(vc-bzr-registered): Use \0 instead of literal NULs.
[emacs.git] / lisp / ChangeLog
blobe53d67b2c41f0821b1a5fd0e410141cc384e3655
1 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
3         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
4         (vc-bzr-state-words): Add "kind changed" state word.
5         (vc-bzr-status): New function.  Return Bzr idea of file status,
6         which is different from VC's.
7         (vc-bzr-state): Use vc-bzr-status.
8         (vc-workfile-unchanged-p): Use vc-bzr-status.
9         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
10         (vc-dired-state): Process "kind changed" state word.
12 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
16         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
17         Move from vc-default-find-file-not-found-hook.
19 2007-08-09  Edward O'Connor  <hober0@gmail.com> (tiny change)
21         * url/url-auth.el (url-basic-auth): When prompting for username
22         and password, default to the username and password in the URL.
24 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
26         * man.el: Remove spurious * in docstrings.
27         Merge defvars and toplevel setq-defaults.
28         (Man-highlight-references0): Limit=nil rather than point-max.
29         (Man-mode-map): Move initialization into the declaration.
30         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
31         (Man-view-header-file): Use expand-file-name rather than concat.
32         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
34         * man.el (Man-next-section): Make sure we do not move backward.
36 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
38         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
39         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
40         ps-print-color-p is neither nil nor black-white.  Reported by Christian
41         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
43 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
45         * files.el (auto-mode-alist): Use the purecopied text (duh!).
47 2007-08-08  Andreas Schwab  <schwab@suse.de>
49         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
50         self-insert-command, not self-insert.
52 2007-08-08  Glenn Morris  <rgm@gnu.org>
54         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
56         * Replace `iff' in doc-strings and comments.
58         * help-mode.el (help-make-xrefs): Search for symbol constituents,
59         rather than just `-'.
61 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
63         * dired.el (dired-pop-to-buffer):
64         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
65         * calendar/calendar.el (generate-calendar-window):
66         * progmodes/compile.el (compilation-set-window-height):
67         * textmodes/two-column.el (2C-two-columns, 2C-merge):
68         Use window-full-width-p instead of comparing frame-width and
69         window-width.
71         * progmodes/compile.el (compilation-find-buffer): Remove extra
72         argument in call to compilation-buffer-internal-p.
74 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
76         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
77         parameters IDENTIFICATION and CONNECTED.
78         (tramp-handle-insert-file-contents): VISIT must be handled after
79         insertion of the local copy.  Reported by Peter Gordon
80         <peter@pg-consultants.com>.
81         (tramp-file-name-handler): No special handling for
82         `expand-file-name'.  But for `file-name-as-directory'.
83         (tramp-find-shell, tramp-open-connection-telnet)
84         (tramp-open-connection-rsh, tramp-open-connection-su)
85         (tramp-open-connection-multi)
86         (tramp-open-connection-setup-interactive-shell): Guard against
87         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
88         <steve@sxemacs.org>.
89         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
90         the hint.
92         * net/trampver.el: Update release number.
94 2007-08-07  Tom Tromey  <tromey@redhat.com>
96         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
97         Add safe-local-variable property.
99 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
101         * image-mode.el (image-toggle-display): Use image-refresh.
103         * longlines.el (longlines-decoded): New variable.
104         (longlines-mode): Avoid encoding or decoding the buffer twice.
106 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
108         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
109         unofficial version.
110         (vc-bzr-command): Remove redundant setting of process-connection-type.
111         (vc-bzr-admin-checkout-format-file): Add autoload.
112         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
113         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
114         (vc-bzr-registered): Compare dirstate format tag with known good
115         value, abort parsing if match fails.  Warn user in docstring.
116         (vc-bzr-workfile-version): Case for different Bzr branch formats.
117         See bzrlib/branch.py in Bzr sources.
118         (vc-bzr-diff): First argument FILES may be a string rather than a list.
119         (vc-bzr-shell-command): Remove in favor of
120         vc-bzr-command-discarding-stderr.
121         (vc-bzr-command-discarding-stderr): New function.
123 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
125         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
126         program, and return nil
127         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
128         (vc-bzr-state): Look for path names relative to the repository
129         root after status keyword.
130         (vc-bzr-file-name-relative): New function.
131         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
132         depend on it.
133         (vc-bzr-admin-dirname, ...-checkout-format-file)
134         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
135         files that we now parse directly for speed.
136         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
137         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
138         (vc-bzr-state): "bzr status" successful only if exitcode is 0
139         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
140         Bzr warnings, so we must discard it.
141         (vc-bzr-workfile-version): Speedup counting lines from
142         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
143         if that file doesn't exist.
144         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
145         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
146         (not ".bzr"!) to `vc-directory-exclusion-list'
147         (vc-bzr-shell-command): New function.
149 2007-08-06  Tom Tromey  <tromey@redhat.com>
151         * diff-mode.el (diff-unified->context, diff-reverse-direction)
152         (diff-fixup-modifs): Typo in docstring.
154 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
156         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
157         count-screen-lines.
158         (tpu-edt-off): Disable relevant pieces of advice.
160         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
161         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
162         (newline, newline-and-indent, do-auto-fill): Use advice instead of
163         redefining the function.
164         (tpu-set-scroll-margins): Activate the pieces of advice.
166 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
168         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
169         process-filter.
171 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
173         * help.el (resize-temp-buffer-window): Use window-full-width-p
174         instead of comparing frame-width and window-width.
176 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com> (tiny change)
178         * term.el: Honor term-default-fg-color and term-default-bg-color
179         settings when modifying term-current-face.
180         (term-default-fg-color, term-default-bg-color): Initialize from
181         default term-current-face.
182         (term-mode, term-reset-terminal): Set term-current-face with
183         term-default-fg-color and term-default-bg-color.
184         (term-handle-colors-array): term-current-face has term-default-fg-color
185         and term-default-bg-color after reset escape sequence.
186         (term-handle-colors-array): Set term-current-color with
187         term-default-fg/bg-color instead of ansi-term-color-vector when the
188         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
190 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
192         * files.el (set-auto-mode): Handle also remote files wrt
193         `auto-mode-alist'.
195         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
196         remote identification.
198 2007-08-04  Glenn Morris  <rgm@gnu.org>
200         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
201         zero, not nil, when the library is first loaded.  Check for a file
202         that has been modified on disk.
204         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
205         Remove duplicate defvar preventing initialization.
206         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
208 2007-08-03  Miles Bader  <miles@gnu.org>
210         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
211         backend names for new backends to `Git', `Hg', and `Bzr'.
212         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
213         not `HG'.
214         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
215         name, not `GIT'.
216         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
217         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
219 2007-08-03  Glenn Morris  <rgm@gnu.org>
221         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
223 2007-08-02  Richard Stallman  <rms@gnu.org>
225         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
226         to update deleted flag.
228         * cus-edit.el (customize-apropos, customize-apropos-options)
229         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
231         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
233         * startup.el (fancy-splash-head, startup-echo-area-message):
234         Change message text.
236         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
237         All callers use line-move.
239         * progmodes/compile.el (compilation-find-buffer): Return current
240         buffer immediately if suitable.
241         (compile, compilation-buffer-name, compilation-start): Doc fixes.
243 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
245         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
246         Make it more discriminating and more useful.
247         (vc-bzr-root-dir): Use new name.
248         (vc-bzr-registered): Use new name and look at the dirstate file to
249         determine if it's registered or not without running `bzr'.
251 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
253         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
255 2007-07-31  Drew Adams  <drew.adams@oracle.com>
257         * cus-edit.el (custom-group-value-create, custom-goto-parent):
258         Fix parent groups link.
260 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
262         * faces.el (face-normalize-spec): New function.
263         (frame-set-background-mode): Normalize face-spec before calling
264         face-spec-match-p.
266 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
268         * vc-bzr.el: New file (copied from the trunk).
270         * vc-hooks.el (vc-handled-backends): Add BZR.
271         (vc-find-file-hook): Failsafe if the backend's `registered'
272         function burps.
274         * server.el (server-window): Add switch-to-buffer-other-frame option.
276 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
278         * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):
279         Remove.
280         (vc-git-revision-completion-table): Enable.
282         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
284         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
286         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
287         (vc-hg-registered): Set the vc-state property.
289         * diff-mode.el (diff-mode-menu): New entries.
291 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
293         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
294         (diff-file-kill): Use it.
295         (diff-beginning-of-hunk): Add arg `try-harder' using it.
296         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
297         Use it so they find the hunk even when we're in the file header.
299         * vc.el: Add new VC operation `revision-completion-table'.
300         (vc-default-revision-completion-table): New function.
301         (vc-version-diff, vc-version-other-window): Use it to provide
302         completion of revision names if the backend provides it.
304         * vc-arch.el (vc-arch--version-completion-table)
305         (vc-arch-revision-completion-table): New functions to provide
306         completion of revision names.
308         * vc-cvs.el: Require CL.
309         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
310         New functions to provide completion of revision names.
312 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
314         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
315         (copyright-fix-years, copyright): Correctly handle the case where
316         copyright-limit is nil.
318 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
320         * progmodes/python.el (run-python): Fix path separator under w32.
322 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
324         * vc-git.el: New File.
326 2007-07-28  Alan Mackenzie  <acm@muc.de>
328         Fix problem with modes derived from CC Mode:
329         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
330         macro to cc-langs.
331         (c-init-language-vars-for): Remove call to above macro.
332         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
333         been moved to here.
334         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
336 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
338         * net/trampver.el: Fix the `coding' cookie.
340 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
342         * add-log.el (change-log-redate): Remove (not needed anymore and
343         doesn't appear to work).
345 2007-07-25  Glenn Morris  <rgm@gnu.org>
347         * Relicense all FSF files to GPLv3 or later.
349         * COPYING: Switch to GPLv3.
351 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
353         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
354         Replace it with another one which disables undo before calling
355         erase-buffer and then turns it back on if needed.
357 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
359         * ps-print.el: Problem with foreground and background color when
360         printing a buffer with and without faces.  Reported by Christian
361         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
362         (ps-print-version): New version 6.7.5.
363         (ps-default-fg): Change default value to nil, so black color is used
364         when a face does not specify a foreground color.
365         (ps-default-bg): Change default value to nil, so white color is used
366         for background color.
367         (ps-begin-job): Fix code.
369 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
371         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
373 2007-07-24  Alan Mackenzie  <acm@muc.de>
375         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
376         Initialise byte-compile-unresolved-functions before rather than
377         after a compilation.
378         (byte-compile-unresolved-functions): Amplify doc string.
380 2007-07-24  Glenn Morris  <rgm@gnu.org>
382         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
383         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
384         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
385         (cal-tex-cursor-week, cal-tex-cursor-week2)
386         (cal-tex-cursor-week-iso, cal-tex-week-hours)
387         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
388         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
389         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
391 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
393         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
395 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
397         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
398         underlying file is uptodate.
400 2007-07-23  Richard Stallman  <rms@gnu.org>
402         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
404 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
406         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
407         (sh-font-lock-flush-syntax-ppss-cache): New funs.
408         (sh-font-lock-syntactic-keywords): Use them to distinguish the
409         different possible cases for \'.
410         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
412         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
413         `file' from which to start the search and fix case where `file' is the
414         current directory and the root as well.
416         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
417         name for buffer-file-name if it refers to a directory.
419 2007-07-22  Jason Rumney  <jasonr@gnu.org>
421         * w32-fns.el (set-default-process-coding-system): Use dos line ends
422         for input to cmdproxy on all versions of Windows.
423         Use dos line ends for input to plink.
425         * comint.el (comint-simple-send): Concat newline before sending.
426         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
428 2007-07-22  Juri Linkov  <juri@jurta.org>
430         * isearch.el (isearch-edit-string): Save old point and
431         isearch-other-end to old-point and old-other-end before reading
432         the search string from minibuffer.  After exiting minibuffer set
433         point to old-other-end if point and the search direction is the
434         same as before reading the search string.
435         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
436         to isearch-other-end.  Instead of isearch-search-and-update call
437         three functions isearch-search, isearch-push-state and isearch-update.
439 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
441         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
442         destroying an existing buffer.
444 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
446         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
448         * term/x-win.el (x-handle-no-bitmap-icon): New function.
450 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
452         * textmodes/reftex.el (reftex-access-parse-file): Create parse
453         file in a way that does not interfere with recentf.
455 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
457         * image-dired.el (image-dired-sane-db-file): New func.
458         (image-dired-write-tags, image-dired-remove-tag)
459         (image-dired-list-tags, image-dired-write-comments)
460         (image-dired-get-comment, image-dired-mark-tagged-files)
461         (image-dired-create-gallery-lists): Call new func.
462         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
464 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
466         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
467         (vc-hg-dir-state): Fix loop.
468         (vc-hg-print-log): Fix expected return value for vc-hg-command.
469         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
470         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
471         (vc-hg-revert): Likewise.
472         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
474 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
476         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
477         case of alignment under a constant symbol, find and consider
478         the sexp actually at indentation to be the "last sexp".
480 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
482         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
483         (install): Use them to copy all *.el files before *.elc.
484         (clean): Don't delete *~.
486 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
488         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
490 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
492         * vc-hg.el (vc-hg-registered): Replace if with when.
493         (vc-hg-state): Deal with nonexistent files.
495 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
497         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
498         (follow-delete-other-windows-and-split, follow-recenter)
499         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
500         (follow-redisplay, follow-estimate-first-window-start)
501         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
502         Fix typos in docstrings.
504 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
506         * bookmark.el (bookmark-show-all-annotations):
507         Make sure each inserted annotation ends with newline.
509         (bookmark-maybe-sort-alist): Don't modify
510         bookmark-alist.  Instead, if not sorting, simply return it.
511         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
512         for its return value, not for its side effect.
514 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
516         * vc.el: Add more info about the vc-registered function.
518 2007-07-16  David Kastrup  <dak@gnu.org>
520         * emacs-lisp/advice.el (defadvice): Doc fix.
522 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
524         * subr.el (when, unless): Doc fix.
526 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
528         * vc-hg.el (vc-hg-state): Handle removed files.
529         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
530         (vc-hg-checkout): Re-enable.
532 2007-07-15  Richard Stallman  <rms@gnu.org>
534         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
536         * tutorial.el (tutorial--find-changed-keys):
537         Handle C-x specially like ESC.
539 2007-07-15  Roland McGrath  <roland@frob.com>
541         * add-log.el (add-change-log-entry): Check add-log-full-name
542         and add-log-mailing-address later, after change-log-mode-hook.
544 2007-07-15  Richard Stallman  <rms@gnu.org>
546         * isearch.el (isearch-mode, isearch-done):
547         Delete unintended code in previous change.
549         * ps-print.el (ps-default-bg): Change to White.
551 2007-07-15  Aaron Hawley  <aaronh@garden.org>
553         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
555 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
557         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
558         when handling the terminating event.
560 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
562         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
564 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
566         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
567         (install): Use them to copy all *.el files before *.elc.
569 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
571         * replace.el (match): Use yellow1 instead of yellow.
573         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
575         * pcvs-info.el (cvs-unknown): Likewise.
577 2007-07-12  Davis Herring  <herring@lanl.gov>
579         * desktop.el (desktop-buffer-info, desktop-save):
580         Use `desktop-dirname' instead of `dirname'.
582 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
584         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
586         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
588 2007-07-10  Richard Stallman  <rms@gnu.org>
590         * emacs-lisp/lisp-mode.el (eval-defun):
591         Explain special handling of `defface'.
593 2007-07-09  Richard Stallman  <rms@gnu.org>
595         * isearch.el (isearch-edit-string): Call to isearch-push-state
596         after the search.
598 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
600         * cus-start.el (file-coding-system-alist): Fix custom type.
602 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
604         * longlines.el (longlines-wrap-region): Avoid marking buffer as
605         modified.
606         (longlines-auto-wrap, longlines-window-change-function):
607         Remove unnecessary calls to set-buffer-modified-p.
609 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
611         * vc.el (vc-default-log-view-mode): New function.
612         (vc-print-log): Add new `log-view-mode' VC operation.
614 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
616         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
617         Rename and move to...
619         * subr.el (strings->string, string->strings): ...here.
621         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
622         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
624         * progmodes/gud.el (gud-common-init): Call string->strings instead
625         of split-string.
627 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
629         * term/w32-win.el (menu-bar-open): New function.
630         Bind <f10> to it.
632 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
634         * log-view.el (log-view-mode-menu): New menu.
636 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
638         * vc-hg.el: New file.
640 2007-07-06  Andreas Schwab  <schwab@suse.de>
642         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
643         dynamic bindings around the evaluation of the expression.
644         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
646 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
648         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
649         file names.
651 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
653         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
655         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
656         event is not a cons cell.  Do not unread drag-mouse-1 events.
657         Select right window in check whether space was stolen from
658         window above.
660 2007-07-01  Richard Stallman  <rms@gnu.org>
662         * files.el (find-file-visit-truename): Fix safe-local-variable value.
664 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
666         * generic-x.el (generic-define-mswindows-modes)
667         (generic-define-unix-modes, apache-log-generic-mode)
668         (bat-generic-mode-keymap, java-manifest-generic-mode)
669         (show-tabs-generic-mode): Fix typos in docstrings.
671 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
673         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
674         replace-regexp-in-string.
676 2007-06-28  Andreas Schwab  <schwab@suse.de>
678         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
679         $(lisp)/subdirs.el.
681 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
683         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
684         the speedbar frame if nil; that deletes the current frame or
685         causes an error if it is the only frame.
686         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
688 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
690         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
691         directory where the desktop file was found, as the docstring says.
692         (desktop-kill): Use `read-directory-name'.
694         * desktop.el (desktop-load-locked-desktop): New option.
695         (desktop-read): Use it.
696         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
697         Use `when'.
699 2007-06-24  Davis Herring  <herring@lanl.gov>
701         * desktop.el (desktop-save-mode-off): New function.
702         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
703         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
704         (desktop-claim-lock, desktop-release-lock): New functions.
705         (desktop-kill): Tell `desktop-save' that this is the last save.
706         Release the lock afterwards.
707         (desktop-buffer-info): New function.
708         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
709         says to.  Detect conflicts, and manage the lock.
710         (desktop-read): Detect conflicts.  Manage the lock.
712 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
714         * ls-lisp.el (insert-directory): If an invalid regexp error is
715         thrown, try using FILE as a literal file name, not a wildcard.
716         Check for FILE as an existing file, not just a directory.
718 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
720         * ruler-mode.el (ruler-mode): Prevent clobbering the original
721         `header-line-format' when reentering ruler mode.
723 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
725         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
726         FILE exists as a directory.
728 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
730         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
731         (vera-font-lock-match-item): Fix doc string.
732         (vera-in-comment-p): Remove unused function.
733         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
734         use `syntax-ppss'.
735         (vera-forward-syntactic-ws): Fix argument order.
736         (vera-prepare-search): Use `with-syntax-table'.
737         (vera-indent-line): Fix doc string.
738         (vera-electric-tab): Fix doc string.
739         (vera-expand-abbrev): Define alias instead of using `fset'.
740         (vera-comment-uncomment-region): Use `comment-start-skip'.
742 2007-06-20  Reto Zimmermann  <reto@gnu.org>
744         * progmodes/vera-mode.el: New file.
746 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
748         * ido.el (ido-find-file-in-dir): Don't signal an error for
749         empty directories.
751 2007-06-18  Alan Mackenzie  <acm@muc.de>
753         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
754         When removing lines, also remove the \n.  Correction of patch of
755         2007-04-21.
757 2007-06-17  Glenn Morris  <rgm@gnu.org>
759         * lpr.el (lpr-page-header-switches): Move %s to separate element
760         for correct quoting.  Doc fix.
762 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
764         * term/xterm.el (terminal-init-xterm): Escape parens in character
765         constants.
767 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
769         * scroll-lock.el (scroll-lock-mode): Doc fix.
771 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
773         * font-lock.el (font-lock-add-keywords): In case font-lock was only
774         half-activated, forcefully activate it completely.
776 2007-06-11  Richard Stallman  <rms@gnu.org>
778         * cus-edit.el (custom-variable-type): Doc fix.
780 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
782         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
784 2007-06-09  Davis Herring  <herring@lanl.gov>
786         * desktop.el (desktop-minor-mode-table): Doc fix.
788 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
790         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
791         (image-next-line, image-previous-line, image-scroll-up)
792         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
793         New functions.
794         (image-mode-map): Remap motion commands.
795         (image-mode-text-map): New keymap for viewing images as text.
796         (image-mode): Use image-mode-map.
797         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
799 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
801         Sync with Tramp 2.0.56.
803         * net/tramp.el:
804         * net/tramp-ftp.el:
805         * net/tramp-smb.el:
806         * net/tramp-util.el:
807         * net/tramp-vc.el:
808         Don't load cl.el, because that pollutes the namespace.  Replace cl
809         macros by their implementations where necessary.  Requested by
810         Richard Stallman <rms@gnu.org>.
812         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
813         doesn't exist.
814         (with-parsed-tramp-file-name): Protect debug spec during compilation.
815         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
816         (tramp-file-name-p, tramp-file-name-multi-method)
817         (tramp-file-name-method, tramp-file-name-user)
818         (tramp-file-name-host, tramp-file-name-localname): New defuns,
819         replacing defstruct `tramp-file-name'.
820         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
821         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
822         Apply `vector' instead of `make-tramp-file-name'.
823         (tramp-handle-make-auto-save-file-name):
824         Apply `tramp-temporary-file-directory' for compatibility reasons.
825         (tramp-completion-mode): Use `natnump' instead of `wholenump'
826         because of XEmacs.
827         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
828         started.
830 2007-06-07  David Kastrup  <dak@gnu.org>
832         * dired.el (dired-recursive-deletes, dired-recursive-copies):
833         Change default to `top'.
835 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
837         * dired.el (dired-mode-map): Remove spurious separator.
839 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
841         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
843         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
844         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
846 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
848         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
849         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
851 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
853         * progmodes/ebrowse.el (ebrowse-member-table):
854         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
856 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
858         * pgg.el (pgg-sign-region, pgg-sign):
859         * ses.el (ses-call-printer):
860         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
861         * textmodes/org.el (org-cycle): Fix typos in docstrings.
863 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
865         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
866         (tar-get-descriptor): Handle type 55, an extended pax header.
868 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
870         * textmodes/css-mode.el: New file.
872 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
874         * net/socks.el: New file, taken from w3 repository.
875         (top): Update Copyright.  Don't load cl.el.
876         (all): Replace `case' by `cond', `string-to-int' by
877         `string-to-number', and `process-kill-without-query' by
878         `set-process-query-on-exit-flag'.
879         (socks-char-int): Remove defalias and all occurrences.
881 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
883         * international/mule-cmds.el (toggle-enable-multibyte-characters)
884         (sort-coding-systems, search-unencodable-char): Doc fixes.
885         (coding-system-change-eol-conversion, set-default-coding-systems)
886         (prefer-coding-system, find-multibyte-characters, princ-list)
887         (leim-list-entry-regexp, set-input-method, locale-language-names)
888         (input-method-exit-on-first-char, exit-language-environment-hook)
889         (locale-charset-language-names): Fix typos in docstrings.
891 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
893         * bs.el (bs-cycle-previous): Don't modify the cycle list until
894         `switch-to-buffer' has returned succesfully.
895         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
896         window is dedicated (it could iconify the frame).
898 2007-06-05  Glenn Morris  <rgm@gnu.org>
900         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
902 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
904         * files.el (auto-mode-alist): Add lower-priority match for names
905         like ChangeLog.old.
907 2007-06-04  Andreas Schwab  <schwab@suse.de>
909         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
911 2007-06-04  Davis Herring  <herring@lanl.gov>
913         * calendar/timeclock.el: Update version number.
914         (timeclock-modeline-display): Mention timeclock-use-display-time
915         in explanatory message.
916         (timeclock-log): Suppress warnings when finding the log.
917         Don't check for a nil project twice.  Run hooks after killing the
918         buffer (if applicable).
919         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
920         was geometric).  All uses changed.
921         (timeclock-generate-report): Support prefix argument.
923 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
925         * man.el (Man-next-section): Don't consider the last line of the
926         page as being part of any section.
928 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
930         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
931         modified flag of buffer.  Use `inhibit-modification-hooks'.
933 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
935         * mail/mail-extr.el (mail-extract-address-components):
936         Recognize non-ASCII characters except for NBSP as words.
938 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
940         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
942 2007-06-04  Michael Olson  <mwolson@gnu.org>
944         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
945         died and we are trying to send a signal to it.
947 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
949         * emacs-lisp/easy-mmode.el (define-minor-mode)
950         (easy-mmode-define-navigation): Fix typos in docstrings.
952         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
953         Fix typos in docstrings.
954         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
955         (compilation-finish-function): Fix typo in obsolescence declaration.
957         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
959 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
961         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
962         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
964         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
966         * longlines.el (longlines-mode): Make longlines-auto-wrap
967         buffer-local.  Add hooks unconditionally.
968         (longlines-auto-wrap): Toggle wrapping.
969         (longlines-after-change-function)
970         (longlines-post-command-function): Check longlines-auto-wrap.
972 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
974         * Version 22.1 released.
976 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
978         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
979         changes.
981 2007-05-31  Richard Stallman  <rms@gnu.org>
983         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
985 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
987         * textmodes/table.el (table--point-entered-cell-function)
988         (table--point-left-cell-function):
989         Bind `inhibit-point-motion-hooks' to t.
991 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
993         * emacs-lisp/rx.el (rx): Doc fix.
995 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
997         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
999 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
1001         * log-edit.el (log-edit-changelog-paragraph): Return point-max
1002         as the end of the ChangeLog paragraph when it ends without a line
1003         termination.
1005 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1007         * textmodes/fill.el (canonically-space-region): Make the second arg
1008         a marker if it's not already the case.
1010         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1011         (xterm-mouse-event): Use it.
1013 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
1015         * vc-hooks.el (vc-find-root): Fix file attribute test.
1017 2007-05-24  Richard Stallman  <rms@gnu.org>
1019         * textmodes/flyspell.el (flyspell-correct-word-before-point):
1020         Don't let opoint be nil.
1021         (flyspell-emacs-popup): Explicit error if no dialogs.
1023 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
1025         * tar-mode.el (tar-file-name-handler): New function.
1026         (tar-extract): Bind file-name-handler-alist to it to force
1027         find-buffer-file-type-coding-system behave as if the file being
1028         extracted existed.  Use last-coding-system-used to force
1029         buffer-file-coding-system to what decode-coding-region actually
1030         used to decode the file.
1032 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1034         * progmodes/compile.el (compilation-handle-exit):
1035         `compilation-finish-function' may change the current buffer.
1037 2007-05-22  Richard Stallman  <rms@gnu.org>
1039         * files.el (set-auto-mode): Doc fix.
1041 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
1043         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1045 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
1047         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1048         (rcirc-print): Handle `window-width'.
1049         (rcirc-buffer-maximum-lines): Doc fix.
1051 2007-05-19  Kevin Ryde  <user42@zip.com.au>
1053         * info.el (Info-fontify-node): Match https also.
1055 2007-05-18  Richard Stallman  <rms@gnu.org>
1057         * simple.el (push-mark): Doc fix.
1059 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
1061         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1062         tpu-global-map.
1063         (tpu-original-global-map): Delete variable.
1064         (tpu-control-keys-map): New keymap variable.
1065         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1066         setting keymapping directly.
1067         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1068         tpu-global-map.
1069         (tpu-edt-on): Activate the tpu-global-map.
1070         (tpu-edt-off): Deactivate the tpu-global-map.
1072 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
1074         * textmodes/ispell.el (ispell-get-word): Return markers
1075         for start and end positions.
1076         (ispell-word): Assume END is a marker.
1078 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1080         * ps-print.el: Use default color when foreground or background color
1081         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
1082         (ps-print-version): New version 6.7.4.
1083         (ps-rgb-color): New argument.  Use default color when color is
1084         unspecified.
1085         (ps-begin-job): Fix code.
1087 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
1089         * textmodes/ispell.el (ispell-start-process): Defend against bad
1090         default-directory.
1092 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1094         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1096 2007-05-16  Richard Stallman  <rms@gnu.org>
1098         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1100 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1102         * files.el (magic-mode-alist, magic-fallback-mode-alist):
1103         Move the *ml, Postscript, and XmCD entries to the fallback part.
1105         * files.el (magic-fallback-mode-alist):
1106         Rename from file-start-mode-alist.
1108 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1110         * progmodes/compile.el (compilation-handle-exit): Quote first
1111         argument of `run-hook-with-args'.
1113 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
1115         * buff-menu.el (Buffer-menu-sort-column):
1116         * dabbrev.el (dabbrev-upcase-means-case-search):
1117         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1118         * info.el (Info-current-subfile):
1119         * ls-lisp.el (ls-lisp-verbosity):
1120         * msb.el (msb-menu-cond):
1121         * pcvs.el (cvs-dired-use-hook):
1122         * simple.el (set-mark-command-repeat-pop):
1123         * time.el (display-time-24hr-format, display-time-mail-file):
1124         Doc fixes.
1126         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1127         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1129         * view.el (view-inhibit-help-message): Fix typo in docstring.
1130         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1132 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
1134         * mail/rmail.el (rmail-convert-to-babyl-format):
1135         Check content-transfer-encoding _last_, because we need its position
1136         in base64-header-field-end.
1138 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
1140         * files.el (mode-require-final-newline, require-final-newline)
1141         (enable-local-variables, enable-local-eval): Doc fixes.
1143 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1145         * progmodes/python.el (python-font-lock-keywords)
1146         (python-open-block-statement-p, python-mode): Add support for the new
1147         "with" keyword.
1149 2007-05-10  Richard Stallman  <rms@gnu.org>
1151         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1152         (iso-cvt-write-only): Likewise.
1154         * emacs-lisp/easy-mmode.el (define-minor-mode):
1155         Fix generated doc string.
1157         * startup.el (fancy-splash-text): Add URL of guided tour.
1158         Adjust horizontal and vertical whitespace.
1160         * progmodes/compile.el (compilation-handle-exit):
1161         Use run-hook-with-args to run compilation-finish-functions.
1163         * files.el (file-start-mode-alist): New variable.
1164         (magic-mode-regexp-match-limit): Doc fix.
1165         (set-auto-mode): Handle file-start-mode-alist.
1166         A little cleanup of structure.
1168 2007-05-10  Davis Herring  <herring@lanl.gov>
1170         * calendar/timeclock.el (timeclock-in): Fix non-interactive
1171         workday specifications.
1172         (timeclock-log): Don't kill the log buffer if it already existed.
1174 2007-05-08  Richard Stallman  <rms@gnu.org>
1176         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1177         Don't include non-self-insert commands in the exception for `-'.
1179 2007-05-08  David Reitter  <david.reitter@gmail.com>
1181         * progmodes/python.el (python-guess-indent): Check non-nullness
1182         before comparing indent against the 2..8 interval.
1184 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1186         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1187         available.
1189 2007-05-06  Richard Stallman  <rms@gnu.org>
1191         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1193 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
1195         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1196         disconnections.
1198 2007-05-01  Romain Francoise  <romain@orebokech.com>
1200         * dired-x.el: Revert 2007-04-06 change.
1202 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
1204         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1205         don't put stop on toolbar.
1207 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
1209         * find-dired.el (find-dired-filter): Propertize all text down to eob.
1211 2007-04-29  Richard Stallman  <rms@gnu.org>
1213         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1215 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1217         * progmodes/cc-mode.el (c-before-change): Use point-min rather
1218         than 1.
1220 2007-04-28  Richard Stallman  <rms@gnu.org>
1222         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1224 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1226         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1228 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
1230         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1231         instead of $(lisp)/mh-e.
1233         * textmodes/fill.el (fill-paragraph): Doc fix.
1235 2007-04-28  Glenn Morris  <rgm@gnu.org>
1237         * image-dired.el (image-dired-cmd-create-thumbnail-options)
1238         (image-dired-cmd-create-temp-image-options): Replace option
1239         +profile "*" with -strip.
1241 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
1243         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1244         Use window-start and window-end.
1246 2007-04-26  Glenn Morris  <rgm@gnu.org>
1248         * progmodes/python.el: Restore file pending consideration of legal
1249         status.
1251 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
1253         * locate.el (locate-in-alternate-database): Doc fix.
1255 2007-04-26  Glenn Morris  <rgm@gnu.org>
1257         * button.el (button): Use underline if supported, else fall back
1258         to color.
1260 2007-04-25  Richard Stallman  <rms@gnu.org>
1262         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1264 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
1266         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1267         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1268         pushing mark.
1269         (idlwave-current-routine): Don't push mark.
1271 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
1273         * image-dired.el (image-dired-display-image): Derive image-type from
1274         filename rather than assuming jpeg, in case no resizing was needed.
1276 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1278         * custom.el (defface): Doc fix.
1280 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
1282         * progmodes/python.el: Remove due to unclear legal issues.
1284 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
1286         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
1287         Don't re-query for each cleared BP.
1288         (idlwave-shell-clear-bp): Optionally skip BP query.
1289         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
1290         of set-window-buffer, which incorrectly moves displayed region.
1292 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
1294         * calc/calc.el (calc-bug-address): Update maintainer's address.
1295         * calc/*: Update maintainer's address.
1297 2007-04-23  Richard Stallman  <rms@gnu.org>
1299         * simple.el (set-mark-command-repeat-pop): Doc fix.
1300         Put in `editing-basics' group.
1302 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
1304         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
1305         New functions.
1306         (Info-mode-line-node-keymap): Bind mouse commands to
1307         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
1309 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
1311         * locate.el (locate-local-prompt): New var.
1312         (locate-prompt-for-command): Doc fix.
1313         (locate-prompt-for-search-string): New function.
1314         (locate): New optional arg.  Make locate-local-prompt
1315         buffer-local.  Use locate-prompt-for-search-string.
1316         (locate-with-filter): New optional arg.
1317         Use locate-prompt-for-search-string.
1318         (locate-update): Bind locate-prompt-for-command.
1320 2007-04-23  Glenn Morris  <rgm@gnu.org>
1322         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
1324 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
1326         * button.el (button): Inherit from link face on a tty.
1328 2007-04-23  Glenn Morris  <rgm@gnu.org>
1330         * button.el (button): Use color for this face on a tty.
1332         * files.el (magic-mode-alist): Allow for carriage-returns in
1333         html-mode and sgml-mode entries.
1335 2007-04-22  Richard Stallman  <rms@gnu.org>
1337         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1338         Improve doc string of generated command.
1340         * subr.el (read-number): Catch errors.
1342         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
1344 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
1346         * image-dired.el: Rename from thumbnails.el.  All instances of
1347         "thumbnails" replaced with "image-dired".
1349         * dired.el (dired-mode-map): Rename "thumbnails" again, to
1350         "image-dired".
1352 2007-04-22  Kim F. Storm  <storm@cua.dk>
1354         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
1355         Don't use kill-line.
1357 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
1359         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
1360         error message.
1362 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
1364         * dired.el: Rename "tumme" to "thumbnails".
1366         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
1367         replaced with "thumbnails".
1369 2007-04-22  Glenn Morris  <rgm@gnu.org>
1371         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
1372         and give it the risky-local-variable property.
1374         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
1375         before defining it.
1377 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
1379         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1380         Use delete-region instead of kill-line.
1382 2007-04-21  Alan Mackenzie  <acm@muc.de>
1384         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
1385         `kill-region' by `delete-region'.
1387 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
1389         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
1390         instead of kill-region.
1392         * progmodes/mantemp.el (mantemp-make-mantemps-region)
1393         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
1394         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
1395         and kill-line.
1397         * progmodes/vhdl-mode.el (vhdl-template-type)
1398         (vhdl-template-record, vhdl-template-nature)
1399         (vhdl-template-configuration-spec, vhdl-template-component-inst)
1400         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
1401         Use delete-region instead of kill-word and kill-line.
1403 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1405         * dired-x.el (dired-virtual-mode): Doc fix.
1407 2007-04-21  Richard Stallman  <rms@gnu.org>
1409         * font-lock.el (font-lock-keywords-alist): Mark as risky.
1411         * subr.el (read-number): Doc fix.
1413         * simple.el (pop-to-mark-command): Display message "mark popped"
1414         if point does not move.
1415         (set-mark-command): Doc fix.
1417 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
1419         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
1420         (locate-local-filter, locate-local-search): New vars.
1421         (locate): Make variables local.
1422         (locate-update): Bind locate-buffer-name.  Call locate using
1423         locate-local-filter and locate-local-search.
1425 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
1427         * hi-lock.el (hi-lock-file-patterns-policy): New var.
1428         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
1429         (hi-lock-mode): Update docstring.
1431 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1433         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
1434         fill-nobreak-predicate when the break is past fill-column.
1436 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1438         * locate.el (locate): Output from shell-command should go in the
1439         current buffer rather than *Shell Command Output*.
1441 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
1443         * paren.el (show-paren-function): Fix last fix.
1445 2007-04-19  Kevin Ryde  <user42@zip.com.au>
1447         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
1448         (archive-lzh-summarize): Add optional start arg for where to start
1449         looking at the archive.
1450         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
1452         * international/mule.el (auto-coding-alist): no-conversion for .exe
1453         and .EXE.
1455 2007-04-19  Alan Mackenzie  <acm@muc.de>
1457         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
1458         function return type contains "struct", "union", etc.
1459         c-end-of-defun goes too far forward.
1461 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
1463         * paren.el (show-paren-function): Reset window-start to avoid
1464         recentering.
1466 2007-04-19  Glenn Morris  <rgm@gnu.org>
1468         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
1470 2007-04-18  Glenn Morris  <rgm@gnu.org>
1472         * calendar/diary-lib.el (diary-header-line-format): Add a custom
1473         :set function.
1474         (diary-list-entries): Only switch to diary-mode from
1475         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
1476         diary-mode set header-line-format, in case of any customization.
1478 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1480         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
1481         is less than the length of parse-time-syntax.
1483 2007-04-17  David Kastrup  <dak@gnu.org>
1485         * replace.el (query-replace-regexp-eval): Deprecate.
1487 2007-04-17  Alan Mackenzie  <acm@muc.de>
1489         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
1490         point too close to EOB, leave point at EOB rather than last `}'.
1492 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1494         * textmodes/bibtex.el (bibtex-include-OPTkey)
1495         (bibtex-user-optional-fields, bibtex-entry-field-alist):
1496         Fix defcustom.
1498 2007-04-17  Glenn Morris  <rgm@gnu.org>
1500         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
1501         be encoded, fall back to current year.
1503 2007-04-14  Kevin Ryde  <user42@zip.com.au>
1505         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
1506         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
1507         M "MSDOS".
1509 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
1511         * progmodes/python.el (python-end-of-block): Avoid looping forever
1512         if python-next-statement fails.
1514 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1516         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
1518 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
1520         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
1521         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
1523 2007-04-15  Jay Belanger  <belanger@truman.edu>
1525         * calc/calc.el (calc-version): New function.
1526         (calc-trail-mode): Shorten the title.
1528 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
1530         * mail/footnote.el (footnote-style): Clarify docstring to state
1531         that customizing this only applies to future footnotes.
1533 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1535         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
1536         (bibtex-make-field): Check that INIT is a string. Use functionp.
1538 2007-04-14  Glenn Morris  <rgm@gnu.org>
1540         * complete.el (PC-goto-end): New buffer-local variable.
1541         (PC-do-completion-end): Make buffer-local.
1542         (partial-completion-mode) <choose-completion-string-functions>:
1543         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
1544         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
1545         doc string.  Set PC-goto-end for choose-completion.
1546         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
1547         PC-do-completion.
1549         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
1550         arg to bibtex-make-field.
1551         (bibtex-make-field): Add optional fourth arg NODELIM.
1552         Insert delimiters around INIT unless this arg is non-nil.
1554 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
1556         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
1557         global map isn't modified.
1559 2007-04-14  Glenn Morris  <rgm@gnu.org>
1561         * calendar/appt.el (appt-disp-window): Do not split small windows.
1562         Suggested by Jeff Miller <jmiller@cablespeed.com>.
1564 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
1566         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
1568         * files.el: Ditto.
1570 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
1572         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
1574         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
1575         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
1576         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
1577         (term-pager-help): Fix typos in docstrings.
1579         * wid-edit.el (widget-documentation): Fix typo in docstring.
1581         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
1582         Fix typos in error messages.
1584 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
1586         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
1587         window marked as dedicated.
1589         * mail/footnote.el (footnote-latin-string): New variable.
1590         (footnote-latin-regexp): Redefine as regexp alternative.
1591         (Footnote-latin): Use footnote-latin-string instead of
1592         footnote-latin-regexp.
1594 2007-04-13  Glenn Morris  <rgm@gnu.org>
1596         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
1597         inherited keymaps.
1599 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
1601         * outline.el (outline-get-next-sibling): Clarify docstring.
1602         (outline-get-last-sibling): Handle case where we are at the first
1603         heading.  Clarify docstring.
1605 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
1607         * progmodes/gud.el (gud-minor-mode-map): Make go button same
1608         length as stop button to lessen flicker.
1609         (jdb): Add gud-print.
1610         (gud-find-expr): Jdb prints the expression with the value, so
1611         don't insert it in the output.
1613 2007-04-11  Jason Rumney  <jasonr@gnu.org>
1615         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
1616         case hex.  Do not try to decode non-hex letters.
1618 2007-04-11  Markus Triska  <markus.triska@gmx.at>
1620         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
1621         (byte-optimize-backward-word): Remove (move to bytecomp.el).
1622         (byte-optimize-form-code-walker): Evaluate pure function calls if
1623         possible.
1624         (byte-optimize-all-constp): New function.
1626         * emacs-lisp/bytecomp.el (byte-compile-char-before):
1627         Improve numeric argument case.
1628         (byte-compile-backward-char, byte-compile-backward-word):
1629         New functions, performing rewriting previously done in byte-opt.el.
1630         Fix their "Fixme" item (restriction to numeric arguments).
1632 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1634         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
1635         with dolist.
1636         (after-init-hook): Don't quote lambda.
1637         (desktop-first-buffer): Don't wrap it in eval-when-compile.
1638         (desktop-internal-v2s): Remove unused var `el'.
1639         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
1640         desktop-restore-file-buffer.
1641         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
1642         desktop-create-buffer.
1644 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
1646         * woman.el (woman-decode-buffer): Postpone macro-set check...
1647         (woman-decode-region): ...to here.
1649 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
1651         * startup.el (tty-handle-args): Use %S to log ARGS.
1653 2007-04-10  Glenn Morris  <rgm@gnu.org>
1655         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
1656         it is obsolete and has no effect.
1658         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
1659         byte-compiler.
1661         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
1662         obsolete function make-local-hook.
1664         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
1665         start to quieten byte-compiler.
1667 2007-04-10  Markus Triska  <markus.triska@gmx.at>
1669         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
1670         to bytecomp.el as byte-compile-char-before).
1671         * emacs-lisp/bytecomp.el (byte-compile-char-before):
1672         New function (modified replacement for byte-optimize-char-before in
1673         byte-opt.el).
1675 2007-04-09  Alan Mackenzie  <acm@muc.de>
1677         * startup.el (inhibit-splash-screen): Emphatically state that it
1678         can't be set in site-start.el.
1680 2007-04-09  Masatake YAMATO  <jet@gyve.org>
1682         * progmodes/cc-subword.el (c-capitalize-subword): More closely
1683         mimic the behavior of `capitalize-word'.  Do not move point with a
1684         negative argument.  Based on tiny change by Paul Curry.
1686 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
1688         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
1689         Don't move point if ARG is negative.
1691 2007-04-09  Alan Mackenzie  <acm@muc.de>
1693         Changes to make `narrow-to-defun' and `mark-defun' work properly
1694         in CC Mode:
1696         * progmodes/cc-defs.el (c-beginning-of-defun-1):
1697         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1698         Bind beginning/end-of-defun-function to nil around calls to
1699         beginning/end-of-defun.
1701         * progmodes/cc-langs.el (beginning-of-defun-function)
1702         (end-of-defun-function): New c-lang-setvar's.
1704         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
1705         (setq arg 1))" to enable non-interactive call.
1707 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
1709         * simple.el (set-mark-command): Doc fix.
1711 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
1713         * progmodes/gud.el (gdb): Restore existing session if user
1714         tries to start a second one in graphical mode.
1716 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
1718         * cus-start.el <scroll-preserve-screen-position>: Add choices.
1720 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1722         * term/xterm.el (terminal-init-xterm): Fix key definitions.
1723         Add binding for C-M-SPC.
1725 2007-04-08  Richard Stallman  <rms@gnu.org>
1727         * pcomplete.el (pcomplete-read-event): One single definition,
1728         and not a defsubst.
1730 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
1732         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
1733         byte-compiler warning "value unused".
1735 2007-04-08  Andreas Schwab  <schwab@suse.de>
1737         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
1739 2007-04-07  Glenn Morris  <rgm@gnu.org>
1741         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
1742         Autoload these functions.
1743         (diary-date-forms): Add a custom :set form.
1745         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
1746         before first use.
1747         (diary-font-lock-keywords): New function with old code for
1748         initialization of variable of same name.
1750 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
1752         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
1753         clean-up: only insert space when on identifier, etc.
1755 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1757         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
1759         * net/tls.el (open-tls-stream): Properly handle case where there
1760         is no associated buffer.
1762 2007-04-07  Glenn Morris  <rgm@gnu.org>
1764         * ffap.el (ffap-file-at-point): Lower the priority of the
1765         ffap-ftp-sans-slash-regexp check.
1767 2007-04-06  Alan Mackenzie  <acm@muc.de>
1769         Fix fontification of labels, and other things with ":".
1771         * progmodes/cc-engine.el (c-forward-label): The function now
1772         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
1773         the former t.
1775         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
1776         new return code from c-forward-label, fontifying tokens properly.
1777         Add some general comments throughout the file.
1779 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
1781         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
1782         Revert 2006-01-27 change.
1784         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
1786         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
1788         * desktop.el (desktop-create-buffer, desktop-save):
1789         Revert 2004-11-12 change for lack of copyright papers.
1791         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
1792         (dired-guess-default): Respect case.
1794         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
1796         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
1797         was originally checked in as byte-optimize-concat on 1997-11-02.
1799         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
1800         1995-05-19 doc changes.
1802 2007-04-06  Kim F. Storm  <storm@cua.dk>
1804         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
1805         (unload-feature): Update interactive spec accordingly.
1807         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
1809 2007-04-06  John Paul Wallington  <jpw@pobox.com>
1811         * subr.el (with-case-table): Use `make-symbol' to avoid variable
1812         capture.  Restore the table in the same buffer.
1814         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
1816 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
1818         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1819         Print entire form.
1821 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
1823         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
1824         for low-color displays.
1826 2007-04-05  Glenn Morris  <rgm@gnu.org>
1828         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
1829         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
1830         Seed random number generator on loading.
1832         * emacs-lisp/authors.el (top-level): Provide self.
1834         * play/animate.el (top-level): Provide self.
1836 2007-04-04  Alan Mackenzie  <acm@muc.de>
1838         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
1839         to mention c-syntactic-indentation.
1841 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
1843         * subr.el (with-case-table): New macro.
1845         * international/mule.el (ascii-case-table): New var.
1847         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
1848         downcasing.
1850 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
1852         * progmodes/gud.el (gud-minor-mode-map): Simplify.
1854         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
1855         of the window if we're outside it e.g menu-bar.
1857         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
1858         window if we're outside it e.g menu-bar.
1860 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
1862         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
1863         decode base-64 encoded body if its content-type is something other
1864         than text/* or message/*.
1866 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
1868         * simple.el (activate-mark-hook): Fix typo in docstring.
1870 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
1872         * tmm.el (tmm-c-prompt): Initialize.
1873         (tmm-menubar): Deal with extended menu-items at top level.
1874         (tmm-get-keybind): Handle bindings redefined/undefined locally.
1875         (tmm-prompt): Handle visibility of top level menu-items.
1877         * progmodes/gud.el (gud-menu-map): Simplify.
1878         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
1879         menubar.
1881 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
1883         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
1885         * comint.el (comint-send-input): Widen the buffer first.
1887         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
1889 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1891         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
1892         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
1894         * newcomment.el (comment-search-forward): Discard comment starters
1895         before point.
1897 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
1899         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
1901 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
1903         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
1904         when downcasing.
1906         * button.el (previous-button): Rewrite to account for adjacent buttons.
1908 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
1910         * progmodes/idlwave.el (idlwave-auto-fill):
1911         Revert paragraph-separate change.
1913         * progmodes/idlw-shell.el (idlwave-shell-break-in):
1914         Simplify module calc.
1915         (idlwave-shell-set-bp-in-module): Compute module.
1917 2007-03-31  Glenn Morris  <rgm@gnu.org>
1919         * emacs-lisp/timer.el (run-at-time): Doc fix.
1921         * emacs-lisp/warnings.el (display-warning): If we create the
1922         buffer displaying the warning, disable undo there.
1924 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
1926         * net/tramp.el (tramp-register-file-name-handler)
1927         (tramp-register-completion-file-name-handler): New defsubst,
1928         derived from `tramp-register-file-name-handlers'.  The split is
1929         necessary because Tramp's file name handlers must be registered at
1930         different startup places.
1932 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
1934         * progmodes/hideshow.el (turn-off-hideshow): New function.
1935         (hs-minor-mode): Use it instead of a lambda expression in
1936         change-major-mode-hook.
1938 2007-03-31  David Kastrup  <dak@gnu.org>
1940         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
1941         corresponding to MANPATH_MAP entries.
1942         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
1943         (woman-parse-man.conf): Use more discriminating man.conf name.
1944         (woman-parse-man.conf): Parse MANPATH_MAP entries.
1945         (woman-manpath): Doc fix and type fix.
1946         (woman-cached-data): Check for MANPATH_MAP entries.
1947         (woman-expand-directory-path): Treat MANPATH_MAP entries.
1949 2007-03-31  Stuart Herring  <herring@lanl.gov>
1951         * emacs-lisp/sregex.el (sregexq): Doc fix.
1953 2007-03-31  Markus Triska  <markus.triska@gmx.at>
1955         * flymake.el (flymake-err-line-patterns): Doc fix.
1957 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
1959         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
1960         Move to the right.
1962 2007-03-30  Alan Mackenzie  <acm@muc.de>
1964         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
1966 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
1968         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
1969         Use it, passed in explicitly, instead of from the dynamic binding.
1970         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
1972 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
1974         * simple.el (blink-matching-open): When in minibuffer, don't
1975         search for a match inside the prompt.
1977 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
1979         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
1980         (tmm-prompt): Don't make the mouse user select the first menu
1981         item twice.
1983 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
1985         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
1986         SIGUSR1 and SIGUSR2.
1988 2007-03-29  Kim F. Storm  <storm@cua.dk>
1990         * ido.el (ido-read-internal): When reading file or dir, only override
1991         minibuffer-local-filename-completion-map, otherwise only override
1992         minibuffer-local-completion-map.
1994 2007-03-29  Glenn Morris  <rgm@gnu.org>
1996         * complete.el (partial-completion-mode): Set PC-do-completion-end
1997         to nil after use.
1998         (PC-lisp-complete-symbol): Create and use a marker at `end',
1999         rather than using point-marker.
2001 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
2003         * simple.el (next-error-highlight): Doc fix.
2004         (compose-mail): Revert 2007-03-19 change.
2006 2007-03-28  Richard Stallman  <rms@gnu.org>
2008         * emacs-lisp/edebug.el (edebug-display): Don't go to
2009         edebug-outside-buffer if it is dead.
2011 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
2013         * view.el (view-mode): Fix typos in docstring.
2015 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
2017         * recentf.el (recentf-save-file): Add a custom :set function.
2019 2007-03-28  Glenn Morris  <rgm@gnu.org>
2021         * complete.el (PC-do-completion-end): New variable.
2022         (partial-completion-mode) <choose-completion-string-functions>:
2023         Use PC-do-completion-end in the non-minibuffer case to replace the
2024         correct amount of text.
2025         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2026         (PC-lisp-complete-symbol): Give marker the after-insertion type,
2027         to deal with improvements inserted after point.
2029 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2031         * button.el (make-text-button): Add explicit `button' property.
2032         (default-button): Don't put a `button' property on it.
2034         * progmodes/python.el (python-mode): Skip comments when parsing.
2036         * vc-arch.el (vc-with-current-file-buffer): New macro.
2037         (vc-arch-file-source-p): Use it to avoid infloop.
2039 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
2041         * emacs-lisp/lisp.el (lisp-complete-symbol):
2042         Fix call to get-buffer-window to find windows in other frames.
2044 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2046         * comint.el (comint-proc-query, comint-dynamic-list-completions):
2047         Fix calls to get-buffer-window to find windows in other frames.
2048         Reported by David Hansen <david.hansen@gmx.net>.
2050 2007-03-27   Kevin Ryde  <user42@zip.com.au>
2052         * info.el (Info-display-images-node): On a text-only terminal,
2053         show the "text" or "alt" parts of the image blobs.
2055 2007-03-27  Glenn Morris  <rgm@gnu.org>
2057         * complete.el (PC-do-completion): Compute completion-base-size in
2058         the non-filename case, rather than setting to nil.
2059         (PC-lisp-complete-end): New variable.
2060         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2061         original end in a series of consecutive invocations.
2063         * calendar/calendar.el (calendar-mode-hook): Declare it.
2065         * calendar/diary-lib.el (diary-live-p): Do not check for
2066         diary-selective-display.
2068 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2070         * replace.el (occur-next-error): *Occur* might not be displayed in the
2071         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
2073 2007-03-26  Richard Stallman  <rms@gnu.org>
2075         * textmodes/flyspell.el (flyspell-large-region):
2076         Use ispell-call-process-region.
2078 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2080         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2081         Use prin1 instead of princ.
2083 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
2085         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
2086         Merge in X resources before global face.
2088         * progmodes/compile.el (compilation-start): Save compilation-directory
2089         rather than default-directory as local var.
2090         (compilation-directory): Mark as safe local var.
2092         * files.el: Don't mark default-directory as a safe local var.
2094 2007-03-25  Alan Mackenzie  <acm@muc.de>
2096         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2097         * progmodes/cc-engine.el: Fix typo.
2099 2007-03-25  Juri Linkov  <juri@jurta.org>
2101         * compare-w.el (compare-windows): Rename customization group
2102         `compare-w' to `compare-windows'.
2103         (compare-windows-whitespace, compare-ignore-whitespace)
2104         (compare-ignore-case, compare-windows-sync)
2105         (compare-windows-sync-string-size, compare-windows-recenter)
2106         (compare-windows-highlight, compare-windows): Change group name in
2107         the `group' tag from `compare-w' to `compare-windows'.
2108         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
2110 2007-03-24  Markus Triska  <markus.triska@gmx.at>
2112         * expand.el: Change example to always enable abbrev-mode,
2113         and remove redundant `function'.
2114         (expand-abbrev-hook): Add autoload cookie.
2116 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
2118         * emacs-lisp/testcover.el (testcover-start, testcover-end)
2119         (testcover-mark-all, testcover-unmark-all): Add prompts to
2120         interactive specs.
2122 2007-03-24  Jason Rumney  <jasonr@gnu.org>
2124         * autorevert.el (find-file-hook, auto-revert-tail-mode):
2125         Use file size in bytes for auto-revert-tail-pos not characters.
2127 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
2129         * vc-rcs.el (vc-rcs-annotate-command):
2130         Set text property :vc-annotate-prefix on the annotation text.
2131         (vc-rcs-annotate-time): Instead of searching for ": ",
2132         search for end of text propertized with :vc-annotate-prefix.
2134 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
2136         * whitespace.el (top level): Remove calls putting
2137         permanent-local nil property since these are no-ops.
2139         * man.el (Man-support-local-filenames): Assure that
2140         default-directory exists when doing call-process.
2142 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
2144         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
2145         Fix omission bug: Use m4-program-options to construct shell command.
2147 2007-03-23  David Kastrup  <dak@gnu.org>
2149         * progmodes/cc-mode.el (c-make-emacs-variables-local):
2150         Use `mapcar' rather than `mapcan' to silence compiler warning.
2152 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
2154         * textmodes/reftex.el, textmodes/reftex-vars.el,
2155         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
2156         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
2157         * textmodes/reftex-index.el, textmodes/reftex-global.el,
2158         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
2159         * textmodes/reftex-auc.el: Add maintainer address.
2161 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
2163         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
2164         Make sure that `global-font-lock-mode' does not turn on font-lock
2165         in these buffers.
2167 2007-03-21  Kim F. Storm  <storm@cua.dk>
2169         * xt-mouse.el (xt-mouse-epoch): New variable.
2170         (xterm-mouse-event): Use float-time.
2172 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
2174         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
2175         current-time.
2177 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2179         * complete.el (read-file-name-internal): Don't add the final > if the
2180         completion is not finished (re-application of this patch, which was
2181         accidentally undone by Eli).
2183 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
2185         * emulation/viper.el (viper-non-hook-settings): Handle mouse
2186         clicks in describe-key and describe-key-briefly advice a little better.
2188 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
2190         * server.el (server-process-filter): Cancel any pending isearch.
2192 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
2194         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
2195         (icalendar--get-unfolded-buffer): Define actual arguments rather
2196         than just using &rest.  Check replace-in-string is fbound.
2197         (icalendar-import-buffer): Doc fix.
2198         (icalendar--convert-ical-to-diary): Set diary-file.
2199         Check diary-file before inserting final newline.
2200         (icalendar--add-diary-entry): Return diary-file.
2202 2007-03-21  Glenn Morris  <rgm@gnu.org>
2204         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
2205         (diary-display-hook): Add custom :set function.
2207         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
2208         Add custom :set function.
2209         (diary-header-line-format): Doc fix.
2210         (diary-set-maybe-redraw): New function.
2211         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
2212         (diary-list-entries): Always run diary-mode.
2214 2007-03-20  Kenichi Handa  <handa@m17n.org>
2216         * international/quail.el (quail-setup-completion-buf): Make the
2217         completion buffer read-only.
2218         (quail-completion): Adjusted for the above change.  Leave the
2219         modified flag nil.
2221 2007-03-20  David Kastrup  <dak@gnu.org>
2223         * files.el (magic-mode-alist): Require literal "%!PS" string for
2224         magic postscript file detection.
2226 2007-03-20  Richard Stallman  <rms@gnu.org>
2228         * textmodes/ispell.el (ispell-call-process): New function.
2229         Defends against bad `default-directory.'
2230         (ispell-check-version, ispell-find-aspell-dictionaries)
2231         (ispell-get-aspell-config-value, lookup-words): Call it.
2232         (ispell-call-process-region): New function.
2233         (ispell-send-string): Call it.
2235 2007-03-20  Andreas Schwab  <schwab@suse.de>
2237         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
2238         (finder-data): Likewise.
2239         (autoloads): Likewise.
2241 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
2243         * files.el (basic-save-buffer): Do not set visited filename when
2244         the corresponding directory does not exist or the specified
2245         filename is that of an existing directory.
2247 2007-03-20  Glenn Morris  <rgm@gnu.org>
2249         * calendar/diary-lib.el (diary-live-p): New function.
2250         (number-of-diary-entries): Add a :set function to redisplay diary
2251         when necessary.
2253 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
2255         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
2256         from client program, mev, to compute mouse event.
2258 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
2260         * faces.el (momentary): Face removed; unused due to reversion of
2261         2007-01-04 changes by Kevin Rodgers.
2263         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
2264         Suggested by Johan Bockg\e,Ae\e(Brd.
2266 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
2268         * font-lock.el (lisp-font-lock-keywords-1):
2269         Highlight define-globalized-minor-mode as a keyword.
2271 2007-03-19  Kim F. Storm  <storm@cua.dk>
2273         * calc/calc-forms.el (math-std-daylight-savings)
2274         (math-std-daylight-savings-old): Doc fix.
2276 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
2278         * progmodes/python.el (python-default-template): Doc fix.
2279         (python-buffer): Fix typo in docstring.
2281         * isearchb.el (isearchb-follow-char):
2282         * subr.el (def-edebug-spec): Fix typo in docstring.
2284 2007-03-19  Richard Stallman  <rms@gnu.org>
2286         * files.el (default-directory): Mark safe.
2287         (basic-save-buffer-2): Put proper dir name in error message.
2289         * simple.el (compose-mail): Run switch-function after
2290         setting up the mail buffer.
2292         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
2294 2007-03-18  Jay Belanger  <belanger@truman.edu>
2296         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
2297         (math-std-daylight-savings-new): Rename from
2298         `math-std-daylight-savings'.
2299         (math-std-daylight-savings-old): Rename from old value of
2300         `math-std-daylight-savings'.
2301         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
2302         `math-std-daylight-savings-old' depending on the year.
2304 2007-03-18  Detlev Zundel  <dzu@gnu.org>
2306         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
2307         zero-width regexps as invalid but rather at least count them correctly.
2309 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
2311         * net/tls.el (open-tls-stream): In handshake-waiting loop,
2312         don't wait more if there is output available to process.
2314 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
2316         * progmodes/compile.el (compilation-find-file): Revert change
2317         from 2006-07-18 to allow completion of directory names.
2318         Reported by John Carter <john.carter@tait.co.nz>.
2320 2007-03-18  Kim F. Storm  <storm@cua.dk>
2322         * subr.el (when, unless): Doc fix.
2324 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
2326         * net/tls.el (tls-program): Doc fix.
2328 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
2330         * autorevert.el (auto-revert-tail-handler):
2331         Call after-revert-hook.
2333 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
2335         * simple.el (switch-to-completions): No error if search for \n\n fails.
2337 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
2339         * simple.el (line-move-1):
2340         Respect `inhibit-line-move-field-capture' property.
2342 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
2344         * comint.el (comint-arguments): Mark backslash-escaped chars.
2345         (comint-delim-arg): Don't treat them as delimiters.
2347 2007-03-12  Kim F. Storm  <storm@cua.dk>
2348         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
2350 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2352         * tempo.el (tempo-insert): Deal with 'r> if it appears
2353         specified with a prompt argument.
2355 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
2357         * textmodes/org.el (org-set-font-lock-defaults):
2358         Handle narrow table columns correctly.
2360 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
2362         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
2363         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
2364         Return to use of the -no-properties variants.  There was
2365         consensus on emacs-devel that the speed of these variants was
2366         prefered since we are usually parsing files (from the internet
2367         or on disk) instead of XML created in Emacs.
2369         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
2370         Add customize option.
2372 2007-03-12  Glenn Morris  <rgm@gnu.org>
2374         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
2375         North American rule.  Replace "daylight savings" with "daylight
2376         saving" in doc.
2378         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
2379         * calendar/lunar.el, solar.el: Replace "daylight savings" with
2380         "daylight saving" in text.
2382         * woman.el (woman-change-fonts): Tweak previous change by using
2383         woman-request-regexp rather than "^\\.".
2385         * startup.el (command-line-1): Make insertion of
2386         initial-scratch-message not depend on scratch being selected.
2388 2007-03-11  Juri Linkov  <juri@jurta.org>
2390         * replace.el (match): Use yellow background on light-bg terminals.
2392 2007-03-11  Richard Stallman  <rms@gnu.org>
2394         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2395         Correctly compute line number.
2397 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
2399         * type-break.el (type-break-get-previous-count):
2400         Repeat previous change here.
2402 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
2404         * progmodes/grep.el (grep-find-ignored-directories):
2405         Add .git and .bzr to list.
2407 2007-03-11  Andreas Schwab  <schwab@suse.de>
2409         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
2411 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2413         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
2415 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
2417         * faces.el (face-set-after-frame-default): Recalculate face
2418         customizations after applying X resources.
2420 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
2422         * net/rcirc.el (rcirc-timeout-seconds): New variable.
2423         (rcirc-keepalive-seconds): Remove variable.
2424         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
2425         (rcirc-process, rcirc-user-disconnect): New variables.
2426         (rcirc-connect): Initalize new variables.
2427         (rcirc-keepalive): Don't send keepalive pings before connection
2428         is completed.
2429         (rcirc-sentinel): Do mark all channels with activity when
2430         connection is dropped.  Run hook with process buffer local.
2431         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
2432         (rcirc-buffer-process): Return value of rcirc-process if
2433         rcirc-server-buffer is nil.
2434         (rcirc-server-name): Return the reported server name.
2435         (rcirc-update-prompt): Simplify computation of the server name.
2436         (rcirc-format-response-string): Likewise.
2437         (rcirc-handler-001): Mark server as connected, record the reported
2438         server name, and schedule a timeout.
2439         (rcirc-track-nick): Add a spec for the tty class.
2440         (rcirc-user-non-nick): Remove function.
2441         (rcirc-nick-prefix-chars): Add variable.
2442         (rcirc-user-nick): Use above variable.
2444 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2446         * icomplete.el (icomplete-tidy, icomplete-exhibit):
2447         Bind deactivate-mark to nil.
2449 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
2451         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
2452         that buffer contents get erased during completion.
2454 2007-03-10  Glenn Morris  <rgm@gnu.org>
2456         * woman.el (woman-change-fonts): Add a hack to deal with
2457         font-escape followed by "." at start of a line.
2458         (woman2-IP): Add a hack to deal with consecutive requests.
2459         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
2461 2007-03-10  Alan Mackenzie  <acm@muc.de>
2463         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
2465 2007-03-09  Richard Stallman  <rms@gnu.org>
2467         * abbrev.el (abbrev): Add `provide'.
2469 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
2471         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
2473 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
2475         * complete.el (PC-try-completion): New function.
2476         (PC-do-completion, read-file-name-internal): Use it instead of
2477         try-completion.
2479 2007-03-08  Alan Mackenzie  <acm@muc.de>
2481         Remove stale tokens from `c-found-types' cache.
2483         * progmodes/cc-mode.el (c-unfind-enclosing-token)
2484         (c-unfind-coalesced-tokens, c-before-change): New functions.
2485         (c-maybe-stale-found-type): New variable.
2487         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
2488         (c-trim-found-types): New functions.
2490 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2492         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
2493         (debug-ignored-errors): Add entry from smerge-match-conflict.
2495 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
2497         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
2498         special help topics for keywords.
2499         (idlwave-help-assistant-command): Include ".exe" for ms-dos
2500         etc. Assistant command.
2502 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
2504         * replace.el (occur-engine): Move buffer-undo-list binding...
2505         (occur-1): ...to here.
2507         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
2509         * simple.el (minibuffer-completing-symbol): New var.
2510         (eval-expression): Use it.
2511         (completion-setup-function): Don't bind completion-base-size when
2512         completing a symbol in the minibuffer.
2514 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
2516         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
2517         tries to start a second session in graphical mode.
2519 2007-03-07  Miles Bader  <miles@gnu.org>
2521         * international/isearch-x.el
2522         (isearch-process-search-multibyte-characters):
2523         Strip text-properties from PROMPT to avoid an error from read-string.
2525 2007-03-07  Kim F. Storm  <storm@cua.dk>
2527         * complete.el (PC-bindings): Remap lisp-complete-symbol to
2528         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
2530 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2532         * complete.el (PC-do-completion): Delete duplicates in the list of
2533         possible completions.
2535 2007-03-07  Glenn Morris  <rgm@gnu.org>
2537         * ses.el (ses-mode): Doc fix.
2539 2007-03-06  Kim F. Storm  <storm@cua.dk>
2541         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
2543 2007-03-06  Kenichi Handa  <handa@m17n.org>
2545         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
2547 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2549         * simple.el (completion-setup-function): Improve last fix so it doesn't
2550         set it to a relative directory name either.
2552 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2554         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
2556 2007-03-05  Richard Stallman  <rms@gnu.org>
2558         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
2560         * files.el (find-file-noselect): No error if file no longer exists.
2561         Display a message and avoid other questions.
2563 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2565         * pcomplete.el (pcomplete-show-completions): Improve last change, so
2566         as not to use an invisible window and to create a window if none exist.
2568         * progmodes/python.el (python-send-command): Restart proc if necessary.
2569         (python-proc): Simplify.
2571 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
2573         * pcomplete.el (pcomplete-show-completions): Search all frames for
2574         completions buffer.
2576 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
2578         * cus-edit.el (customize-save-variable): Clear customized-value
2579         property (saved values are now put in theme-value property).
2580         (customize-set-variable): Doc fix.
2582         * complete.el (PC-do-completion): If completion-ignore-case is
2583         non-nil, replace field with completion string before exiting.
2585 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
2587         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
2588         Append its extension to the resulting temporary file name.
2589         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
2591         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
2592         (tramp-smb-handle-write-region): Apply it.
2594 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2596         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2597         Redo previous change.
2599 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
2601         * diff-mode.el (diff-mode): Doc fix.
2603 2007-03-05  Kenichi Handa  <handa@m17n.org>
2605         * international/characters.el: Set category `l' (latin)
2606         for more characters.
2608 2007-03-04  Kim F. Storm  <storm@cua.dk>
2610         * emacs-lisp/authors.el (authors-aliases): Add alias.
2612 2007-03-04  Glenn Morris  <rgm@gnu.org>
2614         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
2615         all when switching major mode.
2616         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
2617         (hs-block-start-mdata-select, hs-block-end-regexp)
2618         (hs-forward-sexp-func, hs-adjust-block-beginning):
2619         Do not make these variables permanent-local.
2621 2007-03-04  Richard Stallman  <rms@gnu.org>
2623         * progmodes/cperl-mode.el (cperl-mode):
2624         Modify cperl-compilation-error-regexp-alist by appending.
2626         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
2627         (edebug-mode): Add the hook.
2628         (edebug-recursive-edit): Remove the hook on exiting.
2630         * type-break.el (type-break-get-previous-time):
2631         Handle end-of-file errors specially
2632         so they don't get reported wrong in .emacs.
2634         * startup.el (fancy-splash-text): Clarify text.
2636         * simple.el (beginning-of-buffer, end-of-buffer):
2637         Avoid treating plain C-u like numeric arg.
2639         * simple.el (completion-setup-function): Don't set
2640         default-directory to nil.
2642         * shell.el (shell-dirstack-query): Doc fix.
2644         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
2645         Don't select the window -- pass it to primitives instead.
2647         * faces.el (minibuffer-prompt): Use medium blue by default.
2649 2007-03-04  David Kastrup  <dak@gnu.org>
2651         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
2652         Preserve 16 as default value for "seconds" when customizing.
2654 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
2656         * textmodes/org.el (org-self-insert-command)
2657         (orgtbl-self-insert-command, org-delete-char)
2658         (org-delete-backward-char): Set the `flyspell-delayed' property.
2660 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
2662         * international/mule.el (find-auto-coding): Don't search for
2663         line-ending characters past the end of the tail.
2665 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
2667         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2668         Jump to the line where new score has been uploaded.
2670         * play/tetris.el (tetris-move-bottom, tetris-move-left)
2671         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
2672         Do nothing when the game is paused.
2674 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
2676         * textmodes/org.el (org-set-tags): Prevent slipping of point
2677         during completion.
2679 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2681         * isearch.el (isearch-message-prefix):
2682         Use minibuffer-prompt-properties.
2684 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2686         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
2687         (ps-setup): Print which Emacsen is running ps-print package.
2689 2007-03-01  Stuart Herring  <herring@lanl.gov>
2691         * files.el (set-auto-mode-0): Use `indirect-function'.
2692         (hack-one-local-variable): Don't reapply current major mode.
2694 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2696         * progmodes/python.el (python-quote-syntax): Don't bother with
2697         syntax-ppss-context.
2698         (python-fill-paragraph): Make sure that fenced-string delimiters that
2699         stand on their own line stay there.
2701 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2703         * replace.el (perform-replace): Propertize message.
2705 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
2707         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
2708         invisible heading.
2710 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
2712         * net/tramp.el (tramp-file-name-handler): Revert last change.
2714 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
2716         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
2717         Correct doc strings.
2719 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
2721         * replace.el (perform-replace): Undo forward-char immediately if
2722         non-adjacent search fails.
2724 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2726         * version.el (emacs-major-version, emacs-minor-version):
2727         string-to-int -> string-to-number.
2729 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
2731         * help.el (where-is): Fail gracefully when not passed a command.
2733 2007-02-28  Stuart Herring  <herring@lanl.gov>
2735         * find-lisp.el (find-lisp-default-directory-predicate):
2736         Fix bug: Do symlink check on expanded filename.
2738 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
2740         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
2741         changes during replacement.
2742         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
2744 2007-02-28  Lars Hansen  <larsh@soem.dk>
2746         * desktop.el: Delete header line listing me as maintainer.
2748 2007-02-28  Glenn Morris  <rgm@gnu.org>
2750         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
2751         the menus case.
2753 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
2755         * net/tramp.el (tramp-file-name-handler): Inhibit modification
2756         hooks to avoid confusion when combining after-change calls.
2758 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
2760         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
2761         now that pgg-gpg-process-region correctly honors passed-in passphrase.
2762         (allout-distinctive-bullets-string): Add info about bullet conventions.
2763         (allout-mode): Add info about distinctive vs plain bullets.
2765 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
2767         * textmodes/org.el (org-archive-subtree): Quote variable name.
2768         (org-agenda-get-todos): Make sure skip properties are checked correctly.
2770 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
2772         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
2773         (gud-bashdb-command-name, bashdb): Remove.
2774         (gud, gud-menu-map): Remove references to bash/bashdb.
2776 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
2778         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
2779         keyword for Python 2.5.
2781 2007-02-26  Romain Francoise  <romain@orebokech.com>
2783         * net/net-utils.el (whois-server-tld): Update server for .org.
2784         (whois-server-list): Add whois.publicinterestregistry.net.
2785         (whois-guess-server): Fix formatting in docstring.
2787 2007-02-26  Kim F. Storm  <storm@cua.dk>
2789         * mouse.el (mouse-show-mark): Run hooks and perform command
2790         remapping for mouse-region-delete-keys.
2792 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2794         * font-core.el (font-lock-mode): Doc fix.
2796 2007-02-25  Kim F. Storm  <storm@cua.dk>
2798         * ido.el (ido-buffer-internal): Set this-command to fallback command.
2799         Add selected buffer to buffer-name-history.
2800         (ido-file-internal): Set this-command to fallback command.
2801         Add file names to file-name-history.
2803         * emacs-lisp/map-ynp.el (map-y-or-n-p):
2804         Apply minibuffer-prompt-properties.
2806 2007-02-25  Andreas Schwab  <schwab@suse.de>
2808         * files.el (hack-one-local-variable-eval-safep): Correct handling
2809         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
2811 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
2813         * textmodes/org.el (org-table-overlay-coordinates)
2814         (org-table-toggle-coordinate-overlays): New functions.
2815         (org-table-overlay-coordinates, org-table-coordinate-overlays):
2816         New variables.
2817         (org-startup-with-deadline-check): Remove option.
2818         (org-mode): Remove deadline check on startup.
2819         (org-table-limit-column-width): Remove option.
2820         (org-table-formula-numbers-only): Remove option.
2821         (org-link-style, org-link-format): Remove options.
2822         (org-select-agenda-window, org-fit-agenda-window): Remove options.
2823         (org-export-ascii-show-new-buffer)
2824         (org-export-html-show-new-buffer): Remove options.
2825         (org-activate-links): Remove camel option.
2826         (org-file-link-context-use-camel-case): Remove option.
2827         (org-camel-regexp): Remove variable.
2828         (org-activate-camels): Remove function.
2829         (org-store-link): Remove Camel stuff.
2830         (org-make-org-heading-camel): Remove function.
2831         (org-open-at-point): Remove camel stuff.
2832         (org-link-search): Remove camel stuff.
2833         (org-camel-to-words): Function removed.
2834         (org-get-agenda-file-buffer): Make sure we prepare the base
2835         buffers, not any indirect buffers.
2836         (org-sort-entries): Sort top-level when not on a headline, and no
2837         active region.
2838         (org-in-regexp): New function.
2839         (org-search-not-self): Rename from `org-search-not-link'.
2840         (org-open-link-marker): New variable.
2841         (org-open-at-point): Set `org-open-link-marker'.
2842         (org-print-icalendar-entries): Fixe bug with excluding DONE
2843         entries from the exported list.
2844         (org-edit-formula-lisp-indent): New command.
2845         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
2846         (orgtbl-to-latex, orgtbl-insert-radio-table)
2847         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
2848         (orgtbl-radio-table-templates): New option.
2849         (org-store-link-props):
2850         (org-remember-templates): More possibilities to insert info
2851         into templates.
2852         (org-remember-apply-template): Make use of the extended
2853         template capabilities.
2854         (org-remember-redo-template): New command.
2855         (org-upgrade-old-links)
2856         (org-table-modify-formulas, org-table-replace-in-formulas)
2857         (org-table-find-dataline)
2858         (org-table-get-vertical-vector): Remove functions.
2859         (org-table-remove-rectangle-highlight)
2860         (org-time-stamp-format, org-toggle-log-option)
2861         (org-table-highlight-rectangle)
2862         (org-table-iterate, org-table-make-reference):
2863         (org-translate-time, org-tree-to-indirect-buffer)
2864         (org-table-field-info, org-table-fix-formulas)
2865         (org-table-force-dataline, org-table-get-descriptor-line)
2866         (org-table-get-range)
2867         (org-skip-comments, org-sort)
2868         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
2869         (org-table-current-dline, org-table-current-field-formula)
2870         (org-table-edit-backward-field)
2871         (org-table-edit-formulas-post-command)
2872         (org-table-edit-line-down, org-table-edit-line-up)
2873         (org-agenda-archive)
2874         (org-agenda-clock-cancel)
2875         (org-agenda-clock-out, org-agenda-list-stuck-projects)
2876         (org-agenda-open-link, org-agenda-show-new-time)
2877         (org-agenda-skip-subtree-when-regexp-matches)
2878         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
2879         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
2880         (org-do-sort, org-file-image-p, org-find-overlays)
2881         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
2882         (org-highlight-until-next-command, org-isearch-end)
2883         (org-match-any-p, org-next-link, org-previous-link):
2884         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
2885         (org-rewrite-old-row-references)
2886         (org-isearch-post-command)
2887         (org-table-edit-move, org-table-edit-next-field)
2888         (org-table-edit-scroll, org-table-edit-scroll-down)
2889         (org-set-frame-title, org-show-reference)
2890         (org-unhighlight-once, org-verify-change-for-undo): New functions.
2891         (org-show-variable): Remove command.
2892         (org-add-log-maybe): New arguments STATE, FINDPOS
2893         (org-table-sort-lines): Rewrite from scratch.
2894         (org-link-search): New argument AVOID-POS.
2895         (org-print-icalendar-entries): Remove argument CATEGORY.
2896         (org-run-agenda-series): Remove argument WONDOW.
2897         (org-next-link, org-previous-link): New commands.
2898         (org-agenda-date-format): New option.
2899         (org-table-iterate): New command.
2900         (org-table-modify-formulas)
2901         (org-table-replace-in-formulas): Remove functions.
2902         (org-table-fix-formulas): New function.
2903         (org-table-insert-column, org-table-delete-column)
2904         (org-table-move-column): Use `org-table-fix-formulas'.
2905         (org-follow-gnus-link): Patch from Bastien/Leo.
2906         (org-table-current-field-formula): New function.
2907         (org-file-image-p): New function.
2908         (org-agenda-show-new-time): New function.
2909         (org-agenda-date-later): Call `org-agenda-show-new-time'.
2910         (org-with-remote-undo): New macro.
2911         (org-agenda-undo): New command.
2912         (org-verify-change-for-undo): New function.
2913         (org-time-stamp-format): New function.
2914         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
2915         by user.
2916         (org-match-any-p): New function.
2917         (org-make-tags-matcher): Handle regular expressions for tag and
2918         todo matches.
2919         (org-read-date): Accept "+N" as input for a date relative to the
2920         current date.
2921         (org-remove-subtree-entries-from-agenda): New function.
2922         (org-agenda-archive, org-agenda-kill):
2923         Use `org-remove-subtree-entries-from-agenda'.
2924         (org-do-sort, org-sort-entries): New functions.
2925         (org-sort): New command.
2926         (org-table-sort-lines): Use `org-do-sort'.
2927         (org-fix-decoded-time): New function.
2928         (org-table-number-regexp): Require 0x... to identify as number
2929         in tables.
2930         (org-startup-options): New keywords for note taking.
2931         (org-upgrade-old-links): Remove function.
2932         (org-get-repeat): New function.
2933         (org-show-context): Also show siblings on current level.
2934         (org-show-siblings): New function.
2935         (org-isearch-end, org-isearch-post-command): New functions.
2936         (org-show-siblings): New option.
2937         (org-show-context): Use `org-show-siblings'.
2938         (org-table-maybe-recalculate-line): No longer require `calc-eval'
2939         to be bound, because user may just use elisp.
2941 2007-02-24  Kim F. Storm  <storm@cua.dk>
2943         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
2944         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
2946 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
2948         * startup.el (command-line): Also check if the abbrev file is readable.
2950 2007-02-24  John Paul Wallington  <jpw@pobox.com>
2952         * net/tls.el (tls-certtool-program): Fix custom type.
2954         * mail/feedmail.el (feedmail-message-id-generator)
2955         (feedmail-date-generator): Fix custom types.
2957         * mail/rmail.el (rmail-message-filter): Fix custom type.
2959 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
2961         * startup.el (command-line): If simple.el cannot be found, proceed
2962         with a warning message.
2964 2007-02-24  Kenichi Handa  <handa@m17n.org>
2966         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
2967         case that BEG is a string.
2969 2007-02-24  Chris Moore  <dooglus@gmail.com>
2971         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
2972         * pgg-pgp.el (pgg-pgp-encrypt-region):
2973         * pgg-gpg.el (pgg-gpg-encrypt-region):
2974         Check pgg-encrypt-for-me if no other recipients.
2976 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
2978         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
2980         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
2981         shell-quote-argument.
2983 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2985         * comint.el (comint-read-input-ring): Use comint-input-ring-size
2986         from the comint buffer instead of the temporary one.
2988 2007-02-23  David Reitter  <david.reitter@gmail.com>
2990         * cus-edit.el (custom-save-all): Canonicalize custom-file before
2991         storing it in recentf-exclude.
2993 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
2995         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
2996         in splash screen.
2998 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
3000         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3001         commands, for restart.
3002         (idlwave-shell-current-module): Fix handling of module name by type.
3003         (idlwave-shell-break-in): Update type handling.
3004         (idlwave-shell-bp-get): Encode type in BP structure.
3005         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3006         (idlwave-shell-module-source-query): Query routine info based on type.
3007         Fix path parsing for non-compiled files.
3008         (idlwave-shell-module-source-filter): Don't signal error in filter
3009         if no source found.
3010         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3011         filter race.
3013 2007-02-22  Kim F. Storm  <storm@cua.dk>
3015         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3016         (editable-field): Document need to put some text before the %v
3017         escape in :format string.
3019 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3021         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3022         (vc-svn-use-edit): Remove unused config var.
3023         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3025         * outline.el (hide-sublevels): Keep empty last line, if available.
3027         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3028         rather than the corresponding unicode char, to make the code
3029         more readable.
3031 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
3033         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3034         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3035         (speedbar-item-info-tag-helper): Doc fixes.
3037 2007-02-19  Kenichi Handa  <handa@m17n.org>
3039         * international/mule-cmds.el (locale-language-names):
3040         Map "eo" to "Esperanto".
3042         * language/european.el ("Esperanto"): New language environment.
3044 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3046         * simple.el (kill-line): Doc fix.
3048 2007-02-17  Kim F. Storm  <storm@cua.dk>
3050         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3051         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
3052         (bindat--unpack-group, bindat--pack-group):
3053         Handle vectors with optional element type.
3055 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
3057         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3058         if PASSPHRASE is given.
3060 2007-02-17  Chris Moore  <dooglus@gmail.com>
3062         * jka-cmpr-hook.el (jka-compr-compression-info-list):
3063         Recognize backups of bz2 compressed files.
3065 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
3067         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3068         to nil to speed up lookup of the symbol in index nodes.
3070 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3072         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3073         Add indentation for the constants of Lisp.
3075 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3077         * ps-print.el: Use (defvar <foo>) where applicable.
3078         (ps-print-emacs-type): Remove.
3079         (ps-x-frame-property, ps-e-frame-parameter): Remove.
3080         (ps-frame-parameter): Align its call-convention with frame-parameter.
3081         (ps-begin-job): Adjust calls to it appropriately.
3082         (ps-setup): Don't print ps-print-emacs-type.
3083         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
3084         Define in such a way that it's obvious that it's defined.
3085         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
3086         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3087         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
3089 2007-02-15  Alan Mackenzie  <acm@muc.de>
3091         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
3092         an empty one-line C-style comment, post-position point properly.
3094 2007-02-15  Chris Moore  <dooglus@gmail.com>
3096         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3097         (isearch-lazy-highlight-new-loop): Bind it.
3098         (isearch-lazy-highlight-search): Use it.
3100         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
3102 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3104         * font-lock.el (font-lock-extend-region-wholelines):
3105         Only return non-nil if the region has really been changed.
3106         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3108 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
3110         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
3111         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
3112         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
3114 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
3116         * faces.el (color-values): Revert changes to docstring from
3117         2007-01-31 and 2000-09-07.
3119         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
3120         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
3121         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
3122         (ispell-help): Fix typos in docstring and output message.
3124 2007-02-14  Kim F. Storm  <storm@cua.dk>
3126         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
3127         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
3128         (grep): Fix lgrep reference.
3130         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
3131         (standard-display-underline): Use make-glyph-code.
3133         * descr-text.el (describe-char): Use glyph-char and glyph-face.
3135         * international/latin1-disp.el (latin1-display-char):
3136         Use make-glyph-code.
3138 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
3140         * ehelp.el (with-electric-help, electric-help-exit)
3141         (electric-help-retain): Doc fixes.
3143         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
3144         (byte-compile-file): Doc fixes.
3146 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3148         * term/mac-win.el: Change all uses of
3149         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
3150         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
3151         (mac-ae-get-url): Call select-frame-set-input-focus.
3152         (mac-dnd-handle-drag-n-drop-event): Don't call
3153         select-frame-set-input-focus.
3155 2007-02-13  Kenichi Handa  <handa@m17n.org>
3157         * international/characters.el: Fix documentation of category `a'.
3159 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
3161         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
3163 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
3165         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
3166         (tramp-get-remote-ln): Handle error case.
3167         Reported by Chris Moore <dooglus@gmail.com>.
3169 2007-02-11  Kim F. Storm  <storm@cua.dk>
3171         * bindings.el (ctl-x-map): Remove register compatibility bindings
3172         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
3174 2007-02-11  Richard Stallman  <rms@gnu.org>
3176         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
3177         in load history.
3179         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
3180         condition -- don't fail to stop at endpos.
3182 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
3184         * textmodes/org.el (org-agenda-get-todos)
3185         (org-agenda-get-timestamps, org-agenda-get-closed)
3186         (org-agenda-get-deadlines, org-agenda-get-scheduled)
3187         (org-agenda-get-blocks, org-format-agenda-item)
3188         (org-agenda-change-all-lines, org-scan-tags): Rename text property
3189         from `category' to `org-category'.
3191 2007-02-11  Kenichi Handa  <handa@m17n.org>
3193         * international/titdic-cnv.el (titdic-convert): Force files be written
3194         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
3195         (miscdic-convert): Force files be written with Unix-like eol format.
3197 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
3199         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
3201         * calculator.el (calculator-prompt): Doc fix.
3202         (calculator-mode-map): Fix typo in menu entry.
3204 2007-02-10  Jay Belanger  <belanger@truman.edu>
3206         * calculator.el (calculator): Do more extensive checking for when
3207         3 lines should be used for the calculator.
3209 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
3211         * info-look.el (info-lookup-make-completions):
3212         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
3213         index nodes.
3215         * info.el (Info-fontify-maximum-menu-size): Document the effect
3216         of a nil value.
3217         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
3218         non-nil before using it as size.
3220 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
3222         * subr.el (insert-for-yank-1): Prevent read-only properties from
3223         interfering with text property operations.
3225         * image-mode.el (image-mode): Revert 2007-01-30 changes.
3227         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
3228         (image-type-auto-detected-p): Fail if another match is found in
3229         auto-mode-alist.
3231         * files.el (magic-mode-alist): Call image-mode instead of
3232         image-mode-maybe for autodetected images.
3234 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
3236         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
3237         Fix typos in docstrings.
3238         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
3240 2007-02-09  Kim F. Storm  <storm@cua.dk>
3242         * emacs-lisp/float-sup.el: Remove obsolete comment.
3244 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3246         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
3248 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
3250         * simple.el: Revert previous change, at request of RMS:
3251         (fundamental-mode-hook): Remove.
3252         (fundamental-mode): Run after-change-major-mode-hooks manually,
3253         and don't run the now-nonexistent fundamental-mode-hook.
3255 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
3257         * simple.el (fundamental-mode-hook): Declare new hook.
3258         (fundamental-mode): Run the new dedicated hook, and don't run
3259         after-change-major-mode-hooks manually anymore.
3261 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3263         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
3264         added columns of chars.  Remove support for the "no-meta-info" format.
3265         Prompted by Romain Francoise <romain@orebokech.com>.
3267 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
3269         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
3270         (gdb-mouse-until, gdb-mouse-jump): Use it.
3272 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
3274         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
3275         work when there is just an assembler buffer (no source buffer).
3277 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
3279         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
3280         just because the diff was produced using "-p" (--show-c-function).
3282 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
3284         * faces.el (frame-set-background-mode): Use `color-values' and
3285         `display-color-p', not `x-color-values' and `x-display-color-p'.
3286         (face-valid-attribute-values): Use `defined-colors' instead of
3287         `x-defined-colors'.
3289 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3291         * ps-print.ps: The ps-print commands without face printing should not
3292         print background color.  Reported by Leo <sdl.web@gmail.com>.
3293         (ps-print-version): New version 6.7.3.
3294         (ps-begin-job): New arg.  Fix ps-default-background and
3295         ps-default-foreground initialization.
3296         (ps-face-attributes): Fix doc string.
3297         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
3299         * printing.el: Fix ps-print link.
3301 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
3303         * faces.el (face-set-after-frame-default): Compile attributes to
3304         be set by frame parameters before merging in X resources.
3306 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
3308         * simple.el (blink-matching-paren-dont-ignore-comments):
3309         (blink-matching-paren-on-screen): Doc fixes.
3311 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
3313         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
3315 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
3317         * loadhist.el (unload-feature): Silently ignore `load-history' entries
3318         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
3319         entries like `defun'.  Return nil.
3321 2007-02-05  Kim F. Storm  <storm@cua.dk>
3323         * ido.el: Doc fixes.
3325 2007-02-04  David Kastrup  <dak@gnu.org>
3327         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
3328         `mpuz-allow-double-multiplicator' is non-zero, and correct
3329         calculation of `min'.
3331 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3333         * wid-edit.el (widget-default-create): Insert new text at the
3334         :from marker _after_ the marker, not before it.
3336 2007-02-04  Alan Mackenzie  <acm@muc.de>
3338         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
3339         containing it is re-indented.
3341 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3343         * net/newsticker.el (newsticker--insert-image): Update docstring,
3344         and insert the image directly.
3345         (newsticker--buffer-redraw): Update docstring.
3347         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3348         Rename from define-global-minor-mode.
3350         * progmodes/cwarn.el (global-cwarn-mode):
3351         * emacs-lisp/autoload.el (make-autoload):
3352         * hi-lock.el (global-hi-lock-mode):
3353         * font-core.el (global-font-lock-mode): All callers changed.
3355 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
3357         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
3358         Don't copy @ignore lines into menu descriptions.
3359         (texinfo-multi-file-update): Goto the @node line before attempting
3360         to pluck the node name.
3361         (texinfo-multiple-files-update): Reverse the optional arguments'
3362         order, as per the doc string and the `interactive' form.
3364 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3366         * image-mode.el: Use autoload to avoid overriding disabled setting
3367         applied in .emacs.
3369 2007-02-03  Alan Mackenzie  <acm@muc.de>
3371         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
3372         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
3373         adjacent paren groups).
3375 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3377         * progmodes/ebnf2ps.el: Doc fixes.
3378         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
3380 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3382         * dired-x.el (dired-do-relsymlink): Add reference to
3383         dired-do-symlink.  Add an autoload cookie.
3385         * dired-aux.el (dired-do-symlink): Add reference to
3386         dired-do-relsymlink.
3388 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
3390         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
3391         <left-fringe mouse-3>: New bindings.
3393 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
3395         * newsticker.el (newsticker-version): Changed to "1.10".
3396         (newsticker--set-customvar): Doc string.
3397         (newsticker-new-item-face): Doc string.
3398         (newsticker-mode): Initialize `invisibility-spec' with t.
3399         (newsticker-mode-map): Added
3400         `newsticker-mark-all-items-at-point-as-read'.
3401         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
3402         (newsticker-w3m-show-inline-images): Do not call
3403         `w3m-remove-image'.
3404         (newsticker--buffer-after-w3m-insert-image): New advice for
3405         w3m-insert-image to cache images.
3406         (newsticker-next-item-same-feed): New.
3407         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
3408         (newsticker-mark-all-items-of-feed-as-read): New.
3409         (newsticker-mark-all-items-at-point-as-read): Use new functions.
3410         (newsticker-mark-item-at-point-as-read): Doc string.
3411         (newsticker-mark-item-at-point-as-read): Use new functions.
3412         (newsticker--do-mark-item-at-point-as-read): New, extracted from
3413         `newsticker-mark-item-at-point-as-read'.
3414         (newsticker-hide-entry): Use (t) instead of t for invisibility.
3415         (newsticker--sentinel): Yet another xml-parser workaround.
3416         (newsticker--decode-iso8601-date): Bugfix for datestrings without
3417         days.
3418         (newsticker--buffer-do-insert-text): Fix.
3419         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
3420         (newsticker--buffer-make-item-completely-visible):
3421         `switch-to-buffer' not necessary.
3423 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3425         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
3426         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
3427         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
3428         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
3429         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
3431 2007-02-02  Kenichi Handa  <handa@m17n.org>
3433         * international/quail.el (quail-show-key): Fix an error message.
3435 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3437         * faces.el (set-face-underline-p, modify-face): Rename arg
3438         UNDERLINE-P to UNDERLINE (it is not a flag).
3440 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
3442         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
3443         when adding gdb-speedbar-update to gdb-input-queue.
3445 2007-02-01  Kenichi Handa  <handa@m17n.org>
3447         * international/quail.el (quail-show-key): Signal an error if the
3448         current input method is not using Quail.
3450 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
3452         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
3453         Trim leading whitespace in sysvar names.
3455 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3457         * faces.el (internal-find-face, internal-get-face): Doc fixes.
3459 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
3461         * ido.el (ido-set-common-completion): Use `let', not `let*'.
3463 2007-01-31  Romain Francoise  <romain@orebokech.com>
3465         * comint.el: Delete extra copy of `comint-copy-old-input' added in
3466         previous change to this file.
3468 2007-01-31  Jason Rumney  <jasonr@gnu.org>
3470         * files.el (magic-mode-alist): Use image-mode-maybe rather than
3471         image-mode.
3473         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
3474         interfering with attempt to set major mode from modified
3475         auto-mode-alist.
3477 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
3479         * faces.el (color-values): Doc fix.
3480         (face-differs-from-default-p): Don't check :foreground twice.
3482 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
3484         * comint.el (comint-mode): Prevent non-keyword fontification by default.
3486 2007-01-31  Kenichi Handa  <handa@m17n.org>
3488         * international/quail.el (quail-store-decode-map-key): Store a
3489         translated character too.
3490         (quail-char-equal-p): New function.
3491         (quail-find-key1): Check character equality by quail-char-equal-p.
3492         (quail-decode-map-generated): New variable.
3493         (quail-find-key): Check quail-decode-map-generated and re-generate
3494         a decode map if necessary.
3496 2007-01-30  Richard Stallman  <rms@gnu.org>
3498         * tutorial.el (tutorial--detailed-help): Make the list of
3499         changed keys look nicer.
3501 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
3503         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
3504         (gdb-var-delete): Use it.
3505         (gdb-var-update-handler-1): Handle value "invalid" for MI field
3506         `in_scope'.
3508 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
3510         * files.el (get-free-disk-space): Return nil for remote directories.
3512         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
3513         instead of "dir".
3515 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
3517         * type-break.el (type-break-catch-up-event): New function.
3518         (type-break-demo-hanoi, type-break-demo-life)
3519         (type-break-demo-boring): Use it.
3521         * image-mode.el (image-mode): Don't automatically view as image.
3522         (image-toggle-display): Add `disabled' property.
3524 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3526         * isearchb.el (isearchb-iswitchb):
3527         * ps-print.el (ps-build-face-reference):
3528         * emacs-lisp/shadow.el (list-load-path-shadows):
3529         * eshell/esh-cmd.el (eshell-rewrite-for-command):
3530         * international/mule.el (find-auto-coding):
3531         * mail/supercite.el (sc-attrib-selection-list):
3532         * progmodes/cc-defs.el (c-emacs-features):
3533         * progmodes/cc-vars.el (c-offsets-alist):
3534         * progmodes/flymake.el
3535         (flymake-init-create-temp-source-and-master-buffer-copy):
3536         Fix typos in docstrings (some suggested by Chris Moore).
3538         * progmodes/vhdl-mode.el (vhdl-components-package-name)
3539         (vhdl-get-library-unit, vhdl-corresponding-begin)
3540         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
3541         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
3542         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
3543         (vhdl-font-lock-match-item): Fix typos in docstrings.
3544         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
3545         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
3546         (vhdl-speedbar-insert-project-hierarchy):
3547         Improve argument/docstring consistency.
3549 2007-01-29  Kenichi Handa  <handa@m17n.org>
3551         * international/titdic-cnv.el (py-converter): Fix previous change.
3553 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
3555         * jka-compr.el (jka-compr-partial-uncompress)
3556         (jka-compr-call-process): Rebind default-directory if it is
3557         invalid.  Suggested by Chris Moore.
3559         * comint.el (comint-insert-input): Handle situation where the
3560         selected buffer is not the clicked buffer.
3562 2007-01-29  Kenichi Handa  <handa@m17n.org>
3564         * international/ja-dic-cnv.el (skkdic-convert):
3565         Add byte-compile-disable-print-circle:t at the head.
3567         * international/titdic-cnv.el (tit-process-header):
3568         Add byte-compile-disable-print-circle:t at the head.
3569         (miscdic-convert): Likewise.
3570         (py-converter): Skip the header comments.
3572         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
3573         New variable.
3574         (byte-compile-output-file-form): Bing print-circle to nil if
3575         byte-compile-output-file-form is not nil.
3576         (byte-compile-output-docform): Likewise.
3578 2007-01-28  Kim F. Storm  <storm@cua.dk>
3580         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
3581         Declare earlier to avoid byte compiler warnings.
3583 2007-01-28  Markus Triska  <markus.triska@gmx.at>
3585         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
3587 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
3589         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
3590         (gamegrid-add-score-with-update-game-score-1): Allow local quits
3591         when calling update-game-score program.  Remove unnecessary
3592         save-excursion.
3594         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
3596 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
3598         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
3599         avoid compiler warning.
3600         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
3601         might have values other than "true" or "false".
3603 2007-01-28  Richard Stallman  <rms@gnu.org>
3605         * textmodes/fill.el (fill-paragraph-function): Doc fix.
3606         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
3608         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
3610         * image.el (image-type-header-regexps): Make GIF regex more specific.
3612         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
3613         Don't check `backspace'.
3614         (tutorial--find-changed-keys): Look up bindings in a temp buffer
3615         in Fundamental mode.
3617         * startup.el (fancy-splash-text, normal-splash-screen):
3618         Mention C-g.
3620         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
3621         when inserting in buffer.
3623         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
3624         inside the if.
3626 2007-01-27  Richard Stallman  <rms@gnu.org>
3628         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
3630 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
3632         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
3633         enum/union/struct/class definition.
3634         Revert change to call `forward-sexp' multiple times.
3636 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
3638         * files.el (hack-local-variables-confirm): Don't keep trying to
3639         read an event from an empty kbd macro.
3641 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
3643         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
3645 2007-01-27  Ben North  <ben@redfrontdoor.org>
3647         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
3648         the arg CHILDREN -> WHICH.
3650 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
3652         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
3653         default-directory to a sane value when calling start-process.
3655 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
3657         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
3658         (ls-lisp-format-time-list): Doc fix.  Mention
3659         ls-lisp-use-localized-time-format.
3660         (ls-lisp-format-time): Use ls-lisp-format-time-list if
3661         ls-lisp-use-localized-time-format is non-nil, even if a valid
3662         locale is defined.
3664 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
3666         * jka-compr.el (jka-compr-shell): Doc fix.
3668         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
3670 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3672         * ps-print.ps: Fix background height.
3673         (ps-print-version): New version 6.7.2.
3675 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
3677         * makefile.w32-in (finder-data, custom-deps): Depend on
3678         $(lisp)/loaddefs.el.
3680 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3682         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
3684 2007-01-24  Miles Bader  <miles@gnu.org>
3686         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
3687         (byte-compile-output-docform): Bind `print-circle' to t.
3689 2007-01-24  Kenichi Handa  <handa@m17n.org>
3691         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
3692         file name of the original SKK dictionary file.
3694 2007-01-24  Kim F. Storm  <storm@cua.dk>
3696         * ido.el (ido-initial-position): New variable.
3697         (ido-read-internal): Set it if default item is specified.
3698         (ido-minibuffer-setup): Position cursor accordingly if set.
3699         (ido-edit-input): C-e moves to end of input if not already there.
3700         (ido-magic-backward-char): C-b does like M-b if prev char is /.
3701         Don't switch to buffer mode if repeating C-b at start of input.
3702         (ido-toggle-ignore): C-a only toggles ignore at start or end of
3703         input; else it moves to start of input.
3704         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
3705         not at end of input, delete rest of input, rather than normal op.
3707 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3709         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
3711         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
3712         of message.  Activate mark.
3713         (ediff-activate-mark): Set transient-mark-mode to t.
3715         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
3717 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
3719         * help-fns.el (describe-variable): Don't suppress display of
3720         buffer local value when the value is "large".
3722 2007-01-22  Kim F. Storm  <storm@cua.dk>
3724         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
3725         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
3726         (ido-tidy): Use ido-active.
3728 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
3730         * hexl.el (hexl-mode-exit): Add missing quote.
3732 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3734         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
3735         (mac-ae-keyboard-modifiers): New function.
3736         (mac-handle-toolbar-switch-mode): Use it.
3737         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
3738         if keyboard modifiers on drop contain option key.
3739         (mac-dnd-drop-data): Add optional argument `action'.
3740         (special-event-map): Remove binding for M-drag-n-drop.
3742 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
3744         * add-log.el (add-log-current-defun): Use CC Mode functions to
3745         find the beginning and end of a defun.
3747 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
3749         * progmodes/gdb-ui.el (gdb-var-create-regexp)
3750         (gdb-var-create-handler): Handle value field in GDB output of
3751         -var-create.
3752         (gdb-max-frames): New variable.
3753         (gdb-stack-buffer, gdb-frames-select): Use it.
3754         (gdb-info-stack-custom): Help user customize gdb-max-frames,
3755         if necessary.
3756         (gdb-get-frame-number): Simplify.
3758 2007-01-21  Glenn Morris  <rgm@gnu.org>
3760         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
3761         Update copyrights.
3763 2007-01-21  Alan Mackenzie  <acm@muc.de>
3765         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
3766         handling of K&R stuff.
3768 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3770         * textmodes/bibtex.el (bibtex-files): Fix customization type.
3772 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3774         * ps-print.el: Handle frame parameters (background and/or foreground
3775         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
3776         (ps-print-version): New version 6.7.1.
3777         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
3778         (ps-frame-parameter): New fun.
3779         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
3780         Fix doc and customization.
3781         (ps-begin-job): Get frame parameters (background and/or foreground
3782         colors).
3783         (ps-do-despool): Ensure ps-printer-name has a valid value.
3785 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
3787         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
3788         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
3789         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
3790         mean unlimited.
3792 2007-01-20  Alan Mackenzie  <acm@muc.de>
3794         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
3795         much more rigorous analysis of putative K&R regions.
3797 2007-01-20  Alan Mackenzie  <acm@muc.de>
3799         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
3800         New functions.
3802 2007-01-20  Alan Mackenzie  <acm@muc.de>
3804         * progmodes/cc-align.el, progmodes/cc-cmds.el,
3805         * progmodes/cc-defs.el, progmodes/cc-engine.el,
3806         * progmodes/cc-langs.el, progmodes/cc-styles.el,
3807         * progmodes/cc-vars.el: Add my name.
3809 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
3811         * files.el (find-alternate-file): Revert query message to Emacs 21
3812         version.
3814 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
3816         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
3817         the doc string how to use personal abbrevs without electric
3818         keywords.
3820 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3822         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
3823         Fixed cursor position when toggle abbreviated display.
3825 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
3827         * t-mouse.el: Update copyright following assignment by
3828         Alessandro Rubini.
3830 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
3832         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
3833         (type-break-demo-boring): Call read-event instead of read-char.
3835 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
3837         * progmodes/compile.el: Add handling for makepplog.
3839 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3841         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
3842         aspell dictionaries are initialized when called non-interactively.
3844 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
3846         * progmodes/compile.el (compilation-loop): New arg limit.
3847         Handle case where the first error is at point-min.
3848         (compilation-next-error): New arg to compilation-loop call.
3850 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
3852         * info.el (Info-default-dirs): Change default info dir to
3853         share/info.
3855         * paths.el (Info-default-directory-list): Ditto.
3857 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
3859         * hexl.el (hexl-before-revert-hook): New function.
3860         (hexl-mode): Use it.
3861         (hexl-after-revert-hook): Just call hexl-mode.
3862         (hexl-mode-exit): Remove before-revert-hook.
3864 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3866         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
3868 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
3870         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
3871         by "-" in francais7 otherchars entry.
3872         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
3873         otherchars entry.
3875 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
3877         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
3878         path.  Rewrite function in `cond' style for readability.
3880         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
3881         (The path shortening, that is, not the rearrarangement.)
3883 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3885         * term/mac-win.el (mac-ae-quit-application): New function.
3886         (mac-apple-event-map): Bind "quit application" Apple event to it.
3888 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3890         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
3891         than the program's output.
3893 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
3895         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
3896         (kmacro-start-macro-or-insert-counter)
3897         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
3898         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
3900         * longlines.el (longlines-show-hard-newlines):
3901         * ruler-mode.el (ruler-mode-ruler):
3902         * emulation/keypad.el (keypad-setup):
3903         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
3904         Fix typo in docstring.
3906 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
3908         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
3909         Remove redirect character ">".
3911 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
3913         * replace.el (perform-replace): Remove leftover code.
3915 2007-01-12  Richard Stallman  <rms@gnu.org>
3917         * replace.el (perform-replace): Don't clear NODENT when computing
3918         the replacement string.
3920 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
3922         * net/tramp.el (tramp-handle-file-local-copy):
3923         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
3924         <christopher.ian.moore@gmail.com>.
3926 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3928         * diff-mode.el (diff-sanity-check-context-hunk-half)
3929         (diff-sanity-check-hunk): New functions.
3930         (diff-find-source-location): Use'em to check the hunks are well-formed.
3932         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
3933         activate undo when undo is not active.
3934         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
3936 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3938         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
3939         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
3940         (ffap-url-at-point): Use char-classes rather than "a-z".
3942 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
3944         * ediff-init.el (ediff-autostore-merges):
3945         * textmodes/fill.el (fill-region): Doc fix.
3947 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3949         * server.el (server-ensure-safe-dir): UIDs may be floats.
3951 2007-01-10  Richard Stallman  <rms@gnu.org>
3953         * battery.el (battery-linux-proc-acpi): Use ignore-errors
3954         around calls to directory-files.
3956         * subr.el (momentary-string-display): Use save-excursion.
3958         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
3959         argument, but read it as `X' does.
3961 2007-01-09  Juri Linkov  <juri@jurta.org>
3963         * info.el (Info-fontify-node): Don't hide node names of index entries.
3965         * faces.el (momentary): Change :group to basic-faces where all
3966         basic faces belong to.  Add :version.
3968 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3970         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
3971         keybinding is found.
3972         (tutorial--find-changed-keys): Never treat null keybinding as a
3973         remapping.
3975 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
3977         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
3979 2007-01-09  Kenichi Handa  <handa@m17n.org>
3981         * international/mule-cmds.el
3982         (select-safe-coding-system-interactively): Fix message.
3984 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
3986         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
3987         (tramp-process-actions): Add optional parameter TIMEOUT.
3988         (tramp-open-connection-telnet, tramp-open-connection-rsh)
3989         (tramp-open-connection-su): Add timeout of 60".
3991 2007-01-09  Richard Stallman  <rms@gnu.org>
3993         * progmodes/compile.el (compile): Doc fix.
3995 2007-01-09  Markus Triska  <markus.triska@gmx.at>
3997         * tumme.el (tumme-display-thumb): Doc fix.
3999 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
4001         * battery.el (battery-search-for-one-match-in-files):
4002         * bindings.el (mode-line-minor-mode-help):
4003         * x-dnd.el (x-dnd-types-alist):
4004         * calendar/icalendar.el (icalendar-import-buffer):
4005         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4007         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4009 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
4011         * replace.el (replace-regexp): Fix typo in docstring.
4013 2007-01-07  Alan Mackenzie  <acm@muc.de>
4015         * progmodes/cc-langs.el (c-operators, c-filter-ops):
4016         Amend doc-string and comments.
4018 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
4020         * files.el (abbreviate-file-name): Doc fix.
4022 2007-01-06  Markus Triska  <triska@gmx.at>
4024         * subr.el (split-string): Remove spurious ")" from doc string.
4026 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
4028         * textmodes/table.el (table--warn-incompatibility):
4029         Use display-warning instead of momentary-string-display.
4031 2007-01-05  Richard Stallman  <rms@gnu.org>
4033         * image.el (image-type-header-regexps): Recognize xbm more strictly.
4035         * simple.el (backward-kill-word): Doc fix.
4037 2007-01-05  Romain Francoise  <romain@orebokech.com>
4039         * international/mule.el (sgml-html-meta-auto-coding-function):
4040         Ensure that the buffer contains a HTML document.
4042 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4044         * faces.el (momentary): Move here ...
4045         * subr.el (momentary): ... from here.
4047 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
4049         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4050         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4051         large structures/arrays.
4053 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
4055         * files.el (find-file-noselect-1, set-visited-file-name):
4056         Allow backup-enable-predicate to be nil.
4058 2007-01-04  Andreas Schwab  <schwab@suse.de>
4060         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4061         last change.
4063 2007-01-03  Richard Stallman  <rms@gnu.org>
4065         * woman.el (woman-decode-buffer): Clarify error message.
4067 2007-01-03  Alan Mackenzie  <acm@muc.de>
4069         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
4071 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
4073         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
4075 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4077         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
4079 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
4081         * emulation/viper.el (viper-custom-file-name, viper-mode):
4082         Fix typos in docstrings.
4084         * subr.el (momentary-string-display): After moving point, set POS
4085         variable to it to avoid later errors once the buffer is modified.
4086         Doc fix.
4088 2007-01-02  Alan Mackenzie  <acm@muc.de>
4090         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
4091         check that the "*/" is present before trying to manipulate it.
4093 2007-01-02  Richard Stallman  <rms@gnu.org>
4095         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4097         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
4098         Fix format of value.
4100         * cus-edit.el (customize-unsaved): Rename from customize-customized.
4101         Change messages accordingly.
4102         (customize-customized): Now alias.
4104 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
4106         * files.el (version-control): Doc fix.
4108 2007-01-01  Alan Mackenzie  <acm@muc.de>
4110         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
4111         Check the format of c-state-cache is valid for an optimisation before
4112         using it.
4114         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
4115         are at a statement within a macro".  Other changes so that only
4116         the first continuation line in a macro gets the symbol
4117         `cpp-define-intro', the others getting `statement', or whatever.
4119         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
4120         a string, preserve whitespace.  Add a backslash only when also in
4121         a macro.
4123         * progmodes/cc-defs.el: Correct typos.
4125         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
4126         new line after an escaped EOL in a string.
4128         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
4129         label when it directly follows "else", "do", ....
4131         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
4132         angle brackets (as seen in "explicit specialisations" of C++
4133         templates).
4135         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
4136         in the doc-string.
4138         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
4139         when the comment ender looks like "=========*/" and is alone on
4140         its line.
4142         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
4143         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
4144         for the old name.
4146         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
4147         c-\(beginning\|end\)-of-defun by default.
4149         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
4150         New line-up function, for the DEFUN macro in the Emacs C sources.
4151         Only used in "gnu" style.
4153         * progmodes/cc-styles.el (c-style-alist): Use this new function in
4154         the "gnu" style.
4156         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
4157         clean-up comment-close-slash also to work when there's a comment
4158         terminator on the line.
4159         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
4160         these for large arg - only take account of top level {..}, except
4161         for initial and final adjustments.  M-- C-M-[ae] now go to the
4162         right defuns when the starting point is between defuns.  They use
4163         the four new functions:
4164         (c-in-function-trailer-p, c-where-wrt-brace-construct)
4165         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
4166         support c-\(beginning\|end\)-of-defun.
4168         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
4169         expressions more rigorously, to exclude bit-field specifiers from
4170         being classed as labels.
4171         (c-forward-label): When analyzing a ":" within a macro, be careful
4172         about using c-forward-syntactic-ws at the macro beginning.
4173         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
4174         stmt boundary, check for "operator=", etc.
4176         * progmodes/cc-mode.el (c-postprocess-file-styles):
4177         Bind inhibit-read-only to t, around the call to
4178         c-remove-any-local-eval-or-mode-variables, so that it works on a
4179         RO file.
4181         * progmodes/cc-defs.el (c-version): Update the version number to
4182         "5.31.4".
4184 2007-01-01  Richard Stallman  <rms@gnu.org>
4186         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
4187         only if we restored isearch-window-configuration.
4189 2006-12-31  Romain Francoise  <romain@orebokech.com>
4191         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
4193 2006-12-31  Kim F. Storm  <storm@cua.dk>
4195         * files.el (auto-mode-case-fold): New defcustom.
4196         (set-auto-mode): If non-nil, perform second case-sensitive pass
4197         through auto-mode-alist if first pass failed.
4199 2006-12-30  Richard Stallman  <rms@gnu.org>
4201         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
4203 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
4205         * allout.el (allout-encrypt-string): Handle symmetric-key
4206         passphrase caching but leave keypair caching to pgg.
4208 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
4210         Sync with Tramp 2.0.55.
4212         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
4213         `integerp'.  `char-equal' could fail else in case of negative
4214         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
4215         (top): Check for `font-lock-add-keywords' before calling; it
4216         doesn't exist under XEmacs.
4217         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
4218         (tramp-completion-mode): Remove clause (not
4219         tramp-unified-filenames), because the function is called in other
4220         context too, where this check results in wrong results in the
4221         XEmacs case on Windows.
4222         (tramp-touch): UTC handling is not possible for XEmacs.
4224 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4226         * scroll-bar.el (previous-scroll-bar-mode): New variable
4227         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
4228         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
4230         * term/x-win.el: Set scroll bar mode to right if set by X resources.
4232 2006-12-30  Richard Stallman  <rms@gnu.org>
4234         * files.el (make-backup-file-name-1): Precompute abs name
4235         but don't lose the relative name.
4237         * international/mule-cmds.el (select-safe-coding-system-interactively):
4238         Fix message.
4240 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4242         * files.el (backup-buffer): Show entire backup file name in msg.
4244 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
4246         * image.el (image-type-header-regexps, image-type-from-data)
4247         (image-type-from-buffer, image-type-from-file-header):
4248         Revert changes from 2006-12-26.
4249         (image-type-auto-detectable): New variable.
4250         (image-type-auto-detected-p): New function.
4252         * files.el (magic-mode-alist): Detect image files with
4253         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
4255 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
4257         * dired.el (dired-sort-other): Move test for dired-mode...
4258         (dired-sort-set-modeline): ...to here.
4260 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4262         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
4263         change.  Suggested by Stefan Monnier.
4265 2006-12-29  Kim F. Storm  <storm@cua.dk>
4267         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
4268         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
4270 2006-12-27  Kim F. Storm  <storm@cua.dk>
4272         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
4273         so it doesn't accidentally match an fsf.org mail address.
4274         (authors-renamed-files-alist): Add tcover-*.el.
4276 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4278         * vc-arch.el (vc-arch-find-version): New function.
4280         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
4281         composed of arbitrary characters (even /) in some systems.
4283 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
4285         * international/mule-cmds.el (select-safe-coding-system-interactively):
4286         Improve the message in the *Warning* buffer.
4288 2006-12-27  Kim F. Storm  <storm@cua.dk>
4290         * ido.el (ido-set-matches-1): Fix last change.  If default item is
4291         current buffer, it is ok to be first.
4293 2006-12-27  Kenichi Handa  <handa@m17n.org>
4295         * international/mule-cmds.el (select-safe-coding-system-interactively):
4296         Use face `link' for problematic chars.
4298 2006-12-27  Kenichi Handa  <handa@m17n.org>
4300         * international/mule-cmds.el (select-safe-coding-system-interactively):
4301         Improve the message in *Warning* buffer.
4303 2006-12-27  Kim F. Storm  <storm@cua.dk>
4305         * ido.el (ido-set-matches-1): Never put current buffer first if
4306         there are other matches.
4308 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
4310         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
4311         expressions.
4312         (gdb-var-delete): Handle duplicate names.  Print message for non
4313         root expressions.
4314         (gdb-partial-output-name): Start buffer name with a space.
4315         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
4316         buffer name.
4318 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4320         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
4321         last footnote when `footnote-spaced-footnotes' is nil.
4323 2006-12-26  Richard Stallman  <rms@gnu.org>
4325         * cus-edit.el (custom-browse-sort-alphabetically)
4326         (custom-buffer-sort-alphabetically)
4327         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
4329         * image.el (image-type-header-regexps): Change element format
4330         to include third item NOT-ALWAYS.
4331         (image-type-from-data): Handle new format.
4332         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
4333         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
4335 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
4337         * add-log.el (add-log-current-defun): Call `forward-sexp'
4338         multiple times to pick a member function name defined as
4339         part of nested classes/namespaces.
4341 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4343         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
4344         which keymap should be used to change menu.  It does not affect any
4345         existent code.
4347 2006-12-26  Richard Stallman  <rms@gnu.org>
4349         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
4350         rather than for being in a minibuffer window.
4352 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
4354         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
4355         locale-coding-system.
4356         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
4357         LF.
4359 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
4361         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
4362         (sql-mode-syntax-table): Disable double quoted strings.
4363         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
4365 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4367         * startup.el (fancy-splash-last-input-event): New variable.
4368         (fancy-splash-special-event-action): New function.
4369         (fancy-splash-screens): Temporarily bind special events to it.
4370         Execute command for saved special event before exiting from
4371         recursive editing.
4373         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
4374         New functions.
4375         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
4376         Use mac-unread-string.
4378 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4380         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
4381         an optimized comment regexp if `comment-start-skip' uses a ^.
4382         * bs.el (bs--up): Remove interactive spec.
4384 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
4386         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
4387         Suggested by James Cloos.
4389 2006-12-24  Kevin Ryde  <user42@zip.com.au>
4391         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
4392         in March.
4393         (calendar-dst-ends): Default to first Sunday in November.
4395 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
4397         * allout.el (allout-encrypt-string): Inhibit use of agent within
4398         body of let form where encryption happens.  Acknowledge non-use of
4399         gpg-agent in docstring.
4400         (allout-toggle-subtree-encryption): Acknowledge non-use of
4401         gpg-agent in docstring.
4403 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
4405         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
4407 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4409         * ediff-diff.el (ediff-diff-options): Clarify docstring.
4410         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
4412         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
4413         in hooks.
4414         (viper-add-newline-at-eob-if-necessary): Add newline only if we
4415         actually modify buffer; ignore errors if occur.
4417 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
4419         * calendar/calendar.el (calendar-mode-map): Switch < and >.
4420         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
4421         formatting.
4423 2006-12-23  Richard Stallman  <rms@gnu.org>
4425         * simple.el (delete-horizontal-space): Doc fix.
4427 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
4429         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
4430         explicitly in a recursive Make, not implicitly through prerequisites,
4431         since the latter is wrong under parallel builds.
4433 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
4435         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
4437 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4439         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
4440         message string.
4442 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
4444         * outline.el (outline-next-visible-heading): Fix the case with a
4445         header at end-of-file with no final newline.
4447 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
4449         * indent.el (tab-always-indent): Doc fix.
4451 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
4453         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
4454         (Info-fontify-node): Do fontify indices.
4456         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
4457         to the Emacs Lisp reference manual.
4458         (tutorial--tab-map): Remove.  All callers changed.
4459         (tutorial--find-changed-keys): New elt QUIET, used to...
4460         (tutorial--display-changes): ...ensure that warning messages are
4461         only issued once per changed key.
4462         (tutorial--remove-remarks): Delete unused code-path.
4463         (lang-strings): Remove extraneous formatting.
4464         (tutorial--save-tutorial): Prompt before saving tutorial state.
4466 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
4468         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
4469         Replace '?\ ' by '?\s' throughout.
4470         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
4471         `help' custom group.
4472         (tutorial--key-description): New function.
4473         (tutorial--display-changes): Remove redundant arg.  Scan for all
4474         key sequences to avoid false matches.  Cleanup.
4475         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
4476         reduce homedir pollution.
4477         (help-with-tutorial): Call tutorial--display-changes with no arg.
4479 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
4481         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
4483 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
4485         * net/tramp.el (tramp-default-method): We still need to check for
4486         `executable-find', because it is not bound under Emacs 20.
4487         (tramp-handle-file-name-completion)
4488         (tramp-completion-handle-file-name-completion): Handle optional
4489         parameter PREDICATE.
4490         (tramp-find-default-method): Add code for default values.
4492 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
4494         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
4495         make gud-go send "continue".
4497 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
4499         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
4500         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
4502 2006-12-19  Kim F. Storm  <storm@cua.dk>
4504         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
4505         instead of global-map.
4507         * files.el (magic-mode-alist): Allow matching file type by
4508         calling a function at bob.  Check for image types by calling
4509         image-type-from-buffer.  Suggested by Juanma Barranquero.
4510         (set-auto-mode): Do it.
4512 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
4514         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
4515         Remove "ControlMaster" option from the other `scp*' methods.
4516         (tramp-default-method): Check for ssh-agent before setting to `scp'.
4518 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
4520         * textmodes/org.el (org-mode): Show context after isearch.
4521         (org-show-siblings): New function.
4522         (org-show-context): Use `org-show-siblings'.
4524 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4526         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
4527         Use syntax-ppss-toplevel-pos.
4529 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
4531         * textmodes/org.el (org-current-line): Make sure that lines are
4532         counted from beginning of buffer.
4533         (org-table-copy-region, org-table-paste-rectangle): Make sure that
4534         lines are counted from beginning of buffer.
4536 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4538         * info.el (Info-build-node-completions): Signal error if tag-table
4539         marker is not found.
4541         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4543 2006-12-17  Alan Mackenzie  <acm@muc.de>
4545         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
4546         speed) the case when open-paren-in-column-0-is-defun-start is nil.
4547         Based on code by Martin Rudalics.
4549         * progmodes/cc-mode.el (c-basic-common-init): Don't set
4550         open-paren-in-column-0-is-defun-start to nil any more.
4552 2006-12-17  Richard Stallman  <rms@gnu.org>
4554         * simple.el (delete-horizontal-space): Use prefix arg.
4556         * help-fns.el (describe-variable): Improve blank separator lines.
4558         * files.el (magic-mode-alist): Mark as risky.
4560         * files.el (make-backup-file-name-1):
4561         Expand backup-directory explicitly.
4563 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
4565         * net/tramp.el (tramp-default-method): Before setting to "pscp",
4566         check whether package password.el is loaded, or Pageant is running.
4568 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
4570         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
4571         (icalendar--rris): First try Emacs, then XEmacs.
4572         (icalendar--convert-ical-to-diary): Doc fix.
4573         Insert newline at end of target file.
4575 2006-12-17  Kim F. Storm  <storm@cua.dk>
4577         * outline.el (outline-isearch-open-invisible-function): New defvar.
4578         (outline-flag-region): Use it if non-nil for isearch-open-invisible
4579         overlay property instead of outline-isearch-open-invisible.
4581 2006-12-16  Kim F. Storm  <storm@cua.dk>
4583         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
4584         if ido-directory-too-big is set on entry.
4585         (ido-toggle-ignore, ido-completion-help): Print message while
4586         reading big directory.
4588 2006-12-15  Richard Stallman  <rms@gnu.org>
4590         * shell.el (shell): Doc fix.
4592 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
4594         * emulation/edt.el (edt-xserver):
4595         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
4596         to fix a problem on Cygwin.
4598         * emulation/edt.el
4599         * emulation/edt-mapper.el
4600         * emulation/edt-lk201.el
4601         * emulation/edt-pc.el
4602         * emulation/edt-vt100.el: Update maintainer's email address.
4604 2006-12-15  Simon Marshall  <simon@gnu.org>
4606         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
4608 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4610         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
4611         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
4612         instead of mac-atsu-font-table.
4613         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
4615 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
4617         * align.el (align-match-tex-pattern): Fix a rare bug which
4618         hanged Emacs.
4620 2006-12-14  Richard Stallman  <rms@gnu.org>
4622         * startup.el (use-fancy-splash-screens-p): Use frame-height
4623         instead of window-height.  Pass frame to image-size.
4625 2006-12-13  Kenichi Handa  <handa@m17n.org>
4627         * international/mule-cmds.el (set-locale-environment):
4628         Set default-sendmail-coding-system too.
4630 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
4632         * progmodes/idlw-help.el: Fix copyright notice.
4634 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4636         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
4638 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
4640         * subr.el (unread-command-char): Reformat obsolescence info.
4642 2006-12-11  Richard Stallman  <rms@gnu.org>
4644         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
4645         about calls to cl-struct-setf-expander.
4647 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
4649         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
4650         (ediff-combination-pattern): Fix typo in docstring.
4652         * textmodes/refer.el (refer-find-entry): Doc fix.
4653         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
4654         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
4655         Fix tipos in docstrings.
4657         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
4659 2006-12-10  Kim F. Storm  <storm@cua.dk>
4661         * ido.el (ido-init-completion-maps): Remap backward-kill-word
4662         instead of binding M-backspace.
4664 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
4666         * replace.el (replace-match-data, replace-match-maybe-edit):
4667         * calc/calc-aent.el (calc-eval-error):
4668         * emulation/vi.el (vi-char-argument):
4669         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
4670         (c-vsemi-status-unknown-p-fn): Doc fixes.
4672 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
4674         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
4675         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
4677 2006-12-10  Masatake YAMATO  <jet@gyve.org>
4679         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
4681 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
4683         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
4685         * man.el (Man-xref-button-action): New function.  If the
4686         `Man-target-string' button property is a function, assume it
4687         accepts a position argument.
4688         (Man-abstract-xref-man-page): Use it.
4689         (Man-default-man-entry): New optional arg POS.
4691         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
4692         symlink arrows read-only and non-rear-sticky.
4694 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
4696         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
4697         (wdired-search-and-rename): Simplify code.
4698         (wdired-preprocess-files, wdired-preprocess-perms): Make
4699         read-only property of preceding character rear-nonsticky to
4700         avoid that it can be modified.  Put old-name and old-link
4701         properties on character preceding name and replace
4702         put-text-property by add-text-properties.
4703         (wdired-get-filename, wdired-get-previous-link): Get old-name
4704         and old-link properties from character preceding name and
4705         simplify code.
4706         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
4707         (wdired-perms-to-number): Make local-map property
4708         rear-nonsticky to avoid that text following permissions may be
4709         modified.  Use add-text-properties instead of put-text-property
4710         when changing a permission bit.
4711         (wdired-change-to-dired-mode): Remove stickiness properties.
4713 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
4715         * international/mule-cmds.el (register-input-method): Doc fix.
4717 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
4719         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
4721 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4723         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
4724         Force buffer local defs evaluation on local variables loading.
4725         (flyspell-mode-on, flyspell-mode-off): Use it in
4726         `hack-local-variables-hook'.
4728 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
4730         * emacs-lisp/find-func.el (find-variable): Doc fix.
4732         * help-fns.el (variable-at-point): Doc fix.
4734         * w32-fns.el (w32-append-code-lines): New function.
4736 2006-12-09  Romain Francoise  <romain@orebokech.com>
4738         * comint.el (comint-insert-input): Delete obsolete comment.
4740 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4742         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
4743         current frame, in case we're connected to several displays.
4745 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
4747         * frame.el (other-frame): Doc fix.
4748         (set-frame-parameter): Fix typo in docstring.
4750 2006-12-07  Kim F. Storm  <storm@cua.dk>
4752         * info.el (Info-index): Strip leading colon from topic.
4754 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
4756         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
4757         to pointers.
4759 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
4761         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
4762         Trim out spurious class inheritance "None" entries.
4764 2006-12-05  Kim F. Storm  <storm@cua.dk>
4766         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
4767         (cua-paste-pop): Rework last change for
4768         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
4769         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
4770         text inserted by the last M-y command.
4772 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4774         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
4775         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
4777         * shell.el (shell): Search the start file in ~/.emacs.d as
4778         `init_SHELLNAME.sh' instead.
4780 2006-12-05  Glenn Morris  <rgm@gnu.org>
4782         * progmodes/cperl-mode.el (cperl-mode)
4783         * progmodes/f90.el (f90-mode-abbrev-table)
4784         * progmodes/fortran.el (fortran-mode-abbrev-table)
4785         * progmodes/octave-mod.el (octave-abbrev-table)
4786         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
4787         if abbrev-table is non-nil (saved user abbrevs may have been restored).
4789         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
4790         clear abbrev table, else saved abbrevs will not be restored.
4792 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
4794         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
4795         the call to `make-obsolete-variable', not in the docstring.
4797 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
4799         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
4801 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4803         * progmodes/ebnf-abn.el:
4804         * progmodes/ebnf-bnf.el:
4805         * progmodes/ebnf-dtd.el:
4806         * progmodes/ebnf-ebx.el:
4807         * progmodes/ebnf-iso.el:
4808         * progmodes/ebnf-otz.el:
4809         * progmodes/ebnf-yac.el:
4810         * progmodes/ebnf2ps.el:
4811         * delim-col.el:
4812         * printing.el:
4813         * ps-bdf.el:
4814         * ps-mule.el:
4815         * ps-print.el: Remove 'Time-stamp' comment mark.
4817         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
4818         'easy-menu-add-item' when called in Emacs 21 or higher.
4820 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
4822         * progmodes/ada-xref.el (ada-check-current): Doc fix.
4823         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
4825 2006-12-04  Kim F. Storm  <storm@cua.dk>
4827         * bindings.el (global-map): Bind [signal t] to ignore, to have
4828         user signals ignored by default.
4830 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
4832         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
4833         Unicode data file pointed to by `describe-char-unicodedata-file'.
4835 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4837         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
4838         O(n^2) regexp-search by anchoring the search.
4840 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
4842         * whitespace.el (whitespace-cleanup-internal): Use current
4843         argument for recursive call.
4845 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
4847         * net/tramp.el (tramp-methods): Add "ControlPath" and
4848         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
4849         Andreas Schwab <schwab@suse.de>.
4850         (tramp-do-copy-or-rename-file-out-of-band)
4851         (tramp-open-connection-rsh): Compute format spec for ?t.
4852         (tramp-process-actions): Trace command parameters.
4854 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
4856         * simple.el (toggle-truncate-lines): Clarify doc string.
4858         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
4859         (gdb-speedbar-expand-node): Use it.
4861 2006-12-04  Richard Stallman  <rms@gnu.org>
4863         * progmodes/python.el (python-indent): Add safe-local-variable prop.
4865         * dired.el (dired-revert): Turn off dired-after-readin-hook
4866         around call to dired-readin.
4868         * menu-bar.el (menu-bar-make-toggle): Add "globally"
4869         to echo area messages.
4870         <indicate-empty-lines, case-fold-search>:
4871         Add "globally" to Help string.
4872         <case-fold-search>: MESSAGE arg need not say "globally".
4873         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
4875 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
4877         * outline.el (outline-end-of-subtree): Don't leave an empty
4878         line hidden as we would a real next heading.
4880 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
4882         * allout.el (allout-ascend): Add an optional argument to preserve
4883         original position of point when unsuccessful.  Also, fix a
4884         docstring error.
4885         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
4886         work again, using allout-ascend's new option.
4887         (allout-setup-mode-map): Extract from allout-mode to initialize
4888         allout-mode-map.  Call it on file load, so the mode docstring
4889         substitutions work even if allout mode has not yet been invoked.
4890         (allout-mode): Use new allout-setup-mode-map to track any keybinding
4891         customizations since the map was last processed.  Also, refine the
4892         docstring so it's ship-shape for release.
4893         (allout-default-layout, allout-beginning-of-line-cycles)
4894         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
4895         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
4896         (allout-version, allout-layout, allout-infer-body-reindent)
4897         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
4898         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
4899         (allout-previous-heading, allout-goto-prefix-doublechecked)
4900         (allout-current-bullet-pos, allout-next-sibling-leap)
4901         (allout-pre-command-business, allout-encrypted-type-prefix)
4902         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
4903         (allout-rebullet-topic, allout-rebullet-topic-grunt)
4904         (allout-flag-region, allout-expose-topic, allout-expose-topic)
4905         (allout-old-expose-topic, allout-listify-exposed)
4906         (allout-process-exposed, allout-latex-verb-quote)
4907         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
4908         (allout-toggle-current-subtree-encryption)
4909         (allout-toggle-subtree-encryption, allout-bullet-isearch):
4910         Remove extraneous open-paren and close paren string escapes.
4912 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
4914         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
4915         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
4916         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
4917         Fix typos in docstrings.
4919 2006-12-03  Glenn Morris  <rgm@gnu.org>
4921         * progmodes/cc-align.el
4922         * progmodes/cc-awk.el
4923         * progmodes/cc-cmds.el
4924         * progmodes/cc-compat.el
4925         * progmodes/cc-defs.el
4926         * progmodes/cc-engine.el
4927         * progmodes/cc-langs.el
4928         * progmodes/cc-menus.el
4929         * progmodes/cc-mode.el
4930         * progmodes/cc-styles.el
4931         * progmodes/cc-vars.el
4932         * progmodes/vhdl-mode.el: Fix Copyright format.
4934 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
4936         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
4937         initial down event.
4939 2006-12-02  Kim F. Storm  <storm@cua.dk>
4941         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
4942         (cua-repeat-replace-region): Make M-v more robust.
4943         (cua-paste-pop-rotate-temporarily): New defcustom.
4944         (cua-paste-pop): Use it.
4945         (cua-auto-mark-last-change): New defcustom.
4946         (cua-pop-to-last-change): New helper function.
4947         (cua-set-mark): Use them.
4949 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
4951         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
4952         mini-buffer message.
4954 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
4956         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
4958 2006-12-01  Ben North  <ben@redfrontdoor.org>
4960         * paren.el: Fix the highlight overlay extension when the user types a
4961         sequence of char very fast just before the open parenthesis.
4963 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4965         * ps-mule.el: Eliminate Emacs 20 compatibility.
4967         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
4968         (ps-print-version): New version 6.7.
4969         (ps-print-quote): Replace '?\ ' by '?\s'.
4971 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
4973         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
4974         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
4975         (hexl-end-of-1k-page): Doc fixes.
4976         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
4977         Fix typos in docstrings.
4979 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4981         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
4982         locally, i.e. without using file name handlers.
4983         (ido-read-internal): Allow mono letter host names, avoiding the
4984         `c:' problem by testing if the file exists locally.
4985         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
4987 2006-11-30  Masatake YAMATO  <jet@gyve.org>
4989         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
4990         to avoid bytecomp warnings.
4991         (hexl-mode-old-ruler-function): New variable.
4992         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
4993         and `hl-line-range-function' after `require' hl-line.
4994         Then bind `hl-line-range-function' and `hl-line-face'.
4995         Don't require frame.  Don't use `with-no-warnings'.
4996         (hexl-activate-ruler): Store the original value of
4997         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
4998         (hexl-mode-exit): Restore the original value of
4999         `ruler-mode-ruler-function'.
5001 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5003         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5004         (hexl-mode-old-hl-line-face): New variable.
5005         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5006         line when exit from the hexl-mode.
5008 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5010         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5011         Doc fixes.
5013         * international/fontset.el (create-fontset-from-ascii-font)
5014         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5015         (fontset-name-p): Fix typo in docstring.
5017         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5019 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5021         * ps-bdf.el: Fix maintainer email.
5023         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
5024         compatibility.
5026         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
5027         21 compatibility.
5028         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5029         Emacs 20 & 21.
5031 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
5033         * progmodes/idlwave.el (idlwave-auto-fill):
5034         Remove paragraph-start let to prevent auto-fill giving up.
5036 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
5038         * vt100-led.el (led-state): Fix typo in previous change.
5040 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5042         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5043         Fix interactive spec of the functions getting defined to make them
5044         work as documented.
5046 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
5048         * startup.el (fancy-splash-screens): Hide initial splash buffer.
5050 2006-11-28  Kim F. Storm  <storm@cua.dk>
5052         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
5053         icomplete-mode is enabled.
5055 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
5057         * textmodes/org.el (require): Require gnus-sum during compilation
5058         to avoid problem with a macro call.
5060 2006-11-28  Glenn Morris  <rgm@gnu.org>
5062         * emacs-lisp/authors.el (authors-aliases): Add new alias.
5064         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5065         (fortran-window-create-momentarily): Do not need string-to-char.
5067 2006-11-28  Richard Stallman  <rms@gnu.org>
5069         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5070         Replace incorrect use of assoc-default with a loop.
5072         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
5074         * simple.el (next-error-find-buffer): Improve messages.
5076         * files.el (revert-buffer): Special error message if file
5077         is now not readable.
5079         * facemenu.el (facemenu-add-new-face): Improve doc strings of
5080         constructed commands.
5082         * comint.el (comint-exec-1): Provide Emacs version and `comint'
5083         in INSIDE_EMACS.
5085 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5087         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5089         * server.el: Remove spurious * in docstrings.
5090         (server-process-filter): Exit from recursive editing before processing
5091         a new request.
5093 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
5095         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5096         line so hidden blocks will be correctly identified.
5098 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
5100         * ledit.el (ledit-save-defun, ledit-mode):
5101         * resume.el (resume-emacs-args-buffer):
5102         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5103         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5104         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5105         (command-send-input, command-kill-line):
5106         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5108         * autoarg.el (autoarg-kp-mode): Doc fix.
5110         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
5111         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
5112         (check-emacs-lock): Doc fix.  Simplify.
5114         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
5115         (iimage-mode-buffer): Fix typos in docstring.
5117         * misc.el (zap-up-to-char): Doc fix.
5119         * time-stamp.el: Fix comment and obsolescence string for old
5120         functions.  Use `dolist' instead of `while'.
5122         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
5124         * disp-table.el (standard-display-8bit, standard-display-default):
5125         * ebuff-menu.el (electric-buffer-list):
5126         * ehelp.el (electric-help-command-loop):
5127         * font-core.el (font-lock-mode):
5128         * help-macro.el (make-help-screen):
5129         * help.el (describe-minor-mode-completion-table-for-indicator)
5130         (lookup-minor-mode-from-indicator):
5131         * indent.el (tab-to-tab-stop, move-to-tab-stop):
5132         * info-look.el (info-lookup-guess-custom-symbol):
5133         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
5134         * longlines.el (longlines-wrap-line):
5135         * macros.el (insert-kbd-macro):
5136         * menu-bar.el (menu-bar-update-buffers):
5137         * misc.el (copy-from-above-command):
5138         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
5139         * newcomment.el (comment-indent):
5140         * novice.el (disabled-command-function):
5141         * sort.el (sort-fields-syntax-table):
5142         * subr.el (momentary-string-display):
5143         * tar-mode.el (tar-header-block-summarize)
5144         (tar-clear-modification-flags):
5145         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
5146         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
5147         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
5148         (te-delete-char, te-down-vertically-or-scroll):
5149         * time-stamp.el (time-stamp-string-preprocess):
5150         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
5152 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5154         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
5155         in GUD mode.
5157         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
5158         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
5160 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5162         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
5164 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
5166         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
5167         (ada-compile-goto-error): Adapt to new argument profile of
5168         compilation-goto-locus in Emacs 22.  Don't check if the various
5169         compile functions are defined; we already do "(require 'compile)".
5171 2006-11-26  Kim F. Storm  <storm@cua.dk>
5173         * kmacro.el: Fix commentary.
5175 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5177         * progmodes/gud.el (gdb): Explain how to run in text command mode
5178         more clearly.  Say in error message that multiple debugging
5179         requires restarting GDB.
5181 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
5183         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
5185 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
5187         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
5188         (flymake-popup-menu): Use it instead of posn-at-point.
5190 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5192         * progmodes/cc-vars.el (c-backslash-column):
5193         Mention c-backslash-max-column in documentation for c-backslash-column.
5195 2006-11-24  Lars Hansen  <larsh@soem.dk>
5197         * net/tramp.el (tramp-default-method): Under Windows, change from
5198         plink to pscp.
5199         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
5200         (tramp-actions-copy-out-of-band):
5201         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
5202         (tramp-action-out-of-band): Move "Permission denied" handling to
5203         tramp-action-copy-failed.
5204         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
5205         process buffer.
5207 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5209         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5210         strings to a single string.  Quote `errors-file-name'.
5211         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5212         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5213         Adjust calls.  Use `shell-quote-argument'.
5215         * international/mule.el (load-with-code-conversion)
5216         (with-category-table): Use with-current-buffer.
5217         (after-insert-file-set-coding): Use restore-buffer-modified-p.
5219 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
5221         * mail/smtpmail.el (smtpmail-send-it):
5222         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
5223         MIME header for the message encoding.
5224         Bind coding-system-for-write around the call to mail-do-fcc.
5225         Use smtpmail-code-conv-from to encode queued mail messages.
5227 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5229         * tabify.el (tabify-regexp): Doc fix.
5231         * net/rcirc.el (rcirc-buffer-maximum-lines):
5232         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
5234         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
5235         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
5236         Fix typos in output messages.
5237         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
5239 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5241         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
5242         the horse's mouth.
5243         (hexlify-buffer): Don't re-encode an arg that's already encoded.
5245 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5247         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
5248         Remove condition-case.
5250 2006-11-23  Glenn Morris  <rgm@gnu.org>
5252         * progmodes/f90.el (f90-comment-indent): Do not move point in
5253         default case.
5255 2006-11-21  Romain Francoise  <romain@orebokech.com>
5257         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
5258         from library name (reverts change of 2005-10-25).
5260 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5262         * tutorial.el (tutorial--default-keys): Add newline and
5263         delete-backward-char bindings.
5264         (tutorial--detailed-help): Save excursion when finding keys.
5265         Correct warning string for M-x FOO case.
5266         (tutorial--display-changes): Print special keys in tutorial style.
5267         Tweak search regexp for changed keys.
5269 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5271         * thingatpt.el (thing-at-point-url-at-point): Don't add a
5272         redundant scheme.
5274 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
5276         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
5277         are new to the list at IANA.  Also added irc, mms, mmsh.
5279 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
5281         * progmodes/idlw-help.el (idlwave-html-help-location):
5282         Fail gracefully for missing help packages.
5283         (idlwave-help-assistant-open-link): Open full links.
5284         (idlwave-help-assistant-help-with-topic): Direct help link.
5286         * progmodes/idlwave.el (idlwave-mode):
5287         Set add-log-current-defun-function.
5288         (idlwave-current-routine-fullname): Add, to support add-log.
5289         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
5290         to reflect improvements to xml-parse-file.
5291         (idlwave-mode-menu-def): New binding for help-with-topic.
5293         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
5294         Handle extra newlines and spaces.
5295         (idlwave-shell-mode-map): Add help-with-topic.
5297 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
5299         * tutorial.el (tutorial-warning-face): New face.
5300         (tutorial--detailed-help, tutorial--display-changes): Use it.
5301         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
5302         Improve search pattern for occurrences of changed keys.
5304 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5306         * term/x-win.el (x-last-cut-buffer-coding): New variable.
5307         (x-select-text): Set it.
5308         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
5309         when checking for newness.
5311 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
5313         * subr.el (posn-image):
5314         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
5316         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
5318 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5320         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
5321         Exceptions to the rule "add a space between an identifier and an
5322         opening parenthesis".  Defaulted to the `#define' problem of cpp.
5323         (glasses-parenthesis-exception-p): New.  Check if the region is an
5324         exception regarding to that.
5325         (glasses-make-readable): Use it.
5326         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
5327         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
5329 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
5331         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
5333 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
5335         * progmodes/ada-mode.el (ada-make-body): Fix typo.
5337         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
5338         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
5340 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
5342         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
5343         conditions for function or variable bindings.
5345         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
5347         * progmodes/compile.el (compilation-start): Ditto.
5349 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
5351         * net/tramp.el (top): cl and custom are always required.
5353 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5355         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
5356         cut-buffers with next-selection-coding-system if not nil.
5358 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5360         * textmodes/org.el (org-fix-decoded-time): New function.
5361         (org-display-custom-time): Use `org-fix-decoded-time'.
5363 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
5365         * menu-bar.el (menu-bar-games-menu): Remove yow.
5367 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5369         * textmodes/org.el (org-scan-tags): Re-align code fixed.
5370         (org-detach-overlay): Rename from `org-detatch-overlay'.
5371         (org-table-convert-region): Insert space after column separator.
5372         (org-agenda-kill): New command.
5373         (org-metaleft): Call `org-outdent-item' on bullets.
5374         (org-metaright): Call `org-indent-item' on bullets.
5375         (org-timestamp-change): Set `org-last-changed-timestamp'.
5376         (org-current-line): Make sure (bolp) returns correct result.
5377         (org-agenda-change-all-lines): Make sure TODO are highlighted.
5379 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5381         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
5383 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
5385         * mouse.el (global-map): Change 2006-08-16 fix to call
5386         mouse-yank-at-click explicitly, since mouse events are not carried
5387         over into keyboard macros.
5389 2006-11-16  Kim F. Storm  <storm@cua.dk>
5391         * ido.el (ido-file-internal): Use current buffer's file name as default
5392         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
5394 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
5396         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
5397         (allout-inhibit-aberrance-doublecheck): Rename from
5398         allout-during-yank-processing.  All callers changed.
5399         (allout-ascend): Provide for unusual case where some topic after
5400         the first in file is at lower depth than the first.
5401         (allout-shift-in): Ensure the offspring of the new containing
5402         topic are exposed.
5403         (allout-encrypt-string): Preserve the coding-system of the text,
5404         according to that of the containing buffer.
5405         (allout-toggle-subtree-encryption): When the text being encrypted
5406         requires a different coding system, offer to preserve the coding
5407         system using a file local var.
5409 2006-11-15  Simon Marshall  <simon@gnu.org>
5411         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
5412         to recognise "T t()" as a function declaration, rather than a
5413         variable instantiation, iff at the top-level or inside a class
5414         declaration.  Suggested by Feng Li <fengli@gmail.com>.
5416 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
5418         * progmodes/ada-xref.el (ada-parse-prj-file):
5419         Don't delete project buffer; user may want to edit it.
5420         (ada-xref-set-project-field, ada-xref-current-project-file)
5421         (ada-xref-current-project, ada-show-current-project)
5422         (ada-set-main-compile-application): New functions.
5423         (ada-xref-get-project-field, ada-require-project-file):
5424         Normalize use of ada-prj-default-project-file.
5425         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
5426         Normalize use of ada-require-project-file.
5427         (ada-prj-find-prj-file): Improve doc string, comments.
5429         * progmodes/ada-mode.el (ada-mode-version): Bump version.
5430         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
5431         (ada-create-menu): Add ada-set-main-compile-application,
5432         ada-show-current-main, ada-show-current-project.
5434 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5436         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
5437         (inferior-python-mode): Use it.
5439 2006-11-14  Andreas Schwab  <schwab@suse.de>
5441         * term/xterm.el (terminal-init-xterm): Add more key bindings.
5443 2006-11-13  Kim F. Storm  <storm@cua.dk>
5445         * ido.el (ido-copy-current-word): C-o copies region if active.
5447 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
5449         * textmodes/org.el (org-emph-face): Fix typo in variable name.
5451 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
5453         * ediff.el (ediff-revision):
5454         * files.el (set-visited-file-name):
5455         * mail/rmailout.el (rmail-output-body-to-file):
5456         Use `format', not `message', in `y-or-n-p' call.
5458 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
5460         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
5461         (org-metaright): Call `org-indent-item' on bullets.
5462         (org-timestamp-change): Set `org-last-changed-timestamp'.
5463         (org-current-line): Make sure (bolp) returns correct result.
5464         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
5466 2006-11-12  Richard Stallman  <rms@gnu.org>
5468         * language/european.el (turkish-case-conversion-enable)
5469         (turkish-case-conversion-disable): New functions.
5470         ("Turkish" lang env): Use them.
5472         * international/characters.el (case table):
5473         Do nothing special for i and I.
5475         * subr.el (remove-overlays): Fix last change.
5477         * cus-edit.el (custom-save-all): Use find-file-visit-truename
5478         for visiting the custom file.
5480 2006-11-12  Markus Triska  <triska@gmx.at>
5482         * play/handwrite.el (handwrite): Also process lines not ending
5483         with newline.  Replace some position-fiddling with different
5484         logic.  Improve performance.
5486 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
5488         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
5489         replacing deleted variable `ada-check-switch'.
5490         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
5491         (ada-xref-project-files): Improve doc string.
5492         (ada-find-executable): New function.
5493         (ada-initialize-runtime-library): Use `ada-find-executable'.
5494         (ada-xref-set-default-prj-values): In compile commands, don't need
5495         `ada-cd-command'; `compile' does that more portably.
5496         Use ada-prj-default-check-cmd.
5497         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
5498         properties if not specified in project file.
5499         (ada-goto-declaration): Display useful message for new error
5500         'error-file-not-found.
5501         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
5502         'error-file-not-found.
5503         (ada-get-all-references): Match latest ali syntax.  Signal new
5504         error 'error-file-not-found.
5505         (ada-find-in-ali): Match latest ali syntax.
5506         (ada-make-filename-from-adaname): Handle different semantics of
5507         gnatkr in GNAT 3.15p vs later.
5509         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
5510         ada-procedure-start-regexp.
5511         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
5513         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
5514         with defvar.
5515         (ada-language-version): Rename ada05 -> ada2005.
5516         (ada-align-region-separate): Add `eval-when-compile'.
5517         (ada-name-regexp): Remove unneeded escapes in regexp character
5518         alternative.
5519         (ada-compile-goto-error-file-linenr-re): New constant.
5520         (ada-matching-start-re): Handle additional cases `declare',
5521         `procedure', `function'.
5522         (ada-compile-goto-error): Handle "... at line nn".
5523         (ada-mode): Clearer syntax, comments for ff-special-constructs.
5524         Delete support for old versions of `align'.
5525         (ada-search-prev-end-stmt): Handle additional keyword `private'.
5526         (ada-check-defun-name): Simplify handling of `declare'.
5527         (ada-goto-matching-start): Handle nested `begin ... end'.
5528         Handle `declare', `protected', `procedure', `function'.
5529         (ada-create-menu): Presence of arm95 is not conditional on using
5530         GNAT compiler.
5532 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
5534         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
5535         nil in the *RE-Builder* buffer (it causes spurious error messages).
5537         * server.el (server-visit-files): If `minibuffer-auto-raise' has
5538         been set to t, respect it.
5540 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
5542         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
5543         Delete commented out code for old Emacs versions.  Autoloading of
5544         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
5545         (ada-mode-version): Bump version number.
5546         (ada-95-string-keywords, ada-2005-string-keywords)
5547         (ada-2005-keywords, ada-name-regexp): New constant.
5548         (ada-language-version, ada-procedure-start-regexp, ada-mode)
5549         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
5550         (ada-package-start-regexp): Support private packages, include package
5551         name (for ada-set-point-accordingly).
5552         (ada-next-procedure, ada-previous-procedure)
5553         (ada-which-function-are-we-in): Match changes to
5554         ada-procedure-start-regexp.
5555         (ada-make-body): Make non-interactive; not a user function.
5556         (ada-make-subprogram-body): Improve doc string.
5558 2006-11-11  Romain Francoise  <romain@orebokech.com>
5560         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
5561         `compilation-error-regexp-alist' buffer-local, since we changed
5562         `compilation-error-regexp-alist-alist' locally.
5564 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
5566         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
5567         to the value of `server-raise-frame'.
5569 2006-11-11  Glenn Morris  <rgm@gnu.org>
5571         * ido.el (ido-enable-prefix)
5572         * ses.el (ses-call-printer-return)
5573         * net/tramp.el (tramp-unified-filenames)
5574         * progmodes/cc-align.el (c-lineup-string-cont)
5575         * progmodes/compile.el (compilation-directory-matcher)
5576         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5577         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5578         (vhdl-clock-rising-edge)
5579         * textmodes/org.el (org-export-with-timestamps)
5580         (org-export-remove-timestamps-from-toc)
5581         (org-export-with-tags): Improve previous doc fixes.
5583 2006-11-11  Richard Stallman  <rms@gnu.org>
5585         * textmodes/flyspell.el (flyspell-mode-map):
5586         Bind C-c $ instead of M-RET.
5588 2006-11-10  Simon Marshall  <simon@gnu.org>
5590         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
5591         fontification for "case" and "default" keywords.
5593 2006-11-10  Andreas Schwab  <schwab@suse.de>
5595         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
5596         Avoid starting sentence with "nil".
5598 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
5600         * server.el (server-raise-frame): New option.
5601         (server-switch-buffer): Use it.
5603 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
5605         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
5606         with a capital.
5608 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
5610         * textmodes/org.el (org-show-hierarchy-above)
5611         (org-show-following-heading): Fix typo in default value.
5612         (org-scan-tags): Make the search case-sensitive.
5613         (org-tags-sparse-tree): Don't overrule
5614         `org-show-following-heading' and `org-show-hierarchy-above'.
5615         (org-reveal): New command.
5616         (org-show-context): Rename from `org-show-hierarchy-above'.
5617         (org-fast-tag-selection-single-key): New option.
5618         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
5619         (org-tags-overlay): New variable.
5620         (org-agenda-todo-ignore-deadlines): New option.
5621         ("session"): Add circular data structure `org-mark-ring' to
5622         exceptions list in session.el.
5623         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
5624         New options.
5625         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
5626         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
5627         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
5628         (org-finalize-agenda): Activate bracket links in agenda.
5629         (org-at-timestamp-p, org-at-date-range-p): Additional argument
5630         INACTIVE-OK.
5631         (org-show-hierarchy-above, org-show-following-heading):
5632         List values allowed for fine-tuned configuration.
5633         (org-show-hierarchy-above): New argument CONTEXT, use the
5634         fine-tuned settings in `org-show-hierarchy-above' and
5635         `org-show-following-heading'.
5636         (org-display-custom-time): New function.
5637         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
5638         (org-display-custom-times, org-time-stamp-custom-formats):
5639         (org-maybe-intangible): New macro.
5640         (org-activate-bracket-links, org-hide-wide-columns):
5641         Use `org-maybe-intangible'.
5642         (org-open-file): Use `shell-quote-argument'.
5643         (org-display-internal-link-with-indirect-buffer): New option.
5644         (org-file-remote-p): Get regexp from list.
5645         (org-link-expand-abbrev): New function.
5646         (org-link-abbrev-alist): New option.
5647         (org-open-at-point, org-cleaned-string-for-export):
5648         Call `org-link-expand-abbrev'.
5649         (org-timeline, org-agenda-list, org-todo-list)
5650         (org-tags-view): Remove the KEEP-MODES argument.
5651         (org-finalize-agenda-hook): New hook.
5652         (org-get-alist-option): New function.
5653         (org-follow-timestamp-link): New function.
5654         (org-open-at-point): Call `org-follow-timestamp-link'.
5655         (org-log-note-marker, org-log-note-purpose)
5656         (org-log-note-window-configuration): New variables.
5657         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
5658         (org-log-note-headings): New option.
5659         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
5660         (org-store-link): Support for dired-mode.
5661         (org-open-file): Substitute environment variables into filename.
5662         (org-last): New defsubst.
5663         (org-agenda-re-align-tags): New function.
5664         (org-agenda-align-tags-to-column): New option.
5665         (org-agenda-timeline): Group removed.
5666         (org-prepare-agenda, org-prepare-agenda-buffers)
5667         (org-run-agenda-series, org-timeline, org-agenda-list)
5668         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
5669         the text property inticating the agenda type.
5670         (org-agenda-post-command-hook): Get agenda type from text property
5671         at point.
5672         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
5673         and obey `org-agenda-overriding-arguments'.
5674         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
5675         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5676         (org-agenda-week-view, org-agenda-day-view):
5677         Use `org-agenda-overriding-arguments' to make updating work with
5678         multi-block agendas.
5679         (org-agenda-prefix-format): Allow different formats for the
5680         different agenda entry types.
5681         (org-timeline-prefix-format): Option removed, use
5682         `org-agenda-prefix-format' instead.
5683         (org-prepare-agenda): New function.
5684         (org-select-timeline-window): Option removed, use
5685         `org-select-agenda-window' instead.
5686         (org-respect-restriction): Variable removed.
5687         (org-cmp-tag): New function.
5688         (org-agenda-sorting-strategy, org-entries-lessp):
5689         Implement sorting by last tag.
5690         (org-complete): Better completion in in-buffer option lines.
5691         (org-in-item-p): New function.
5692         (org-org-menu): Add entries for checkboxes.
5693         (org-cycle): Extra brouping in outline-regexp, because it is used
5694         in a search with "^" prepended.
5695         (org-provide-checkbox-statistics): New option.
5696         (org-set-font-lock-defaults): Highlight checkbox statistics.
5697         (org-update-checkbox-count-maybe)
5698         (org-get-checkbox-statistics-face): New functions.
5699         (org-update-checkbox-count): New command.
5700         (org-insert-item, org-toggle-checkbox):
5701         Call `org-update-checkbox-count-maybe'.
5702         (org-export-as-html): XEmacs compatibility for coding system.
5703         (org-force-cycle-archived): New command.
5704         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
5705         overrules cycling.
5706         (org-fix-position-after-promote): If the line contains only a todo
5707         keyword, add a final space.
5708         (org-promote-subtree, org-demote-subtree):
5709         Call `org-fix-position-after-promote'.
5711 2006-11-10  Glenn Morris  <rgm@gnu.org>
5713         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
5714         date in every year.
5715         (calendar-dst-check-each-year-flag): New customizable variable.
5716         (calendar-dst-find-data): New function, extracted from
5717         calendar-current-time-zone.
5718         (calendar-current-time-zone): Use calendar-dst-find-data.
5719         (calendar-dst-transition-cache): New variable.
5720         (calendar-dst-find-startend, calendar-dst-starts)
5721         (calendar-dst-ends): New functions.
5722         (calendar-daylight-savings-starts)
5723         (calendar-daylight-savings-ends): Change value to use
5724         calendar-dst-starts, calendar-dst-ends; respectively.
5726         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
5728         * ido.el (ido-enable-prefix)
5729         * ses.el (ses-call-printer-return)
5730         * net/tramp.el (tramp-unified-filenames)
5731         * progmodes/cc-align.el (c-lineup-string-cont)
5732         * progmodes/compile.el (compilation-directory-matcher)
5733         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5734         * progmodes/gdb-ui.el (gdb-many-windows)
5735         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5736         (vhdl-clock-rising-edge)
5737         * textmodes/org.el (org-export-with-timestamps)
5738         (org-export-remove-timestamps-from-toc, org-export-with-tags)
5739         (org-read-date): Doc fix (Nil -> nil).
5741 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5743         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
5744         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
5746 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
5748         * bs.el (bs--window-for-buffer): Remove.
5749         (bs--show-with-configuration): Use `get-window-with-predicate'
5750         instead of `bs--window-for-buffer'.
5752 2006-11-10  Kenichi Handa  <handa@m17n.org>
5754         * files.el (revert-buffer): Fix previous change.
5756 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
5758         * bs.el (bs--redisplay): Fix typo in docstring.
5759         (bs--window-config-coming-from): Make frame-local.
5760         (bs--restore-window-config): New function.
5761         (bs-kill, bs-select, bs-select-other-window)
5762         (bs-select-other-frame): Use it.
5763         (bs--window-for-buffer): Return as soon as a matching buffer is found.
5764         (bs--show-with-configuration): Save the window configuration as a
5765         frame local var, and only if *buffer-selection* is not already
5766         visible on this frame.
5768 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
5770         * vc-svn.el (vc-svn-admin-directory): New var.
5771         (vc-svn-registered, vc-svn-responsible-p)
5772         (vc-svn-repository-hostname): Use it.
5773         Suggested by arit93@yahoo.com.
5775 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
5777         * ldefs-boot.el: Regenerate.
5779 2006-11-08  Alan Mackenzie  <acm@muc.de>
5781         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
5782         case (eq open-paren-in-column-0-is-defun-start nil) by searching
5783         for least nested open-paren.
5785 2006-11-08  Romain Francoise  <romain@orebokech.com>
5787         * subr.el (remove-overlays): Fix typo in last change.
5789 2006-11-08  Richard Stallman  <rms@gnu.org>
5791         * subr.el (remove-overlays): Call overlay-recenter.
5793 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5795         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5796         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
5797         behaviour.
5798         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
5799         directly.
5801 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
5803         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
5804         (ido-max-dir-file-cache, ido-decorations)
5805         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
5806         (ido-magic-backward-char, ido-enter-dired)
5807         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
5808         (ido-list-directory, ido-first-match, ido-only-match)
5809         (ido-subdir, ido-indicator): Fix typos in docstrings.
5810         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
5811         (ido-read-internal): Fix typo in error message.
5813 2006-11-08  Kenichi Handa  <handa@m17n.org>
5815         * international/mule-cmds.el (set-default-coding-systems):
5816         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
5818 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
5820         * makefile.w32-in (setwins): Remove.
5821         (WINS_ALMOST): New macro.
5822         (WINS): Use it.
5823         (autoloads): Don't extract autoloads from files in obsolete/.
5825 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
5827         * whitespace.el (whitespace-buffer): Call remove-overlays after
5828         overlay-recenter for performance.  Suggested by Martin Rudalics.
5830 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
5832         * net/tramp.el (tramp-default-method): scp is the default method.
5834 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
5836         * server.el (server-start): Save also the Emacs pid in the server file.
5838 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
5840         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
5841         point when displaying a bibtex cross reference in the echo area.
5843 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
5845         * international/mule.el (make-char): Fix typo in docstring.
5846         (load-with-code-conversion, charsetp): Doc fixes.
5848         * international/ja-dic-cnv.el (skkdic-convert):
5849         * cus-edit.el (hook): Fix typo in docstring.
5851 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
5853         * cus-edit.el (custom-mode-map): Move defvar above code using it.
5854         (custom-mode-link-map): New variable.
5855         (custom-group-link, custom-manual): Use follow-link.
5857 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5859         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
5860         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
5862 2006-11-06  Richard Stallman  <rms@gnu.org>
5864         * textmodes/flyspell.el (flyspell-correct-word-before-point):
5865         New function broken out of flyspell-correct-word.
5866         (flyspell-mode-map): Bind it to M-RET.
5867         (flyspell-correct-word): Call it.
5869         * textmodes/fill.el (fill-minibuffer-function): New function.
5870         (fill-paragraph): Bind fill-paragraph-function to
5871         fill-minibuffer-function.
5873         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
5874         so that they aren't undefined.
5876         * dired.el (dired-readin): Locally bind file-name-coding-system.
5878         * bindings.el: Shorten and clarify usual mode line mouse help string.
5880         * Makefile.in (autoloads): Don't include `obsolete'.
5882 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
5884         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5885         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
5886         Printing menu if it's not initialized.
5887         (pr-menu-bind): Act on menu-bar-file-menu directly.
5889 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
5891         * help.el (view-emacs-news): Fix typo in error message.
5893         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
5895         * shadowfile.el (shadow-define-regexp-group)
5896         (shadow-literal-groups, shadow-insert-var): Doc fixes.
5897         (shadow-read-files): Fix typo in message.
5898         (shadow-inhibit-overload, shadow-find, shadow-suffix)
5899         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
5900         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
5901         (shadow-file-match): Fix typos in docstrings.
5903         * terminal.el (terminal-emulator): Fix typo in message.
5905         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
5907         * emacs-lisp/lselect.el (x-kill-primary-selection)
5908         (x-delete-primary-selection, x-copy-primary-selection):
5909         Fix typos in error messages.
5911         * emulation/edt-mapper.el: Fix typo in interactive message.
5913         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
5915         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
5916         (ispell-help): Fix typos in docstrings.
5917         (ispell-help): Fix typo in output message.
5919         * allout.el (allout-adjust-file-variable)
5920         (allout-passphrase-verifier-string)
5921         (allout-passphrase-hint-string)
5922         (allout-toggle-current-subtree-encryption):
5923         * apropos.el (apropos-synonyms):
5924         * cus-edit.el (hook):
5925         * emacs-lock.el (emacs-lock-from-exiting):
5926         * follow.el (follow-avoid-tail-recenter-p):
5927         * hexl.el (hexl-mode):
5928         * mouse-copy.el (mouse-copy-work-around-drag-bug):
5929         * mouse.el (mouse-set-font):
5930         * resume.el (resume-emacs-args-file):
5931         * rfn-eshadow.el (file-name-shadow-tty-properties):
5932         * t-mouse.el (t-mouse-process, t-mouse-mode):
5933         * emacs-lisp/cust-print.el (custom-print-install)
5934         (custom-print-uninstall, custom-format):
5935         * emacs-lisp/shadow.el (list-load-path-shadows):
5936         * emulation/tpu-edt.el (tpu-help-text)
5937         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
5938         (tpu-reset-control-keys):
5939         * emulation/vip.el (vip-emacs-local-map)
5940         (vip-change-mode-to-emacs):
5941         * emulation/viper.el (viper-mode, viper-set-hooks)
5942         (viper-major-mode-modifier-list):
5943         * emulation/viper-init.el (viper-emacs-state-cursor-color):
5944         * emulation/viper-keym.el (viper-emacs-kbd-map)
5945         (viper-toggle-key):
5946         * mail/feedmail.el (feedmail-queue-reminder)
5947         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
5948         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
5949         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
5950         (feedmail-sender-line, feedmail-force-binary-write)
5951         (feedmail-from-line, feedmail-deduce-envelope-from)
5952         (feedmail-x-mailer-line, feedmail-message-id-generator)
5953         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
5954         (feedmail-enable-spray, feedmail-spray-this-address)
5955         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
5956         (feedmail-queue-runner-confirm-global)
5957         (feedmail-ask-before-queue-prompt)
5958         (feedmail-ask-before-queue-reprompt)
5959         (feedmail-prompt-before-queue-standard-alist)
5960         (feedmail-prompt-before-queue-user-alist)
5961         (feedmail-prompt-before-queue-help-supplement)
5962         (feedmail-queue-use-send-time-for-message-id)
5963         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
5964         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
5965         (feedmail-mail-send-hook-queued)
5966         (feedmail-confirm-addresses-hook-example)
5967         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
5968         (feedmail-queue-runner-mode-setter)
5969         (feedmail-queue-alternative-mail-header-separator)
5970         (feedmail-queue-runner-message-sender)
5971         (feedmail-buffer-eating-function, feedmail-binmail-template)
5972         (feedmail-run-the-queue-no-prompts)
5973         (feedmail-run-the-queue-global-prompt)
5974         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
5975         (feedmail-envelope-deducer, feedmail-fiddle-date)
5976         (feedmail-default-message-id-generator)
5977         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
5978         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
5979         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
5980         (vms-pmail-setup):
5981         * play/dunnet.el (dun-help):
5982         * play/handwrite.el (handwrite):
5983         * play/hanoi.el (hanoi-unix-64):
5984         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
5985         * textmodes/enriched.el (fixed):
5986         * textmodes/org.el (org-file-apps)
5987         (org-emphasis-regexp-components, org-emphasis-alist):
5988         * textmodes/texinfmt.el (batch-texinfo-format):
5989         Fix typos in docstrings.
5991 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
5993         * loadhist.el (read-feature): Don't complete features not loaded
5994         from a file (which make `unload-feature' to fail).
5996 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5998         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6000 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
6002         * startup.el (command-line-1): Kill emacs if the last frame is
6003         deleted while evaluating the command-line arguments.
6005 2006-11-05  Richard Stallman  <rms@gnu.org>
6007         * startup.el (init-file-had-error): Add doc string.
6008         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6009         Use fixed-width font for keyboard key descriptions.
6011         * cus-edit.el (custom-save-all): Error if saving in .emacs
6012         and it had an error when loaded.
6014         * dired-aux.el (dired-copy-file-recursive): Catch errors
6015         from recursive copies in the loop, around the recursive call.
6017 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6019         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6020         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
6021         `/proc/acpi/thermal_zone/*'.
6022         (battery-search-for-one-match-in-files): New.  Search a regexp in
6023         the content of some files.
6025 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
6027         * window.el (mouse-autoselect-window-now): Remove variable.
6028         (mouse-autoselect-window-state): New variable.
6029         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6030         (mouse-autoselect-window-select, handle-select-window):
6031         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6032         Suspend delayed autoselection during menu or popup dialog.
6034         * info-look.el (info-lookup-guess-custom-symbol): New function
6035         for retrieving symbol at point in custom buffers.
6036         (top level) <info-lookup-maybe-add-help>: Add backquote and
6037         comma to ignored characters in regexps of help specifications
6038         for emacs-lisp-mode and lisp-interaction-mode.  This permits
6039         looking up symbols in `...' and after a comma.  Add help
6040         specifications for custom-mode and help-mode.
6042 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
6044         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6045         Don't encode body if RAW is non-nil, or if the old encoding is
6046         identical to the new encoding, or if the body contains only
6047         eight-bit-* characters.
6049 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6051         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
6052         (faces-sample-overlay): Remove variable.
6053         (describe-face): Insert sample text in the face being described.
6055 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
6057         * whitespace.el (whitespace-indent-regexp): Make this match any
6058         multiples of eight spaces near the beginning of a line.
6059         (whitespace-buffer): Use `remove-overlays' instead of
6060         `whitespace-unhighlight-the-space' and `overlay-recenter' to
6061         speed up overlay handling.
6062         (whitespace-buffer-leading, whitespace-buffer-trailing):
6063         Make these functions highlight the text removed by
6064         `whitespace-buffer-leading-cleanup' and
6065         `whitespace-buffer-trailing-cleanup' respectively.
6066         (whitespace-buffer-search): Use `with-local-quit'.
6067         Move `format' out of loop to speed up scanning larger buffers.
6068         (whitespace-unhighlight-the-space): Remove `remove-hook' since
6069         that function is never added to a hook.
6070         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
6071         (whitespace-buffer-leading-cleanup)
6072         (whitespace-refresh-rescan-list): Fix docstrings.
6074 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
6076         * allout.el (allout-during-yank-processing): Cue for inhibiting
6077         aberrance processing during yanks.
6078         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
6079         the amount of yanked topics that can be aberrant.
6080         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
6081         a function, and supplement with inihibition of doublechecking
6082         during yanks.
6083         (allout-beginning-of-line, allout-next-heading)
6084         (allout-previous-heading, allout-goto-prefix-doublechecked)
6085         (allout-back-to-current-heading, allout-next-visible-heading)
6086         (allout-next-sibling): Use new allout-do-doublecheck function.
6087         (allout-next-sibling): Ensure we made progress when returning
6088         other than nil.
6089         (allout-rebullet-heading): Preserve text property annotations
6090         indicating the text was hidden, if it was.
6091         (allout-kill-line): Remove any added was-hidden annotations.
6092         (allout-kill-topic): Remove any added was-hidden annotations.
6093         (allout-annotate-hidden): Inhibit adding was-hidden text
6094         properties to the undo list.
6095         (allout-deannotate-hidden): New function to remove was-hidden
6096         annotation.
6097         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
6098         (allout-remove-exposure-annotation): Replace by
6099         allout-deannotate-hidden.
6100         (allout-yank-processing): Signal that yank processing is happening
6101         with allout-during-yank-processing.  Also, wrap
6102         allout-unprotected's closer to the text changes, for easier
6103         debugging.  We need to inhibit-field-text-motion explicitly, in
6104         lieu of the encompassing allout-unprotected.
6105         (outlineify-sticky): Adjust criteria for triggering new outline
6106         decorations to presence or absence of any topics, not just a topic
6107         at the beginning of the buffer.
6109 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6111         * bs.el (bs--show-all, bs--redisplay):
6112         * cus-edit.el (custom-unlispify-menu-entries)
6113         (custom-unlispify-tag-names, custom-prompt-variable):
6114         * expand.el (expand-pos):
6115         * speedbar.el (speedbar-generic-list-tag-p):
6116         * wid-edit.el (widget-image-enable):
6117         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
6118         * emacs-lisp/find-func.el (find-function-noselect)
6119         (find-function, find-variable-noselect, find-variable)
6120         (find-definition-noselect, find-face-definition):
6121         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
6122         * net/eudc-vars.el (eudc-expansion-overwrites-query):
6123         * progmodes/ada-xref.el (ada-find-in-ali):
6124         * textmodes/flyspell.el (flyspell-check-tex-math-command):
6125         * textmodes/org.el (org-copy-subtree):
6126         * textmodes/table.el (table--row-column-insertion-point-p):
6127         Use "non-nil" in docstrings.
6129 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
6131         * sort.el (sort-columns): Set the field separator to tab; on
6132         NetBSD, sort complains if "\n" is used as field separator.
6134 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
6136         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
6138 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6140         * server.el (server-auth-key): Remove.  Replace by a process-property.
6141         (server-start): Don't remove the file of the previous process, but
6142         instead clear out the place for the new file.
6143         (server-start): Set the :auth-key property.
6144         (server-process-filter): Use the :auth-key property.
6146 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
6148         * textmodes/org.el (org-mode-map): No longer copy
6149         `outline-mode-map' explicitly - this is already done by
6150         `define-derived-mode'.
6152 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
6154         * server.el (server-visit-files): Use `when'.
6155         (server-process-filter): When authentication fails, send error
6156         message to client.  Wrap `process-send-region' in `ignore-errors'
6157         instead of `condition-case', and remove misleading comment.
6159 2006-11-01  Juri Linkov  <juri@jurta.org>
6161         * simple.el (yank): Doc fix.
6163 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6165         * server.el: Try and fit within 80 columns.
6166         (server-start): Make the auth file unreadable by other users.
6168 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6170         * battery.el (battery-linux-proc-acpi): Prevent range error when
6171         `full-capacity' is 0.
6173 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6175         * faces.el (faces-sample-overlay): New defvar.
6176         (faces-sample-overlay): New function to show face sample text.
6177         (describe-face): Use it.
6179 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
6181         * progmodes/ada-stmt.el: Change maintainer, apply
6182         whitespace-cleanup, checkdoc.
6183         (ada-func-or-proc-name): Add doc string.
6185         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
6186         whitespace-cleanup, checkdoc.  Minor improvements to many doc
6187         strings and comments.
6188         (ada-prj-display-page): Change buffer name to more accurately
6189         reflect function.
6191         * progmodes/ada-xref.el: Change maintainer, apply
6192         whitespace-cleanup, checkdoc.  Minor improvements to many doc
6193         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
6194         (ada-compile-current): Don't add newlines to commands.
6196 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
6198         * server.el: Add support for TCP sockets.
6199         (server-use-tcp, server-host, server-auth-dir): New options.
6200         (server-auth-key): New variable.
6201         (server-ensure-safe-dir): Create nonexistent parent dirs.
6202         Ignore Unix-style file modes on Windows.
6203         (server-start): Crete a TCP or Unix socket according to the value
6204         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
6205         `server-auth-dir' directory.
6206         (server-process-filter): Delete process if authentication
6207         fails (which never happens for Unix sockets).
6209 2006-10-30  David Kastrup  <dak@gnu.org>
6211         * subr.el (add-to-list): Don't continue checking if a match has
6212         been found.
6214 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
6216         * tutorial.el: Move defvars to avoid bytecomp warnings.
6217         (tutorial--find-changed-keys): Check if viper-current-state is
6218         bound before using it.
6219         (help-with-tutorial): Check if viper-tutorial is defined before
6220         using it.
6222 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6224         * help-fns.el (help-with-tutorial): Move to tutorial.el.
6226         * tutorial.el: New file.
6227         (help-with-tutorial): Move here from help-fns.el. Added help for
6228         rebound keys.  Fixed resume of tutorial.
6229         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
6230         (tutorial--find-changed-keys, tutorial--display-changes)
6231         (tutorial--saved-dir, tutorial--saved-file)
6232         (tutorial--save-tutorial): New functions to support the changes in
6233         help-with-tutorial.
6235 2006-10-30  Kenichi Handa  <handa@m17n.org>
6237         * files.el (revert-buffer): If a unibyte buffer is being reverted
6238         with a coding system for multibyte, set buffer multibyte before
6239         calling insert-file-contents.
6241 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6243         * server.el (server-select-display): Use a dummy buffer to detect when
6244         the frame is later used.
6245         (server-select-display): New function.
6246         (server-process-filter): Use it to detect unused temp frames.
6248 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
6250         * progmodes/ada-mode.el: Change maintainer, apply
6251         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
6252         (ada-mode-version): New function.
6253         (ada-create-menu): Menu operations are available for all supported
6254         compilers.
6256 2006-10-29  Lars Hansen  <larsh@soem.dk>
6258         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
6259         Highlight as keyword.
6260         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
6261         Don't call tramp-method-out-of-band-p for local files.
6262         (tramp-touch): Quote file name.
6264 2006-10-28  Glenn Morris  <rgm@gnu.org>
6266         * calendar/calendar.el (cal-html-cursor-month)
6267         (cal-html-cursor-year): Add autoloads for this new package.
6268         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
6270 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
6272         * calendar/cal-html.el: New file.
6274 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
6276         * emacs-lisp/authors.el (authors-aliases): Update.
6278 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
6280         * version.el (emacs-version): Bump version number to 22.0.90.
6282 2006-10-26  John W. Eaton  <jwe@octave.org>
6284         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
6285         New defvar.
6286         (inferior-octave-resync-dirs): Check to see whether Octave has
6287         built-in variables and set inferior-octave-has-built-in-variables.
6288         Check inferior-octave-has-built-in-variables to decide whether to
6289         send commands that set built-in variables or call functions to
6290         change Octave's behavior.
6291         Send "disp (pwd ())" to Octave instead of just "pwd".
6292         (inferior-octave-startup): Send "more off" to Octave instead of
6293         "page_screen_output = 0".
6295 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
6297         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
6298         pattern normally.
6300 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
6302         * bindings.el (mode-line-mode-menu): Remove bindings for global
6303         minor modes (line/column number) as they are on the menubar.
6305 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
6307         * term/w32-win.el (x-handle-name-switch): Doc fix.
6308         (w32-standard-fontset-spec): Fix typo in docstring.
6310         * midnight.el (midnight-buffer-display-time): Doc fix.
6311         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
6313 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6315         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
6317         * viper-ex.el (ex-read): Quote file argument.
6319         * ediff-diff.el (ediff-same-file-contents): Expand file names.
6321         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
6323 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
6325         * textmodes/flyspell.el (flyspell-check-region-doublons):
6326         Fix last fix.
6328 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
6330         * bindings.el (mode-line-mode-menu): List global minor modes
6331         before local ones.
6333 2006-10-23  Kim F. Storm  <storm@cua.dk>
6335         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
6336         (sit-for): If last command was a prefix arg, add the read-ahead
6337         event to unread-command-events as (t . EVENT) so it will be added
6338         to this-command-keys by read-key-sequence.
6340 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
6342         * textmodes/flyspell.el (flyspell-word): Skip past all previous
6343         whitespace when checking doublons.
6344         (flyspell-check-region-doublons): Fix doublon regexp.
6345         (flyspell-highlight-incorrect-region): Highlight doublons using
6346         flyspell-duplicate face.
6348         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
6350 2006-10-22  John Wiegley  <johnw@newartisans.com>
6352         * progmodes/python.el (python-use-skeletons): python-mode was
6353         auto-inserting templates (for those with abbrev-mode on), not only
6354         by default -- *but without a configuration variable to disable
6355         it*.  This rendered python-mode completely useless for me, so I
6356         have added `python-use-skeletons', which is now off by default.
6358 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
6360         * progmodes/cperl-mode.el (cperl-mode): Don't assume
6361         font-lock-multiline is auto-local (it's not).
6362         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
6363         initialized before calling cperl-init-faces.
6365 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
6367         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
6368         gdb-stack-position a value when there is no fringe.
6370         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
6371         indicator if not visiting a file.
6373 2006-10-20  David Kastrup  <dak@gnu.org>
6375         * window.el (kill-buffer-and-window): Fix a bug where an aborted
6376         operation would still cause some window to collapse later.
6378 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6380         * vc.el (vc-switch-backend): Try to be more careful with unwanted
6381         side-effect due to mixing various backends's file properties.
6383         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
6384         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
6385         Return `filename's status if applicable.  Update callers.
6387 2006-10-19  Kenichi Handa  <handa@m17n.org>
6389         * international/kkc.el (kkc-region): When a key sequence is not
6390         defined, append (this-single-command-raw-keys) to
6391         unread-input-method-events.
6393 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
6395         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
6397 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6399         * version.el (emacs-version): Use mac-carbon-version-string.
6401         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
6403 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6405         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
6406         Kenichi Handa).
6407         (xselect-convert-to-string): Decline requests for UTF8_STRING if
6408         the selection is not UTF-8.
6410 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
6412         * progmodes/ada-mode.el (ada-83-string-keywords)
6413         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
6414         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
6415         (ada-looking-at-semi-private, ada-get-body-name):
6416         Fix typos in docstrings.
6417         (ada-create-case-exception, ada-create-case-exception-substring):
6418         Fix typos in error messages.
6419         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
6421 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6423         * term/x-win.el (res-geometry): Don't set geometry from Xresources
6424         to default-frame-alist if default-frame-alist already contains
6425         width/height.
6427 2006-10-18  Richard Stallman  <rms@gnu.org>
6429         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
6430         Non-interactive arg is the value, not the expression.
6432         * simple.el (read-expression-map): Just set it, no defvar.
6434         * subr.el (insert-for-yank-1): If last inserted char has
6435         properties, mark them as rear-nonsticky.
6437         * recentf.el (recentf-mode): Doc fix.
6439         * facemenu.el (facemenu-add-new-face): Defend against symbol
6440         that isn't a face name.
6442         * dired-aux.el (dired-do-copy): Doc fix.
6444 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
6446         * simple.el (line-move-1): Ignore fields when moving to the
6447         beginning of line to avoid getting point stuck.
6449 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
6451         * textmodes/flyspell.el (flyspell-word-search-backward):
6452         Set inhibit-point-motion-hooks to avoid looping due to intangibile
6453         text.
6455 2006-10-16  Richard Stallman  <rms@gnu.org>
6457         * help-fns.el (describe-function-1): Special case optimization
6458         for self-insert-command.
6460 2006-10-16  Kim F. Storm  <storm@cua.dk>
6462         * ido.el (ido-reread-directory): Work in `dir' mode too.
6464 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
6466         * textmodes/table.el: Require 'regexp-opt.
6468 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6470         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
6471         Use shell-quote-argument.
6473         * shell.el (explicit-bash-args): Likewise.
6475         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
6476         Use grep -E rather than egrep.
6478 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6480         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
6482 2006-10-15  Kim F. Storm  <storm@cua.dk>
6484         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
6486 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6488         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
6489         to protect whitespace and metacharacters from the shell.
6491 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6493         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
6495 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
6497         * subr.el (start-process-shell-command): Doc fix.
6499 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
6501         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
6502         the regexp for Maxima symbols.
6504 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6506         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
6507         (vc-find-root): Don't walk higher up than ~.
6509 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
6511         * international/utf-8.el (utf-translate-cjk-load-tables):
6512         Avoid clobbering last-coding-system-used during load.
6514 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
6516         * textmodes/reftex-global.el (reftex-create-tags-file):
6517         Quote file arguments.
6519 2006-10-12  Richard Stallman  <rms@gnu.org>
6521         * files.el (file-name-history): Add defvar.
6522         (save-some-buffers-action-alist): Improve description strings.
6524 2006-10-12  Andreas Schwab  <schwab@suse.de>
6526         * files.el (auto-mode-alist): Match change log file name also with
6527         a dash before a numeric extension.
6529 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
6531         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
6532         After 5.0:
6533         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
6535         After 5.1: Major edit.  Summary of most visible changes:
6537         - Multiple <<HERE per line allowed.
6538         - Handles multiline subroutine declaration headers (with comments).
6539           (The exception is `cperl-etags' - but it is not used in the rest
6540           of the mode.)
6541         - Fontifies multiline my/our declarations (even with comments,
6542           and with legacy `font-lock').
6543         - Major speedup of syntaxification, both immediate and postponed
6544           (3.5x to 15x [for different CPUs and versions of Emacs] on the
6545           huge real-life document I tested).
6546         - New bindings, edits to imenu.
6547         - "_" is made into word-char during fontification/syntaxification;
6548           some attempts to recognize non-word "_" during other operations too.
6549         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
6550         - autoload some more perldoc-related stuff
6551         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
6552         - Attempt to incorporate XEmacs edits which reached me.
6554         Fine-grained changelog:
6555         (cperl-hook-after-change): New configuration variable.
6556         (cperl-vc-sccs-header): Likewise.
6557         (cperl-vc-sccs-header): Likewise.
6558         (cperl-vc-header-alist): Default via two preceding variables.
6559         (cperl-invalid-face): Remove double quoting under XEmacs
6560                 (still needed under 21.2).
6561         (cperl-tips): Update URLs for resources.
6562         (cperl-problems): Likewise.
6563         (cperl-praise): Mention new features.
6564         New C-c key bindings: for `cperl-find-bad-style',
6565         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
6566         `cperl-perdoc', and `cperl-perldoc-at-point'.
6567         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
6568         moved, new submenu of Tools with Ispell entries and narrowing.
6569         (cperl-after-sub-regexp): New defsubst.
6570         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
6571                 Allows heads up to head4.
6572                 Allow "package;".
6573         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
6574         (paren-backwards-message): ??? Something for XEmacs???
6575         (cperl-mode): Never auto-switch abbrev-mode off.
6576                 Try to allow '_' be non-word char.
6577                 Do not use `font-lock-unfontify-region-function' on XEmacs.
6578                 Reset syntax cache on mode start.
6579                 Support multiline facification (even on legacy `font-lock').
6580         (cperl-facemenu-add-face-function): ??? Some contributed code ???
6581         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
6582                 refuse to inform us whether the fontification is due to lazy
6583                 calling or due to edit to a buffer, install our own hook
6584                 (controlled by `cperl-hook-after-change').
6585         (cperl-electric-pod): =cut may have been recognized as start.
6586         (cperl-block-p): Move, updatedfor attributes.
6587         (cperl-calculate-indent): Try to allow '_' be non-word char
6588                 Support subs with attributes.
6589         (cperl-where-am-i): Quiet (?) a warning.
6590         (cperl-cached-syntax-table): New function.
6591         (cperl-forward-re): Use `cperl-cached-syntax-table'.
6592         (cperl-unwind-to-safe): Recognize `syntax-type' property
6593                 changing in a middle of line.
6594         (cperl-find-sub-attrs): New function.
6595         (cperl-find-pods-heres): Allow many <<EOP per line.
6596                 Allow subs with attributes.
6597                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
6598                 Recognize "extproc " (OS/2) case-folded and only at start.
6599                 /x on s///x with empty replacement was not recognized.
6600                 Better comments.
6601         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
6602                 Allow subs with attributes, labels.
6603                 Do not confuse "else::foo" with "else".
6604                 Minor optimizations...
6605         (cperl-after-expr-p): Try to allow '_' be non-word char.
6606         (cperl-fill-paragraph): Try to detect a major bug in Emacs
6607                 with `looking-at' inside `narrow' and bulk out if found.
6608         (cperl-imenu--create-perl-index): Updates for new
6609                 `cperl-imenu--function-name-regexp-perl'.
6610         (cperl-outline-level): Likewise.
6611         (cperl-init-faces): Allow multiline subroutine headers
6612                 and my/our declarations, and ones with comments.
6613                 Allow subroutine attributes.
6614         (cperl-imenu-on-info): Better docstring.
6615         (cperl-etags): Rudimentary support for attributes.
6616                 Support for packages and "package;".
6617         (cperl-add-tags-recurse-noxs): Better (?) docstring.
6618         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
6619         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
6620         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
6621         (cperl-perldoc): Add autoload.
6622         (cperl-perldoc-at-point): Likewise.
6623         (cperl-here-doc-spell): New function.
6624         (cperl-pod-spell): Likewise.
6625         (cperl-map-pods-heres): Likewise.
6626         (cperl-get-here-doc-region): Likewise.
6627         (cperl-font-lock-fontify-region-function): Likewise (backward
6628                 compatibility for legacy `font-lock').
6629         (cperl-font-lock-unfontify-region-function): Fix style.
6630         (cperl-fontify-syntaxically): Recognize and optimize away deferred
6631                 calls with no-change.  Governed by `cperl-hook-after-change'.
6632         (cperl-fontify-update): Recognize that syntaxification region
6633                 can be larger than fontification one.
6634                 XXXX we leave `cperl-postpone' property, so this is quadratic...
6635         (cperl-fontify-update-bad): Temporary placeholder until
6636                 it is clear how to implement `cperl-fontify-update'.
6637         (cperl-time-fontification): New function.
6638         (attrib-group): New text attribute.
6639         (multiline): New value: `syntax-type' text attribute.
6641         After 5.2:
6642         (cperl-emulate-lazy-lock): New function.
6643         (cperl-fontify-syntaxically): Would skip large regions.
6644         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
6645         Some globals were declared, but uninitialized.
6647         After 5.3, 5.4:
6648         (cperl-facemenu-add-face-function): Add docs, fix U<>.
6649         Copyright message updated.
6650         (cperl-init-faces): Work around a bug in `font-lock'. May slow
6651                         facification down a bit.
6652                 Misprint for my|our|local for old `font-lock'
6653                         "our" was not fontified same as "my|local".
6654                 Highlight variables after "my" etc even in
6655                         a middle of an expression.
6656                 Do not facify multiple variables after my etc
6657                         unless parentheses are present.
6659         After 5.5, 5.6
6660         (cperl-fontify-syntaxically): after-change hook could reset.
6661         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
6663         After 5.7:
6664         (cperl-init-faces): Allow highlighting of local ($/).
6665         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
6666         (cperl-problems): Remove fixed problems.
6667         (cperl-find-pods-heres): Recognize #-comments in m##x too.
6668                 Recognize charclasses (unless delimiter is \).
6669         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
6670         (cperl-regexp-scan): Update docs.
6671         (cperl-beautify-regexp-piece): Use information got from regexp scan.
6673         After 5.8:
6674         Major user visible changes:
6675         Recognition and fontification of character classes in RExen.
6676         Variable indentation of RExen according to groups.
6678         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
6679                 Fontify REx charclasses in variable-name face.
6680                 Fontify POSIX charclasses in "type" face.
6681                 Fontify unmatched "]" in function-name face.
6682                 Mark first-char of HERE-doc as `front-sticky'.
6683                 Reset `front-sticky' property when needed.
6684         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
6685         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
6686         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
6687                 constructs.  Support `narrow'ed buffers.
6688         (cperl-praise): Remove a reservation.
6689         (cperl-make-indent): New function.
6690         (cperl-indent-for-comment): Use `cperl-make-indent'.
6691         (cperl-indent-line): Likewise.
6692         (cperl-lineup): Likewise.
6693         (cperl-beautify-regexp-piece): Likewise.
6694         (cperl-contract-level): Likewise.
6695         (cperl-toggle-set-debug-unwind): New function.
6696                 New menu entry for this.
6697         (fill-paragraph-function): Use when `boundp'.
6698         (cperl-calculate-indent): Take into account groups when indenting RExen.
6699         (cperl-to-comment-or-eol): Recognize # which end a string.
6700         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
6701         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
6702         (cperl-fontify-syntaxically): More clear debugging message.
6703         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
6704         (cperl-init-faces): More complicated highlight even on XEmacs (new).
6705         Merge cosmetic changes from XEmacs.
6707         After 5.9:
6708         (cperl-1+): Move to before the first use.
6709         (cperl-1-): Likewise.
6711         After 5.10:
6713         This code may lock Emacs hard!!!  Use at your own risk!
6715         (cperl-font-locking): New internal variable.
6716         (cperl-beginning-of-property): New function.
6717         (cperl-calculate-indent): Use `cperl-beginning-of-property'
6718         instead of `previous-single-property-change'.
6719         (cperl-unwind-to-safe): Likewise.
6720         (cperl-after-expr-p): Likewise.
6721         (cperl-get-here-doc-region): Likewise.
6722         (cperl-font-lock-fontify-region-function): Likewise.
6723         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
6724                         recursively.
6725                 Bound `next-single-property-change' via `point-max'.
6726         (cperl-unwind-to-safe): Bound likewise
6727         (cperl-font-lock-fontify-region-function): Likewise.
6728         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
6729                 Initialization of `cperl-font-lock-multiline-start' could be
6730                 missed if the "main" fontification did not run due to the
6731                 keyword being already fontified.
6732         (cperl-pod-spell): Return t from do-one-chunk function.
6733         (cperl-map-pods-heres): Stop when the worker returns nil.
6734                 Call `cperl-update-syntaxification'.
6735         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
6736         (cperl-get-here-doc-delim): Remove unused function.
6738         After 5.11:
6740         The possible lockup of Emacs (introduced in 5.10) fixed.
6742         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
6743         (cperl-syntaxify-for-menu): New customization variable.
6744         (cperl-select-this-pod-or-here-doc): New function.
6745         (cperl-get-here-doc-region): Extra argument.
6746                 Do not adjust pos by 1.
6748         New menu entries
6749                 (Perl/Tools): Selection of current POD or HERE-DOC section.
6750                 (Debugging CPerl:) backtrace on fontification.
6752         After 5.12:
6753         (cperl-cached-syntax-table): Use `car-safe'.
6754         (cperl-forward-re): Remove spurious argument SET-ST.
6755                 Add documentation.
6756         (cperl-forward-group-in-re): New function.
6757         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
6758         (XXXX Temporary (?) hack is to syntax-mark them as comment).
6760         After 5.13:
6761         (cperl-string-syntax-table): Make { and } not-grouping
6762           (Sometimes they ARE grouping in RExen, but matching them would only
6763            confuse in many situations when they are not)
6764         (beginning-of-buffer): Replace two occurrences with goto-char...
6765         (cperl-calculate-indent): `char-after' could be nil...
6766         (cperl-find-pods-heres): REx can start after "[" too.
6767                 Hightlight (??{}) in RExen too.
6768         (cperl-maybe-white-and-comment-rex): New constant
6769         (cperl-white-and-comment-rex): Likewise.
6770                 XXXX Not very efficient, but hard to make
6771                 better while keeping 1 group.
6773         After 5.13:
6774         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
6775                 Likewise for 1 << identifier.
6777         After 5.14:
6778         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
6779                 Error-less condition-case could fail.
6780         (cperl-font-lock-fontify-region-function): Likewise.
6781         (cperl-init-faces): Likewise.
6783         After 5.15:
6784         (cperl-find-pods-heres): Support property REx-part2.
6785         (cperl-calculate-indent): Likewise.
6786                 Don't special-case REx with non-empty 1st line.
6787         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
6788                 Invert highlighting of charclasses:
6789                         now the envelop is highlighted.
6790                 Highlight many others 0-length builtins.
6791         (cperl-praise): Mention indenting and highlight in RExen.
6793         After 5.15:
6794         (cperl-find-pods-heres): Highlight capturing parens in REx.
6796         After 5.16:
6797         (cperl-find-pods-heres): Highlight '|' for alternation
6798         Initialize `font-lock-warning-face' if not present.
6799         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
6800                          `font-lock-function-name-face'.
6801         (cperl-look-at-leading-count): Likewise.
6802         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
6803                         `font-lock-keyword-face' (needed for
6804                         batch processing), etc...
6805                 Use `font-lock-builtin-face' for builtin in REx
6806                         Now `font-lock-variable-name-face'
6807                         is used for interpolated variables
6808                 Use "talking aliases" for faces inside REx
6809                 Highlight parts of REx (except in charclasses)
6810                         according to the syntax and/or semantic
6811                 Syntax-mark a {}-part of (?{}) as "comment"
6812                         (it was the ()-part)
6813                 Better logic to distinguish what is what in REx
6814         (cperl-tips-faces): Document REx highlighting
6815         (cperl-praise): Mention REx syntax highlight etc.
6817         After 5.17:
6818         (cperl-find-sub-attrs): Would not always manage to print error message.
6819         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
6821         After 5.18:
6822         (cperl-find-pods-heres): Misprint in REx for parsing REx.
6823                 Very minor optimization.
6824                 `my-cperl-REx-modifiers-face' got quoted.
6825                 Recognize "print $foo <<END" as HERE-doc.
6826                 Put `REx-interpolated' text attribute if needed.
6827         (cperl-invert-if-unless-modifiers): New function.
6828         (cperl-backward-to-start-of-expr): Likewise.
6829         (cperl-forward-to-end-of-expr): Likewise.
6830         (cperl-invert-if-unless): Works in "the opposite way" too.
6831                 Cursor position on return is on the switch-word.
6832                 Indents comments better.
6833         (REx-interpolated): New text attribute.
6834         (cperl-next-interpolated-REx): New function.
6835         (cperl-next-interpolated-REx-0): Likewise.
6836         (cperl-next-interpolated-REx-1): Likewise.
6837         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
6838         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
6839         (cperl-praise): Mention finded interpolated RExen.
6841         After 5.19:
6842         (cperl-init-faces): Highlight %$foo, @$foo too.
6843         (cperl-short-docs): Better docs for system, exec.
6844         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
6845                 Would not find HERE-doc ended by EOF without NL.
6846         (cperl-short-docs): Correct not-doubled \-escapes.
6847         start block: Put some `defvar' for stuff gone from XEmacs.
6849         After 5.20:
6850         initial comment: Extend copyright, fix email address.
6851         (cperl-indent-comment-at-column-0): New customization variable.
6852         (cperl-comment-indent): Indentation after $#a would increasy by 1.
6853         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
6854         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
6855         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
6856         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
6857                         highlight $ in $foo too (UNTESTED).
6858         (cperl-set-style): Docstring missed some available styles.
6859         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
6860                 Change "Current" to "Memorize Current".
6861         (cperl-indent-wrt-brace): New customization variable; the default is
6862                 as for pre-5.2 version.
6863         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
6864         (cperl-style-alist): Likewise.
6865         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
6866                 and `cperl-extra-newline-before-brace' etc
6867                 being t
6868         (cperl-indent-exp): Plans B and C to find continuation blocks even
6869                 if `cperl-extra-newline-before-brace' is t.
6871         After 5.21:
6872         Improve some docstrings concerning indentation.
6873         (cperl-indent-rules-alist): New variable.
6874         (cperl-sniff-for-indent): New function name
6875                 (separated from `cperl-calculate-indent').
6876         (cperl-calculate-indent): Separate the sniffer and the indenter;
6877                 uses `cperl-sniff-for-indent' now.
6878         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
6879                 was inverted;
6880                 Support `comment-column' = 0.
6882 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
6884         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
6885         * help-at-pt.el (scan-buf-move-to-region): Likewise.
6886         * longlines.el (longlines-window-change-function): Likewise.
6887         * simple.el (undo-ask-before-discard): Likewise.
6888         * wid-edit.el (widget-field-prompt-internal)
6889         (widget-documentation-link-p): Likewise.
6891 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6893         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
6894         for a keyword.
6896 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6898         * newcomment.el (comment-valid-prefix-p): Make the check
6899         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
6900         (comment-indent-new-line): Adjust call.
6902 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
6904         * allout.el (allout-back-to-current-heading): Base on lower-level
6905         routines to get proper disqualification of aberrant topics.
6907 2006-10-09  Richard Stallman  <rms@gnu.org>
6909         * textmodes/two-column.el (2C-two-columns): Doc fix.
6911 2006-10-09  Kim F. Storm  <storm@cua.dk>
6913         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
6914         about implicit use.
6916 2006-10-08  Richard Stallman  <rms@gnu.org>
6918         * textmodes/two-column.el (2C-two-columns): Doc fix.
6920 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6922         * files.el: Mark `buffer-read-only' as safe-local-variable.
6924 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
6926         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
6927         Burp if GUD buffer has been killed.
6929 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6931         * completion.el (add-completions-from-c-buffer):
6932         Don't presume an error's second element is a string.
6933         Use looking-at rather than buffer-substring + member.
6935 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
6937         * mail/rmail.el (rmail-redecode-body): If the old encoding is
6938         `undecided', call find-coding-systems-region to find a proper
6939         non-trivial encoding.
6940         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
6941         and "text/plain".
6943 2006-10-07  Kevin Ryde  <user42@zip.com.au>
6945         * textmodes/reftex-vars.el (defgroup reftex): Update home page
6946         url-link.
6948         * strokes.el (defgroup strokes): Remove invalid url-link.
6950 2006-10-07  Magnus Henoch  <mange@freemail.hu>
6952         * autoinsert.el (auto-insert-alist): Doc fix.
6954 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6956         * mouse-sel.el (mouse-insert-selection-internal):
6957         Use insert-for-yank, so that yank handlers are run.
6959 2006-10-07  Kim F. Storm  <storm@cua.dk>
6961         * ido.el (ido-file-extension-aux): Fix comparison.
6963 2006-10-06  Kim F. Storm  <storm@cua.dk>
6965         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
6967 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
6969         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
6970         (ad-make-mapped-call): Use `let', not `let*'.
6972 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
6974         * international/mule-cmds.el (coding-system-change-eol-conversion):
6975         Ensure the coding system is initialized before calling
6976         coding-system-eol-type.
6978 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
6980         * textmodes/org.el (org-rm-props, org-activate-plain-links)
6981         (org-activate-angle-links, org-activate-dates)
6982         (org-activate-target-links, org-activate-camels)
6983         (org-activate-tags): Add `rear-nonsticky' text property to avoid
6984         textproperty keymaps from being active beyond the end of a line.
6985         (org-unfontify-region): Also remove `rear-nonsticky' property.
6987 2006-10-04  Kenichi Handa  <handa@m17n.org>
6989         * international/code-pages.el (next): Table fixed.
6991 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6993         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
6994         that it's been made unnecessary by removing narrowing.
6996 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6998         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
6999         control flow a bit, simplify another bit, and add comments.
7001 2006-10-03  David Kastrup  <dak@gnu.org>
7003         * help.el (describe-mode): For clicks on mode-line, use "@"
7004         interactive argument to get the major mode of the click instead of
7005         the current buffer.
7007         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7008         in order to better redirect mouse-2 clicks.  Also allow default
7009         bindings to apply.
7011 2006-10-03  Kim F. Storm  <storm@cua.dk>
7013         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7014         (pushnew): Fix last change.
7016 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
7018         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7019         Use the interactive spec of `eval-expression'.
7021 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7023         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7025 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
7027         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7028         2006-09-28 commit.
7030 2006-10-02  Kenichi Handa  <handa@m17n.org>
7032         * international/code-pages.el (iso-8859-6): Table fixed.
7034 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
7036         * dired.el (dired-build-subdir-alist): Fix previous change.
7038 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7040         * simple.el (undo-elt-crosses-region): Fix the inequalities.
7042 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7044         * emacs-lisp/find-func.el (find-function-regexp): Don't match
7045         "define-button-type".
7047         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7048         they don't keep accumulating.
7050 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
7052         * ffap.el (ffap-rfc-path): Change the address of the RFC
7053         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7055 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
7057         * allout.el (allout-expose-topic): Rectify implementation of "+"
7058         spec, so that bodies are not exposed with headlines.
7060 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
7062         * allout.el (allout-current-depth): Do aberrent check only at or
7063         below doublecheck depth.
7064         (allout-chart-subtree): Make it explicit that LEVELS being nil
7065         means unlimited depth.  Drop undocumented support for LEVELS value
7066         t meaning unlimited depth.  (This is consistent with
7067         allout-chart-to-reveal, but contrary to allout-show-children,
7068         which needs to use nil to default to depth of 1.)
7069         (allout-goto-prefix-doublechecked): Wrap long docstring line.
7070         (allout-chart-to-reveal): Be explicit in docstring about meaning
7071         of nil LEVELS, and drop support for LEVELS value t.
7072         (allout-show-children): Translate the level spec used by this
7073         routine to that used by allout-chart-subtree and
7074         allout-chart-to-reveal.
7075         (allout-show-to-offshoot): Retry once when stuck, after opening
7076         subtree - improvements in discontinuity handling likely will
7077         enable progress.
7079 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
7081         * wid-edit.el (widget-button-click-moves-point): New variable.
7082         (widget-button-click): If widget-button-click-moves-point is
7083         non-nil, set point after performing the button action.
7085         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
7087 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
7089         * files.el (find-file-existing): Modify to not allow wildcards.
7091 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7093         * simple.el (undo-more): When undo information for the region is
7094         exhausted, say "No further undo information FOR REGION".
7096 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7098         * progmodes/sh-script.el (sh-prev-thing):
7099         Take `sh-leading-keywords' into account.
7101 2006-09-29  Glenn Morris  <rgm@gnu.org>
7103         * custom.el (defcustom): Doc fix.
7105         * calendar/calendar.el (european-calendar-style):
7106         Call european-calendar or american-calendar as needed when set.
7107         (diary-view-entries, list-calendar-holidays): Move autoloads
7108         before use.
7110 2006-09-29  Juri Linkov  <juri@jurta.org>
7112         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
7113         to nil if there is no previous property change.
7115 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7117         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
7118         saving anything to be sure that `forward-sexp' behaves correctly.
7120 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
7122         * simple.el (line-move-finish): Ignore field boundaries if the
7123         initial and final points have the same `field' property.
7125 2006-09-29  Kim F. Storm  <storm@cua.dk>
7127         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
7128         to t while calling ido-read-internal.
7130 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
7132         * textmodes/org.el (org-file-remote-p): Get regexp from list.
7133         (org-archive-subtree): Remove erraneous `]' from character list.
7135 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
7137         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
7138         (ses-reconstruct-all): Make undo of "insert row" work by keeping
7139         markers for data-area and parameters-area.
7141 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7143         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
7145         * font-lock.el (font-lock-after-change-function): Refontify next line
7146         as well if end is at BOL.
7147         (font-lock-extend-jit-lock-region-after-change): Be more careful to
7148         only extend the region as much as needed.
7150 2006-09-28  Richard Stallman  <rms@gnu.org>
7152         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
7154         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
7156         * international/mule.el (after-insert-file-set-coding):
7157         If VISIT, don't let set-buffer-multibyte make undo info.
7159 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
7161         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
7162         lines in base64-encoded authentication response.
7164 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7166         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
7167         (ebnf-version): New version 4.3.
7168         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
7169         (ebnf-prologue): Adjust PostScript programming.
7170         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
7171         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
7173 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7175         * jit-lock.el (jit-lock-force-redisplay): Rename from
7176         jit-lock-fontify-again, and undo the mistaken change I've just done.
7178         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
7179         (jit-lock-fontify-again): Don't refontify text that's not displayed.
7181 2006-09-26  Kenichi Handa  <handa@m17n.org>
7183         * startup.el (display-splash-screen): Allow a prefix argument.
7185 2006-09-25  Jason Rumney  <jasonr@gnu.org>
7187         * subr.el (shell-quote-argument): Use DOS logic for Windows
7188         shells with DOS semantics.
7190 2006-09-24  Richard Stallman  <rms@gnu.org>
7192         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
7193         (compilation-goto-locus): Use compilation-goto-locus-delete-o
7194         to delete the overlay.  Put it on pre-command-hook.
7196         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
7198         * startup.el (fancy-splash-screens, normal-splash-screen):
7199         Call the splash buffer *About GNU Emacs*.
7201         * simple.el (next-error-highlight, next-error-highlight-no-select):
7202         Default to 0.5.
7203         (yank-excluded-properties): Add `fontified'.
7205         * font-lock.el (font-lock-compile-keywords): Allow value of
7206         syntax-begin-function to enable paren-column-0 highlighting.
7208 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
7210         * dired.el (dired-build-subdir-alist): When file ends in colon,
7211         don't exit the loop, just disregard that file.
7213 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
7215         * simple.el (line-move-finish): Handle corner case for fields in
7216         continued lines.
7217         (line-move-1): Remove flawed test for that case.
7219 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
7221         * icomplete.el (icomplete-simple-completing-p): Use the correct
7222         name for the new variable, `icomplete-with-completion-tables'.
7223         (file local variables): Remove superfluous setting.
7225 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
7227         * calendar/appt.el (appt-check): Fix typo for appointments just
7228         after midnight.
7230 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
7232         * help.el (describe-key-briefly, describe-key): Don't expect an
7233         extra up event if a down-event is generated by a popup menu.
7235 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
7237         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
7238         local dictionary when changing the global dictionary.
7240 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
7242         * icomplete.el (icomplete-with-completion-tables): List of
7243         specialized completion tables with which icomplete should
7244         operate.  Include the new `internal-complete-buffer', so icomplete
7245         works with interactive buffer-selection.
7246         (icomplete-simple-completing-p): Add acceptance of specialized
7247         completion tables listed in icomplete-with-completion-tables.
7249 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7251         * frame.el (focus-follows-mouse): Set default to nil on Mac.
7253         * startup.el (command-line): Use `custom-reevaluate-setting' for
7254         `focus-follows-mouse'.
7256 2006-09-22  Richard Stallman  <rms@gnu.org>
7258         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
7259         explain why Save is not available.
7261 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
7263         * woman.el (woman0-so): Use `let*', not `let'.
7264         (woman-horizontal-line): Remove unbalanced parenthesis.
7266 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7268         * woman.el: Make sure all the end-of-region markers we use have
7269         a non-nil insertion-type.
7270         (woman0-so): Move things around so we can use copy-marker.
7271         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
7272         Adjust marker type.
7273         (woman2-process-escapes): Check marker type.
7274         (woman-horizontal-line): Dispense with the use of a marker.
7276 2006-09-22  Jay Belanger  <belanger@truman.edu>
7278         * calc/calc-lang.el: Add Greek letters to math-variable-table
7279         property of tex.
7281 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
7283         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
7285 2006-09-22  Masatake YAMATO  <jet@gyve.org>
7287         * add-log.el (add-log-current-defun): Use `forward-sexp'
7288         instead of `forward-word' to pick c++::symbol.
7289         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
7291 2006-09-22  Kenichi Handa  <handa@m17n.org>
7293         * bindings.el: Fix setting self-insert-command for multibyte
7294         characters in global-map.
7296 2006-09-21  David Kastrup  <dak@gnu.org>
7298         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
7299         doc string.
7301 2006-09-21  Kenichi Handa  <handa@m17n.org>
7303         * language/european.el ("Latin-1"): Add windows-1252 to
7304         coding-priority.
7305         ("German"): Likewise.
7307 2006-09-21  Kim F. Storm  <storm@cua.dk>
7309         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
7310         Suggested by Miles Bader.
7312         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
7313         instead of add-to-list in the simple case.
7315 2006-09-20  Kenichi Handa  <handa@m17n.org>
7317         * isearch.el (isearch-process-search-char): Cancel the previous change.
7318         (isearch-search-string): New function.
7319         (isearch-search): Use isearch-search-string.
7320         (isearch-lazy-highlight-search): Likewise.
7322 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7324         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
7325         string to become an option.
7327 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7329         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
7331 2006-09-20  Kim F. Storm  <storm@cua.dk>
7333         * simple.el (line-move-partial): Call pos-visible-in-window-p with
7334         position t instead of trying both window-end and window-end - 1.
7336 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
7338         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
7339         hidden trees.
7341 2006-09-20  David Kastrup  <dak@gnu.org>
7343         * mouse.el (mouse-posn-property): Improve doc string.
7344         (mouse-on-link-p): Change buffers for function calls on links.
7346         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
7347         buffer is read-only.
7349 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
7351         * allout.el (allout-unprotected): Let inhibit-read-only only when
7352         buffer-read-only isn't set.
7353         (allout-annotate-hidden): Enable topic annotation during copies even
7354         when the buffer is read-only, eg for topic copies.  Ensure that the loop
7355         advances, even when the span extends beyond the deletion region.
7356         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
7357         rather than allout-exposure-changed-hook, as a stronger assertion.
7358         (allout-keybindings-list): Add bindings for
7359         allout-copy-line-as-kill and allout-copy-topic-as-kill.
7360         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
7361         Copy wrappers for allout-kill-line and allout-kill-topic.
7362         (allout-listify-exposed): Position correctly to accumulate lines.
7364 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
7366         * simple.el (line-move-1): Escape field boundaries occurring
7367         exactly at point.  Update goal column if constrained to a field.
7368         (line-move-finish): Escape field boundaries occurring exactly at point.
7370 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7372         * mouse.el (mouse-on-link-p): Tentatively fix last change.
7373         (mouse-drag-vertical-line): Remove unused var `wconfig'.
7375 2006-09-19  Kim F. Storm  <storm@cua.dk>
7377         * help.el (describe-key-briefly, describe-key): Simplify printing
7378         of descriptions by using format and %S.  Fix "is undefined"
7379         messages to say "at that spot" for mouse events.
7381         * simple.el (line-move-partial): Optimize.  Try window-line-height
7382         before posn-at-point to get vpos of current line.
7384 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
7386         * viper.el: Bump up version/date of update to reflect the substantial
7387         changes done in August 2006.
7389         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
7390         are defined.
7392         * ediff-util.el (ediff-add-to-history): New function.
7394         * ediff.el: Use ediff-add-to-history instead of add-to-history.
7396 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7398         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
7399         Delete duplicate make-local-variable form.
7400         (conf-space-keywords): Add autoload cookie.
7401         Fix typo (`keywords', not `keyword').
7403 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7405         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
7406         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
7407         to x-gtk-use-old-file-dialog.
7409 2006-09-18  Richard Stallman  <rms@gnu.org>
7411         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
7412         that might come in during mouse tracking.
7414 2006-09-18  Kim F. Storm  <storm@cua.dk>
7416         * simple.el (line-move-partial): Rework 2006-09-15 change to use
7417         new window-line-height function.  Further optimize by not calling
7418         pos-visible-in-window-p for window-end when window-line-height
7419         returns useful information.
7421 2006-09-16  Richard Stallman  <rms@gnu.org>
7423         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
7424         (conf-space-mode): Don't handle prefix arg.
7425         Delete conf-space-keywords-override code.
7426         Use add-hook.
7427         (conf-space-keywords): New command.
7428         (conf-space-mode-internal): Be careful with imenu-generic-expression.
7429         Delete conf-space-keywords-override code.
7430         (conf-space-keywords-alist): Doc fix.
7431         (conf-space-font-lock-keywords): Doc fix.
7432         (conf-space-keywords-override): Var deleted.
7434 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
7436         * startup.el (fancy-splash-screens): Don't switch to the scratch
7437         buffer; it may not be the next buffer.
7439 2006-09-16  Romain Francoise  <romain@orebokech.com>
7441         * saveplace.el (load-save-place-alist-from-file): Use expanded name
7442         in both messages.
7444 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
7446         * progmodes/python.el (python-preoutput-filter):
7447         Fix arg order to string-match.
7449 2006-09-16  Richard Stallman  <rms@gnu.org>
7451         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
7452         font-lock-compile-keywords.
7454         * font-lock.el (font-lock-compile-keywords): Rename optional arg
7455         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
7457 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7459         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
7461         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
7462         and the data doesn't look like UTF8, send STRING instead.
7464 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
7466         * textmodes/flyspell.el (flyspell-check-region-doublons):
7467         New function to detect duplicated words.
7468         (flyspell-large-region): Use it.
7470 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
7472         * simple.el (line-move-to-column): Revert 2006-08-03 change.
7474 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
7476         * help.el (describe-prefix-bindings): Use let, not let*.
7478 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
7480         * allout.el (allout-regexp, allout-line-boundary-regexp)
7481         (allout-bob-regexp): Correct grouping and boundaries to fix
7482         backwards traversal.
7483         (allout-depth-specific-regexp, allout-depth-one-regexp):
7484         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
7485         worse time in allout-ascend.
7486         (allout-doublecheck-at-and-shallower): Identify depth threshold
7487         below which topics are checked for and disqualified by containment
7488         discontinuities.
7489         (allout-hotspot-key-handler): Correctly handle multiple-key
7490         strokes.  Remove some unused variables.
7491         (allout-mode-leaders): Clarify that mode-specific comment-start
7492         will be used.
7493         (set-allout-regexp): Correctly regexp-quote allout regexps to
7494         properly accept alternative header-leads and primary bullets with
7495         regexp-specific characters (eg, C "/*", mathematica "(*").
7496         Include new regular expressions among those configured.
7497         (allout-infer-header-lead-and-primary-bullet):
7498         Rename allout-infer-header-lead.
7499         (allout-recent-depth): Manifest as a variable as well as a function.
7500         (allout-prefix-data): Simplify into an inline instead of a macro,
7501         assuming current match data rather than being explicitly passed
7502         it.  Establish allout-recent-depth value as well as
7503         allout-recent-prefix-beginning and allout-recent-prefix-end.
7504         (allout-aberrant-container-p): True when an item's immediate
7505         offspring discontinuously contained.  Useful for disqualifying
7506         unintended topic prefixes, likely at low depths.
7507         (allout-goto-prefix-doublechecked): Elaborate version of
7508         allout-goto-prefix which disqualifies aberrant pseudo-items.
7509         (allout-pre-next-prefix): Layer on top of lower-level routines, to
7510         get disqualification of aberrant containers.
7511         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
7512         containers.
7513         (allout-beginning-of-current-entry): Position at start of buffer
7514         when in container (depth 0) entry.
7515         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
7516         (allout-current-bullet): Strip text properties.
7517         (allout-get-prefix-bullet): Use right match groups.
7518         (allout-beginning-of-line, allout-next-heading):
7519         Disqualify aberrant containers.
7520         (allout-previous-heading): Disqualify aberrant containers, and
7521         change to regular (rather than inline) function, to allow
7522         self-recursion.
7523         (allout-get-invisibility-overlay): Increment so progress is made
7524         when the first overlay is not the sought one.
7525         (allout-end-of-prefix): Disqualify aberrant containers.
7526         (allout-end-of-line): Cycle something like allout-beginning-of-line.
7527         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
7528         outline.el outlines) functional again.  Change the primary bullet
7529         along with the header-lead - level 1 new-style bullets now work.
7530         Engage allout-before-change-handler in mainline Emacs, not just
7531         XEmacs, to do undo handling.
7532         (allout-before-change-handler): Expose undo changes occurring in
7533         hidden regions.  Use allout-get-invisibility-overlay instead of
7534         reimplementing it inline.
7535         (allout-chart-subtree): Use start rather than end of prefix in
7536         charts.  Use allout-recent-depth variable.
7537         (allout-chart-siblings): Disqualify aberrant topics.
7538         (allout-beginning-of-current-entry): Position correctly.
7539         (allout-ascend): Use new allout-depth-specific-regexp and
7540         allout-depth-one-regexp for linear instead of O(N^2) or worse
7541         behavior.
7542         (allout-ascend-to-depth): Depend on allout-ascend, rather than
7543         reimplementing an algorithm.
7544         (allout-up-current-level): Depend on allout-ascend, rather than
7545         reimplementing an algorithm.  Return to start-point if we fail.
7546         (allout-descend-to-depth): Use allout-recent-depth variable
7547         instead of function.
7548         (allout-next-sibling): On traversal of numerous intervening
7549         topics, resort to economical allout-next-sibling-leap.
7550         (allout-next-sibling-leap): Specialized version of
7551         allout-next-sibling that uses allout-ascend cleverly, to depend on
7552         a regexp search to leap large numbers of contained topics, rather
7553         than arbitrarily many one-by-one traversals.
7554         (allout-next-visible-heading): Disqualify aberrant topics.
7555         (allout-previous-visible-heading): Position consistently when
7556         interactive.
7557         (allout-forward-current-level): Base on allout-previous-sibling
7558         rather than (differently) reimplmenting the algorithm.  Remove some
7559         unused variables.
7560         (allout-solicit-alternate-bullet): Present default choice stripped
7561         of text properties.
7562         (allout-rebullet-heading): Use bullet stripped of text properties.
7563         Register changes using allout-exposure-change-hook.
7564         Disregard aberrant topics.
7565         (allout-shift-in): With universal-argument, make topic a peer of
7566         it's former offspring.  Simplify the code by separating out
7567         allout-shift-out functionality.
7568         (allout-shift-out): With universal-argument, make offspring peers
7569         of their former container, and its siblings.  Implement the
7570         functionality here, rather than inappropriately muddling the
7571         implementation of allout-shift-in.
7572         (allout-rebullet-topic): Respect additional argument for new
7573         parent-child separation function.
7574         (allout-yank-processing): Use allout-ascend directly.
7575         (allout-show-entry): Disqualify aberrant topics.
7576         (allout-show-children): Handle discontinuous children gracefully,
7577         extending the depth being revealed to expose them and posting a
7578         message indicating the situation.
7579         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
7580         Leave cursor in correct position.
7581         (allout-hide-current-subtree): Use allout-ascend directly.
7582         Disqualify aberrant topics.
7583         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
7584         a way that the yanks can restore it, as used to happen.
7585         (allout-yank-processing): Restore exposure layout as recorded by
7586         allout-kill-*, as used to happen.
7587         (allout-annotate-hidden, allout-hide-by-annotation): New routines
7588         for preseving and restoring exposure layout across kills.
7589         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
7590         (allout-encrypt-string): Strip text properties.
7591         Rearranged order and outline-headings for some of the
7592         miscellaneous functions.
7593         (allout-resolve-xref): No need to quote the error name in the
7594         condition-case handler section.
7595         (allout-flatten): Classic recursive (and recursively intensive,
7596         without tail-recursion) list-flattener, needed by allout-shift-out
7597         when confronted with discontinuous children.
7599 2006-09-16  Jason Rumney  <jasonr@gnu.org>
7601         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
7602         on ms-windows.
7603         (dnd-open-unc-file): Remove.
7604         (dnd-open-local-file): Mention in doc string that it also handles
7605         remote files if the system natively supports unc file-names.
7607 2006-09-15  Kim F. Storm  <storm@cua.dk>
7609         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
7610         all necessary information about the event before erasing *Help*.
7612         * simple.el (line-move-partial): Use window-line-visiblity to
7613         quickly check whether last line is partially visible, and only do
7614         the hard (and slow) part in that case.
7616 2006-09-15  Jay Belanger  <belanger@truman.edu>
7618         * COPYING: Replace "Library Public License" by "Lesser Public
7619         License" throughout.
7621 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7623         * term/x-win.el (x-menu-bar-open): New function for F10.
7625 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
7627         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7628         Disallow filenames containing " -" to avoid confusion with libtool
7629         compilation messages.  Suggested by Stefan Monnier.
7631 2006-09-15  David Kastrup  <dak@gnu.org>
7633         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
7634         instead of buffer position for `mouse-on-link-p'.
7636         * mouse.el (mouse-posn-property): New function looking up the
7637         properties at a click position in overlays and text properties in
7638         either buffer or strings.
7639         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
7640         of both `follow-link' as well as `mouse-face' properties.
7641         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
7642         buffer position.
7644         * help.el (describe-key-briefly): When reading a down-event on
7645         mode lines or scroll bar, swallow the following up event, too.
7646         Use the new mouse sensitity of `key-binding' for lookup.
7647         (describe-key): The same here.
7649 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
7651         * play/life.el (life-patterns): Add a few more interesting patterns.
7652         (life-setup): Force `show-trailing-whitespace' to nil.
7654 2006-09-14  Richard Stallman  <rms@gnu.org>
7656         * startup.el (fancy-splash-text): Change text to improve alignment.
7657         (fancy-splash-screens): Don't set non-standard tab width.
7658         Bind cursor-type temporarily, and make it easy to patch to
7659         preserve the splash buffer.
7660         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
7661         (fancy-splash-screens): Display echo-area message explicitly.
7662         Don't set fancy-splash-help-echo.
7664         * simple.el (line-number-mode): Group mode-line instead of
7665         editing-basics.
7666         (column-number-mode, size-indication-mode): Likewise.
7668         * faces.el (mode-line-faces): Group mode-line instead of modeline.
7670         * time.el (display-time): Group mode-line instead of modeline.
7672         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
7674 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
7676         * startup.el (fancy-splash-text): Move editing instructions to
7677         fancy-splash-head.
7678         (fancy-splash-head): Issue editing instructions.
7679         (fancy-splash-screens): Fixup whitespace.
7681 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7683         * bindings.el (mode-line-buffer-identification-keymap):
7684         Remove duplicate line.
7686 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7688         * ido.el (ido-ignore-item-p): Allow any kind of functions in
7689         ignore lists.
7691 2006-09-14  Kim F. Storm  <storm@cua.dk>
7693         * jit-lock.el (jit-lock-fontify-again): New function.
7694         (jit-lock-fontify-now): Use it instead of lambda form.
7696 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
7698         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
7699         (flyspell-auto-correct-word): Make ispell-filter local to these
7700         functions.  Check that ispell-filter has new stuff before calling
7701         ispell-parse-output.
7703 2006-09-13  Kim F. Storm  <storm@cua.dk>
7705         * simple.el (line-move-partial): Optimize.
7707 2006-09-13  Richard Stallman  <rms@gnu.org>
7709         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
7710         Delete spurious backquote.
7712 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
7714         * net/rcirc.el (rcirc-print): Fix last change.
7716 2006-09-12  Jay Belanger  <belanger@truman.edu>
7718         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
7720 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
7722         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
7723         rcirc-show-maximum-output.
7724         (rcirc-mode): Remove window-scroll-function hook.
7725         (rcirc-scroll-to-bottom): Remove function.
7726         (rcirc-print): Recenter so point stays at the bottom of the window
7727         if point was already there.
7729 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
7731         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
7732         not to "t".
7733         * progmodes/compile.el (compilation-start): Likewise.
7734         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7735         Don't use expand-file-name on invocation-directory, since this
7736         might mishandle special characters in invocation-directory.
7738 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7740         * pcvs-defs.el: Remove * in defcustom's docstrings.
7742 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
7744         * progmodes/compile.el (compilation-directory-properties):
7745         Doc fix for help-echo.
7747 2006-09-12  Lars Hansen  <larsh@soem.dk>
7749         * desktop.el (desktop-read): Add comment.
7751 2006-09-12  Kim F. Storm  <storm@cua.dk>
7753         * simple.el (next-error-highlight, next-error-highlight-no-select):
7754         Fix spelling error.
7756         * subr.el (sit-for): Rework to use input-pending-p and cond.
7757         Return nil input is pending on entry also for SECONDS <= 0.
7758         (while-no-input): Use input-pending-p instead of sit-for.
7760 2006-09-11  Richard Stallman  <rms@gnu.org>
7762         * simple.el (next-error-highlight, next-error-highlight-no-select):
7763         Fix custom type and doc strings.
7765 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7767         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
7768         (diff-apply-hunk): Use it to ask for confirmation.
7770 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
7772         * emacs-lisp/cl.el (pushnew): Add missing `,'.
7774 2006-09-11  David Kastrup  <dak@gnu.org>
7776         * help.el (string-key-binding, describe-key-briefly)
7777         (describe-key): Remove `string-key-binding' and its callers since
7778         `key-binding' already caters for the proper lookup now.
7780 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7782         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
7783         (cfengine-mode): Use it.  Fix \ syntax to be like /.
7785         * bindings.el (mode-line-buffer-identification-keymap):
7786         Move initialization into declaration.
7788 2006-09-10  Kim F. Storm  <storm@cua.dk>
7790         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
7791         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
7792         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
7793         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
7795 2006-09-10  Richard Stallman  <rms@gnu.org>
7797         * dired-aux.el: Handle errors in recursive copy usefully.
7798         (dired-create-files-failures): New variable.
7799         (dired-copy-file): Remove condition-case.
7800         (dired-copy-file-recursive): Check for errors on all file
7801         operations, and add them to dired-create-files-failures.
7802         Check file file-date-erorr here too.
7803         (dired-create-files): Check dired-create-files-failures
7804         and report those errors too.
7806         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
7808         * subr.el (add-to-list): New argument COMPARE-FN.
7810 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7812         * filecache.el (file-cache-add-directory)
7813         (file-cache-add-directory-list, file-cache-add-file)
7814         (file-cache-add-directory-using-find)
7815         (file-cache-add-directory-using-locate)
7816         (file-cache-add-directory-recursively): Add autoloads.
7818 2006-09-09  Richard Stallman  <rms@gnu.org>
7820         * textmodes/conf-mode.el (conf-space-mode):
7821         Use hack-local-variables-hook instead of calling hack-local-variables.
7822         (conf-space-keywords-override): New variable.
7823         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
7824         (conf-space-mode): Always make conf-space-keywords and
7825         conf-space-keywords-override local.
7826         Call conf-space-mode-internal directly as well as via hook.
7828 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
7830         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
7831         quasi-keywords.
7833 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7835         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
7836         (python-send-string): Be slightly more careful about adding \n.
7838         * startup.el (normal-splash-screen): Don't display the buffer if we'll
7839         kill it right away anyway.
7841 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
7843         * international/codepage.el (cp850-decode-table): Fix a few codes.
7844         (cp858-decode-table): New variable.
7846 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
7848         * net/ldap.el (ldap-search-internal): Doc fix.
7850 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7852         * play/life.el (life-display-generation): Test for input manually if
7853         `sleeptime' is negative or null.
7855         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
7856         (print-region-1): Substitute `%s' with the page title.
7858 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
7860         * locate.el (locate-current-search): New variable.
7861         (locate): Set buffer local value.  Use current buffer if it is
7862         in Locate mode.
7863         (locate-mode): Disable undo here.
7864         (locate-do-setup): Use locate-current-filter from buffer to be killed.
7865         (locate-update): Use locate-current-search and locate-current-filter.
7867 2006-09-08  David Kastrup  <dak@gnu.org>
7869         * desktop.el (desktop-read): When loading a desktop, disable
7870         saving it while the load progresses, and switch off a pending lazy
7871         load by calling `desktop-lazy-abort'.
7873 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
7875         * window.el (mouse-autoselect-window-timer)
7876         (mouse-autoselect-window-position)
7877         (mouse-autoselect-window-window)
7878         (mouse-autoselect-window-now): New vars.
7879         (mouse-autoselect-window-cancel)
7880         (mouse-autoselect-window-select)
7881         (mouse-autoselect-window-start): New functions.
7882         (handle-select-window): Call `mouse-autoselect-window-start' when
7883         delayed window autoselection is enabled.
7885         * cus-start.el (mouse-autoselect-window): Handle delayed window
7886         autoselection.
7888         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
7889         commands after which it is allowed to print in the echo area.
7891 2006-09-08  Richard Stallman  <rms@gnu.org>
7893         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
7895         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
7896         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
7898         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
7899         (cancel-timer-internal): Add doc string.
7900         (cancel-function-timers): Doc fix.
7901         (with-timeout-handler, timer-event-last*): Add doc strings.
7903         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
7905         * files.el (risky-local-variable-p): Match ...-bindat-spec.
7907         * dired.el (dired-log-summary): Add doc string.
7909         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
7910         (custom-group-menu-create): Not here.
7912 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
7914         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
7916 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7918         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
7919         (mac-apple-event-map): Define its handler.
7921 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
7923         * net/ldap.el (ldap-search-internal): Handle `auth' key.
7925 2006-09-07  Magnus Henoch  <mange@freemail.hu>
7927         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
7928         clause.
7930 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7932         * info.el (Info-index): Bind completion-ignore-case.
7934 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7936         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
7937         previous commit.
7938         (inferior-prolog-guess-flavor): New fun left out of previous commit.
7939         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
7940         burp in dedicated windows.
7941         (inferior-prolog-self-insert-command): New command.
7942         (inferior-prolog-mode-map): Use it.
7944 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7946         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
7948         * international/code-pages.el: Add cp858.
7950 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7952         * dnd.el: Fix bootstrapping.
7954 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7956         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
7957         (dnd-open-remote-url): New function.
7958         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
7959         not windows-nt.
7961 2006-09-07  Jason Rumney  <jasonr@gnu.org>
7963         * dnd.el (dnd-open-remote-file-function): New variable.
7964         (dnd-open-unc-file): New function.
7965         (dnd-open-file): Call dnd-open-remote-file-function if set.
7967 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7969         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
7970         pgg-passphrase-coding-system rather than locale-coding-system.
7971         * pgg-def.el (pgg-passphrase-coding-system): New user option.
7973 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7975         * progmodes/prolog.el: Remove * in docstrings.
7976         (prolog-program-name): Add SWI prolog.
7977         (prolog-mode-menu): New menu.
7978         (prolog-mode): Set comment-add.
7979         (prolog-indent-line): Simplify.  Use indent-line-to.
7980         (inferior-prolog-buffer): New var.
7981         (inferior-prolog-run, inferior-prolog-process): New funs.
7982         (run-prolog, switch-to-prolog): Rewrite, using them.
7983         (prolog-consult-region): Use inferior-prolog-buffer.
7984         (inferior-prolog-load-file): New function.
7985         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
7987         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
7988         last word, if it's not the end of the paragraph.
7990         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
7991         file name.
7993 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
7995         * frame.el (display-mm-dimensions-alist): New defcustom.
7996         (display-mm-height, display-mm-width): Use it.
7998 2006-09-06  Simon Josefsson  <jas@extundo.com>
8000         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8002 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
8004         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8005         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8006         string values.
8008 2006-09-06  Kim F. Storm  <storm@cua.dk>
8010         * simple.el (line-move-partial): New function to do vscrolling for
8011         partially visible images / tall lines.  Rewrite based on code
8012         previously in line-move.  Simplify backwards vscrolling.
8013         (line-move): Use it.  Simplify.
8015 2006-09-05  Kim F. Storm  <storm@cua.dk>
8017         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8019 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
8021         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8022         Process the `gcc-include' after the `gnu' rule.
8024 2006-09-05  Kim F. Storm  <storm@cua.dk>
8026         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8028 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8030         * pgg.el (pgg-clear-string): Alias to clear-string for backward
8031         compatibility.
8033         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8034         inhibit-redisplay; encode passphrase with locale-coding-system.
8036 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8038         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8040 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
8042         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8043         (gdb-var-list-children-regexp): Make type field optional.
8045         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8046         e.g public, protected in C++.
8048 2006-09-04  John Paul Wallington  <jpw@pobox.com>
8050         * simple.el (completion-show-help): New defcustom.
8051         (completion-setup-function): Heed it.
8053 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8055         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8057 2006-09-04  Richard Stallman  <rms@gnu.org>
8059         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8060         (rsf-min-region-to-spam-list): Doc fix.
8061         (rsf-add-content-type-field): Doc fix.
8063         * simple.el (kill-region): Explicitly test there is a region.
8065 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8067         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8068         sendmail in several common directories.
8070         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
8072         * paths.el (sendmail-program): Removed.
8074 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
8076         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
8077         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
8078         http://article.gmane.org/gmane.emacs.gnus.general/50457
8080 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
8082         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
8083         mark after running the menu filter.
8085 2006-09-03  Juri Linkov  <juri@jurta.org>
8087         * international/quail.el (quail-defrule-internal): Add a check
8088         if a key is a vector.
8090 2006-09-02  Juri Linkov  <juri@jurta.org>
8092         * man.el (Man-topic-history): New variable.
8093         (man): Use it.
8095         * woman.el (woman-topic-history): Change defvar to defvaralias
8096         for symbol `Man-topic-history'.
8098         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8099         `comint-last-output-start' is a marker by using `markerp' and
8100         check if it has a position by using `marker-position', and use
8101         this position for `goto-char'.
8103         * international/quail.el (quail-defrule-internal): Add missing
8104         `error' call for null key.
8106 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
8108         * rcirc.el (rcirc-keywords): New variable.
8109         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
8110         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
8111         variables.
8112         (rcirc-responses-no-activity): New function.
8113         (rcirc-handler-generic): Check for responses in above.
8114         (rcirc-process-command): Add ?: character to arguments of raw
8115         server commands.
8116         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
8117         `rcirc-dim-nicks'.
8118         (rcirc-gray-toggle): Remove unused variable.
8119         (rcirc-print): Remove some tracking logic, which is moved into
8120         markup functions.
8121         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
8122         types.
8123         (rcirc-activity-string): Look for 'keyword in activity-types.
8124         (rcirc-window-configuration-change): Don't erase overlay-arrow
8125         unnecessarily.
8126         (rcirc-add-or-remove): New function.
8127         (rcirc-cmd-ignore): Use it.
8128         (rcirc-message-leader): Remove unused function.
8129         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
8130         (rcirc-add-face): New function.
8131         (rcirc-facify): Use rcirc-add-face.
8132         (rcirc-url-regexp): Add parens.
8133         (rcirc-map-regexp): Remove function.
8134         (rcirc-mangle-regexp): Remove function.
8135         (rcirc-markup-text-functions): New variable.
8136         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
8137         (rcirc-markup-body-text, rcirc-markup-attributes)
8138         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
8139         (rcirc-markup-bright-nicks): New markup handler functions.
8140         (rcirc-nick-in-message-full-line): New face.
8141         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
8142         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
8144 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
8146         * cus-start.el (hscroll-margin, hscroll-step)
8147         (mode-line-in-non-selected-windows, mouse-autoselect-window)
8148         (x-use-underline-position-properties): Change version to "22.1"
8149         since they will appear there for the first time.
8151 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
8153         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
8155 2006-08-31  Richard Stallman  <rms@gnu.org>
8157         * cus-edit.el (custom-save-variables): Slight cleanup.
8158         (Custom-no-edit): Renamed from custom-no-edit.
8159         (Custom-newline): Renamed from custom-newline.
8160         (custom-mode-map): Use new names.
8162         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
8163         about customization, rather than M-x customize, in the doc string
8164         made for the defcustom.
8166         * emacs-lisp/trace.el (trace-function-background): Doc fix.
8168 2006-08-31  Romain Francoise  <romain@orebokech.com>
8170         * dired-x.el (dired-guess-shell-alist-default): Update.
8172 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
8174         * custom.el (custom-theme-set-variables): Autoload packages before
8175         sorting the variables.
8177 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
8179         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
8180         chars if XEmacs.
8181         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
8183 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8185         * progmodes/python.el (python-eldoc-function): Re-enable quit while
8186         waiting for process.
8188 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8190         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
8191         results in ASCII-only string, encode original one directly.
8193 2006-08-29  Romain Francoise  <romain@orebokech.com>
8195         * startup.el (normal-splash-screen, fancy-splash-screens):
8196         Make buffer read-only and arrange to enter view mode if necessary.
8198 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
8200         * hl-line.el (hl-line): New face.
8201         (hl-line-face): Use it.
8203         * image-mode.el (image-mode): Fix last fix.
8204         Suggested by Kim F. Storm.
8206 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
8208         Sync with Tramp 2.0.54.
8210         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
8211         of `=', because `tramp-get-remote-gid' might not always return an
8212         integer when expected.
8213         (tramp-register-file-name-handlers): `partial-completion-mode' is
8214         unknown to XEmacs.
8215         (tramp-time-diff): Don't use `floor', it might fail for large
8216         differences.
8217         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
8218         `tramp-auto-save-directory' if unset in order to guarantee unique
8219         auto-save file names.
8221 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
8223         * image-mode.el (image-mode): Display image as text on a terminal.
8225 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8227         * progmodes/python.el (python-send-command): Simplify.
8228         (run-python): Don't generate a new buffer unless `new' was specified.
8229         Make sure we send `import emacs' to the proper process.
8231         * progmodes/python.el (python-send-command): Don't wait for the command
8232         to terminate.  Don't fiddle with compilation-parsing-end.
8234 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
8236         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8237         Insert commentary after first line summary.
8239         * woman.el (woman-follow): New function, based on `man-follow'.
8240         (woman-mode-map): Use it.
8242         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
8243         since ibuffer-do-sort-by-recency does not define a sorter.
8245 2006-08-28  Kim F. Storm  <storm@cua.dk>
8247         * find-dired.el (find-dired): Use shell-quote-argument to properly
8248         escape ( and ) args.  Also use it on {} and ; args in default
8249         value of find-ls-option string.
8250         (find-grep-dired): Use shell-quote-argument on {} and ; args.
8252 2006-08-27  Michael Olson  <mwolson@gnu.org>
8254         * emacs-lisp/tq.el: Small grammar fix in comments.
8255         (tq-enqueue): Check for existence of queue rather than the
8256         head queue item's question, which was a no-op.
8257         (tq-filter, tq-process-buffer): Make sure the process buffer
8258         exists before making it the current buffer.
8260 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8262         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
8263         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
8264         (special-event-map): Apply 2006-08-16 change for x-win.el.
8266 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8268         * progmodes/python.el (python-send-receive): Wait in the
8269         process's buffer so as to check the right buffer-local variables.
8271 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8273         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
8274         (defgroup checkdoc): Move to beginning.
8276         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
8277         (python-preoutput-continuation): Remove.
8278         (python-preoutput-filter): Simplify correspondingly.
8279         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
8280         Loop around to catch embedded _emacs_out output.
8281         (run-python): Send the import&print command on a single line.
8282         (python-send-command): Send command&print on a single line.
8283         (python-send-string): Only add double \n if needed.
8284         (python-send-receive): Loop until the result comes.
8285         (python-mode-running): Defvar it.
8286         (python-setup-brm): Remove unused var `menu'.
8287         Only bind py-mode-map and `features' around brm-init.
8288         (python-calculate-indentation): Remove unused var `point'.
8289         (python-beginning-of-defun): Remove unused var `def-line'.
8291 2006-08-25  Richard Stallman  <rms@gnu.org>
8293         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
8295 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
8297         * viper.el (viper-set-hooks): Use frame bindings for
8298         viper-vi-state-cursor-color.
8299         (viper-non-hook-settings): Don't set default
8300         mode-line-buffer-identification.
8302         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
8303         (viper-set-cursor-color-according-to-state)
8304         (viper-get-saved-cursor-color-in-replace-mode)
8305         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
8306         viper-emacs-state-cursor-color.
8308         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
8309         (viper-undo): Use point if undo-beg-posn is nil.
8310         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
8311         (viper-after-change-undo-hook): Don't use
8312         viper-emacs-state-cursor-color by default.
8313         (viper-undo): More sensible positioning after undo.
8315         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
8316         (viper-emacs-state-cursor-color): Default to nil, since this feature
8317         doesn't work well yet.
8319         * ediff-mult.el (ediff-intersect-directories)
8320         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
8321         always expand filenames.
8323 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8325         * tumme.el: Remove * in defcustoms's docstrings.
8327 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
8329         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
8330         Accept internal time format for SECS arg.
8331         (timer-relative-time): Doc fix.
8333         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
8334         adapted from Martin Rudalics.
8335         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
8336         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
8337         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
8338         using sit-for.
8340 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
8342         * cus-start.el (all): Add `overline-margin' and
8343         `x-underline-at-descent-line'.
8345 2006-08-24  Kim F. Storm  <storm@cua.dk>
8347         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
8348         to mean "use find -exec"; nil now unambiguously means auto-detect.
8349         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
8350         Use shell-quote-argument to build grep-find-command and
8351         grep-find-template.
8352         (rgrep): Use shell-quote-argument to properly quote arguments to find.
8353         Reported by Tom Seddon.
8355 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
8357         * startup.el (fancy-splash-head): Give instructions for dismissing
8358         the splash screen for default startup too.
8359         (display-startup-echo-area-message, fancy-splash-screens)
8360         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
8361         all splash text at once and keep the splash buffer around.
8362         (command-line-1): Give display-startup-echo-area-message a t arg.
8364 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
8366         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
8367         gnus frame is selected.
8369 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
8371         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
8373 2006-08-22  Kim F. Storm  <storm@cua.dk>
8375         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
8376         Add suffix matching for subdirs.
8378 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
8380         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
8381         mouse-yank-at-point is non-nil.
8383 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
8385         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
8386         a bit wider and remove fringes to fit initial output on line.
8388 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8390         * frame.el (blink-cursor-end): Only ignore the error we care about.
8391         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
8393 2006-08-21  Richard Stallman  <rms@gnu.org>
8395         * whitespace.el (whitespace-cleanup): Doc fix.
8397 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
8399         * net/rcirc.el (rcirc-show-maximum-output): New var.
8400         (rcirc-buffer-process): If no buffer argument is supplied, use
8401         current-buffer.
8402         (rcirc-complete-nick): Complete to the last completed nick first.
8403         (rcirc-mode): Preserve the value of `rcirc-urls' across
8404         connections.  Setup scroll function.
8405         (rcirc-scroll-to-bottom): New function.
8406         (rcirc-print): Use nick syntax around regexp work.
8407         Notice dim-nicks speaking only if they say our nick.
8408         (rcirc-update-activity-string): Do not show the modeline indicator
8409         if there are no live rcirc processes.
8410         (rcirc-cmd-ignore): Ignore case.
8411         (rcirc-browse-url-at-point): Fix off-by-one error.
8413 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8415         * progmodes/python.el: Remove * in defcustom docstrings.
8416         (run-python, python-proc, python-try-complete): Use derived-mode-p.
8417         (python-mode): Set tab-width and indent-tabs-mode.
8419 2006-08-20  Dave Love  <fx@gnu.org>
8421         * progmodes/python.el: Update to Dave Love's latest version.
8422         (python-font-lock-keywords, python-mode): Don't use
8423         font-lock-syntax-table, but match symbol elements explicitly instead.
8424         (python-mode-map): Add help, and a few more key bindings.
8425         (python-skip-comments/blanks): Move out of comments as well.
8426         (python-continuation-line-p): Behave better with unbalanced parens.
8427         (python-blank-line-p): New fun.
8428         (python-open-block-statement-p): Don't use a heuristic.
8429         (python-outdent-p): Better handle blocks-in-the-same-line.
8430         (python-calculate-indentation): Misc improvements.
8431         (python-comment-indent): Remove.
8432         (python-block-pairs): New var.
8433         (python-first-word): New fun.
8434         (python-indentation-levels): Handle more common cases.
8435         (python-indent-line-1): Add `leave' argument.
8436         (python-indent-region): New fun.
8437         (python-skip-out): New fun.
8438         (python-beginning-of-statement, python-end-of-statement): Use it.
8439         (python-next-statement): Return correct count even at eob.
8440         (python-end-of-block): Fix paren-typo.
8441         (python-imenu-create-index): Add module variables.
8442         (run-python): Add `new' arg.
8443         Check we're at a prompt before returning.
8444         (python-send-command): Move to end of buffer.
8445         Wait for prompt to return.
8446         (python-set-proc): New fun.
8447         (python-imports): New var.
8448         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
8449         (python-eldoc-function): Try to move out of arg list.
8450         (python-outline-level): Offset by 1.
8451         (python-find-imports): New fun.
8452         (python-symbol-completions): Use python-imports.
8453         (python-module-path, ffap-alist): Add support for ffap.
8454         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
8455         (python-insert-*, python-default-template, python-expand-template):
8456         Add templates/skeletons.
8457         (python-setup-brm): Support for Bicycle Repair Man.
8458         (python-abbrev-syntax-table): New var.
8459         (python-abbrev-pc-hook, python-pea-hook): New funs.
8461 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
8463         * frame.el (blink-cursor-start): Set timer first.
8464         (blink-cursor-end): Ignore timer cancelling errors.
8465         Suggested by Ken Manheimer.
8467 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
8469         * newcomment.el (comment-box): Call `comment-normalize-vars'.
8470         Add autoload cookie.
8472 2006-08-20  Richard Stallman  <rms@gnu.org>
8474         * simple.el (line-number-at-pos): Doc fix.
8476         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
8477         timer-activate-when-idle, so timer can run before Emacs becomes
8478         non-idle again.
8480 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
8482         * whitespace.el (whitespace-cleanup-internal): New optional arg
8483         REGION-ONLY.  If it's non-nil, modify the message to the user
8484         accordingly.
8485         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
8486         a non-nil argument.
8488 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
8490         * rect.el (spaces-string): Simplify and add doc string.
8492 2006-08-17  Romain Francoise  <romain@orebokech.com>
8494         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
8496 2006-08-17  Richard Stallman  <rms@gnu.org>
8498         * compare-w.el (compare-windows): lambda's take an arg and pass
8499         it to compare-windows-skip-whitespace.
8501 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
8503         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
8504         the right buffer.
8506 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8508         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
8509         removed files.
8511 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
8513         * progmodes/gdb-ui.el (gdb-locals-watch-map)
8514         (gdb-locals-watch-map-1): Suppress keymap first.
8515         (gdb-edit-locals-map-1): New variable.
8516         (gdb-edit-locals-value): New function.
8517         (gdb-stack-list-locals-handler): Use them.
8519 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8521         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
8522         cursor would normally be drawn in the fringe.
8524         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
8525         Reported by Martin Rudalics <rudalics@gmx.at>.
8527 2006-08-16  Richard Stallman  <rms@gnu.org>
8529         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
8530         (special-event-map): Process drag-n-drop events this way.
8532         * simple.el (move-beginning-of-line): Test whether fields
8533         would prevent motion back to line's first visible character.
8534         If so, stop where the fields would stop the motion.
8536         * newcomment.el (comment-indent): Fully update INDENT
8537         before checking to see if it will change the text.
8539         * cus-edit.el (custom-newline): New function.
8540         (custom-mode-map): Bind newline to custom-newline.
8542         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
8543         into ignore-whitespace.
8544         Check each buffer for its skip-function.
8545         Handle compare-windows-skip-whitespace special-case test
8546         by returning t from default skip function.
8548 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
8550         * textmodes/org.el (org-clock-special-range)
8551         (org-clock-update-time-maybe): New functions.
8552         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
8553         not only a-z.
8554         (org-agenda-get-blocks): Allow multiple blocks per headline.
8555         (org-timestamp-change): Call `org-clock-update-time-maybe'.
8556         (org-export-html-title-format)
8557         (org-export-html-toplevel-hlevel): New options.
8558         (org-export-language-setup): Add support for Czech.
8559         (org-mode, org-insert-todo-heading, org-find-visible)
8560         (org-find-invisible, org-invisible-p, org-invisible-p2)
8561         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
8562         (org-show-subtree, org-show-entry, org-make-options-regexp):
8563         Remove compatibility support for old outline-mode.
8564         (org-check-occur-regexp): Funtion removed.
8565         (org-on-heading-p, org-back-to-heading): Made defalias.
8566         (org-set-local): New defsubst.
8567         (org-set-regexps-and-options, org-mode)
8568         (org-set-font-lock-defaults, org-edit-agenda-file-list)
8569         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
8570         (org-remember-apply-template, org-table-edit-field)
8571         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
8572         (org-set-autofill-regexps): Use `org-set-local'.
8573         (org-table-eval-formula): Fix bug with parsing of display flags.
8575 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
8577         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
8578         frame with fringe arrow.  Suggested by Simon Marshall
8579         <simon.marshall@misys.com>.
8580         (gdb-stack-position): New variable.
8581         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
8582         (gdb-frames-mode): Set gdb-stack-position to nil.
8583         Add to overlay-arrow-variable-list
8584         (gdb-reset): Delete gdb-stack-position from above list.
8586 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8588         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
8589         read only.
8591 2006-08-13  Romain Francoise  <romain@orebokech.com>
8593         * cus-theme.el (customize-create-theme)
8594         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
8596         * filesets.el (filesets-add-buffer): Ditto.
8598         * pcvs.el (cvs-change-cvsroot): Ditto.
8600 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
8602         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
8603         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
8604         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
8605         expressions.
8606         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
8607         Only search till end of line.
8608         Add face to function names in case of no filename.
8609         Add face to variable names of watchpoints.
8611 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
8613         * cus-start.el <indent-tabs-mode>: Move to the `indent'
8614         customization group.
8616 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
8618         * allout.el (allout-prior-bindings, allout-added-bindings):
8619         Remove, after long deprecation.
8620         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
8621         Add customization vars controlling allout-beginning-of-line and
8622         allout-end-of-line conveniences.
8623         (allout-header-prefix, allout-use-mode-specific-leader)
8624         (allout-use-mode-specific-leader, allout-mode-leaders):
8625         Revise docstrings.
8626         (allout-infer-header-lead): Change to be an alias for
8627         allout-infer-header-lead-and-primary-bullet.
8628         (allout-infer-header-lead-and-primary-bullet): New version of
8629         allout-infer-header-lead which assigns the primary bullet to the
8630         same as the header lead, when its being changed.
8631         (allout-infer-body-reindent): Apply regexp-quote instead of
8632         unconditionally prepending "\\", so that all literal
8633         allout-header-prefix and allout-primary-bullet strings are
8634         properly handled.
8635         (allout-add-resumptions): Add optional qualifier for extending or
8636         appending to existing values, rather than replacing them.
8637         (allout-view-change-hook): Clarify docstring.
8638         (allout-exposure-change-hook): Take explicit arguments, via
8639         run-hook-with-args.
8640         (allout-structure-added-hook)
8641         (allout-structure-deleted-hook)
8642         (allout-structure-shifted-hook): New hooks analogous to
8643         allout-exposure-change-hook for other kinds of structural outline
8644         edits.
8645         (allout-encryption-plaintext-sanitization-regexps): New encryption
8646         customization variable, by which cooperating modes can provde
8647         massage of the plaintext without actually being passed it.
8648         (allout-encryption-ciphertext-rejection-regexps)
8649         (allout-encryption-ciphertext-rejection-ceiling): New encryption
8650         customization variables, by which cooperating modes can prohibit
8651         rare but possible ciphertext patterns from fouling their
8652         operation, with actually being passed the ciphertext.
8653         (allout-mode): Run activation and deactivation hooks after the
8654         minor-mode variable has been toggled, to clarify the mode
8655         disposition.  The new encryption ciphertext rejection variable is
8656         used to ensure that the ciphertext does not contain text that
8657         would be recognized as outline structural elements by allout.
8658         Substite allout-beginning-of-line and allout-end-of-line for
8659         conventionall beginning-of-line and end-of-line bindings.
8660         If allout-old-style-prefixes is non-nil, don't nullify it on mode
8661         activation!
8662         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
8663         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
8664         (allout-chart-subtree): Implement new mode, charting only the
8665         visible items in the subtree, when new 'visible' parameter is non-nil.
8666         (allout-end-of-subtree): Properly handle the last item in the buffer.
8667         (allout-pre-command-business, allout-command-counter):
8668         Increment an advertised counter so that cooperating enhancements can
8669         track revisions of items.
8670         (allout-open-topic): Run allout-structure-added-hook with suitable
8671         arguments.
8672         (allout-shift-in): Run allout-structure-shifted-hook with suitable
8673         arguments.
8674         (allout-shift-out): Fix doubling for negative args and ensure call
8675         of allout-structure-shifted-hook by solely using allout-shift-in.
8676         (allout-kill-line, allout-kill-topic):
8677         Run allout-structure-deleted-hook with suitable arguments.
8678         (allout-yank-processing): Run allout-structure-added-hook with
8679         proper arguments.
8680         (allout-yank): Enclose activity in allout-unprotected.
8681         (allout-flag-region): Run allout-exposure-change-hook with
8682         suitable arguments, instead of making the callee infer the arguments.
8683         (allout-encrypt-string):
8684         Support allout-encryption-plaintext-sanitization-regexps,
8685         allout-encryption-ciphertext-rejection-regexps, and
8686         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
8687         en/de cryption mode in symmetric encryption failure message.
8688         (allout-obtain-passphrase): Use copy-sequence to get a distinct
8689         copy of the passphrase, and don't zero it or we'll corrupt the
8690         stashed copy.
8691         (allout-create-encryption-passphrase-verifier)
8692         (allout-verify-passphrase): Respect the new signature for
8693         allout-encrypt-string.
8694         (allout-get-configvar-values): Convenience for getting a
8695         configuration variable value and handling its absence gracefully.
8697 2006-08-11  Romain Francoise  <romain@orebokech.com>
8699         * obsolete/zone-mode.el: Delete.
8701 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8703         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
8705 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
8707         * emacs-lisp/bindat.el (bindat-ip-to-string):
8708         Use `format-network-address' if possible.
8710 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8712         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
8714 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
8716         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
8717         restore unread-command-events here.
8718         (edebug-display): Do it here, to detect sit-for interruptions.
8720 2006-08-10  Romain Francoise  <romain@orebokech.com>
8722         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
8723         (dns-mode-soa-auto-increment-serial): New user option.
8724         (dns-mode-soa-maybe-increment-serial): New function.
8725         (dns-mode): Add the latter to `write-contents-functions'.
8727         * obsolete/zone-mode.el: Move to obsolete/ from net/.
8728         Delete autoload cookies.
8730 2006-08-10  John Wiegley  <johnw@newartisans.com>
8732         * eshell/em-glob.el (eshell-glob-chars-list)
8733         (eshell-glob-translate-alist): Add support for [^g] in character globs.
8735 2006-08-10  Richard Stallman  <rms@gnu.org>
8737         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
8738         (facemenu-set-face): Doc fix.
8739         (facemenu-listed-faces): Doc fix.
8741 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
8743         * avoid.el (mouse-avoidance-animating-pointer): New var.
8744         (mouse-avoidance-nudge-mouse): Use it.
8745         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
8746         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
8747         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
8748         Don't activate if currently animating.  All callers changed.
8750 2006-08-09  John Wiegley  <johnw@newartisans.com>
8752         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
8753         variable, which causes timeclock to report elapsed time worked,
8754         instead of just work remaining.
8756 2006-08-09  Kenichi Handa  <handa@m17n.org>
8758         * international/latexenc.el (latexenc-find-file-coding-system):
8759         Fix for the case that the 2nd element of arg-list is a cons.
8761 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
8763         * info.el (Info-fontify-node): Handle preceding `in' for note
8764         reference hiding rules.
8766 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8768         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
8769         mistake a closing " for an opening one.
8771 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
8773         * term/xterm.el (terminal-init-xterm): Add more key bindings.
8775 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8777         * complete.el (PC-do-completion): Filter out completions matching
8778         completion-ignored-extensions before checking whether there are
8779         multiple completions.
8780         Don't use `list' unnecessarily when building completion tables.
8782 2006-08-06  Richard Stallman  <rms@gnu.org>
8784         * help.el (describe-mode): Make minor mode list more concise.
8786 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
8788         * bindings.el: Give mode-line-format, mode-line-modes, and
8789         mode-line-position `standard-value' properties.
8791 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
8793         * buff-menu.el (list-buffers-noselect): For Info buffers, use
8794         "(file)node" instead of the file name.
8796 2006-08-05  Richard Stallman  <rms@gnu.org>
8798         * faces.el (escape-glyph): Doc fix.
8800 2006-08-04  Kenichi Handa  <handa@m17n.org>
8802         * international/mule-diag.el (describe-font): Improve docstring
8803         and error message.  Use frame-parameter (not frame-parameters).
8805 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8807         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
8808         Correctly mark the end-of-docstring char.
8810 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
8812         * simple.el (line-move-to-column): Constrain move-to-column to
8813         current field.
8815 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8817         * font-lock.el (font-lock-beg, font-lock-end)
8818         (font-lock-extend-region-functions): New vars.
8819         (font-lock-extend-region-multiline)
8820         (font-lock-extend-region-wholelines): New functions.
8821         (font-lock-default-fontify-region): Use them.
8822         (font-lock-extend-jit-lock-region-after-change): Only round up
8823         if font-lock-default-fontify-region will do it as well.
8825         * font-lock.el (font-lock-extend-after-change-region-function):
8826         Rename from font-lock-extend-region-function.
8827         (font-lock-extend-region): Remove by inlining at call sites.
8828         (font-lock-after-change-function): Don't needlessly round up to a whole
8829         number of lines.
8830         (font-lock-extend-jit-lock-region-after-change): Be more careful about
8831         the boundary conditions and the interactions between the various ways
8832         to extend the region.
8834 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8836         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
8837         modification status when forcing the second redisplay.
8839 2006-08-03  Kim F. Storm  <storm@cua.dk>
8841         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
8843 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8845         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
8846         doesn't look like a file name.
8848         * complete.el (PC-expand-many-files): Avoid signalling an error when
8849         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
8851 2006-08-02  Andreas Schwab  <schwab@suse.de>
8853         * bindings.el (mode-line-format): Simplify reference to vc-mode.
8855 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
8857         * bindings.el (map): Make mode-line-buffer-identification-keymap
8858         before defining propertized-buffer-identification.
8860 2006-08-01  Richard Stallman  <rms@gnu.org>
8862         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
8864 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
8866         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
8867         default value.
8868         (gdb-find-source-frame): New function.
8869         (menu): Add to menu bar.
8871 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8873         * font-core.el (font-lock-extend-region-function)
8874         (font-lock-extend-region): Move to font-lock.el.
8876         * font-lock.el (font-lock-extend-region-function)
8877         (font-lock-extend-region): Move from font-core.el.  Simplify.
8879         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
8880         if needed.
8881         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
8882         (jit-lock-after-change-extend-region-functions): New hook.
8883         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
8885         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
8886         (font-lock-turn-on-thing-lock): Use it.
8888         * longlines.el (longlines-show-region): Make it work on read-only
8889         buffers as well.
8891 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
8893         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
8895 2006-07-31  Richard Stallman  <rms@gnu.org>
8897         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
8898         (vhdl-speedbar-display-projects): Update old obsolete
8899         speedbar variable names.
8901 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
8903         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
8904         (gdb-stopped): Use it.
8906         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
8908 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
8910         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
8911         for load-history elements.
8913 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
8915         * files.el (convert-standard-filename): For Cygwin, replace
8916         characters not allowed in Windows file names.
8917         (make-auto-save-file-name): Add Cygwin to the list of systems
8918         where the auto-save file name needs to be run through
8919         convert-standard-filename.
8921 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8923         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
8925 2006-07-28  Richard Stallman  <rms@gnu.org>
8927         * bindings.el (mode-line-frame-identification)
8928         (propertized-buffer-identification): Centralize the code
8929         to initialize the variable.
8931         * progmodes/grep.el (grep-default-command): Catch errors from
8932         wildcard-to-regexp.
8934 2006-07-29  Kim F. Storm  <storm@cua.dk>
8936         * progmodes/grep.el (grep-tag-default): New function.
8937         (grep-default-command, grep-read-regexp): Use it.
8938         (grep-read-files): Use car of grep-files-history or grep-files-aliases
8939         as default if nothing else applies.
8941 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
8943         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
8944         Throw error if buffer is not in Dired and Wdired mode, respectively.
8946 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
8948         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
8949         self-insert-command keys don't activate buttons.
8950         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
8952 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
8954         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
8955         faces for enable character.
8957 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
8959         * Makefile.in (recompile): Update comment to reflect change
8960         on 2004-04-21.
8962 2006-07-27  Richard Stallman  <rms@gnu.org>
8964         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
8965         (customize-package-emacs-version): Change msg when pkg has no entry.
8966         (custom-no-edit): On a button, do like widget-button-press.
8968 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8970         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
8971         S-tab and C-S-tab.
8973 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
8975         * progmodes/which-func.el (which-function): Fix documentation/
8976         comment typo.
8978 2006-07-26  Richard Stallman  <rms@gnu.org>
8980         * textmodes/ispell.el (ispell-word): If we replace the word,
8981         move point to the end.  Insert before deleting.
8983 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
8985         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
8986         a timer.
8988 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
8990         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
8991         when at first image.
8992         (tumme-forward-image): Add prefix argument.  Add error when at last
8993         image.
8995 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8997         * tabify.el (tabify-regexp): Use more specific regexps.
8998         (tabify): Avoid modifying the buffer unnecessarily.
9000 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
9002         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9003         (tumme-format-properties-string): Handle empty `buf'.
9004         (tumme-get-comment): Change variable names inside `let'.
9005         Add missing `let' variable that cause font-lock problems.
9006         (tumme-write-comments): Change variable names inside `let'.
9007         Add missing `let' variable that cause font-lock problems.
9008         (tumme-forward-image): Rename from `tumme-forward-char'.
9009         (tumme-backward-image): Rename from `tumme-backward-char'.
9011 2006-07-25  Masatake YAMATO  <jet@gyve.org>
9013         * progmodes/ld-script.el (ld-script-keywords)
9014         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9015         and add comments.
9017 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
9019         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9020         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9021         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9022         for status indicator.
9024 2006-07-24  Richard Stallman  <rms@gnu.org>
9026         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9028         * subr.el (dolist, dotimes): Use interned symbols for locals.
9029         (--dotimes-limit--, --dolist-tail--): New defvars.
9030         (looking-back): Doc fix.
9032         * replace.el (replace-match-string-symbols): Handle dotted lists.
9034 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
9036         * tumme.el (tumme-write-tags): Add.
9037         (tumme-write-comments): Add.
9038         (tumme-tag-files): Change to use `tumme-write-tags'.
9039         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9040         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9041         (tumme-save-information-from-widgets): Change to use
9042         `tumme-write-comments' and `tumme-write-tags'.
9043         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
9044         (tumme-write-tag): Remove.
9045         (tumme-write-comment): Remove.
9046         (tumme-display-previous-thumbnail-original): Remove empty line.
9047         (tumme-widget-list): Add punctuation.
9049 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
9051         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9053 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9055         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9056         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
9057         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
9059 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
9061         * mouse.el (mouse-on-link-p): Doc fix.
9063 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
9065         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9066         Handle "C-h f `".
9068 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9070         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
9071         column.
9073 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
9075         * textmodes/table.el: Add move-beginning-of-line and
9076         move-end-of-line to Point Motion Only Group.
9078 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9080         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
9082 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9084         * startup.el (user-mail-address): Initialize from the `EMAIL'
9085         environment variable first.  Document this.
9086         (command-line): Ditto.
9088 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
9090         * help-mode.el (help-function-def, help-variable-def)
9091         (help-face-def): Print a message in the minibuffer.
9093 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9095         * term/xterm.el (terminal-init-xterm): Fix key bindings
9096         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
9098 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
9100         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9101         where `(nth 1 command)' is a cons cell.  Doc fix.
9103         * textmodes/po.el (po-find-charset): Doc fix.
9105 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
9107         * allout.el (allout-unprotected, allout-e-o-prefix-p)
9108         (allout-beginning-of-current-line, allout-end-of-current-line)
9109         (allout-next-visible-heading, allout-open-topic)
9110         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
9111         (allout-flag-current-subtree, allout-show-to-offshoot)
9112         (allout-hide-current-entry, allout-show-current-branches)
9113         (allout-hide-region-body, allout-old-expose-topic)
9114         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
9115         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
9116         containing `beginning-of-line' and `end-of-line' with
9117         `inhibit-field-text-motion' t.
9119 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
9121         * frame.el (focus-follows-mouse): Document that it doesn't have
9122         any effect on MS-Windows.
9124 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9126         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
9128 2006-07-20  Jay Belanger  <belanger@truman.edu>
9130         * calc.el (calc-previous-alg-entry): Remove variable.
9132         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
9133         New variables.
9134         (calc-alg-entry): Use `calc-alg-entry-history'.
9135         (calc-do-quick-calc): Use `calc-quick-calc-history'.
9136         Remove reference to `calc-previous-alg-entry'.
9137         (calcAlg-edit, calcAlg-enter): Remove reference to
9138         `calc-previous-alg-entry'.
9139         (calcAlg-previous): Use `previous-history-element' instead of
9140         `calc-previous-alg-entry'.
9141         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
9142         Change keybinding for `calcAlg-plus-minus', add keybindings for
9143         `previous-history-element' and `next-history-element'.
9145         * calc-rewr.el (calc-match): Remove reference to
9146         `calc-previous-alg-entry'.
9148         * calc-sel.el (calc-selection-history): New variable.
9149         (calc-enter-selection, calc-sel-mult-both-sides)
9150         (calc-sel-add-both-sides): Use `calc-selection-history'.
9152         * calc-map.el (calc-get-operator-history): New variable.
9153         (calc-get-operator): Use `calc-get-operator-history'.
9155         * calcalg3.el (calc-curve-fit-history): New variable.
9156         (calc-curve-fit): Use `calc-curve-fit-history'.
9158 2006-07-20  Kenichi Handa  <handa@m17n.org>
9160         * international/mule-cmds.el (select-safe-coding-system): Fix the
9161         way of deciding eol-type of the coding system.
9163 2006-07-20  Alan Mackenzie  <acm@muc.de>
9165         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
9166         (c-lang-setvar): New macro.
9167         (c-make-init-lang-vars-fun): Use the initialization forms in
9168         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
9169         (comment-start, comment-end, comment-start-skip): Change these from
9170         c-lang-defvar's to c-lang-setvar's.
9172         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
9173         which calls make-local-variable on the elements of
9174         c-emacs-variable-inits.
9175         (c-init-language-vars-for): Call this new macro.
9177 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9179         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9180         Try to rule out false positives due to time stamps.
9181         (compilation-mode-font-lock-keywords): Remove rules made redundant
9182         because of the above change.  Add `segmentation fault' to the known and
9183         highlighted compilation termination messages.
9185 2006-07-19  Kim F. Storm  <storm@cua.dk>
9187         * progmodes/grep.el (grep-find-ignored-directories):
9188         Add .svn and _darcs to list.
9190 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
9192         * dired.el (dired-mode-map): Add key binding `C-te' for
9193         `tumme-dired-edit-comment-and-tags'.
9195         * tumme.el (tumme-display-thumbnail-original-image): Make sure
9196         image display buffer is displayed before call to
9197         `tumme-display-image.
9198         (tumme-dired-display-image): Make sure image display buffer is
9199         displayed before call to `tumme-display-image.
9200         (tumme-mouse-display-image): Make sure image display buffer is
9201         displayed before call to `tumme-display-image.
9202         (tumme-widget-list): Add.
9203         (tumme-dired-edit-comment-and-tags): Add.
9204         (tumme-save-information-from-widgets): Add.
9206 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9208         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
9210 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9212         * progmodes/sh-script.el (sh-font-lock-keywords-1):
9213         Revert inadvertently installed patch hunk.
9215         * progmodes/compile.el (compilation-find-file): Handle the
9216         cases where the user selects a non-existent file.
9218 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9220         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
9222 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
9224         * subr.el (sit-for): Just sleep-for if noninteractive.
9226 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9228         * emacs-lisp/autoload.el (make-autoload): Use new arg.
9230         * custom.el (custom-autoload): Add `noset' argument.
9231         (custom-push-theme): Don't autoload the variable, let callers do it.
9232         (custom-theme-set-variables): Autoload the variable if necessary.
9234         * cus-edit.el (custom-variable-state-set): If the variable was
9235         originally set outside custom, but to the same value as the default,
9236         consider it to be standard.
9238         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
9239         file *before* telling Emacs to add the autoloads, in case it fails.
9241         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
9242         Use `cond', push', and `dolist'.
9244 2006-07-17  Richard Stallman  <rms@gnu.org>
9246         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
9247         Add defvars to silence warnings.
9249 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
9251         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9252         Don't highlight "Compiling file" messages as error.
9254         * dired-aux.el (dired-compress-file): Confirm again if gzipped
9255         file already exists.
9257 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
9259         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
9260         entry, don't assign to free var; simply return the extracted filename.
9261         (ff-treat-as-special): Incorporate common preamble from callers.
9262         (ff-other-file-name, ff-find-the-other-file):
9263         Update call to ff-treat-as-special.
9265         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
9267 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
9269         * tumme.el (tumme-get-comment): Fix bug.
9271 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9273         * files.el: Remove spurious * in docstrings.
9275 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
9277         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
9278         grammar.
9279         (allout-beginning-of-current-line): Beware beginning of buffer.
9280         Also, a comment is simplified.
9281         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
9282         when appropriate.  (This fix enables use for other than
9283         bullet-hotspot operation.)
9284         (allout-hide-current-subtree): While escalating to sibling-close,
9285         make sure to situate on a topic.
9287 2006-07-14  Kim F. Storm  <storm@cua.dk>
9289         * emulation/cua-base.el (cua-delete-selection)
9290         (cua-toggle-set-mark): New defcustoms.
9291         (cua-rectangle-modifier-key): Add `alt' modifier.
9292         (cua-replace-region): Don't delete if cua-delete-selection is nil.
9293         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
9294         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
9296         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
9298 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
9300         * allout.el: Require 'cl during byte-compilation/interactive load,
9301         for the `assert' macro.
9302         (allout-mode-deactivate-hook): New hook, run when allout mode
9303         deactivates.
9304         (allout-developer): New allout customization subgroup.
9305         (allout-run-unit-tests-on-load): New allout-developer
9306         customization variable, when true allout unit tests are run towards
9307         end of file load/eval.
9308         (allout-inhibit-auto-fill): Disable auto-fill activity even during
9309         auto-fill-mode.
9310         (allout-resumptions): Remove, to be replaced by...
9311         (allout-add-resumptions): Register variable settings to be
9312         reinstated by `allout-do-resumptions'.  The settings are made
9313         buffer-local, but the locality/globality of the suspended setting
9314         is restored on resumption.
9315         (allout-do-resumptions): Reinstate all settings suspended using
9316         `allout-add-resumptions'.
9317         (allout-test-resumptions): Unit tests (and intermediate variables)
9318         for resumptions.
9319         (allout-tests-globally-unbound, allout-tests-globally-true)
9320         (allout-tests-locally-true): Intermediate variables for
9321         resumptions unit tests.
9322         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
9323         (allout-exposure-category): Replaces 'allout-overlay-category variable.
9324         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
9325         instead of retired `allout-resumptions'.  For hook functions, use
9326         `local' parameter so hook settings are created and removed as
9327         buffer-local settings.  Revise (resumptions) setting
9328         auto-fill-function so it is set only if already active.  (The
9329         related fill-function settings are all made in either case, so
9330         that activating auto-fill-mode activity will have the custom
9331         allout-mode behaviors (hanging indent on topics, if configured for it).
9332         Remove all allout-exposure-category overlays on mode deactivation.
9333         (allout-hotspot-key-handler): New function extracted from
9334         `allout-pre-command-business', so the functionality can be used
9335         for other purposes, eg as a binding in an overlay.
9336         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
9337         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
9338         customization variable.
9339         (allout-run-unit-tests): Run the (currently quite small)
9340         repertoire of unit tests.  Called just before the provide iff user
9341         has customized `allout-run-unit-tests-on-load' non-nil.
9343 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
9345         * emacs-lisp/authors.el (authors-aliases): Update.
9347 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
9349         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
9350         gdb-source-window.  Add dedicated argument.
9351         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
9352         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
9353         (gdb-display-threads-buffer, gdb-display-memory-buffer)
9354         (gdb-display-locals-buffer): Use it.
9356         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
9357         Set gdb-source-window.
9359 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9361         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
9362         minor modes, redundant with the custom-autoload line above.
9364 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
9366         * longlines.el (longlines-post-command-function): Handle open-line too.
9368 2006-07-12  Richard Stallman  <rms@gnu.org>
9370         * progmodes/grep.el (grep-last-buffer): Doc fix.
9372         * info.el (Info-try-follow-nearest-node): Doc fix.
9374         * emacs-lisp/edebug.el (edebug-instrument-function):
9375         Err if find-function-noselect gives no position.
9377         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9378         If can't find definition, return nil for position.
9379         (find-function-do-it): Handle new return value
9380         of find-definition-noselect.
9381         (find-definition-noselect, find-variable-noselect): Doc fix.
9382         (find-function-noselect): Doc fix.
9384         * help-mode.el (help-variable-def): Handle find-variable-noselect
9385         returning no position.
9386         (help-function-def): Likewise for find-function-search-for-symbol.
9387         (help-face-def): Likewise.
9389         * help-fns.el (describe-variable): Handle find-variable-noselect
9390         returning no position.
9392         * files.el (locate-file-completion): Avoid duplicates in result.
9394         * cus-edit.el (custom-no-edit): New command.
9395         (custom-mode-map): Remap to custom-no-edit instead of
9396         using suppress-keymap.
9398 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
9400         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9401         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9402         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
9404         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
9406 2006-07-11  Kim F. Storm  <storm@cua.dk>
9408         * ido.el (ido-copy-current-file-name): Use buffer-name if
9409         buffer-file-name is nil.
9411 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
9413         * simple.el (undo-ask-before-discard): Set to nil.
9415         * vc.el (vc-exec-after): Don't delete process manually.
9416         (vc-print-log): Run log-view-mode in process sentinel inside
9417         inhibit-read-only.  Don't shrink window due to timing issues.
9419         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
9420         Avoid using with-output-to-temp-buffer, which clobbers local vars.
9422 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9424         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9425         Fix ambiguity introduced by last change.
9426         (compilation-find-file): Move save-excursion to where it may
9427         make sense.  Fix a left over `find-file'.
9429 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
9431         * textmodes/texinfmt.el (texinfo-format-separate-node):
9432         Insert a string before point, which fits documentation, not after.
9433         (texinfo-multitable-item): In a multitable row, insert any
9434         additional needed @tabs and spaces.
9436 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
9438         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9439         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9440         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
9441         instead of shell-command.
9442         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
9443         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
9444         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
9445         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
9446         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
9447         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
9449 2006-07-11  Kim F. Storm  <storm@cua.dk>
9451         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
9452         Remove special case for seconds < 0.  Use (redisplay t) instead.
9454 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
9456         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
9457         avoid compilation error.
9459         * subr.el (sit-for): New function.
9461         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
9463 2006-07-10  Richard Stallman  <rms@gnu.org>
9465         * ldefs-boot.el (edebug): Update page.
9467 2006-07-10  Kim F. Storm  <storm@cua.dk>
9469         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
9470         to FOR-RELEASE and TODO.
9472 2006-07-10  Romain Francoise  <romain@orebokech.com>
9474         * emacs-lisp/authors.el (authors-aliases): Update.
9476 2006-07-10  Alan Mackenzie  <acm@muc.de>
9478         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
9479         * cc-mode.el: Changes to eradicate eval-after-load.
9481 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
9483         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
9484         on non-char events.
9486 2006-07-09  Romain Francoise  <romain@orebokech.com>
9488         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9489         Don't highlight start/end markers as compilation messages.
9491         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
9492         to t.
9494 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9496         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
9498 2006-07-08  Richard Stallman  <rms@gnu.org>
9500         * term/x-win.el (x-handle-display): Add doc string.
9502         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9504         * subr.el (def-edebug-spec): Move here.
9505         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
9507         * imenu.el (imenu-choose-buffer-index): Doc fix.
9509 2006-07-08  Romain Francoise  <romain@orebokech.com>
9511         * term/x-win.el (x-display-name): Fix typo.
9513 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
9515         * hexl.el (hexl-find-file): Doc fix.
9517         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9519 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
9521         * term/x-win.el (x-display-name): Doc fix.
9523 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9525         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
9526         long prefixes.
9527         (fill-region-as-paragraph): Don't round up to a whole line.
9528         (fill-comment-paragraph): Don't include the code-before-the-comment
9529         when calling fill-region-as-paragraph.
9531         * international/mule.el (make-char): Remove redundancy.
9533         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
9534         property may contain an anonymous function rather than a symbol.
9536         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
9538         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9539         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
9541         * dirtrack.el (dirtrack-default-directory-function): Remove.
9542         (dirtrack-directory-function): Use file-name-as-directory.
9543         (dirtrack-windows-directory-function): Simplify.
9544         (dirtrack-forward-slash, dirtrack-backward-slash)
9545         (dirtrack-replace-slash): Remove.
9546         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
9547         (dirtrack): Fix wrong parenthesizing; use match-string.
9549         * progmodes/octave-inf.el: Remove spurious * in docstrings.
9550         (inferior-octave-mode): Only change the buffer-local value of
9551         comint-dynamic-complete-functions.
9552         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
9553         Move the initialization to the declaration.
9554         (inferior-octave-complete): Remove unused var `filter'.
9556         * shell.el (shell-mode): Only change the buffer-local value of
9557         comint-dynamic-complete-functions.
9559 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
9561         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
9562         entry is skipped because it has been scheduled.
9563         (org-prepare-agenda-buffers): Don't mark buffers as modified when
9564         changing `:org-archived' and `:org-comment' properties.
9566 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
9568         * server.el (server-select-display): Don't make the temp frame
9569         minibuffer-only, in case it's not a temp frame.
9570         (server-process-filter): Don't delete the temp frame if it's the
9571         only one we have on that display.
9573         * files.el (find-alternate-file): Doc fix.
9575 2006-07-05  Richard Stallman  <rms@gnu.org>
9577         * files.el (abbreviate-file-name): Add save-match-data.
9579 2006-07-03  Richard Stallman  <rms@gnu.org>
9581         * faces.el (read-face-name): Doc fix.
9583 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
9585         * net/goto-addr.el (goto-address): Mark as safe for local evals.
9587 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
9589         * vc.el (vc-diff-internal): Fix prev change.
9591 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
9593         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
9594         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
9596 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9598         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
9599         fails if the symbol contains chars like ( or '.
9600         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
9601         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
9602         `short'.
9604 2006-07-04  Kenichi Handa  <handa@m17n.org>
9606         * international/mule-cmds.el (set-language-info): If LANG-ENV is
9607         the current one, don't call set-language-environment, but call one
9608         of set-language-environment-XXX to make INFO effective now.
9609         (set-language-environment): Call set-language-environment-XXX
9610         functions instead of doing the various setups directly.
9611         (set-language-environment-coding-systems): Delete argument eol-type.
9612         (set-language-environment-input-method)
9613         (set-language-environment-nonascii-translation)
9614         (set-language-environment-charset)
9615         (set-language-environment-fontset)
9616         (set-language-environment-unibyte): New functions.
9618 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
9620         * locate.el (locate-update-when-revert): New option.
9621         (locate-update-path): New option (suggested by Michael Albinus).
9622         (locate-prompt-for-command): Whitespace change.
9623         (locate-update): No longer offer to update the locate database by
9624         default.  Implement the two new options.
9626 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
9628         * tooltip.el: Move comment about track-mouse...
9630         * progmodes/gud.el: ...to here.
9632 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
9634         * facemenu.el (facemenu-listed-faces): New var.
9635         (facemenu-unlisted-faces): Variable deleted.
9636         (facemenu-add-new-face): Use facemenu-listed-faces.
9638         * emulation/viper-init.el, calendar/calendar.el:
9639         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
9641 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
9643         * textmodes/org.el (org-mode): Remove no invalid settings for
9644         calc embedded mode.
9645         (org-mode-p): New defsubst.
9646         (org-save-all-org-buffers): New function.
9647         (org-first-headline-recenter): Enclose outline-regexp in group
9648         delimiters.
9649         (org-set-tags): Keep single space after stars.
9651 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9653         * window.el (set-window-text-height): Only set window-min-height to
9654         1 if that's the requested size.
9656         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
9657         (diff-unified->context, diff-context->unified)
9658         (diff-reverse-direction): Make sure the end marker stays at the end.
9659         (diff-mode): Add the keymap table at the end of docstring.
9660         Use lexical-let rather than constructing a closure manually.
9662         * files.el (find-file-noselect-1): Remove unused var assignment.
9663         (hack-local-variables-confirm): Print lists of strings as lists of
9664         strings rather than lists of symbols.
9665         (abbreviate-file-name, hack-local-variables-prop-line):
9666         Use match-string.
9667         (hack-one-local-variable): Move `make-local-variable' nearer its use.
9668         (recover-session-finish): Use line-end-position.
9670 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
9672         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
9674 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
9676         * progmodes/make-mode.el (makefile-macroassign-regex):
9677         Accept preceding keyword.
9678         (makefile-gmake-statements): Reorganize, now that makepp has
9679         "override" and also handle forgotten "override define".
9680         (makefile-makepp-statements): Add new "global", "override export"
9681         and "override global".
9683 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
9685         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
9686         (ada-compile-mouse-goto-error, ada-deactivate-properties)
9687         (ada-no-auto-case): Fix typos in docstrings.
9689 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
9691         * info.el (Info-find-node-2): Search for makeinfo version more
9692         carefully.
9694 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
9696         * textmodes/org.el (org-prepare-agenda-buffers):
9697         Use `invisible-OK' argument for `org-end-of-subtree'.
9698         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
9699         (org-beginning-of-item): Fix bug in regular expression for white line.
9700         (org-export-as-html): Enforce space after bullet in plain list items.
9701         (org-set-autofill-regexps): Require space after plain list bullet
9702         for paragraph-start.
9703         (org-ts-regexp3): New constant.
9704         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
9705         (org-timestamp-up-day, org-timestamp-down-day)
9706         (org-timestamp-change): Work with inactive timestamps.
9707         (org-ts-regexp1): Don't allow brackets in time stamps.
9709 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
9711         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
9712         for ignoring links.
9714         * faces.el (read-face-name): Use it.
9716 2006-06-28  Juri Linkov  <juri@jurta.org>
9718         * buff-menu.el (list-buffers-noselect): Compare Info file
9719         with the string "dir" to detect Info directory.
9721         * complete.el (partial-completion-mode): In lambda for
9722         `choose-completion-string-functions' use full function signature
9723         with 4 args, and move point to the end of the minibuffer only if arg
9724         `mini-p' is non-nil.
9726 2006-06-28  John Paul Wallington  <jpw@pobox.com>
9728         * ibuffer.el (ibuffer-mode): Doc fix.
9730 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
9732         * textmodes/org.el (org-context): New contexts :item-bullet,
9733         :latex-fragment, :latex-preview.
9734         (org-overlays-at, org-overlay-start, org-overlay-end):
9735         New compatibility functions.
9736         (org-inside-LaTeX-fragment-p): More accurate matching, using the
9737         exact regexp that will be used during export.
9738         (org-latex-regexps): New variable.
9739         (org-cdlatex-mode): Improve advice for `texmathp'.
9740         (turn-on-org-cdlatex): New function.
9742 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9744         * term/mac-win.el (mac-handle-font-selection): Change keys of
9745         mac-atsu-font-table from strings to numbers.
9746         (mac-ts-caret-position): Use also when cursor-type is nil.
9747         (mac-ts-update-active-input-area): Add Mac OS Classic support.
9748         Relax condition for using overlay strings.
9749         Use mac-ts-caret-position face when cursor-type is nil.
9751 2006-06-26  Kim F. Storm  <storm@cua.dk>
9753         * help.el (view-emacs-news): Declare `res' in the right let* form.
9755 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
9757         * net/rcompile.el (remote-compile): Replace ange-ftp based
9758         implementation by Tramp functions.
9759         Suggested by Marc Abramowitz <msabramo@gmail.com>.
9761         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
9763 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
9765         * international/fontset.el (setup-default-fontset): Fix a typo in
9766         the "Oriya-Akruti" registry name.
9768 2006-06-23  Lars Hansen  <larsh@soem.dk>
9770         * desktop.el (desktop-full-file-name): New function.
9771         (desktop-kill, desktop-save, desktop-remove, desktop-read)
9772         (desktop-revert): Use it.
9773         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
9774         (desktop-after-read-hook): Add option list-buffers.
9775         (desktop-locals-to-save): Add tab-width.
9776         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
9777         Fix docstring.
9779 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
9781         * textmodes/org.el (org-cdlatex-mode-map)
9782         (org-cdlatex-texmathp-advice-is-done): New variables.
9783         (org-cdlatex-mode): New minor mode.
9784         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
9785         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
9786         (org-export-with-archived-trees): New option.
9787         (org-open-file): Remove the call to `convert-standard-filename'.
9788         (org-archive-tag, org-agenda-skip-archived-trees)
9789         (org-cycle-open-archived-trees)
9790         (org-sparse-tree-open-archived-trees): New options.
9791         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
9792         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
9793         New functions.
9794         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
9795         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
9796         (org-mode-map): Add binding for `org-toggle-archive-tag'.
9797         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
9798         Call `org-prepare-agenda-buffers'.
9799         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
9800         (org-file-apps, org-file-apps-defaults-gnu)
9801         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
9802         Handle remote files by forcing them to be opened in Emacs.
9804 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
9806         * vc.el (vc-diff-knows-L): New variable.
9807         (vc-diff-internal): Use it to handle "diff" programs that don't
9808         understand -L.  This works automatically, no user action is necessary.
9810 2006-06-23  Daniel Brockman  <daniel@brockman.se>
9812         * net/rcirc.el (rcirc-default-user-full-name): Default to
9813         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
9814         longer exists).
9815         (rcirc-process-list): Check `buffer-live-p' before attempting to
9816         switch to a buffer.
9818 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
9820         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
9821         based on rcirc-coding-system-alist.
9823 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
9825         * cus-edit.el (customize-apropos): A better error message.
9826         (top level) <debug-ignored-errors>: Extend and update the list of
9827         ignored error messages.
9829 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
9831         * complete.el (PC-do-completion): Retain capitalization of user
9832         input, when possible, even if completion-ignore-case is set.
9834 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
9836         * generic-x.el (bat-generic-mode): Support .cmd files.
9838         * dos-w32.el (top level): Use find-file-not-found-functions
9839         instead of the obsolete find-file-not-found-hooks.
9841 2006-06-22  Kim F. Storm  <storm@cua.dk>
9843         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
9844         to recognize mode name containing submodes, such as Grep/lw.
9846 2006-06-21  Kim F. Storm  <storm@cua.dk>
9848         * simple.el (line-move-1): Check for move-end-of-line instead of
9849         end-of-line when setting temporary-goal-column.
9851 2006-06-21  Miles Bader  <miles@gnu.org>
9853         * play/cookie1.el (cookie): Work properly when there's only one entry.
9855 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
9857         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
9858         (gdb-frame-handler): Generalize frame regexp for templates.
9860 2006-06-20  Glenn Morris  <rgm@gnu.org>
9862         * calendar/appt.el (appt-display-format): Default value must be
9863         one of the customize options.
9865 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
9867         * term/xterm.el (terminal-init-xterm): Update key availability info.
9868         Bind C-return.
9870         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
9872 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
9874         * files.el (hack-local-variables): Run `hack-local-variables-hook'
9875         whether or not a local variables list is defined.
9877         * msb.el (msb): Move `sit-for' hack here to handle both
9878         "mouse-down and drag" and "mouse-up and select" situations.
9879         (mouse-select-buffer): Move `sit-for' hack to `msb'.
9881 2006-06-20  Kenichi Handa  <handa@m17n.org>
9883         * international/characters.el (word-combining-categories):
9884         Add entries for 2-byte Han characters.
9886 2006-06-19  Richard Stallman  <rms@gnu.org>
9888         * bindings.el (mode-line-format): Save some mode line space.
9890         * files.el (find-file-noselect): Improve the question wording.
9891         (basic-save-buffer-2): Mask UMASK against 666.
9893         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
9894         (mouse-drag-vertical-line): Call it.
9896         * cus-edit.el (customize-option, customize-option-other-window):
9897         Error if SYMBOL is nil.
9899 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
9901         * textmodes/org.el: Require noutline, also on XEmacs.
9902         (org-end-of-subtree): Return point.
9903         (org-dblock-start-re, org-dblock-end-re): New constants.
9904         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
9905         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
9906         (org-update-all-dblocks, org-find-dblock): New functions.
9907         (org-collect-clock-time-entries): New function.
9908         (org-html-handle-time-stamps): Never export CLOCK timeranges.
9909         (org-fixup-indentation): Modify to deal correctly with lines
9910         starting with TAB.  Only one argument DIFF now.
9911         (org-demote, org-promote): Call `org-fixup-indentation' with just
9912         one argument, DIFF.
9913         (org-mode): Don't mark buffer as modified when aligning tables.
9914         (org-clock-sum): Don't mark buffer modified when adding time sum
9915         properties.
9916         (org-export-as-html): Add support for a link validation function.
9917         (org-archive-all-done): New function.
9918         (org-archive-subtree): New prefix argument.  When set, archive all
9919         done subtrees in this buffer.
9920         (org-remove-clock-overlays)
9921         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
9922         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
9923         (org-put-clock-overlay): Don't swallow last headline character
9924         when displaying overlay.
9925         (org-store-link): Link to `image-mode' with just the file name.
9927 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
9929         * viper-cmd.el (viper-special-read-and-insert-char):
9930         Use read-key-sequence.
9931         (viper-after-change-undo-hook): Misc enhancements.
9932         (viper-after-change-undo-hook): New hook.
9933         (viper-undo): Use viper-after-change-undo-hook.
9934         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
9935         (viper-next-line-at-bol): If point is on a widget or a button, simulate
9936         clicking on that widget/button.
9938         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
9940         * ediff-diff (ediff-test-patch-utility): Catch errors.
9941         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
9942         (ediff-set-actual-diff-options): New function.
9943         (ediff-reset-diff-options, ediff-toggle-ignore-case):
9944         Use ediff-set-actual-diff-options.
9945         (ediff-extract-diffs): Catch errors.
9946         (ediff-whitespace): Add non-breakable space.
9947         (ediff-same-file-contents): Catch errors.
9949         * ediff-mult.el (ediff-collect-custom-diffs):
9950         Save coding-system-for-read.
9952         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
9953         (ediff-vc-internal, ediff-vc-merge-internal):
9954         Use ediff-delete-version-file.
9955         (ediff-delete-version-file): New function.
9957         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
9959         * ediff.el (ediff-directories, ediff-directory-revisions)
9960         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
9961         (ediff-directories-internal, ediff-merge-directory-revisions)
9962         (ediff-merge-directory-revisions-with-ancestor)
9963         (ediff-directories3): Use read-directory-name.
9965 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
9967         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
9968         Remove superfluous part of regexp for brace matching which is handled
9969         by `scan-lists' call.
9971 2006-06-16  Richard Stallman  <rms@gnu.org>
9973         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
9975         * files.el (basic-save-buffer-2): For a new precious file,
9976         use the default modes in the return value.
9978         * facemenu.el (facemenu-color-alist): Doc fix.
9980         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
9982 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9984         * cus-start.el (all): Add mac-ts-script-language-on-focus.
9986         * term/mac-win.el (mac-text-encoding-ascii): New constant.
9987         (mac-utxt-to-string): Use it.
9988         (mac-ts-update-active-input-area): Use mac-ae-number.
9990 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
9992         * term.el (term-handle-scroll, term-delete-lines)
9993         (term-insert-lines): Fix off by one errors.
9995 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9997         * net/tramp.el (tramp-touch): Use UTC to express time.
9999 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
10001         * mail/sendmail.el (mail-send): Search explicitly for
10002         mail-header-separator when checking for corrupted header lines.
10004 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
10006         * progmodes/gdb-ui.el (gdb-same-frame): New option.
10007         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10008         (gdb-init-1): Initialise them.
10009         (gdb-starting): Reset gdb-printing
10010         (gdb-starting): Save value of gud-overlay-arrow-position.
10011         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10012         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10013         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10014         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10016 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10018         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10020 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
10022         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10023         (ldap-search-internal): Keep error messages, and a regexp fix.
10025 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
10027         * files.el (hack-local-variables-confirm):
10028         Display string value using its printed representation.
10030 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
10032         * server.el (server-edit): No-op if no server buffers exist.
10034 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
10036         * textmodes/page-ext.el (pages-directory-for-addresses):
10037         Including `pages-directory-address-mode' in the function results
10038         in the message "Buffer in which pages were found is deleted".
10040 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
10042         * textmodes/org.el (org-agenda-mode-map): Add bindings for
10043         clocking functions.
10045         (org-agenda-clock-in, org-check-running-clock)
10046         (org-clock-out-if-current, org-remove-clock-overlays)
10047         (org-put-clock-overlay): New functions.
10048         (org-clock-marker, org-clock-file-total-minutes)
10049         (org-clock-overlays): New variables.
10050         (org-clock-display, org-clock-sum, org-clock-cancel)
10051         (org-clock-out, org-clock-in): New commands.
10052         (org-export): New function.
10053         (org-emph-re): New constant.
10054         (org-set-emph-re, org-do-emphasis-faces): New functions.
10055         (org-emphasis-regexp-components, org-emphasis-alist): New options.
10056         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
10057         (org-export-html-convert-emphasize): Use the configurable emphasis.
10058         (org-cleaned-string-for-export): Make multiline emphasis visible
10059         to the exporter.  New optional argument PARAMETERS.
10060         (org-export-as-html): Specify :emph-multiline parameter to
10061         `org-cleaned-string-for-export'.
10063 2006-06-10  Richard Stallman  <rms@gnu.org>
10065         * help.el (help-for-help-internal): Clean up help text.
10067 2006-06-10  Andreas Schwab  <schwab@suse.de>
10069         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
10070         in doc string.
10072         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
10074 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
10076         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
10077         spaces after the comment start.
10079 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10081         * play/pong.el (pong-init-buffer):
10082         Fill buffer with spaces instead of ^A.
10084         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
10085         launched asynchronously, delete its process instead of being cool.
10086         (ispell-async-processp): Check for `delete-process' existence
10087         instead of `kill-process' one for consistency.
10089 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
10091         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
10092         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10093         in mode line at startup.
10095 2006-06-08  Kim F. Storm  <storm@cua.dk>
10097         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10098         (ido-init-completion-maps): Bind them to M-SPC and M-v.
10099         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
10100         (ido-file-internal): Pass full file name to write-file.
10101         (ido-read-internal): Only pop stack elements automatically if they
10102         actually match an existing directory or file name.
10104 2006-06-07  Kenichi Handa  <handa@m17n.org>
10106         * international/mule.el (find-auto-coding): Don't handle the short
10107         name `char-trans'.
10109         * files.el (hack-local-variables-prop-line)
10110         (hack-local-variables): Cancel the previous change.
10112 2006-06-06  Jesper Harder  <harder@phys.au.dk>
10114         * ediff-diff.el (ediff-test-utility): Protect against file-error.
10116 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
10118         * diff-mode.el (diff-mode): Set buffer-read-only to t when
10119         diff-default-read-only is non-nil.
10120         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
10121         (diff-refine-hunk): Set inhibit-read-only to t.
10123         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
10124         modifying the *Diff* buffer.
10125         (diff-process-filter): New filter function for diff process that
10126         sets inhibit-read-only to t when modifying the *Diff* buffer.
10128 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
10130         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
10131         insertion point and control the number of empty lines.
10132         (org-paste-subtree): Limit the number of empty lines at the end of
10133         the inserted tree.
10134         (org-agenda): Use buffer name of current file for narrowing.
10135         (org-export-as-xml): Command removed.
10136         (org-export-xml-type): Option removed.
10137         (org-mode-map): Call `org-export-as-xoxo' directly.
10138         (org-get-indentation): New optional argument LINE.
10139         (org-fix-indentation, org-remove-tabs): New functions.
10140         (org-export-as-ascii, org-ascii-level-start): Determine and apply
10141         correct indentation for headlines that are converted it items.
10142         (org-skip-comments): Remove table lines that contain narrowing
10143         cookies but no other non-empty fields.
10144         (org-set-tags): Allow groups of mutually exclusive tags.
10145         (org-cmp-time): Sort 24:21 before items without time.
10146         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
10147         (org-open-at-point): Require double colon also for numbers.
10149 2006-06-06  Kim F. Storm  <storm@cua.dk>
10151         * ido.el (ido-default-file-method, ido-default-buffer-method):
10152         Make choice values consistent with corresponding command names.
10153         (ido-visit-buffer): Update accordingly.  Default to selected-window.
10155 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
10157         * progmodes/gud.el (gud-running): Fix doc string.
10158         (gud-menu-map): Use :visible instead fo :enable for debugger test.
10159         (gud-tooltip-modes): Add python-mode.
10160         (gud-tooltip-print-command): Add pdb.  Remove perldb.
10162 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
10164         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
10165         Quote $(EMACS).
10167 2006-06-05  Richard Stallman  <rms@gnu.org>
10169         * faces.el (defined-colors): Doc fix.
10171 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
10173         * vc.el (vc-process-filter): Inhibit undo info collection around
10174         call to insert.
10175         (vc-setup-buffer): Likewise for call to erase-buffer.
10176         (vc-do-command): Likewise for call to process-file.
10178 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
10180         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
10181         for gud-go.
10182         (gud-common-init): Other debuggers may trigger error.
10184 2006-06-05  Kenichi Handa  <handa@m17n.org>
10186         * international/mule.el (find-auto-coding):
10187         Handle enable-character-translation in file header.
10189 2006-06-04  Kim F. Storm  <storm@cua.dk>
10191         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
10192         (authors-fixed-entries): Fix spelling.
10193         (authors-canonical-file-name): Don't report error for wildcards.
10195         * help.el (view-emacs-news): Rewrite to support new NEWS,
10196         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
10197         e.g. version 10 matches 1.10, and don't be confused by version 1.1
10198         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
10200 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
10202         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
10203         exec constructs like `foo bar`.
10204         (sh-quoted-subshell): New helper function to search for a possibly
10205         nested subshell (like `` or $()) within a "" quoted string.
10206         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
10207         (sh-apply-quoted-subshell): Flag quote characters inside a
10208         subshell, which is itself already in a quoted region, as
10209         punctuation, since this is the closest to what they actually are.
10210         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
10211         sh-apply-quoted-subshell.
10212         (sh-font-lock-syntactic-face-function): Apply the new face for
10213         text inside `` instead of the old font-lock-string-face.
10215 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10217         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
10218         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
10219         (mac-bytes-to-text-range, mac-ae-text-range-array)
10220         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
10221         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
10222         (mac-ts-unicode-for-key-event): New functions.
10223         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
10224         (mac-handle-font-selection): Use mac-ae-number.
10225         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
10226         New variables.
10227         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
10228         (mac-ts-converted-text, mac-ts-selected-converted-text)
10229         (mac-ts-block-fill-text, mac-ts-outline-text)
10230         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
10231         (mac-ts-hilite-style-faces): New constant.
10232         (mac-apple-event-map): Bind text input events.
10233         (mac-dispatch-apple-event): Use command-execute instead of
10234         call-interactively.
10235         (global-map): Don't bind mac-apple-event.
10236         (special-event-map): Bind mac-apple-event.
10238 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
10240         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
10241         file name.
10242         (emacs): Enclose the value of $(EMACS) in quotes.
10244 2006-06-02  Juri Linkov  <juri@jurta.org>
10246         * international/mule.el (sgml-html-meta-auto-coding-function):
10247         Remove the condition `(search-forward "<html" size t)'.
10248         Replace `\"' with `[\"']?' in `re-search-forward'.
10250 2006-06-02  Kenichi Handa  <handa@m17n.org>
10252         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
10253         as well as `coding'.
10254         (hack-local-variables): Likewise.
10256         * international/mule.el (enable-character-translation):
10257         Put permanent-local and safe-local-variable properties.
10258         (find-auto-coding): Handle char-trans: tag.
10260 2006-06-02  Juri Linkov  <juri@jurta.org>
10262         * international/mule.el (sgml-html-meta-auto-coding-function):
10263         Limit the search by the end of the HTML header (if any).
10265 2006-06-01  Richard Stallman  <rms@gnu.org>
10267         * subr.el (with-current-buffer): Doc fix.
10269 2006-06-02  Masatake YAMATO  <jet@gyve.org>
10271         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
10272         Almost rewrite.  Underlines over all lines of gcov output are too
10273         uncomfortable to read.  Suggested by Dan Nicolaescu.
10275 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
10277         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
10279         * shell.el (shell-mode): Use shell-mode-map in docstring.
10281         * comint.el (comint-send-input): Do not add help-echo and
10282         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
10284 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10286         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
10288 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
10290         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
10291         (gdb-stopped, gdb-info-stack-custom): If there is no source info
10292         look up the stack and pop up GUD buffer if necessary.
10293         (gdb-frames-select): Remove redundant call to gud-display-frame.
10294         (gdb-info-threads-custom): Keep point at start of buffer.
10295         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
10297 2006-05-31  Juri Linkov  <juri@jurta.org>
10299         * replace.el (query-replace-read-from, query-replace-read-to):
10300         Bind `history-add-new-input' to nil.  Call `add-to-history'.
10302 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
10304         * textmodes/table.el: Convert all HTML tags to lower case for
10305         XHTML compatibility.
10307 2006-05-31  Masatake YAMATO  <jet@gyve.org>
10309         * progmodes/compile.el:
10310         (compilation-error-regexp-alist-alist::gcov-called-line):
10311         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
10313 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
10315         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
10316         Revert inadvertent changes made with last commit.
10318 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10320         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
10321         New functions.
10323         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
10325 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
10327         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
10328         only matches in the right place.
10329         (org-upcoming-deadline): New face.
10330         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
10331         (org-export-ascii-underline): Rename constant `org-ascii-underline'
10332         and make it an option.
10333         (org-export-ascii-bullets): New option.
10334         (org-export-as-html): Many changes to emit valid XHTML.
10335         (org-par-open): New variable.
10336         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
10337         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
10338         (org-timeline): Pass `org-timeline-show-empty-dates' to
10339         `org-get-all-dates'.  Interpret empty dates returned by
10340         `org-get-all-dates'.
10341         (org-get-all-dates): New argument EMPTY.  Add dates without
10342         entries to the list, mark large ranges of empty dates.
10343         (org-point-in-group, org-context): New functions.
10345 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
10347         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
10349         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
10350         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
10351         to C-mouse-3 (for 2 button mice).
10352         (gdb-send): Do the right thing for C-d.
10354         * speedbar.el (speedbar-detach): Delete.
10355         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
10356         it breaks things.
10357         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
10359 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
10361         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
10362         Makeppfile.
10364         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10365         Add makepp diagnostic.
10367 2006-05-29  Richard Stallman  <rms@gnu.org>
10369         * window.el (fit-window-to-buffer): Doc fix.
10371         * help.el (temp-buffer-max-height): Doc fix.
10373         * subr.el (with-current-buffer): Doc fix.
10375 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10377         * term/x-win.el: Bind F10 to menu-bar-start if available.
10379 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
10381         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
10382         uses with a simple test.
10383         (term-set-escape-char, term-mode, term-check-kill-echo-list)
10384         (term-send-raw-string, term-send-raw, term-mouse-paste)
10385         (term-char-mode, term-line-mode, term-exec, term-sentinel)
10386         (term-handle-exit, term-read-input-ring)
10387         (term-previous-matching-input-string)
10388         (term-previous-matching-input-string-position)
10389         (term-previous-matching-input-from-input)
10390         (term-replace-by-expanded-history, term-send-input)
10391         (term-skip-prompt, term-bol, term-send-invisible)
10392         (term-kill-input, term-delchar-or-maybe-eof)
10393         (term-backward-matching-input, term-check-source)
10394         (term-proc-query, term-emulate-terminal)
10395         (term-handle-colors-array, term-process-pager, term-pager-line)
10396         (term-pager-bob, term-unwrap-line, term-word)
10397         (term-dynamic-complete-filename)
10398         (term-dynamic-complete-as-filename)
10399         (term-dynamic-simple-complete): Replace one arm ifs with whens or
10400         unlesses.
10402 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10404         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
10405         during bootstrapping.
10407         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
10408         Basically undo the change of 2006-05-26: use extra arguments instead of
10409         dynamic scoping.
10410         (ewoc-locate): Remove unused var `footer'.
10412 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10414         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
10416         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
10417         (generate-file-autoloads): Obey it.  Return whether autoloads were
10418         added at point or not.
10419         (update-file-autoloads): Use this new return value.
10420         Remove redundant test for the presence of an autoload cookie.
10422         * emacs-lisp/autoload.el (autoload-find-file): New fun.
10423         This one calls hack-local-variables.
10424         (generate-file-autoloads, update-file-autoloads): Use it.
10426         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
10427         (bibtex-sort-entry-class): Add safe-local-variable predicate.
10428         (bibtex-sort-entry-class-alist): Don't set the global value.
10429         (bibtex-init-sort-entry-class-alist): New fun.
10430         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
10431         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
10432         of bibtex-init-sort-entry-class.
10434 2006-05-28  Richard Stallman  <rms@gnu.org>
10436         * subr.el (load-history-regexp): If FILE is relative, insist
10437         entire last name component must match it.
10438         (load-history-filename-element, load-history-regexp): Doc fixes.
10440 2006-05-29  Kim F. Storm  <storm@cua.dk>
10442         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
10443         `pos' and `raw-data' for clarity, as eval forms may access these.
10445 2006-05-28  Kim F. Storm  <storm@cua.dk>
10447         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
10449 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10451         * progmodes/make-mode.el (makefile-browser-map)
10452         (makefile-mode-syntax-table): Move initialization inside declaration.
10453         (makefile-fill-paragraph): Use the default comment-filling code.
10455 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
10457         * replace.el (query-replace-defaults): New variable.
10458         (query-replace-read-from): Use `query-replace-defaults' for
10459         default value, instead of history list.
10460         (query-replace-read-to): Update `query-replace-defaults'.
10462 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
10464         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
10465         with no X toolkit.
10467 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
10469         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
10470         (tumme-show-all-from-dir): Add autoload.
10472 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
10474         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
10475         (tumme-remove-tag): Fix bug.
10477 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
10479         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
10480         FOOTER args.  Update unique caller.
10481         (ewoc-delete): Compute last node once before looping.
10482         (ewoc--node-branch): Merge into unique caller.
10483         (ewoc--node): Don't define constructor make-ewoc--node for this
10484         structure.
10485         (ewoc): Add member `hf-pp' to this structure.
10486         (ewoc--wrap): New func.
10487         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
10488         header/footer pretty-printers.  Save header/footer pretty-printer.
10489         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
10491         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
10493 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
10495         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
10496         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
10497         Tag'.  Change "Compare directories..." to "Change Directories...".
10498         Move tumme commands to Operate, Regexp and Immediate menus.
10499         Change "Add Comment" to "Add Image Comment".  Change "Add Image
10500         Tag" to "Add Image Tags".
10502         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
10503         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
10504         `tumme-delete-tag'.
10506 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10508         * shell.el (shell-mode): Call shell-dirtrack-mode after
10509         list-buffers-directory is made a local variable, to avoid setting
10510         the default value.
10512 2006-05-26  Kevin Ryde  <user42@zip.com.au>
10514         * info.el (Info-index-next): Use where-is-internal to report
10515         actual binding of Info-index-next, rather than hard-coded `,'.
10517 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
10519         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
10520         and "Find Command in Manual" to here.
10522         * buff-menu.el (list-buffers-noselect): For Info buffers, use
10523         Info-current-file as the file name.
10525 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
10527         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
10528         overrides will now be done a different way.
10529         (ses-set-parameter): Reapply this function for undo.
10530         (ses-set-header-row): Reconstruct header row during undo.
10531         (ses-widen): New function.
10532         (ses-goto-data, ses-reconstruct-all): Use new function.
10533         (ses-command-hook): Widen buffer during undo, before unupdating
10534         the cells.
10535         (ses-insert-row, ses-delete-row): Widen buffer during undo.
10536         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
10537         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
10538         formula hasn't been executed yet.
10540 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10542         * comint.el (comint-kill-whole-line): Rename arg to count.
10543         Fix doc string.
10545 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
10547         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
10548         to copy-file.
10550 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10552         * simple.el (toggle-truncate-lines): Make arg optional for
10553         backward compatibility.
10555 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
10557         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
10558         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
10559         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
10560         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
10561         (ewoc--adjust): Use ewoc--current-dll.
10562         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
10564 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
10566         * textmodes/org.el (org-next-item, org-previous-item): Emit more
10567         compact error message.
10568         (org-tags-view): Refresh category table in each file.
10569         (org-table-justify-field-maybe): Remove superfluous arguments to
10570         `format'.
10571         (org-export-as-html): Insert "<p>" before postamble.
10572         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
10574 2006-05-26  Kenichi Handa  <handa@m17n.org>
10576         * textmodes/po.el (po-find-charset): Pay attention to the case
10577         FILENAME is a cons (NAME . BUFFER).
10578         (po-find-file-coding-system-guts): Likewise.
10580         * arc-mode.el (archive-set-buffer-as-visiting-file):
10581         Call find-operation-coding-system with (FILENAME . BUFFER).
10583         * tar-mode.el (tar-extract): Call find-operation-coding-system
10584         with (FILENAME . BUFFER).
10586         * international/mule.el (decode-coding-inserted-region):
10587         Call find-operation-coding-system with (FILENAME . BUFFER).
10589 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
10591         * image-mode.el (image-toggle-display): Use buffer contents to
10592         generate image for a remote file.
10594 2006-05-25  Juri Linkov  <juri@jurta.org>
10596         * replace.el (query-replace-read-from, query-replace-read-to):
10597         Remove 8th arg KEEP-ALL in read-from-minibuffer.
10599 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
10601         * whitespace.el (whitespace-cleanup): Change to cleanup
10602         region if one is active.
10603         * whitespace.el (whitespace-cleanup-internal): New internal method.
10605 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10607         * dired.el (dired-mode-map): Add help-echo strings to tumme
10608         commands.  Bind `tumme-dired-display-image' to C-t i.
10610         * tumme.el (tumme-display-image): Change documentation string slightly.
10611         (tumme-dired-display-image): Add call to `display-buffer'.
10613 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
10615         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
10616         Signal error if RAW-DATA is a multibyte string.
10618 2006-05-24  Richard Stallman  <rms@gnu.org>
10620         * subr.el (with-local-quit): When handling `quit' signal,
10621         make a chance for quit-flag to cause a quit.
10623         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
10624         (ad-disable-advice): Add autoloads.
10626         * subr.el (read-passwd): Copy PROMPT before changing its properties.
10628 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10630         * dired.el (dired-mode-map): Change menu items for tumme as per
10631         suggestions in emacs-devel.
10633 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
10635         * dired.el (dired-mode-map): Fix breakage.
10637 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10639         * tumme.el (tumme-display-dired-image): Rename to...
10640         (tumme-dired-display-image): ...this.
10641         (tumme-track-movement): Change default value to t.
10642         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
10643         used from `tumme-next-line-and-display' and similar commands.
10645         * dired.el (dired-mode-map): Add Thumbnail submenu under the
10646         Immediate menu.  Add some tumme commands there.
10648 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
10650         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
10652 2006-05-24  Chong Yidong  <cyd@mit.edu>
10654         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
10655         menu entries that open submenus.
10657 2006-05-24  Alan Mackenzie  <acm@muc.de>
10659         * startup.el (command-line): For names of preloaded files, don't
10660         append ".elc" (now done in Fload), and call file-truename on the
10661         lisp directory.
10663         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
10664         match ANY loaded file with the right name, not just those in
10665         load-path.  Put a regexp matching the file name into
10666         after-load-alist, rather than the name itself.
10668         * subr.el (load-history-regexp, load-history-filename-element)
10669         (do-after-load-evaluation): New functions.
10671         * international/mule.el (load-with-code-conversion): Do the
10672         eval-after-load stuff by calling do-after-load-evaluation.
10674 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
10676         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
10677         has not been killed.
10679 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10681         * term/mac-win.el: Set idle timer to clean up expired Apple events.
10682         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
10683         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
10684         Optionally set error message in reply.
10686 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
10688         * textmodes/org.el (org-open-at-point): Use renamed variable
10689         `org-confirm-shell-link-function'.
10690         (org-confirm-shell-link-function): Rename from
10691         `org-confirm-shell-links'.
10692         (org-export-directory): New function.
10693         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
10694         (org-export-icalendar): Use `org-export-directory'.
10695         (org-indent-item): Keep cursor position.
10696         (org-link-file-path-type): New option.
10697         (org-export-as-html): Fix bug with plain lists starting in
10698         column 0.
10699         (org-export-as-html): Remove deadline formatting, this happens
10700         now already in `org-html-handle-time-stamps'.
10701         (org-export-html-style): Deadline class removed.
10702         (org-insert-labeled-timestamps-at-point): New option.
10703         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
10704         of `hide-sublevels 1', in case the first headline is not level 1.
10705         (org-overview, org-content): New fuction.
10706         (org-cycle-global-status, org-cycle-subtree-status): Make these
10707         variables buffer-local.
10708         (org-global-cycle): New command.
10709         (org-shifttab): Use `org-global-cycle'.
10710         (org-insert-heading, org-insert-item): Go to end of new
10711         headline/item after creating it.
10712         (org-export-visible): Rename from `org-export-copy-visible'.
10713         Now creates a temporary org-file and applies an exporting command
10714         to it.
10715         (org-table-eval-formula): Support for lisp forms.
10716         (org-agenda-todo-ignore-scheduled): New option.
10717         (org-agenda-get-todos): Use new option
10718         `org-agenda-todo-ignore-scheduled'.
10719         (org-export-html-inline-images): New value `maybe'.
10720         (org-export-as-html): Inlining of images dependent on link description.
10721         (org-archive-subtree): Check for end-of-buffer before trying
10722         `kill-line'.
10723         (org-agenda-follow-mode): New option.
10724         (org-export-with-tags, org-export-with-timestamps): New options.
10725         (org-html-handle-time-stamps): New function.
10726         (org-keyword-time-regexp): New variable.
10727         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
10728         (org-agenda-todo-list-sublevels): New option.
10729         (org-html-level-start): When TITLE is nil, just close all levels.
10730         (org-parse-key-lines, org-parse-export-options): Remove functions,
10731         replaced by `org-infile-export-plist'.
10732         (org-combine-plists, org-infile-export-plist)
10733         (org-default-export-plist): New functions.
10734         (org-export-html-preamble, org-export-html-postamble)
10735         (org-export-html-auto-preamble, org-export-html-auto-postamble):
10736         New variables.
10737         (org-export-publishing-directory): New option.
10738         (org-export-as-html, org-export-as-ascii): Use the new property
10739         lists for settings.
10740         (org-export-copy-visible, org-export-as-xoxo):
10741         Respect `org-export-publishing-directory'.
10742         (org-link-search, org-store-link, org-file-apps): Support for
10743         links to BibTeX database entries..
10744         (org-get-current-options, org-set-regexps-and-options):
10745         Implement logging as a startup option.
10746         (org-store-link): Make sure context string is never empty
10747         (org-insert-link): Use relative path when possible.
10748         (org-at-item-checklet-p): New function.
10749         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
10750         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
10751         (org-metaright, org-metaup, org-metadown, org-shiftup)
10752         (org-shiftdown, org-shiftright, org-shiftleft)
10753         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
10754         Dispatch using `call-interactively'.
10755         (org-call-with-arg): New defsubst.
10756         (org-tag-alist, org-use-fast-tag-selection): New options.
10757         (org-complete): Use `org-tag-alist'.
10758         (org-fast-tag-insert, org-fast-tag-selection): New functions.
10759         (org-next-item, org-previous-item): New commands.
10760         (org-beginning-of-item, org-end-of-item): Add (interactive) to
10761         make command.
10762         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
10764 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
10766         * emacs-lisp/ewoc.el (ewoc-delete): New function.
10767         (ewoc-filter): Use `ewoc-delete'.
10769         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
10771 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10773         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
10774         Signal more user-friendly error messages.
10776         * complete.el (PC-do-completion): Undo the addition of implicit
10777         wildcards if they did not lead to finding any match.
10778         (read-file-name-internal): Don't add the final > if the completion is
10779         not finished.
10781 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10783         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
10784         Quote safe-local-variable predicate.
10786 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
10788         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
10790 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10792         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
10794         * progmodes/make-mode.el (makefile-special-targets-list)
10795         (makefile-macro-table, makefile-target-table): Mark as risky.
10796         (makefile-query-one-target-method): Make this the alias for the
10797         following variable.
10798         (makefile-query-one-target-method-function): Make this the real name.
10800         * textmodes/artist.el (artist-text-renderer): Make this the alias
10801         for the following variable.
10802         (artist-text-renderer-function): Make this the real name.
10804         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
10805         the alias for the following variable.
10806         (flyspell-generic-check-word-predicate): Make this the real name.
10808         * textmodes/ispell.el (ispell-format-word): Make this the alias
10809         for the following variable.
10810         (ispell-format-word-function): Make this the real name.
10811         (ispell-message-text-end): Mark as risky.
10813         * skeleton.el (skeleton-transformation, skeleton-filter)
10814         (skeleton-pair-filter): Make these the aliases for the following
10815         variables.
10816         (skeleton-transformation-function, skeleton-filter-function)
10817         (skeleton-pair-filter-function): Make these the real names.
10819         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
10820         and skeleton-pair-filter-function.
10822         * textmodes/sgml-mode.el (sgml-transformation): Make this the
10823         alias for the following variable.
10824         (sgml-transformation-function): Make this the real name.
10825         (sgml-tag-alist): Mark as risky.
10827 2006-05-21  Richard Stallman  <rms@gnu.org>
10829         * simple.el (kill-region): Interactively, pass point, then mark.
10831 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
10833         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
10835 2006-05-21  Romain Francoise  <romain@orebokech.com>
10837         * dired-x.el (dired-mode-map): Don't bind M-g.
10839 2006-05-20  Richard Stallman  <rms@gnu.org>
10841         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
10842         (dired-goto-file): Doc fix.
10844 2006-05-21  Kim F. Storm  <storm@cua.dk>
10846         * emulation/cua-base.el: Mention customizing cua-mode as alternative
10847         way to enable built-in cua-mode if user loads older CUA-mode package.
10849         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
10850         if default-filename is specified.
10852 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
10854         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
10856         * info.el (info-apropos): Make sure current-file and current-node
10857         have non-nil values.  Speed up by using add-to-list instead of
10858         manual consing.
10860 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10862         * progmodes/make-mode.el (makefile-mode): Doc fix.
10864 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
10866         * dired-aux.el (dired-do-shell-command): Doc fix.
10868 2006-05-20  Kevin Ryde  <user42@zip.com.au>
10870         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
10871         ``(custom-manual :tag "Foo" "(foo)Node")''.
10873 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
10875         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
10876         value is an integer.
10878 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
10880         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
10881         "format".
10882         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
10884 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
10886         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
10887         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
10889 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10891         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
10892         regexp for keywords.
10894 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
10896         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
10897         replace-regexp-in-string.
10899         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
10900         encode, and escape file name on conversion to URL.
10902 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10904         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
10905         Don't unescape URL.
10906         (dnd-get-local-file-name): Unescape URL on conversion to file name.
10908         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
10909         on conversion to URLs.
10911         * net/browse-url.el (browse-url-file-url): Encode file name on
10912         conversion to URL.
10914         * term/mac-win.el (mac-ae-open-documents): Escape file name on
10915         conversion to URL.
10917 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
10919         * progmodes/cc-styles.el (c-style-alist): Doc fix.
10921 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10923         * term/mac-win.el (mac-bytes-to-digits): Remove function.
10924         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
10926 2006-05-19  Glenn Morris  <rgm@gnu.org>
10928         * calendar/diary-lib.el (diary-bahai-date)
10929         (list-bahai-diary-entries, mark-bahai-diary-entries)
10930         (mark-bahai-calendar-date-pattern): Not interactive.
10931         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
10932         (diary-entries-list): Change format of 4th element in each entry.
10933         (diary-list-entries): Use add-to-diary-list.
10934         (diary-goto-entry): Handle the case where the buffer visiting the
10935         diary has been killed.
10936         (fancy-diary-display): Add 'locator to button rather than 'marker.
10937         Only generate temp-face when there are marks to apply.
10938         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
10939         (diary-fancy-date-pattern): New variable.
10940         (diary-time-regexp): Doc fix.
10941         (diary-anniversary, diary-time): New faces.
10942         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
10943         diary-time-regexp.  Add font-lock-multiline property where needed.
10944         Use new faces diary-anniversary and diary-time.
10945         (diary-fancy-font-lock-fontify-region-function): New function, to
10946         handle multiline font-lock pattern in fancy diary.
10947         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
10948         (diary-font-lock-keywords): Tweak time regexp.  Use new face
10949         diary-time.
10951 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
10953         * international/code-pages.el (mik): Table corrected.
10955 2006-05-18  Kim F. Storm  <storm@cua.dk>
10957         * progmodes/grep.el (grep-find): Don't check grep-find-command
10958         before running command (breaks non-interactive usage).
10960 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
10962         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
10963         (ewoc--insert-new-node): Don't insert trailing newline.
10964         Instead, adjust successor nodes's start markers.
10965         (ewoc--refresh-node): Delete all text from current node's start
10966         marker to the next one's; adjust successor nodes's start markers.
10967         (ewoc--create): Doc fixes.
10968         (ewoc--refresh): Don't insert newline.
10969         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
10970         * pcvs.el (cvs-make-cvs-buffer):
10971         Specify extra newline for ewoc's header and footer.
10972         (cvs-update-header): Update initial header recognition.
10973         Append newline to final header and footer values.
10974         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
10976 2006-05-17  Richard Stallman  <rms@gnu.org>
10978         * files.el (file-name-extension): Doc fix.
10980 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10982         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
10983         we can explicitly enable/disable rather than toggle.
10984         (shell-mode): Use it.
10985         (shell-cd): Don't try to reproduce what `cd' does.
10987 2006-05-17  Kim F. Storm  <storm@cua.dk>
10989         * ido.el (ido-read-internal): Use only nondirectory part of
10990         default item.
10992 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
10994         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
10995         (ewoc-nth): Doc fix.
10997         (ewoc-map, ewoc-invalidate): Compute PP before looping.
10999 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
11001         * international/mule.el (auto-coding-alist): Add .lha to files
11002         read with no-conversion.
11004         * files.el (auto-mode-alist): Add .lha files to archive file
11005         extensions.
11007         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11008         Convert csize to integer when computing offsets within the
11009         compressed archive file.
11011 2006-05-16  Kim F. Storm  <storm@cua.dk>
11013         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11014         with read-from-minibuffer.
11016 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11018         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11019         (byte-compile-warnings): Fix safe-local-variable property.
11021 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
11023         * allout.el (allout-show-bodies, allout-old-style-prefixes)
11024         (allout-stylish-prefixes, allout-numbered-bullet)
11025         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11026         predicates to qualify `safe-local-variable' property, when
11027         available, else use equivalent lambda.
11028         (allout-current-topic-collapsed-p): Do the right thing regarding
11029         trailing blank lines.
11031 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11033         * server.el (server-start): Only create a directory if needed.
11034         (server-edit, server-unload-hook): server-start => server-mode.
11035         (kill-emacs-hook): Cleanup upon exit.
11037 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11039         * hexl.el (hexlify-buffer): Encode process arguments manually.
11041 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
11043         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11044         call to gdb-tooltip-print.
11046 2006-05-15  Romain Francoise  <romain@orebokech.com>
11048         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
11049         systems, default to "tar" since those systems probably have GNU tar.
11051 2006-05-14  Lars Hansen  <larsh@soem.dk>
11053         * desktop.el (desktop-missing-file-warning): Fix docstring.
11054         (desktop-restore-file-buffer): Correct question asked on missing file.
11056 2006-05-14  Kim F. Storm  <storm@cua.dk>
11058         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11059         Add CUA move property.
11061 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
11063         * custom.el (custom-push-theme): Load the variable before checking
11064         its `standard-value'.
11066 2006-05-13  Lars Hansen  <larsh@soem.dk>
11068         * desktop.el (desktop-save): Use with-temp-buffer.
11070 2006-05-12  Glenn Morris  <rgm@gnu.org>
11072         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
11073         * calendar/calendar.el (calendar-mode-map):
11074         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
11075         * calendar/appt.el (appt-check, appt-make-list): Refer to
11076         diary-view-entries, diary-list-entries, diary-show-all-entries
11077         rather than obsolete aliases.
11079 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
11081         * simple.el (line-move-finish): Avoid calling point motion hooks
11082         while processing intangibility.
11084 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
11086         * term/xterm.el (terminal-init-xterm): Fix typo.
11088 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
11090         * allout.el (allout-view-change-hook): Mark as being deprecated,
11091         to be replaced by `allout-exposure-change-hook'.
11092         (allout-exposure-change-hook): New, replacing
11093         `allout-view-change-hook'.
11094         (allout-flag-region): Run new hook `allout-exposure-change-hook',
11095         in addition to `allout-view-change-hook'.
11096         (allout-show-bodies, allout-old-style-prefixes)
11097         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11098         lambda forms to prevent their showing up in variable help
11099         presentations as inscrutable byte-compiled code.
11100         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11101         Use string-or-null-p to qualify safe-local-variable values.
11102         (allout-reindent-bodies): Use memq to qualify matches against
11103         valid safe-local-variable values.  Also, quote the lambda as above.
11104         (allout-use-mode-specific-leader): Add missing candidate-value
11105         symbols, use memq, and quote the lambda.
11106         (allout-overlay-interior-modification-handler): Remove unused
11107         variables `msg' and 'opened'.
11108         (allout-hidden-p): Constrain invisibility consideration to allout's
11109         invisibility spec, disregarding invisibility for other reasons.
11111 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
11113         * files.el (version-control): Correct safe values.
11115 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
11117         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
11119         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
11120         (ewoc--insert-new-node): New func.
11121         Update callers of deleted funcs to use it, instead.
11123 2006-05-11  Glenn Morris  <rgm@gnu.org>
11125         * calendar/calendar.el (diary-show-all-entries): Do not refer to
11126         obsolete alias `show-all-diary-entries'.
11127         (make-diary-entry): Not interactive.
11128         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
11129         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11130         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11131         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11132         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
11133         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
11135 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11137         * calendar/calendar.el (calendar-french-date-string)
11138         (calendar-mayan-date-string, calendar-chinese-date-string)
11139         (calendar-astro-date-string, calendar-iso-date-string)
11140         (calendar-islamic-date-string, calendar-bahai-date-string)
11141         (calendar-hebrew-date-string, calendar-coptic-date-string)
11142         (calendar-ethiopic-date-string, calendar-persian-date-string):
11143         These functions are not interactive.
11145 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
11147         * files.el: Balance parentheses.
11149 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
11151         * files.el, newcomment.el, outline.el, simple.el,
11152         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
11153         * progmodes/cc-vars.el, progmodes/compile.el:
11154         Move `safe-local-variable' declarations to the respective files.
11156         * help-fns.el (describe-variable): Don't print safe-var if it is
11157         byte-code.  Improve wording as suggested by Luc Teirlinck.
11159 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
11161         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
11162         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
11163         Use a token for pending-triggers to ensure gdb-var-update
11164         gets called once per user input again for pre-GDB 6.4.
11165         (gdb-var-delete): Match on more complex expressions.
11166         (gdb-var-list-children-handler, gdb-var-create-handler):
11167         Use a token for consistency.
11169 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
11171         * textmodes/org.el (org-read-date, org-goto-calendar)
11172         (org-agenda-goto-calendar):
11173         Bind `view-calendar-holidays-initially' to nil.
11175 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
11177         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
11178         Update all callers to do it there, instead.
11180 2006-05-10  Glenn Morris  <rgm@gnu.org>
11182         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
11183         prefix arg case, to avoid view-diary-entries-initially error.
11184         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11185         (calendar-date-is-legal-p): Handle dates with no day part.
11187 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
11189         * comint.el (comint-insert-input): Just make it when
11190         comint-use-prompt regexp is nil (default) and with the mouse.
11191         (comint-copy-old-input): Reinstate from 2004-06-23.
11192         (comint-mode-map): Bind C-c C-m to it.
11194 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
11196         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
11197         Remove spurious move to point-max (new comint behavior fixes).
11199         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
11200         compatibility function (Emacs 18/19).
11201         (idlwave-is-continuation-line): Always return point at start of
11202         previous non-blank continuation line.
11203         (keyword-parameters): Fix continued comment font-lock matcher.
11204         (idlwave-font-lock-fontify-region): Written, use as
11205         font-lock-fontify-region-function, to fix continued keyword
11206         fontification issues.
11208 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11210         * term/mac-win.el (mac-font-panel-mode): Doc fix.
11211         (mac-service-selection, mac-service-open-file)
11212         (mac-service-open-selection, mac-service-mail-selection)
11213         (mac-service-mail-to, mac-service-insert-text): Rename from
11214         mac-services-*.  All uses changed.
11215         (mac-apple-event-map): Rename event symbol `services' to `service'.
11217 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
11219         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
11220         (ewoc--node-enter-first, ewoc--node-enter-last)
11221         (ewoc--delete-node-internal): Merge funcs into unique callers.
11223 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
11225         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
11226         return value of read-from-minibuffer for empty input.
11228 2006-05-09  Miles Bader  <miles@gnu.org>
11230         * comint.el (comint-insert-input): Remove redundant calls to setq
11231         and goto-char.
11233 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
11235         * comint.el (comint-insert-input): Make it work when
11236         comint-use-prompt-regexp is t.
11238 2006-05-10  Miles Bader  <miles@gnu.org>
11240         * subr.el (field-at-pos): New function.
11242         * comint.el (comint-insert-input): Use it.
11244 2006-05-09  Juri Linkov  <juri@jurta.org>
11246         * battery.el (battery-linux-proc-acpi): Also try
11247         `/proc/acpi/thermal_zone/THR2/temperature'.
11249         * files.el <safe-local-variable>: Remove `eval' and `let' binding
11250         for now unused lambda `string-or-null'.
11252         * add-log.el (change-log-default-name): Put `string-or-null-p'
11253         instead of lambda on `safe-local-variable' property.
11255         * diff-mode.el (diff-context->unified): Use `region-beginning' and
11256         `region-end' instead of `mark' and `point'.
11257         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
11258         Operate on region in Transient Mark mode when the mark is active.
11259         Use `region-beginning' and `region-end' instead of `mark' and
11260         `point'.
11261         (diff-hunk-text, diff-goto-source): Doc fix.
11263         * startup.el (fancy-splash-screens, normal-splash-screen): Use
11264         face `mode-line-buffer-id' for mode-line buffer face instead of
11265         hard-coded `(:weight bold)'.
11267         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
11268         buffer-undo-list to t (undo-ask is reproducible by visiting
11269         nested archives).
11271 2006-05-09  Kim F. Storm  <storm@cua.dk>
11273         * progmodes/grep.el (rgrep): Set default directory of *grep*
11274         buffer if we start M-x rgrep in the *grep* buffer and choose
11275         a different base directory.
11277 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
11279         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
11280         completion also when ido is loaded.
11282 2006-05-09  Masatake YAMATO  <jet@gyve.org>
11284         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
11285         "warning" and "import".
11286         (cpp-font-lock-keywords): Added "warning".
11288 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
11290         * term/xterm.el (terminal-init-xterm): Add more key bindings.
11292 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11294         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
11295         pages at a time, if we signal the end, we should indeed reach that end.
11297 2006-05-08  David Reitter  <david.reitter@gmail.com>
11299         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
11300         output during execution of the body.
11302 2006-05-08  Kim F. Storm  <storm@cua.dk>
11304         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
11306 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
11308         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
11309         Use with-current-buffer.
11311 2006-05-07  Kim F. Storm  <storm@cua.dk>
11313         * subr.el (add-to-history): Remove keep-dups arg.
11315         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
11316         to nil around call to add-to-history.
11318 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11320         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
11321         than after a buffer modification.
11323 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
11325         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
11326         call to...
11327         (gud-watch): ...here so speedbar is raised for already watched
11328         expressions.
11329         (gdb-speedbar-refresh): Delete function.
11330         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
11331         Use speedbar-timer-fn instead of speedbar-refresh (reverting
11332         earlier change).
11333         (gdb-var-evaluate-expression-handler)
11334         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
11336         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
11337         Update localized contents for all buffers except ignored modes.
11339 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11341         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
11342         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
11343         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
11344         (mac-handle-font-panel-closed, mac-handle-font-selection):
11345         New functions.
11346         (mac-font-panel-mode): New minor mode.
11347         (mac-apple-event-map): Add bindings for toolbar toggle button and
11348         font panel.
11349         (menu-bar-showhide-menu): Add mac-font-panel-mode.
11351 2006-05-07  John Paul Wallington  <jpw@pobox.com>
11353         * ibuffer.el (ibuffer-compressed-file-name-regexp):
11354         Avoid `regexp-opt'; simplify regexp for readability.
11356 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
11358         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
11359         * files.el (buffer-stale-function):
11360         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11361         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
11362         links to the main manual, not to emacs-xtra.
11364 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11366         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
11367         MacJapanese if text is ASCII-only.
11369 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
11371         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
11372         unless so nil isn't returned.
11373         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
11375 2006-05-06  Kim F. Storm  <storm@cua.dk>
11377         * subr.el (add-to-history): New function.
11379         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
11380         (ediff-merge-files-with-ancestor):
11381         * env.el (setenv):
11382         * isearch.el (isearch-update-ring):
11383         * server.el (server-visit-files):
11384         * progmodes/grep.el (lgrep, rgrep):
11385         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
11386         * progmodes/xscheme.el (xscheme-insert-expression):
11387         Use add-to-history.
11389         * kmacro.el (kmacro-push-ring): Use add-to-history.
11390         (kmacro-ring-length): Remove unused defun.
11391         (kmacro-start-macro): Use kmacro-push-ring.
11393 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
11395         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
11396         directly instead of a lambda expression that calls it.
11398 2006-05-06  Kim F. Storm  <storm@cua.dk>
11400         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
11401         instead of compute-motion.
11403 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
11405         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
11406         change.
11408 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
11410         * startup.el (command-line-1): Refer to "Pure Storage" on
11411         pure-space-overflow.
11413 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
11415         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
11416         provided faces once they all have been used up.
11418 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
11420         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
11421         reference to the Lisp manual to the warning about pure space
11422         overflow.
11424 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11426         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
11427         argument to avoid the call to `ispell-internal-change-dictionary'
11428         when not needed.
11429         (ispell-change-dictionary): Use this argument and call
11430         `ispell-internal-change-dictionary' after the possible change
11431         to `ispell-local-dictionary'.
11432         (ispell-internal-change-dictionary): Check for a change in
11433         personal dictionary use too.
11435 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
11437         * startup.el (command-line): On MS-Windows, probe "~", not
11438         "~USER", for warning about non-existent home directory.
11440         * arc-mode.el (archive-l-e): New optional argument `float' means
11441         generate a float value.
11442         (archive-arc-summarize, archive-lzh-summarize)
11443         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
11444         with 3rd argument non-nil when file's size is being computed.
11445         Format the file sizes with %8.0f instead of %8d.
11447 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11449         * cus-start.el (all): Add mac-dnd-known-types.
11451         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
11452         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
11453         (mac-TIFF-to-string): New functions.
11454         (x-get-selection, x-selection-value)
11455         (mac-select-convert-to-string): Use them.
11456         (mac-text-encoding-mac-japanese-basic-variant): New constant.
11457         (mac-dnd-types-alist): New customization variable.
11458         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
11459         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
11460         (mac-dnd-handle-drag-n-drop-event): New functions.
11461         (mac-drag-n-drop): Remove function.
11462         (global-map): Bind drag-n-drop and M-drag-n-drop to
11463         mac-dnd-handle-drag-n-drop-event.
11465 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
11467         * progmodes/perl-mode.el (perl-beginning-of-function):
11468         Skip anonymous subs.
11470 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
11472         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
11473         regexp-opt at run time.
11475         * term.el (term-handle-ansi-escape): Fix off by one error.
11477 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
11479         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
11480         (gdb-init-1, gdb-post-prompt): ...and references to it.
11481         (gdb-frame-handler): Strip directory name from filename if present.
11483         * progmodes/gud.el (gdb-force-update): Delete defvar
11484         (gud-speedbar-buttons): ...and references to it.  Use window-start
11485         to try to keep positon in watch expression.
11487 2006-05-03  Richard Stallman  <rms@gnu.org>
11489         * simple.el (next-history-element, previous-history-element): Doc fix.
11491         * isearch.el (isearch-update-ring): Doc fix.
11493 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
11495         * isearch.el (isearch-update-ring): Take history-delete-duplicates
11496         into consideration.  Replace one arm ifs with whens.
11498 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
11500         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
11501         (menu): Fix typo.
11503 2006-05-02  Miles Bader  <miles@gnu.org>
11505         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
11507 2006-05-02  Jay Belanger  <belanger@truman.edu>
11509         * calc/calc-embed.el (calc-override-minor-modes-map)
11510         (calc-override-minor-modes): New variables.
11511         (calc-do-embedded): Make sure that Calc keystrokes aren't
11512         overwritten by minor modes.
11514 2006-05-02  Chong Yidong  <cyd@mit.edu>
11516         * msb.el (msb): If EVENT is a down event, read and discard the up event.
11518 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11520         * startup.el (command-line-1): Refer to Lisp manual when
11521         pure-space-overflow occurs.
11523         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
11524         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
11525         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
11526         (version-control): Don't use `t' for safe-local-variable declarations.
11528 2006-05-01  Richard Stallman  <rms@gnu.org>
11530         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
11531         M-r, M-R, M-A, M-SPC or M-DEL.
11532         (diff-mode-map): diff-refine-hunk now on C-c C-w
11533         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
11535         * help-mode.el (help-mode): view-exit-action calls delete-window
11536         only when it is safe and possible.
11538         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
11539         in messages.
11541         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
11543         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
11544         in the default tool-bar-map.
11546 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
11548         * net/tramp.el (tramp-completion-file-name-handler-alist)
11549         (tramp-run-real-handler, tramp-completion-run-real-handler)
11550         (tramp-completion-handle-file-name-all-completions)
11551         (tramp-completion-handle-file-name-completion): Autoload them.
11552         (tramp-completion-handle-file-exists-p)
11553         (tramp-completion-handle-file-name-directory)
11554         (tramp-completion-handle-file-name-nondirectory)
11555         (tramp-completion-handle-expand-file-name): Remove them.
11556         (tramp-handle-file-name-directory): Return the real directory name.
11557         Returning "/" only doesn't need to be necessary any longer.
11558         (tramp-file-name-handler): Make special attention when in hostname
11559         completion mode.
11560         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
11561         (tramp-register-file-name-handlers):
11562         Register `tramp-completion-file-name-handler' only when
11563         `partial-completion-mode' is enabled.
11564         (tramp-completion-handle-file-name-all-completions):
11565         Delete directory part from results.
11566         (tramp-get-completion-methods, tramp-get-completion-user-host):
11567         Discard deleting "/", it doesn't work after the change of
11568         `tramp-handle-file-name-directory' above.
11570 2006-05-01  Kim F. Storm  <storm@cua.dk>
11572         * progmodes/grep.el (grep-expand-template): Use save-match-data
11573         and symbol-value.
11575 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11577         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
11578         Use select-frame-set-input-focus instead of raise-frame.
11579         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
11581 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
11583         * progmodes/gud.el (gud-def): Add %c case.
11584         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
11585         (gud-format-command): Make match case sensitive.  Match on %F.
11587 2006-04-30  Glenn Morris  <rgm@gnu.org>
11589         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
11590         (cal-tex-preamble): Use cal-tex-preamble-extra.
11591         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
11592         than alias `list-diary-entries'.
11594 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
11596         * help-fns.el (describe-variable): Add info about safe local variables.
11598 2006-04-29  Richard Stallman  <rms@gnu.org>
11600         * bindings.el (mode-line-format): help-echo doc fixes.
11602         * net/tramp.el (tramp-file-name-handler-alist): Delete
11603         expand-file-name and other operations that can cause spurious loading.
11605 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11607         * files.el (safe-local-variable-p): Remove support for the special
11608         value t.
11610         * textmodes/paragraphs.el (sentence-end-without-space):
11611         Fix safety predicate.
11612         (sentence-end-double-space, sentence-end-without-period)
11613         (paragraph-ignore-fill-prefix):
11614         * textmodes/fill.el (colon-double-space):
11615         * abbrev.el (abbrev-mode): Tighten the safety predicate.
11617         * subr.el (booleanp): New fun.
11619         * textmodes/reftex-vars.el (reftex-guess-label-type):
11620         Tighten the safety predicate.
11622 2006-04-28  Kim F. Storm  <storm@cua.dk>
11624         * progmodes/grep.el (defgroup grep): Doc fix.
11625         (grep-auto-highlight): Remove.
11626         (grep-template): New defcustom.
11627         (grep-find-template): Rename from grep-tree-template.
11628         (grep-files-aliases): Rename from grep-tree-files-aliases.
11629         Remove "all" alias, add "l" alias.
11630         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
11631         (grep-find-ignored-directories): New defcustom to replace
11632         grep-tree-ignore-CVS-directories, to facilitate ignoring
11633         subdirectories for multiple version control systems.
11634         (grep-mode-map): Add Recursive grep item to GREP menu.
11635         (grep-regexp-history, grep-files-history): New defvars.
11636         (grep-probe): New helper function.
11637         (grep-compute-defaults): Use it to simplify code.
11638         Adapt to name changes.
11639         Use `.' as base in grep-find-template rather than <D>.
11640         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
11641         Call grep-compute-defaults unconditionally.
11642         (grep-expand-keywords): New defconst.
11643         (grep-expand-template): Rename from grep-expand-command-macros.
11644         Simplify via grep-expand-keywords.  Look at case-fold-search instead
11645         of grep-tree-ignore-case to add -i option.
11646         Bind case-fold-search to nil while matching keywords.
11647         (grep-tree-last-regexp, grep-tree-last-files): Remove.
11648         (grep-read-regexp, grep-read-files): New helper functions.
11649         (rgrep): Rename from grep-tree.  Rework to use proper histories.
11650         Adapt to changes in defcustoms and functions above.
11651         (lgrep): New command, as grep, but using same interactive UI as rgrep.
11653 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
11655         * net/tramp.el (tramp-completion-file-name-handler):
11656         Disable Tramp's functionality while loading Tramp itself.
11657         (tramp-register-file-name-handlers): That's a defsubst now.
11658         Code from `tramp-repair-jka-compr' moved here.  Apply it via
11659         `after-init-hook'.
11660         (tramp-repair-jka-compr): Remove.
11662 2006-04-27  Jay Belanger  <belanger@truman.edu>
11664         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
11665         read expression when `math-read-big-expr' doesn't work.
11667 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
11669         * startup.el (command-line-1): Display warning when
11670         pure-space-overflow is non-nil.
11672 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11674         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
11675         risky.
11677 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11679         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
11680         Return the URL or nil if none can be generated.
11682 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
11684         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
11685         byte compiler warnings.
11686         (gud-basic-call, gud-find-expr): Let user select an expression
11687         for printing.  Print expression as well as value in GUD buffer.
11689 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
11691         * allout.el: Remove local autoload declaration for
11692         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
11693         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
11694         (allout-plain-bullets-string, allout-distinctive-bullets-string)
11695         (allout-use-mode-specific-leader, allout-old-style-prefixes)
11696         (allout-stylish-prefixes, allout-numbered-bullet)
11697         (allout-file-xref-bullet, allout-presentation-padding)
11698         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
11699         safe-local-variable with suitable value spec, and add autoload
11700         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
11701         (move-beginning-of-line, move-end-of-line): Repair so these compat
11702         functions now actually resituate the point, when appropriate.
11704 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11706         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
11708         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
11709         (add-log-iso8601-time-string): Fix call to format-time-string.
11711 2006-04-26  Kim F. Storm  <storm@cua.dk>
11713         * subr.el (posn-string, posn-image, posn-object): Doc fix.
11715 2006-04-26  Masatake YAMATO  <jet@gyve.org>
11717         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
11718         Add support for "//" style comments.  Remove `b' flag
11719         from ?* in `asm-mode-syntax-table'.
11721 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11723         * follow.el: Use (featurep 'xemacs) everywhere.
11724         (follow-mode): Use define-minor-mode.
11725         (follow-mode-map): Move initialization into the declaration.
11726         Use command remapping.
11727         (follow-emacs-version-xemacs-p): Remove.
11728         (follow-submit-feedback): Remove.
11730         * allout.el (allout-layout, allout-passphrase-verifier-string)
11731         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
11733         * textmodes/reftex-vars.el (reftex-vref-is-default)
11734         (reftex-fref-is-default, reftex-guess-label-type):
11735         Tighten up a bit the safety predicate.
11737         * textmodes/paragraphs.el (sentence-end-double-space)
11738         (sentence-end-without-period, sentence-end-without-space)
11739         (page-delimiter, paragraph-ignore-fill-prefix):
11740         Tighten up a bit the safety predicate.
11742         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
11744         * progmodes/python.el (python-continuation-line-p)
11745         (python-beginning-of-statement): syntax-ppss may return
11746         a negative depth.
11747         (python-mode): Don't forcefully enable font-lock.
11749         * time-stamp.el (time-stamp-start, time-stamp-end)
11750         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
11752         * add-log.el: Remove spurious * in docstrings.
11753         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
11754         (add-change-log-entry): Use it here, since it's not specific
11755         to iso8601.
11756         (add-log-iso8601-time-string): Don't use it here any more.
11757         (change-log-indent-text, change-log-indent): Rename from add-log-*.
11759         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
11761 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
11763         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
11764         (rcirc-toggle-low-priority): Doc fix.
11765         (rcirc-handler-NOTICE): Remove beginning of line anchor in
11766         ChanServ regexp.
11767         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
11768         #emacs.
11769         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
11770         (rcirc-decode-coding-system): Use utf-8 as the default.
11771         (rcirc-multiline-minor-mode): Set the fill-column.
11772         (rcirc-format-response-string): Display bright and dim nicks.
11773         (rcirc-browse-url): Update interactive spec to fill ARG.
11774         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
11775         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
11777 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
11779         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
11780         case for @Article, etc.
11782 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
11784         * net/tramp.el (tramp-register-file-name-handlers): New defun.
11785         Added with autoload cookie.
11786         (tramp-unload-file-name-handlers): Rename from
11787         `tramp-unload-file-name-handler-alist'.
11789 2006-04-23  Romain Francoise  <romain@orebokech.com>
11791         * comint.el (comint-match-partial-filename): Doc fix.
11793 2006-04-21  Glenn Morris  <rgm@gnu.org>
11795         * calendar/cal-menu.el (calendar-mode-map): Refer to
11796         `diary-view-entries' rather than alias `view-diary-entries'.
11797         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
11799 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
11801         * progmodes/antlr-mode.el (antlr-default):
11802         * cus-edit.el (custom-documentation):
11803         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
11804         in defface.
11806 2006-04-21  Kim F. Storm  <storm@cua.dk>
11808         * image.el (image-type): New defun split out of create-image.
11809         (create-image): Use it.
11811 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
11813         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
11814         (org-open-at-point): Remove the "...done" message to keep output
11815         in the echo area visible.
11816         (org-export-as-xoxo): Fix call to `indent-region'.
11818 2006-04-21  Kevin Ryde  <user42@zip.com.au>
11820         * international/mule.el (keyboard-coding-system): defcustom
11821         info-link fixes: "Specify Coding" has been split, keyboard now in
11822         "Terminal Coding", and "Single-Byte Character Support" is now
11823         "Unibyte Mode".
11825 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
11827         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
11828         Use font-lock-warning-face for any errors e.g. no stack.
11829         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
11831 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
11833         * progmodes/sh-script.el (sh-shell): Mark as safe.
11835         * newcomment.el (comment-start, comment-start-skip)
11836         (comment-end-skip, comment-end): Mark as safe.
11838 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
11840         * textmodes/org.el (org-deadline-announce): Face removed.
11841         (org-level-faces, org-n-levels): Convert to constant.
11842         (org-compatible-face): New function.
11843         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
11844         (org-level-5, org-level-6, org-level-7, org-level-8)
11845         (org-special-keyword, org-warning, org-headline-done, org-link)
11846         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
11847         (org-scheduled-today, org-scheduled-previously, org-time-grid):
11848         Face definition revised for better color tty support.
11849         (org-bold-re, org-italic-re, org-underline-re): New constants.
11850         (org-set-font-lock-defaults): Use the new constants.
11851         (org-agenda-highlight-todo): New function.
11852         (org-agenda-todo): Fix bug with point at end of line.
11853         (org-agenda-change-all-lines, org-finalize-agenda-entries):
11854         Fontify TODO keywords.
11855         (org-insert-link): Preserve relative path in ../ links.
11856         (org-export-as-html): Convert links pointing to .org files into
11857         links that will work beteen the exported HTML files.
11858         (org-todo-list): Fix bug when arg=0.
11859         (org-insert-heading): More fine-tuning.
11861 2006-04-19  Romain Francoise  <romain@orebokech.com>
11863         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
11864         from `rmail-mime-charset-pattern'.
11866 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
11868         * progmodes/python.el (python-mode): Fix typo.
11870 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
11872         * comint.el (comint-previous-input): Don't clobber input line
11873         when moving off either end of the input history ring.
11874         (comint-delete-input): New function, used by
11875         `comint-previous-input' and others.
11876         (comint-previous-matching-input):
11877         Use `coming-delete-input'.  Save the partial input if leaving the
11878         edit line.  Goto point-max before deleting input to avoid
11879         partial input fragments hanging around.
11880         (comint-restore-input): New function, used by `comint-previous-input'.
11882 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
11884         * imenu.el (imenu--index-alist): Balance parentheses.
11886 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
11888         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
11890 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
11892         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
11893         file is nil.
11895 2006-04-18  Richard Stallman  <rms@gnu.org>
11897         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
11899         * imenu.el (imenu-create-index-function, imenu--index-alist)
11900         (imenu--last-menubar-index-alist, imenu--make-index-alist)
11901         (imenu-default-create-index-function, imenu--generic-function):
11902         Doc fixes.
11904         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
11906         * help-mode.el (help-mode): Set view-exit-action to delete window.
11908         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
11909         now works by passing nil as arg.
11911         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
11913         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
11914         (read-abbrev-file): Provide default when reading filename.
11916         * files.el (enable-local-variables): Allow :all as value.
11917         (hack-local-variables): Implement that value.
11918         (safe-local-variable-values, safe-local-eval-forms)
11919         (enable-local-variables): Mark as risky.
11920         (find-file-visit-truename, kept-old-versions): Mark safe.
11922         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
11923         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
11924         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
11926 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11928         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
11929         Use forward-line so as to get to BOL even in the presence of fields.
11930         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
11931         in return.
11932         (inferior-tcl): Tell tclsh to work in interactive mode.
11934         * complete.el (partial-completion-mode):
11935         Use 'choose-completion-string-functions to make sure that
11936         choose-completion fills the minibuffer properly.
11938         * complete.el (PC-old-read-file-name-internal): Remove.
11939         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
11940         of read-file-name-internal.
11941         (partial-completion-mode): Enable/disable this advice.
11943 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
11945         * net/tramp.el (tramp-completion-file-name-handler): Revert change
11946         of 2006-04-17.
11948 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
11950         * textmodes/org.el (org-insert-heading): Insert heading before
11951         current if at beginning of line.
11952         (org-todo, org-date): New faces.
11953         (org-table-align): Make sure tooltip window contains full text.
11954         (org-no-properties): New defsubst.
11955         (org-set-font-lock-defaults): Use new faces.
11957 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
11959         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
11960         for root variables.
11962         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
11963         (gdb-frame-address): Re-use to identify frame for watch expression.
11964         (gdb-var-list, gdb-var-create-handler): Add frame address for root
11965         variables.
11966         (gdb-init-1, gdb-source, gdb-post-prompt)
11967         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
11968         (gdb-frame-handler): Get gdb-frame-address.
11970 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
11972         Sync with Tramp 2.0.53.
11974         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
11975         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
11976         (tramp-completion-file-name-handler): Add autoload cookie for
11977         adding to `file-name-handler-alist'.
11979         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
11980         the prompt.  If it returns earlier (when detecting an error
11981         message), the rest of the output will merge accidently with the
11982         output of the next command.  Reported by M Jared Finder
11983         <jared@hpalace.com>.
11985         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
11986         for `process-file', in order to let it work for older Emacsen too.
11988 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
11990         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
11991         (tex-font-lock-keywords-3): Use it.
11993 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11995         * newcomment.el (comment-add): New function.
11996         (comment-region-default, comment-dwim): Use it.
11998 2006-04-15  Michael Olson  <mwolson@gnu.org>
12000         * emacs-lisp/tq.el: Improve comments.
12001         (tq-queue-head-question): New accessor function.
12002         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12003         Update for modified queue structure.
12004         (tq-queue-add): Accept `question' argument.
12005         (tq-queue-pop): If a question is pending, send it.
12006         (tq-enqueue): Accept new optional argument `delay-question'.
12007         If this is non-nil, and at least one other question is pending a
12008         response, queue the question rather than sending it immediately.
12010 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12012         * calendar/appt.el (appt-add): Check whether an appointment is
12013         already present in appt-time-msg-list.  Simplify code.
12015 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12017         * progmodes/cc-langs.el (c-mode-menu):
12018         Don't presume c-subword-mode is bound.
12020 2006-04-13  Bill Wohler  <wohler@newt.com>
12022         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12023         (customize-package-emacs-version): Use cdr instead of cadr now
12024         that alists use dotted pairs.
12026         * custom.el (defcustom): Fix docstring for :package-version.
12028 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
12030         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12031         (tramp-handle-shell-command): Display output buffer only when
12032         `tramp-display-shell-command-buffer' is true.
12033         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12035 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12037         * textmodes/org.el (org-set-autofill-regexps): Set only the local
12038         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12040 2006-04-13  Romain Francoise  <romain@orebokech.com>
12042         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12043         leaving temporary .cvsignore buffers behind.
12045 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12047         * textmodes/org.el (org-set-regexps-and-options)
12048         (org-get-current-options): Better names for the startup folding
12049         options.
12051 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
12053         * vc.el (vc-annotate): Arrange for point to end up at the same
12054         line number as in the original, but only when using a new buffer.
12056 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
12058         * files.el (hack-one-local-variable-eval-safep):
12059         Recognize `edebug-form-spec' for `put', but only if it passes
12060         `edebug-basic-spec'.  Generalize `put' handling.
12062         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12063         vetting file-local form specs.
12065         * allout.el (allout-layout): Autoload its `safe-local-variable'
12066         property.
12068 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12070         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
12071         (org-agenda-mouse-1-follows-link)
12072         (org-mouse-1-follows-link): New options.
12073         (org-format-agenda-item): Fix bug if TAGS is nil.
12074         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
12076 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
12078         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
12079         GDB 6.1+ gives full filename for "info sources" so use
12080         file-name-nondirectory.
12082 2006-04-12  Romain Francoise  <romain@orebokech.com>
12084         * subr.el (read-passwd): Bind `message-log-max' to nil.
12086 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12088         * progmodes/perl-mode.el (perl-indent-new-calculate):
12089         Recompute parse-start after jumping backward by a whole sexp.
12091 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12093         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12094         window configuration.
12095         (vc-annotate-display-select): Select the buffer so that current-buffer
12096         (and selected-window) is the output buffer at the end of vc-annotate.
12098 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
12100         * vc.el (vc-annotate-color-map): Add custom TTY color map for
12101         8-color terminals, to use all of the colors in a sensible order.
12102         256-color terminals work well with the standard map.
12103         (vc-annotate-lines): Only strip the first color character if it
12104         is "#", to allow for terminal-style named colors.
12105         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12106         the correct buffer is scrolled.
12108 2006-04-11  Richard Stallman  <rms@gnu.org>
12110         * emacs-lisp/bytecomp.el (byte-compile-file):
12111         Bind enable-local-variables to :safe, and make normal-mode obey it.
12113         * files.el (enable-local-variables): Allow value :safe.
12114         (normal-mode): Doc fix.
12115         (hack-local-variables): Implement enable-local-variables = :safe.
12116         (hack-local-variables-confirm): Don't prevent quitting.
12118 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12120         * loadhist.el (unload-feature): A bit of sanity check of
12121         load-history entries.  Cancel timer-vars before unbinding them.
12123         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
12124         quote special chars, and make the trick work on the hex part of the
12125         buffer as well.
12126         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
12127         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
12129         * startup.el (normal-splash-screen): Fix last change so we don't wait
12130         2 minutes if we don't show the splash screen.
12132 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
12134         * textmodes/org.el (org-export-plain-list-max-depth)
12135         (org-table-spaces-around-separators)
12136         (org-radio-targets, org-activate-camels)
12137         (org-table-spaces-around-invisible-separators): Options removed.
12138         (org-time-stamp-rounding-minutes, org-remember-templates)
12139         (org-ellipsis, org-activate-links, org-descriptive-links):
12140         New options.
12141         (org-remember-apply-template, org-current-time)
12142         (org-finish-edit-table-field)
12143         (org-link-unescape, org-link-escape)
12144         (org-string-width, org-table-clean-line, org-html-do-expand)
12145         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
12146         (org-read-agenda-file-list): New functions.
12147         (org-table-edit-field)
12148         (org-table-create-or-convert-from-region): New commands
12149         (org-table-toggle-vline-visibility): Command removed.
12150         (org-table-convert-region): Made a command.
12151         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
12152         Replace with the normal org- functions.
12153         (org-self-insert-command): Don't trigger realign unnecessarily
12154         when blanking a field that is not full.
12155         (org-mode): `Set buffer-invisibility-spec' for links.
12156         (org-activate-links2): Hide link part and only show descriptive
12157         part of the link.
12158         (org-insert-link): Modify for new linking system.
12159         (org-store-link): Store description separately, for use by
12160         `org-insert-link'.
12161         (org-table-align): Use `org-string-width'.
12162         (defgroup): Completely new group structure for custom variables.
12163         (org-agenda-files): Option: Single file name allowed.  Function:
12164         Optional argument unrestrited means ignore any restricitons.
12165         (org-install-agenda-files-menu): Find a buffer in Org-mode before
12166         trying to modify the menu.  Use generalized access to
12167         `org-agenda-files.'
12168         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
12169         (org-agenda-file-to-front, org-remove-file, org-diary)
12170         (org-tags-view, org-export-icalendar-all-agenda-files)
12171         (org-export-icalendar-combine-agenda-files): Use generalized
12172         access to `org-agenda-files'.
12173         (org-remember-handler): Correctly preserve heading if present.
12174         (org-table-insert-row, org-table-insert-hline): Deal with
12175         invisible characters.
12177 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
12179         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
12180         (vc-annotate-color-map): New 18 element constant
12181         value/saturation, rotating hue colormap, from red->blue.
12182         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
12183         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
12184         (vc-annotate): To avoid killing the required local variables,
12185         set them before the end of `with-output-to-temp-buffer', and
12186         after first switching to annotate-mode.
12187         (vc-annotate-warp-version): Add buffer argument in goto-line to
12188         ensure annotation, not source, is scrolled.
12190 2006-04-10  Bill Wohler  <wohler@newt.com>
12192         * custom.el (defcustom, custom-handle-keyword):
12193         Add :package-version keyword.
12194         (custom-add-package-version): New function.  Sets value of new
12195         property 'custom-package-version from :package-version keyword.
12196         (defcustom): Create Common Keywords section in docstring.
12197         (defface, defgroup): Replace definitions of a select few keywords
12198         with a reference to the Common Keywords in defcustom.
12199         (defcustom, defface, defgroup): Replace reference to Customization
12200         chapter in manual with hyperlink.
12202         * cus-edit.el (customize-package-emacs-version-alist): New variable.
12203         (customize-changed-options): Add check for custom-package-version.
12204         (customize-package-emacs-version): New function to look up Emacs
12205         version corresponding to the given package version.
12207         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
12208         defun name, in similar fashion to find-variable-regexp.
12210 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
12212         * international/mule-cmds.el (set-locale-environment): Fix last
12213         change for when the locale's preferences don't specify any encoding.
12215 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12217         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
12218         so the defined var/fun doesn't need to be quoted.
12220 2006-04-10  Richard Stallman  <rms@gnu.org>
12222         * finder.el (finder-mode-map): Add n and p bindings.
12224 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
12226         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
12227         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
12228         (gdb-setup-windows): Put something in source window if we can't find
12229         the source file.
12230         (gdb-frame-handler): Make it work again with just assembly.
12231         (gdb-data-list-register-values-handler): Make it work when there is
12232         no stack.
12234 2006-04-09  Richard Stallman  <rms@gnu.org>
12236         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
12237         specs while looking for charset.
12239         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
12241         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12242         Make them faces.
12243         (lm-font-lock-keywords): Update appropriately.
12245 2006-04-10  Kim F. Storm  <storm@cua.dk>
12247         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
12248         it can also replace buffer-substring-no-properties.
12250         * emulation/cua-base.el (cua-delete-region, cua-paste)
12251         (cua-repeat-replace-region): Use filter-buffer-substring.
12253         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
12254         (cua-cut-region-to-global-mark): Likewise.
12256         * emulation/cua-rect.el (cua--extract-rectangle)
12257         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
12259 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12261         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
12262         entry-type.  Add field delimiters to numerical fields if they are
12263         not present.
12265 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12267         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
12268         string-const to return value.
12269         (bibtex-remove-delimiters): Use it.
12271 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12273         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
12274         cl-byte-compile-compiler-macro unless it exists.
12276 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
12278         * files.el (hack-local-variables-confirm) <offer-save>:
12279         Clarify message text.  Suggested by Ralf Angeli.
12281 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12283         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
12284         (delete-extract-rectangle-line): Use `filter-buffer-substring'
12285         instead of `buffer-substring' and `delete-region'.  (Most of the
12286         code actually copied from `kill-region'.)
12288 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
12290         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
12291         (rcirc-default-port): Rename from rcirc-port.
12292         (rcirc-default-nick): Rename from rcirc-nick.
12293         (rcirc-default-user-name): Rename from rcirc-user-name.
12294         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
12295         (rcirc-low-priority-flag): New variable.
12296         (rcirc-decode-coding-system): New defcustom.
12297         (rcirc-encode-coding-system): New defcustom.
12298         (rcirc-coding-system-alist): New defcustom.
12299         (rcirc-multiline-major-mode): New defcustom.
12300         (rcirc-nick): New internal variable.
12301         (rcirc-process): Remove variable.
12302         (rcirc-server-buffer): New variable.
12303         (rcirc): Update to use rcirc-default-* variables above.
12304         (rcirc-connect): Do not add window-configuration-hook-here.
12305         (rcirc-server): New internal variable.
12306         (rcirc-connect): Do not send keepalive pings if
12307         rcirc-keepalive-seconds is nil.
12308         (with-rcirc-server-buffer): New macro.
12309         (rcirc-send-string): Encode with rcirc-encode-coding-system.
12310         (rcirc-server-name): Rename from rcirc-server.
12311         (rcirc-buffer-process): New function.
12312         (rcirc-buffer-nick): New function.
12313         (rcirc-buffer-target): Remove function.
12314         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12315         New commands.
12316         (rcirc-mode-map): Change binding of C-c C-l to
12317         rcirc-toggle-low-priority.
12318         (rcirc-mode): Initialize coding system based on
12319         rcirc-coding-system-alist.  New change-major-mode-hook to part the
12320         channel on a mode change.  Make kill-buffer-hook buffer-local.
12321         (rcirc-change-major-mode-hook): New function.
12322         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
12323         (rcirc-last-post-time): New variable.
12324         (rcirc-process-message): Store the last time user posted a message
12325         to this target.
12326         (rcirc-multiline-minor-mode): New mode.
12327         (rcirc-multiline-minor-mode-map): New mode map.
12328         (rcirc-edit-multiline): Put multiline-edit buffer in
12329         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
12330         (rcirc-print): Ignore any line starting with an ignored nick.
12331         (rcirc-print): Decode using rcirc-decode-coding-system.
12332         (rcirc-track-minor-mode): Update global-mode-string when disabling
12333         this mode.
12334         (minor-mode-alist): Add LowPri indicator.
12335         (rcirc-toggle-low-priority): New function.
12336         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
12337         next lowpriority buffer with activity.
12338         (rcirc-record-activity): Sort buffers in rcirc-activity by the
12339         last time the user posted a message in to the target.
12340         (rcirc-update-activity-string): New formatting for low priority
12341         buffers.
12342         (rcirc-split-activity): New function.
12343         (rcirc-handler-PART, rcirc-handler-KICK)
12344         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
12345         (rcirc-nick-away-alist): New variable.
12346         (rcirc-handler-301): New handler.  Away messages are printed once
12347         per change.
12349 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
12351         * info.el (Info-follow-nearest-node): Doc fix.
12353         * international/mule-cmds.el (set-locale-environment): Make sure
12354         the coding-system preferred by the locale's language has the same
12355         EOL conversion type as the original buffer-file-coding-system.
12356         (locale-language-names): Add a few MS Windows language codes.
12358 2006-04-07  Richard Stallman  <rms@gnu.org>
12360         * simple.el (eval-expression): Doc fix.
12362         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
12363         (eval-defun): Doc fixes.
12365 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
12367         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
12369 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
12371         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
12372         GDB list command without argument for greater generality.
12374 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12376         * subr.el (string-or-null-p): New function.
12378         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
12380         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
12382         * files.el: Update comment about safe-local-variable declarations.
12384 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
12386         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
12387         See idlwave.org.
12389         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
12390         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
12392         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
12393         See idlwave.org.
12395         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
12396         version 6.0 (minimal changes).  See idlwave.org.
12398         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
12399         6.0 (minimal changes).  See idlwave.org.
12401         * progmodes/idlw-rinfo.el: File obsoleted and removed.
12403 2006-04-06  Romain Francoise  <romain@orebokech.com>
12405         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
12406         symmetric encryption features and a new asynchronous interface to
12407         GnuPG.  This new version is version 1.4, plus whitespace changes.
12409 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12411         * files.el: Move some `safe-local-variable' declarations to the
12412         respective files.
12414         * textmodes/ispell.el (ispell-check-comments)
12415         (ispell-local-dictionary): Mark as safe.
12417         * abbrev.el (abbrev-mode): Mark as safe.
12419         * add-log.el (change-log-default-name): Mark as safe.
12421         * textmodes/reftex-vars.el (reftex-vref-is-default)
12422         (reftex-fref-is-default, reftex-level-indent)
12423         (reftex-guess-label-type): Mark as safe.
12425         * textmodes/fill.el (colon-double-space): Mark as safe.
12427         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
12428         (sentence-end-double-space, sentence-end-without-period)
12429         (sentence-end-without-space, sentence-end, sentence-end-base)
12430         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
12432 2006-04-06  Kim F. Storm  <storm@cua.dk>
12434         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
12435         the :set-after list.
12436         (ido-downcase-unc-hosts): New user option.  Default on.
12437         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
12438         when it is set, as regexps are now applied on the fly.
12439         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
12440         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
12441         on the fly, but only when ido-process-ignore-lists is set.
12442         Do case insensitive filtering if ido-downcase-unc-hosts is set.
12443         Only downcase names if ido-downcase-unc-hosts is set.
12445 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
12447         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
12449         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
12451 2006-04-05  Kim F. Storm  <storm@cua.dk>
12453         * ido.el (ido-mode): Set after ido-unc-hosts and
12454         ido-ignore-unc-host-regexps.
12455         (ido-save-history): Save ido-unc-hosts-cache.
12456         (ido-load-history): Load ido-unc-hosts-cache.
12457         (ido-reread-directory): Refresh unc hosts cache in // dir.
12459         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
12460         to nil while displaying slash screen.
12462 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12464         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12465         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12467 2006-04-05  Kenichi Handa  <handa@m17n.org>
12469         * international/characters.el: Setup cases of Latin, Greek, and
12470         Cyrillic characters in CJK charsets.
12472 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12474         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12475         default-enable-multibyte-characters.  This reverts the change from
12476         revision 6.17 which is no longer necessary because the passphrase
12477         is sent separately now.  GnuPG messages are unreadable under
12478         multibyte locales with default-enable-multibyte-characters set to nil.
12480 2006-04-04  Andreas Schwab  <schwab@suse.de>
12482         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
12483         and `byte-compile-warnings' as `safe-local-variable'.
12485 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
12487         * man.el (Man-mode-map): Restore the \r binding.
12488         (Man-abstract-xref-man-page): If Man-target-string is a function,
12489         call it.
12490         (Man-highlight-references): Use Man-default-man-entry to get the
12491         target.  Deal with xrefs too.
12492         (Man-highlight-references0): Don't call the target function.
12494         * woman.el (WoMan-xref-man-page): Strip the section number, woman
12495         cannot deal with it.
12497 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12499         * pgg-gpg.el: Clean up process buffers every time gpg processes
12500         complete.
12502 2006-04-04  Kenichi Handa  <handa@m17n.org>
12504         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
12505         here.
12506         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
12507         Temporarily bind inhibit-field-text-motion to t.
12509 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12511         * startup.el (normal-splash-screen): Only set mode-line-format in the
12512         splash buffer, so as not to interfere when debugging the code.
12513         Ignore errors when switching buffer.
12515 2006-04-03  Romain Francoise  <romain@orebokech.com>
12517         * dired.el (dired-dnd-protocol-alist): Fix typo.
12519 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12521         * savehist.el (savehist): Add :version.
12522         (savehist-ignored-variables): New variable.
12523         (savehist-minibuffer-hook): Don't save variables listed in
12524         `savehist-ignored-variables'.
12526         * dired.el (dired-dnd-protocol-alist): Mention that change does
12527         only apply to new buffers in doc string.
12529 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
12531         * recentf.el (recentf-open-files-item): Include newline in button
12532         field, so opening a file will work, when the point is at the end
12533         of the file name.  Allow, for example, to [i]search a file by
12534         extension and just push RET to open it.
12536 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12538         * pgg-gpg.el (pgg-gpg-process-filter)
12539         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12541         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12542         lines, temporary fix.
12544 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
12546         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
12548 2006-04-02  Richard Stallman  <rms@gnu.org>
12550         * progmodes/compile.el (compilation-message-face): Make it defcustom.
12552 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
12554         * ibuf-macs.el (define-ibuffer-column): Add a new key:
12555         header-mouse-map.
12557         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
12558         (ibuffer-mode-header-map): New keymaps.
12559         (ibuffer-update-title-and-summary): Enable mouse face highlighting
12560         and keybindings for column headers.
12561         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
12562         property.
12564 2006-04-02  Drew Adams  <drew.adams@oracle.com>
12566         * speedbar.el (speedbar-after-create-hook): Doc fix.
12568 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
12570         * shell.el (shell-directory-tracker)
12571         (shell-dynamic-complete-command): Doc fixes.
12573 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
12575         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
12576         terminals.
12578 2006-04-01  Kim F. Storm  <storm@cua.dk>
12580         * ido.el (ido-unc-hosts-cache): New defvar.
12581         (ido-unc-hosts): If value of defcustom is a function, call it to
12582         get list of UNC hosts.  Add function-item choices to specify
12583         ido-unc-hosts-net-view or user function.
12584         (ido-ignore-unc-host-regexps): New defcustom.
12585         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
12586         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
12587         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
12589 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12591         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
12592         wwidth.
12594 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
12596         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
12597         (ido-max-work-file-list, ido-switch-buffer)
12598         (ido-read-file-name-as-directory-commands):
12599         Fix typos in docstrings.
12601 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12603         * term/mac-win.el (mac-system-coding-system): Define and use after
12604         Mac-specific coding systems are ready.
12606 2006-03-27  Romain Francoise  <romain@orebokech.com>
12608         * net/rcirc.el (rcirc-connect): Add autoload cookie.
12610         * ldefs-boot.el: Update.
12612 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12614         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12615         passphrases when it is not needed.
12616         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12617         passphrase stuff from gpg, should only be necessary when you use
12618         gpg with a smartcard.
12620 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
12622         * comint.el (comint-dynamic-list-completions): Allow user to
12623         select *Completions* buffer.
12625 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
12627         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
12629 2006-03-26  Andreas Schwab  <schwab@suse.de>
12631         * progmodes/gud.el (gdb): Only complain about multiple debugging
12632         when the gdb process is still running.
12634 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
12636         * mail/rmail.el (tool-bar-map): Defvar it.
12637         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
12638         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
12640 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
12642         * help.el (print-help-return-message): Suggest to use
12643         display-buffer instead of switch-to-buffer-other-window to restore
12644         the previous window without selecting it.
12646 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12648         * frame.el (select-frame-by-name): Call x-focus-frame also when
12649         window-system is mac.
12651         * term/mac-win.el: Adjust Courier font specifications in
12652         x-fixed-font-alist.
12653         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
12654         when directly encoding to UTF-16 in native byte order, no BOM.
12656 2006-03-25  Kim F. Storm  <storm@cua.dk>
12658         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
12659         (cua--init-keymaps): Use it instead of fixed C-return.
12660         (cua-mode): Set after it.
12662         * emulation/cua-rect.el (cua--init-rectangles):
12663         Use cua-rectangle-mark-key instead of fixed C-return.
12665 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
12667         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
12668         "run" in .gdbinit.
12669         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
12671 2006-03-24  Romain Francoise  <romain@orebokech.com>
12673         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
12674         `display-buffer-other-frame'.
12676 2006-03-24  Kim F. Storm  <storm@cua.dk>
12678         * apropos.el (apropos-synonyms): Add selection => region.
12680 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
12682         * progmodes/gdb-ui.el (gdb-var-create-regexp)
12683         (gdb-var-list-children-regexp, gdb-var-update-regexp)
12684         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
12685         (gdb-data-list-register-values-regexp)
12686         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
12687         Future proof against new fields being added to MI output.
12688         (gdb-send): Don't treat backslashes for program input as
12689         continuations.
12690         (gdb-assembler-handler): Don't use window-start for this handler.
12691         (gdb-frame-handler): Don't change to hollow arrow if overlay
12692         arrow doesn't move to new frame.
12694 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
12696         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
12697         prevent compiler warnings.
12698         (gdb-stopped): Check for gud-last-last-frame (case: signal).
12699         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
12700         (gdb-assembler-custom): Use hollow-right-triangle for assembler
12701         buffer too.
12703 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
12705         * pgg-gpg.el (pgg-gpg-update-agent): Check for
12706         make-network-process, so we can use the same code in Gnus v5-10
12707         too and have this file fully synchronized with that release.
12709 2006-03-23  Romain Francoise  <romain@orebokech.com>
12711         * ibuf-ext.el (ibuffer-read-filter-group-name):
12712         Use `ibuffer-generate-filter-groups' to make completion list match
12713         the filter groups that are really displayed in the Ibuffer buffer.
12714         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
12716 2006-03-23  Kenichi Handa  <handa@m17n.org>
12718         * international/mule-cmds.el (sort-coding-systems): Describe that
12719         the argument is modified in docstring.
12721 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12723         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12724         (pgg-gpg-update-agent): New function.
12725         (pgg-gpg-use-agent-p): New function.
12726         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12727         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12728         (pgg-gpg-sign-region): Use it.
12730 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
12732         * cus-edit.el (custom-face-set): Call custom-push-theme before
12733         face-spec set so that `changed' theme is correctly saved.
12734         (custom-face-reset-standard): Reset to recalculated face rather
12735         than defface spec.
12737         * custom.el (custom-push-theme): Only save `changed' theme if the
12738         current face does not match the defface specs.
12740 2006-03-21  Simon Josefsson  <jas@extundo.com>
12742         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12743         <wilde@sha-bang.de>.
12744         (pgg-gpg-use-agent): New variable.
12745         (pgg-gpg-process-region): Use it.
12746         (pgg-gpg-encrypt-region): Likewise.
12747         (pgg-gpg-encrypt-symmetric-region): Likewise.
12748         (pgg-gpg-decrypt-region): Likewise.
12749         (pgg-gpg-sign-region): Likewise.
12750         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12752 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
12754         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
12755         bracket links.
12757 2006-03-21  Kim F. Storm  <storm@cua.dk>
12759         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
12760         fringe-indicator-alist instead of modifying global value.
12761         (gdb-frame-handler): Likewise.
12763 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
12765         * diff-mode.el (diff-function): Make it inherit from diff-header
12766         instead of diff-context.
12768         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
12769         bitmap.
12770         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
12771         change names in macro above for consistency.
12772         (gdb-frame-handler): Use hollow-right-triangle for all selected
12773         frames which except the innermost (where execution has stopped).
12774         (gdb-reset): Reset buffer-local values of overlay-arrow.
12776 2006-03-20  Richard Stallman  <rms@gnu.org>
12778         * simple.el (set-mark-command): Doc fix.
12780         * files.el (display-buffer-other-frame): New command.
12781         (ctl-x-4-map): Bind C-x 5 C-o to it.
12783 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12785         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
12786         rather than just defer-time, in case defer-time has been changed but
12787         the timer isn't running yet.
12788         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
12790 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
12792         * help-mode.el (help-follow-symbol): New function.
12793         Essentially identical to the old `help-follow', but do not let
12794         `push-button' do the work when on an xref.
12795         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
12797 2006-03-19  Richard Stallman  <rms@gnu.org>
12799         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
12800         preceded by the word `program'.
12801         (help-follow-mouse, help-follow): Throw error if not on xref.
12802         Delete no longer used args.
12804 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
12806         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
12807         annotation ensure gud-overlay-arrow-position is redisplayed.
12809 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12811         * textmodes/bibtex.el (bibtex-include-OPTkey)
12812         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
12813         (bibtex-autokey-name-case-convert)
12814         (bibtex-autokey-titleword-case-convert): Make these the aliases
12815         for the following two variables.
12816         (bibtex-autokey-name-case-convert-function)
12817         (bibtex-autokey-titleword-case-convert-function): Make these the
12818         real names.
12819         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
12820         bibtex-font-lock-crossref sublists.
12821         (bibtex-mode): Revert 2005-12-30 change (which made
12822         completion-ignore-case buffer-local).
12823         (bibtex-url): Simplify.
12825 2006-03-19  Kim F. Storm  <storm@cua.dk>
12827         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
12828         cursor property value to 2 (to align with C level change).
12830 2006-03-19  Bill Wohler  <wohler@newt.com>
12832         * image.el (image-load-path-for-library): Shorten first line in
12833         docstring.
12835 2006-03-18  Richard Stallman  <rms@gnu.org>
12837         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
12839 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
12841         * isearch.el (isearch-other-meta-char): Handle user bindings for
12842         shifted control characters.
12844 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
12846         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
12847         part that matches email addresses, file names, etc.
12849 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
12851         * term/w32-win.el (mouse-set-font):
12852         Mention w32-list-proportional-fonts in the doc string.
12854 2006-03-18  Kim F. Storm  <storm@cua.dk>
12856         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
12857         (ido-unc-hosts): New user option to explicitly define list of know
12858         UNC-style hosts for completion.
12859         (ido-cache-unc-host-shares-time): New user option.
12860         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
12861         New helper functions for UNC file-name support.
12862         (ido-may-cache-directory): Check for UNC host.  Simplify.
12863         (ido-wash-history): Clean out old UNC hosts.
12864         (ido-nonreadable-directory-p): UNC hosts are always readable.
12865         (ido-directory-too-big-p): UNC hosts are never too big.
12866         (ido-set-current-directory): Handle UNC root path.
12867         (ido-file-name-all-completions): Complete UNC host names from
12868         ido-unc-hosts list.  Cache UNC host shares.
12869         (ido-make-file-list-1): Don't filter UNC root.
12870         (ido-exhibit): Check for // in root directory, and switch to UNC
12871         mode by setting ido-current-directory to //.
12873 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
12875         * cus-edit.el (customize-changed-options): Mention explicit
12876         version number as default in prompt.
12878 2006-03-17  Bill Wohler  <wohler@newt.com>
12880         * image.el (image-load-path-for-library): Minor docstring fix.
12882 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
12884         * textmodes/org.el (org-read-date): Include subgroup 5 into
12885         replacement text.
12886         (org-popup-calendar-for-date-prompt): Fix customization type.
12888 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
12890         * progmodes/gdb-ui.el (gud-watch): Provide completion.
12891         (gdb-continuation): New variable.
12892         (gdb-send): Deal with continuation lines.
12894         * progmodes/gud.el (gud-gdb-complete-command)
12895         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
12896         expressions.
12897         (gud-tooltip-mode): Use buffer-local value.
12899 2006-03-16  Kim F. Storm  <storm@cua.dk>
12901         * ido.el (ido-edit-input): Use selected match, if any.
12903 2006-03-16  Bill Wohler  <wohler@newt.com>
12905         * image.el (image-load-path-for-library): Prefer user's images in
12906         image-load-path.
12908 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
12910         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
12911         when checking for attempt to drag leftmost or rightmost scrollbar.
12913 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
12915         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
12916         (gdb-force-mode-line-update): New function.
12917         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
12918         (gdb-exited): Use them.
12919         (gdb-signal): New function.
12920         (gdb-annotation-rules): Provide a rule for it.
12922 2006-03-16  Kenichi Handa  <handa@m17n.org>
12924         * international/mule.el (auto-coding-regexp-alist): Add entries
12925         for Unicode BOM.
12927         * sort.el (sort-build-lists): Temporarily bind
12928         inhibit-field-text-motion to t.
12930 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
12932         * locate.el (locate-command, locate-make-command-line)
12933         (locate-fcodes-file, locate-update-command)
12934         (locate-prompt-for-command, locate, locate-with-filter)
12935         (locate-get-file-positions): Doc fixes.
12936         (locate-buffer-name, locate-header-face): Remove leading `*' in
12937         defcustom.
12938         (locate-filter-output): Use `keep-lines' instead of its alias
12939         `delete-non-matching-lines'.
12940         (locate-get-filename, locate-get-dirname): Add introductory comment.
12941         (locate-find-directory-other-window): Give appropriate error
12942         message if used outside main listing.
12944 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12946         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
12947         the new extend-region feature.
12948         (font-lock-after-change-function): Update correspondingly.
12949         * jit-lock.el (jit-lock-after-change): Update correspondingly.
12950         * progmodes/grep.el (font-lock-lines-before): Don't disable.
12952 2006-03-15  Bill Wohler  <wohler@newt.com>
12954         * image.el (image-load-path-for-library): Fix example by not
12955         recommending that one binds image-load-path.  Just defvar it to
12956         placate compiler and only use it if previously defined.
12958 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
12960         * textmodes/org.el (org-insert-centered): Use `string-width' to
12961         make underlining work for wide characters.
12962         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
12963         TAB to `org-cycle', to make sure that no binding in
12964         `outline-mode-map' can supercede it.
12966 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
12968         * allout.el: Increment version to 2.2.1 in file commentary.
12970         (allout-version): Increment to 2.2.1.
12972         (allout-default-layout): New customization variable, used when the
12973         file lacks a specific allout-layout.  Uses allout-layout-type for
12974         recursively nested definition.
12976         (allout-layout-type): Widget defining allout layouts, necessary for
12977         self-recursive definition.
12979         (allout-mode): Incorporate allout-default-layout as fallback for
12980         allout-layout.
12982         (allout-layout): Mark as 'safe-local-variable', and refer mention
12983         fallback to `allout-default-layout' in absence of a specified value.
12984         (allout-passphrase-verifier-string)
12985         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
12987         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
12989         (allout-get-encryption-passphrase-verifier): Use correct name of
12990         passphrase verifier in docstring.
12992 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
12994         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
12995         elements.
12996         (gdb-find-watch-expression): Make it work for arrays too.
12997         Follow change to gdb-var-list.
12998         (gud-watch): Allow the user to enter variable name with a prexix
12999         arg.  Create keybindings.
13000         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13001         (gdb-var-list-children-handler, gdb-var-update-handler)
13002         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13003         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13004         Follow change to gdb-var-list.
13005         (gdb-starting): Don't show the overlay arrows when program is running.
13007         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13008         gdb-var-list.
13010 2006-03-14  Bill Wohler  <wohler@newt.com>
13012         * image.el (image-load-path-for-library): Pass value of path
13013         rather than symbol.  Always return list of directories.
13014         Guarantee that image directory comes first.
13016 2006-03-14  Alan Mackenzie  <acm@muc.de>
13018         * font-core.el (font-lock-extend-region\(-function\)?.):
13019         New function/variable.
13021         * font-lock.el (font-lock-after-change-function):
13022         Call font-lock-extend-region.  Obey font-lock-lines-before.
13023         (font-lock-default-fontify-region): Remove reference to
13024         font-lock-lines-before.
13026         * jit-lock.el (jit-lock-after-change):
13027         Call font-lock-extend-region.  Obey font-lock-lines-before.
13029 2006-03-14  David Ponce  <david@dponce.com>
13031         * tree-widget.el (tree-widget-themes-load-path)
13032         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13034 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
13036         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13037         (rcirc-print): Mark the start of text at the end of the prompt.
13038         (rcirc-track-minor-mode): Add autoload cookie.
13039         (rcirc-update-activity-string): Add space to front of mode-line
13040         indicator.
13042 2006-03-13  Miles Bader  <miles@gnu.org>
13044         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13045         (rcirc-abbrev-nick): Remove function.
13046         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13048 2006-03-13  David Ponce  <david@dponce.com>
13050         * tree-widget.el: Handle themes across all occurrences of the main
13051         themes sub-directory found in tree-widget-themes-load-path.
13052         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13053         (tree-widget--locate-sub-directory): Return all occurrences.
13054         (tree-widget-themes-path): New function.
13055         Replace tree-widget-themes-directory, and return a list of directories.
13056         (tree-widget-set-parent-theme)
13057         (tree-widget-lookup-image): Use it.
13059 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
13061         * textmodes/org.el (org-link-search): Avoid self-matching of
13062         links, allow target text to be distributed over several lines.
13063         (org-search-not-link): New function.
13064         (org-set-regexps-and-options, org-get-current-options):
13065         New startup options.
13066         (org-export-as-html): Take odd-level setting from local variable.
13067         (org-fontify-emphasized-text): New option.
13068         (org-set-font-lock-defaults): Include emphasized text.
13069         (org-follow-mhe-link): Allow folder-only links, fix folder name.
13070         (org-font-lock): Customize group renamed from `org-faces'.
13072 2006-03-13  John Paul Wallington  <jpw@pobox.com>
13074         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
13075         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
13077 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
13079         * cus-start.el (all): Delete :version keyword for members of the
13080         fringe group, since the entire group is new in 22.1.
13082 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
13084         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
13085         map if value is hexadecimal (an address).
13086         (gud-watch): Only search roots for existing watch expressions.
13087         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
13088         prevent caching problems with speedbar-update-directory-contents.
13090 2006-03-12  Juri Linkov  <juri@jurta.org>
13092         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13093         before comparing with `low' and `warn'.
13095         * info.el (Info-dir-remove-duplicates): Move point to the
13096         beginning of the current line after deleting the entries from
13097         redundant heading.  Use marker for `limit' and compare it with
13098         point before calling `re-search-forward'.
13100 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
13102         * simple.el (yank): Fix typo in docstring.
13104 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
13106         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13107         messages, where "D" is the 6th character.
13109 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
13111         * simple.el (yank): Fix last change.
13113 2006-03-11  David Ponce  <david@dponce.com>
13115         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13116         merging elements from the standard ispell-dictionary-alist.
13117         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
13118         alist, and return the new alist.
13120 2006-03-11  Richard Stallman  <rms@gnu.org>
13122         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
13124         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
13125         the way it is implemented is too unclean.
13127         * simple.el (kill-region, yank): Doc fix.
13129         * battery.el (battery-echo-area-format): Doc fix.
13130         (battery-mode-line-format): Likewise.
13131         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
13132         (battery-linux-proc-acpi): Ignore batteries that say "charged".
13134 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
13136         * progmodes/octave-mod.el (octave-indent-for-comment):
13137         Behave according to do string.
13139 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
13141         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
13142         Be visible only if major mode is Mail Mode.
13144         * textmodes/flyspell.el (flyspell-external-point-words)
13145         (flyspell-process-localwords): Fix last changes.
13147 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
13149         * calendar/holidays.el (list-holidays): Doc fix.
13151         * international/mule.el (auto-coding-alist): Add .odt
13152         (OpenOffice's open document) files.
13154         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
13155         document) files.  Mention in the doc string the need to sync with
13156         auto-coding-alist.
13158 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
13160         * files.el (hack-local-variables-confirm): Don't prompt for ! if
13161         enable-local-variables is set to always query, or there is no
13162         savable variable.
13164 2006-03-10  Bill Wohler  <wohler@newt.com>
13166         * image.el (image-load-path-for-library): Merge at least three
13167         functions from Gnus and MH-E into this one function that can now
13168         be shared.
13170 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
13172         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
13173         gdb-remove-mouse-face and remove help-echo too.
13174         (gdb-enqueue-input): Correct conditional clause.
13176 2006-03-10  Glenn Morris  <rgm@gnu.org>
13178         * calendar/calendar.el (calendar-holidays): Doc fix.
13179         * calendar/holidays.el (list-holidays): Doc fix.
13181 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
13183         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
13184         it gets called in gdb-prompt anyway.
13185         (gdb-use-separate-io-buffer): Only restore window arrangement for
13186         gdb-many-windows.
13187         (gdb-enqueue-input): Make it harder to send GDB input when program
13188         is running.
13189         (gdb-buffer-list): New variable.
13190         (gdb-remove-mouse-face): New function.
13191         (gdb-starting): Use it when GDB input won't get sent.
13193 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
13195         * help.el (view-lossage): Remove trailing whitespace before
13196         inserting "\n".
13198 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
13200         * files.el (hack-local-variables-confirm):
13201         Set coding-system-for-read to nil before writing to .emacs.
13203         * arc-mode.el (archive-extract): Check if an existing buffer name
13204         comes from a different archive.
13206         * help.el (describe-key-briefly): If KEY is a down event, read and
13207         discard the up event.
13209 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
13211         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
13212         be edited and use font-lock-warning-face for any changes.
13214         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
13215         (gdb-edit-value): Use it to report any errors.
13217 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
13219         * help.el (describe-key): Remove leftover test code.
13221 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
13223         * textmodes/org.el: Move defvars out of eval-when-compile.
13224         Use buffer-file-name variable.
13225         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
13226         arg `file'.
13227         (org-level-faces): Remove startup dependency.
13228         (org-cycle, org-map-tree, org-scan-tags)
13229         (org-remember-handler): Don't call `outline-level' directly.
13230         (org-mhe-search-all-folders): New option.
13231         (org-mhe-get-message-folder-from-index)
13232         (org-mhe-get-message-folder): Fix indexing search.
13233         (org-format-agenda-item): Handle nil TAGS argument.
13234         (org-cleaned-string-for-export, org-activate-target-links)
13235         (org-make-target-link-regexp): Deal with empty radio target list.
13236         (org-tag): New face.
13237         (org-get-level-face): New function.
13238         (org-set-font-lock-defaults): Simplify setup for headlines.
13239         (org-complete): Pass common substring to `display-completion-list'.
13241 2006-03-06  David Ponce  <david@dponce.com>
13243         * tree-widget.el: Update Commentary header.
13244         (tree-widget-theme-name): Ignore parent themes.
13245         (tree-widget-set-parent-theme): New function.
13246         (tree-widget-set-theme): Use it.
13247         (tree-widget-set-image-properties): Move definition.  Does nothing
13248         if image properties have already been set.
13249         (tree-widget-image-properties): Move definition.  Receive an image
13250         name.  Set the :pointer property.
13251         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
13252         Don't set the :pointer image property.
13253         (tree-widget-convert-widget): New function.  Handle :dynargs
13254         compatibility here.
13255         (tree-widget): Use it to :convert-widget.  Add the :expander-p
13256         predicate to control when the :expander function is entered.
13257         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
13258         (tree-widget-value-create): Handle :expander-p.  widget-apply
13259         :expander.
13260         (tree-widget-expander-p): New function.  Default value of the
13261         :expander-p property.
13263 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
13265         * help.el (describe-key): Properly handle the return value of
13266         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
13267         remaps.  Handle string and vector `follow-link' values.
13269 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13271         * complete.el (PC-expand-many-files): Try be more careful when parsing
13272         the shell's output.
13274 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13276         * outline.el (hide-sublevels): Provide better interactive default.
13278 2006-03-06  Kenichi Handa  <handa@m17n.org>
13280         * international/fontset.el (create-fontset-from-fontset-spec):
13281         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
13283 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
13285         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
13286         backslashes instead of one in regexp.
13287         (gud-tooltip-dereference): Add missing optional argument.
13289 2006-03-04  John Paul Wallington  <jpw@pobox.com>
13291         * wdired.el (toplevel): Require `cl' at compile-time.
13293 2006-03-04  Andreas Schwab  <schwab@suse.de>
13295         * server.el (server-process-filter): Handle errors during
13296         evaluation of the argument.
13298 2006-03-03  John Paul Wallington  <jpw@pobox.com>
13300         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
13301         escape parentheses at beginning of line.
13302         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
13303         (t-mouse-mode): Remove period from end of error message.
13305 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
13307         * textmodes/flyspell.el (flyspell-process-localwords):
13308         Be case-sensitive.
13310 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
13312         * cus-edit.el (custom-quote): Remove function, since it has been
13313         moved to custom.el.
13315         * font-lock.el (lisp-font-lock-keywords-2)
13316         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
13317         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
13318         they have no special meaning.
13320         * midnight.el (clean-buffer-list): Handle case where base-buffer of
13321         indirect buffer gets killed before indirect buffer.  Use dolist.
13323 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
13325         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
13326         value instead of a literal constant (1) on more pauses.
13328 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
13330         * textmodes/flyspell.el (flyspell-external-point-words):
13331         Be case-sensitive.
13333 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
13335         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
13336         with "www".
13338 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
13340         * allout.el: Restablish intermediate missing comment header to
13341         preserve outline structure.
13342         (allout-beginning-of-current-entry): Skip invisible text.
13343         (allout-open-topic): Fix opening a topic at end-of-buffer.
13344         (allout-minor-mode): Move nearer to allout-mode function.
13346 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
13348         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
13350 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
13352         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
13353         is nil.
13355         * progmodes/gud.el (gud-speedbar-menu-items):
13356         Use buffer-local-value and add missing :visible keyword.
13358         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
13360 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
13362         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
13363         must be `follow-link'.
13365         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
13367         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
13368         formatting: No nested anchors.
13369         (org-all-targets): Fix bug with XEmacs compatibility.
13370         (org-read-date): Add (require 'parse-time).
13371         (org-set-tags): Fix bug with extra inserted space.
13372         (org-export-html-style): Define a style class for targets.
13373         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
13374         (org-hide-leading-stars): New option.
13375         (org-hide): New face.
13376         (org-set-font-lock-defaults): Allow to hide leading stars.
13377         (org-get-legal-level, org-tr-level): New functions.
13378         (org-odd-levels-only): New option.
13379         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
13380         (org-demote, org-promote): Deal with double-star levels.
13381         (org-convert-to-odd-levels): New command.
13383 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
13385         * speedbar.el (speedbar-update-localized-contents): Try to
13386         preserve window-start.
13387         (speedbar-update-directory-contents): Try to preserve window-start
13388         and window-point.
13389         (speedbar-update-special-contents): Don't move back to start of window.
13391         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
13392         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
13393         speedbar-timer-fn.
13394         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
13395         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
13396         instead of gdb-speedbar-timer-fn.
13398 2006-02-28  Jay Belanger  <belanger@truman.edu>
13400         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
13401         (math-compose-expr): Use latex option when calling
13402         `math-compose-tex-matrix' for latex mode.
13404 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
13406         * speedbar.el: Re-instate comments about developing for speedbar
13407         [this is what info and gdb-ui use even if better methods exist now].
13409         * t-mouse.el: New file.
13410         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
13411         (t-mouse-lispy-buffer-posn-from-coords): Remove.
13412         (t-mouse-make-event-element): Use posn-at-x-y instead.
13413         (t-mouse-make-event): Deal with Fedora Core 3.
13414         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
13415         (t-mouse-mouse-position-function): New function.  Use it instead
13416         of advising mouse-position.
13417         (t-mouse-mode): New minor mode.
13418         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
13420 2006-02-27  Glenn Morris  <rgm@gnu.org>
13422         * calendar/calendar.el (calendar-holidays): Doc fix.
13424 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
13426         * progmodes/gdb-ui.el (gdb-source-window): New variable.
13427         Re-introduce the concept of a source window.
13428         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
13429         consistency with get-buffer-create.
13430         (def-gdb-auto-update-handler, gdb-info-locals-handler)
13431         (gdb-data-list-register-values-handler)
13432         (gdb-stack-list-locals-handler): Try to preserve window-start as
13433         well as window-point.
13434         (gdb-display-source-buffer): New function (old concept).
13435         (gdb-goto-breakpoint): Use it.
13437         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
13438         for gdb-ui/gdb-mi (old concept).
13440 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
13442         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
13443         binding.
13445         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
13447         * textmodes/reftex-sel.el (reftex-select-label-map)
13448         (reftex-select-bib-map): Add `follow-mouse' binding.
13450 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
13452         * jka-cmpr-hook.el (jka-compr-compression-info-list)
13453         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
13454         Give :set functions to provide automatic updating.
13455         Update docstring.  Give compiler defvars early in the file
13456         and move the defcustoms to a later spot where all called functions
13457         are defined.
13458         (jka-compr-file-name-handler-entry): Doc fix.
13459         (jka-compr-compression-info-list--internal)
13460         (jka-compr-mode-alist-additions--internal)
13461         (jka-compr-load-suffixes--internal): New variables.
13462         (jka-compr-install): Set the three above variables.
13463         Update `load-file-rep-suffixes' instead of `load-suffixes'.
13464         (jka-compr-update, jka-compr-set): New functions.
13465         (auto-compression-mode): Doc fix.
13467         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
13468         Update `load-file-rep-suffixes' instead of `load-suffixes'.
13469         Use jka-compr-compression-info-list--internal,
13470         jka-compr-mode-alist-additions--internal and
13471         jka-compr-load-suffixes--internal.
13473         * files.el (load-library):
13474         * loadhist.el (file-loadhist-lookup):
13475         * startup.el (command-line):
13476         * subr.el (locate-library):
13477         * emacs-lisp/autoload.el (update-directory-autoloads):
13478         * emacs-lisp/find-func.el (find-library-suffixes):
13479         Use `get-load-suffixes' instead of `load-suffixes'.
13481         * subr.el (locate-library):
13482         * emacs-lisp/find-func.el (find-library-name):
13483         Use `load-file-rep-suffixes' instead of '("").
13485 2006-02-26  Kim F. Storm  <storm@cua.dk>
13487         * ido.el (ido-save-history, ido-load-history): Simplify.
13488         Don't use find-file-noselect to avoid interference from other modes.
13490 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
13492         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
13493         to use the default shell if filename is not available.
13494         Reported by Giorgos Keramidas.
13496 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
13498         * progmodes/etags.el (tags-completion-table): Do completion from
13499         all the tables in the current list, as documented in the manual.
13501 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13503         * CC Mode Update to 5.31.3.
13505 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13507         * progmodes/cc-mode.el (c-postprocess-file-styles):
13508         Bind inhibit-read-only to t, around the call to
13509         c-remove-any-local-eval-or-mode-variables, so that it works on a
13510         RO file.
13512 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13514         * progmodes/cc-awk.el: Correct a typo.
13516 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13518         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
13519         c-hungry-delete-backwards, at the request of RMS.  Leave the old
13520         name as an alias.
13522 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13524         * progmodes/cc-mode.el: Correct a typo.
13526 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13528         * progmodes/cc-defs.el: Update the version number to 5.31.3.
13530 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13532         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
13533         brace-else-brace (error due to mbeg, mend being undefined).
13535 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13537         * progmodes/cc-mode.el: File Local variables: Solve the problem
13538         where both `mode' and c-file-offsets are specified: `mode' will
13539         overwrite c-f-o's settings:
13540         (c-remove-any-local-eval-or-mode-variables): New function.
13541         (c-postprocess-file-styles): Call the above new function, within
13542         c-tentative-buffer-change, to splat `mode' and `eval' before the
13543         second hack-local-variables.
13545 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13547         * progmodes/cc-mode.el:
13548         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
13549         (c-after-change): Protect the match data with save-match-data.
13550         It was getting corrupted by c-after-change-check-<>-operators.
13552         * cc-defs.el: [Supersedes patch V1.38]:
13553         (top level): Check for a buggy font-lock-compile-keywords ONLY in
13554         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
13556         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
13557         with save-match-data.  It was being corrupted when Font Lock was
13558         not enabled.
13560 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13562         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
13563         Mode and Subword Mode.
13565         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
13566         real labels ("case 1:" or "foo:") from non-labels ("public:").
13567         (c-forward-objc-directive): Replace c-forward-token-2 with crude
13568         coding; c-f-t-2 doesn't move over a token at EOB.
13570         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
13572         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
13573         (c-update-modeline): Concatenate the minor mode indicators
13574         directly onto mode-name, removing c-submode-indicators.
13575         Sometimes, c-s-i got separated from the mode name on the mode line.
13577         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
13578         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
13580 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13582         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
13583         error message when there's an evaluation error to show whether
13584         it's loaded from source or not.
13585         (c-filter-ops): Make it available at runtime too to work when
13586         `c-make-init-lang-vars-fun' needs to evaluate from source.
13588 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
13590         * help.el (help): Revert last part of 2006-02-23 change (deletion
13591         of the `provide' call).
13593 2006-02-23  Juri Linkov  <juri@jurta.org>
13595         * compare-w.el (compare-windows-highlight): Add new value
13596         `persistent' and change :type from `boolean' to `choice'.
13597         (compare-windows-overlays1, compare-windows-overlays2):
13598         New internal variables.
13599         (compare-windows-highlight): If compare-windows-highlight is
13600         `persistent', add current overlays to compare-windows-overlays[12]
13601         instead of adding compare-windows-dehighlight to pre-command-hook.
13602         (compare-windows-dehighlight): Delete all overlays from
13603         compare-windows-overlays[12].
13605         * info.el (Info-search): Don't bind search-spaces-regexp to
13606         Info-search-whitespace-regexp in non-regexp isearch mode.
13608 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13610         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
13612 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
13614         * textmodes/org.el (org-xemacs-p)
13615         (org-export-html-show-new-buffer, org-table-may-need-update)
13616         (org-insert-item, org-mhe-get-message-real-folder)
13617         (org-mhe-get-message-folder-from-index)
13618         (org-mhe-get-message-folder, org-mhe-get-message-num)
13619         (org-mhe-get-header, org-make-org-heading-search-string)
13620         (org-make-org-heading-camel, org-table-sort-lines)
13621         (org-format-org-table-html, org-format-table-table-html):
13622         Fix typos in docstrings.
13624 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
13626         * textmodes/org.el (org-cleaned-string-for-export)
13627         (org-solidify-link-text): New function.
13628         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
13629         XEmacs, just to silence the compiler.
13630         (org-export-as-ascii, org-export-as-html-and-open):
13631         Use `org-cleaned-string-for-export' and create internal links.
13632         (org-follow-mhe-link): Require mh-e, use folder.
13634 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
13636         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
13638         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
13639         gdb-debug-log-length.
13640         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
13641         it a real ring but...
13642         (gud-gdba-marker-filter): ...make it work like mark-ring.
13643         (gdb-enable-debug): Rename from gdb-enable-debug-log.
13644         (gdb-mouse-jump): New function.  Add bindings.
13646 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
13648         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
13649         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
13650         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
13651         (gdb-debug-log-length): Customize it's length.
13652         (gud-watch, gdb-var-create-handler): Display function::var format
13653         but don't use to create variable object.
13654         (gdb-var-create-handler): Use message-box in place of message.
13655         (gdb-stopped): Call gdb-exited if signalled.
13657 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
13659         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
13661         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
13663         * textmodes/reftex.el (reftex-locate-file): Search all extensions
13664         if `reftex-try-all-extensions' is set.
13666         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
13667         fail silently when there is no valid argument at point.
13668         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
13669         `fail-silently' argument.  From a patch by David Reiter.
13671         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
13672         New commands.
13673         (org-mark-ring): New variable.
13674         (org-mark-ring-length): New option.
13675         (org-open-at-point, org-goto, org-open-file): Push old position
13676         onto the mark ring.
13677         (org-add-hook): New function.
13678         (org-export-table-remove-special-lines): New option.
13679         (org-skip-comments, org-format-org-table-html): Respect new
13680         option `org-export-table-remove-special-lines'.
13681         (org-open-file): Allow special command configuration for
13682         directory link.
13683         (org-file-apps): Fix bugs in customize type, added setting
13684         for directories.
13685         (org-activate-tags, org-format-agenda-item, org-complete)
13686         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
13687         (org-get-tags, org-get-buffer-tags, org-open-at-point)
13688         (org-link-search, org-make-org-heading-search-string)
13689         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
13690         (org-radio-targets, org-file-link-context-use-camel-case)
13691         (org-activate-camels): New options.
13692         (org-update-radio-target-regexp, org-all-targets)
13693         (org-make-target-link-regexp, org-activate-target-links):
13694         New functions.
13695         (org-make-org-heading-search-string): New function.
13696         (org-store-link, org-insert-link): Use new option
13697         `org-file-link-context-use-camel-case'.
13698         (org-activate-camels): Use new option `org-activate-camels'.
13699         (org-link-regexp): Add mhe prefix.
13700         (org-open-at-point, org-store-link): Support for mhe links.
13701         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
13702         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
13703         (org-mhe-get-header, org-follow-mhe-link): New functions.
13704         (org-remove-angle-brackets, org-add-angle-brackets):
13705         New functions.
13706         (org-bracket-link-regexp): New constant.
13707         (org-read-date): Fix bug that was rejecting all typed dates.
13708         (org-link-search): Make hierarchy above visible after a match.
13709         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
13710         (org-store-link): Fix bug with link creation when cursor is in
13711         an empty line.
13712         (org-open-at-point): Fix bug with matching a link.
13713         Fixed buggy argument sequence in call to `org-view-tags'.
13714         (org-compile-prefix-format): Set `org-prefix-has-tag'.
13715         (org-prefix-has-tag): New variable.
13716         (org-format-agenda-item): Remove tags from headline
13717         if appropriate.
13718         (org-agenda-remove-tags-when-in-prefix): New option.
13720 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
13722         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
13723         Fix the regular expressions.
13725 2006-02-21  Richard M. Stallman  <rms@gnu.org>
13727         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
13728         if there's no other specific basis.
13730         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
13731         as variables at all.
13732         (unsafep-variable): Rename arg; doc fix.
13734         * abbrevlist.el (list-one-abbrev-table): Add autoload.
13736         * calendar/appt.el (diary-selective-display): Add defvar.
13738         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
13740         * isearch.el (search-whitespace-regexp): Fix custom type.
13742         * help.el (describe-key-briefly): Compute interactive args
13743         in same was as before previous change.
13745         * files.el (enable-local-variables): Doc fix.
13747 2006-02-21  Kim F. Storm  <storm@cua.dk>
13749         * fringe.el: Cleanup as file is now pre-loaded.
13750         (fringe-bitmaps): Initialize unconditionally.
13751         (fringe-mode, set-fringe-style): Remove autoload cookies.
13753 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
13755         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
13756         `horizontal-bar'.
13757         (fringe-cursor-alist): Use `horizontal-bar'.
13759 2006-02-20  Kim F. Storm  <storm@cua.dk>
13761         * fringe.el (fringe-bitmaps): Update to new bitmap names.
13762         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
13764         * loadup.el: Load "fringe" on window systems.
13766 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
13768         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
13769         out of scope components.
13771         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
13772         default.
13774 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
13776         * custom.el (customize-mark-to-save, customize-mark-as-set):
13777         Load the symbol first.
13779 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
13781         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
13782         strech spec so it doesn't display as "^J" on the header line
13783         when `Buffer-menu-use-header-line' is t.
13785 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
13787         * speedbar.el (speedbar-make-button): Keep text properties
13788         of string arguments if desired.
13790         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
13791         expessions.
13793         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
13794         of speedbar.
13796 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
13798         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
13799         to value of `read-file-name-completion-ignore-case'.
13801 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
13803         * custom.el (customize-mark-as-set): Push to `user' theme.
13805         * cus-edit.el (custom-save-variables): Allow unthemed values.
13806         (customize-set-variable): Push setting to `user' theme.
13808 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
13810         * progmodes/gud.el: Don't require font-lock as it's now
13811         automatically loaded.
13812         (gud-speedbar-buttons): Replace gdb-var-changed with
13813         gdb-force-update.
13815         * progmodes/gdb-ui.el (gdb-force-update): Rename from
13816         gdb-var-changed.
13817         (gdb-post-prompt): Use it.
13818         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13819         (gdb-var-update-handler, gdb-var-delete)
13820         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
13821         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
13822         gdb-force-update in gdb-post-prompt.
13823         (gdb-reset): Clear watch expressions from speedbar when quitting.
13825 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
13827         * viper-cmd.el (viper-insert-state-post-command-sentinel)
13828         (viper-change-state-to-vi, viper-change-state-to-emacs):
13829         Make aware of cursor coloring in the Emacs state.
13830         (viper-special-read-and-insert-char): Use read-char-exclusive.
13831         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
13833         * viper-init.el (viper-emacs-state-cursor-color): New variable.
13835         * viper-util.el (viper-save-cursor-color)
13836         (viper-get-saved-cursor-color-in-replace-mode)
13837         (viper-get-saved-cursor-color-in-insert-mode)
13838         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
13839         state.
13840         (viper-get-saved-cursor-color-in-emacs-mode): New function.
13842         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
13843         (ediff-ignore-case-option3, ediff-actual-diff-options)
13844         (ediff-actual-diff3-options): New variables to control case sensitivity.
13845         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
13846         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
13847         (ediff-toggle-ignore-case): New function.
13848         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
13850         * ediff-help.el (ediff-long-help-message-narrow2)
13851         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
13852         (ediff-long-help-message-word-mode): Add ignore-case command.
13853         (ediff-help-for-quick-help): Add ignore-case command.
13855         * ediff-merg.el: Move provide to the end.
13857         * ediff-ptch.el: Move provide to the end.
13859         * ediff-wind.el: Move provide to the end.
13861         * ediff-mult.el: Move provide to the end.
13862         (ediff-set-meta-overlay): Enable follow-link.
13864         * ediff.el: Move provide to the end.
13865         Break recursive load cycle in eval-when-compile.
13866         (ediff-patch-buffer): Better heuristics.
13868         * ediff-util.el: Move provide to the end.
13869         Break recursive load cycle in eval-when-compile.
13870         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
13871         defuns.
13872         (ediff-submit-report): Pass the values of ediff-diff3-program,
13873         ediff-diff3-options.
13875 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
13877         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
13878         the opening bracket of the following bracketing pairs: {}, [], (), <>,
13879         `' (for example, in the docstring of `windmove-default-keybindings').
13881 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
13883         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
13884         shadow face.  Don't provide binding to edit variable when it is
13885         out of scope.
13887         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
13888         (gdb-var-update-handler): Detect out of scope variables with pre
13889         GDB 6.4 too.
13890         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
13891         Reset status of variable objects to nil in update handlers.
13892         (gdb-var-update-handler-1): Detect when a variable object comes
13893         in scope.  setcar on var changes gdb-var-list directly.
13895 2006-02-17  Juri Linkov  <juri@jurta.org>
13897         * ffap.el (ffap) <defface>: Add explicit face declaration.
13898         (ffap-highlight): Use face `ffap' directly instead of checking
13899         for its existence.
13901         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
13902         `visible-ok' of `other-buffer' to find the right original buffer.
13904         * info.el (Info-search): Skip `Local Variables' node.
13906 2006-02-17  Juri Linkov  <juri@jurta.org>
13908         * info.el (Info-find-file): Check for symbols `apropos', `history',
13909         `toc' in the input filename, and return these symbols as is.
13910         (Info-find-node-2): Set Info-current-file to symbols `apropos',
13911         `history', `toc' instead of strings.
13912         (Info-set-mode-line): For non-string Info-current-file use the
13913         symbol's name inside **.
13914         (Info-isearch-push-state): Add quote before Info-current-file and
13915         Info-current-node.
13916         (Info-isearch-pop-state): Use `equal' instead of `string='.
13917         (Info-extract-pointer, Info-following-node-name): Use
13918         `match-string-no-properties' instead of `match-string'.
13919         (Info-up): Check `old-file' for `stringp'.
13920         (Info-history): Use `equal' instead of `string-equal'.
13921         Check `file' for `stringp'.
13922         (Info-history): Use symbol `history' instead of string as first arg
13923         of `Info-find-node'.
13924         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
13925         `toc' instead of string.
13926         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
13927         instead of `buffer-substring', and `match-string-no-properties'
13928         instead of `match-string'.
13929         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
13930         instead of strings.
13931         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
13932         Use symbol `apropos' instead of string.
13933         (Info-copy-current-node-name): Check `Info-current-file' for
13934         `stringp' and construct a command with `Info-find-node' from it.
13935         (Info-fontify-node): Use `match-string-no-properties' instead of
13936         `match-string' and check file names for `stringp'.
13937         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
13938         `history', `toc' instead of strings.
13940 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
13942         * files.el: Rearrange functions and variables in the file local
13943         variables section.
13945 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
13947         * files.el: Add truncate-lines, ispell-check-comments and
13948         ispell-local-dictionary as safe local variables.
13950 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
13952         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
13953         out of scope variables.
13954         (gud-speedbar-buttons): Use unless.
13956         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
13957         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
13958         (gdb-show-changed-values): Also use for out of scope variables.
13959         (gdb-var-update-handler-1): Note if variable goes out of scope.
13961 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
13963         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
13964         default to global variable values for unsupplied args.
13965         (rcirc-get-buffer-create): Fix bug with setting the target.
13966         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
13967         test for rcirc-always-use-server-buffer-flag here.
13968         (rcirc-response-formats): Add %N, which is a facified nick.  %n
13969         uses the default face.  Change the ACTION format string.  If the
13970         "nick" is the server, don't print anything for that field.
13971         Comment fixes.
13972         (rcirc-target-buffer): Don't test
13973         rcirc-always-use-server-buffer-flag here.
13974         (rcirc-print): Squeeze extra spaces out of the text before message.
13975         (rcirc-put-nick-channel): Strip potential "@" char from nick
13976         before adding them to nick table.
13977         (rcirc-url-regexp): Improve to match address like "foo.com".
13979 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
13981         * allout.el (allout-hidden-p): Move this defsubst before
13982         allout-overlay-interior-modification-handler, where it is first
13983         used.
13985 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
13987         * allout.el: Use allout invisible-text overlays instead of
13988         selective display for concealed text.  Also, lots of general
13989         cleanup, and improved compatibility code.
13991         (allout-version): Incremented, corrected, revised, and refined
13992         module commentary.
13994         (provide 'allout): Moved to the bottom, added a require of overlay.
13996         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
13997         `except-current'.
13998         (allout-write-file-hook-handler): Minimize delay.
13999         (count-trailing-whitespace-region): New function so
14000         auto-encryption of current topic can resituate cursor exactly.
14001         PGP/GPG encryption trims trailing whitespace from lines, which
14002         must be accounted for across encryption then decryption.
14004         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14005         just plain "\C-c", to avoid intruding on user's keybinding space.
14007         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14008         parameter, so user request to provide a new password is done.
14010         (allout-outside-normal-auto-fill-function, allout-auto-fill):
14011         Refined mechanism for auto-filling behavior while in allout mode.
14013         (allout-mode): Explicitly specify the mode map in the docstring.
14014         Clarify provision for various write-file hook var names.
14015         Adjusted for invisible-text overlays instead of selective-display.
14017         (allout-depth): Really return 0 if not within any topic.  This
14018         rectifies `allout-beginning-of-level' and sequence numbering
14019         errors that occur when cutting and pasting numbered topics.
14020         Changed from a in-line subst to a regular function, as well.
14022         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14024         (allout-end-of-subtree, allout-end-of-subtree)
14025         (allout-end-of-entry, allout-end-of-current-heading)
14026         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14027         (allout-show-children, allout-show-to-offshoot)
14028         (allout-hide-current-entry, allout-show-current-entry): Rectified
14029         handling of trailing blank lines between items.
14031         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14032         (allout-current-depth, allout-unprotected, allout-hidden-p)
14033         (allout-on-current-heading-p, allout-listify-exposed)
14034         (allout-chart-subtree, allout-goto-prefix)
14035         (allout-back-to-current-heading, allout-get-body-text)
14036         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14037         (allout-hide-region-body, allout-toggle-subtree-encryption)
14038         (allout-encrypt-string, allout-encrypted-key-info)
14039         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14040         (allout-file-vars-section-data): Adjusted for use with
14041         invisible-text overlays instead of selective-display.
14043         (allout-kill-line, allout-kill-topic, allout-yank-processing):
14044         Reworked for use with invisible text overlays.
14046         (allout-current-topic-collapsed-p): New function.
14048         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14049         to know when to close the containing topic.
14051         (allout-pre-command-business, allout-post-command-business):
14052         Simplify undo-batching and dynamic isearch exposure.
14054         (allout-set-overlay-category): New for invisible-text overlays.
14055         Sets properties of allout-overlay-category, used by
14056         allout-flag-region to set invisible-text overlay properties.
14057         (allout-get-invisibility-overlay): Get the first qualifying
14058         invisibility overlay, so we can find the extent of it.
14059         (allout-back-to-visible-text): Get to just before the beginnining
14060         of the current invisibility overlay, if any.
14062         (allout-overlay-insert-in-front-handler)
14063         (allout-overlay-interior-modification-handler)
14064         (allout-before-change-handler, allout-isearch-end-handler): New
14065         functions to handle extraordinary actions affecting concealed
14066         text.
14068         (allout-flag-region): Use overlays instead of selective-display
14069         for invisible text - by inheritence from the properties of
14070         allout-overlay-category in mainline Emacs, and applied
14071         property-by-property in XEmacs, some recent versions of which
14072         don't inherit the properties from the category.  Provisions to
14073         respond to concealed-text edits simplified drastically.
14075         (allout-isearch-rectification, allout-isearch-was-font-lock)
14076         (allout-isearch-expose, allout-enwrap-isearch)
14077         (allout-isearch-abort, allout-pre-was-isearching)
14078         (allout-isearch-prior-pos, allout-isearch-did-quit)
14079         (allout-isearch-dynamic-expose)
14080         (allout-hide-current-entry-completely): Functions deleted.
14082         (allout-undo-aggregation): Explicit undo aggregation no longer
14083         necessary due to transition away from selective-display.
14085         (set-allout-regexp, allout-up-current-level)
14086         (allout-next-visible-heading, allout-forward-current-level)
14087         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
14088         (allout-kill-line, allout-yank-processing, allout-show-children)
14089         (allout-expose-topic, allout-old-expose-topic)
14090         (allout-listify-exposed, allout-insert-latex-header)
14091         (allout-toggle-subtree-encryption, allout-encrypt-string)
14092         (remove-from-invisibility-spec, allout-hide-current-subtree):
14093         Ditched unused variables.
14095 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
14097         * textmodes/ispell.el (ispell-change-dictionary): Call
14098         ispell-buffer-local-dict instead of
14099         ispell-accept-buffer-local-defs.
14100         (ispell-local-dictionary-alist): Accept as valid any coding-system
14101         supported by Emacs.
14102         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14103         changed to iso-8859-3.
14105 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
14107         * speedbar.el (speedbar-frame-width): Make an inline function
14108         instead of a macro.  Use frame-width.
14109         (speedbar-try-completion, speedbar-update-contents)
14110         (speedbar-timer-fn): Use consp.
14111         (speedbar-update-localized-contents): Try to preserve point.
14113         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
14114         (menu): Re-order menu items.
14115         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
14116         field.
14117         (gdb-var-update-handler-1): Use it for GDB 6.4+.
14118         (gdb-post-prompt): Speed things by not forcing update.
14120 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
14122         * wid-edit.el (widget-button-click): For mouse-1, cancel button
14123         press and perform default action if we get a mouse movement event.
14125 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14127         * calendar/icalendar.el (icalendar--get-event-property)
14128         (icalendar--get-event-property-attributes): Fix typos in
14129         docstrings.
14131         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
14132         docstring.
14134 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
14136         * bs.el (bs-mode): Use `buffer-disable-undo'.
14137         (bs--get-file-name): Simplify.
14138         (bs-show-in-buffer): Mark the buffer as not modified.
14140 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14142         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
14143         widget-button-click.
14145         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
14146         (custom-mode): Update docstring.
14148         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
14149         binding.
14151         * files.el (hack-local-variables-confirm): Allow scrolling if the
14152         file variable list is too long.  Kill temp buffer after use.
14154 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
14156         * progmodes/gud.el (gdb): Improve doc string.
14157         (gdb-script-font-lock-keywords): Expand allowed character set.
14159         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
14160         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
14161         (gdb-separate-io-interrupt, gdb-separate-io-quit)
14162         (gdb-separate-io-stop, gdb-separate-io-eof):
14163         Rename from gdb-inferior-* to gdb-separate-*.
14164         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
14166 2006-02-14  Jay Belanger  <belanger@truman.edu>
14168         * calc/calc-arith.el (math-check-known-scalarp): Make sure
14169         expression is a symbol before checking that it is bound.
14171         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
14172         test to see if equation can be solved.
14174 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14176         * wid-edit.el (widget-button-click): Use :pressed-face property
14177         for overlay face, if it exists.
14179         * cus-edit.el (custom-manual, custom-add-see-also)
14180         (custom-add-parent-links, custom-group-link): Add :pressed-face
14181         property to links.
14183         * files.el (hack-local-variables): Remove ignored variables before
14184         checking if any variables need setting.
14186 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14188         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
14190 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
14192         * help.el (where-is): Fix message for remapped commands.
14194         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
14195         Fix typos in docstrings.
14197 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
14199         * files.el (safe-local-variable-values): New option.
14200         (hack-local-variables-prop-line): Return a list of variable-value
14201         pairs if MODE-ONLY is non-nil.
14202         (hack-local-variables): Construct list of variable-value pairs,
14203         and apply or reject them in one go.  Ask for confirmation if
14204         variables are not known safe.
14205         (hack-local-variables-confirm): Complete rewrite.  Support
14206         `safe-local-variable-values'.
14207         (enable-local-variables): Update docstring to reflect new
14208         behavior.
14209         (ignored-local-variables): Ignore ignored-local-variables and
14210         safe-local-variable-values.
14211         (safe-local-variable-p): New function.
14212         (risky-local-variable-p): `safe-local-variable' property check
14213         moved to safe-local-variable-p.
14214         (hack-one-local-variable): Checks moved to hack-local-variables.
14216         (byte-compile-dynamic, c-basic-offset, c-file-style)
14217         (c-indent-level, comment-column, fill-column, fill-prefix)
14218         (indent-tabs-mode, kept-new-versions, no-byte-compile)
14219         (no-update-autoloads, outline-regexp, page-delimiter)
14220         (paragraph-start, paragraph-separate, sentence-end)
14221         (sentence-end-double-space tab-width, version-control):
14222         Add `safe-local-variable' property.
14224         * find-lisp.el: Delete nonexistent `autocompile' file variable.
14226         * icomplete.el, play/landmark.el: Change nonexistent
14227         `outline-layout' file variable to `allout-layout'.
14229 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
14231         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
14232         (gdb-get-changed-registers): Test value of gud-minor-mode relative
14233         to gud-comint-buffer.
14234         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
14235         gdb-ui.el for gdb-mi.el.
14236         (gdb-post-prompt, gdb-get-changed-registers): Move test for
14237         registers buffer to gdb-get-changed-registers.
14238         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
14239         deletion of catchpoints (throw and catch).
14240         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14241         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
14242         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
14243         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
14244         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
14246 2006-02-13  Jay Belanger  <belanger@truman.edu>
14248         * calc/calc-arith.el (math-check-known-matrixp): Make sure
14249         expression is a symbol before checking that it is bound.
14251 2006-02-13  Richard M. Stallman  <rms@gnu.org>
14253         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
14254         for the minibuffer too, but not if resize-mini-windows will interfere.
14256         * help.el (describe-key-briefly, describe-key): Do all arg-reading
14257         inside `interactive' spec.
14258         (describe-key-briefly-internal, describe-key-internal):
14259         Functions merged back into their callers.
14261 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
14263         * info.el (info-xref-visited): Inherit from info-xref too.
14264         (Info-set-mode-line): Replace occurrences of `%' by `%%'
14265         when propertizing Info-current-file and Info-current-node.
14267 2006-02-13  Juri Linkov  <juri@jurta.org>
14269         * tumme.el (tumme-thumbnail-storage): Fix docstring.
14270         (tumme-thumb-name): Fix per-directory format.
14272 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
14274         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
14276 2006-02-12  Miles Bader  <miles@gnu.org>
14278         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
14280 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
14282         * tumme.el: Remove history section.  If someone needs the it, it
14283         can always be found in CVS.
14285 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
14287         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
14288         about the Thumbnail Managing Standard option.
14290 2006-02-12  Richard M. Stallman  <rms@gnu.org>
14292         * subr.el (substitute-key-definition): Doc fix.
14294         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
14296         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
14298         * info.el (Info-mode): Doc fix.
14300         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
14302 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
14304         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
14305         because on Solaris a POSIX compatible "id" is needed.  Reported by
14306         Magnus Henoch <mange@freemail.hu>.
14308 2006-02-12  Juri Linkov  <juri@jurta.org>
14310         * tumme.el: Remove todo item about Thumbnail Managing Standard.
14311         (tumme) <defgroup>: Change :group to `multimedia'.
14312         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
14313         Managing Standard.
14314         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
14315         Fix dostring.
14316         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
14317         and %y.  Fix docstring.
14318         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
14319         (tumme-cmd-create-standard-thumbnail-command): New user options.
14320         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
14321         is `standard'.  Fix docstring.
14322         (tumme-thumb-width, tumme-thumb-height): New user options.
14323         (tumme-external-viewer): Try to find various viewers.
14324         (tumme-get-thumbnail-image): Use `create-image' instead of
14325         constructing the `image' structure.
14326         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
14327         `standard'.
14328         (tumme-thumb-name): Add file name generation for standard storage.
14329         Simplify code for other storages.
14330         (tumme-thumb-name): Use width %w and height %h instead of size %s.
14331         Add modification time %m and thumbnail-nq8 %q.
14332         Use `tumme-cmd-create-standard-thumbnail-command' if
14333         tumme-thumbnail-storage is `standard'.
14334         (tumme-dired-insert-marked-thumbs): New autoload command.
14335         (tumme-dired-after-readin-hook): New function.
14336         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
14337         `tumme-thumb-size'.
14338         (tumme-display-image): Replace size-x %x and size-y %y with
14339         width %w and height %h.
14341         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
14342         `tumme-dired-insert-marked-thumbs'.
14344 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
14346         * tumme.el (tumme-write-tag): Fix small bug (file name did not
14347         include path).
14348         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
14349         matching tag.
14351 2006-02-12  Miles Bader  <miles@gnu.org>
14353         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
14354         New variables.
14355         (rcirc-abbrev-nick): New function.
14356         (rcirc-format-response-string): Rewrite to use the formats in
14357         `rcirc-response-formats' and expand escape sequences therein.
14358         A text-property `rcirc-text' is added over the actual response
14359         text to make easy to find inside the returned string.
14360         (rcirc-print): When filling, just look for the `rcirc-text'
14361         text-property to find the appropriate fill prefix, instead of
14362         using hardwired patterns.
14364 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
14366         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
14367         Managing Standard.
14369 2006-02-11  Kim F. Storm  <storm@cua.dk>
14371         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
14372         Don't use insert-buffer; do insert-buffer-substring directly.
14373         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
14375 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
14377         * files.el (revert-buffer, recover-file): Replace buffer-read-only
14378         with inhibit-read-only.  Suggested by Stefan Monnier.
14379         (revert-buffer): Let insert-file-contents discard
14380         buffer-undo-list.  Simplify code.
14381         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
14383 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
14385         * menu-bar.el (menu-bar-select-yank): Add a doc string.
14387         * help.el (describe-key-briefly): Now a wrapper for
14388         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
14389         to t.  Populate yank-menu if empty.
14390         (describe-key-briefly-internal): Renamed from describe-key-briefly.
14391         (describe-key): Now a wrapper for describe-key-internal.  Bind
14392         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
14393         (describe-key-internal): Renamed from describe-key.
14395 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
14397         * progmodes/glasses.el (glasses-separator): Doc fix.
14398         (glasses-original-separator): New defcustom.
14399         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
14401 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
14403         * mwheel.el (mouse-wheel-up-event): Doc fix.
14405 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
14407         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
14408         (tumme-dir): New function.  Copied from thumbs.el.
14410 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
14412         * desktop.el (desktop-outvar): Fix typo.
14413         (desktop-save-buffer-p): Doc fix.
14415         * subr.el (substitute-key-definition): Fix typo.
14417 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14419         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
14420         when window-system is mac.
14422         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
14424 2006-02-10  Kim F. Storm  <storm@cua.dk>
14426         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
14427         indirect-function instead of using condition-case.
14429 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
14431         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
14432         less `colloquial'...
14434 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
14436         * tumme.el: Add a couple of todo items.
14438 2006-02-09  Lars Hansen  <larsh@soem.dk>
14440         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
14441         (highlight-changes-mode): Don't change desktop-locals-to-save.
14443 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
14445         * image-mode.el (image-toggle-display): Clear image cache if using
14446         filename.
14448 2006-02-09  Masatake YAMATO  <jet@gyve.org>
14450         * dired-x.el (dired-guess-shell-alist-default): Add .man as
14451         a `dired-man' target.
14453         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
14454         boundary of symbols.
14456 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
14458         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
14460 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
14462         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
14463         `mapcar'; return nil.
14465 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
14467         * mouse.el (mouse-drag-track): Don't change window if we rebind to
14468         some other event.
14470 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
14472         * net/rcirc.el (rcirc-startup-channels-alist):
14473         Add irc.freenode.net and #emacs as defaults.
14474         (rcirc-ignore-all-activity-flag): Remove variable.
14475         (rcirc-authinfo): New variable.
14476         (rcirc-authinfo-filename): Remove variable.
14477         (rcirc-always-use-server-buffer-flag): New flag.
14478         (rcirc): M-x rcirc will automatically connect without prompting.
14479         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
14480         connection in lisp.
14481         (rcirc-process-server-response-1): Remove everything but the nick
14482         portion of the sender so it doesn't need to be done everywhere
14483         else.  Update related code.
14484         (global-map): Remove global keybindings.
14485         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
14486         (rcirc-send-input): Split into several functions.
14487         (rcirc-process-input-line, rcirc-process-message)
14488         (rcirc-process-command): New functions.
14489         (rcirc-target-buffer): New function to determine where to route
14490         messages.
14491         (rcirc-user-nick): Save match data.
14492         (rcirc-toggle-ignore-buffer-activity)
14493         (rcirc-update-activity-string): Remove global ignore functionality,
14494         which can be done now by toggling rcirc-track-minor-mode.
14495         (rcirc-track-minor-mode-map): New keymap.
14496         (rcirc-track-minor-mode): New minor-mode.
14497         (ignore): Make the ignore output nicer.  Always print it when
14498         adding or removing nicks.
14499         (rcirc-url-regexp): Improve.
14500         (rcirc-mangle-text): Remove properties before using text in the
14501         modeline.
14502         (rcirc-authenticate): Authentication data comes from
14503         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
14504         (rcirc-server-prefix): Inherit from rcirc-server.
14506 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
14508         * Makefile.in (compile): Append "|| true" to the end of the `find'
14509         command, like compile-always does.
14511 2006-02-08  Sam Steingold  <sds@gnu.org>
14513         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
14514         output from a dead connection.
14516 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
14518         * dired.el (dired-mode-map): Add more bindings for tumme.
14520 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14522         * wdired.el (wdired-mode-map): Use remap.
14523         (wdired-get-filename): Massage.
14524         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
14525         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
14526         `keymap' property rather than `local-map'.
14528 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
14530         * tumme.el (tumme-get-thumbnail-image): New utility function.
14531         Suggested by from Chong Yidong.
14532         (tumme-dired-with-window-configuration): Rename from
14533         `tumme-dired'.  Add code to save window configuration.
14534         (tumme-restore-window-configuration): New command to restore the
14535         window configuration that `tumme-dired-with-window-configuration'
14536         saves before it changes the window configuration.
14537         (tumme-show-all-from-dir): New command to display thumbnails for
14538         all files in a directory entered by the user, like M-x thumbs.
14539         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
14540         have been created.
14541         (tumme-display-thumbnail-original-image): Call `display-buffer'.
14542         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
14543         Remove obsolete test function.
14545 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
14547         * vc.el (small-temporary-file-directory): Remove defvar; there's
14548         a defcustom for it in files.el.
14550         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
14551         Fix typo in message.
14552         (tumme-gallery-generate): Fix typo in `error' message.
14553         (tumme-display-window-height-correction)
14554         (tumme-display-window-width-correction, tumme-line-up-dynamic)
14555         (tumme-line-up-interactive): Dox fixes.
14556         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
14557         (tumme-restore-window-configuration, tumme-format-properties-string)
14558         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
14559         Fix typos in docstrings.
14561 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
14563         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
14565 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
14567         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
14568         User should use hook if desired.
14570         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
14571         buffer if necessary.
14572         (gdb-delete-frame-or-window): New function.
14573         (gdb-breakpoints-mode-map): Bind "q" to it.
14575 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14577         * textmodes/nroff-mode.el: Clean up name space.
14578         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
14579         (nroff-mode): Obey the global setting of nroff-electric-mode.
14580         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
14582         * calendar/calendar.el (calendar-increment-month): Typo in last change.
14584 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
14586         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
14588 2006-02-06  Lars Hansen  <larsh@soem.dk>
14590         * generic-x.el (etc-fstab-generic-mode): Add file system types
14591         cifs and usbdevfs.  Allow special chars in file names.
14593 2006-02-05  Jay Belanger  <belanger@truman.edu>
14595         Update copyright notices of the files in lisp/calc.
14597 2006-02-05  Romain Francoise  <romain@orebokech.com>
14599         Update copyright notices of all files in the lisp/play directory.
14601 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
14603         * ldefs-boot.el: Regenerate.
14605         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
14607 2006-02-05  Kim F. Storm  <storm@cua.dk>
14609         * files.el (magic-mode-regexp-match-limit): New defvar.
14610         (set-auto-mode): Use it to limit magic-mode-alist matching.
14612 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
14614         * info.el (Info-index, Info-mode): Improve the description of the
14615         `i' command.
14617         * ldefs-boot.el: Regenerate.
14619 2006-02-03  Werner Lemberg  <wl@gnu.org>
14621         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
14622         greedy to find the closing bracket in \*[...] and similar
14623         expressions.  This is a first rough fix -- many additional
14624         refinements are necessary to make nroff mode really usable with groff.
14626 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
14628         * international/mule-cmds.el (set-locale-environment):
14629         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
14630         libX11.
14632 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
14634         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
14635         archive are created in archive-tmpdir.
14637 2006-02-02  John Paul Wallington  <jpw@pobox.com>
14639         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
14640         (ibuffer-fontification-alist): Use it.
14641         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
14642         to "* z" and the Ibuffer Mark menu.
14644         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
14646 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14648         * textmodes/table.el (*table--cell-describe-mode)
14649         (*table--cell-describe-bindings): Undo last change since
14650         print-help-return-message is not obsoleted by anything at all.
14652 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
14654         * emulation/cua-base.el (cua-mode): Doc fix.
14656 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
14658         * dframe.el (dframe-handle-make-frame-visible)
14659         (dframe-handle-iconify-frame, dframe-get-focus)
14660         (dframe-select-attached-frame, dframe-power-click)
14661         (dframe-frame-mode): Fix typos in docstrings.
14663         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
14664         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
14665         Fix typos in docstrings.
14667         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
14668         (hi-lock-face-buffer, hi-lock-font-lock-hook)
14669         (hi-lock-archaic-interface-message-used)
14670         (hi-lock-file-patterns-range): Fix typos in docstrings.
14672         * savehist.el (savehist-loaded, savehist-load, savehist-install)
14673         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
14675         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
14676         Fix typo in docstring.
14678         * net/newsticker.el (newsticker--decode-iso8601-date)
14679         (newsticker--set-customvar, newsticker--buffer-insert-item)
14680         (newsticker--do-run-auto-mark-filter)
14681         (newsticker--parse-generic-feed): Doc fixes.
14682         (newsticker--retrieval-timer-list, newsticker-url-list)
14683         (newsticker-hide-immortal-items-in-echo-area)
14684         (newsticker-hide-obsolete-items-in-echo-area)
14685         (newsticker-new-item-face, newsticker--enclosure)
14686         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
14687         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
14688         (newsticker--parse-generic-feed, newsticker--cache-contains)
14689         (newsticker--stat-num-items, newsticker-download-enclosures):
14690         Fix typos in docstrings.
14692         * net/rcirc.el (rcirc-debug): Doc fix.
14693         (rcirc-fill-column, rcirc-receive-message-hooks)
14694         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
14695         (rcirc-mode, rcirc-generate-new-buffer-name)
14696         (rcirc-startup-channels, rcirc-ignore-update-automatic)
14697         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
14698         Fix typos in docstrings.
14699         (rcirc-print): "?\ " -> "?\s".
14700         (rcirc-cmd-join): Improve argument/docstring consistency.
14702 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
14704         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
14705         before narrow-to-region.
14707 2006-02-01  Richard M. Stallman  <rms@gnu.org>
14709         * simple.el (move-beginning-of-line): Scan properly for invis change.
14711         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
14713 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
14715         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
14716         change bit only when id-format is 'integer.  Reported by Matt
14717         Hodges <M.P.Hodges@rl.ac.uk>.
14719 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
14721         * hilit-chg.el (highlight-changes-initial-state)
14722         (highlight-changes-global-initial-state): Doc fixes.
14723         (highlight-changes-global-modes, global-highlight-changes):
14724         Fix typos in docstrings.
14726 2006-02-01  Kim F. Storm  <storm@cua.dk>
14728         * emulation/cua-base.el (cua-mode): Mention that CUA enables
14729         transient-mark-mode in doc string.
14731 2006-01-31  Richard M. Stallman  <rms@gnu.org>
14733         * replace.el (multi-occur): Doc fix.
14734         (multi-occur-in-matching-buffers): Rename from
14735         multi-occur-by-filename-regexp.  Prefix arg says match
14736         buffer names instead of file names.
14738 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
14740         * bs.el: Allow non-default values of `bs-header-lines-length'.
14741         (bs--running-in-xemacs): Remove (not needed anymore).
14742         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
14743         instead of `shrink-window', thus avoiding having to compute the
14744         height of the window.
14745         (bs--up): Wrap around even when there's no header.
14746         (bs--down): Use `forward-line' instead of `next-line'.
14748 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
14750         * image-mode.el (image-toggle-display): Use file name if possible,
14751         instead of unnecessarily allocating a (possibly huge) lisp string.
14753 2006-01-30  John Paul Wallington  <jpw@pobox.com>
14755         * subr.el (toplevel): Define `cl-assertion-failed' condition here
14756         because the `assert' macro signals it at runtime.
14758         * emacs-lisp/cl.el (toplevel): Remove definition of
14759         `cl-assertion-failed' condition.
14761 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
14763         * thumbs.el (thumbs-marked-list): Make buffer-local and
14764         permanent-local.
14765         (thumbs-insert-thumb): Make help-echo non-sticky.
14766         (thumbs-file-alist): Use eolp as check for (non)-image.
14768 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
14770         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
14771         (ediff-before-session-group-setup-hooks)
14772         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
14773         Fix typos in docstrings.
14775         * window.el (bw-dir, bw-eqdir, balance-windows)
14776         (split-window-keep-point): Fix typos in docstrings.
14778         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
14779         (org-quote-string, org-calendar-to-agenda-key)
14780         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
14781         (org-show-following-heading, org-tags-column)
14782         (org-use-tag-inheritance, org, org-allow-space-in-links)
14783         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
14784         (org-enable-table-editor, org-calc-default-modes)
14785         (org-table-allow-automatic-line-recalculation)
14786         (org-export-html-style, org-export-with-fixed-width)
14787         (org-export-with-sub-superscripts, org-special-keyword)
14788         (org-formula, org-time-grid, org-table-may-need-update)
14789         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
14790         (org-goto-quit, org-get-indentation, org-end-of-item)
14791         (org-move-item-down, org-move-item-up)
14792         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
14793         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
14794         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
14795         (org-agenda-log-mode, org-agenda-toggle-diary)
14796         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
14797         (org-agenda-file-to-end, org-agenda-no-heading-message)
14798         (org-agenda-get-closed, org-format-agenda-item)
14799         (org-cmp-priority, org-cmp-category, org-cmp-time)
14800         (org-agenda-change-all-lines, org-agenda-diary-entry)
14801         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
14802         (org-link-search, org-camel-to-words, org-open-file)
14803         (org-remember-handler, org-table-convert-region)
14804         (org-table-move-row-down, org-table-move-row-up)
14805         (org-table-copy-region, org-table-wrap-region)
14806         (org-table-toggle-vline-visibility)
14807         (org-table-get-vertical-vector, org-table-modify-formulas)
14808         (org-table-get-specials, org-recalc-commands)
14809         (org-table-rotate-recalc-marks, org-table-eval-formula)
14810         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
14811         (org-level-color-stars-only, org-insert-heading):
14812         Fix typos in docstrings.
14813         (last-arg): Add defvar.
14815         * makefile.w32-in (WINS): Add erc.
14816         (MH_E_SRC): Update (copied from lisp/Makefile.in).
14818 2006-01-29  Bill Wohler  <wohler@newt.com>
14820         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
14821         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
14822         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
14823         (mh-autoloads): Don't use comments on otherwise empty lines.
14825 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
14827         * emulation/viper.el (viper-major-mode-modifier-list):
14828         Add insert-state and vi-state entries for erc-mode.
14829         (viper-go-away, viper-set-hooks): Add and remove
14830         viper-comint-mode-hook from erc-mode-hook as appropriate.
14832         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
14834 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
14836         * bs.el (bs--format-aux): Implement `middle' alignment as
14837         described in the docstring for `bs-attributes-list'.
14838         (bs--get-name): Simplify.  Don't pad the buffer name.
14840 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
14842         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
14843         English aspell dictionary is installed, use the first entry of
14844         ispell-dictionary-alist-1.
14846 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14848         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14849         Doc fix.
14851 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
14853         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14854         for `process-file', in order to let it work for older Emacsen too.
14856 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
14858         * international/latexenc.el: Add a suitable `coding:' tag.
14859         (latexenc-find-file-coding-system): Undo last change.
14861 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14863         * international/latexenc.el (latexenc-find-file-coding-system):
14864         Make sure latexenc-main-file is a regular file and is readable.
14866 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
14868         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
14869         Pass FILE to vc-user-login-name.
14871         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
14873 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
14875         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
14876         there are no more images to display.
14877         (thumbs-mark, thumbs-unmark): Revert change so that they move to
14878         the next image.
14880 2006-01-26  Richard M. Stallman  <rms@gnu.org>
14882         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
14884         * wid-edit.el (advertised-widget-backward): New alias.
14885         (widget-keymap): Use advertised-widget-backward for S-TAB.
14887         * tumme.el: Correct the keywords.
14888         (tumme-dir-max-size): Use defvar.
14889         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
14891         * simple.el (move-beginning-of-line): Take account of fields.
14892         (clone-indirect-buffer-other-window): Take args like
14893         clone-indirect-buffer, and work like it.
14895         * help-fns.el (describe-function): Don't pass `nil' as default.
14897         * files.el (risky-local-variable-p): Follow var aliases.
14899         * subr.el (lazy-completion-table): Doc fix.
14901         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
14902         global binding of `line'.
14904 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
14906         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
14907         Tramp.
14909         * vc.el (vc-default-dired-state-info): Pass FILE to
14910         vc-user-login-name.
14911         (vc-default-update-changelog): Don't use vc-user-login-name, we
14912         don't need it here.
14914         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
14915         no longer necessary.
14917 2006-01-25  Kenichi Handa  <handa@m17n.org>
14919         * international/mule.el (decode-char): Avoid the overhead of
14920         calling utf-lookup-subst-table-for-decode if
14921         utf-translate-cjk-mode is nil.
14922         (encode-char): Avoid the overhead of calling
14923         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
14924         nil.
14926 2006-01-22  Kenichi Handa  <handa@m17n.org>
14928         * international/mule.el (make-subsidiary-coding-system): Reset
14929         `coding-system-define-form' property of subsidiaries to nil.
14930         Avoid duplicated entry in coding-system-alist.
14931         (make-coding-system): Avoid duplicated entry in
14932         coding-system-alist.
14933         (define-coding-system-alias): Likewise.
14935 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
14937         * completion.el: Minor fixes in introductory comment.
14938         (completion-def-wrapper): Fix alist.
14940 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
14942         * thumbs.el (thumbs-new-image-size): New function.
14943         (thumbs-increment-image-size-element)
14944         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
14945         (thumbs-decrement-image-size): Delete.
14946         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
14947         temp files and use to resize.
14948         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
14949         Use increment argument to enlarge/shrink.  Preserve point.
14950         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
14951         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
14952         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
14953         (thumbs-mark, thumbs-unmark): Preserve point.
14954         (thumbs-modify-image): Keep old temp files and use to modify.
14955         Cleanup old temp files at load time.  Preserve point.
14956         (thumbs-view-image-mode-map): Use new command names.
14958 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14960         * log-view.el (log-view-minor-wrap): First rev is the one at point.
14962         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
14963         the nastiest part of the cyclic dependency.
14964         (cal-menu-update): Use dotimes and calendar-increment-month.
14966         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
14967         (calendar-week-start-day): Add an :initializer.
14968         (calendar-mode-map): Use suppress-keymap, and command remapping.
14969         (describe-calendar-mode): Setup xref-stack info for the back button.
14970         (calendar-star-date): Insert before delete.
14971         (calendar-set-mode-line): Add file-modified info if applicable.
14972         (calendar-increment-month): New function.
14974 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
14976         * font-lock.el (lisp-font-lock-keywords-2):
14977         Recognize "& keywords" only at word boundaries.
14979 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
14981         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
14982         and permanent-local.
14983         (thumbs-max-image-number): New variable.
14984         (thumbs-do-thumbs-insertion): Use them.
14985         (thumbs-per-line): Change default to 4.
14986         (thumbs-marked-list): Rename from thumbs-markedL.
14987         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
14988         (thumbs-rename-images): Use -list instead of L for internal variables.
14989         (thumbs-call-convert): Use call-process instead of shell-command.
14990         (thumbs-insert-thumb): Add filename as help-echo to each image.
14991         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
14992         Give dir to thumbs-show-thumbs-list.
14993         (thumbs-show-thumbs-list): Set default-directory to that of images.
14994         (thumbs-dired-show): Rename from thumbs-dired-show-all.
14995         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
14996         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
14997         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
14999 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15001         * ses.el (ses-read-cell): Provide a default value.
15003 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
15005         * term/w32-win.el (image-library-alist): Add additional names for
15006         GIF library.
15008 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15010         * international/latexenc.el (latexenc-find-file-coding-system):
15011         Add file-regular-p check.
15013 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15015         * simple.el (clone-buffer): Don't show the new buffer in the same
15016         window.
15018 2006-01-23  Juri Linkov  <juri@jurta.org>
15020         * faces.el (link, link-visited): New faces based on default values
15021         of `info-xref' and `info-xref-visited'.
15023         * info.el (info-xref): Inherit from `link'.
15024         (info-xref-visited): Inherit from `link-visited'.
15026         * cus-edit.el (custom-buffer-create-internal): Use widget type
15027         `custom-manual' instead of `info-link' and don't set properties
15028         `button-face' and `mouse-face' explicitly.
15029         (custom-browse-group-tag, custom-browse-variable-tag)
15030         (custom-browse-face-tag): Inherit from widget class
15031         `custom-group-link' instead of `push-button'.
15032         (custom-button-unraised): Inherit from `underline' face.
15033         (custom-link): Inherit from `link' face.  Fix doc and group.
15034         (custom-add-parent-links, custom-group-value-create): Don't set
15035         properties `button-face' and `mouse-face' explicitly for
15036         `custom-group-link' widget.
15037         (custom-group-link): Add properties `button-face' and `mouse-face'
15038         to widget definition.
15039         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
15040         editable-field's :keymap property.
15041         (custom-mode): Fix docstring: substitute keybindings for
15042         `widget-forward' and `widget-backward' from `widget-keymap',
15043         `widget-complete' from `custom-field-keymap', replace old
15044         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
15046         * desktop.el (desktop-load-file): Check for `fboundp' before
15047         calling `symbol-function'.
15049         * simple.el (clone-buffer, clone-indirect-buffer)
15050         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15051         `read-string'.  Fix prompts.
15053         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15055 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
15057         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15059 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
15061         * startup.el (inhibit-splash-screen, initial-scratch-message):
15062         Doc fixes.
15064 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
15066         Sync with Tramp 2.0.52.
15068         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
15069         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
15070         `tramp-unload-tramp' for checklist.
15072         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
15073         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
15074         (tramp-unload-file-name-handler-alist)
15075         (tramp-unload-tramp): New defuns.
15076         (tramp-advice-PC-expand-many-files): New defadvice.
15077         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
15078         removed.
15079         (tramp-handle-expand-file-name): Remove double slash.
15080         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
15081         It doesn't matter, because it will be converted later on.
15082         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
15083         implementation was just heuristic.
15084         (tramp-post-connection): Set uid and gid properties.
15085         (tramp-convert-file-attributes): Set file's gid change bit.
15086         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
15087         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
15088         in case of su(do)? methods.  The home directory of the local user
15089         will be taken else.
15090         (tramp-open-connection-telnet)
15091         (tramp-open-connection-rsh, tramp-open-connection-su)
15092         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
15093         local shell prompt could hurt.  Reported by Romain Francoise
15094         <romain@orebokech.com>.
15095         (tramp-let-maybe): Add `edebug-form-spec' property.
15096         (tramp-handle-expand-file-name): Bind `default-directory' locally
15097         to "/" in order to avoid problems with UNC shares or Cygwin
15098         mounts.
15099         (tramp-md5-function): Fix typo in error message.
15101         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15103         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15104         for byte-compiler pacification.
15106 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
15108         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
15109         ID-FORMAT `string'.  This allows us to get rid of
15110         `vc-user-login-name UID'.
15112         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
15114 2006-01-22  John Paul Wallington  <jpw@pobox.com>
15116         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
15118 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
15120         * emacs-lisp/find-func.el (find-definition-noselect)
15121         (find-variable-noselect): Search variables in C source code too.
15122         (find-function-C-source, find-function-noselect, find-function)
15123         (find-function-other-frame, find-variable-noselect, find-variable)
15124         (find-variable-other-frame, find-variable-at-point):
15125         Fix docstrings.
15127 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15129         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
15131 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
15133         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
15134         Default to disabling the "Save affix" question.
15136 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
15138         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
15139         the first arg to run-python.
15141 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
15143         * startup.el (command-line-1): Handle --no-desktop if desktop.el
15144         is not loaded.
15146 2006-01-20  Jay Belanger  <belanger@truman.edu>
15148         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
15149         limit is 0.
15151         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
15152         the correct variable.
15154 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
15156         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
15157         link.  Fixed buggy argument sequence in call to `org-view-tags'.
15158         (org-compile-prefix-format): Set `org-prefix-has-tag'.
15159         (org-prefix-has-tag): New variable.
15160         (org-format-agenda-item): Remove tags from headline if
15161         appropriate.
15162         (org-agenda-remove-tags-when-in-prefix): New option.
15163         (org-get-tags-at): New function.
15165 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
15167         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
15168         (thumbs-find-image): Move image name and number from buffer name
15169         to mode name.  Set thumbs-buffer.  Preserve point so that large
15170         images remain visible.
15171         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
15172         order.
15173         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
15174         mode name.
15175         (thumbs-next-image, thumbs-previous-image): Make them work.
15177 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
15179         * cus-edit.el (custom-buffer-create-internal): State in the text above
15180         the whole buffer buttons that they do not operate on hidden items.
15181         (custom-face-menu): Use `custom-face-save' instead of
15182         `custom-face-save-command'.
15183         (custom-face-save-command): Make it an alias for `custom-face-save'
15184         and declare it obsolete.
15185         (custom-face-save): Doc fix.
15187         * dired.el (dired-no-confirm): Add quote.
15188         (dired-subdir-alist-pre-R): Add quote in
15189         `make-variable-buffer-local' form and remove unbalanced parenthesis.
15191 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15193         * textmodes/table.el (table-mode-indicator): Typo in last change.
15195 2006-01-19  Richard M. Stallman  <rms@gnu.org>
15197         * outline.el (hide-leaves): Don't call outline-end-of-heading.
15198         Fixes bug reported in Nov 2005.
15200         * isearch.el (isearch-forward): Doc fix.
15202         * dired.el (dired-move-to-filename-regexp): Define as alias.
15203         (dired-no-confirm): Use defcustom.
15204         (dired-subdir-alist-pre-R): Put defvar at top level.
15206         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
15208         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15209         Mark as risky.
15211         * simple.el (set-mark-command): Doc fix.
15212         (clone-indirect-buffer-other-window):
15213         Read arg like clone-indirect-buffer.
15214         (move-beginning-of-line): Skip invisible newlines.
15216 2006-01-19  Masatake YAMATO  <jet@gyve.org>
15218         * progmodes/cpp.el (cpp-edit-load): Make the order of
15219         listed conditions in a base C code buffer and its associate
15220         CPP Edit buffer the same.
15222 2006-01-19  Kenichi Handa  <handa@m17n.org>
15224         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
15225         (rmail-mime-feature): Likewise.
15226         (rmail-require-mime-maybe): Use display-warning to show a warning
15227         message.
15229         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
15230         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
15232 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15234         * array.el: Move defvars out of eval-when-compile.
15235         (array-make-template): Replace undeclared global var with a local one.
15236         (array-mode): Inline initialization functions.
15237         (array-init-local-variables, array-init-max-row)
15238         (array-init-max-column, array-init-columns-per-line)
15239         (array-init-field-width, array-init-rows-numbered)
15240         (array-init-line-length, array-init-lines-per-row): Remove.
15242         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
15243         (doc-mode-map): Define explicitly.
15244         (doctor-txtype): Use mapc.
15246         * textmodes/table.el: Move defvars out of eval-when-compile.
15247         Remove harmful code meant to avoid byte-compiler warnings.
15248         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
15249         specification that checks table-fixed-width-mode directly.
15250         (table-recognize-region, table-recognize-cell):
15251         Use restore-buffer-modified-p.
15252         (table-fixed-width-mode): Remove code that refreshes
15253         table-fixed-mode-indicator.
15254         (*table--cell-describe-bindings, *table--cell-describe-mode):
15255         Avoid obsolete name print-help-return-message.
15256         (table--test-cell-list): Don't use replace-regexp from elisp.
15257         (table--point-entered-cell-function, table--point-left-cell-function):
15258         Don't set table-fixed-mode-indicator, use force-mode-line-update.
15260         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
15261         that was after the end of file.  Use buffer-file-name variable.
15262         (org-timestamp-change): Use with-current-buffer.
15263         (org-todo-list): Don't unnecessarily define a new buffer-local var.
15264         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
15265         `file'.
15267         * progmodes/fortran.el: Move defvars out of eval-when-compile.
15268         (fortran-break-line): Remove unused var `opoint'.
15269         (fortran-abbrev-start): Obey help-event-list.
15271 2006-01-18  Jesper Harder  <harder@phys.au.dk>
15273         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
15275 2006-01-18  Masatake YAMATO  <jet@gyve.org>
15277         * progmodes/make-mode.el (makefile-imake-mode): New mode
15278         derived from makefile-mode.
15279         (makefile-imake-mode-syntax-table): New syntax table
15280         derived from makefile-mode-syntax-table.
15281         (makefile-mode): Write about makefile-imake-mode in doc string.
15282         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
15283         (makefile-imake-font-lock-keywords): New font lock keywords.
15285         * files.el (auto-mode-alist): Add Imakefile.
15287 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
15289         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
15290         loading the file rather than when turning on flyspell-mode.
15292 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
15294         * cus-edit.el (customize-rogue): Minor doc fix.
15296 2006-01-17  Juri Linkov  <juri@jurta.org>
15298         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
15299         instead of the file at the mark as default if the file at the mark
15300         is the same as the file at point or if dired-dwim-target-directory
15301         is not the same as the current directory and the mark is not active.
15303         * log-view.el (log-view-minor-wrap): Use the same logic to get
15304         revisions as `log-view-diff'.
15306         * info.el (Info-revert-find-node): Check for Info-current-file
15307         before preserving new-history.
15309         * man.el (Man-heading-regexp): Add `/'.
15311         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
15312         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
15314 2006-01-16  Juri Linkov  <juri@jurta.org>
15316         * faces.el (mode-line-faces): New defgroup.
15317         (mode-line-highlight): Move definition after new defgroup.
15318         (mode-line, mode-line-inactive, mode-line-highlight):
15319         Replace :group `modeline' with `mode-line-faces'.
15320         (mode-line-buffer-id): New face.
15321         (modeline-buffer-id): New face alias.
15322         (vertical-border): Remove :group `modeline'.
15324         * bindings.el (propertized-buffer-identification): Use face
15325         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
15326         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
15327         (mode-line-buffer-identification-keymap): For mouse-1 replace
15328         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
15329         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
15330         mouse-3.
15332         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
15333         Buffer-menu-buffer.  Doc fix.
15334         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
15335         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
15336         `Buffer-menu-buffer'.
15338         * info.el (Info-mode-line-node-keymap): New defvar.
15339         (Info-set-mode-line): Use `stringp' to check Info-current-file.
15340         Propertize Info-current-node with `mode-line-buffer-id' and
15341         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
15343         * time.el (display-time-mail-face): Replace :group `faces' with
15344         `mode-line-faces'.
15346 2006-01-16  Kenichi Handa  <handa@m17n.org>
15348         * international/code-pages.el: Add autoload cookies for cp125[0345678].
15350         * language/european.el (cp1252): New alias for windows-1252.
15352         * international/mule.el (autoload-coding-system): Prepare for EOL
15353         variants.
15355 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
15357         * term.el (term-raw-map): Add mapping for insert.
15358         (term-send-insert): New.
15359         (term-mode): Make variables local here instead of doing it in
15360         `term-emulate-terminal'.
15361         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
15362         Scroll reverse needs to take into account the scroll region.
15363         Saving and restoring the cursor should save the color attributes too.
15364         (term-reset-terminal): Reset the scroll region.
15365         (term-handle-ansi-escape): Cursor up and down should take into
15366         account the scroll region.
15367         (term-set-scroll-region): Rename from `term-scroll-region'.
15368         Move to 0,0 after setting the region.
15369         (term-handle-scroll): Handle scroll up.
15370         (term-down): Fix off by one error.
15371         (term-delete-lines): Do not delete outside the scroll region.
15372         (term-insert-lines): Take into account the scroll region.
15374 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15376         * textmodes/ispell.el (ispell-internal-change-dictionary)
15377         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
15378         (start, end): Move declaration outside of eval-when-compile.
15380         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
15381         (flyspell-mode-on): Use it.
15383         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
15384         ispell-kill-ispell-hook.
15386 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
15388         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15389         (Custom-reset-saved): Do not ask for confirmation in single option
15390         buffers.
15392 2006-01-13  Richard M. Stallman  <rms@gnu.org>
15394         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
15396 2006-01-13  Romain Francoise  <romain@orebokech.com>
15398         * add-log.el (add-change-log-entry, change-log-merge):
15399         Conditionally use `hard-newline'.
15401 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
15403         * wid-edit.el (widget-field-end): If the overlay is no longer
15404         associated with a buffer, behave as if the overlay didn't exist.
15406         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
15407         Make sure the links use the `custom-link' face.
15409 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15411         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
15412         (ld-script-mode): Don't set indent-line-function since we don't
15413         have one.
15415 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
15417         * textmodes/org.el (org-open-file): Use mailcap for selecting an
15418         application.
15419         (org-file-apps-defaults-gnu): Use mailcap as the default for
15420         selecting an application on a UNIX system.
15421         (org-agenda-show-tags): New command.
15422         (org-table-insert-hline): Keep cursor in current table line.
15423         (org-table-convert): Offset effect of modifying
15424         `org-table-insert-hline'.
15425         (org-format-agenda-item): New optional argument TAG.
15426         (org-compile-prefix-format): Handle %T format for the tag.
15427         (org-expand-wide-chars): New function.
15428         (org-table-insert-row, org-table-insert-hline):
15429         Use `org-expand-wide-chars'.
15430         (org-open-file): Fix bug in program launch.
15431         (org-get-time-of-day): Fix bug with times before 1am.
15432         (org-agenda-menu): Add tags commands.
15434 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
15436         * textmodes/ispell.el (ispell-init-process): Include the used
15437         dictionary in ispell process start message.
15438         (ispell-internal-change-dictionary): When flyspell-mode is active
15439         and dictionary is changed, make sure ispell process is restarted
15440         and flyspell word cache cleared out for the current buffer.
15441         (ispell-change-dictionary): Make sure flyspell word cache is
15442         cleared out in all buffers with active flyspell mode when
15443         dictionary is globally changed.
15444         Call ispell-internal-change-dictionary after dictionary change.
15446 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
15448         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
15450         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
15451         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
15452         years.  Fix small differences wrt Makefile.in.
15453         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
15454         Makefile.in does.
15456 2006-01-12  Bill Wohler  <wohler@newt.com>
15458         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
15459         mh-search.el.
15461 2006-01-12  Masatake YAMATO  <jet@gyve.org>
15463         * progmodes/ld-script.el: Update copyright year.
15465 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
15467         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
15468         Don't add widget if setting undefined.
15470 2006-01-12  John Paul Wallington  <jpw@pobox.com>
15472         * help-fns.el (describe-variable): Remove newlines from void
15473         variable output.
15475 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
15477         * wdired.el (wdired-mode-map): Add help echo for
15478         wdired-abort-changes.
15480         * man.el (Man-file-name-regexp): Adjust for a list of files.
15482 2006-01-12  Masatake YAMATO  <jet@gyve.org>
15484         * progmodes/ld-script.el (auto-mode-alist): Support
15485         suffix conventions used in netbsd and eCos.
15487 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
15489         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
15490         (custom-variable-menu, custom-face-menu, custom-group-menu)
15491         (Custom-mode-menu): Change names of menu items.  (As discussed on
15492         emacs-devel.)
15493         (custom-face-menu): Add "Undo Edits" item.
15495         * startup.el (init-file-user): defcustom -> defvar.
15497         * tooltip.el (tooltip-mode): Doc fix.
15499 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15501         * reveal.el (reveal-post-command): window-buffer signals an error on
15502         dead windows rather than returning nil.
15503         (reveal-open-new-overlays): An overlay might die while we open others.
15505 2006-01-11  Bill Wohler  <wohler@newt.com>
15507         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
15508         phrasing in docstring.
15510         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
15511         can give some systems gas.  Add new file mh-buffers.el.
15513 2006-01-06  Masatake YAMATO  <jet@gyve.org>
15515         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
15516         C preprocessor forward ported from GNU Emacs 21.2.
15518         * progmodes/asm-mode.el (asm-font-lock-keywords):
15519         Use `cpp-font-lock-keywords'.
15521         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
15523         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
15524         of $ for "\\.ld[s]?".
15526 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15528         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
15529         (tcl-indent-line): Return `noindent' if inside a string.
15531         * progmodes/flymake.el (flymake-split-string): Remove more than one
15532         empty string at beg/end of the result.
15533         (flymake-find-buildfile, flymake-find-possible-master-files):
15534         Use expand-file-name.
15535         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
15536         since expand-file-name does it for us.  Use directory-file-name.
15537         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
15538         (flymake-ler-get-type, flymake-ler-get-text)
15539         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
15540         (flymake-current-line-no): Remove spurious interactive spec.
15541         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
15542         (flymake-check-include): Remove arg inc-path merged into inc-name.
15543         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
15544         Arg regexp-list replaced by a simple regexp.
15545         (flymake-master-make-header-init, flymake-master-tex-init):
15546         Correspondingly replace regexp-list with a regexp.  Fix regexp.
15548 2006-01-10  Simon Josefsson  <jas@extundo.com>
15550         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
15551         describing AUTH PLAIN fix.
15553 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
15555         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
15556         (report-emacs-bug): Don't record initial prompt text.
15557         Instead, add text properties to prompting text.
15558         (report-emacs-bug-hook): Delete prompting text.
15560 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15562         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
15563         `dirs'.  Adjust callers.
15565 2006-01-09  John Paul Wallington  <jpw@gnu.org>
15567         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
15569 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15571         * reveal.el (reveal-open-new-overlays): New extracted fun.
15572         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
15573         using them.  Simplify the code.
15574         (reveal-post-command): Use them.  Fix up obsolete windows in
15575         reveal-open-spots.
15577         * progmodes/flymake.el: Use `require' rather than autoload for
15578         XEmacs's overlays.
15579         (flymake-get-common-file-prefix, flymake-build-relative-filename):
15580         Delete.  Use file-relative-name instead.
15581         (flymake-get-syntax-check-program-args, flymake-perl-init):
15582         Simplify the resulting code.
15584         * log-view.el (log-view-file-re, log-view-message-re): Add support
15585         for DaRCS output.
15587 2006-01-09  Alex Schroeder  <alex@gnu.org>
15589         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
15590         identifiers sometimes added in square brackets at the beginning of
15591         subject lines.
15593 2006-01-07  Richard M. Stallman  <rms@gnu.org>
15595         * cus-edit.el (Custom-set, Custom-save): Doc fix.
15596         (Custom-reset-current, Custom-reset-saved): Change question text.
15597         (Custom-reset-standard): Likewise.
15598         (custom-variable-reset-saved): Doc fix.
15600 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
15602         * startup.el (init-file-user): Doc fix.
15604 2006-01-07  Alex Schroeder  <alex@gnu.org>
15606         * mail/rmail.el (rmail-current-subject): New function.
15607         (rmail-current-subject-regexp): New function.
15608         (rmail-next-same-subject): Use it.
15610         * mail/rmailsum.el (rmail-summary-by-topic):
15611         Use rmail-current-subject and rmail-current-subject-regexp.
15612         (rmail-summary-next-same-subject): Ditto.
15614         * net/rcirc.el (rcirc-send-input): No longer check whether the
15615         process is open, since not all commands need an open process.
15616         (rcirc-send-string): Check whether the process is open before
15617         sending anything.
15618         (rcirc-ignore-list): New option.
15619         (rcirc-ignore-list-automatic): New variable.
15620         (rcirc-print): Take rcirc-ignore-list into account.
15621         (rcirc-cmd-ignore): New command.
15622         (rcirc-ignore-update-automatic): New function.
15623         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
15624         list if ignored nicks.
15625         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
15627 2006-01-06  David Reitter  <david.reitter@gmail.com>
15629         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
15630         reflect the address to which the report will be sent.
15632 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
15634         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
15635         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
15637 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
15639         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
15641         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
15642         the doc string: "functoin" => "function".
15643         * ldefs-boot.el: Likewise.
15645         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
15646         message text: "Duplicat" => "Duplicate".
15648 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
15650         * files.el (basic-save-buffer-2): If backing-up failed, reset
15651         buffer-backed-up to nil.
15653 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
15655         * progmodes/gud.el (gdb-script-skip-to-head)
15656         (gdb-script-calculate-indentation): Indent for breakpoint command
15657         lists also.
15659 2006-01-05  Bill Wohler  <wohler@newt.com>
15661         * Makefile.in (compile-always): Add mh-autoloads dependency.
15662         (bootstrap): Remove mh-autoloads dependency, as compile dependency
15663         provides it.
15664         (updates): Remove mh-autoloads dependency, since it probably has
15665         already run recently (via recompile).
15667 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15669         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
15670         argument `force' to disable the flyspell-last-buffer optimization.
15671         (flyspell-mode-on): Use it.
15673         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
15674         flymake-simple-cleanup.
15675         (flymake-allowed-file-name-masks): Use this new default.
15676         All the functions are now called in the right buffer rather than
15677         passing the buffer as argument.
15678         (flymake-process-sentinel): Switch to buffer before calling cleanup.
15679         (flymake-parse-err-lines): Remove redundant buffer arg.
15680         (flymake-get-program-dir): Comment out unused function.
15681         (flymake-start-syntax-check, flymake-start-syntax-check-process):
15682         Remove redundant buffer argument.
15683         (flymake-get-real-file-name, flymake-simple-java-cleanup)
15684         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
15686 2006-01-05  Richard M. Stallman  <rms@gnu.org>
15688         * info.el (Info-find-node): Don't record previous node if have none.
15689         (info): Go to directory only if history is empty.
15691         * simple.el (mark): Doc fix.
15693 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15695         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
15696         already of desired type.
15697         (mac-ae-list): Coerce parameter to "list" type.
15698         (mac-dispatch-apple-event): Replace cadr part of event with a
15699         dummy position so that event-start returns it.
15701 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
15703         * textmodes/org.el (org-end-of-subtree): New function.
15704         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
15705         Use `org-end-of-subtree'.
15706         (org-agenda, org-agenda-convert-date): Protect calls to
15707         `fit-window-to-buffer'.
15708         (org-tags-view): Force matching of sublevels when doing a
15709         todo-only search.  Define the correct redo command, including the
15710         arguments.
15711         (org-agenda-redo): Display message.
15712         (org-check-for-org-mode): New function.
15713         (org-agenda-type): New variable.
15714         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
15715         Set `org-agenda-type'.
15716         (org-agenda-check-type): New function.
15717         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
15718         (org-agenda-week-view, org-agenda-day-view)
15719         (org-agenda-next-date-line, org-agenda-previous-date-line)
15720         (org-agenda-log-mode, org-agenda-toggle-diary)
15721         (org-agenda-toggle-time-grid, org-agenda-date-later)
15722         (org-agenda-date-prompt, org-agenda-diary-entry)
15723         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
15724         (org-agenda-convert-date, org-agenda-menu):
15725         Use `org-agenda-check-type'.
15726         (org-make-overlay, org-delete-overlay)
15727         (org-detatch-overlay, org-move-overlay, org-overlay-put):
15728         New compatibility functions.
15729         (org-calendar-select-mouse): New command.
15731 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
15733         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
15734         (Custom-reset-standard): Fix y-or-n-p messages.
15735         (custom-link): New face for links.
15736         (custom-buffer-create-internal, custom-manual): Use it.
15737         (custom-face-save): Push to theme-face before setting face spec.
15739         * wid-edit.el (widget-default-mouse-face-get): New function.
15740         (widget-specify-button): Handle mouse-face like button-face.
15742         * custom.el (load-theme): Clear old theme settings if reloading.
15744 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
15746         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
15747         "Erase Customization" button back to same position it occupies in
15748         the individual State menus.
15750 2006-01-04  Kim F. Storm  <storm@cua.dk>
15752         * wid-edit.el (key-sequence): Rework widget to read key binding
15753         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
15754         (widget-key-sequence-default-value): Default value for empty sequence.
15755         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
15756         (widget-key-sequence-read-event): New command for C-q.
15757         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
15758         (widget-key-sequence-value-to-external): New functions.
15760 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15762         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
15763         Use expand-file-name.
15764         (flymake-delete-temp-directory): Use expand-file-name,
15765         file-name-directory, and directory-file-name.
15766         (flymake-strrchr): Delete.
15767         (flymake-start-syntax-check): Don't pass the redundant buffer argument
15768         to the init-f function.
15769         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
15770         (flymake-init-find-buildfile-dir)
15771         (flymake-init-create-temp-source-and-master-buffer-copy)
15772         (flymake-simple-make-init-impl, flymake-simple-make-init)
15773         (flymake-master-make-init, flymake-master-make-header-init)
15774         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
15775         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
15776         (flymake-xml-init): Remove corresponding redundant buffer argument.
15777         (flymake-allowed-file-name-masks): Remove last elems that are equal to
15778         the default anyway.  Clean up regexps.
15780         * progmodes/flymake.el (flymake-temp-source-file-name)
15781         (flymake-master-file-name, flymake-temp-master-file-name)
15782         (flymake-base-dir): New buffer-local vars.
15783         (flymake-buffer-data, flymake-get-buffer-value)
15784         (flymake-set-buffer-value): Replace those hash-tables by the new
15785         buffer-local vars.  Update callers.
15787         * progmodes/flymake.el (flymake-check-start-time)
15788         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
15789         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
15790         Move definition, so we can remove redundant earlier declaration.
15791         (flymake-replace-regexp-in-string, flymake-split-string)
15792         (flymake-get-temp-dir): Use defalias.
15793         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
15794         (flymake-xemacs-window-edges): Remove unused function.
15795         (flymake-get-point-pixel-pos): Move.
15796         (flymake-pid-to-names, flymake-reg-names)
15797         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
15798         Replace by a simple list flymake-processes and by process-buffer.
15799         Update callers.  Other than simplify the code, it uses buffers rather
15800         than buffer-names so it doesn't get confused by uniquify.
15801         (flymake-buffer-data): The global value should just be nil.
15803         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
15804         Optimize the body of a defalias like any other code.
15806         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
15807         Make sure we've setup font-lock's vars.  It may influence which
15808         function we then call.
15809         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
15810         here since it's too late anyway.
15812 2006-01-03  Romain Francoise  <romain@orebokech.com>
15814         * startup.el (fancy-splash-tail, normal-splash-screen):
15815         Update copyright year.
15817 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
15819         * mouse.el (mouse-drag-track): Rename, from
15820         `mouse-drag-region-1'.  Includes optional argument required to
15821         enable post-drag event processing (e.g. delete region keys).
15822         Can be used without this argument to track a mouse region and operate
15823         on it as soon as the drag completes.
15824         (mouse-drag-region): Use `mouse-drag-track'.
15826 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
15828         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
15829         Move to `custom-buffer' group.
15831         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
15832         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
15833         (custom-theme-insert-face-marker, custom-theme-variable-menu)
15834         (custom-theme-face-menu): New variables.
15835         (custom-theme-add-variable, custom-theme-variable-action)
15836         (custom-variable-reset-theme, custom-theme-delete-variable)
15837         (custom-face-reset-theme, custom-theme-face-action)
15838         (custom-theme-delete-face, custom-theme-merge-theme)
15839         (custom-theme-add-face, custom-theme-visit-theme): New functions.
15841 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
15843         * custom.el: Move Custom Themes commentary to start of theme code.
15844         (custom-known-themes): Rename `standard' theme to `changed'.
15845         (custom-push-theme): Caller no longer specifies what theme to use
15846         when doing `reset'---the setting is simply removed from the theme.
15847         Delete MODE from `theme-value' and `theme-settings' properties.
15848         (custom-declare-theme): Ignore &rest args since we don't use them.
15850         (custom-loaded-themes): Delete variable.
15851         (custom-theme-load-themes, custom-theme-loaded-p)
15852         (custom-theme-value): Delete functions.
15854         (custom-declare-theme): Signal error on invalid theme names.
15855         (provide-theme): custom-loaded-themes was deleted.
15856         (load-theme): Load the file unconditionally.
15857         (enable-theme): Call `load-theme' if theme is undefined.
15858         (custom-enabled-themes): Only update value for successful loads.
15859         (disable-theme): Complete from enabled themes when interactive.
15860         (custom-variable-theme-value): Calculate theme value directly.
15862         (custom-theme-reset-variables, custom-reset-variables): Mark as
15863         XEmacs compatibility functions.  We don't actually use these.
15865         * cus-edit.el (custom-variable-state-set):
15866         Use custom-variable-theme-value instead of custom-theme-value.
15867         (custom-face-state-set): Rename `standard' theme to `changed'.
15868         (custom-save-variables, custom-save-faces): Delete unneeded
15869         references to custom-reset-variables.
15870         (custom-save-resets): Delete function.
15871         (custom-save-variables, custom-save-faces): MODE argument deleted.
15872         (custom-save-variables, custom-save-faces): Ignore theme values.
15874         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
15875         compatibility function.
15877 2006-01-01  Richard M. Stallman  <rms@gnu.org>
15879         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
15880         (Custom-reset-current, Custom-reset-saved): Likewise.
15881         (Custom-reset-standard): Show message if aborted.
15882         (custom-mode): Doc fix, describing those commands.
15884         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
15885         put on event-kind property.
15887 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
15889         * custom.el (provide-theme): Ban `user' theme name.
15890         (custom-enabling-themes): New variable.
15891         (enable-theme): Don't enable user if custom-enabling-themes is t.
15892         (custom-enabled-themes): Make it a defcustom.
15893         (custom-theme-recalc-face): No-op if face is undefined.
15895         * cus-edit.el (custom-button-mouse): New variable.
15896         (custom-button-mouse): New face.
15897         (custom-raised-buttons, custom-mode): Use it.
15899         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
15901 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
15903         * progmodes/gud.el (gud-display-line): Support hl-line in the
15904         source buffer.
15906 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
15908         * mouse.el (mouse-drag-window-above): Verify that the found window
15909         overlaps with the given window in the horizontal dimension.
15911 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
15913         * Makefile.in (cvs-update): New target.
15915         * makefile.w32-in (cvs-update): Ditto.
15917 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
15919         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
15920         (custom-new-theme-mode-map): New variable.
15922 2005-12-30  Richard M. Stallman  <rms@gnu.org>
15924         * custom.el (custom-load-themes): Function deleted.
15926         * cus-edit.el (custom-save-loaded-themes): Function deleted.
15927         (custom-save-variables): Don't delete or add custom-load-themes call.
15929 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15931         * cus-start.el: Add `visible-cursor'.
15933         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
15934         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
15935         (flymake-process-filter): Switch to buffer before calling it instead.
15936         (flymake-post-syntax-check, flymake-highlight-err-lines)
15937         (flymake-delete-own-overlays, flymake-parse-err-lines)
15938         (flymake-start-syntax-check, flymake-start-syntax-check-process)
15939         (flymake-count-lines, flymake-parse-residual):
15940         Remove constant buffer argument.
15941         (flymake-start-syntax-check-for-current-buffer): Remove.
15942         Update callers to use flymake-start-syntax-check instead.
15943         (flymake-display-err-menu-for-current-line):
15944         Remove unused var `mouse-pos'.
15945         (flymake-restore-formatting): Comment out unused function.
15946         (flymake-report-status, flymake-report-fatal-status): Remove buffer
15947         argument, use current-buffer instead.  Update callers.
15949 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15951         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
15952         buffer-local because choose-completion-delete-max-match requires
15953         that we set completion-ignore-case (i.e., binding via let is not
15954         sufficient).
15955         (bibtex-complete): Always set completion-ignore-case and
15956         choose-completion-string-functions.  The latter is needed because
15957         choose-completion-string-functions keeps its value if we quit the
15958         *Completions* buffer without requesting a completion.
15960 2005-12-30  Andreas Schwab  <schwab@suse.de>
15962         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
15964 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
15966         * jit-lock.el (jit-lock-chunk-size): Doc fix.
15968 2005-12-30  Juri Linkov  <juri@jurta.org>
15970         * locate.el (locate-fcodes-file, locate-header-face)
15971         * progmodes/delphi.el (delphi-other-face)
15972         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
15974         * paren.el (show-paren-match, show-paren-mismatch): Use existing
15975         group `paren-showing-faces'.
15977         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
15978         (goto-address): Fix docstring.
15980         * net/webjump.el (webjump-sample-sites): Update URLs.
15982         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
15984         * subr.el (cancel-change-group): Add listp around pending-undo-list.
15986 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15988         * font-lock.el (font-lock-compile-keywords): Signal an error when
15989         font-lock-set-defaults hasn't been called.
15991 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
15993         * subr.el (noreturn, 1value): Doc fixes.
15995 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15997         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
15998         that assoc-string returns nil.
16000 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16002         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16003         (bibtex-entry-type-str, bibtex-empty-field-re)
16004         (bibtex-search-backward-string, bibtex-preamble-prefix)
16005         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16006         (bibtex-any-valid-entry-type): New variable.
16007         (bibtex-parse-field-name): Simplify.
16008         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16009         (bibtex-preamble-prefix): Include left delimiter.
16010         (bibtex-search-forward-field, bibtex-search-backward-field):
16011         Allow unbounded search past entry boundaries (required by bibtex-pop).
16012         (bibtex-text-in-field-bounds): Use push.
16013         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16014         (bibtex-parse-preamble, bibtex-valid-entry)
16015         (bibtex-beginning-first-field): New functions.
16016         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
16017         (bibtex-map-entries): Fix docstring.
16018         (bibtex-flash-head): New arg prompt.  Simplify.
16019         (bibtex-enclosing-field): Include code of bibtex-inside-field.
16020         (bibtex-insert-kill): Simplify.  Always insert text past the
16021         current field or entry.
16022         (bibtex-format-entry): Use bibtex-parse-field.
16023         (bibtex-pop): Use bibtex-beginning-of-entry and
16024         bibtex-end-of-entry to initiate the search.  Insert empty field if
16025         we found ourselves.
16026         (bibtex-print-help-message): New args field and comma.
16027         Handle entry keys.
16028         (bibtex-make-field): Use bibtex-beginning-of-entry.
16029         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
16030         invalid entry.
16031         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16032         Handle preambles.  Simplify code for thorough test.
16033         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16034         New arg comma.  Handle entry heads.
16035         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16036         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16037         New arg comma.
16038         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16039         (bibtex-fill-field): Simplify.
16040         (bibtex-fill-entry): Use bibtex-beginning-first-field and
16041         bibtex-parse-field.
16042         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
16043         (bibtex-complete): Use bibtex-parse-preamble.
16045 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
16047         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16048         Display name of expression instead of convenience variable.
16049         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16051         * progmodes/gud.el (gud-tooltip-dereference): Rename from
16052         toggle-gud-tooltip-dereference.
16053         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
16054         (gud-tooltip-tips): ...here when dereferencing.
16056 2005-12-28  Bill Wohler  <wohler@newt.com>
16058         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
16060 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16062         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16063         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
16064         (vc-annotate-display-autoscale): Adjust call.
16065         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
16066         Fix interactive spec.
16067         (vc-annotate-time-span): Remove.
16068         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
16069         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
16070         (vc-annotate-display-select): Use new name.
16072         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
16073         (vc-annotate-mode-menu): Remove left-over redundant declaration.
16074         Correct the construction of span entries.  Simplify.
16075         (vc-annotate-display-select): Fix the nil case.
16076         (vc-annotate): Remove obsolete (and now broken) code.
16077         (vc-annotate-extract-revision-at-line): Remove obsolete code.
16078         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
16080 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
16082         * subr.el (lazy-completion-table): Correct typo in docstring.
16084         * startup.el (command-line): Use `custom-reevaluate-setting' for
16085         `send-mail-function'.
16087         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
16089 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
16091         * mail/smtpmail.el (smtpmail-try-auth-methods):
16092         Send credentials together with "AUTH PLAIN" command.
16094 2005-12-27  Richard M. Stallman  <rms@gnu.org>
16096         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16097         mouse-2, go back to previously selected window, so it's selected
16098         when mouse-2 command runs.
16100 2005-12-27  Juri Linkov  <juri@jurta.org>
16102         * descr-text.el (describe-text-sexp): Use square brackets for
16103         button [Show] to distinguish it from the property value `show'.
16104         (describe-property-list): Use `insert-text-button' with
16105         `help-face' type instead of putting face in quotes, because button
16106         is not created automatically for a list of faces.
16107         (describe-text-properties-1): Put button-type value in quotes to
16108         distinguish from plain text "button".
16109         (describe-char): Display code point values in hex.  Don't use
16110         `symbol-name' for `current-input-method' because it is a string.
16111         Use `insert-text-button' with `help-face' type instead of putting
16112         hardcoded face in quotes, because button is not created automatically.
16114 2005-12-27  Richard M. Stallman  <rms@gnu.org>
16116         * progmodes/glasses.el (glasses-face): More specific custom type.
16118         * files.el (set-visited-file-name): Doc fix.
16120         * textmodes/flyspell.el (flyspell-external-point-words):
16121         Use local var buffer-scan-pos to advance scan for next misspelling.
16122         Advance it only after we find the misspelling.
16124 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
16126         * textmodes/flyspell.el (flyspell-external-point-words):
16127         New criteria for finding the misspelling in the buffer.
16129 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
16131         * help-mode.el (help-insert-string): Set help-xref-stack-item
16132         rather than call help-setup-xref.
16134         * descr-text.el (describe-char): Revert previous changes for
16135         optional buffer argument.
16137 2005-12-27  Juri Linkov  <juri@jurta.org>
16139         * help-mode.el (help-insert-string): New function.  Save buffer
16140         contents in cases where it is impossible to recompute the old contents.
16142         * descr-text.el (describe-char): Set help-xref-stack-item
16143         explicitly after buffer has been generated.
16145 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16147         * cus-start.el (all): Add x-gtk-show-hidden-files.
16149 2005-12-26  Richard M. Stallman  <rms@gnu.org>
16151         * replace.el (perform-replace): Calculate match-again
16152         before skipping read-only matches.
16154         * paren.el (paren-showing-faces): New group.
16155         (show-paren-match, show-paren-mismatch): Move to that group.
16157         * button.el (button): Put into group `basic-faces'.
16159         * progmodes/make-mode.el: Remove faces from group `faces'.
16161         * apropos.el (apropos, apropos-value): Doc fix.
16162         (apropos-documentation): Doc fix.
16164 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16166         * subr.el (lazy-completion-table): Remove argument `args'.
16168         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16169         Don't use the `args' argument of lazy-completion-table.
16171 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
16173         * descr-text.el (describe-char): Add optional argument for buffer.
16174         Set buffer appropriately.  Call help-setup-xref.
16175         Suggested by Stefan Monnier.
16177 2005-12-26  Juri Linkov  <juri@jurta.org>
16179         * descr-text.el: Require `help-fns' at runtime.  Don't require
16180         `button' for byte compilation.
16181         (describe-text-widget): Add `help-echo' for first button.
16182         Use `help-info' for second.
16183         (describe-property-list): Use `help-argument-name' instead of `italic'.
16184         (describe-text-category): Add prompt to interactive spec.
16185         Call `help-setup-xref'.
16186         (describe-char): Use `help-character-set'.  Add `help-echo' for
16187         code point.  Use `help-input-method'.  Remove superfluous insert.
16189 2005-12-25  Richard M. Stallman  <rms@gnu.org>
16191         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
16192         at point, in case of narrowing.
16194         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
16196         * locate.el (locate-header-face): Allow nil in type.
16198         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
16200 2005-12-25  Romain Francoise  <romain@orebokech.com>
16202         * battery.el (battery-linux-proc-acpi): Also try
16203         `/proc/acpi/thermal_zone/THM0/temperature'.
16205 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
16207         * custom.el (custom-push-theme): Fix docstring.
16209         * cus-edit.el (custom-variable-set, custom-variable-save)
16210         (custom-variable-save): Custom-quote widget values.
16211         (customize-save-variable): Fix custom-push-theme call.
16213 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
16215         * w32-fns.el (w32-batch-update-autoloads): New function.
16217         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
16218         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
16219         from the command line.
16221 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
16223         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
16224         reset means to remove setting from theme entirely.  Don't keep
16225         expanding theme-settings list; delete old entries if necessary.
16227         * cus-edit.el (custom-buffer-create-internal): Move "Erase
16228         customization" button one line up.
16229         (custom-themed): New face.
16230         (custom-magic-alist): New value, THEMED, for theme settings.
16231         (custom-variable-state-set, custom-face-state-set):
16232         Check theme-value instead of saved-value.
16233         (custom-variable-reset-standard, custom-face-reset-standard):
16234         Remove theme setting entirely.  Recalculate new values.
16235         (custom-variable-set, custom-variable-set)
16236         (custom-variable-reset-saved, custom-variable-reset-backup)
16237         (custom-face-set, custom-face-reset-saved): Update `user' theme.
16238         (custom-variable-save): Fix typos.
16240 2005-12-23  Juri Linkov  <juri@jurta.org>
16242         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
16243         Add autoload cookies.
16244         (edebug-outside-d-c-i-n-s-w): New variable.
16245         (edebug-display, edebug-outside-excursion): Use it to save the
16246         original value of default-cursor-in-non-selected-windows.
16247         Set default-cursor-in-non-selected-windows to t while Edebug
16248         is active.
16249         (edebug-mode, edebug-eval-mode): Doc fix.
16251         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
16252         with `buffer-substring-no-properties' to remove common substring
16253         highlighting.
16255         * info.el (info-other-window, info): Rename function argument
16256         `file' to `file-or-node'.
16257         (Info-complete-menu-item): Use local variable `complete-nodes' to
16258         keep the global value of `Info-complete-nodes' unchanged for
16259         subsequent completions.
16260         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
16262         * simple.el (get-next-valid-buffer, last-buffer)
16263         (next-error-buffer-p, next-error-find-buffer)
16264         (minibuffer-history-sexp-flag): Doc fix.
16266         * savehist.el (savehist-mode-hook): Add `:group'.
16268         * log-view.el: Call autoload for vc-find-version.
16269         (log-view-current-file): Adjust subgroup numbers.
16270         (log-view-current-tag): Add `length'.
16272 2005-12-23  Richard M. Stallman  <rms@gnu.org>
16274         * vc.el (vc-annotate-car-last-cons): Defn moved up.
16276 2005-12-23  Juri Linkov  <juri@jurta.org>
16278         * hi-lock.el (hi-lock-archaic-interface-message-used)
16279         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
16280         (hi-lock-mode): Display "Hi" in the mode line only when
16281         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
16282         (hi-lock-write-interactive-patterns):
16283         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
16284         (hi-lock-set-pattern, hi-lock-set-file-patterns)
16285         (hi-lock-font-lock-hook): Set 3rd arg `how' of
16286         font-lock-add-keywords to t.
16288 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
16290         * hi-lock.el (hi-lock-highlight-range): New variable.
16291         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
16292         only if font-lock-fontified is non-nil.  Remove overlays.
16293         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
16294         font-lock-fontified is non-nil, otherwise use overlays (instead of
16295         text properties).
16296         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
16297         New variables.
16298         (hi-lock-string-serialize): New function.
16300 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16302         * menu-bar.el (menu-find-file-existing): New function.
16303         (menu-bar-file-menu): Use menu-find-file-existing for Open.
16305         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
16307 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16309         * vc.el: Remove unnecessary leading * in docstrings.
16310         (vc-annotate-mode-map): Move initialization into declaration.
16311         (vc-static-header-alist): Nitpick on the regexp.
16312         (vc-default-init-version): New fun.
16313         (vc-register): Use it.
16314         (vc-insert-headers): Use dolist.
16315         (vc-annotate-get-backend): Remove unused function.
16316         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
16317         (vc-annotate-mode): Remove corresponding call.
16318         (vc-annotate-car-last-cons): Simplify.
16319         (vc-annotate-buffers): Remove var.
16320         (vc-annotate-backend): Make it buffer-local.
16321         (vc-annotate): Move the interaction to the interactive spec.
16322         Add a `buf' argument.
16323         (vc-annotate-warp-version): Use this new `buf' argument to avoid
16324         killing&creating a vc-annotate buffer, which is very disruptive when
16325         the buffers are shown in dedicated frames.
16327 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
16329         * descr-text.el: Add FSF as maintainer.
16330         (describe-text-mode, describe-text-mode-map)
16331         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
16332         help-mode.
16333         (describe-text-widget, describe-text-sexp)
16334         (describe-property-list, describe-text-category)
16335         (describe-text-properties, describe-text-properties-1)
16336         (describe-char): Use help buttons instead of widgets.
16337         (describe-char-unicodedata-file): Make URL link in doc string.
16339 2005-12-22  Richard M. Stallman  <rms@gnu.org>
16341         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
16342         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
16343         Don't include buttons that write a file when there's no file.
16344         (custom-variable-menu, custom-face-menu, custom-group-menu):
16345         Don't include commands that write a file when there's no file.
16346         (customize-browse): Reword the top-of-buffer help intro.
16347         (custom-buffer-create-internal): Fix previous change.
16348         (customize-changed-options-previous-release): Prev release is 21.1.
16349         (customize-changed-options): Doc fix.
16350         (customize-changed): New alias.
16351         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
16352         Say "standard values".
16353         (Custom-reset-standard): Doc fix.
16354         (custom-face-reset-standard): Doc fix.
16356 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16358         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
16359         even if font-lock-mode is non-nil since it may be t without having
16360         turned on font-lock-mode-internal.
16361         (font-lock-choose-keywords): Minor optimization.
16362         (font-lock-add-keywords, font-lock-remove-keywords)
16363         (font-lock-set-defaults): Don't call make-local-variable on a variable
16364         that we know to already be local.
16366 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16368         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
16369         messages if in the minibuffer.
16371 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16373         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
16374         (tex-mode-flyspell-verify, flyspell-get-word)
16375         (flyspell-external-point-words): Don't use point-min/max uselessly.
16377         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
16378         by Kevin Rodgers.  Instead, just hide the completions buffer if we
16379         don't need to show it.
16381 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
16383         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
16385 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16387         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
16388         delete-windows-on with an inexistent buffer.
16390 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
16392         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16393         Delete defcustom variable :tag names.
16395 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16397         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
16398         (log-view-font-lock-keywords): Ajust subgroup numbers.
16399         (log-view-current-tag): Don't hard code the number of subgroups.
16401 2005-12-20  Juri Linkov  <juri@jurta.org>
16403         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
16404         (tooltip-x-offset, tooltip-y-offset): Doc fix.
16406         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16407         (menu-bar-non-minibuffer-window-p): Instead of checking
16408         display-multi-frame-p, use selected-frame when menu-updating-frame
16409         is nil.
16411 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
16413         * align.el (align-rules-list): Use [ \t] instead of \s-
16414         for column separators in text mode.
16416 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
16418         * help-mode.el (help-customize-variable, help-customize-face):
16419         Don't pop help-xref-stack as help-follow no longer pushes
16420         anything on to it.
16422 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
16424         * textmodes/org.el (org-agenda-custom-commands): New option.
16425         (org-agenda): Offer custom commands on splash screen.
16426         (org-make-tags-matcher): Parser for Boolean logic added.
16427         (org-agenda-set-tags): New command.
16428         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
16429         (org-set-tags): Efficiency improvements.
16430         (org-auto-align-tags): New option.
16431         (org-todo, org-demote, org-promote): Realign tags.
16432         (org-tags-completion-function): Use also "&" and "|" as separators.
16433         (org-org-menu): Agenda commands simplified.
16435 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
16437         * cus-edit.el (customize-apropos, customize-apropos-options):
16438         Docstring changes.
16440         * font-lock.el (font-lock): Add tags to the links in the defgroup.
16442 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
16444         * longlines.el (longlines-mode): Wrap while widened.
16445         (longlines-decode-region, longlines-encode-region): Compute max
16446         just once.
16448 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16450         * cus-edit.el (mac): New group.
16452         * cus-start.el (all): Add user options in macterm.c.  Add test for
16453         Mac-related built-ins.  Fix test for GTK-related built-ins.
16455         * term/mac-win.el (mac-handle-language-change)
16456         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
16457         (mac-services-open-selection, mac-services-mail-selection)
16458         (mac-services-mail-to, mac-services-insert-text)
16459         (mac-dispatch-apple-event): Add docstrings.
16460         (x-get-selection, mac-select-convert-to-string): Select coding
16461         system from `utf-16be' and `utf-16le' using `byteorder'.
16463 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16465         * subr.el (lazy-completion-table): Don't be fooled if the var holds
16466         a "list" (lambda ...) rather than a real completion list.
16468         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
16469         lexical-let when encountering ((lambda (...) ...) ...).
16471 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
16473         * progmodes/sh-script.el (sh-mode):
16474         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
16475         * textmodes/picture.el (picture-mode): Update docstrings.
16477 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
16479         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
16480         commands enclosed in $(ARGQUOTE)s should not be split between two
16481         lines, as that will break with GNU Make >3.80, when sh.exe is used
16482         and arg quoting is with '..'.
16483         (autoloads): Don't break the quoted --eval expression between
16484         several lines.
16486 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
16488         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
16489         Capture error from printing circular structures.
16491 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
16493         * wid-edit.el (widget-checkbox-action): Clear undo info.
16495 2005-12-16  Bill Wohler  <wohler@newt.com>
16497         * menu-bar.el (kill-this-buffer): Set a good example by using menu
16498         bar, not menubar in comment.
16500 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16502         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
16503         After-change-functions should not clobber the match data.
16505 2005-12-16  Juri Linkov  <juri@jurta.org>
16507         * simple.el (choose-completion): Use `buffer-substring-no-properties'
16508         instead of `buffer-substring'.
16509         (completion-common-substring): Doc fix.
16510         (completion-setup-function): Use minibuffer-completion-contents
16511         instead of minibuffer-contents.  Don't set common-string-length
16512         initially.  Remove special handling of partial-completion-mode.
16513         Move computation of completion-base-size into one cond.
16514         Call completion-base-size-function in mainbuf.  In computation of
16515         completion-base-size for file name completion don't move point to
16516         the end of the minibuffer.  Move computation of common-string-length
16517         into one cond.  Start putting faces only when common-string-length>=0.
16518         Add condition to put completions-common-part when
16519         common-string-length>0.
16521         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
16522         place point at the first different character in the minibuffer
16523         even if this position is at the beginning of the minibuffer.
16525         * info.el (Info-read-node-name-1): In completion-base-size-function's
16526         lambda return 1 if common-substring or minibuffer-completion-contents
16527         starts with (, and 0 otherwise.
16529         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
16530         Use `crm-current-element' for second arg of `display-completion-list'.
16532 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
16534         * files.el (set-auto-mode): Look for an interpreter specified on
16535         the first line also if search for mode specification succeeded,
16536         but the mode is not known.
16538 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
16540         * textmodes/org.el (org-tags-match-list-sublevels): New option.
16541         (org-open-at-point): Implement tag searches as links.
16542         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
16543         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
16544         (org-tags-sparse-tree, org-tags-view, org-set-tags)
16545         (org-agenda-dispatch): New commands.
16546         (org-use-tag-inheritance, org-tags-column): New options.
16547         (org-tab-follows-link, org-return-follows-link): New options.
16548         (org-tags): New customize group.
16549         (org-start-icalendar-file): Get local time zone.
16550         (org-tags-completion-function): New function.
16551         (org-set-font-lock-defaults): Make sure links will also be
16552         highlighted inside headlines.
16554 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
16556         * term.el (term-emulate-terminal):
16557         Let term-handle-ansi-terminal-messages override what Bash says about
16558         its current directory.
16560 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
16562         * bindings.el (last-buffer): Move to simple.el.
16563         * simple.el (last-buffer): Move here.
16564         (get-next-valid-buffer): New function.
16565         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
16566         (prev-buffer): Ditto.  Rename to `previous-buffer'.
16568         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
16569         * bindings.el (global-map): Ditto.
16571 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
16573         * cus-edit.el: Introductory comment change.
16574         (custom-magic-alist): Change message string for the `rogue' state.
16576 2005-12-15  Richard M. Stallman  <rms@gnu.org>
16578         * tooltip.el: Delete defcustom variable :tag names.
16580         * complete.el (partial-completion-mode): Doc fix.
16582         * textmodes/flyspell.el (flyspell-external-point-words):
16583         Use save-excursion to ensure we don't move backward in the
16584         search loop, not even one character.
16585         (flyspell-delete-all-overlays): Use remove-overlays directly.
16587         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
16588         (ispell-start-process): Set that variable.
16589         Clear ispell-buffer-local-name.
16590         (ispell-internal-change-dictionary):
16591         Set ispell-current-dictionary after killing process.
16592         (ispell-buffer-local-dict):
16593         Don't set spell-personal-dictionary after killing process.
16594         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
16595         (ispell-tex-skip-alists, ispell-html-skip-alists)
16596         (ispell-skip-region-alist): Mark as risky.
16598         * net/newsticker.el (newsticker--retrieval-timer-list)
16599         (newsticker--display-timer, newsticker-running-p)
16600         (newsticker-ticker-running-p): Definitions moved up.
16602 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
16604         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
16606 2005-12-15  David Ponce  <david@dponce.com>
16608         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
16609         (recentf-edit-list, recentf-open-files): Signal an error when
16610         there is no recent file.
16612 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
16614         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
16615         read-only except for texinfo-format-region evaluation.
16617 2005-12-14  Richard M. Stallman  <rms@gnu.org>
16619         * vc.el (vc-default-previous-version, vc-default-next-version)
16620         (vc-do-command): Doc fixes.
16622 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16624         * textmodes/bibtex.el (bibtex-expand-strings)
16625         (bibtex-autokey-expand-string, bibtex-name-part)
16626         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
16627         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
16628         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
16629         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
16630         (bibtex-entry-postfix, bibtex-known-entry-type-re)
16631         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
16632         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
16633         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
16634         (bibtex-beginning-of-last-entry): Remove.
16635         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
16636         message if comma is missing but buffer is read-only.
16637         (bibtex-parse-field-text): Handle whitespaces at the end of field
16638         text.  Return 3-element list with beginning and end of field text
16639         and end of field.
16640         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
16641         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
16642         (bibtex-search-forward-field, bibtex-search-backward-field):
16643         Search always delimited by limits of entry.  Use more efficient
16644         search algorithms.
16645         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
16646         bibtex-end-of-name-in-field.
16647         (bibtex-text-in-field-bounds): Handle BibTeX strings when
16648         extracting the content of a field.
16649         (bibtex-text-in-field): Use search limits.
16650         (bibtex-parse-string-prefix): Handle empty string keys based on
16651         bibtex-string-empty-key.
16652         (bibtex-parse-string): Fix docstring.
16653         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
16654         (bibtex-preamble-prefix, bibtex-strings): New functions.
16655         (bibtex-skip-to-valid-entry): Include preceding whitespace in
16656         BibTeX entries (consistent with other BibTeX functions).
16657         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
16658         (bibtex-search-entry): Fix docstring.  Simplify.
16659         (bibtex-flash-head, bibtex-complete-string-cleanup)
16660         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
16661         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
16662         (bibtex-parse-entry): New optional arg content.
16663         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
16664         Use bibtex-text-in-field-bounds.
16665         (bibtex-print-help-message): Handle BibTeX strings and preambles.
16666         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
16667         bibtex-parse-string-postfix.
16668         (bibtex-find-text-internal): New function.
16669         (bibtex-remove-delimiters): Use it.
16670         (bibtex-find-text): Use it.  New optional arg help.
16671         (bibtex-complete): Handle BibTeX string and preamble entries.
16672         (bibtex-Preamble): Fix order of closing delimiters.
16674 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16676         * vc.el (vc-default-revert): New fun.
16678         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
16680 2005-12-14  Romain Francoise  <romain@orebokech.com>
16682         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
16683         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
16684         (font-lock-remove-keywords): Likewise.
16686 2005-12-14  Juri Linkov  <juri@jurta.org>
16688         * log-view.el (log-view-diff): Doc fix.
16690         * isearch.el (isearch-query-replace): Use (mark) instead of
16691         isearch-opoint if mark is active in transient-mark-mode.
16693 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
16695         * isearch.el (isearch-query-replace): Check for isearch-other-end.
16697 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
16699         * progmodes/cpp.el (cpp-face): New widget.
16700         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
16702 2005-12-14  Juri Linkov  <juri@jurta.org>
16704         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
16705         around `erase-buffer' and `insert'.
16707         * descr-text.el (describe-text-properties): Replace buffer name
16708         "*Help-2*" with "*Help*<2>".
16709         (describe-char): Add functions print-help-return-message,
16710         toggle-read-only.  Use help-setup-xref with nil to not store
16711         describe-char in help-xref-stack.  Use help-make-xrefs to
16712         make [back] button.
16714         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
16716         * wdired.el (wdired-old-point): New internal variable.
16717         (wdired-change-to-wdired-mode): Set it buffer-locally.
16718         (wdired-abort-changes): Restore point after aborting changes.
16720 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16722         * vc.el (vc-do-command): Add a new value t for okstatus.
16724         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
16725         frame in case of errors.
16727 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16729         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
16730         so it comes after "On the Left" in the menu.
16732 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
16734         * cus-edit.el (customize-apropos, customize-apropos-options)
16735         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
16737 2005-12-12  Bill Wohler  <wohler@newt.com>
16739         * vc-svn.el (vc-svn-registered): Fix problem of visiting
16740         non-writable Subversion-controlled files by saving window
16741         configuration before calling vc-do-command.  vc-do-command calls
16742         pop-to-buffer on error which is unexpected during registration.
16744 2005-12-12  Jay Belanger  <belanger@truman.edu>
16746         * calc/README: Update the summary of changes.
16748 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16750         * descr-text.el (describe-char): Rework last fix to solve the problem
16751         is the same way it's solved for everything else in that function
16752         (i.e. by extracting the info before setting up the *Help* buffer).
16754 2005-12-12  Kim F. Storm  <storm@cua.dk>
16756         * subr.el (version-regexp-alist): Allow space as separator before
16757         non-numeric part, e.g. "1.0 alpha".
16758         (version-to-list): Interpret .X.Y version as 0.X.Y version.
16760 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
16762         * textmodes/org.el (org-agenda, org-timeline, org-todo):
16763         Implement Logging and the keep-modes setting.
16764         (org-get-category): Make sure a string is returned.
16765         (org-log-done): New function.
16766         (org-log-done, org-closed-string): New options.
16768 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16770         * tooltip.el (tooltip-y-offset): Change default to 20.
16772 2005-12-12  Richard M. Stallman  <rms@gnu.org>
16774         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
16776         * frame.el (display-hourglass): Doc fix.
16778         * help.el (help-for-help-internal): Simplify entry for `a'.
16780         * info.el (Info-on-current-buffer): Doc fix.
16781         (info-insert-file-contents): Don't test (featurep 'jka-compr).
16783         * startup.el (inhibit-splash-screen): Make this the real name.
16784         (inhibit-startup-message): Make this the alias.
16785         (command-line): Find only simple.el, and use its directory
16786         to fill in other preloaded files' names.
16787         (command-line): Deactivate the mark if deactivate-mark is set.
16789         * international/mule.el (load-with-code-conversion):
16790         Bind deactivate-mark.
16792         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
16794 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
16796         * cus-edit.el (customize-apropos): Avoid listing an option more
16797         than once under different aliases.  No longer list user options
16798         that are not defined with defcustom (unless a prefix arg is given).
16799         Doc fix.
16800         (customize-apropos-options): Doc fix.
16802 2005-12-11  Juri Linkov  <juri@jurta.org>
16804         * frame.el (set-background-color, set-foreground-color)
16805         (set-cursor-color, set-mouse-color, set-border-color):
16806         Add explicit prompts to read colors by `facemenu-read-color'.
16807         (show-trailing-whitespace, blink-cursor-delay)
16808         (blink-cursor-interval, display-hourglass, hourglass-delay):
16809         Remove tags.
16810         (display-hourglass, hourglass-delay): Doc fix.
16811         (cursor-in-non-selected-windows): Capitalize words in tag.
16813         * faces.el (frame-background-mode): Replace `choice-item' keywords
16814         with `const' to not make [default] button.  Change default value tag
16815         from `default' to `automatic'.  Doc fix.
16816         (trailing-whitespace) <defface>: Change group `whitespace' to
16817         `whitespace-faces'.
16819 2005-12-11  Richard M. Stallman  <rms@gnu.org>
16821         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
16823 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16825         * term/mac-win.el: Create keymap for mac-apple-event-map.
16827 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
16829         * tooltip.el (tooltip-mode): Move to start of file so that it
16830         appears at top of customize buffer.
16832         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16833         Add the gud groupname.
16834         (gud-tooltip-mode): Add the tooltip groupname.
16835         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
16836         avoid conflict with tooltip-use-echo-area.
16838 2005-12-10  Romain Francoise  <romain@orebokech.com>
16840         * help.el (help-for-help-internal): Add `r' in doc string.
16842 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
16844         * align.el (align-regexp, align-highlight-rule):
16845         Use region-beginning and region-end instead of point and mark, so that
16846         repetition (with `repeat-complex-command') recomputes the region
16847         bounds.
16849 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
16851         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
16852         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
16853         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
16854         (balance-windows): Rewrite using the above new functions.
16856 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
16858         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
16859         react if global-hi-lock-mode seems intended.
16860         (global-hi-lock-mode): Renamed from hi-lock-mode.
16861         (hi-lock-archaic-interface-message-used)
16862         (hi-lock-archaic-interface-deduce): New variables.
16863         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
16864         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
16865         (hi-lock-find-patterns, hi-lock-font-lock-hook):
16866         Replace hi-lock-buffer-mode with hi-lock-mode.
16868 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16870         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
16871         completion list, even after a partial completion has been
16872         inserted in the current buffer.  If there are more than 1
16873         completion, redisplay the *Completions* buffer; if the
16874         completion is unique, delete the *Completions* window.
16876 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
16878         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
16879         strings and long subject lines that were broken into multiple
16880         lines at arbitrary places.  Handle subjects that have "Re: " in
16881         the middle.
16883 2005-12-10  John W. Eaton  <jwe@octave.org>
16885         * emacs/octave-mod.el (octave-electric-space): Don't indent
16886         comments or strings if octave-auto-indent is nil.
16888 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16890         * term/mac-win.el: Require url when compiling.
16891         Call mac-process-deferred-apple-events after loading init files.
16892         (mac-apple-event-map): New defvar.  Define event handlers in it.
16893         (core-event, internet-event): New Apple event class symbols.
16894         (open-application, reopen-application, open-documents)
16895         (print-documents, open-contents, quit-application)
16896         (application-died, show-preferences, autosave-now, get-url):
16897         New Apple event ID symbols.
16898         (about): New HICommand ID symbol.
16899         (mac-event-spec, mac-event-ae): New macros.
16900         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
16901         (mac-ae-selection-range, mac-ae-text-for-search)
16902         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
16903         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
16904         and Services menu events are now defined in mac-apple-event-map.
16905         (mac-drag-n-drop): Remove selection range handling.
16907 2005-12-10  Kenichi Handa  <handa@m17n.org>
16909         * simple.el (zap-to-char):
16910         * isearch.el (isearch-process-search-char): Translate CHAR by
16911         translation-table-for-input.
16913 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
16915         * foldout.el (foldout-exit-fold): Properly hide subtree.
16917 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16919         * files.el (save-buffer):
16920         * international/ucs-tables.el (ucs-set-table-for-input):
16921         * mail/mail-extr.el (mail-extract-address-components):
16922         * mail/sendmail.el (mail-mode): Reformat doc string.
16924 2005-12-09  Juri Linkov  <juri@jurta.org>
16926         * isearch.el (isearch-highlight): Change main overlay priority
16927         from 1 to 1001.  Simplify.
16928         (isearch-lazy-highlight-update): Change lazy overlay priority
16929         from 0 to 1000.
16931         * replace.el (replace-highlight): Change overlay priority from
16932         1 to 1001.
16934         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
16935         Change overlay priority from 1 to 1001.  Reuse existing overlay.
16937         * compare-w.el (compare-windows-highlight): Change overlay
16938         priority from 1 to 1000.
16940         * menu-bar.el (menu-bar-edit-menu): Add listp around
16941         pending-undo-list to disable menu item "undo" when pending
16942         undo list is empty.
16944         * locate.el (locate): Disable undo in *Locate* buffer.
16946 2005-12-09  Kim F. Storm  <storm@cua.dk>
16948         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
16950 2005-12-09  David Ponce  <david@dponce.com>
16952         * recentf.el: Improvement of the menu code.
16953         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
16954         instead of menu hook.
16955         (recentf-show-menu, recentf-hide-menu): New functions.
16956         (recentf-menu-customization-changed, recentf-mode): Use them.
16957         (recentf-menu-action, recentf-max-menu-items)
16958         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
16959         (recentf-arrange-by-rule-others)
16960         (recentf-arrange-by-rules-min-items)
16961         (recentf-arrange-by-rule-subfilter): Don't use
16962         `recentf-menu-customization-changed'.
16963         (recentf-arrange-rules): Likewise.  Accept functions to compute
16964         sub-menu titles.
16965         (recentf-menu-filter): Likewise.  Doc fix.
16966         (recentf-menu-value-shortcut): Doc fix.
16967         (recentf-dump-variable): Quote atom value.
16968         (recentf-make-menu-items): Update to use it as a menu filter.
16969         (recentf-match-rule): New function.
16970         (recentf-arrange-by-rule): Use it.
16971         (recentf-indirect-mode-rule): New function.
16972         (recentf-build-mode-rules): Use it.
16973         (recentf-dir-rule): New function.
16974         (recentf-arrange-by-dir): Use it.
16975         (recentf-filter-changer-current): Rename from
16976         `recentf-filter-changer-state'.  All references updated.
16977         (recentf-filter-changer-alist): Update filter names.
16978         (recentf-filter-changer-select): New function.
16979         (recentf-filter-changer): Use it.  Make a sub-menu from filters
16980         available in `recentf-filter-changer-alist'.
16981         (recentf-data-cache, recentf-clear-data)
16982         (recentf-update-menu): Remove.  All references updated.
16983         (recentf-match-rule-p, recentf-build-dir-rules)
16984         (recentf-filter-changer-goto-next)
16985         (recentf-filter-changer-get-current)
16986         (recentf-filter-changer-get-next): Remove.
16988 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
16990         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
16991         buffer "Reset" button to "Reset to Current" for consistency with
16992         the State buttons.
16994 2005-12-08  John Paul Wallington  <jpw@pobox.com>
16996         * ibuf-ext.el (define-ibuffer-filter filename):
16997         If `dired-directory' is a list then really use its car.
16999 2005-12-08  Kim F. Storm  <storm@cua.dk>
17001         * emulation/cua-rect.el (cua--rectangle-aux-replace):
17002         Fix indention of text on right side of replaced rectangle.
17004 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
17006         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17007         No need to check gud-comint-buffer is bound.
17008         (gdb): Prevent multiple debugging when first session uses gdba.
17010 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17012         CC Mode update to 5.31.
17014         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17015         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
17016         We might do this function properly in the future).
17018         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17019         New macros c-sentence-end and c-default-value-sentence end, to cope
17020         with Emacs 22's new function `sentence-end'.
17022 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17024         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
17025         compat issue using `c-put-overlay' and `c-delete-overlay'.
17027         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17028         New compat macros to handle overlays/extents.
17030 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17032         * progmodes/cc-fix.el: Add definitions of the macros push and pop
17033         (for GNU Emacs 20.4).
17035         * progmodes/cc-defs.el:
17036         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
17038         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
17039         highlighting mechanism so it will work in XEmacs too.
17041         * progmodes/cc-defs.el: Insert c-int-to-char.
17043         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17044         call to the new macro c-int-to-char.  This solves XEmacs's
17045         regarding characters as different from integers.
17047 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17049         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17050         New internal helper.
17052         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
17053         construct to make the indirect face lookup work in XEmacs.
17055         (c-cpp-matchers): Append the negation char face to the existing
17056         fontification, so that the cpp face doesn't disappear.
17057         Use `c-make-syntactic-matcher' to avoid negation chars in comments
17058         and strings.
17060         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
17061         to map to `font-lock-negation-char-face' in emacsen where it exists.
17063 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17065         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17067         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17068         Rename "c-subword-move-mode" as "c-subword-mode".
17070         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
17071         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
17073 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17075         * progmodes/cc-mode.el: Added autoload directive for
17076         `c-subword-move-mode' for use in older emacsen.
17078 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17080         * progmodes/cc-mode.el:
17081         (i): Insert a binding for C-c C-backspace into
17082         c-bind-special-erase-keys which works in TTYs.
17083         (ii): Make sure that when file styles are used, any explicitly
17084         given style variables take priority over those in the style.
17085         Do this by calling `hack-local-variables' a second time.
17087         * progmodes/cc-vars.el: Add language specific customization
17088         widgets for AWK to c-doc-comment-style, c-require-final-newline
17089         and c-default-style.  Add a defcustom for awk-mode-hook.
17090         Give c-syntactic-element and c-syntactic-context doc-strings by
17091         directly setting their `variable-documentation' propery.
17092         This allows Emacs 22.1 to read these with C-h v.
17094         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
17096 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17098         * progmodes/cc-fonts.el, cc-vars.el
17099         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17100         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
17101         Masatake YAMATO.
17103         (c-doc-comment-style): Made GtkDoc default in C mode.
17105         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17106         and C-c C-<delete>.
17108         (c-bind-special-erase-keys): New function for use on
17109         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
17111         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
17112         <delete> key behavior in XEmacs according to `delete-forward-p'.
17113         C.f. `c-electric-delete'.
17115 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17117         * progmodes/cc-mode.el: Give c-hungry-backspace and
17118         c-hungry-delete-forward permanent key bindings.
17120         * progmodes/cc-cmds.el (c-electric-semi&comma):
17121         Bind c-syntactic-context for calls to "criteria functions", for
17122         consistency with other calls to user functions.
17124         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
17125         `current-prefix-arg', since this might be the prefix arg to a
17126         command which calls c-indent-command as a function.  Change the
17127         interactive spec from "p" to "P".
17129         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
17130         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
17131         was difficult to understand.
17133 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17135         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
17136         first char of an identifier.
17138         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
17139         +" syntax in C++.
17141 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17143         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
17144         auto-fill doesn't split a c-comment's last word from a hanging
17145         "*/" when a space is typed between them after fill-column.
17147         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
17149         * progmodes/cc-styles.el (c-set-style)
17150         (c-setup-paragraph-variables): Abort the command if we're not in a
17151         CC Mode buffer.
17153         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
17154         with blank comment-prefix, and a blank line as the comment's
17155         second line.
17157 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17159         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
17160         Incorporate the patterns added in the Emacs development branch
17161         for the new Emacs 22 face `font-lock-negation-char-face'.
17163         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
17164         of "red" since it stands out better in xterms and DOS terminals.
17166         * progmodes/cc-engine.el (c-literal-faces):
17167         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
17169 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17171         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
17172         forcibly enable c-electric-flag.
17174         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
17175         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
17176         after the comment-prefix of a C-style comment will close that comment.
17178 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17180         * progmodes/cc-fonts.el (c-basic-matchers-before)
17181         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
17182         in Pike.
17184         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
17185         digraphs.
17187         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
17188         (c-cpp-message-directives, c-cpp-include-directives)
17189         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
17190         (c-cpp-expr-directives): Introduce new language constants to
17191         control cpp syntax in a cleaner way.
17193         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
17195         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
17197         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
17198         (c-multiline-string-start-char): New language constants and
17199         variables to specify how newlines in string literals work.
17201         (c-font-lock-invalid-string): Use them.
17203         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
17204         unbalanced close brace is entered.  Optimization by avoiding going
17205         back over arbitrarily large blocks.  Removed hints that this
17206         function only would be relevant/useful in AWK.
17208         (c-electric-brace): Indent syntactically after the cleanups since
17209         lineup functions might do it differently then.
17211         * progmodes/cc-engine.el, cc-langs.el
17212         (c-opt-op-identifier-prefix): New language constant and variable.
17214         (c-just-after-func-arglist-p, c-after-special-operator-id)
17215         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
17217         * progmodes/cc-align.el, cc-engine.el
17218         (c-after-special-operator-id): New helper to handle C++ operator
17219         identifiers.
17221         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
17222         (c-guess-basic-syntax): Handle C++ operator identifiers in
17223         declarations.
17225         * progmodes/cc-langs.el (c-assignment-operators): Add the
17226         trigraph version of ^= too.
17228         * progmodes/cc-langs.el (c-assignment-operators): Add the
17229         trigraph version of |= in C++.
17231         * progmodes/cc-fonts.el (c-font-lock-declarators):
17232         Handle `c-decl-hangon-kwds' after the identifier name.
17234         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
17235         whether an arglist is "nonempty", ignore a comment after the open
17236         paren if it isn't followed by a non-comment token on the same line.
17238         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
17239         Enable heuristics below the point to cope with classes inside special
17240         brace lists in Pike.
17242 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17244         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
17246 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17248         * progmodes/cc-guess.el (cc-guess-install): New function to
17249         install an already guessed style in another buffer.
17251         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
17252         sets `inhibit-read-only' - `c-save-buffer-state' should be used
17253         anyway if the change always is undone.
17255 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17257         Implement togglable electricity:
17259         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
17260         saying when it should be used.
17262         * progmodes/cc-engine.el: Add the new buffer-local variable,
17263         c-electric-flag.
17265         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
17266         c-toggle-auto-newline.
17268         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
17269         c-toggle-auto-newline.  Remove the binding for
17270         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
17271         c-toggle-electric-state.
17273         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
17275         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
17276         c-\(forward\|backward\)-subword.
17277         (c-update-modeline): Add the new modeline flag `l' for
17278         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
17279         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
17280         Make the old name an alias of the new name.
17281         (c-toggle-electric-state): New function.
17282         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
17283         Adapt these functions to do electric things only when
17284         c-electric-flag is non-nil.
17285         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
17286         new functions from c-electric-brace.
17287         (c-point-syntax): Add a check for "virtual semicolons" in AWK
17288         mode, so that the tentative extra newline doesn't change the
17289         syntax of the following brace.
17290         (c-electric-brace): Restructure by extracting the above functions.
17291         Tidy up the coding somewhat.
17292         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
17293         restructure a bit.
17295 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17297         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
17298         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
17300         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
17301         (c-submode-indicators): Change name from `c-auto-hungry-string'
17302         since it's now used to track another submode.
17304         (c-update-modeline): Convert to function and extended to check
17305         `c-subword-move-mode'.
17307         (c-forward-into-nomenclature, c-backward-into-nomenclature):
17308         Convert to compat aliases for `c-forward-subword' and
17309         `c-backward-subword'.
17311         * progmodes/cc-subword.el: New functions and minor mode to handle
17312         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
17314         (c-forward-subword, c-backward-subword, c-mark-subword)
17315         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
17316         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
17317         Functions corresponding to the standard word handling functions.
17319         (c-subword-move-mode): Minor mode that replaces all the standard
17320         word handling functions with their subword equivalences.
17322 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17324         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
17325         entry for one-liner-defun.
17327         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
17328         name in its def-edebug-spec.
17330         * progmodes/cc-cmds.el (c-electric-brace): Make the
17331         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
17332         compacts space before a comment, if this will make things fit on
17333         one line.
17335         Introduce an "awk" style, mainly for auto-newline and clean-ups.
17337         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
17339         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
17340         clean-up one-liner-defun.
17342         * progmodes/cc-styles.el: Add the new "awk" style.
17344         * progmodes/cc-vars.el: Add description of one-liner-defun to
17345         c-cleanup-list's doc-string.  New user options,
17346         c-max-one-liner-length.  In c-default-style, set the default style
17347         for AWK to "awk".
17349 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17351         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
17352         macros inside labels.
17354         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
17355         `c-at-statement-start-p' and `c-at-expression-start-p'.
17357         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
17358         error if the mark isn't set.
17360         * progmodes/cc-engine.el (c-guess-continued-construct)
17361         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
17362         accurately detect functions inside functions.
17364         * progmodes/cc-engine.el (c-at-expression-start-p): New function
17365         like `c-at-statement-start-p' that additionally recognizes commas
17366         and expression parentheses as delimiters.
17368         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
17369         to avoid heuristics that doesn't work for unclosed blocks.
17370         (c-at-statement-start-p): New function.
17372         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
17373         Objective-C directives, e.g. directives spanning lines should work
17374         reasonably well now.
17376         (c-put-c-type-property, c-clear-c-type-property): New helpers.
17378         (c-forward-objc-directive): New function to move over any ObjC
17379         directive.
17381         (c-just-after-func-arglist-p, c-guess-basic-syntax)
17382         (c-basic-matchers-before): Use it.
17384         (c-font-lock-objc-iip-decl): Remove.
17386         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
17387         in the template arglist recognition.
17389         * progmodes/cc-styles.el (c-style-alist): Fix several
17390         inconsistencies in the Whitesmith style.
17392         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
17393         New lineup function to get lines after Whitesmith style blocks
17394         correctly indented.
17396         (c-lineup-whitesmith-in-block): Back out the compensation for
17397         opening parens since it's done using `add' lists in the style
17398         definition instead.  Don't use the anchor position since it varies
17399         too much between the syntactic symbols. :P
17401         * progmodes/cc-vars.el (c-valid-offset): Update.
17403         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
17404         lists where the offsets are combined according to several
17405         different methods: `first', `min', `max', and `add'.
17406         Report offset evaluation errors with `c-benign-error' so that some kind
17407         of reindentation still is done.
17409         * progmodes/cc-engine.el (c-guess-basic-syntax):
17410         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
17411         `arglist-close'.
17413         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
17414         situations for `arglist-cont-nonempty' and `arglist-close'.
17416         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
17418         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
17419         cc-bytecomp-boundp' in a number of places.
17421         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
17422         macro related issue.
17424 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17426         * progmodes/cc-awk.el: Change the terminology of regexps: A char
17427         list is now [asdf], a char class [:alpha:].
17428         Include code for char classes.
17429         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
17430         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
17432         Remove (nearly all of) the cruft associated with AWK Mode's former
17433         concept of "virtual semicolons":
17435         Adapt c-beginning-of-statement, c-end-of-statement (together with
17436         subfunctions) to use the new notion of "virtual semicolon" in
17437         place of the old awkward special handling for AWK.  There remains
17438         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
17439         * progmodes/cc-cmds.el:
17440         (c-ascertain-adjacent-literal): In the backwards direction, now
17441         recognises AWK regexp delimiters as string delimiters.
17442         (c-after-statement-terminator-p): Adapt for virtual semicolons;
17443         check more rigorously for "end of macro".
17444         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
17445         virtual semicolons;
17446         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
17447         out the code for forward movement into ...
17448         (c-end-of-statement): Now contains the code for forward movement,
17449         adapted for virtual semicolons.
17451         * progmodes/cc-engine.el:
17452         (c-ws*-string-limit-regexp): New regexp.
17453         (c-forward-single-comment, c-backward-single-comment): Comment out
17454         the (now redundant) "special" AWK stuff.
17456         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
17457         c-string-par-start, c-string-par-separate to be more like Text
17458         Mode than Fundamental Mode.
17460 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17462         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
17463         to the fontified region so that fontification doesn't occur
17464         outside it (could happen e.g. when fontifying a line with an
17465         unfinished declaration).
17467 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17469         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
17470         start of the file.  ^L now separate sections of the file.
17471         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
17472         (c-awk-one-line-possibly-open-string-re)
17473         (c-awk-regexp-one-line-possibly-open-char-class-re)
17474         (c-awk-one-line-possibly-open-regexp-re)
17475         (c-awk-one-line-non-syn-ws*-re): New defonsts.
17476         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
17478         Amend the concept of "virtual semicolons" (in the indentation
17479         engine) for languages like AWK, such that they are now
17480         conceptually attached to end of the last token of a statement, not
17481         the end of the line.  (In AWK Mode, however, the pertinent text
17482         property is still physically set on the EOL.)  Remove the specific
17483         tests for awk-mode, thus facilitating the introduction of other
17484         language modes where EOLs can end statements.
17485         (Note: The funtionality in cc-cmds.el, specifically
17486         c-beginning/end-of-statement has yet to be amended.)
17488         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
17489         New macros.
17491         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
17492         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
17493         c-vsemi-status-unknown-p-fn (in a new page).
17495         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
17496         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
17497         numerous awkward forms like
17498         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
17499         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
17500         variable before-ws-ip, the place just after char-before-ip appears.
17502         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
17503         a comment.
17505 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17507         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
17508         `c-tentative-buffer-changes'.
17510         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
17511         convert to macro to choose between Emacs and XEmacs at compile time.
17513         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
17515         (c-tentative-buffer-changes): New macro to handle temporary buffer
17516         changes in a convenient way.
17518         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
17519         for `c-tentative-buffer-changes'.
17521         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
17522         the checks for paren sexps between the point and the keyword, to
17523         avoid some false alarms.
17525         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
17526         Fixed a situation where an error could be thrown for unbalanced
17527         parens.  Changed to make use of c-keyword-member' to avoid some
17528         repeated regexp matches.
17530         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
17531         These language variable are no longer necessary.
17533         (c-block-stmt-kwds): New language constant used by
17534         c-looking-at-inexpr-block'.
17536         (c-guess-basic-syntax): Remove an optional check that looked at
17537         the existence of the now removed language variables.
17539         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
17540         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
17541         object instantiation expressions as declarations in some contexts.
17542         This bug only affected languages where the declarator can't be
17543         enclosed in parentheses.
17545         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
17546         insert newlines before and after substatement braces.
17548         * progmodes/cc-engine.el: Improved the heuristics for recognizing
17549         function declaration headers and the handling of C++ style member
17550         init lists.
17552         (c-just-after-func-arglist-p): Rewritten to use
17553         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
17555         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
17557         (c-guess-basic-syntax): Adapt case 5B for the new
17558         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
17559         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
17560         covers all cases now).
17562         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
17564 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17566         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
17567         c-string-par-start/separate c-sentence-end-with-esc-eol,
17568         initialised in c-setup-paragraph-variables, used in string
17569         scanning subroutines of c-beginning-of-statement.
17571         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
17572         which precedes the newly inserted `{'.
17574 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17576         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
17577         function for declaration level blocks.  It should now cope with
17578         templates better and also be a lot more comprehensible.
17580         (c-looking-at-decl-block): The new function.
17582         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
17583         for compatibility.
17585         (c-add-class-syntax, c-guess-continued-construct)
17586         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
17588         (c-decl-block-key): Change to tell apart ambiguous and
17589         unambiguous keywords.  Pike specials are now handled directly in
17590         the code instead.
17592         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
17593         New language constants and variables to make the backward skip in
17594         `c-looking-at-decl-block' as tight as possible.
17596         (c-nonsymbol-token-char-list): New language constant.
17598         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
17599         find balanced template arglists backwards.
17601         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
17602         making char classes for `c-syntactic-skip-backward'.
17604         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
17605         16D - can't be a class-close at that point.
17607         * progmodes/cc-engine.el (c-guess-basic-syntax)
17608         (c-add-class-syntax): Don't narrow out the enclosing declaration
17609         level.  This makes everything a lot easier, and it was actually
17610         only four small places that needed it to work.  Some places that
17611         previously did `widen' are removed now, which has the effect that
17612         `c-guess-basic-syntax' never will look at things outside the
17613         current narrowment now.  The anchor position for `topmost-intro'
17614         is affected by this, but it was so bogus it was basically useless
17615         before, and now it's equally bogus but in a slightly different way.
17617         (c-narrow-out-enclosing-class): Gone.
17619         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
17620         the narrowed region.
17622         (c-least-enclosing-brace): Remove silly optional argument.
17624         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
17625         the point could be left directly after an open paren when finding
17626         the beginning of the first decl in the block.
17628         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
17629         Specify which submatch to use.
17631         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
17633         (c-decl-start-re): No longer any need for special treatment of
17634         ObjC due to the above.
17636         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
17637         presumably follows C in that regard.
17639         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
17640         New language constants to specify operator tokens inside
17641         identifiers in a more high level way.
17643         (c-opt-identifier-prefix-key): New internal language constant.
17645         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
17646         (c-identifier-start, c-identifier-key): Now completely calculated
17647         from other constants.
17649         (c-identifier-last-sym-match): Decommission since it's no longer used.
17651         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
17653         * progmodes/cc-engine.el (c-forward-name): Remove the
17654         optimization when c-identifier-key is equal to c-symbol-key since
17655         it doesn't work in byte compiled files.  Don't record empty
17656         regions as identifiers.
17658         * progmodes/cc-langs.el (c-filter-ops): New helper function to
17659         simplify access to `c-operators' and its likes.
17661         (c-operator-list, c-all-op-syntax-tokens)
17662         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
17663         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
17664         (c-primary-expr-regexp, c-cast-parens): Use it.
17666         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
17667         an explicit language in functions.
17669         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
17670         variant of adornment.
17672         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
17673         variable.
17675         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
17676         the Pike value.
17678         * progmodes/cc-engine.el (c-on-identifier)
17679         (c-simple-skip-symbol-backward): Small fix for handling "-"
17680         correctly in `skip-chars-backward'.  Affected the operator lfun
17681         syntax in Pike.
17683         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
17684         diagnostic message about precompiled language vars not being used.
17686         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
17687         "__attribute__" is followed by a parenthesis.
17689         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
17690         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
17691         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
17693         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
17694         Internal cleanups to properly detect the declared identifiers in
17695         various declarations.
17697         (c-decl-start-kwds): New language constant to recognize
17698         declarations that can start anywhere.  Used for class declarations
17699         in Pike.
17701         (c-specifier-key, c-not-decl-init-keywords)
17702         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
17703         (c-find-decl-spots): Implement `c-decl-start-kwds'.
17705         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
17706         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
17707         handling of the compiler specific extension keywords into a new
17708         language constant `c-decl-hangon-kwds' that defines keyword
17709         clauses to be ignored in declarations.
17711         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
17712         past unrecognized tokens when handling `c-colon-type-list-kwds'.
17713         Necessary to stop at the declared identifier in e.g. IDL valuetype
17714         declarations.
17716         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
17717         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
17718         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
17719         (c-forward-decl-or-cast-1): Recognize the declared identifier in
17720         class and enum declarations as such and not as part of the type.
17722         (c-forward-decl-or-cast-1, c-forward-label): Relax the
17723         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
17725         (c-forward-decl-or-cast-1): Don't disregard sure signs of
17726         declarations when there's some syntax error later on.
17728         (c-complex-decl-matchers): Did away with a reference to
17729         `c-specifier-key'.
17731         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
17732         value - this variable is always dynamically bound.
17734         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
17735         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
17736         * cc-cmds.el, cc-defs.el: Change the policy for marking up
17737         functions that might do hidden buffer changes: All such internal
17738         functions are now marked instead of those that don't.
17740         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
17741         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
17742         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
17743         (c-literal-type): Allow these functions to make hidden buffer changes,
17744         so that they are free to use text property caching later on.
17746         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
17747         (c-electric-brace, c-electric-slash, c-electric-star)
17748         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
17749         (c-electric-paren, c-electric-continued-statement, c-indent-command)
17750         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
17751         (c-context-line-break): Add `c-save-buffer-state' calls to comply
17752         with the changed semantics of the functions above.
17754         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
17755         when macros occur in obscure places.  Optimized the sexp movement
17756         a bit.
17758 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17760         Enhancements for c-beginning-of-statement to work in AWK Mode:
17762         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
17763         (completed statement) with `}' (statement completed by closing
17764         brace or semicolon) and `$' (statement completed by EOL).
17766         (c-awk-virtual-semicolon-ends-prev-line-p)
17767         (c-awk-virtual-semicolon-ends-line-p)
17768         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
17769         (c-awk-at-statement-end-p): New functions.
17771         * progmodes/cc-cmds.el: Simplify the structure of functions
17772         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
17773         two functions and c-beginning-of-statement to handle AWK Mode.
17775         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
17776         c-backward-single-comment for AWK mode.  Attempt to clarify their
17777         doc-strings.
17779         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
17781 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17783         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
17784         label handling.  Labels are now recognized in a uniform and more
17785         robust way, regardless of context.  Text properties are put on all
17786         labels to recognize the following declarations better.
17787         Multiword labels are handled both in indentation and fontification for
17788         the benefit of language extensions like Qt.  For consistency, keywords
17789         in labels are now fontified with the label face instead.
17790         That also applies to "case" and "default".
17792         (c-beginning-of-statement-1): Fix some bugs in the label
17793         handling.  Disregard `c-nonlabel-token-key' in labels that begin
17794         with `c-label-kwds'.
17796         (c-find-decl-spots): Support that the callback adds more
17797         `c-decl-end' spots to find.
17799         (c-forward-decl-or-cast-1): Don't treat a list of plain
17800         identifiers followed by a colon as a declaration.
17802         (c-forward-label): New function to recognize labels.
17804         (c-guess-basic-syntax): Replace uses of `c-label-key' with
17805         `c-forward-label'.  Moved the label recognition cases (14 and 15)
17806         earlier since they aren't so context sensitive now.  Handle labels
17807         on the top level gracefully.  Moved access label recognition to
17808         the generic label case (CASE 15) - removed CASE 5E.
17810         (c-font-lock-declarations): Add recognition of labels in the
17811         same round since we need to handle labels in parallell with other
17812         declarations to recognize both accurately.  It should also improve
17813         speed.
17815         (c-simple-decl-matchers, c-basic-matchers-after):
17816         Move `c-font-lock-labels' so that it only is used on decoration level 2
17817         since `c-font-lock-declarations' handles it otherwise.
17819         (c-complex-decl-matchers): Remove the simplistic recognition of
17820         access labels.
17822         (c-decl-prefix-re): Remove the kludges that was necessary to cope
17823         with labels earlier.
17825         (c-decl-start-re): New language variable to make
17826         `c-font-lock-declarations' stop for the special protection labels
17827         in Objective-C that start with `@'.
17829         (c-label-key): Remove since it's no longer used.
17831         (c-recognize-colon-labels, c-label-prefix-re): New language
17832         constants to support recognition of generic colon-terminated labels.
17834         (c-type-decl-end-used): `c-decl-end' is now used whenever there
17835         are colon terminated labels.
17837         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
17838         first argument starts with a special brace list.
17840         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
17841         (c-font-lock-declarations): Break out the declaration and cast
17842         recognition from `c-font-lock-declarations' to a new function, so
17843         that it can be used in the indentation engine.
17845         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
17846         up to the start of the literal.  Fixed bug with the point on the
17847         wrong side of the search limit that could happen when the start
17848         position is inside a literal.
17850         * progmodes/cc-engine.el (c-parse-state)
17851         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
17852         so that it's kept a little bit back to increase the hit rate.
17854         (c-parse-state): Change the macro handling and fixed some
17855         glitches.  Macro context is checked more often than necessary now,
17856         but otoh less garbage conses are generated.
17858         * progmodes/cc-engine.el (c-parse-state)
17859         (c-invalidate-state-cache): Cache the last position where
17860         `c-state-cache' applies.  This can speed up refontification quite
17861         a bit in blocks where there are many non-brace parens before the point.
17863         (c-state-cache-end): New variable for this.
17865         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
17866         cache variable.
17868         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
17869         get close initial continue positions when the start position is
17870         inside a literal or macro.  Do not call the callback for spots
17871         before the start position (which can happen e.g. for `c-decl-end'
17872         spots inside comments).  Optimize better in special cases when the
17873         region is a single line inside a literal or macro (typically when
17874         the current line is refontified).
17876         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
17877         to `c-add-stmt-syntax' - there's no need to explicitly whack off
17878         entries from the paren state.
17880         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
17881         special case for "else if" clauses.
17883         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
17884         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
17886         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
17887         New language variable to recognize the gcc extension with statement
17888         blocks inside expressions.
17890         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
17891         it somewhat more comprehensible.  The argument AT-BLOCK-START is
17892         no longer used and hence removed.
17894         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
17895         to `c-add-stmt-syntax'.
17897         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
17898         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
17899         This fixes bogus label recognition.
17901         * progmodes/cc-engine.el (c-add-type, c-check-type)
17902         (c-forward-name, c-forward-type): Improve storage of template
17903         types in `c-found-types' so that they can be recognized better.
17905         (c-syntactic-content): Add option to skip past nested parens.
17907         * progmodes/cc-engine.el (c-forward-name):
17908         Set `c-last-identifier-range' all the time.  It's less work that way.
17909         Handle that there might not be an identifier to store in
17910         `c-last-identifier-range'.
17912         (c-forward-type): Handle that `c-last-identifier-range' might be
17913         nil from `c-forward-name'.
17915         * progmodes/cc-defs.el (c-safe-scan-lists)
17916         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
17918         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
17919         to work even if the form fails.
17921         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
17922         down in a large file in one go.
17924         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
17926         * progmodes/cc-align.el (c-lineup-assignments): New lineup
17927         function which is like `c-lineup-math' but returns nil instead of
17928         `c-basic-offset' when it doesn't match.
17930         (c-lineup-math): Change to use `c-lineup-assignments'.
17932 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17934         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
17935         c-beginning-of-statement.  New subfunctions
17936         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
17938 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17940         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
17941         hardcoded char classes whereever possible.  Changed a couple of
17942         places to use skip by syntax instead of skip by char class.
17944         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
17945         Fix a bug in the regexp that caused extreme backtracking.
17947         * progmodes/cc-langs.el (c-block-comment-starter)
17948         (c-block-comment-ender): New language constants to specify in a
17949         single place how block comments look.
17951         (c-comment-start-regexp, c-block-comment-start-regexp)
17952         (comment-start, comment-end, comment-start-skip)
17953         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
17954         (c-syntactic-ws, c-nonempty-syntactic-ws)
17955         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
17956         `c-line-comment-starter', `c-block-comment-starter' and
17957         `c-block-comment-ender'.
17959         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
17960         New language constants to break up things a bit.
17962         (c-simple-ws): New language constant for simple whitespace.
17964         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
17966         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
17967         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
17968         newlines.  Allow and ignore nil elements in the list.
17970 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17972         * progmodes/cc-cmds.el: Comment out a (n almost certainly
17973         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
17975         * progmodes/cc-cmds.el: Tidy up the comments in
17976         c-beginning-of-statement and subfunctions.
17978         * progmodes/cc-awk.el: Replace calls to put-text-property to the
17979         more flexible c-put-char-property and c-clear-char-properties.
17980         Add the author's email address.
17982         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
17984         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
17985         closing "*/" of a block comment.
17987         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
17988         subfunctions) so that it works at BOB and EOB.
17990         * progmodes/cc-cmds.el, cc-vars.el: More updating of
17991         c-beginning-of-statement, including new variable
17992         c-block-comment-start-regexp.
17994 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17996         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
17997         symbols from `*-font-lock-extra-types' so that there's no need to
17998         use `regexp-opt' on those lists.
18000         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18001         `c-type-modifier-kwds' is empty.
18003         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18004         there are several strings on the same line.
18006         * progmodes/cc-engine.el (c-literal-limits): Remove the
18007         compatibility function for older emacsen.  `c-literal-limits-fast'
18008         has now taken the place of this function.
18010         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18011         with older emacsen: We now require `pps-extended-state'.
18013 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18015         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18016         which obviates the need to hack sentence-end.  This now handles
18017         escaped newlines in strings correctly.  Correct minor bugs in
18018         c-move-over-sentence and in c-beginning-of-statement.
18020         * progmodes/cc-cmds.el (c-beginning-of-statement (and
18021         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18022         that movement over macros and code are rigorously separated from
18023         eachother.  Correct a few incidental bugs.
18025         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
18026         Improve its doc-string.  Improve the handling of certain specific cases.
18028 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18030         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
18031         (c-guess-basic-syntax): Change the way class-level labels are
18032         recognized; they can now contain essentially any symbols.
18034         (c-opt-extra-label-key): New language variable to cope with the
18035         special protection label syntax in Objective-C.
18037         (c-opt-access-key): Remove; this is now handled better by
18038         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18040         (c-complex-decl-matchers): Update to handle that
18041         `c-opt-access-key' no longer exists.
18043         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18044         improved label recognition in `c-beginning-of-statement-1'.
18046         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18047         Recognize bitfields better.
18049         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
18050         Remove some cruft and fixed a bug that could cause it to go to a
18051         position further down.
18053         * progmodes/cc-langs.el, cc-engine.el
18054         (c-beginning-of-statement-1): Improve detection of labels in
18055         declaration contexts.
18057         (c-beginning-of-decl-1): Use it.
18059         (c-nonlabel-token-key): New language constant and variable needed
18060         by `c-beginning-of-statement-1'.
18062         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
18063         manifested itself due to the correction in `c-forward-sexp'.
18065         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18066         Make these behave as documented when used at the buffer limits.
18068         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
18069         (c-type-decl-end-used): Made this a language variable.
18071         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
18072         correctly when `combine-after-change-calls' is used together with
18073         temporary narrowings.
18075         * progmodes/cc-engine.el (c-beginning-of-statement-1):
18076         Report labels correctly when the start point is immediately after the
18077         colon.
18079         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
18080         Remove since it isn't used anymore.
18082         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
18083         bracket arglists such as template parens in C++.
18085         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
18086         in the last check-in.  Some optimization.
18088         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
18089         where it could stop at the same level in a preceding sexp when
18090         PAREN-LEVEL is set.
18092         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18093         text property lookup only when it's needed.
18095         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
18096         Change the policy for paren marked angle brackets to be more
18097         persistent; once marked they remain marked even when they're found
18098         to be unbalanced in the searched region.  This should keep the
18099         paren syntax around even when individual lines are refontified in
18100         multiline template arglists.
18102         (c-parse-and-markup-<>-arglists): New dynamically bound variable
18103         to control markup so that incorrect angle bracket arglists aren't
18104         marked in contexts where the correct value for
18105         `c-disallow-comma-in-<>-arglists' isn't known.
18107         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
18108         argument has become `c-parse-and-markup-<>-arglists'.
18110         (c-remove-<>-arglist-properties): Remove - no longer used.
18112         (c-after-change-check-<>-operators): New function used on
18113         `after-change-functions' to avoid that "<" and ">" characters that
18114         are part of longer operators have paren syntax.
18116         (c-<>-multichar-token-regexp): New language variable used by
18117         `c-after-change-check-<>-operators'.
18119         (c-after-change): Call `c-after-change-check-<>-operators'.
18121         (c-font-lock-<>-arglists): Use the context properties set by
18122         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
18123         correctly to avoid doing invalid markup.
18125         (c-font-lock-declarations): Remove code that undoes the invalid
18126         markup done by `c-font-lock-<>-arglists'.
18128         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
18129         after `c-font-lock-declarations'.
18131         * progmodes/cc-engine.el (c-syntactic-skip-backward):
18132         Add paren-level feature.
18134         (c-guess-basic-syntax): Improve the anchor position for
18135         `template-args-cont' in nested template arglists.  There's still
18136         much to be desired in this area, though.
18138 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18140         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
18141         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
18143 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18145         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
18146         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
18148         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
18149         it doesn't work no longer are supported.
18151         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
18152         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
18153         requires support for the syntax-table' text property, which rules
18154         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
18155         cruft associated with those versions.
18157         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
18158         for the `syntax-table' text property, which rules out Emacs 19 and
18159         XEmacs < 21.4.  Removed various compatibility cruft associated
18160         with those versions.
18162         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
18163         support for the `syntax-table' text property.
18165         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
18166         variable and use an extra quoted face name instead.  All the
18167         emacsen flavors handle that correctly.
18169         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
18170         (c-font-lock-declarators, c-font-lock-declarations)
18171         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
18172         property to mark the items in in declarator lists to handle
18173         refontification inside multiline declarations better.
18175         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
18176         construct like "a * b = c;" as a declaration.
18178 2005-12-08  Kim F. Storm  <storm@cua.dk>
18180         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
18181         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
18182         select either meta, hyper, or super modifier for rectangle commands.
18183         (cua--rectangle-modifier-key): New defvar.
18184         (cua--M/H-key): Use it.  Remove special case for `space'.
18185         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
18186         on X, to meta otherwise.  Always bind C-return to toggle
18187         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
18189         * emulation/cua-rect.el (cua-help-for-rectangle):
18190         Use cua--rectangle-modifier-key.  Handle super modifier too.
18191         (cua--init-rectangles): Always bind C-return to toggle rectangle.
18192         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
18194         * ido.el: Move Acknowledgements and History after Commentary.
18195         Minor changes to Commentary.
18197         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
18198         keymap if cua--prefix-override-timer is `shift'.
18199         (cua--shift-control-prefix): New function; emulate "type prefix
18200         key twice" functionality to handle shifted prefix key override.
18201         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
18202         New commands.
18203         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
18205 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
18207         * textmodes/org.el (org-insert-heading): Try to do items before
18208         headings.
18209         (org-agenda-mode): Quote `org-agenda-mode-hook'.
18210         (org-insert-item): New function.
18211         (org-renumber-ordered-list): Don't skip to higher level lists.
18213 2005-12-08  Juri Linkov  <juri@jurta.org>
18215         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
18217         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
18219         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
18221         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
18222         the constructed function name fun-1.
18224         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
18225         because such links don't lead to parent documentation.
18227 2005-12-08  Kenichi Handa  <handa@m17n.org>
18229         * descr-text.el (describe-char): Use *Help-2* buffer if the
18230         current buffer is *Help*.  Call describe-text-properties while
18231         setting the original buffer.
18233 2005-12-07  Bill Wohler  <wohler@newt.com>
18235         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
18236         and causes problems with non-MH users (such as Gnus users).
18238 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
18240         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
18241         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
18242         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
18243         command "info sources".  Move calls to GDB command "list".
18244         (gdb-find-file-hook): Just use gdb-source-file-list.
18245         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
18246         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
18247         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
18248         (gdb-data-list-register-values-handler): Use correct trigger name.
18250 2005-12-07  Kim F. Storm  <storm@cua.dk>
18252         * ido.el (ido-completion-map): Rename from ido-mode-map.
18253         (ido-common-completion-map, ido-file-completion-map)
18254         (ido-file-dir-completion-map, ido-buffer-completion-map):
18255         Rename from ido-mode-....-map.
18256         (ido-init-completion-maps): Rename from ido-init-mode-maps.
18257         (ido-setup-completion-map): Rename from ido-define-mode-map.
18258         (ido-read-internal): Bind minibuffer-local-filename-completion-map
18259         to ido-completion-map.
18261 2005-12-07  Kenichi Handa  <handa@m17n.org>
18263         * international/mule-cmds.el
18264         (set-display-table-and-terminal-coding-system): If the coding
18265         system specified in `unibyte-display' property is different from
18266         the arg coding-system, don't setup standard-display-table.
18268 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18270         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
18271         that comments end at \n, regardless of selective-display.
18273 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
18275         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
18276         (gdb-version): New variables.
18277         (gdb-source-file-list, gdb-register-names)
18278         (gdb-changed-registers): New variables for use with GDB 6.4+.
18279         (gdb-ann3): Replace with...
18280         (gdb-init-1, gdb-init-2): ...two new functions.
18281         (gdba, gdb-prompt): Call gdb-init-1.
18282         (gdb-get-version): New function.  Call gdb-init-2 from here.
18283         (gud-watch): Make it work with mouse events too.
18284         (gdb-post-prompt): Don't add to queue until GDB version is known.
18285         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
18286         (gdb-locals-mode): Use gdb-version.
18287         (gdb-memory-format-map, gdb-memory-unit-map)
18288         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
18289         (gdb-locals-font-lock-keywords-1)
18290         (gdb-locals-font-lock-keywords-2): New variables.
18291         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
18292         (gdb-set-gud-minor-mode-existing-buffers-1)
18293         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
18294         (gdb-var-update-1, gdb-var-update-handler-1)
18295         (gdb-data-list-register-values-handler)
18296         (gdb-data-list-register-values-custom)
18297         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
18298         (gdb-stack-list-locals-handler, gdb-get-register-names):
18299         New functions for use with GDB 6.4+.
18300         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
18301         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
18302         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
18303         (gdb-stack-list-locals-regexp)
18304         (gdb-data-list-register-names-regexp): New regexps for use with
18305         GDB 6.4+.
18307 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18309         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
18311 2005-12-06  Nozomu Ando  <nand@mac.com>
18313         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
18314         prompts work for AUTH PLAIN.  Also reported by Steve Allan
18315         <seallan@verizon.net>.
18317 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
18319         * frame.el (set-frame-parameter): Add doc string.
18321 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
18323         * textmodes/org.el (org-occur-highlights): New variable.
18324         (org-highlight-new-match, org-remove-occur-highlights): New functions.
18325         (org-highlight-sparse-tree-matches): New option.
18326         (org-do-occur): New function.
18327         (org-get-heading): Make it work also at beginning of line.
18328         (org-category-table): New variable.
18329         (org-get-category-table, org-get-category)
18330         (org-camel-to-words, org-link-search): New functions.
18331         (org-select-this-todo-keyword): New variable.
18332         (org-todo-list): New command.
18333         (org-shiftright, org-shiftleft): New commands.
18334         (org-agenda-todo): Add prefix argument.
18335         (org-show-hierarchy-above): New option.
18336         (org-show-todo-tree): Numerical prefix creates tree for specific
18337         TODO keyword.
18338         (org-outline-level): New function, to assign a level to plain
18339         lists items.
18340         (org-cycle-include-plain-lists): New option.
18341         (org-mode): Use `org-outline-level' as value of `outline-level'.
18342         (org-cycle): Temporarily switch `outline-regexp' if
18343         `org-cycle-include-plain-lists' is non-nil.
18344         (org-start-icalendar-file): Fix format bug.
18345         (org-agenda-get-day-entries): Create category table.
18346         (org-agenda-get-todos, org-agenda-get-timestamps)
18347         (org-agenda-get-deadlines, org-agenda-get-scheduled)
18348         (org-agenda-get-blocks): Use `org-get-category'.
18349         (org-context-in-file-links): Rename from
18350         `org-line-numbers-in-file-links'.
18352 2005-12-06  Romain Francoise  <romain@orebokech.com>
18354         * window.el (balance-windows): Delete extraneous third arg in call
18355         to `enlarge-window'.
18357 2005-12-06  Kenichi Handa  <handa@m17n.org>
18359         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
18361 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
18363         * progmodes/gdb-ui.el (gdb-var-create-handler)
18364         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
18365         (gdb-var-list-children-handler, gdb-var-update-handler):
18366         Current buffer is already gdb-partial-output-buffer, don't
18367         make it current again.
18369 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
18371         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
18372         (list-buffers-noselect): Use it.
18374 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18376         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
18377         (mail-yank-ignored-headers): Use regexp-opt.
18378         (mail-mode-map): Move initialization into declaration.
18379         (mail-sent-via): Remove unused shadowed var `to-line'.
18380         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
18381         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
18382         (mail-do-fcc): Use dolist and push.
18383         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
18384         (mail-yank-ignored-headers): Don't autoload.
18386 2005-12-05  Kenichi Handa  <handa@m17n.org>
18388         * international/mule-cmds.el (set-language-info-internal): New fun.
18389         (set-language-info): Call set-language-info-internal to update
18390         language-info-alist.  If LANG-ENV is the current one, call
18391         set-language-environment to make INFO effective now.
18392         (set-language-info-alist): Likewise.
18393         (locale-language-names): With locale "en", use English
18394         lang. env. but set the default codings to iso-8859-1.
18396 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
18398         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
18399         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
18400         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
18401         for plain strings.
18402         (gdb-frames-mode): Remove redundant call to font-lock-mode.
18403         (gdb-all-registers): Rename from toggle-gdb-all-registers.
18404         Create registers buffer if necessary.  Echo new state in minibuffer.
18405         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
18407 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
18409         * info.el (Info-fontify-node): Match external links using
18410         non-directory part of filename.
18412 2005-12-04  Juri Linkov  <juri@jurta.org>
18414         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
18415         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
18416         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
18417         because there is no customization option for it.
18419         * font-lock.el (lisp-font-lock-keywords-1):
18420         Add define-global-minor-mode.
18422         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
18424         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
18425         properties on the constructed variable names.
18427         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18428         Put `definition-name' properties on the constructed function names
18429         next-sym and prev-sym.
18431         * emacs-lisp/find-func.el (find-function-regexp):
18432         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
18433         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
18434         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
18435         and easy-menu-define.
18437         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
18438         easy-mmode-define-global-mode and define-global-minor-mode.
18439         (lisp-imenu-generic-expression): Add define-global-minor-mode.
18441         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
18442         instead of easy-mmode-define-global-mode.
18444         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18445         Use define-minor-mode instead of easy-mmode-define-minor-mode.
18447         * cus-edit.el (customize-group, customize-group-other-window):
18448         Filter out autoloaded options from the group completion list by
18449         using heuristics that autoloaded groups don't have `custom-autoload'
18450         property on their symbols (they have only `custom-loads').
18452         * simple.el (completion-setup-function): Put completions-common-part
18453         face on complete completion string too (i.e. completion string
18454         without completions-first-difference face).
18456         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
18458 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
18460         * view.el (view-mode): Doc fix.
18462         * disp-table.el (standard-display-european): Add to the warning
18463         message a reference to the doc string.
18465         * play/yow.el (apropos-zippy): Call print-help-return-message,
18466         similar to other Help and Apropos commands.
18468         * help.el (print-help-return-message): If pop-up-frames is
18469         non-nil, set up help-return-method to delete the help window and,
18470         possibly, its frame as well, and don't display message about
18471         scrolling the help window.  Doc fix.
18472         (help-return-method): Doc fix.
18474 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
18476         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
18477         whereby names of length one or names starting with a
18478         symbol-constituent character would not be returned.
18480 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
18482         * subr.el (atomic-change-group): Add edebug and indentation spec.
18484 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18486         * completion.el (save-completions-file-name): Fix typo in last change.
18488 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18490         * info.el: Move back/forward history to the beginning of the tool bar.
18492 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
18494         * allout.el (eval-when-compile): Remove unnecessary load of cl.
18495         Add fset of allout-real-isearch-abort during compile to fix
18496         byte-compilation warnings.
18497         (allout-mode-p): Move definition of this macro above all uses, or
18498         byte compilation in barren Emacs (eg, during Emacs build) will
18499         lack the definition.
18500         (allout-mode): Move this variable above any uses, or byte
18501         compilation will fail.
18502         (allout-resolve-xref): Remove use of personal file-reference function.
18503         (allout-toggle-current-subtree-encryption): Do the current (ie,
18504         visible containing) topic, rather than nearest around point.  Doc fix.
18505         (allout-toggle-subtree-encryption): New function, workhorse that
18506         works on nearest topic containing point.
18507         (allout-encrypt-string): Signal requirement for newer version of pgg.
18508         (allout-resumptions): Doc fix.
18510 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
18512         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
18514 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
18516         * textmodes/flyspell.el (flyspell-external-point-words):
18517         Consider a misspelling as found in the string search if: (a) misspelling
18518         and found string lengths match, or (b) misspelling is found as
18519         element in a boundary-chars separated longer string, or (c)
18520         ispell-program-name is really ispell and misspelling is found as
18521         part of a TeX string.  After successful match move beginning of
18522         search region to end of match.  Warn about not found misspellings
18523         once the process is done.
18524         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
18526 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
18528         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
18529         tool bar (removed inadvertently).
18531 2005-12-02  Juri Linkov  <juri@jurta.org>
18533         * log-view.el (log-view-diff): Clarify doc string.
18535 2005-12-01  Bill Wohler  <wohler@newt.com>
18537         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
18538         triggers lm-verify errors.
18540 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
18542         * simple.el (transient-mark-mode, line-number-mode)
18543         (column-number-mode, size-indication-mode): Remove `:require nil'.
18545 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
18547         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
18548         in the margin also.
18549         (gdb-breakpoints-mode-map): Use D instead of d for
18550         gdb-delete-breakpoint.
18551         (gdb-get-frame-number): Require a number to match on.
18552         (gdb-threads-mode-map): Add follow-link binding.
18554 2005-11-30  Jason Rumney  <jasonr@gnu.org>
18556         * isearch.el (isearch-mode-map): Avoid exiting search on
18557         language-change event.
18559 2005-11-30  Romain Francoise  <romain@orebokech.com>
18561         * speedbar.el (speedbar-default-position): New defcustom.
18562         (speedbar-frame-reposition-smartly): Use it.
18564         * dframe.el (dframe-reposition-frame-emacs): Fix position
18565         computation for `left' location.
18566         Update copyright year.
18568 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18570         * help.el (help-map): Move initialization into declaration.
18572         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
18574         * help-fns.el (help-argument-name): Don't autoload.
18575         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
18576         to be re-loaded when customizing the `help' group.
18578 2005-11-30  John Paul Wallington  <jpw@gnu.org>
18580         * help-fns.el (describe-function-1): Fill arglist output.
18582 2005-11-30  Kim F. Storm  <storm@cua.dk>
18584         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
18585         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
18586         after revert-buffer (or anything else which kills all local variables).
18588         * apropos.el (apropos-parse-pattern): Doc fix.
18589         Set apropos-regexp directly, rather than expecting callers to do so.
18590         (apropos-command, apropos, apropos-value, apropos-documentation):
18591         Simplify calls to apropos-parse-pattern.
18593 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
18595         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
18596         (hi-lock-face-phrase-buffer): Use hi-yellow face.
18597         (hi-lock-write-interactive-patterns): Use comment-region.
18599         * longlines.el (longlines-mode): Add mail-setup-hook.
18601         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
18603         * simple.el (sendmail-user-agent-compose, next-line):
18604         Conditionally use hard-newline.
18606 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18608         * international/latexenc.el (latex-inputenc-coding-alist):
18609         Reword doc string.
18611 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
18613         * help.el (describe-key-briefly, describe-key): Recognize default
18614         bindings.
18616 2005-11-29  Romain Francoise  <romain@orebokech.com>
18618         * view.el (view-inhibit-help-message): New defcustom.
18619         (view-mode-enter): Use it.
18621 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
18623         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
18624         Preserve user position.
18626 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
18628         * font-lock.el: Throw error if facemenu is not loaded to prevent
18629         accidental change of loading order in loadup.el.  (Suggested by RMS.)
18631         * loadup.el: Add comment explaining why facemenu must be loaded
18632         before font-lock.
18634 2005-11-28  Jay Belanger  <belanger@truman.edu>
18636         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
18637         (calc-dispatch-map): Add more keys for `calc-same-interface'.
18639         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
18641         * calc/calc-embed.el (calc-do-embedded): Update help message.
18643         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
18645 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18647         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
18649         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
18650         called-interactively-p.
18651         (elp-profilable-p): Rename from elp-not-profilable-p.
18652         Invert result and take into account macros and autoloaded functions.
18653         (elp-instrument-function): Update call.
18654         (elp-instrument-package): Update call.  Add completion.
18655         (elp-pack-number): Use match-string.
18656         (elp-results-jump-to-definition-by-mouse): Merge into
18657         elp-results-jump-to-definition and then remove.
18658         (elp-output-insert-symname): Make help echo text single-line.
18660         * replace.el (query-replace-map): Move initialization into declaration.
18661         (occur-engine): Use with-current-buffer.
18662         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
18663         (occur-mode-mouse-goto): Replace with an alias.
18665 2005-11-28  Juri Linkov  <juri@jurta.org>
18667         * simple.el (quoted-insert): Let-bind input-method-function to nil.
18669         * term/w32-win.el: Bind [S-tab] to [backtab].
18671         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
18672         `Info-find-file' to t.
18674         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
18675         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
18676         and same-window-regexps.
18677         (occur-next-error): Don't move point for arg 0.
18679 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
18681         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
18683 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18685         * log-edit.el (log-edit-changelog-use-first): New var.
18686         (log-edit-changelog-ours-p): Use it.
18687         (log-edit-insert-changelog): Set it with new arg `use-first'.
18688         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
18689         (log-edit-hook): Add them to the list of suggested options.
18691         * textmodes/flyspell.el (flyspell-last-buffer): New var.
18692         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
18693         redundant work.
18694         (flyspell-mode-on): Use add-hook for after-change-functions.
18695         (flyspell-mode-off): Use remove-hook for after-change-functions.
18696         (flyspell-changes): Make it buffer-local.
18697         (flyspell-after-change-function): Make it non-interactive.  Use push.
18698         (flyspell-post-command-hook): Check input-pending-p while processing
18699         the potentially long list of buffer changes.
18701 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
18703         * buff-menu.el (list-buffers-noselect): Display the selected
18704         frame's buffer list, not the global one.
18706 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
18708         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
18709         that (list last-input-event) works as in interactive spec.
18711 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
18713         * loadup.el ("facemenu"): Load facemenu before font-lock, because
18714         `facemenu-keymap' needs to be defined when font-lock is loaded.
18715         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
18717 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18719         * completion.el: Remove useless leading * in defcustom docstrings.
18720         (save-completions-file-name): Use ~/.emacs.d if available.
18721         (completion-standard-syntax-table): Rename from
18722         cmpl-standard-syntax-table and fold initialization into declaration,
18723         thus removing cmpl-make-standard-completion-syntax-table.
18724         (completion-lisp-syntax-table, completion-c-syntax-table)
18725         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
18726         (cmpl-saved-syntax, cmpl-saved-point): Remove.
18727         (symbol-under-point, symbol-before-point)
18728         (symbol-under-or-before-point, symbol-before-point-for-complete)
18729         (add-completions-from-c-buffer): Use with-syntax-table.
18730         (make-completion): Don't return a list of completion entries.
18731         Update callers.
18732         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
18733         (completion-initialize): Rename from initialize-completions.
18734         (completion-find-file-hook): Rename from cmpl-find-file-hook.
18735         (kill-emacs-save-completions): Collect stats here.
18736         (save-completions-to-file, load-completions-from-file):
18737         Use with-current-buffer.
18738         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
18739         into a function.  Move all calls to toplevel.
18740         (completion-lisp-mode-hook): New fun.
18741         (completion-c-mode-hook, completion-setup-fortran-mode):
18742         Set the syntax-table here.  Use local-set-key.
18743         (completion-saved-bindings): New var.
18744         (dynamic-completion-mode): Make it into a proper minor mode.
18745         (load-completions-from-file): Remove unused var `num-uses'.
18747         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
18748         constructor if it is explicitly overridden.
18750         * complete.el (PC-completion-as-file-name-predicate):
18751         Use minibuffer-completing-file-name.
18752         (partial-completion-mode): Use find-file-not-found-functions.
18753         (PC-lisp-complete-symbol): Use with-syntax-table.
18754         (PC-look-for-include-file): Remove dead setq.
18755         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
18756         (PC-complete): Use with-current-buffer.
18758         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
18759         escape single quotes.
18761 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
18763         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
18764         of `if' whose condition always returned nil.  Doc fix.
18766         * buff-menu.el (Buffer-menu-revert-function): Make the selected
18767         window's buffer the current buffer around the call to
18768         `list-buffers-noselect'.  This is necessary to mark that buffer
18769         with a `.' in the Buffer Menu when called from Lisp, for instance
18770         by Auto Revert Mode.
18772 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
18774         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
18775         attaching to it.
18776         (gdb-pre-prompt): Make sure gdb-error is reset.
18778         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
18779         with a child process, detect it.
18780         (gud-speedbar-buttons): Match regexp more carefully.
18782 2005-11-27  Richard M. Stallman  <rms@gnu.org>
18784         * mouse.el (mouse-drag-move-window-bottom):
18785         Use adjust-window-trailing-edge.
18787 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
18789         * simple.el (blink-matching-open): Ignore
18790         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
18791         (blink-matching-paren-on-screen): Update docstring.
18793         * paren.el (show-paren-mode): No longer change
18794         `blink-matching-paren-on-screen'.
18796 2005-11-27  John Paul Wallington  <jpw@pobox.com>
18798         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
18799         (gdb-threads-select, gdb-edit-register-value):
18800         Use `posn-set-point' instead of `mouse-set-point' because the
18801         latter is not fbound when configured without X.
18803 2005-11-27  Kim F. Storm  <storm@cua.dk>
18805         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
18806         existing face when partially highlighting a TAB in a rectangle.
18808 2005-11-26  Kim F. Storm  <storm@cua.dk>
18810         * ido.el (ido-mode-map): Doc fix.
18811         (ido-mode-common-map, ido-mode-file-map)
18812         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
18813         (ido-define-mode-map): Rewrite.  Select one of the new maps as
18814         parent for ido-mode-map instead of building from scratch.
18815         (ido-init-mode-maps): New defun to initialize new maps.
18816         (ido-mode): Call it.
18817         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
18818         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
18820 2005-11-26  John Paul Wallington  <jpw@pobox.com>
18822         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
18823         `mouse-set-point' because the latter is not fbound when configured
18824         without X.
18826 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
18828         * files.el (file-relative-name): Doc fix.
18830 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
18832         * progmodes/octave-inf.el (inferior-octave-startup): Force a
18833         non-empty string for secondary prompt PS2.
18835 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
18837         * progmodes/compile.el (compilation-setup): Fix last change.
18839 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
18841         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
18842         (gdb-mouse-toggle-breakpoint-margin)
18843         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
18844         Add gdb-server-prefix to keep out of command history.
18845         (gdb-edit-register-value): New function.
18846         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
18847         (gdb-info-registers-custom): Use above map.
18849 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
18851         * custom.el (enable-theme): Signal error if argument is not a
18852         theme.  Don't recalculate a face if it's not loaded yet.
18854         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
18855         the `user' theme is in effect.
18857         * info.el (Info-on-current-buffer): Record actual filename in
18858         Info-current-file, instead of t, or a fake filename if a non-file
18859         buffer.  Make autoload.
18860         (Info-find-node, Info-revert-find-node): No need to check for
18861         Info-current-file nil.
18862         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
18863         Info-current-file is now never `t'.
18864         (Info-fontify-node): Many simplifications due to Info-current-file
18865         always being valid.  Use Info-find-file to find node filename.
18867 2005-11-25  David Kastrup  <dak@gnu.org>
18869         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
18870         new character, then delete" in order to preserve markers.
18872 2005-11-25  David Ponce  <david@dponce.com>
18874         * recentf.el (recentf-arrange-by-rule): Handle a special
18875         `auto-mode-alist'-like "strip suffix" rule.
18876         (recentf-build-mode-rules): Handle second level auto-mode entries.
18878 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
18880         * viper-keym.el (viper-ESC-key): Use different values in terminal and
18881         window modes.
18883         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
18884         jde-javadoc-checker-report-mode.
18886         * ediff-wind (ediff-make-wide-display): Slight simplification.
18888         * ediff.el (ediff-date): Change the date of last update.
18890 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
18892         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
18893         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
18894         (hi-lock-mode): New global minor mode.
18895         (turn-on-hi-lock-if-enabled): New function.
18896         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
18897         Change arguments to regexp and face instead of a font-lock pattern.
18898         Directly set face property, instead of refontifying.
18899         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
18900         (hi-lock-find-patterns): Use line-number-at-pos.
18902         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
18903         arguments for hi-lock-set-pattern.
18904         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
18905         Call font-lock-fontify-buffer.
18906         (hi-lock-find-file-hook, hi-lock-current-line)
18907         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
18909         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
18910         turned off.
18912         * progmodes/compile.el (compilation-setup): Don't fiddle with
18913         font-lock-defaults.
18915 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
18917         * progmodes/gdb-ui.el (gdb-var-create-handler)
18918         (gdb-var-list-children-handler): Find values for all variable
18919         objects.  gud-speedbar-buttons decides whether to display them.
18921 2005-11-24  Romain Francoise  <romain@orebokech.com>
18923         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
18924         buffer name with a space.
18926 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
18928         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
18929         `org-export-local-list-max-depth'.  Change default value to 3.
18930         (org-auto-renumber-ordered-lists)
18931         (org-plain-list-ordered-item-terminator): New options.
18932         (org-at-item-p, org-beginning-of-item, org-end-of-item)
18933         (org-get-indentation, org-get-string-indentation)
18934         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
18935         New functions.
18936         (org-move-item-down, org-move-item-up): New commands.
18937         (org-export-as-html): New classes for CSS support.  Bug fix in
18938         regular expression detecting fixed-width regions.  Respect
18939         `org-local-list-ordered-item-terminator'.
18940         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
18941         also a list item.
18942         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
18943         New item moving functions.
18945 2005-11-24  Juri Linkov  <juri@jurta.org>
18947         * isearch.el (isearch-repeat): With empty search ring set
18948         `isearch-error' to the error string instead of signaling error
18949         with the function `error'.
18951 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18953         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
18955 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
18957         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
18958         and variable.
18959         (gdb-var-create-handler, gdb-var-list-children-handler):
18960         Don't match on "char **...".
18961         (gdb-var-update-handler): Find values for all variable objects.
18962         (gdb-info-frames-custom): Identify frames by leading "#".
18964         * progmodes/gud.el (gud-speedbar-menu-items): Add
18965         gdb-speedbar-auto-raise as radio button.
18966         (gud-speedbar-buttons): Raise speedbar if requested.
18967         Don't match on "char **...".
18968         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
18969         Make it editable.
18971 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
18973         * info.el (Info-fontify-node): Handle the case where
18974         Info-current-file is t.
18976 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18978         * simple.el (blink-matching-open): Fix off-by-one in last change.
18980 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18982         * term/mac-win.el: Don't change default directory.
18984 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
18986         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
18987         buffers correctly.  (It used to throw an error in such buffers.)
18988         Make it ask for confirmation in group buffers and other Custom
18989         buffers containing more than one customization item.
18991 2005-11-22  John Paul Wallington  <jpw@gnu.org>
18993         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
18994         property on mail and url overlays.
18995         (goto-address-at-point): Use `posn-set-point' instead of
18996         `mouse-set-point' because the latter is not fbound when configured
18997         without X.
18999 2005-11-22  Lars Hansen  <larsh@soem.dk>
19001         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19002         (ls-lisp-classify, ls-lisp-format): Delete call to
19003         ls-lisp-parse-symlink.
19004         (ls-lisp-handle-switches): Handle symlinks to directories as
19005         directories when ls-lisp-dirs-first in non-nil.
19007 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
19009         * startup.el (command-line): Make sure that loaddefs.el is handled
19010         correctly in load-history.
19012 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
19014         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19015         (gdb-struct-string, gdb-array-string): New constants.
19016         (gdb-info-locals-handler): Use them.
19017         (gdb-reset): Reset gdb-var-list to nil.
19019 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19021         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19022         in patterns.
19024 2005-11-21  Juri Linkov  <juri@jurta.org>
19026         * custom.el (defcustom): Update link types in docstring.
19028 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
19030         * custom.el (defgroup): Add doc-string-elt info.
19032         * widget.el (define-widget): Don't use declare for the doc-string-elt.
19034 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19036         * newcomment.el (comment-enter-backward): Fix last fix.
19038         * simple.el (blink-matching-open):
19039         * paren.el (show-paren-function): Allow new paren-class info.
19041 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
19043         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
19044         handled automagically.
19046 2005-11-20  Andreas Schwab  <schwab@suse.de>
19048         * descr-text.el (describe-char): When copying overlays put them
19049         over the full char description instead of just the first character
19050         of it.
19052 2005-11-20  Juri Linkov  <juri@jurta.org>
19054         * simple.el (what-cursor-position):
19055         * descr-text.el (describe-char): Use Lisp-readable syntax
19056         for octal and hex.  Reorder decimal, octal and hex values.
19057         Remove excess whitespace in the output.  Use `=' in `column='
19058         like in `point=' and `Hscroll='.
19060         * international/mule-cmds.el (encoded-string-description):
19061         Use Lisp-readable syntax for hex.
19063 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19065         * newcomment.el (comment-enter-backward): Handle the case where the
19066         comment is closed by EOB.
19068 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19070         * longlines.el (longlines-before-revert-hook)
19071         (longlines-after-revert-hook): New functions.
19072         (longlines-mode): Turn off longlines temporarily when reverting.
19073         Add a message-setup-hook.
19074         (longlines-decode-buffer): New function.
19075         (longlines-wrap-line): Preserve marker positions.
19077 2005-11-19  Andreas Schwab  <schwab@suse.de>
19079         * emacs-lisp/shadow.el: Handle compressed files.
19081 2005-11-19  Romain Francoise  <romain@orebokech.com>
19083         * net/browse-url.el (browse-url-default-browser): Signal an error
19084         if no usable browser can be found, rather than try to load w3.
19086 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
19088         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
19089         replacing existing properties.
19090         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19091         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
19092         tty specs.
19093         (rcirc-server-prefix, rcirc-server): New faces.
19094         (rcirc-url-regexp): Generate with rx macro.
19095         (rcirc-last-server-message-time): New variable.
19096         (rcirc-filter): Record time of last message.
19097         (rcirc-keepalive): Kill processes that did not send a message
19098         since the last ping.
19099         (rcirc-mode): Give rcirc-topic a local binding here.
19101 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
19103         * subr.el (read-passwd): Fontify the prompt as we do with other
19104         prompts.
19106 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
19108         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
19109         binding buffer-read-only to nil.
19111 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
19113         * complete.el (partial-completion-mode):
19114         Mention completion-auto-help in the doc string.
19116         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
19117         more Lisp-ish way.
19119 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
19121         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
19122         digits, not 8, to avoid misalignment for files larger than 100MB.
19124 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
19126         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
19127         Mention "keyboard shortcuts" in the help text.
19129 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19131         * startup.el (fancy-splash-default-action): Discard only
19132         mouse-down and succeeding mouse-up events in the splash screen
19133         window so that drag-n-drop event can be processed.
19135 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
19137         * longlines.el (longlines-mode): Add hacks for mail-mode and
19138         message-mode.
19140 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
19142         * textmodes/org.el (org-table-sort-lines): New command.
19143         (org-tbl-menu): Add entry for `org-table-sort-lines'.
19144         (org-add-file): Command removed, use `org-agenda-file-to-front'
19145         instead.
19146         (org-export-icalendar): Use `org-icalendar-combined-name'.
19147         (org-cycle-agenda-files, org-agenda-file-to-end)
19148         (org-agenda-file-to-front): New commands.
19149         (org-table-tab-jumps-over-hlines, org-export-html-style):
19150         New options.
19151         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
19152         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
19153         New functions.
19154         (org-fill-paragraph): Call `org-table-align' in tables.
19155         (org-mode): Call `org-set-autofill-regexps'.
19156         (org-export-as-html): Support for local handformatted lists.
19157         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
19158         (org-export-local-list-max-depth): New option.
19159         (org-html-expand): Use `org-html-protect'.
19161 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
19163         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
19164         to "p".
19165         (gdb): Move definition of gud-pp to...
19167         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
19168         speedbar.
19169         (gdb-find-watch-expression): New function.
19171 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19173         * faces.el (face-attribute, set-face-attribute): Mention existence
19174         of `:ignore-defface' setting in docstring.
19176 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19178         * simple.el (completion-setup-function): Fix last change.
19180 2005-11-17  John Paul Wallington  <jpw@pobox.com>
19182         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
19183         Use `posn-set-point' instead of `mouse-set-point' because the
19184         latter is not fbound when configured without X.
19186         * comint.el (comint-insert-input): Likewise.
19188 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19190         * simple.el (hard-newline): New variable.
19191         (sendmail-user-agent-compose, next-line): Use it.
19193         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
19194         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
19195         (mail-mail-reply-to, mail-mail-followup-to)
19196         (mail-position-on-field, mail-signature, mail-yank-original)
19197         (mail-attach-file): Likewise.
19199         * mail/mailheader.el (mail-header-format)
19200         (mail-header-format-function): Likewise.
19202         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
19204 2005-11-17  Juri Linkov  <juri@jurta.org>
19206         * font-lock.el (font-lock-faces): Rename this defgroup from
19207         `font-lock-highlighting-faces'.
19208         (font-lock-comment-face, font-lock-comment-delimiter-face)
19209         (font-lock-string-face, font-lock-doc-face)
19210         (font-lock-keyword-face, font-lock-builtin-face)
19211         (font-lock-function-name-face, font-lock-variable-name-face)
19212         (font-lock-type-face, font-lock-constant-face)
19213         (font-lock-warning-face, font-lock-negation-char-face)
19214         (font-lock-preprocessor-face)
19215         (font-lock-regexp-grouping-backslash)
19216         (font-lock-regexp-grouping-construct): Rename :group from
19217         `font-lock-highlighting-faces' to `font-lock-faces'.
19219         * cus-edit.el (lisp, c, tex):
19220         * progmodes/ada-mode.el (ada):
19221         * progmodes/asm-mode.el (asm):
19222         * progmodes/cperl-mode.el (cperl-faces):
19223         * progmodes/cpp.el (cpp):
19224         * progmodes/dcl-mode.el (dcl):
19225         * progmodes/f90.el (f90):
19226         * progmodes/fortran.el (fortran):
19227         * progmodes/icon.el (icon):
19228         * progmodes/idlwave.el (idlwave-misc):
19229         * progmodes/m4-mode.el (m4):
19230         * progmodes/make-mode.el (makefile):
19231         * progmodes/meta-mode.el (meta-font):
19232         * progmodes/modula2.el (modula2):
19233         * progmodes/octave-mod.el (octave):
19234         * progmodes/pascal.el (pascal):
19235         * progmodes/perl-mode.el (perl):
19236         * progmodes/prolog.el (prolog):
19237         * progmodes/ps-mode.el (PostScript-edit):
19238         * progmodes/scheme.el (scheme):
19239         * progmodes/sh-script.el (sh-script):
19240         * progmodes/simula.el (simula):
19241         * progmodes/tcl.el (tcl):
19242         * textmodes/nroff-mode.el (nroff):
19243         * textmodes/reftex-vars.el (reftex-fontification-configurations):
19244         * textmodes/sgml-mode.el (sgml):
19245         * textmodes/texinfo.el (texinfo):
19246         Add :link (custom-group-link font-lock-faces) to defgroup.
19248         * hi-lock.el (hi-lock): Rename this defgroup from
19249         `hi-lock-interactive-text-highlighting'.  Change parent group from
19250         `faces' to `font-lock'.  Add link to the manual.
19251         (hi-lock-mode, hi-lock-file-patterns-range)
19252         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
19253         `hi-lock-interactive-text-highlighting' to `hi-lock'.
19254         (hi-lock-faces): Add :group `faces'.
19256         * cus-edit.el (custom-variable-prompt): Clarify the code.
19258         * faces.el (face-read-string): Set the default value arg of
19259         completing-read.
19261 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
19263         * rfn-eshadow.el (file-name-shadow-properties)
19264         (file-name-shadow-tty-properties, file-name-shadow-mode):
19265         Remove autoloads, because the file is now preloaded.
19267 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19269         * printing.el (easy-menu-intern): Don't define.
19270         (pr-get-symbol): Use easy-menu-intern only if defined.
19272         * simple.el (blink-matching-open): Simplify a bit.
19273         (completion-setup-function): Fix the case of partial-completion-mode
19274         when the minibuffer's contents start with "-".
19275         Obey completion-base-size-function even when
19276         minibuffer-completing-file-name is non-nil.
19278 2005-11-16  Richard M. Stallman  <rms@gnu.org>
19280         * net/eudcb-ph.el (eudc-ph-open-session):
19281         Use set-process-query-on-exit-flag.
19283         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
19285         * international/ucs-tables.el (ucs-set-table-for-input):
19286         Use make-local-variable, not make-variable-buffer-local.
19288         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
19289         Improve warning message text.
19291         * savehist.el (savehist-save-hook): Add :group.
19293         * menu-bar.el (menu-bar-help-menu):
19294         Rename Find Extra Packages to External Packages.
19296         * cus-edit.el (Custom-reset-standard): Verify that
19297         :custom-standard-value prop exists before calling it.
19299         * apropos.el (apropos-calc-scores): Use apropos-pattern.
19301 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
19303         * wid-edit.el (color): Enclose %t in %{...%}.
19305         * cus-edit.el (face): Enclose %t in %{...%}.
19307 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
19309         * savehist.el (savehist-mode-hook): Re-add the var.
19310         (savehist-mode): Use it.
19312 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19314         * textmodes/flyspell.el: Fix commenting convention.
19315         Remove unnecessary leading * in custom docstrings.
19316         (flyspell-emacs): Remove unused var.
19317         (flyspell-delete-region-overlays): Use remove-overlays.
19318         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
19319         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
19320         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
19321         (flyspell-debug-signal-word-checked): Use with-current-buffer.
19322         (make-flyspell-overlay): Don't locally reuse a global name.
19323         (flyspell-highlight-incorrect-region)
19324         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
19325         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
19326         (flyspell-notify-misspell): Remove unused args `start' and `end'.
19327         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
19328         Wrap calls to accept-process-output inside with-local-quit since it's
19329         often called from a post-command-hook.
19330         (flyspell-correct-word, flyspell-auto-correct-word):
19331         Use ispell-send-string.
19332         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
19334         * calendar/diary-lib.el (diary-list-entries): Also hide the
19335         terminating newline.
19337 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
19339         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
19340         window-system, to allow fonts on tty.
19342 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
19344         * progmodes/gud.el (gud-speedbar-item-info): New function.
19345         (gud-install-speedbar-variables): Use it to display data type
19346         of watch expression as a tooltip in speedbar.
19348 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
19350         * font-core.el (global-font-lock-mode): Add :version keyword,
19351         because default was changed.
19353         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
19355         * startup.el (command-line): Use `custom-reevaluate-setting' for
19356         `file-name-shadow-mode'.
19358         * loadup.el: Preload rfn-eshadow.
19360         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
19361         Add :version keyword.
19362         (file-name-shadow-properties, file-name-shadow-tty-properties)
19363         (file-name-shadow): Add :version keyword.
19365         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
19366         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
19367         in the custom-group property of the symbol frames and the fringe
19368         group got no link to its parent group frames.
19369         Doc fix.
19371 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19373         * progmodes/gud.el (gud-stop-subjob): New function.
19374         (gud-menu-map, gud-tool-bar-map): Use it.
19376 2005-11-16  Kim F. Storm  <storm@cua.dk>
19378         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
19379         than kill it.
19380         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
19381         to a more useful/logical place.
19383 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19385         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
19386         go buttons complementary.
19388 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19390         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
19391         (rfn-eshadow-sifn-equal): New function.
19392         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
19394 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
19396         * viper-utils.el (viper-non-word-characters-reformed-vi):
19397         Quote `-' in string.
19399         * viper.el (viper-emacs-state-mode-list): Ensure that
19400         rcirc-mode buffers come up in Emacs state.
19402         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
19403         operation.
19405 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
19407         * term.el (term-termcap-format): Fix typos.
19408         (term-down): Fix the negative argument case.
19410 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19412         * progmodes/gdb-ui.el: Remove face-alias left over from change on
19413         2005-08-15.
19414         (gdb-ann3): New command gud-go.
19415         (menu): Accomodate gdb-mi.el.
19416         (gdb-assembler-custom): Make buffer of selected window current
19417         so that set-window-point works.
19419         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
19420         buttons and include new ones.
19422 2005-11-16  Kim F. Storm  <storm@cua.dk>
19424         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
19425         (gud-menu-map): Use it.
19427 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
19429         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
19430         that works correctly for Custom and that does not override a user
19431         who disables it.
19433         * help-mode.el (help-make-xrefs, help-xref-on-pp)
19434         (help-xref-interned, help-follow): Make hyperlinks for variables
19435         that are unbound, but have a non-nil variable-documentation property.
19437         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
19438         mode hook.  (It conflicted with defcustoms for some mode hooks.)
19439         Use the `variable-documentation' property to give the mode hook a
19440         docstring and expand that docstring.
19442 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
19444         * savehist.el (savehist-mode): Don't bother with
19445         `custom-set-minor-mode'.
19446         (savehist-coding-system): Check XEmacs version.
19447         (history-length): Declare also at run time.
19448         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
19449         Don't set the customize state.
19450         (savehist-minibuffer-hook): Special case for when
19451         minibuffer-history-variable is equal to t.
19453 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19455         * files.el (write-file): Refresh VC status.
19457         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
19458         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
19459         than fundamental-mode to see if the mode was set.
19461 2005-11-14  Romain Francoise  <romain@orebokech.com>
19463         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
19464         dummy function in `eval-when-compile' to avoid compiler warning.
19465         Require `man' at compile time.
19467 2005-11-14  Jay Belanger  <belanger@truman.edu>
19469         * calc-alg.el (calcFunc-write-out-power): Rename it to
19470         calcFunc-powerexpand.
19471         (math-write-out-power): Rename it to math-powerexpand; have it
19472         handle negative exponents.
19473         (calc-writeoutpower): Rename it to calc-powerexpand.
19475         * calc-ext.el: Change calcFunc-writeoutpower and
19476         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
19477         autoloads.
19478         Add calcFunc-ldiv to autoloads.
19480         * calc-arith.el (calcFunc-ldiv): New function.
19482         * calc.el (calc-left-divide): New function.
19484 2005-11-14  Juri Linkov  <juri@jurta.org>
19486         * cus-edit.el (custom-variable-prompt): Set the default value arg
19487         of completing-read.
19489         * cus-dep.el (custom-make-dependencies): Reverse the list of
19490         found dependencies.
19492 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
19494         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
19495         Highlighting" entry, it is on by default now.
19496         (menu-bar-options-save): Do not save global-font-lock-mode.
19498 2005-11-13  Richard M. Stallman  <rms@gnu.org>
19500         * textmodes/flyspell.el (flyspell-large-region):
19501         Call flyspell-accept-buffer-local-defs.
19503 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
19505         * textmodes/flyspell.el (flyspell-notify-misspell):
19506         Fix misspelling of "Misspelling".
19507         (flyspell-process-localwords): New function.
19508         (flyspell-large-region): Call flyspell-process-localwords and
19509         flyspell-delete-region-overlays.
19510         (flyspell-delete-region-overlays): New function.
19511         (flyspell-delete-all-overlays): Call that.
19513 2005-11-13  Richard M. Stallman  <rms@gnu.org>
19515         * help.el (help-for-help-internal): Improve doc of C-h a.
19516         (describe-key): Improve prompt; doc fix.
19518 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19520         * vc-svn.el (vc-svn-registered): Catch all errors.
19522         * cus-dep.el (custom-make-dependencies): Typo.
19524 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
19526         * net/tramp-util.el (top): Fix compilation warning.
19528 2005-11-13  Kim F. Storm  <storm@cua.dk>
19530         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
19532 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
19534         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
19535         (gud-speedbar-buttons): Match on "const char *" too.
19537         * progmodes/gdb-ui.el (gdb-var-create-handler)
19538         (gdb-var-list-children-handler): Match on "const char *" too.
19539         (gdb-var-evaluate-expression-handler): Match on empty string.
19540         (gdb-var-update-handler): Only call
19541         gdb-var-evaluate-expression-handler when required.
19543 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
19545         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
19546         selected window.  This still doesn't work for speedbar.
19547         (gud-speedbar-buttons): Handle string expressions properly.
19549         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
19550         (gdb-var-create-handler): Handle string expressions properly.
19551         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
19552         Handle string expressions properly.  Move "type" field into regexp.
19554 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
19556         * bookmark.el (bookmark-maybe-message): New function to reduce
19557         code duplication: invokes `message' iff baud-rate is high enough.
19558         (bookmark-write-file): Use above instead of an inline conditional.
19559         (bookmark-load): Same.
19561 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
19563         * bookmark.el (bookmark-write-file): Don't visit the destination
19564         file, just write the data to it using write-region.  This is
19565         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
19566         change to avoid visiting the file in the first place.
19568 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
19570         * hi-lock.el (hi-lock-mode): Set the default value of
19571         font-lock-defaults.
19573 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
19575         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
19576         arg to `file-attributes'.
19577         (find-lisp-format): The UID and GID can now be strings.
19579 2005-11-12  Kim F. Storm  <storm@cua.dk>
19581         * help.el (help-map): Bind C-h d to apropos-documentation.
19583         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
19584         when point is at end-of-buffer.
19586         * apropos.el (apropos-match-face): Doc fix.
19587         (apropos-sort-by-scores): Add new choice `verbose'.
19588         (apropos-documentation-sort-by-scores): New defcustom.
19589         (apropos-pattern): Now contains the pattern entered by the user.
19590         (apropos-pattern-quoted): New defvar.
19591         (apropos-regexp): New defvar, containing the regexp corresponding
19592         to apropos-pattern.
19593         (apropos-all-words-regexp): Rename from apropos-all-regexp.
19594         (apropos-read-pattern): New defun.  Use it to read pattern arg in
19595         interactive calls; returns list of words for a word list, and
19596         string for a regexp.
19597         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
19598         parses a list of words or regexp as returned by apropos-read-pattern.
19599         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
19600         (apropos-score-doc): Return a very high score if the string
19601         entered by the user matches literally.
19602         (apropos-variable): Doc fix.  Use apropos-read-pattern.
19603         (apropos-command): Doc fix.  Use apropos-read-pattern and
19604         apropos-parse-pattern.  Call apropos-print with nosubst=t.
19605         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
19606         apropos-parse-pattern.
19607         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
19608         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
19609         apropos-documentation-sort-by-scores.  Call apropos-print with
19610         nosubst=t.
19611         (apropos-documentation-internal): Pass doc string through
19612         substitute-key-definition before adding text properties.
19613         Highlight substring matching literal user input if possible.
19614         (apropos-documentation-check-doc-file): Remove locals beg and end.
19615         Fix calculation of score (as added twice).  Pass doc string through
19616         substitute-key-definition before adding text properties.
19617         (apropos-documentation-check-elc-file): Pass doc string through
19618         substitute-key-definition before adding text properties.
19619         Highlight substring matching literal user input if possible.
19620         (apropos-print): Add new arg NOSUBST; if set, command and variable
19621         doc strings have already been passed through substitute-key-definition.
19622         Add code to handle apropos-accumulator items without score element
19623         for backwards compatibility (e.g. with woman package).
19624         Only show scores if apropos-sort-by-scores is `verbose'.
19626 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19628         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
19629         Add jka-compr-load-suffixes to load-suffixes.
19631         * jka-compr.el: Require jka-cmpr-hook.
19632         (jka-compr-info-compress-message, jka-compr-info-compress-program)
19633         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
19634         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
19635         (jka-compr-info-can-append, jka-compr-info-strip-extension)
19636         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
19637         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
19638         (jka-compr-uninstall): Remove entries from
19639         jka-compr-added-to-file-coding-system-alist after they are used.
19640         (jka-compr-error): Remove unused var `curbuf'.
19641         (jka-compr-file-local-copy): Remove unused var `notfound'.
19643 2005-11-10  Romain Francoise  <romain@orebokech.com>
19645         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
19647 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
19649         * progmodes/gud.el (gud-menu-map): Move parentheses.
19650         (gdb): New command gud-pv.
19652 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19654         * tar-mode.el: Remove spurious or unnecessary leading stars
19655         in docstrings.
19656         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
19657         (tar-parse-octal-integer-safe): Use mapc.
19658         (tar-header-block-summarize): Remove unused var `ck'.
19659         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
19660         cleared before.  Obey default-enable-multibyte-characters.
19661         Use mapconcat.  Simplify setting of tar-header-offset.
19662         (tar-mode-map): Move initialization inside delcaration.
19663         (tar-flag-deleted): Use `abs'.
19664         (tar-expunge-internal): Remove unused var `line'.
19665         (tar-expunge-internal): Don't hardcode point-min==1.
19666         (tar-expunge): Widen while doing set-buffer-multibyte.
19667         (tar-rename-entry): Use file-name-coding-system.
19668         (tar-alter-one-field): Don't hardcode point-min==1.
19669         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
19670         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
19672 2005-11-10  Masatake YAMATO  <jet@gyve.org>
19674         * add-log.el (add-log-current-defun): Handle class::method
19675         notation of c++.  Fix incorrect comment.
19677 2005-11-10  Alan Mackenzie  <acm@muc.de>
19679         * help-fns.el (describe-variable): Make C-h v work when a variable
19680         has variable documentation yet is unbound.
19682 2005-11-10  Masatake YAMATO  <jet@gyve.org>
19684         * man.el (Man-highlight-references): Set an empty
19685         string to `Man-arguments' if it is nil.
19686         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
19688 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19690         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
19691         commenting conventions.
19693         * cus-dep.el (custom-make-dependencies): Simplify.
19694         Better follow the commenting conventions.
19696 2005-11-09  Richard M. Stallman  <rms@gnu.org>
19698         * apropos.el (apropos-pattern): Rename from apropos-regexp.
19699         (apropos-orig-pattern): Rename from apropos-orig-regexp.
19700         All uses changed.
19701         (apropos-rewrite-regexp): Doc fix.
19702         (apropos-variable, apropos-command, apropos, apropos-value):
19703         Change prompt; carry through the argument renaming.
19705 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
19707         * find-lisp.el: Require dired.
19708         (find-lisp-find-dired-internal): Do not call
19709         `abbreviate-file-name' on DIR.
19711 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
19713         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
19715 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
19717         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
19718         when using the speedbar.
19719         (gdb): New command gud-pp.
19720         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
19722 2005-11-09  Juri Linkov  <juri@jurta.org>
19724         * replace.el (occur-excluded-properties): New defcustom.
19725         (occur-1, occur-engine, occur-accumulate-lines): Use it.
19727 2005-11-08  Jay Belanger  <belanger@truman.edu>
19729         * calc/calc-units.el (math-convert-units): Replace any composite
19730         unit by its definition.
19732 2005-11-08  Lars Hansen  <larsh@soem.dk>
19734         * emacs-lisp/autoload.el (update-directory-autoloads):
19735         Add obsolete function alias.
19737 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19739         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19740         comment-indent-function.
19741         (lisp-comment-indent): Replace by an alias for comment-indent-default.
19743         * reveal.el (reveal-post-command): Rework the handling of
19744         reveal-open-spots, so as to be more reliable.  There were several
19745         tricky corner cases where an open spot might be lost, or where
19746         a closed spot might end up on the list of open spots.
19747         Only reveal text that's ellipsised.
19749 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
19751         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
19753 2005-11-07  John Paul Wallington  <jpw@gnu.org>
19755         * ibuffer.el (ibuffer): Search iconified frames too when
19756         getting Ibuffer buffer's window.
19758 2005-11-06  Richard M. Stallman  <rms@gnu.org>
19760         * progmodes/compile.el (compilation-internal-error-properties):
19761         save-excursion around the computation of MARKER.
19763 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
19765         * textmodes/flyspell.el (flyspell-external-point-words):
19766         flyspell-get-word returns a list, not just a string.
19768 2005-11-06  John Paul Wallington  <jpw@pobox.com>
19770         * ibuffer.el (ibuffer): Search all visible frames when getting
19771         Ibuffer buffer's window.
19773 2005-11-07  Masatake YAMATO  <jet@gyve.org>
19775         * man.el (Man-reference-regexp): Accept spaces between
19776         `Man-name-regexp' and `Man-section-regexp'.
19777         (Man-apropos-regexp): New variable.
19778         (Man-abstract-xref-man-page): Use value for `Man-target-string'
19779         if available.
19780         (Man-highlight-references, Man-highlight-references0):
19781         Handle the case when `Man-arguments' includes "-k".
19782         (Man-highlight-references0): Rename the argument `TARGET-POS' to
19783         `TARGET'. `TARGET' can be a number, function or nil.
19785 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
19787         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
19788         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
19789         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
19790         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
19791         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
19792         (gdb-send-item): Use buffer-local-value and simplify.
19794 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
19796         * startup.el (command-line): Use `custom-reevaluate-setting' for
19797         `global-font-lock-mode'.
19799         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
19800         by default, except in batch mode or when the -D option is given.
19802         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
19803         specified keyword args on to `define-minor-mode'.  Update docstring.
19805 2005-11-05  Romain Francoise  <romain@orebokech.com>
19807         * replace.el (occur-engine): Add marker at end of line, too.
19809 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
19811         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19812         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19813         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19814         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19815         argument to all these routines, so the passphrase can be managed
19816         externally and passed in to the system.
19817         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19818         pgg-add-passphrase-to-cache function.
19820         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19821         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
19822         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
19823         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
19824         argument to all these routines, so the passphrase can be managed
19825         externally and passed in to the system.
19826         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
19827         function.
19829 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
19831         * font-lock.el: Don't deal with font-lock-face-attributes here,
19832         move the code ...
19834         * startup.el (command-line): ... here.  Use face-spec-set instead
19835         of custom-declare-face.
19837         * faces.el (face-spec-set): Reset the face if spec is not nil.
19839 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19841         * newcomment.el (comment-region-internal): Box more tightly in the
19842         common case where there's no TAB in the boxed text.
19844 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19846         * info.el (info-tool-bar-map): Use images prev-node, next-node and
19847         up-node.
19849 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
19851         * newsticker.el: Commentary updated.  Code formatting changed.
19852         (newsticker-version): Change to "1.9".
19853         (newsticker, newsticker-feed): Doc fix.
19854         (newsticker-url-list): Doc fix.  Add option "Weekly".
19855         (newsticker-retrieval-interval): Add option "Weekly".
19856         (newsticker-headline-processing): Doc fix.
19857         (newsticker-auto-mark-filter): Remove.
19858         (newsticker-auto-mark-filter-list): New.
19859         (newsticker-layout, newsticker-sort-method): Doc fix.
19860         (newsticker-hide-old-items-in-newsticker-buffer)
19861         (newsticker-heading-format, newsticker-item-format)
19862         (newsticker-desc-format): Doc fix.
19863         (newsticker-show-all-rss-elements): Remove.
19864         (newsticker-show-all-news-elements): New.
19865         (newsticker-faces, newsticker-ticker): Doc fix.
19866         (remove-from-invisibility-spec): Code formatting.
19867         (newsticker--process-ids): New.
19868         (newsticker-mode): Doc fix.
19869         (newsticker-mode): Change mode-line-format.
19870         (newsticker-start): Remove debug output.
19871         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
19872         (newsticker-w3m-show-inline-images): Code formatting.
19873         (newsticker-next-item): Call `force-mode-line-update'.
19874         (newsticker-previous-item): Call `force-mode-line-update'.
19875         (newsticker-next-feed): Call `force-mode-line-update'.
19876         (newsticker-previous-feed): Call `force-mode-line-update'.
19877         (newsticker-mark-all-items-at-point-as-read): Code formatting.
19878         (newsticker-show-old-items): Do not show descs.
19879         (newsticker-hide-entry): Hide too much.
19880         (newsticker-hide-entry, newsticker-show-entry)
19881         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
19882         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
19883         (newsticker-toggle-auto-narrow-to-item): Code formatting.
19884         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
19885         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
19886         (newsticker-get-news): Call `force-mode-line-update'.
19887         Collect process ids.
19888         (newsticker--sentinel): Change coding system handling.
19889         Move image retrieval to new functions newsticker--get-logo-url-*.
19890         Move feed parsing to new functions newsticker--parse-*.
19891         Update list of process ids.
19892         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
19893         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
19894         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
19895         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
19896         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
19897         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
19898         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
19899         (newsticker--decode-coding-string): Remove.
19900         (newsticker--decode-numeric-entities): Check input.  Format code.
19901         (newsticker--remove-whitespace): Check input.
19902         (newsticker--do-forget-preformatted): Doc fix.
19903         (newsticker--decode-rfc822-date): Allow for missing time.
19904         (newsticker--update-process-ids): New.
19905         (newsticker--image-sentinel): Change comment.
19906         (newsticker--image-read): Change error message.
19907         (newsticker--imenu-goto): Doc fix.  Show headline title.
19908         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
19909         (newsticker--buffer-do-insert-text): Clean whitespace in
19910         html-rendered headline title.  Code formatting.
19911         Call `newsticker--buffer-print-extra-elements'.
19912         (newsticker--buffer-print-extra-element): Remove.
19913         (newsticker--buffer-print-extra-elements): New.
19914         (newsticker--buffer-do-print-extra-element): New.
19915         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
19916         large sizes.
19917         (newsticker--run-auto-mark-filter)
19918         (newsticker--do-run-auto-mark-filter):
19919         Use `newsticker-auto-mark-filter-list'.
19921 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
19923         * net/rcirc.el: Use split-string OMIT-NULLS argument.
19924         (rcirc-print): Force redisplay before running hooks.  Do long
19925         buffer truncation after making new text read-only.  Deal with nil
19926         text when decoding strings.  If TARGET is nil, use either the
19927         currently selected buffer, if it is an rcirc buffer and of the
19928         same process or the process buffer.
19929         (rcirc-mode): Remove header-line.  Recompute short buffer names.
19930         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
19931         (rcirc-short-buffer-name): Add variable.
19932         (rcirc-kill-buffer-hook): Recompute short buffer names.
19933         Remove nick from private channel.
19934         (rcirc-send-input): Send command text to current-buffer.
19935         Don't clear overlay arrow here.
19936         (rcirc-short-buffer-name): Return a short buffer name.
19937         (rcirc-update-short-buffer-names, rcirc-abbreviate)
19938         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
19939         buffer-name abbreviations.
19940         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
19941         Do not touch nick-table when killing a parted channel.
19942         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
19943         Clear arrow from current buffer if it is now hidden.
19944         (rcirc-current-buffer): Add variable.
19945         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19946         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
19947         Remove -face from names.
19948         (rcirc-update-activity-string): Print "DND" when globally ignoring
19949         activity.
19950         (rcirc-ignore-buffer-activity-flag): Rename from
19951         rcirc-ignore-channel-activity.
19952         (rcirc-ignore-all-activity-flag): Doc fix.
19953         (rcirc-channels): Remove variable.
19954         (rcirc-kill-buffer-hook):
19955         (rcirc-get-buffer-create): Add nick to private channel.
19956         (rcirc-multiline-edit-submit): Remove tabs.
19957         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
19958         folded.
19959         (rcirc-remove-nick-channel): Bug fix.
19960         (rcirc-toggle-ignore-buffer-activity): Rename from
19961         rcirc-toggle-ignore-channel-activity.
19962         (rcirc-record-activity): Add buffers to the front of the list.
19963         (rcirc-update-activity): Remove killed buffers from list.
19964         (rcirc-process-server-response-1): Remove last argument if it is
19965         null before calling handler.
19966         (rcirc): Add "rcirc" defcustom prefix.
19967         (rcirc-prompt): Simplify default prompt.
19968         Use custom-initialize-default.
19969         (rcirc-private-chats): Remove variable.
19970         (rcirc-prompt): Change initialization.
19971         (rcirc-version): Remove function.
19972         (rcirc-id-string): Add constant.
19973         (rcirc-last-buffer): Remove variable.
19974         (rcirc-buffer-alist): Add variable.
19975         (rcirc-connect): Update variable setup.
19976         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
19977         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
19978         default.
19979         (rcirc-handler-generic): Trigger activity.
19980         (rcirc-send-message): Create the buffor of the target.
19981         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
19982         (rcirc-get-buffer): Just return nil if there is no matching buffer.
19983         (rcirc-multiline-edit-cancel): Remove function.
19984         (rcirc-set-last-buffer): Remove function.
19985         (rcirc-get-any-buffer): Add function.
19986         (rcirc-join-channels): Don't print /join text.
19987         (rcirc-toggle-ignore-channel-activity): Add and update echo area
19988         messages.
19989         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
19990         (rcirc-handler-NOTICE): Recognize CTCP responses.
19991         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
19992         constructing TOPIC string for buffers we are not JOINed.
19993         (rcirc-handler-CTCP-response): Add handler.
19994         (rcirc-multiline-edit-submit): Restore the window-configuration
19995         before adjusting point.
19996         (rcirc): Add customization group.
19997         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
19998         (rcirc-user-full-name, rcirc-startup-channels-alist)
19999         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20000         (rcirc-ignore-all-activity-flag, rcirc-time-format)
20001         (rcirc-input-ring-size, rcirc-read-only-flag)
20002         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20003         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20004         Change defvar to defcustom.
20005         (rcirc-update-prompt): Add optional ALL arg, which will update
20006         prompts in all rcirc buffers.  Regexp quote replacement text.
20007         (rcirc-fill-column): Accept frame-width as a value.
20008         (rcirc-set-changed): Add function.
20009         (rcirc-next-active-buffer): Write more meaningful messages.
20010         (rcirc-faces): Add customization group.
20011         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20012         (rcirc-nick-in-message-face, rcirc-prompt-face)
20013         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20014         (with-rcirc-process-buffer): Move before first usage.
20015         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20016         (rcirc-debug-flag): Rename from `rcirc-log-p'.
20017         (rcirc-debug): Rename from `rcirc-log'.
20018         (rcirc-format-response-string): Do not print `-' chars for a
20019         NOTICE with no sender.  Simplify output of server responses.
20021 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
20023         (rcirc-browse-url-map, rcirc-browse-url-at-point)
20024         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20025         Make urls mouse and RET clickable.
20027 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
20029         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20031 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
20033         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20034         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20035         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20036         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20037         argument to all these routines, so the passphrase can be managed
20038         externally and passed in to the system.
20039         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20040         pgg-add-passphrase-to-cache function.
20042         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20043         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20044         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20045         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20046         argument to all these routines, so the passphrase can be managed
20047         externally and passed in to the system.
20048         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20049         function.
20051 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
20053         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20054         from goto-address-url-regexp.
20056 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
20058         * textmodes/org.el (org-read-date, org-goto-calendar)
20059         (org-recenter-calendar, org-agenda-goto-calendar):
20060         Temporarily clear `calendar-move-hook'.
20062 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
20064         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20065         merging.
20067         * ediff-util.el (ediff-previous-difference): Don't skip regions that
20068         have merge clashes.
20070 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20072         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20073         Undo previous change.
20075         * startup.el (command-line): Use `custom-reevaluate-setting' for
20076         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
20077         tty-register-default-colors on Mac.
20079 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
20081         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
20082         (gdb-buffer-type): Make it automatically buffer local...
20083         (gdb-get-create-buffer): ...and set it accordingly.
20084         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
20085         actually work.
20087 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
20089         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
20090         not red.
20092 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
20094         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20095         case GUD buffer is not visible.
20096         (gdb-goto-breakpoint): Try to force display in source buffer.
20097         (gdb-frame-gdb-buffer): Copy other similar functions.
20098         (gdb-restore-windows): Don't display source if not asked for.
20099         (gdb-assembler-buffer-name): Don't capitalise.
20101 2005-11-03  Richard M. Stallman  <rms@gnu.org>
20103         * wid-edit.el (key-sequence): New widget type.
20105         * simple.el (set-mark-command-repeat-pop): New variable.
20106         (set-mark-command): Only interpret plan C-@ after a pop as a pop
20107         if set-mark-command-repeat-pop is true.
20109         * info.el (Info-fontify-node): Don't display extra "see" if there
20110         already is one here.
20112         * mouse.el: Fix special handling of DEL after dragging a region:
20113         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
20114         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
20116         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
20118         * textmodes/ispell.el (ispell-command-loop): Change `i' description
20119         not to assume it pertains to an affix.
20121         * textmodes/flyspell.el (flyspell-post-command-hook):
20122         Bind deactivate-mark to prevent deactivation.
20124 2005-11-03  Lars Hansen  <larsh@soem.dk>
20126         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
20127         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
20128         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
20130 2005-11-03  Romain Francoise  <romain@orebokech.com>
20132         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
20133         Update copyright years.
20135 2005-11-03  Sam Steingold  <sds@gnu.org>
20137         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20138         Use system-type instead of window-system because window-system is not
20139         correctly defined during loadup.
20141 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
20143         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
20144         (xml-parse-tag): Join strings separated by a comment properly.
20146 2005-11-02  Andreas Schwab  <schwab@suse.de>
20148         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
20150 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20152         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
20153         (byte-optimize-pure-func): Quote the eval'd value.
20155         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
20156         Rename from perl-font-lock-syntactic-face-function.
20157         Change the calling convention so it can be used as a font-lock MATCHER.
20158         Do the parse-partial-sexp loop outselves.
20159         (perl-font-lock-syntactic-keywords): Use it.
20160         (perl-mode): Don't set font-lock-syntactic-face-function any more.
20162 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
20164         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
20165         disassembly buffer too.
20166         (gdb-exited): Remove overlay arrows when execution has finished.
20167         (gdb-info-frames-custom, gdb-info-threads-custom)
20168         (gdb-info-registers-custom): Don't add inappropriate text
20169         properties if inferior is not active.
20171 2005-11-02  Glenn Morris  <rgm@gnu.org>
20173         * progmodes/fortran.el (fortran-blink-match):
20174         Use `blink-matching-delay'.
20176 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
20178         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
20180 2005-11-02  Lars Hansen  <larsh@soem.dk>
20182         * net/tramp.el (tramp-action-out-of-band): Handle scp message
20183         "Permission denied".
20185 2005-11-01  Richard M. Stallman  <rms@gnu.org>
20187         * textmodes/flyspell.el (flyspell-external-point-words):
20188         Pass nil to flyspell-get-word.
20190 2005-11-02  Kim F. Storm  <storm@cua.dk>
20192         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
20193         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
20195 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20197         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
20198         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
20199         (calendar-mouse-print-dates): Add optional `event' argument.
20200         Update interactive-spec.
20201         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
20202         Use `calendar-event-to-date' instead of `event'.
20204 2005-11-02  Masatake YAMATO  <jet@gyve.org>
20206         * progmodes/ld-script.el (ld-script-builtins):
20207         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
20208         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
20209         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
20211 2005-11-01  Romain Francoise  <romain@orebokech.com>
20213         * vc-sccs.el: Update copyright year.
20214         * ezimage.el: Likewise.
20216 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
20218         * info.el (Info-fontify-node): Use `string-width' for fontifying
20219         underlined titles.
20221 2005-11-01  Juri Linkov  <juri@jurta.org>
20223         * info.el (Info-fontify-node): Downcase node header keywords Node,
20224         Prev, Next, Up before comparison.
20225         (Info-history): Insert absolute directory name, and put invisible
20226         property on it.
20228 2005-11-01  Juri Linkov  <juri@jurta.org>
20230         * info.el (Info-file-supports-index-cookies): New variable.
20231         (Info-find-node-2): Check makeinfo version for index cookie support.
20232         (Info-index-nodes): Search for nodes with index cookies only when
20233         Info-file-supports-index-cookies is t.  Otherwise, search nodes
20234         with "Index" in the node name.
20235         (Info-index-node): Search index cookie in the current node only when
20236         Info-file-supports-index-cookies is t.  Otherwise, check the word
20237         "Index" in the node name.
20238         (Info-find-emacs-command-nodes): Remove code that searches nodes
20239         with "Index" node name in the top menu.
20241 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20243         * progmodes/scheme.el (scheme-mode-variables): Use the default
20244         comment-indent-function.
20246         * faces.el (face-attribute): Handle the case where a face inherits from
20247         a non-existent face.
20249         * simple.el (eval-expression-print-format): Use lisp-readable syntax
20250         for octal and hexa output, and merge the char into the paren.
20251         (kill-new): Use push.
20252         (copy-to-buffer): Use with-current-buffer.
20253         (completion-setup-function): Move code in loop to remove redundancy.
20254         (minibuffer-local-must-match-map): Don't add bindings that duplicate
20255         those inherited from minibuffer-local-completion-map.
20257         * savehist.el (savehist-mode) <defcustom>:
20258         Use custom-set-minor-mode if available.
20259         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
20260         and emit a message if applicable.
20262 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
20264         * savehist.el: Sync up to version 19.
20265         (savehist-mode): New minor mode.
20266         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
20267         (savehist-length): Remove (use history-length instead).
20268         (savehist-file-modes): Rename from savehist-modes.
20269         (savehist-save-hook, savehist-loaded): New vars.
20270         (savehist-load): Use savehist-mode.  Try to smooth up transition from
20271         old format to new format.
20272         (savehist-install): Allow savehist-autosave-interval to be nil.
20273         (savehist-save): Run the new hook.  Be more careful to only trim the
20274         history variables.
20275         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
20276         (savehist-printable): Print into a buffer rather than char-by-char.
20278 2005-11-01  John Wiegley  <johnw@newartisans.com>
20280         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
20281         toggle-ignore keybinding (C-a).  The author said it had been
20282         disabled much earlier due to a possible incompatibility, but after
20283         many months of usage I have encountered no problems (and it is a
20284         rather useful option, especially for switching to " *temp*").
20286         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
20287         support for OS/X's AddressBook, by calling out to the open source
20288         program "contacts" (installable through Fink).
20290         * net/eudc.el (eudc-expand-inline): If the
20291         `eudc-multiple-match-handling-method' is set to `all', delete the
20292         query string before inserting the query result.
20294         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
20295         flag, to prevent Eshell from using the system ls when
20296         `eshell-ls-insert-directory' is in used.
20297         (eshell-ls-insert-directory): Disable font-lock in directory
20298         buffer so that Eshell's own fontification is seen.  This broke
20299         recently due to changes in font-lock, so this goes back to version
20300         21 behavior.
20302 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
20304         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
20305         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
20306         (gdb-many-windows): Doc fix.
20308 2005-10-31  Romain Francoise  <romain@orebokech.com>
20310         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
20312 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
20314         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
20315         that global-font-lock-mode can be enabled by default.
20317         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
20318         (font-lock-add-keywords, font-lock-remove-keywords)
20319         (font-lock-fontify-buffer): Remove autoload cookies.
20321         * jit-lock.el (jit-lock-register): Likewise.
20323         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
20325 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
20327         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
20328         intact if there is no gud-comint-buffer.
20330 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
20332         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
20333         old prompt comint-prompt-read-only is t and GDB commands are
20334         issued from tool bar etc.
20336 2005-10-31  Masatake YAMATO  <jet@gyve.org>
20338         * vc.el (vc-directory-exclusion-list): Add "{arch}".
20340 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20342         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
20343         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
20345 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
20347         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
20348         starting at beginning of line.  Fontification is messed up when
20349         `open-paren-in-column-0-is-defun-start' set to t.
20350         Reported by John Paul Wallington <jpw@pobox.com>.
20352 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
20354         * comint.el (comint-send-input): Call `comint-update-fence' when
20355         `comint-process-echoes' and `comint-prompt-read-only' are both
20356         non-nil, to avoid leftover read-only newline.
20358 2005-10-30  Richard M. Stallman  <rms@gnu.org>
20360         * textmodes/flyspell.el (flyspell-external-point-words):
20361         Detect when WORD can't be checked properly because
20362         flyspell-get-word finds just part of it, and move on.
20364         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
20365         boundarychar for Polish.
20366         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
20367         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
20369 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
20371         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
20372         (gdb-registers-font-lock-keywords): Delete.
20373         (gdb-registers-mode): Don't fontify.
20374         (gdb-info-registers-custom): Use text properties instead as, in
20375         future, changed register values will use font-lock-warning-face.
20376         (gdb-local-font-lock-keywords): Rename to...
20377         (gdb-locals-font-lock-keywords): ...for consistency.
20379 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
20381         * vc.el (vc-switch-backend): Better error message if the buffer is
20382         not visiting a file under version control.
20384         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
20386 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
20388         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
20389         ~/.emacs.d/.emacs.
20391 2005-10-29  Richard M. Stallman  <rms@gnu.org>
20393         * replace.el (occur-mode-mouse-goto): Always go to other window.
20394         (occur-mode-goto-occurrence): Always switch in same window.
20396         * simple.el (undo): Display message at end, not at start.
20398         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
20399         New arg REUSE-CELL.
20400         (cancel-timer-internal): New function.
20401         (timer-event-handler): Use cancel-timer-internal,
20402         and pass the cell it returns to timer-activate...
20404         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
20405         (jit-lock-deferred-fontify, jit-lock-context-fontify)
20406         (jit-lock-after-change): Test memory-full.
20408 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
20410         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20411         part of the decoded armor to find the key-identifier.
20412         (pgg-gpg-lookup-key-owner): New function to return the
20413         human-readable identifier of a key owner.
20414         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20415         key itself.
20416         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20417         the key value) if we have a key and can match it against a secret
20418         key.  Also, added a note pointing out fact that the prompt only
20419         indicates the first matching key.
20421         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20422         pgg-decrypt-region.
20423         (pgg-pending-timers): A new hash for tracking the passphrase cache
20424         timers, so that new ones supercede old ones.
20425         (pgg-add-passphrase-to-cache): Rename from
20426         `pgg-add-passphrase-cache' to reduce confusion (all callers
20427         changed).  Modified to cancel old timers when new ones are added.
20428         (pgg-remove-passphrase-from-cache): Rename from
20429         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20430         changed).  Modified to cancel old timers when their keys are
20431         removed from the cache.
20432         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20433         XEmacs, an indirection to delete-itimer.
20434         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20435         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20436         users can only check cache without risk of prompting.  Correct bug in
20437         notruncate behavior.
20438         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20439         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20440         Add informative docstrings.
20441         (pgg-decrypt): Convey provided passphrase in subordinate call to
20442         pgg-decrypt-region.
20444         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20445         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20446         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20447         `passphrase' argument, so the passphrase can be managed externally
20448         and then passed in to the system.
20450         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20451         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20452         so the passphrase cache can be used reliably with identifiers
20453         besides a pgp packet's key id.
20455         * pgg-gpg.el (pgg-pgp-encrypt-region)
20456         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20457         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20458         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20459         argument to all these routines, so the passphrase can be managed
20460         externally and passed in to the system.
20462         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20463         `notruncate' argument, so the passphrase cache can be used
20464         reliably with identifiers besides a pgp packet's key id.
20466 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
20468         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20469         symmetric encryption.
20470         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20471         encrypted session key.
20472         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20473         message ask for the passphrase in a proper way.
20475         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20476         New user commands for symmetric encryption.
20478 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
20480         * textmodes/conf-mode.el (conf-assignment-sign)
20481         (conf-assignment-regexp): Fix docstrings.
20482         (conf-mode-initialize): New function.
20483         (conf-mode): Remove optional args.  Use delay-mode-hooks to
20484         recognize recursive calls.
20485         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
20486         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
20487         (conf-xdefaults-mode): Use define-derived-mode and
20488         conf-mode-initialize.
20490 2005-10-29  Romain Francoise  <romain@orebokech.com>
20492         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
20494 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
20496         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20497         part of the decoded armor to find the key-identifier.
20498         (pgg-gpg-lookup-key-owner): New function to return the
20499         human-readable identifier of a key owner.
20500         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20501         key itself.
20502         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20503         the key value) if we have a key and can match it against a secret
20504         key.  Also, added a note pointing out fact that the prompt only
20505         indicates the first matching key.
20507         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20508         pgg-decrypt-region.
20509         (pgg-pending-timers): A new hash for tracking the passphrase cache
20510         timers, so that new ones supercede old ones.
20511         (pgg-add-passphrase-to-cache): Rename from
20512         `pgg-add-passphrase-cache' to reduce confusion (all callers
20513         changed).  Modified to cancel old timers when new ones are added.
20514         (pgg-remove-passphrase-from-cache): Rename from
20515         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20516         changed).  Modified to cancel old timers when their keys are
20517         removed from the cache.
20518         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20519         XEmacs, an indirection to delete-itimer.
20520         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20521         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20522         users can only check cache without risk of prompting.  Correct bug in
20523         notruncate behavior.
20524         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20525         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20526         Add informative docstrings.
20527         (pgg-decrypt): Convey provided passphrase in subordinate call to
20528         pgg-decrypt-region.
20530 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20532         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20533         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20534         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20535         `passphrase' argument, so the passphrase can be managed externally
20536         and then passed in to the system.
20538         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20539         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20540         so the passphrase cache can be used reliably with identifiers
20541         besides a pgp packet's key id.
20543         * pgg-gpg.el (pgg-pgp-encrypt-region)
20544         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20545         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20546         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20547         argument to all these routines, so the passphrase can be managed
20548         externally and passed in to the system.
20550         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20551         `notruncate' argument, so the passphrase cache can be used
20552         reliably with identifiers besides a pgp packet's key id.
20554 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
20556         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20557         symmetric encryption.
20558         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20559         encrypted session key.
20560         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20561         message ask for the passphrase in a proper way.
20563         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20564         New user commands for symmetric encryption.
20566 2005-10-28  Bill Wohler  <wohler@newt.com>
20568         * help-mode.el (help-url): New button type.  Calls browse-url.
20569         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
20570         Similar to Info nodes: URL `url'.
20571         (help-make-xrefs): Create help-url buttons for
20572         help-xref-url-regexp matches.
20574 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
20576         * tool-bar.el (tool-bar-add-item-from-menu)
20577         (tool-bar-local-item-from-menu): Fix doc strings.
20579 2005-10-28  Romain Francoise  <romain@orebokech.com>
20581         * ldefs-boot.el: Update.
20583         * subr.el (locate-library): Move from help-fns.el.
20584         * help-fns.el (locate-library): Move to subr.el.
20586 2005-10-28  Richard M. Stallman  <rms@gnu.org>
20588         * net/tramp.el (tramp-completion-mode): defvar moved up.
20590         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
20592         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
20594         * files.el (find-file-noselect): Use %d to format large file size.
20596         * bindings.el (mode-line-format): Add %e.
20598         * loadup.el ("facemenu"): Load unconditionally.
20599         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
20600         ("x-dnd"): Load, when appropriate.
20602         * startup.el (command-line): Call before-init-hook earlier.
20603         Warn about some bad characters in -u user name.
20605         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
20606         (flyspell-external-point-words): Error if misspelled word is not found.
20607         Set flyspell-large-region-beg at end of word.
20609 2005-10-28  Andreas Schwab  <schwab@suse.de>
20611         * view.el (View-revert-buffer-scroll-page-forward):
20612         Use view-page-size-default.
20614 2005-10-28  Juri Linkov  <juri@jurta.org>
20616         * international/quail.el (quail-get-current-str): Translate last
20617         raw character for deterministic input methods.
20619 2005-10-27  Jay Belanger  <belanger@truman.edu>
20621         * calc/calc-ext.el: Add functions to autoloads.
20622         (math-identity-matrix-p, math-ident-row-p): New functions.
20624         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
20625         multiplication by an identity matrix; don't turn multiplication by
20626         an inverse matrix into division.
20627         (math-div-symbol-fancy): Replace division by matrices with
20628         multiplication by inverse.
20630         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
20632         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
20633         (calc-writeoutpower): New functions.
20635 2005-10-27  Romain Francoise  <romain@orebokech.com>
20637         * replace.el (occur-engine): Include colon in mouse-face highlight.
20639         * dired-x.el: Change Maintainer field.
20641 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
20643         * longlines.el (longlines-mode): Bind after-change-functions to
20644         nil during initial decoding and final encoding.
20646 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
20648         * term.el (term-emulate-terminal, term-handle-colors-array)
20649         (term-handle-ansi-escape): Specify the terminfo capabilities
20650         implemented.
20652 2005-10-26  Richard M. Stallman  <rms@gnu.org>
20654         * info.el (Info-fontify-node): Fix detection of sentence-break
20655         before *Note.
20657 2005-10-26  Romain Francoise  <romain@orebokech.com>
20659         * smerge-mode.el: Add `tools' to file keywords.
20661 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
20663         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
20664         when the fringe is not available.
20666         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
20667         (def-gdb-auto-update-trigger): Simplify construction.
20668         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
20669         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
20670         defined explicitly.
20671         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
20672         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
20673         defined explicitly.
20674         (gdb-info-locals-custom): Remove as it's a no-op.
20676 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
20678         * longlines.el (longlines-mode): Remove narrowing before
20679         performing the initial decoding or final encoding.
20681 2005-10-25  Romain Francoise  <romain@orebokech.com>
20683         * emacs-lisp/find-func.el (find-library-name): Also strip
20684         extension if library name ends in .el, to take advantage of
20685         `find-library-suffixes'.
20687 2005-10-25  Richard M. Stallman  <rms@gnu.org>
20689         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
20691 2005-10-25  Juri Linkov  <juri@jurta.org>
20693         * textmodes/texinfo.el (texinfo-mode): Change charset of one
20694         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
20696 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20698         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
20699         (blackbox-redefine-key): Add argument `map'.
20701         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
20702         regions when moving the jit-lock-context-unfontify-pos boundary.
20704 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20706         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
20708 2005-10-25  Masatake YAMATO  <jet@gyve.org>
20710         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
20712 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
20714         * play/blackbox.el (blackbox-redefine-key): New function.
20715         (blackbox-mode-map): Use it to remap existing bindings for cursor
20716         motion instead of binding literal keys.
20718 2005-10-25  Glenn Morris  <rgm@gnu.org>
20720         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
20721         diary does not end in a newline.  Do not assume a blank line at
20722         the start of the diary file.
20724 2005-10-25  Kenichi Handa  <handa@m17n.org>
20726         * international/quail.el (quail-translate-key): If the input
20727         method is deterministic and failed to handle the last key, restart
20728         the key handling loop from an appropriate key.
20730 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
20732         * vc.el (vc-dired-mode): Extend comment for binding of
20733         `directory-listing-before-filename-regexp'.
20735 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20737         * textmodes/texinfo.el (texinfo-mode):
20738         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
20739         not to unnecessarily expose emacs-mule's internal char codes.
20741 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
20743         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
20744         Display hand pointer and help-echo on disabled icon too.
20745         (gdb-mouse-until): New function.
20746         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
20748 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
20750         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
20751         with 2005-10-23 change to doctor.el.
20753         * finder.el (finder-mode-map): Add follow-link binding.
20755 2005-10-25  Kim F. Storm  <storm@cua.dk>
20757         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
20758         to gdb-mouse-toggle-breakpoint-fringe.
20759         (gdb-mouse-toggle-breakpoint-margin): Rename from
20760         gdb-mouse-toggle-breakpoint.  Fix doc.
20761         (gdb-mouse-toggle-breakpoint-fringe): New defun.
20762         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
20763         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
20764         string properties also for fringe breakpoint bitmaps.
20766 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
20768         * textmodes/org.el (org-start-icalendar-file): Fix format form.
20770 2005-10-25  Masatake YAMATO  <jet@gyve.org>
20772         * simple.el (completion-common-substring):
20773         Use `completion-common-substring' prior to `completion-base-size'.
20775 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
20777         * savehist.el: Require CL while compiling.
20778         (savehist-history-variables): Remove.
20779         (savehist-save-minibuffer-history, savehist-additional-variables)
20780         (savehist-minibuffer-history-variables): New vars.
20781         (savehist-save): Use them.
20782         (savehist-uninstall, savehist-minibuffer-hook): New funs.
20783         (savehist-install): New fun, extracted from savehist-load.
20784         (savehist-load): Use them.
20786 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20788         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
20789         a dummy doc-string-elt property.
20790         (defalias, defvaralias, define-category): Add a docstring property.
20792         * image.el (defimage):
20793         * widget.el (define-widget):
20794         * custom.el (defface, defcustom): Add `doc-string' declaration.
20796         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
20797         (defadvice): Add `doc-string' declaration.
20799         * emacs-lisp/byte-run.el (macro-declaration-function):
20800         Handle `doc-string' declarations.
20801         (define-obsolete-function-alias, define-obsolete-variable-alias):
20802         Add `doc-string' declaration.
20804 2005-10-24  Kenichi Handa  <handa@m17n.org>
20806         * international/utf-7.el (utf-7): Add autoload cookie.
20808         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
20810 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
20812         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
20813         list of directories passed to batch-update-autoloads.  Add "." to
20814         the list of the echoed directories.
20816         * pgg-def.el:
20817         * pgg-gpg.el:
20818         * pgg-parse.el:
20819         * pgg-pgp.el:
20820         * pgg-pgp5.el:
20821         * pgg.el: Moved here from the gnus subdirectory.
20823 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
20825         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
20826         in case comint-prompt-read-only is set to t.
20828         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
20829         in case comint-prompt-read-only is set to t.
20831 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
20833         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
20834         Now a string.
20835         (icalendar-import-format): Handle CLASS, STATUS, URL.
20836         Rename `subject' to `summary'.
20837         (icalendar-import-format-summary): Rename from
20838         `icalendar-import-format-subject'.
20839         (icalendar-import-format-url, icalendar-import-format-status)
20840         (icalendar-import-format-class): New variables.
20841         (icalendar--rris): Take variable argument list.
20842         (icalendar--datestring-to-isodate): Remove unnecessary
20843         calendar-style check when converting dates with explicit month names.
20844         (icalendar-export-region): Change return type of conversion
20845         subroutines.  Bury current buffer unless error occurred.
20846         (icalendar--convert-to-ical)
20847         (icalendar--parse-summary-and-rest): New functions.
20848         (icalendar--convert-ordinary-to-ical)
20849         (icalendar--convert-weekly-to-ical)
20850         (icalendar--convert-yearly-to-ical)
20851         (icalendar--convert-block-to-ical)
20852         (icalendar--convert-cyclic-to-ical)
20853         (icalendar--convert-anniversary-to-ical): Change return type.
20854         Strip trailing blanks from subject.
20855         (icalendar--convert-sexp-to-ical): Change return type.
20856         Strip trailing blanks from subject.  Handle simple sexp
20857         entries as generated by icalendar.el.
20858         (icalendar--convert-float-to-ical)
20859         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
20860         (icalendar-import-file): Doc fix.
20861         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
20862         Correct call to icalendar--rris.
20863         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
20864         `summary'.
20865         (icalendar--add-diary-entry): Rename `subject' to `summary'.
20867 2005-10-24  Romain Francoise  <romain@orebokech.com>
20869         * server.el (server-sentinel): Set query-on-exit flag to nil on
20870         new client processes (it isn't inherited from the server process).
20872         * replace.el (occur-engine): Rearrange text properties.
20874 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20876         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
20877         case-fold-search is nil.
20878         (debug-help-follow): Use help-xref-interned directly.
20880 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20882         * thumbs.el (thumbs-image-type): Add .pbm.
20884 2005-10-23  Richard M. Stallman  <rms@gnu.org>
20886         * faces.el (inhibit-face-set-after-frame-default): New variable.
20887         (set-face-attribute): Bind it.
20888         (face-set-after-frame-default): Test it.
20890         * help-fns.el (describe-simplify-lib-file-name): New function.
20891         (describe-function-1, describe-variable): Use it.
20893         * faces.el (describe-face): Use describe-simplify-lib-file-name.
20895         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
20896         Eliminate nil as possible value.
20897         (tooltip-hide-delay): Reduce internal-border-width.
20899         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
20900         (menu-bar-file-menu) <new-file>: Likewise.
20902         * simple.el (line-move-finish): Ignore fields computing LINE-END.
20904         * international/mule.el (load-with-code-conversion):
20905         Pass full file name to `eval-buffer' unless preloading.
20907         * textmodes/flyspell.el (flyspell-large-region):
20908         Call ispell-check-version.
20910         * textmodes/ispell.el (ispell-local-dictionary-overridden):
20911         Fix the make-variable-buffer-local call that was supposed
20912         to be for this variable.
20913         (ispell-aspell-supports-utf8): Doc fix.
20914         (ispell-find-aspell-dictionaries): Preserve elements of
20915         ispell-dictionary-alist for dictionaries that aspell doesn't report.
20916         (ispell-aspell-find-dictionary): Return nil on error.
20918         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
20919         (doctor-symptoms): Likewise.
20921         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
20923 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20925         * cus-edit.el (custom-button, custom-button-pressed): New vars.
20926         (custom-raised-buttons): Add :set spec.
20927         (custom-button-unraised, custom-button-pressed-unraised):
20928         New faces, so that custom-raised-buttons actually does something.
20929         (custom-mode): Use custom-button and custom-button-pressed.
20931         * wid-edit.el (widget-specify-button): Don't ignore
20932         widget-mouse-face on graphic terminals.
20933         (widget-move-and-invoke): Cleanup.
20935 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
20937         * whitespace.el (whitespace-cleanup): Doc fix.
20939 2005-10-23  Romain Francoise  <romain@orebokech.com>
20941         * emulation/viper.el (viper-set-hooks): Quote forms passed to
20942         `eval-after-load' to avoid evaluating their result.
20944 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
20946         * files.el (directory-listing-before-filename-regexp):
20947         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
20949         * dired.el (dired-move-to-filename-regexp): Remove.
20950         All occurrences replaced by `directory-listing-before-filename-regexp'.
20952         * dired-x.el, locate.el, vc.el:
20953         Replace `dired-move-to-filename-regexp' by
20954         `directory-listing-before-filename-regexp'.  In vc.el it is
20955         overwritten locally; maybe this can be handled in files.el too.
20957         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
20958         replaced by `directory-listing-before-filename-regexp'.
20960 2005-10-23  Andreas Schwab  <schwab@suse.de>
20962         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
20963         and eval-next-after-load.
20965 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
20967         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
20968         exist, create it.
20970 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
20972         * allout.el: Remove autoloads for mailcrypt and crypt++.
20973         Require pgg, pgg-gpg during compilation.
20974         (allout-version): Increment version number to 2.1, and use a literal
20975         rather than RCS Id.
20976         (allout-default-encryption-scheme): Remove.
20977         (allout-passphrase-verifier-handling)
20978         (allout-passphrase-verifier-string)
20979         (allout-file-passphrase-verifier-string)
20980         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
20981         (allout-passphrase-hint-handling): Rename and simplify.
20982         (allout-init): Use `find-file-hook' if available, otherwise
20983         `find-file-hooks'.
20984         (allout-mode): Use `write-file-functions' if available, otherwise
20985         `local-write-file-hooks' and, instead of making auto-save-hook
20986         buffer local, make the write-file-hook activity contingent to
20987         allout-mode.
20988         (allout-mode): Use key-binding substitution in the docstring.
20989         (allout-kill-line): Spell-out kill ring data structure mutation
20990         instead of using byte-compiler-complaint-provoking `pop'.
20991         (allout-insert-listified): Use `insert' rather than `insert-string'
20992         (allout-toggle-current-subtree-encryption): Update docstring, adjust
20993         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
20994         (allout-encrypt-string): Totally revamped vis new underlying
20995         encryption facilities.
20996         (allout-mc-activate-passwd): Remove.
20997         (allout-obtain-passphrase): New, more or less replaces
20998         allout-mc-activate-passwd.
20999         (allout-encrypted-key-info): More or less replaces
21000         allout-encrypted-text-type.
21001         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21002         (my-mark-marker): Use `(featurep 'xemacs)'.
21004 2005-10-23  Lars Hansen  <larsh@soem.dk>
21006         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21007         (byte-compile-file-form-defmumble, byte-compile-defun)
21008         (byte-compile-defmacro): Use it.
21009         (byte-compile-form): Don't call byte-compile-set-symbol-position
21010         when a byte-compile handler is called.
21012 2005-10-22  Romain Francoise  <romain@orebokech.com>
21014         * savehist.el (savehist-history-variables): Add `grep-find-history'.
21016         * subr.el (eval-after-load): Convert library name to an absolute
21017         file name using locate-library, since load-history no longer has
21018         library names in it.
21020 2005-10-22  Richard M. Stallman  <rms@gnu.org>
21022         * files.el (make-temp-file): Move from subr.el.
21023         * subr.el (make-temp-file): Move to files.el.
21025         * window.el (get-buffer-window-list): Move from subr.el.
21026         * subr.el (get-buffer-window-list): Move to window.el.
21028         * image.el (image-load-path): Use eval-at-startup to initialize.
21030         * subr.el (eval-at-startup): New macro.
21032         * subr.el: Much rearrangement of functions and division
21033         into pages.  No code changes.
21035 2005-10-22  Kenichi Handa  <handa@m17n.org>
21037         * tar-mode.el (tar-extract): Be sure to call
21038         find-operation-coding-system if set-auto-coding doesn't find a
21039         coding system.
21041 2005-10-22  Kim F. Storm  <storm@cua.dk>
21043         * image.el (image-type-header-regexps): Rename from image-type-regexps.
21044         Change users.
21045         (image-type-file-name-regexps): New defconst.
21046         (image-type-from-data): Simplify loop.
21047         (image-type-from-buffer): New defun.
21048         (image-type-from-file-header): Use it instead of image-type-from-data.
21049         Use image-search-load-path instead of only looking in data-directory.
21050         (image-type-from-file-name): New defun.
21051         (image-search-load-path): Change `pathname' to `filename'.
21052         Make PATH arg optional, default to image-load-path.
21054 2005-10-21  Richard M. Stallman  <rms@gnu.org>
21056         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21058         * textmodes/paragraphs.el (sentence-end-base): New variable.
21059         (sentence-end): Use sentence-end-base.
21061 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21063         * font-lock.el (font-lock-default-fontify-region): Check the multiline
21064         property independently from the font-lock-multiline variable.
21066 2005-10-21  Richard M. Stallman  <rms@gnu.org>
21068         * emacs-lisp/find-func.el (find-library-name): Doc fix.
21070         * startup.el (command-line): Convert library names
21071         in `load-history' to absolute file names.
21073         * subr.el (symbol-file): Doc fix.
21075         * loadhist.el (file-loadhist-lookup): Call locate-library
21076         instead of find-library-name.  Don't try converting
21077         abs file names to library names, since load-history no longer
21078         has library names in it.
21079         (file-dependents, file-provides, file-requires): Doc fixes.
21081 2005-10-21  Juri Linkov  <juri@jurta.org>
21083         * progmodes/etags.el (tags-table-mode): New function.
21084         (tags-verify-table): Replace initialize-new-tags-table with
21085         tags-table-mode.
21087         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
21088         default value.
21089         (desktop-modes-not-to-save): Add tags-table-mode to the
21090         default value.
21092         * info.el (Info-index-next): Add total number of index
21093         alternatives to the message.
21095         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21096         backward only space (instead of space and period) before looking
21097         at sentence end.
21099         * simple.el (set-variable): Use user-variable-p instead of symbolp.
21100         Add the old variable value as 4th default-value arg of read-string.
21102 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21104         * cus-face.el (custom-declare-face): Make face from X resources
21105         also on Mac.
21107         * disp-table.el (standard-display-g1, standard-display-graphic):
21108         Refuse to use string glyphs also on Mac.
21109         (standard-display-european): Don't set terminal coding system also
21110         on Mac.
21112         * frame.el (display-screens): Use x-display-screens also on Mac.
21114 2005-10-21  Romain Francoise  <romain@orebokech.com>
21116         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
21118 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21120         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
21121         and $? into sexps.
21123         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
21124         warning face on open-paren-in-column-0.
21126         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
21127         boundary case.  Fix typo.
21128         Suggested by Martin Rudalics <rudalics@gmx.at>.
21130 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
21132         * textmodes/org.el (org-combined-agenda-icalendar-file)
21133         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
21134         (org-export-icalendar-this-file)
21135         (org-export-icalendar-all-agenda-files)
21136         (org-export-icalendar-combine-agenda-files): New commands.
21137         (org-export-icalendar, org-print-icalendar-entries)
21138         (org-start-icalendar-file, org-finish-icalendar-file)
21139         (org-ical-ts-to-string): New functions.
21140         (org-read-date, org-goto-calendar)
21141         (org-agenda-goto-calendar): Inhibit displaying diary entries by
21142         call to `calendar'.
21143         (orgtbl-setup): Remove the :keys arguments from the menu description.
21144         (org-after-save-iCalendar-file-hook): New variable.
21146 2005-10-21  Kenichi Handa  <handa@m17n.org>
21148         * language/vietnamese.el (tcvn-5712): Make it an alias of
21149         vietnamese-tcvn coding-system.
21151 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
21153         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
21154         group id is given.
21156 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21158         * progmodes/sh-script.el (sh-escaped-line-re): New var.
21159         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
21160         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
21161         whose line is either continued or ends with a comment.
21163 2005-10-20  Romain Francoise  <romain@orebokech.com>
21165         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
21167         * replace.el (occur-engine): Add follow-link property.
21169         * font-core.el (font-lock-mode): Doc fix.
21171 2005-10-20  Richard M. Stallman  <rms@gnu.org>
21173         * net/rcirc.el: New file.
21175 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
21177         * term.el (term-term-name): Initialize to "eterm-color".
21179 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
21181         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
21182         for encryption functionality.
21183         Move allout customization subgroup from `editing' to `outlines' group.
21184         Fix commentary keywords to legitimate ones.
21185         Update author info (using my current email address, obscurified).
21186         (allout-encrypt-string, allout-encryption-produce-work-buffer)
21187         (allout-encrypted-topic-p, allout-encrypted-text-type)
21188         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
21189         (allout-situate-encryption-key-verifier)
21190         (allout-get-encryption-key-verifier, allout-verify-key)
21191         (allout-next-topic-pending-encryption)
21192         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
21193         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
21194         (outline-key-verifier-handling, outline-key-hint-handling)
21195         (outline-encrypt-unencrypted-on-saves): New defcustoms.
21196         (allout-file-key-verifier-string, allout-encryption-scheme)
21197         (allout-key-verifier-string, allout-key-hint-string)
21198         (allout-after-save-decrypt): New variables.
21199         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
21200         (allout-after-saves-handler): New hook functions.
21201         (allout-post-command-business): Do allout-after-save-decrypt.
21202         (allout-enable-file-variable-adjustment): Custom var to enable
21203         mechanism for adding and adjusting settings of Emacs file variables.
21204         (allout-adjust-file-variable, allout-file-vars-section-data):
21205         New functions, implement the mechanism.
21206         (outlineify-sticky): Use the file vars mechanism.
21207         (allout-inhibit-protection, allout-during-write-cue)
21208         (allout-override-protect, allout-before-change-protect): Remove.
21209         (allout-flag-region, allout-open-topic): Adjust read-only text.
21210         (allout-open-line-not-read-only): Add to facilitate read-only
21211         text based protection.
21212         (allout-kill-line): Revise to adjust read-only text, clue the
21213         user about the inhibition.
21214         (allout-unprotected): Use unwind-protect.
21215         (allout-shift-in, allout-shift-out): Disallow manually shifting a
21216         topic deeper than the offspring depth of the previous topic -
21217         avoiding confusing "containment discontinuities".
21218         (allout-reindent-bodies): Fix retention of body relative hanging
21219         indent during promotion of collapsed bodies.
21220         (allout-open-topic): Make it easy to open new topic with same
21221         bullet as current topic - topic creation functions provided with
21222         any universal argument provokes now prompt for bullet, defaulting
21223         to the bullet of the previous topic.
21224         (allout-plain-bullets-string, allout-distinctive-bullets-string):
21225         Plain bullet alternates `.' period and `,' comma only.  All other
21226         bullets are relegated to special status (but customizable).
21227         (allout-end-of-entry): Rename from allout-end-of-current-entry
21228         since it actually operates w.r.t. most immediately containing
21229         entry, visible or not.
21230         (allout-hide-current-entry, allout-show-current-entry): Use the
21231         revised version.
21232         (allout-old-expose-topic): Solidify deprecation.
21233         (allout-end-of-subtree): Add so we can span concealed as well
21234         as visible topics.
21235         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
21236         (allout-end-of-current-heading): Tweak to just respect the first line.
21237         (allout-get-body-text): Add.
21238         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
21239         when invoked interactively.
21240         (allout-up-current-level): Use `interactive-p'.
21241         (allout-mode, allout-init): Miscellaneous docstring and
21242         operational refinements, as well as hookups of new encryption stuff.
21243         (allout-beginning-of-current-entry): Now works as advertised.
21244         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
21245         (allout-isearch-rectification): Refine condition for isearching.
21246         (allout-isearch-abort, allout-enwrap-isearch)
21247         (allout-flag-region, my-region-active-p): Relocate some macros.
21248         (allout-title): Fallback title is (buffer-name), not
21249         non-existing (current-buffer-name).
21250         (subst-char-in-string): Define if absent (for some XEmacs versions).
21252 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
21254         * mail/sendmail.el (mail-setup-hook, mail-aliases)
21255         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
21256         (mail-citation-prefix-regexp, mail-signature-file)
21257         (mail-default-headers, mail-bury-selects-summary)
21258         (mail-send-nonascii): Add autoload cookies.
21260 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21262         * frame.el (blink-cursor-mode): Add `mac' to the list of
21263         window-system's that support blinking cursor.
21265 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
21267         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
21269 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
21271         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
21272         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
21273         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
21275 2005-10-20  Kim F. Storm  <storm@cua.dk>
21277         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
21278         (ido-set-current-directory): Don't add / after final @.
21279         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
21280         Explicitly handle ange-ftp completion oddities.
21281         (ido-make-file-list): Don't rotate list at tramp root to avoid
21282         triggering tramp file handler for expand-file-name via get-file-buffer.
21284 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21286         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
21288 2005-10-19  Jay Belanger  <belanger@truman.edu>
21290         * calc/calc-units.el (math-standard-units): Add units, adjust
21291         symbols and update values.
21292         (math-unit-prefixes): Add more prefixes.
21294 2005-10-19  Romain Francoise  <romain@orebokech.com>
21296         * bookmark.el (bookmark-menu-heading): New face.
21297         (bookmark-bmenu-list): Use it.
21298         Don't fiddle with `baud-rate' at top-level.
21300 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
21302         * image.el (create-image, find-image): Mention max-image-size in
21303         docstring.
21305 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21307         * savehist.el (savehist-load): Revert to checking XEmacs.
21309         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
21310         Various docstring and line-width fixups.
21311         (conf-mode): Use cond.
21312         Set font-lock-defaults.  Don't set comment-use-syntax.
21314 2005-10-18  David Ponce  <david@dponce.com>
21316         * tree-widget.el (tree-widget-button-click): New function.
21317         (tree-widget-button-keymap): Use it.
21319 2005-10-18  Romain Francoise  <romain@orebokech.com>
21321         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21322         (bookmark-bmenu-hide-filenames): Add follow-link property.
21323         Improve help-echo text.
21325         * ffap.el (find-file-at-point): Doc fix.
21327 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21329         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
21331 2005-10-18  Masatake YAMATO  <jet@gyve.org>
21333         Install to the CVS repository what I forgot to install in my
21334         2005-10-16 changes.
21336         * progmodes/python.el (python-complete-symbol): Pass the common
21337         prefix substring of completion to `display-completion-list'.
21339         * textmodes/org.el (org-complete): Ditto.
21341 2005-10-18  Masatake YAMATO  <jet@gyve.org>
21343         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
21345         * woman.el (WoMan-xref-man-page): New button type derived
21346         from `Man-abstract-xref-man-page'.
21347         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
21349         * man.el (Man-abstract-xref-man-page): New button type.
21350         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
21351         (Man-highlight-references): Add new optional argument `xref-man-type'.
21353 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
21355         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
21357 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21359         * cus-edit.el (Custom-move-and-invoke): Delete.
21360         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
21362         * wid-edit.el (widget-move-and-invoke): New function, from
21363         Custom-move-and-invoke.
21365 2005-10-17  Bill Wohler  <wohler@newt.com>
21367         Move all remaining images from lisp/toolbar to etc/images, move
21368         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
21369         the low resolution images in their own directory (low-color).
21371         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
21372         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
21373         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
21374         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
21375         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
21376         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
21377         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
21379         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
21380         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
21381         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
21382         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
21383         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
21384         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
21385         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
21386         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
21387         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
21388         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
21389         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
21390         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
21391         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
21392         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
21393         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
21395         To conform with convention, replace the underscore (_) in the
21396         following image names with dash (-) or (/) as appropriate.
21398         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
21399         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
21400         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
21401         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
21402         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
21403         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
21404         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
21405         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
21406         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
21407         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
21408         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
21409         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
21410         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
21411         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
21412         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
21414         * info.el (info-tool-bar-map): Replace underscores in image names
21415         with dashes.
21417         * makefile.w32-in (WINS): Remove toolbar.
21419         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
21421         * tool-bar.el: Move to lisp from toolbar.  Now that
21422         toolbar is empty, it should be deleted when folks run "cvs up -P".
21424 2005-10-18  Jay Belanger  <belanger@truman.edu>
21426         * calc/calc-store.el (calc-store-into): Get the proper variable name
21427         to display in message.
21429 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
21431         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
21432         expressions display in speedbar for all buffers when debugging.
21433         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
21435         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
21436         (speedbar-insert-button, speedbar-make-button):
21437         Use add-text-properties.
21438         (speedbar-update-localized-contents)
21439         (speedbar-update-directory-contents)
21440         (speedbar-update-special-contents): Use dolist.
21441         (speedbar-buffer-easymenu-definition): Add a menu separator.
21443 2005-10-17  Jason Rumney  <jasonr@gnu.org>
21445         * makefile.w32-in: Use $(lisp) consistently.
21446         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
21447         for shell specific generation of mh-autoloads.
21449 2005-10-17  Richard M. Stallman  <rms@gnu.org>
21451         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
21453 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21455         * jit-lock.el (jit-lock-fontify-now):
21456         Move jit-lock-context-unfontify-pos to avoid wasted work.
21458 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
21460         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
21461         `tramp-completion-mode' for checking if we are in completion mode.
21462         (tramp-completion-handle-file-name-all-completions): Reorder code
21463         in order to complete for file names only in case there are no
21464         method/user/host completions.  This is necessary for cooperation
21465         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
21467 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
21469         * longlines.el (longlines-search-forward)
21470         (longlines-search-backward): Match any number of spaces.
21472 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
21474         * diff-mode.el (diff-mode): Doc fix.
21476 2005-10-16  David Reitter  <david.reitter@gmail.com>
21478         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
21479         as default on darwin and windows systems.
21481 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
21483         * arc-mode.el (archive-zip-extract): Doc fix.
21485 2005-10-16  Romain Francoise  <romain@orebokech.com>
21487         * mouse.el (mouse-1-click-follows-link): Doc fix.
21489 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21491         * savehist.el: Don't require CL at runtime.
21492         (savehist-xemacs): Remove.
21493         (savehist-coding-system): Use utf-8 if present, regardless of religion.
21494         (savehist-no-conversion): Use (featurep 'xemacs).
21495         (savehist-load): Check existence of start-itimer rather than XEmacs.
21496         Use an idle timer.
21497         (savehist-process-for-saving): Replace use of CL funs `subseq' and
21498         `delete-if-not'.
21500 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
21502         * savehist.el: Newer version.
21503         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
21504         (savehist-last-checksum, savehist-no-conversion): New vars.
21505         (savehist-autosave, savehist-process-for-saving, savehist-printable):
21506         New functions.
21507         (savehist-load, savehist-save): Use them.
21508         (savehist-delimit): Remove.
21510 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21512         * progmodes/compile.el (compilation-goto-locus): Display the
21513         compilation buffer first and the source buffer second, in case they're
21514         in overlapping frames.  Don't raise the compilation frame if it was the
21515         selected window upon entry.  Pass the `other-window' arg to
21516         pop-to-buffer.
21518         * info.el (Info-fontify-node): Use dolist.
21519         Change add-text-properties to put-text-property.
21521 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21523         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
21524         bound of search.
21526 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21528         * dabbrev.el (dabbrev-completion): Pass the common
21529         prefix substring of completion to `display-completion-list'.
21531         * filecache.el (file-cache-minibuffer-complete)
21532         (file-cache-complete): Ditto.
21534         * tempo.el (tempo-display-completions): Ditto.
21536         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
21538         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
21540         * eshell/em-hist.el (eshell-list-history): Ditto.
21542         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
21544         * mail/mailalias.el (mail-complete): Ditto.
21546         * progmodes/etags.el (complete-tag): Ditto.
21548         * progmodes/make-mode.el (makefile-complete): Ditto.
21550         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
21552         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
21554         * progmodes/pascal.el (pascal-complete-word)
21555         (pascal-show-completions): Ditto.
21557         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
21559         * simple.el (completion-common-substring): New variable.
21560         (completion-setup-function): Use `completion-common-substring'
21561         to put faces.
21563 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21565         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
21566         (x-get-selection, mac-select-convert-to-string): Convert from/to
21567         UTF-16 clipboard data as in native byte order, no BOM.
21569 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
21571         * progmodes/gud.el (gud-tool-bar-map): Rename the images
21572         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
21573         (gud-sentinel): Use speedbar-frame to check for speedbar.
21575 2005-10-15  Richard M. Stallman  <rms@gnu.org>
21577         * savehist.el: New file.
21579 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
21581         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
21582         Fix bug in \bf fontification.
21584 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21586         * pcvs.el (cvs-edit-log-files): New var.
21587         (cvs-mode-edit-log): New arg `file'.
21588         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
21589         Instead force the use of the original file and nothing else.
21590         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
21591         the cvs-minor-wrap-function is set.
21592         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
21594 2005-10-14  Bill Wohler  <wohler@newt.com>
21596         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
21597         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
21598         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
21599         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
21600         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
21601         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
21602         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
21603         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
21604         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
21605         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
21606         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
21607         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
21608         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
21609         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
21610         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
21612         * progmodes/gud.el (gud-tool-bar-map): Rename the images
21613         appropriately (for example, gud-break to gud/break).
21615 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
21617         * longlines.el (longlinges-search-function)
21618         (longlines-search-forward, longlines-search-backward): New functions.
21619         (longlines-mode): Set isearch-search-fun-function to
21620         longlinges-search-function.
21622         * mouse.el (mouse-drag-region-1): Handle the case where a
21623         double-click event is bound to an arbitrary function.
21625 2005-10-14  David Ponce  <david@dponce.com>
21627         * recentf.el (recentf-track-opened-file)
21628         (recentf-track-closed-file, recentf-update-menu)
21629         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
21630         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
21631         mouse-1-click-follows-link.
21633 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21635         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
21636         Gnome file-manager.png.  Suggested by
21637         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
21639         * toolbar/README: Add diropen.xpm.
21641 2005-10-13  Bill Wohler  <wohler@newt.com>
21643         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
21644         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
21646 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21648         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21649         Don't waste the byte-compiler's time on constant data.
21651 2005-10-13  Kenichi Handa  <handa@m17n.org>
21653         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
21654         byte with `escape-glyph' face.
21656         * international/fontset.el (ccl-encode-unicode-font):
21657         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
21658         Handle the case that ucs-mule-to-mule-unicode translates a character to
21659         ASCII (usually for IPA characters).
21661 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21663         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
21664         Don't hide the underline of titles if font-lock-mode is disabled.
21666 2005-10-12  Bill Wohler  <wohler@newt.com>
21668         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
21669         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
21670         files in MH-E-SRC have been updated.
21671         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
21673 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21675         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
21676         (mixal-mode-syntax-table): Add \n as end-comment.
21677         (mixal-operation-codes-alist): Immediately initialize to full value.
21678         (mixal-add-operation-code): Remove.
21679         (mixal-describe-operation-code): Make the arg non-optional.
21680         Use the interactive spec instead.
21681         Use mixal-operation-codes-alist rather than mixal-operation-codes.
21682         (mixal-font-lock-keywords): Don't highlight comments here any more.
21683         (mixal-font-lock-syntactic-keywords): New var.
21684         (mixal-mode): Use it.  Fix comment-start-skip.
21686 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21688         * startup.el (command-line-x-option-alist): -nb => -nbi.
21690 2005-10-12  Kim F. Storm  <storm@cua.dk>
21692         * startup.el (fancy-splash-default-action): Discard mouse click in
21693         the splash screen window, as it has no sensible meaning in the
21694         next window to be selected.  Fixes error reported by Jan D.
21696 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21698         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
21700 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21702         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
21703         Try to fix up minor layout issues like indentation, line break, etc...
21704         (mixal-mode-syntax-table): Don't try to specify comment syntax,
21705         because it doesn't work.
21706         (mixal-operation-codes): Add some more codes.
21707         (mixal-font-lock-keywords): Process comments here.
21708         (mixal-mode): mixasm no longer needs -g option.
21710 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
21712         * progmodes/sh-script.el (sh-tmp-file):
21713         Use mktemp -t.  Finish support for es and rc shells.
21715 2005-10-11  Jay Belanger  <belanger@truman.edu>
21717         * calc/calcalg2.el (calc-integral): With an argument, compute the
21718         definite integral.
21720 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
21722         * mouse.el (mouse-drag-region-1): Don't try to catch a
21723         double-click when doing follow-link (it's overridden anyway).
21725 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
21727         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
21728         (autoload-print-form-outbuf): Add docstring.
21730 2005-10-11  Juri Linkov  <juri@jurta.org>
21732         * info.el (Info-mode-menu): Delete menu item "Edit".
21733         (Info-mode): Delete description of Info-edit from docstring,
21734         and rearrange descriptions of Info commands in the order
21735         they are documented in the Info manual.
21737 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21739         * calendar/appt.el (appt-check): Use diary-selective-display var.
21741 2005-10-10  Richard M. Stallman  <rms@gnu.org>
21743         * net/newsticker.el (newsticker-start, newsticker-show-news):
21744         Add autoload cookies.
21746 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
21748         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
21750 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
21752         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
21754 2005-10-10  Jay Belanger  <belanger@truman.edu>
21756         * calc/calc-arith.el (math-check-known-scalarp)
21757         (math-check-known-matrixp): Check the values of arguments that are
21758         variables.
21759         (math-check-known-square-matrixp): New function.
21760         (math-known-square-matrixp): Use math-check-known-square-matrixp.
21761         (math-super-types): Add sqmatrix type.
21763         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
21764         mode name `square' to `sqmatrix'.
21766         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
21767         mode name `square' to `sqmatrix'.
21769 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21771         * progmodes/etags.el (select-tags-table-mode): Don't use
21772         selective-display.
21773         (tags-select-tags-table): Pass `button' to the action function.
21774         (select-tags-table): Place the side-info on button properties rather
21775         than in hidden text.  Abbreviate file names.
21776         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
21777         (select-tags-table-select): Add `button' argument.
21778         Get side-info from the button property rather than from hidden text.
21780 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
21782         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
21783         (gud-speedbar-buttons): Preserve point if possible.
21784         (gud-sentinel): Restore previous speedbar display type.
21786         * progmodes/gdb-ui.el (gdba): Improve diagram.
21787         (def-gdb-auto-update-handler, gdb-info-locals-handler)
21788         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
21789         Call get-buffer-window once.
21791 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21793         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
21794         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
21795         (pascal-indent-command): Remove unused var `ind'.
21796         (pascal-indent-case): Remove unused var `oldpos'.
21797         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
21798         since it's now used as a proper minor mode map.
21799         (pascal-outline): Rename to pascal-outline-mode.
21800         (pascal-outline-mode): Use define-minor-mode.
21801         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
21802         selective-display.
21804 2005-10-10  Andreas Schwab  <schwab@suse.de>
21806         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
21807         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
21809         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
21810         outside source directory.
21812 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
21814         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
21815         C-x' as a prefix.
21816         (orgtbl-mode-map): Full keymap instead of sparse, because all
21817         `self-insert-command' keys are redefined in this map.
21818         (org-export-as-html): Specify charset for HTML file, by taking it
21819         from the coding system.
21821 2005-10-10  Kenichi Handa  <handa@m17n.org>
21823         * textmodes/flyspell.el (flyspell-check-word-p):
21824         If unread-command-events is non-empty, don't call sit-for.
21826 2005-10-09  Richard M. Stallman  <rms@gnu.org>
21828         * font-lock.el (font-lock-syntactic-keywords)
21829         (font-lock-keywords): Doc fixes.
21831         * textmodes/flyspell.el (flyspell-external-point-words):
21832         Simplify logic, and don't try to check for consecutive appearances
21833         of one incorrect word.
21835 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
21837         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
21838         separator.
21840         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
21841         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
21842         (gud-expansion-speedbar-buttons): New function.
21843         (gud-speedbar-buttons): Check for gud-comint-buffer.
21845 2005-10-09  Bill Wohler  <wohler@newt.com>
21847         * Makefile.in (updates): Add mh-loaddefs dependency.
21849 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
21851         * speedbar.el (speedbar-file-key-map): Fix typo.
21853 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21855         * cus-start.el (line-spacing): Add custom spec.
21857 2005-10-09  Romain Francoise  <romain@orebokech.com>
21859         * textmodes/ispell.el (ispell-check-version): Fix last change.
21861 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21863         * term/x-win.el: Remove -i, --icon-type from comment.
21865         * startup.el (command-line-x-option-alist): Remove options -i,
21866         -itype, --icon-type, added -nb, --no-bitmap-icon.
21868 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
21870         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
21871         instead of :active.
21873 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
21875         * textmodes/ispell.el (ispell-check-version):
21876         Ignore hyphen, and all that follows, in aspell's version text.
21878 2005-10-08  Jay Belanger  <belanger@truman.edu>
21880         * calc/calc-arith.el (math-known-square-matrixp): New function.
21881         (math-pow-fancy): Check for matrices before distributing exponent
21882         across products.
21884         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
21885         fullscreen keypad.  Suggested by Luc Teirlinck.
21886         (calc-keypad-show-input): Add space for formatting.
21888         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
21889         Add square matrix option.
21891         * calc/calc-poly.el (math-expand-term): Check for matrices instead
21892         of checking calc-matrix-mode when deciding how to expand.
21894         * calc/calc.el (calc-set-mode-line): Add square matrix option.
21896 2005-10-08  Lars Hansen  <larsh@soem.dk>
21898         * net/tramp.el (tramp-perl-directory-files-and-attributes):
21899         Add error handling.
21900         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
21902 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
21904         Sync with Tramp 2.0.51.
21906         * net/tramp.el (tramp-handle-set-visited-file-modtime)
21907         (tramp-handle-insert-file-contents, tramp-handle-write-region):
21908         Insert special handling for `last-coding-system-used', again
21909         it still seems to be necessary (unlike stated before).
21910         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
21911         (tramp-password-prompt-regexp): There might be other words before
21912         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
21913         (tramp-chunksize): Improve docstring.
21914         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
21915         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
21916         Christian Joergensen <bugs@razor.dk>.
21918 2005-10-07  Glenn Morris  <rgm@gnu.org>
21920         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
21921         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
21922         precision'.
21924 2005-10-07  Romain Francoise  <romain@orebokech.com>
21926         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
21927         (ibuffer-do-shell-command-pipe-replace)
21928         (ibuffer-do-shell-command-file, ibuffer-do-eval)
21929         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
21930         (ibuffer-do-revert, ibuffer-do-replace-regexp)
21931         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
21932         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
21933         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
21934         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
21935         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
21936         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
21937         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
21938         Autoload file sans suffix.
21940         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
21942 2005-10-07  David Ponce  <david@dponce.com>
21944         * recentf.el (recentf-menu-open-all-flag): New option.
21945         (recentf-digit-shortcut-command-name): New function.
21946         (recentf--shortcuts-keymap): New variable.
21947         (recentf-menu-shortcuts): New variable.
21948         (recentf-make-menu-items): Initialize it.  Replace the "More..."
21949         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
21950         (recentf-menu-value-shortcut): New function.
21951         (recentf-make-menu-item): Use it.  No more in-lined.
21952         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
21953         (recentf-open-most-recent-file): Rename from
21954         `recentf-open-file-with-key'.  Don't depend on key binding.
21955         (recentf-mode-map): New variable.
21956         (recentf-mode): Use it.
21958 2005-10-06  Bill Wohler  <wohler@newt.com>
21960         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
21962         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
21963         (MH-E-SRC): New.  Used by mh-autoloads.
21964         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
21965         files in MH-E-SRC have been updated.
21966         (compile, recompile, bootstrap): Depend on mh-autoloads.
21968 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
21970         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
21971         gud-break and gud-remove icons when the fringe is not available.
21973         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
21974         Typo.
21976 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
21978         * play/zone.el (zone): Wrap body with save-window-excursion.
21980 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21982         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
21983         Use the new `list-only' arg to diary-list-entries.
21985         * calendar/diary-lib.el: Use overlays rather than selective-display.
21986         (diary-selective-display): New var.
21987         (diary-header-line-format): Use it.
21988         (diary-list-entries): Add argument `list-only'.
21989         Put the buffer in diary-mode.  Don't add \^M at beg and end.
21990         Replace \^M by invisible overlays.
21991         (diary-unhide-everything): Replace \^M by invisible overlays.
21992         (print-diary-entries): Look for overlays rather than \^M.
21993         Add a space to the temp buffer name.
21994         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
21995         Put the buffer in diary-mode.
21996         (list-sexp-diary-entries): Replace \^M by invisible overlays.
21997         (diary-anniversary): Make the year arg optional.
21998         (diary-time-regexp): New const.
21999         (diary-font-lock-keywords): Use it to accept a few more time formats.
22001         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22003 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
22005         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22006         Fix bug introduced 2005-07-03: Use (car (last ...))
22007         to faithfully reproduce replaced artist-last.
22008         (artist-set-arrow-points-for-poly): Likewise.
22009         Suggested by Johan Bockg\e,Ae\e(Brd.
22011 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
22013         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22014         * wid-edit.el (widget):
22015         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22016         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22018 2005-10-06  Kenichi Handa  <handa@m17n.org>
22020         * international/mule-cmds.el (set-language-environment):
22021         Fix setting up of case-table for unibyte mode.
22023         * simple.el (what-cursor-position): If the character is displayed
22024         by some `display' text property, show that.  Don't use
22025         single-key-description for eight-bit characters in multibyte mode.
22027 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
22029         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22030         (gdb-ann3): Set it.
22031         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22032         (gdb-info-frames-custom): Use inverse-video for first five
22033         characters of selected frame only.
22034         (gdb-get-frame-number): Select frame even when point is on frame
22035         number.
22037 2005-10-06  Masatake YAMATO  <jet@gyve.org>
22039         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22040         Put `font-lock-function-name-face'.
22041         (gdb-info-frames-custom): Put `font-lock-function-name-face'
22042         and `font-lock-variable-name-face'
22043         (gdb-registers-font-lock-keywords): New font lock keywords definition.
22044         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22045         (gdb-memory-font-lock-keywords): New font lock keywords definition.
22046         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22047         (gdb-local-font-lock-keywords): New font lock keywords definition.
22048         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22049         (gdb-threads-font-lock-keywords): New font lock keywords definition.
22050         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22052 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
22054         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22055         (ediff-merge-region-is-non-clash-to-skip): Previously called
22056         ediff-merge-region-is-non-clash.
22058         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22059         Use insert-buffer-substring.
22061         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22062         selecting files to patch.  Also bug fixes.
22064         * ediff-util.el (ediff-setup): Bug fix.
22065         (ediff-next-difference): Never skip clashes that differ in white
22066         space only.
22068         * ediff-wind.el (ediff-setup-control-frame)
22069         (ediff-destroy-control-frame): Check the menubar feature.
22071         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
22072         (viper-refresh-mode-line): Use make-local-variable to localize
22073         some vars instead of make-variable-buffer-local.  Suggested by
22074         Stefan Monnier.
22076         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
22077         (viper-restore-cursor-type, viper-set-insert-cursor-type):
22078         Use make-local-variable instead of make-variable-buffer-local.
22079         Suggested by Stefan Monnier.
22081         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
22082         (viper-comint-mode-hook): Use make-local-variable on
22083         require-final-newline.
22084         (viper-non-hook-settings): Don't use make-variable-buffer-local.
22086 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22088         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
22089         also the second char of a comment-start sequence.
22090         (scheme-sexp-comment-syntax-table): New var.
22091         (lambda, define): Set their scheme-doc-string-elt property.
22092         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22093         Use lisp-font-lock-syntactic-face-function now that it properly
22094         handles |...| symbols.
22095         (scheme-mode-variables): Set lisp-doc-string-elt-property,
22096         parse-sexp-lookup-properties and font-lock-extra-managed-props.
22098         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22099         bit from # to |.
22100         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22102         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22103         (lisp-doc-string-elt-property): New var.
22104         (lisp-font-lock-syntactic-face-function): Use it.
22105         Rewrite to recognize docstrings even for forms not at toplevel.
22107         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
22108         annotation on the | part of #| rather than on the # part.
22109         (scheme-font-lock-syntactic-face-function): New function, to
22110         distinguish strings from |...| symbols.
22111         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
22112         syntax-table so that #|...|# is properly highlighted.
22114         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
22115         Don't mark as docstring the 3rd elem of an unknown toplevel form.
22117 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22119         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
22120         and C-e.
22122         * emacs-lisp/eldoc.el: Move comments into docstrings.
22123         (eldoc-message-commands): Initialize in its declaration.
22124         Add move-beginning-of-line and move-end-of-line.
22125         (eldoc-add-command, eldoc-add-command-completions)
22126         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
22128         * outline.el (outline-mark-subtree): Activate the mark.
22130         * calendar/appt.el (appt-time-regexp): New var.
22131         (appt-add, appt-make-list): Use it.
22132         (appt-convert-time): Clean up.
22134         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
22135         Don't set any syntax-table property here.
22136         (tex-font-lock-verb): New function.  Do it here.
22137         (tex-font-lock-syntactic-keywords): Use it.
22139 2005-10-04  Richard M. Stallman  <rms@gnu.org>
22141         * wid-edit.el (widget-file-complete): Get the widget start point
22142         the right way.  Default directory to `/' if file has none.
22144         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
22146         * textmodes/flyspell.el (flyspell-mode-on):
22147         Call ispell-maybe-find-aspell-dictionaries.
22149         * textmodes/ispell.el (ispell-word, ispell-region):
22150         Call ispell-maybe-find-aspell-dictionaries.
22151         (ispell-accept-buffer-local-defs):
22152         Don't call ispell-maybe-find-aspell-dictionaries.
22154 2005-10-04  Richard M. Stallman  <rms@gnu.org>
22156         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
22158 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
22160         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
22161         instead of `fboundp' in order to allow for anonymous functions.
22163 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
22165         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
22166         case the user clicks on the link while another window is selected.
22167         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
22169         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
22170         functionality.
22171         (dframe-help-echo): Save point in case mouse tracking is off.
22173 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
22175         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
22177 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22179         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
22180         not change the global value of those vars.
22182         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
22183         make-local-variable which we do not need any more.
22185 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
22187         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
22188         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
22189         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
22190         (speedbar-path-line): Define obsolete aliases.
22191         (speedbar-line-directory): Doc fix.
22193         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
22194         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
22195         instead of speedbar-line-path.
22197 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22199         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
22200         to nil if dropping on a window.  Handle dropping on a minibuffer window
22201         like dropping on a non-window part of Emacs.
22203 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22205         * net/ange-ftp.el: Use with-current-buffer.
22206         (ange-ftp-insert-directory): Do not follow symlinks any more.
22208         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
22209         Remove interactive spec.
22211 2005-10-03  Kim F. Storm  <storm@cua.dk>
22213         * ido.el (ido-mode): Use custom-initialize-set.
22215 2005-10-02  Richard M. Stallman  <rms@gnu.org>
22217         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
22218         Use insert-buffer-substring.
22220         * net/tramp.el: Pacify byte compiler warnings in pacification code.
22221         (tramp-handle-file-local-copy): Use insert-buffer-substring.
22223 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22225         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
22226         in last change.
22227         (ange-ftp-insert-directory): Fix up the search for the case where
22228         `file' is absolute.
22230 2005-10-02  Romain Francoise  <romain@orebokech.com>
22232         * progmodes/compile.el (compile-goto-error): Delete extra paren.
22234 2005-10-02  Andreas Schwab  <schwab@suse.de>
22236         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
22237         directory component in the session info.
22239 2005-10-01  Richard M. Stallman  <rms@gnu.org>
22241         * comint.el (comint-redirect-subvert-readonly): Doc fix.
22243         * simple.el (next-error-internal): New function.
22245         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
22246         (compilation-start): Pass new arg to compilation-buffer-name.
22247         (compile-goto-error): Use next-error-internal.
22249 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
22251         * speedbar.el: Remove RCS tag.
22252         (speedbar-check-read-only): Handle non-existent files.
22254         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
22256         * info.el (Info-speedbar-hierarchy-buttons)
22257         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
22259 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22261         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
22262         Do not match newline.
22263         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
22264         (bibtex-summary): Remove unnecessary save-excursion.
22265         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
22267 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22269         * term/mac-win.el: Add charset info for "iso10646-1".
22270         Modify default fontset to use ATSUI-compatible fonts for some charsets
22271         if available.
22273 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
22275         * speedbar.el: Re-apply arch tag.
22276         (speedbar-version): Rename to version 1.0.  Suggested by Eric
22277         M. Ludlam.
22278         Reapply two changes from Emacs CVS' version of speedbar lost
22279         during the merge:
22280         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
22281         (speedbar-frame-parameters): Improve customize type.
22283 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22285         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
22286         (ange-ftp-file-directory-p): Fix the symlink case.
22287         (ange-ftp-insert-directory): When listing a single file, get a list of
22288         the parent buffer and extract the relevant line.  Inspired from a patch
22289         by Katsumi Yamaoka <yamaoka@jpl.org>.
22290         (ange-ftp-file-name-sans-versions): Simplify.
22292 2005-09-30  Bill Wohler  <wohler@newt.com>
22294         Move MH-E image files from toolbar and mail directories into
22295         etc/images.
22297         * mail/reply2.*: Move to etc/images/mail/reply*.
22299         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
22300         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
22301         etc/images.
22303         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
22304         * toolbar/reply*: Move to etc/images/mail.
22306         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
22308 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
22310         * speedbar.el: New version 1.0pre3.
22312         Frame management code (including timer, and mouse click specifics)
22313         moved to dframe.el:
22314         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
22315         (speedbar-timer): Removed.  Use dframe-timer.
22316         (speedbar-close-frame): Removed.  Use dframe-close-frame.
22317         (speedbar-activity-change-focus-flag): Removed.  Use
22318         dframe-activity-change-focus-flag.
22319         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
22320         dframe-update-speed.
22322         (speedbar-current-frame): New macro.  Use this instead of the
22323         variable speedbar-frame.
22325         (speedbar-use-images, speedbar-expand-image-button-alist)
22326         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
22328         (speedbar-find-image-on-load-path): Removed.  Replaced by
22329         defezimage in ezimage.el.
22330         (speedbar-expand-image-button-alist): Removed.  Replaced by
22331         ezimage-expand-image-button-alist in ezimage.el.
22333         (speedbar-ignored-directory-regexp)
22334         (speedbar-add-ignored-directory-regexp)
22335         (speedbar-ignored-directory-expressions)
22336         (speedbar-line-directory, speedbar-buffers-line-directory)
22337         (speedbar-directory-line, speedbar-buffers-line-directory):
22338         Renamed, replacing `path' with `directory'.
22340         (speedbar-create-directory, speedbar-expand-line-descendants)
22341         (speedbar-toggle-line-expansion)
22342         (speedbar-contract-line-descendants): New commands.
22344         (speedbar-query-confirmation-method, speedbar-select-frame-method)
22345         (speedbar-use-tool-tips-flag): New options.
22347         (speedbar-check-read-only, speedbar-require-version)
22348         (speedbar-insert-separator, speedbar-buffers-tail-notes)
22349         (speedbar-handle-delete-frame, speedbar-try-completion)
22350         (speedbar-update-localized-contents): New functions.
22352         (speedbar-incompatible-version, speedbar-ro-to-do-point)
22353         (speedbar-object-read-only-indicator): New variables.
22355         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
22356         New hooks.
22358         (speedbar-separator-face): New face.
22360         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
22361         (speedbar-ignored-modes): Add fundamental-mode.
22362         (speedbar-directory-unshown-regexp): Add . directories.
22364         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
22365         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
22366         `]' for full expand/close.
22367         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
22369         (speedbar-check-vc): Support hidden files.
22370         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
22371         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
22372         state is nil, it is not checked out.
22374         (speedbar-line-text, speedbar-line-token): Support expand buttons
22375         with no text.
22376         (speedbar-refresh): Universal argument acts as power-click.
22377         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
22378         that buffer to get variable values.
22380         And many other bugfixes.
22382         * dframe.el, ezimage.el, sb-image.el: New files.
22384         * sb-*.xpm: Remove files.  New image files installed into
22385         etc/images/ezimage.
22387 2005-09-30  Kenichi Handa  <handa@m17n.org>
22389         * ps-mule.el (ps-mule-show-warning): If a character is in
22390         ps-print-translation-table, don't treat it as non-printable.
22392 2005-09-30  David Ponce  <david@dponce.com>
22394         * tree-widget.el (tree-widget-themes-load-path): New variable.
22395         (tree-widget-themes-directory): Doc fix.
22396         (tree-widget-image-formats) [Emacs]: Doc fix.
22397         (tree-widget--locate-sub-directory): New function.
22398         (tree-widget-themes-directory): Use it.
22400         * recentf.el (recentf-filename-handlers): Rename from
22401         `recentf-filename-handler'.  Allow a list of functions.
22402         (recentf-menu-items-for-commands): Fix :help strings.
22403         (recentf-apply-filename-handlers): New function.
22404         (recentf-expand-file-name): Use it.
22405         (recentf-cleanup): Remove duplicates too.
22407 2005-09-29  Juri Linkov  <juri@jurta.org>
22409         * faces.el: Rearrange face definitions to be in the same order as
22410         their face descriptions in "(emacs)Standard Faces".
22412         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
22414         * tooltip.el (tooltip): Add group `basic-faces'.
22416         * buff-menu.el (Buffer-menu-buffer): Remove group
22417         `font-lock-highlighting-faces'.
22419         * progmodes/compile.el (compilation-error, compilation-warning)
22420         (compilation-info, compilation-line-number, compilation-column-number):
22421         Change group from `font-lock-highlighting-faces' to `compilation'.
22423         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22424         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
22425         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
22426         (vhdl-font-lock-reserved-words-face)
22427         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
22428         `font-lock-highlighting-faces'.
22430         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
22432 2005-09-28  Kim F. Storm  <storm@cua.dk>
22434         * emulation/cua-base.el: Set CUA move property on additional commands:
22435         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
22436         forward-sexp, backward-sexp, forward-list, backward-list.
22438 2005-09-28  Romain Francoise  <romain@orebokech.com>
22440         * comint.el (comint-show-output): Really set point at the
22441         beginning of the output when not using `comint-use-prompt-regexp'.
22443 2005-09-27  Jay Belanger  <belanger@truman.edu>
22445         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
22446         in TeX mode.
22448 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
22450         * textmodes/org.el (org-table-sum): Fix format string.
22452         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
22453         Quote face names.
22455 2005-09-26  Romain Francoise  <romain@orebokech.com>
22457         * isearch.el (isearch-forward-regexp): Close doc string.
22459 2005-09-25  Richard M. Stallman  <rms@gnu.org>
22461         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
22463         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
22465         * progmodes/compile.el (compilation-error-properties):
22466         When getting the file from the previous error message,
22467         correctly decode the new data format.
22469         * progmodes/cc-cmds.el (c-electric-paren):
22470         Call old-blink-paren only for close-paren.
22472 2005-09-24  Andreas Schwab  <schwab@suse.de>
22474         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
22475         condition.
22477 2005-09-25  Romain Francoise  <romain@orebokech.com>
22479         * dired-aux.el (dired-copy-file-recursive):
22480         * dired.el (dired-delete-file):
22481         * ediff-mult.el (ediff-dir-diff-copy-file):
22482         * ediff-util.el (ediff-test-save-region):
22483         * forms.el (forms-mode):
22484         * ido.el (ido-file-internal, ido-delete-file-at-head):
22485         * log-edit.el (log-edit-done):
22486         * ses.el (ses-yank-resize):
22487         * play/gomoku.el (gomoku-human-plays, gomoku)
22488         (gomoku-human-resigns, gomoku-prompt-for-other-game)
22489         (gomoku-offer-a-draw):
22490         * play/landmark.el (lm-human-resigns, lm):
22491         * net/eudcb-ldap.el (eudc-ldap-check-base):
22492         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
22493         * progmodes/ebrowse.el (ebrowse-find-pattern):
22494         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
22495         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
22496         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
22498         * vc.el (vc-delete-file):
22499         * play/gomoku.el (gomoku-terminate-game, gomoku)
22500         (gomoku-prompt-for-move, gomoku-human-takes-back):
22501         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
22502         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
22504 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
22506         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
22507         color rxvt terminals by using the code xterm.el used to use before
22508         2005-04-09 in order to match the colors used by rxvt.
22510 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22512         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
22513         colors rxvt-unicode terminals by using the same code as xterm.el.
22515 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22517         * textmodes/tex-mode.el (tex-font-lock-append-prop)
22518         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
22519         new symbol used for the tex-verbatim face.
22521 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22523         * woman.el (woman-file-name):
22524         * wid-edit.el (widget-file-prompt-value)
22525         (widget-coding-system-prompt-value):
22526         * w32-fns.el (set-w32-system-coding-system):
22527         * vc.el (vc-version-diff, vc-annotate):
22528         * textmodes/reftex-auc.el (reftex-arg-cite)
22529         (reftex-arg-index-tag):
22530         * textmodes/refer.el (refer-get-bib-files):
22531         * textmodes/artist.el (artist-figlet-choose-font):
22532         * terminal.el (terminal-emulator):
22533         * replace.el (occur-read-primary-args):
22534         * rect.el (string-rectangle, string-insert-rectangle):
22535         * ps-print.el (ps-print-preprint):
22536         * progmodes/pascal.el (pascal-goto-defun):
22537         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
22538         * progmodes/compile.el (compilation-find-file):
22539         * printing.el (pr-interactive-n-up):
22540         * play/animate.el (animate-birthday-present):
22541         * net/rcompile.el (remote-compile):
22542         * man.el (man, Man-goto-section, Man-follow-manual-reference):
22543         * mail/rmailsum.el (rmail-summary-search-backward)
22544         (rmail-summary-search):
22545         * mail/rmailout.el (rmail-output-read-rmail-file-name)
22546         (rmail-output-read-file-name):
22547         * mail/rmail.el (rmail-search, rmail-search-backwards):
22548         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
22549         * locate.el (locate):
22550         * international/quail.el (quail-show-keyboard-layout):
22551         * international/mule.el (set-buffer-file-coding-system)
22552         (revert-buffer-with-coding-system, set-file-name-coding-system)
22553         (set-terminal-coding-system, set-keyboard-coding-system)
22554         (set-next-selection-coding-system):
22555         * international/mule-diag.el (describe-coding-system)
22556         (describe-font, describe-fontset):
22557         * international/mule-cmds.el (universal-coding-system-argument)
22558         (search-unencodable-char, describe-input-method)
22559         (set-language-environment, describe-language-environment):
22560         * international/codepage.el (codepage-setup):
22561         * international/code-pages.el (codepage-setup):
22562         * info.el (Info-search, Info-follow-reference)
22563         (Info-search-backward):
22564         * emacs-lisp/advice.el (ad-read-advised-function)
22565         (ad-read-advice-class, ad-clear-cache, ad-activate)
22566         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
22567         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
22568         (ad-read-regexp):
22569         * ediff-util.el (ediff-toggle-regexp-match):
22570         * ediff-ptch.el (ediff-prompt-for-patch-file):
22571         * dired-aux.el (dired-diff):
22572         * diff.el (diff):
22573         * cus-edit.el (custom-variable-prompt):
22574         * calendar/timeclock.el (timeclock-ask-for-project):
22575         * calc/calcalg3.el (calc-get-fit-variables):
22576         * calc/calc-store.el (calc-edit-variable)
22577         (calc-permanent-variable):
22578         * vc-mcvs.el (vc-mcvs-register):
22579         * shadowfile.el (shadow-define-literal-group):
22580         * woman.el (woman-file-name):
22581         * vc.el (vc-version-diff, vc-merge):
22582         * textmodes/reftex-index.el (reftex-index-complete-tag):
22583         * format.el (format-decode-buffer, format-decode-region):
22584         * emulation/viper-cmd.el (viper-read-string-with-history):
22585         * emacs-lisp/debug.el (cancel-debug-on-entry):
22586         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
22587         * ediff.el (ediff-merge-revisions)
22588         (ediff-merge-revisions-with-ancestor, ediff-revision):
22589         * completion.el (interactive-completion-string-reader):
22590         * calc/calc-prog.el (calc-user-define-formula):
22591         Follow convention for reading with the minibuffer.
22593 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
22595         * progmodes/python.el (python-describe-symbol): Add globals() and
22596         locals() to the arguments of emacs.ehelp.
22598 2005-09-24  Magnus Henoch  <mange@freemail.hu>
22600         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
22601         New function, code extracted from ispell-valid-dictionary-list.
22602         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
22603         Call it.
22605 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
22607         * subr.el (version-regexp-alist): Extend valid syntax for version
22608         strings: allow any of the characters -,_,+ to separate the
22609         alpha/beta/rc part from the version part.  Doc fix.
22610         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
22612 2005-09-23  David Reitter  <david.reitter@gmail.com>
22614         * mail/mailclient.el: New file.
22616 2005-09-23  Richard M. Stallman  <rms@gnu.org>
22618         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
22619         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
22620         Doc fixes.
22622         * progmodes/cc-mode.el (c-font-lock-init):
22623         Specify font-lock-lines-before.
22625 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22627         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
22628         whole conflict.
22630 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
22632         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
22633         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
22634         of `remap' feature when available.  Additional key bindings for
22635         better tty support.
22636         (org-mode-restart, org-force-self-insert): New commands.
22637         (org-time-stamp-inactive): New command.
22638         (org-remap): New function.
22639         (org-table-auto-blank-field, org-level-color-stars-only): New options.
22640         (org-enable-fixed-width-editor): Move to `org-structure'
22641         customization group.
22642         (org-self-insert-command, orgtbl-self-insert-command): Modify to
22643         blank field after field motion commands.
22645 2005-09-23  Kenichi Handa  <handa@m17n.org>
22647         * international/mule-cmds.el (set-language-environment):
22648         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
22649         have to call utf-translate-cjk-load-tables.
22651 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22653         * mouse.el (mouse-move-drag-overlay): Fix last change.
22655 2005-09-22  David Ponce  <david@dponce.com>
22657         * tree-widget.el (tree-widget-value-create): Fix previous change.
22659 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
22661         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
22663 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22665         * mouse.el (mouse-move-drag-overlay): New function.
22666         (mouse-drag-region-1): Use it.
22667         Try to simplify a bit the state handling.  Handle clicks on links
22668         inside intangible areas.
22669         (mouse-save-then-kill): Minor simplification.
22670         (mouse-secondary-overlay): Make it always non-nil instead of
22671         recreating it each time.
22672         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
22673         (mouse-kill-secondary, mouse-secondary-save-then-kill):
22674         Simplify accordingly.
22676 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
22678         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
22680 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
22682         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
22683         (ediff-file-name-sans-prefix): Treat nil as an empty string.
22684         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
22685         to patch.
22687         * ediff-util.el: Use insert-buffer-substring.
22689         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
22691         * emulation/viper-cmd.el (viper-change-state): Don't move over the
22692         field boundaries in the minibuffer.
22693         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
22694         (viper-minibuffer-post-command-hook): New hook.
22695         (viper-line): Don't move cursor at bolp.
22697         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
22699         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
22700         avoid compiler warnings.
22702         * emulation/viper-macs.el (ex-map): Better messages.
22704         * emulation/viper-utils.el (viper-beginning-of-field): New function.
22706         * emulation/viper.el: Replace make-variable-buffer-local with
22707         viper-make-variable-buffer-local everywhere, to avoid warnings.
22709 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22711         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
22712         Delete unused var `old-selected-window'.
22713         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
22714         (mouse-drag-secondary): Delete unused var `start-frame'.
22716 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22718         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
22720 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22722         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
22723         Re-indent within 80 columns.  Use inhibit-read-only.
22725 2005-09-19  Romain Francoise  <romain@orebokech.com>
22727         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
22729 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22731         * font-lock.el (font-lock-default-fontify-region): Don't add a line
22732         unconditionally, since the after-change-function already did it.
22734 2005-09-19  Miles Bader  <miles@gnu.org>
22736         * net/newsticker.el: Get rid of CVS keyword.
22738 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
22740         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
22741         The prompt is formatted later.
22743 2005-09-19  David Ponce  <david@dponce.com>
22745         * tree-widget.el (tree-widget-value-create): Save the converted
22746         tree :node widget.
22748 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
22750         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
22751         variable `message'.
22753 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
22755         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
22756         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
22757         <slawomir.nowaczyk.847@student.lu.se>.
22759 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
22761         * image.el (image-load-path): Use symbol `data-directory' instead
22762         of its value, for backward compatibility with packages that bind
22763         it during `find-image'.  Suggested by Katsumi Yamaoka.
22764         (image-search-load-path): Handle symbols whose values are strings.
22766 2005-09-18  Romain Francoise  <romain@orebokech.com>
22768         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
22769         with-current-buffer form in save-excursion.
22771 2005-09-18  Deepak Goel  <deego@gnufans.org>
22773         * apropos.el (apropos-command): Fix `message' call: first arg
22774         should be a format spec.  In this and all other cases that appear
22775         below and elsewhere in the source code, I made a change only when
22776         two conditions were satisfied: [1] I can think of a possibility
22777         that the arguments would cause an error, for example, the code in
22778         question relies on external variables such as filenames.  [2] I
22779         was sure that the arg to `message' could not have been nil in the code.
22781         * textmodes/tildify.el (tildify-region): Ditto.
22783         * textmodes/reftex-index.el (reftex-index-change-entry)
22784         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
22785         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
22786         * textmodes/org.el (org-complete, org-deadline, org-schedule)
22787         (org-priority, org-table-sum):
22788         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
22789         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
22790         (flyspell-word, flyspell-display-next-corrections):
22791         * textmodes/bibtex.el (bibtex-print-help-message):
22792         * textmodes/artist.el (artist-key-set-point-poly):
22793         * term/mac-win.el (mac-services-insert-text):
22794         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
22795         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
22796         (vhdl-port-paste-testbench, vhdl-compose-new-component)
22797         (vhdl-compose-configuration):
22798         * progmodes/sh-script.el (sh-blink, sh-show-indent)
22799         (sh-set-indent, sh-learn-line-indent):
22800         * progmodes/ps-mode.el (ps-mode-target-column):
22801         * progmodes/idlwave.el (idlwave-make-tags)
22802         (idlwave-scan-library-catalogs):
22803         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
22804         * progmodes/gud.el (gud-jdb-analyze-source):
22805         * progmodes/flymake.el (flymake-log):
22806         * progmodes/ebnf2ps.el (ebnf-generate-region):
22807         * progmodes/cmacexp.el (c-macro-expansion):
22808         * progmodes/ada-xref.el (ada-treat-cmd-string):
22809         * progmodes/ada-mode.el (ada-create-case-exception-substring)
22810         (ada-justified-indent-current, ada-batch-reformat):
22811         * play/zone.el (zone):
22812         * play/landmark.el (lm-move):
22813         * play/decipher.el (decipher-show-alphabet):
22814         * net/newsticker.el (newsticker--display-jump)
22815         (newsticker--display-scroll):
22816         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
22817         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
22818         * mail/feedmail.el (feedmail-dump-message-to-queue):
22819         * eshell/esh-proc.el (eshell-remove-process-entry):
22820         * emulation/ws-mode.el (ws-last-error):
22821         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
22822         (viper-record-kbd-macro):
22823         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
22824         * emacs-lisp/lisp-mnt.el (lm-report-bug):
22825         * emacs-lisp/find-func.el (find-function-noselect):
22826         * calendar/timeclock.el (timeclock-status-string)
22827         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
22828         (timeclock-when-to-leave-string):
22829         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
22830         * calc/calc-units.el (calc-enter-units-table):
22831         * calc/calc-mode.el (calc-mode-record-mode):
22832         * woman.el (woman-mini-help):
22833         * wdired.el (wdired-change-to-wdired-mode):
22834         * vc.el (vc-retrieve-snapshot):
22835         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
22836         * startup.el (display-startup-echo-area-message):
22837         * simple.el (set-goal-column):
22838         * ses.el (ses-command-hook, ses-recalculate-cell):
22839         * server.el (server-process-filter):
22840         * printing.el (pr-interface-txt-print, pr-interface-printify)
22841         (pr-interface-ps):
22842         * pcvs.el (cvs-help):
22843         * log-edit.el (log-edit, log-edit-mode-help):
22844         * iswitchb.el (iswitchb-possible-new-buffer):
22845         * isearch.el (isearch-edit-string):
22846         * image-mode.el (image-mode, image-minor-mode):
22847         * ibuf-macs.el (define-ibuffer-filter):
22848         * hi-lock.el (hi-lock-find-patterns):
22849         * files.el (toggle-read-only):
22850         * ediff-util.el (ediff-copy-diff)
22851         (ediff-write-merge-buffer-and-maybe-kill):
22852         * echistory.el (Electric-history-undefined):
22853         * dnd.el (dnd-insert-text):
22854         * dired-aux.el (dired-query):
22855         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
22856         * bookmark.el (bookmark-bmenu-locate):
22857         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
22858         Fix `message' calls to ensure first arg is a format string.
22859         The change was made only when these two conditions were satisfied:
22860         [1] when there is a possibility that the arguments would cause an error
22861         for example, if the code in question relies on external variables
22862         such as filenames, and
22863         [2] if the arg to `message' could not have been nil in the code.
22865         * pcomplete.el (pcomplete--help): Fix `message' format spec.
22866         Not having a %s would be weird, though not technically wrong.
22868 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22870         * term/mac-win.el (mac-add-charset-info): Doc fix.
22872 2005-09-17  Romain Francoise  <romain@orebokech.com>
22874         * shell.el (shell-resync-dirs): Handle echoing processes more
22875         reliably.  Don't insert resync command if `comint-process-echoes'
22876         is non-nil.
22878 2005-09-17  Magnus Henoch  <mange@freemail.hu>
22880         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
22881         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
22882         aspell versions >= 0.60.
22883         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
22884         only if ispell-aspell-supports-utf8 is non-nil.
22886 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
22888         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
22889         buffer-local value to lisp-indent-function.
22891 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
22893         * progmodes/glasses.el (glasses-make-readable): If
22894         glasses-separator differs from underscore, put appropriate
22895         overlays over underscore characters.
22896         (glasses-convert-to-unreadable): If glasses-separator differs from
22897         underscore, try to convert glasses-separator characters to
22898         underscores.
22900 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22902         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
22903         Use with-syntax-table and dolist.
22905 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
22907         * textmodes/reftex-auc.el:
22908         * textmodes/reftex-cite.el:
22909         * textmodes/reftex-dcr.el:
22910         * textmodes/reftex-global.el:
22911         * textmodes/reftex-parse.el:
22912         * textmodes/reftex-ref.el:
22913         * textmodes/reftex-sel.el:
22914         * textmodes/reftex-toc.el:
22915         * textmodes/reftex-vars.el:
22916         * textmodes/reftex.el: Small changes to remove compiler warnings.
22918         * textmodes/reftex-index.el: Likewise.
22919         (reftex-query-index-phrase): More efficient use of markers.
22921 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
22923         * image.el (image-load-path): New variable.
22924         (image-search-load-path): New function.
22925         (find-image): Search for images in `image-load-path'.
22927 2005-09-15  Richard M. Stallman  <rms@gnu.org>
22929         * follow.el: Change Maintainer field.
22931 2005-09-15  David Ponce  <david@dponce.com>
22933         * recentf.el (recentf-save-file-modes): New option.
22934         (recentf-save-list): Use it.
22936 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
22938         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
22939         (mode-line-mule-info, mode-line-modified): Move bindings from
22940         mouse-3 to mouse-1.
22942 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
22944         * simple.el (sendmail-user-agent-compose): Revert last change.
22946 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22948         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
22949         Use with-current-buffer.
22950         (ange-ftp-gwp-start): Remove unused var `gw-user'.
22951         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
22952         (ange-ftp-insert-directory): Remove unused var `short'.
22953         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
22955         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
22956         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
22958         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
22959         (check-calendar-holidays, diary-list-entries): Autoload.
22960         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
22961         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
22963         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
22964         which mistakenly removed a call to display-buffer.
22966 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
22968         * obsolete/iso-insert.el: Move to obsolete/ from international/.
22970 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
22972         * progmodes/hideshow.el
22973         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
22974         (hs-allow-nesting): New user var.
22975         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
22976         (hs-hide-block-at-point): When nesting allowed,
22977         if there is already an overlay in place, delete it.
22978         (hs-safety-is-job-n): Delete func; remove call sites.
22979         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
22980         (hs-overlay-at): New func.
22981         (hs-already-hidden-p, hs-show-block): Use it.
22982         (hs-hide-all): Don't pre-clean if nesting allowed.
22983         (hs-show-all): Temporarily disallow
22984         nesting around call to `hs-discard-overlays'.
22986 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
22988         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
22989         Delete unused local var.
22991 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
22993         * help-fns.el (describe-categories): "?\ " -> "?\s".
22994         (help-do-arg-highlight): Recognize also ARG-n, as in
22995         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
22997         * international/codepage.el (dos-unsupported-char-glyph):
22998         * net/newsticker.el (tool-bar-map, w3-mode-map)
22999         (w3m-minor-mode-map):
23000         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23001         (ent-alist):
23002         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23004 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
23006         * custom.el (custom-push-theme): Handle the case where a symbol is
23007         bound but face properties have not yet been assigned.
23009         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23010         Fix behavior if noerase is `t' and there is no mail buffer.
23012         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23013         if `continue' is nil, rather than signal an error.
23015 2005-09-12  Richard M. Stallman  <rms@gnu.org>
23017         * font-lock.el (font-lock-keywords): Add autoload.
23019         * help-fns.el (describe-variable): Rearrange to put source link
23020         in a predictable place.
23022         * net/newsticker.el: New file.
23024 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23026         * calendar/calendar.el (calendar-for-loop): Add edebug info.
23027         (calendar-basic-setup): Use the new nil arg.
23028         (number-of-diary-entries): Move to diary-lib.el.
23030         * calendar/diary-lib.el: Use with-current-buffer, match-string.
23031         (diary-list-entries): Use with-syntax-table and dolist.
23032         Rename from list-diary-entries.
23033         Use number-of-diary-entries if `number' is nil.
23034         (diary, diary-view-entries): Use this new name and new nil arg value.
23035         (number-of-diary-entries): Move from calendar.el.
23036         (diary-unhide-everything): New function.
23037         (include-other-diary-files, fancy-diary-display)
23038         (diary-show-all-entries, make-diary-entry): Use it.
23039         (diary-mail-entries): Use buffer-string.
23040         (mark-diary-entries): Fix long standing paren typo.
23041         (diary-sexp-entry): Use count-lines.
23042         (make-diary-entry): Avoid `previous-line'.
23043         (diary-mode-map): New var.
23044         (diary-mode): Redraw cal after saving.  Setup header-line.
23045         (fancy-diary-display-mode): Use local-set-key.
23047         * startup.el (command-line): Try calling various terminal-init-foo-bar
23048         functions by stripping hyphenated suffixes from $TERM.
23050         * files.el (normal-mode): Check boundness of font-lock-keywords.
23052 2005-09-12  Richard M. Stallman  <rms@gnu.org>
23054         * progmodes/compile.el: Don't decide a file's directory
23055         until the user actually tries to go there.
23056         (compilation-next-error-function):
23057         Pass compilation-find-file the directory from the file-struct.
23058         (compilation-internal-error-properties): Separate local FILE-STRUCT
23059         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
23060         (compilation-find-file): Arg DIR renamed to DIRECTORY.
23061         Expand it, and if nil, use default-directory.
23062         (compilation-get-file-structure): Don't mix specified directory
23063         with default directory.  Put specified directory into
23064         file-struct.  Don't make the file name absolute.
23066         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23067         (compile-command): Add autoload.
23068         (compilation-disable-input): Add autoload.
23070 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
23072         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
23073         strings of the variables it can override.
23074         (time-stamp): New (as yet undocumented) time-stamp-format escapes
23075         %Q and %q, for fully-qualified domain name and unqualified host name.
23077 2005-09-11  Kim F. Storm  <storm@cua.dk>
23079         * emacs-lisp/authors.el (authors-aliases): Update list.
23080         (authors-fixed-entries): Update mldrag.el entry.
23082 2005-09-10  Alan Mackenzie  <acm@muc.de>
23084         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
23085         from the region narrowed to.
23087 2005-09-10  Magnus Henoch  <mange@freemail.hu>
23089         * textmodes/ispell.el (ispell-check-version): Signal an error if
23090         aspell version is less than 0.60.
23092 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
23094         * progmodes/octave-inf.el (inferior-octave-startup):
23095         Resync current dir at the end.
23097 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
23099         * woman.el (woman-topic-at-point-default):
23100         Rename to woman-use-topic-at-point-default.
23101         (woman-topic-at-point): Rename to woman-use-topic-at-point.
23102         (woman-file-name): Reflect renames above.  Automatically use the
23103         word at point as topic if woman-use-topic-at-point is non-nil.
23104         Otherwise offer it as default but don't insert it in the
23105         minibuffer.  Also use `test-completion' instead of `assoc' as
23106         suggested by Stefan Monnier.
23108 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
23110         * vc.el (vc-directory, vc-update-change-log): Throw an error on
23111         the attempt to do it over Tramp.  This is not yet supported.
23113 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
23115         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
23116         (menu-bar-non-minibuffer-window-p): New functions.
23117         ("Split Window", "Save As..."): Use them.
23118         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
23119         ("Print Buffer", "Truncate Long Lines in this Buffer"):
23120         Use menu-bar-menu-frame-live-and-visible-p.
23121         ("Save Buffer", "Insert File", "Open Directory...")
23122         ("Open File...", "Visit New File..."):
23123         Use menu-bar-non-minibuffer-window-p.
23124         (kill-this-buffer-enabled-p, dired <menu-enable>):
23125         Use menu-bar-non-minibuffer-window-p.
23127 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
23129         * cus-start.el (all): Don't complain about fringe-related
23130         built-ins if fringes are not supported.  Ditto about
23131         selection-related built-ins.  Fix the test for GTK-related built-ins.
23133         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
23134         ("Postscript Print Buffer", "Print Region", "Save As...")
23135         ("Save", "Insert File...", "Open Directory...")
23136         ("Open File...", "Visit New File..."")
23137         ("Truncate Long Lines in this Buffer"): Don't look at
23138         menu-updating-frame if this display does not support multiple frames.
23140 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23142         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
23144 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
23146         * woman.el: Format- and whitespace-related changes.
23148 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
23150         * woman.el: Fix my email address.
23152 2005-09-08  Richard M. Stallman  <rms@gnu.org>
23154         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
23155         (sh-mode): Locally set skeleton-pair-default-alist.
23157         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
23159         * progmodes/flymake.el: Require `compile' unconditionally.
23161         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
23163         * woman.el (woman-file-name): Provide a default, not initial input.
23165         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
23167         * font-lock.el (font-lock-support-mode): Doc fix.
23169         * descr-text.el (describe-property-list): Handle non-symbol prop names.
23171 2005-09-08  Richard M. Stallman  <rms@gnu.org>
23173         * simple.el (blink-matching-open): Get rid of text props from
23174         the string shown in echo area.  Don't permanently set point.
23175         Some rearrangements.
23177 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23179         * recentf.el (recentf-filename-handler): Add custom choice
23180         `abbreviate-file-name'.
23182         * msb.el (msb--very-many-menus): Fix typo.
23184         * disp-table.el (standard-display-european): Don't set
23185         enable-multibyte-characters to nil.
23187 2005-09-08  David Ponce  <david@dponce.com>
23189         * recentf.el (recentf-show-file-shortcuts-flag): New option.
23190         (recentf-expand-file-name): Doc fix.
23191         (recentf-dialog-mode-map): Define digit shortcuts.
23192         (recentf--files-with-key): New variable.
23193         (recentf-show-digit-shortcut-filter): New function.
23194         (recentf-open-files-items): New function.
23195         (recentf-open-files): Use it.
23196         (recentf-open-file-with-key): New command.
23198 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
23200         * buff-menu.el (Buffer-menu-sort-by-column): New function.
23201         Suggested by Kim F. Storm.
23202         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
23203         (Buffer-menu-make-sort-button): Use global keymap.
23205 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
23207         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
23208         (Man-getpage-in-background-advice): Remove defadvice; it isn't
23209         necessary any longer with the remapped command.
23210         (Man-bgproc-sentinel-advice): Remove defadvice which counts
23211         formatting time only.
23213         * net/tramp.el (tramp-action-password)
23214         (tramp-multi-action-password): Compile the password prompt from
23215         `method', `user' and `host'.  Sometimes it isn't obvious which
23216         password to enter, for example with remote files offered by
23217         recentf.el, or with multiple steps.  Suggested by Robert Marshall
23218         <robert@chezmarshall.freeserve.co.uk>.
23220 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23222         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
23223         Fix regexp for when "s///" is at the beginning of line.
23225 2005-09-07  Jay Belanger  <belanger@truman.edu>
23227         * calc/calc-poly.el (math-expand-term): Multiply out any powers
23228         when in matrix mode.
23230 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23232         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
23233         non-anonymous functions.
23235 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
23237         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
23238         when using a header line.  Otherwise, use mouse-1-click-follows-link.
23240         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
23241         can't be moved; don't signal an error.
23243 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
23245         * cus-theme.el (custom-theme-write-faces): Save the current face
23246         spec, not the defface spec.
23248         * custom.el (custom-known-themes): Clarify meaning of "standard".
23249         (custom-push-theme): Save old values in the standard theme.
23250         (disable-theme): Correct typo.
23251         (custom-face-theme-value): Deleted unused function.
23252         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
23254 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23256         * progmodes/compile.el (compilation-goto-locus): Take into account
23257         iconified frames when determining whether the buffer is
23258         already visible.
23259         Don't reset window height if the window already existed.
23261 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
23263         * custom.el (load-theme): Rename from require-theme.
23264         Add interactive spec.
23265         (enable-theme): Rename from custom-enable-theme.
23266         Add interactive spec.
23267         (disable-theme): Rename from custom-disable-theme.
23268         Add interactive spec.
23269         (custom-make-theme-feature): Doc fix.
23270         (custom-theme-directory): Doc fix.
23271         (provide-theme): Call enable-theme.
23273 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23275         * obsolete/lazy-lock.el (lazy-lock-mode):
23276         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
23277         font-lock-mode if it's off.  Print a warning instead.
23279         * progmodes/compile.el (compilation-start): Ignore errors if the
23280         process died before we get to send-eof.
23282         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
23283         Undo last change.  Enclosing the result in quotes broke things on Unix
23284         since tex-send-command passes it through shell-quote-argument.
23285         (tex-send-command): Pass `file' through convert-standard-filename
23286         when possible.
23287         (tex-uptodate-p): Handle the case where TeX hasn't put additional
23288         info in a transcript.
23290 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
23292         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
23293         fix compilation warning.  Reorder the key definitions to group
23294         together keys emitted by the current version of xterm.
23296         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
23297         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
23298         Reorder predicates to correct min-color usage.
23300 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
23302         * longlines.el (longlines-mode): Inhibit read-only when encoding.
23303         Kill local variables when longlines-mode is turned off.
23305 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23307         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
23309         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
23311         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
23313         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
23314         (font-lock-lines-before): Change default to being inactive.
23315         (font-lock-default-fontify-region): Obey font-lock-lines-before.
23316         (font-lock-after-change-function): Don't handle f-l-lines-before here.
23318 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
23320         * net/tramp.el (tramp-handle-make-auto-save-file-name):
23321         Deactivate temporarily advice if active (not needed for Emacs 22,
23322         but for backwards compatibility).
23323         (tramp-exists-file-name-handler): Rewrite.  First implementation
23324         was too simple.
23325         (tramp-advice-make-auto-save-file-name):
23326         Call `tramp-handle-make-auto-save-file-name' (again, just for
23327         backwards compatibility).
23329 2005-08-31  Reto Zimmermann  <reto@gnu.org>
23331         * progmodes/vhdl-mode.el
23332         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
23333         (vhdl-end-p): Fix indentation bug "else" after "-- when".
23334         (vhdl-set-default-project): New function (easier setting of default).
23335         (vhdl-port-copy): Handle extended identifiers for generics.
23336         (vhdl-compiler-alist): Better description for error message regexp.
23337         (vhdl-make): Query for target, use previous as default.
23338         (vhdl-port-copy): Fix port copy for port names starting with "signal".
23339         (vhdl-font-lock-keywords-2): Fix fontification for record
23340         el. assign.
23341         (vhdl-speedbar-make-subpack-line): Add package body link.
23342         (vhdl-generate-makefile-1): Not include itself as dependency.
23343         (vhdl-font-lock-init): Highlight c-preprocessor directives.
23344         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
23345         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
23346         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
23347         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
23348         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
23349         (vhdl-import-project): Add string argument for `error'.
23350         (vhdl-compose-configuration)
23351         (vhdl-compose-configuration-architecture): Add configuration
23352         declaration generation.
23353         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
23354         (vhdl-trailer-re): Add "record" keyword (better indentation).
23355         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
23356         "[^ \t-\"]+".
23357         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
23358         (vhdl-testbench-entity-file-name)
23359         (vhdl-testbench-architecture-file-name): Allow separate
23360         customization of testbench file names.
23361         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
23362         (vhdl-get-visible-signals): Allow newline within alias declaration.
23363         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
23364         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
23365         (member-ignore-case): Alias for missing function in XEmacs.
23366         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
23367         (vhdl-update-sensitivity-list): Ignore case on read signals.
23368         (vhdl-replace-string): Adjust case only for file names.
23369         (vhdl-update-sensitivity-list): Fix search for read signals.
23370         (vhdl-update-sensitivity-list): Exclude formal parameters.
23371         (vhdl-get-visible-signals): Include aliases of signals.
23372         (vhdl-get-visible-signals): Fix signal name searching.
23373         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
23374         (vhdl-fixup-whitespace-region): Fix for character
23375         literals (e.g. `:').
23377 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
23379         * ansi-color.el (comint-last-output-start):
23380         * bs.el (font-lock-verbose):
23381         * diff-mode.el (add-log-buffer-file-name-function):
23382         * dired-x.el (vm-folder-directory):
23383         * faces.el (help-xref-stack-item):
23384         * files.el (font-lock-keywords):
23385         * find-lisp.el (dired-buffers, dired-subdir-alist):
23386         * ido.el (cua-inhibit-cua-keys):
23387         * log-view.el (cvs-minor-wrap-function):
23388         * outline.el (font-lock-warning-face):
23389         * simple.el (compilation-current-error):
23390         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
23391         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
23392         * tooltip.el (comint-prompt-regexp):
23393         * w32-fns.el (explicit-shell-file-name):
23394         * term/mac-win.el (mac-charset-info-alist)
23395         (mac-services-selection, mac-system-script-code):
23396         * term/tty-colors.el (msdos-color-values):
23397         * term/w32-win.el (xlfd-regexp-registry-subnum):
23398         * term/x-win.el (x-keysym-table, x-selection-timeout)
23399         (x-session-id, x-session-previous-id):
23400         * textmodes/ispell.el (mail-yank-prefix):
23401         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
23402         * textmodes/org.el (calc-embedded-close-formula)
23403         (calc-embedded-open-formula)
23404         (font-lock-unfontify-region-function):
23405         * textmodes/reftex-global.el (isearch-next-buffer-function)
23406         (TeX-master):
23407         * textmodes/reftex.el (font-lock-keywords):
23408         * textmodes/tex-mode.el (font-lock-comment-face)
23409         (font-lock-doc-face):
23410         * textmodes/texinfo.el (outline-heading-alist):
23411         Add defvars.
23413         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
23414         (artist-spray-chars, artist-mode-init, artist-replace-string)
23415         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
23416         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
23417         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
23419         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
23420         (conf-align-assignments): "?\ " -> "?\s".
23422         * textmodes/reftex-index.el (TeX-master): Add defvar.
23423         (reftex-index-phrases-marker): Move up defvar.
23425         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
23426         (reftex-toc-include-labels-indicator)
23427         (reftex-toc-include-index-indicator)
23428         (reftex-toc-max-level-indicator): Move up declarations.
23430         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
23431         of args to `tramp-run-real-handler', even if it's empty in this case.
23433 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23435         * dired.el (dired-move-to-filename-regexp): Add date format for
23436         Mac OS X 10.3 in East Asian locales.
23438 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
23440         * files.el (make-auto-save-file-name): Add file name handler call
23441         if applicable.
23443         * net/tramp.el (tramp-file-name-handler-alist)
23444         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
23445         (tramp-handle-make-auto-save-file-name): Rename from
23446         `tramp-make-auto-save-file-name'.
23447         (tramp-exists-file-name-handler): New defun.
23448         (tramp-advice-make-auto-save-file-name): Make defadvice only when
23449         `make-auto-save-file-name' is not a magic file name operation.
23451 2005-08-30  Richard M. Stallman  <rms@gnu.org>
23453         * files.el (risky-local-variable-p):
23454         Match `-predicates' and `-commands.
23456         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
23457         (custom-save-all): Visit the file if necessary;
23458         kill the buffer if we created it.
23459         (custom-save-delete): Don't visit file or kill buffer here.
23461 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
23463         * textmodes/org.el (org-special-keyword): New face.
23464         (org-table-copy-down, org-table-eval-formula)
23465         (org-table-recalculate, org-init-section-numbers):
23466         Use `string-to-number' instead of `string-to-int'.
23467         (org-get-location): Use `insert-buffer-substring' instead of
23468         `insert-buffer'.
23469         (org-modify-diary-entry-string): New function.
23470         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
23471         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
23472         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
23473         active region.
23474         (org-export-as-html): Handle QUOTE keyword.
23475         (org-quote-string): New option.
23476         (org-bookmark-jump-unhide): New function, used for
23477         `bookmark-after-jump-hook'.
23478         (org-diary-default-entry): Apply only when not called through
23479         `org-agenda'.
23481 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
23483         * net/eudc.el (mode-popup-menu):
23484         * play/handwrite.el (ps-printer-name, ps-lpr-command):
23485         * progmodes/ada-mode.el (compile-auto-highlight)
23486         (skeleton-further-elements):
23487         * progmodes/autoconf.el (font-lock-syntactic-keywords):
23488         * progmodes/cmacexp.el (msdos-shells):
23489         * progmodes/compile.el (font-lock-extra-managed-props)
23490         (font-lock-keywords, font-lock-maximum-size)
23491         (font-lock-support-mode):
23492         * progmodes/grep.el (font-lock-lines-before):
23493         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
23494         * progmodes/mixal-mode.el (compile-command):
23495         * progmodes/perl-mode.el (font-lock-comment-face)
23496         (font-lock-doc-face, font-lock-string-face):
23497         * progmodes/prolog.el (comint-prompt-regexp):
23498         * progmodes/sh-script.el (font-lock-comment-face)
23499         (font-lock-set-defaults, font-lock-string-face):
23500         * progmodes/sql.el (font-lock-keyword-face)
23501         (font-lock-set-defaults, font-lock-string-face):
23502         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
23503         (itimer-version, lazy-lock-defer-contextually)
23504         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
23505         Add defvars.
23507         * progmodes/cperl-mode.el (cperl-electric-lbrace)
23508         (cperl-electric-keyword, cperl-electric-pod)
23509         (cperl-electric-backspace, cperl-forward-re)
23510         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
23511         (vc-rcs-header, vc-sccs-header): Add defvars.
23513         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
23514         (font-lock-syntactic-keywords, gud-find-expr-function):
23515         Add defvars.
23517         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
23518         (gdb-frame-parameters): Declare before use.
23520         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
23521         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
23522         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
23523         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
23525         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
23526         (idlwave-help-with-source): Use `insert-buffer-substring', not
23527         `insert-buffer'.
23529 2005-08-29  Juri Linkov  <juri@jurta.org>
23531         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
23532         Put outline-back-to-heading function call inside save-excursion.
23534 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
23536         * man.el (Man-init-defvars, Man-translate-references)
23537         (Man-support-local-filenames, Man-highlight-references):
23538         * progmodes/sql.el (sql-interactive-mode):
23539         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
23541         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
23542         (compilation-mode-font-lock-keywords): Add defvars.
23543         (checkdoc-interactive-loop): "?\ " -> "?\s".
23545         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
23546         (font-lock-doc-face, font-lock-string-face)
23547         (font-lock-keywords-case-fold-search): Add defvars.
23548         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
23550         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
23551         Don't pass X and Y (they are ignored anyway).
23552         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
23553         (mouse-delete-window): Make arguments optional.
23555         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
23556         (caesar-translate-table, minor-modes, news-buffer-save)
23557         (news-group-name, news-minor-modes): Add defvars.
23559         * emacs-lisp/lselect.el (mouse-highlight-priority)
23560         (x-lost-selection-functions, zmacs-regions):
23561         * emacs-lisp/pp.el (font-lock-verbose):
23562         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
23563         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
23564         (ses-mode-map):
23565         * emacs-lisp/tcover-unsafep.el (safe-functions):
23566         * international/mule-cmds.el (mac-system-coding-system)
23567         (mac-system-locale):
23568         * language/ethio-util.el (rmail-current-message)
23569         (rmail-message-vector):
23570         * language/thai-util.el (thai-auto-composition-mode):
23571         * mail/metamail.el (rmail-current-message, rmail-message-vector):
23572         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
23573         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
23574         (vm-primary-inbox, vm-spool-files):
23575         * mail/rmail.el (deleted-head, font-lock-fontified)
23576         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
23577         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
23578         (total-messages):
23579         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
23580         (rmail-summary-mode-map):
23581         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
23582         (rmail-last-label, rmail-last-multi-labels)
23583         (rmail-summary-vector, rmail-total-messages):
23584         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
23585         * mail/rmailsum.el (msgnum):
23586         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
23587         (rmail-current-message):
23588         * obsolete/fast-lock.el (font-lock-face-list):
23589         * obsolete/rnewspost.el (mail-reply-buffer):
23590         * obsolete/scribe.el (compile-command):
23591         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
23593 2005-08-28  John Paul Wallington  <jpw@gnu.org>
23595         * ibuf-ext.el (ibuffer-auto-update-changed):
23596         Use `frame-or-buffer-changed-p' to check whether we need to update.
23597         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
23598         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
23599         as a `frame-or-buffer-changed-p' state vector instead.
23601 2005-08-27  Romain Francoise  <romain@orebokech.com>
23603         * textmodes/makeinfo.el (makeinfo-compile):
23604         Use `compilation-start'.  Set `next-error-function' according to
23605         `disable-errors'.
23606         (makeinfo-next-error): New function.
23607         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
23608         (makeinfo-buffer): Likewise.
23610         * progmodes/compile.el (compilation-start): Add autoload cookie.
23612         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
23613         * textmodes/sgml-mode.el: Likewise.
23614         * progmodes/python.el: Likewise.
23616 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
23618         * simple.el (blink-matching-paren-distance): Document the meaning
23619         of nil value, and allow to customize to nil.
23621         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
23622         command.com, not command.exe.
23624 2005-08-26  John Wiegley  <johnw@newartisans.com>
23626         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
23627         code around a bit so that an extraneous nil argument is not added
23628         to a command when no args are given.
23630         * eshell/esh-arg.el (eshell-parse-double-quote): If a
23631         double-quoted argument resolves to nil, return it as an empty
23632         string rather than as nil.  This made it impossible to pass "" to
23633         a shell script as a null string argument.
23635 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23637         * outline.el (outline-invent-heading): New fun.
23638         (outline-promote, outline-demote): Use it.
23639         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
23640         (outline-end-of-subtree): Remove unused var `opoint'.
23642 2005-08-26  David Reitter  <david.reitter@gmail.com>
23644         * menu-bar.el (truncate-lines, write-file, print-buffer)
23645         (ps-print-buffer-faces, ps-print-buffer, split-window):
23646         Disable menu items when the frame they refer to is invisible, or when
23647         they refer to a buffer and the minibuffer is selected.
23649 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
23651         * progmodes/flymake.el (flymake-highlight-err-lines):
23652         Use save-excursion around flymake-highlight-line to preserve point.
23654 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
23656         * progmodes/octave-mod.el: Change Author and Maintainer address.
23657         (octave-maintainer-address): Change Kurt's email address.
23658         * progmodes/octave-inf.el: Change Author and Maintainer address.
23659         * progmodes/octave-hlp.el: Change Author and Maintainer address.
23661 2005-08-26  Kim F. Storm  <storm@cua.dk>
23663         * subr.el (version-list-<, version-list-<=, version-list-=):
23664         Rename from integer-list-*.
23665         (version-list-not-zero): Likewise.  Fix while loop.
23666         (version=): Use version-list-= instead of string-equal.
23668 2005-08-26  Richard M. Stallman  <rms@gnu.org>
23670         * outline.el (outline-promote): Try shortening the heading.
23671         As last resort, read the heading to use.
23672         (outline-demote): As last resort, read the heading to use.
23674 2005-08-26  Romain Francoise  <romain@orebokech.com>
23676         * progmodes/compile.el (compilation-start): Doc fix.
23678         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
23679         (antlr-font-lock-additional-keywords): Fix reference to
23680         `antlr-font-lock-literal-regexp' erroneously changed during the
23681         mass face rename.
23682         (antlr-run-tool): Use `compilation-start'.
23684         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
23685         instead of the obsolete `compile-internal'.
23687 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
23689         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
23690         (number, original-date):
23691         * calendar/cal-china.el (date):
23692         * calendar/cal-coptic.el (date):
23693         * calendar/cal-french.el (date):
23694         * calendar/cal-hebrew.el (date, entry, number, original-date):
23695         * calendar/cal-islam.el (date, number, original-date):
23696         * calendar/cal-iso.el (date):
23697         * calendar/cal-julian.el (date):
23698         * calendar/cal-mayan.el (date):
23699         * calendar/cal-menu.el (date, event):
23700         * calendar/cal-persia.el (date):
23701         * calendar/lunar.el (date):
23702         * calendar/solar.el (date): Add defvars.
23704         * emerge.el:
23705         * ibuffer.el:
23706         * info-xref.el:
23707         * obsolete/bg-mouse.el:
23708         * obsolete/sun-curs.el:
23709         * obsolete/swedish.el: Move the `defvar's to the top level.
23711         * smerge-mode.el (smerge-refined-change): Add :group.
23713 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23715         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
23716         (smerge-keep-n): Remove props.
23717         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
23718         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
23719         now that it's done in smerge-keep-n.
23720         (smerge-refined-change): New face.
23721         (smerge-refine-chopup-region, smerge-refine-highlight-change)
23722         (smerge-refine): New funs.
23723         (smerge-basic-map): Bind smerge-refine.
23725 2005-08-25  Juri Linkov  <juri@jurta.org>
23727         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
23728         compilation-process-setup-function and compilation-disable-input
23729         in grep-mode instead of let-bindings in grep.
23731         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
23732         Delete "Automatic File De/compression" (auto-compression-mode).
23734 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
23736         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
23737         Silence warning about non-existent variable.
23739 2005-08-25  Richard M. Stallman  <rms@gnu.org>
23741         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
23742         Rename "Describe Key" to "Describe Key or Mouse Operation".
23744         * mail/mailalias.el (build-mail-aliases): Delete comments
23745         from the contents before processing them.
23747         * isearch.el (isearch-edit-string): Erase the Search prompt
23748         if user enters an empty string and there is no default.
23750         * comint.el (comint-file-name-prefix): Add autoload.
23752 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
23754         * subr.el (play-sound): Rearrange to avoid warning.
23756 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
23758         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
23759         New hook.
23760         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
23762 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23764         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
23766         * custom.el (custom-theme-set-variables): Sort minor modes last.
23768 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23770         * subr.el (version-separator, version-regexp-alist): New vars used by
23771         version comparison funs.
23772         (integer-list-<, integer-list-=, integer-list-<=)
23773         (integer-list-not-zero): New funs for integer list comparison.
23774         (version-to-list, version=, version<, version<=): New funs for version
23775         comparison.
23777 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
23779         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
23780         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
23781         time to silence the byte-compiler.
23783         * ibuffer.el (ibuffer-compile-make-eliding-form)
23784         (ibuffer-check-formats): Use `with-no-warnings' to hide references
23785         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
23786         so it's silly to get warnings for it).
23787         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
23788         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
23789         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
23790         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
23791         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
23792         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
23793         Defvar at compile time.
23794         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
23795         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
23796         Declare them before use.
23798         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
23799         (info-xref-good, info-xref-bad): Defvar at compile time.
23801         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
23802         Use `let*' instead of `let'.
23804         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
23805         (*mouse-y*, menu, char): Defvar at compile time.
23806         (sc::menu): Declare it before use.
23807         (sc::pack-one-line): Use `let', not `let*'.
23809         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
23810         (mail-send-hook): Defvar at compile time.
23812         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
23813         Defvar at compile time.
23815         * term/sun-mouse.el (current-global-mousemap)
23816         (current-local-mousemap): Declare them before use.
23818 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
23820         * bookmark.el (bookmark-after-jump-hook): New hook.
23821         (bookmark-jump): Run `bookmark-after-jump-hook'.
23823 2005-08-23  Juri Linkov  <juri@jurta.org>
23825         * faces.el (minibuffer-prompt): Doc fix.
23827 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
23829         * progmodes/xscheme.el: Trivial changes to silence warnings.
23830         (xscheme-previous-mode, xscheme-previous-process-state):
23831         Add defvars.
23832         (xscheme-last-input-end, xscheme-process-command-line)
23833         (xscheme-process-name, xscheme-buffer-name)
23834         (xscheme-expressions-ring-max, xscheme-expressions-ring)
23835         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
23836         (xscheme-control-g-synchronization-p)
23837         (xscheme-control-g-disabled-p, xscheme-string-receiver)
23838         (default-xscheme-runlight, xscheme-runlight)
23839         (xscheme-runlight-string, xscheme-process-filter-state)
23840         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
23841         Move to beginning of file.
23842         (scheme-interaction-mode-commands-alist)
23843         (scheme-interaction-mode-map, scheme-debugger-mode-map):
23844         Declare them before use.  Note: the initialization code for the
23845         variables has not been moved because it uses functions that reference
23846         the variables.
23847         (xscheme-control-g-message-string, xscheme-process-filter-alist)
23848         (xscheme-prompt-for-expression-map): Declare them before use.
23849         (scheme-debugger-mode-commands): "?\ " -> "?\s".
23851 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
23853         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
23855 2005-08-22  Juri Linkov  <juri@jurta.org>
23857         * faces.el (set-face-underline): Delete this duplicate function
23858         and make an obsolete alias to set-face-underline-p.
23859         (set-face-underline-p): Use docstring of set-face-underline.
23860         (describe-face): Create hyperlink to parent face.
23862         * info.el (Info-insert-dir): Use save-excursion around
23863         insert-buffer-substring.
23864         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
23865         (Info-escape-percent): Delete function.
23866         (Info-fontify-node): Replace Info-escape-percent by
23867         replace-regexp-in-string with REP arg set to lambda that
23868         duplicates `%' and preserves text properties.
23870         * progmodes/compile.el (compilation-disable-input): Doc fix.
23871         (define-compilation-mode): Doc fix and refill.
23872         (kill-compilation): Use `mode-name' in the error message.
23873         (compilation-find-file): Use `compilation-error' in the
23874         read-file-name's prompt.
23876 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23878         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
23879         (smerge-auto-leave): Make undo re-enable the mode.
23880         (debug-ignored-errors): Add the user-error of impossible resolution.
23881         (smerge-resolve): Move things around a bit, in preparation for later.
23882         (smerge-diff): Don't fail if the buffer has no associated file.
23883         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
23884         (smerge-conflict-overlay): New function.
23885         (smerge-match-conflict): Don't add text properties here.
23886         (smerge-find-conflict): Instead, add an overlay here.
23887         Also check for the case where we're inside a conflict already, so as to
23888         obviate the need for font-lock-multiline, which is unbearably slow with
23889         large conflicts and ciomplex font-lock patterns.
23890         (smerge-remove-props): Remove overlay rather than text-properties.
23891         (smerge-mode): Don't set font-lock-multiline.
23892         Remove overlays when turned off.
23894 2005-08-21  Kim F. Storm  <storm@cua.dk>
23896         * ido.el (ido-ignore-item-p): Use save-match-data.
23897         Bind case-fold-search to ido-case-fold locally.
23899 2005-08-20  Richard M. Stallman  <rms@gnu.org>
23901         * files.el (normal-mode): If font lock is on, turn it off and on.
23903         * subr.el (replace-regexp-in-string): Doc fix.
23905         * startup.el (command-line-1): Don't suppress startup screen
23906         due to existing processes.
23908         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
23910         * progmodes/compile.el (compilation-disable-input): Default to nil.
23912 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
23914         * progmodes/compile.el (compilation-disable-input): New defcustom.
23915         (compilation-start): If compilation-disable-input is non-nil, send
23916         EOF to the compilation process.
23918 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
23920         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
23921         Run the argument of tex-shell-cd-command through
23922         convert-standard-filename, to get the correct style of slashes on
23923         Windows, and enclose the result in quotes, in case the file name
23924         includes whitespace or other special characters.
23926 2005-08-19  Andreas Schwab  <schwab@suse.de>
23928         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
23929         process.
23931 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
23933         * cus-start.el (minibuffer-prompt-properties): Correct typo.
23935 2005-08-18  Kim F. Storm  <storm@cua.dk>
23937         * scroll-lock.el: Fix errors due to incorrect line wrapping.
23939 2005-08-18  Richard M. Stallman  <rms@gnu.org>
23941         * scroll-lock.el: New file.
23943 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
23945         * dired.el (dired-move-to-end-of-filename):
23946         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
23948 2005-08-18  Kim F. Storm  <storm@cua.dk>
23950         * ido.el (ido-everywhere): Fix defcustom :set function to disable
23951         rather than toggle mode when custom value is nil.
23952         (ido-everywhere): Fix defun doc string.
23954 2005-08-17  Richard M. Stallman  <rms@gnu.org>
23956         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
23957         as tag instead of "Inviolable".
23959 2005-08-17  Kim F. Storm  <storm@cua.dk>
23961         * windmove.el (windmove-coordinates-of-position): Remove.
23962         (windmove-coordinates-of-window-position): Remove.
23963         (windmove-reference-loc): Use posn-at-point instead.
23965         * subr.el (insert-for-yank-1): Doc fix.
23967         * ido.el (ido-enter-matching-directory): Rename from
23968         ido-enter-single-matching-directory.  Change `slash' choice to
23969         `only'.  Add `first' choice.
23970         (ido-exhibit): Adapt to above changes.
23972 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
23974         * Makefile.in: Expand comment about building loaddefs.el.
23976 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
23978         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
23979         Comment use of defadvice.
23981         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
23983 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
23985         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
23986         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
23987         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
23988         * progmodes/idlw-shell.el, progmodes/ld-script.el,
23989         * progmodes/which-func.el, ruler-mode.el, strokes.el,
23990         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
23991         for backward compatibility for faces that did not appear in the
23992         previous Emacs release.
23994         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
23996 2005-08-15  Kim F. Storm  <storm@cua.dk>
23998         * emulation/cua-base.el (cua-delete-region): Return t if
23999         deleted region was non-empty.
24000         (cua-replace-region): Inhibit overwrite-mode for
24001         self-insert-command if replaced region was non-empty.
24002         (cua--explicit-region-start, cua--status-string): Make them
24003         buffer-local at top-level...
24004         (cua-mode): ...rather than when mode is enabled.
24006 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
24008         * progmodes/vhdl-mode.el (vhdl-emacs-21):
24009         Set t for Emacs 21, 22, and so on.
24011 2005-08-15  David Ponce  <david@dponce.com>
24013         * tree-widget.el: Update Commentary header.
24014         (tree-widget-theme): Doc fix.
24015         (tree-widget-space-width): New option.
24016         (tree-widget-image-properties): Look up in the default theme too.
24017         (tree-widget--cursors): Only for images with arrow pointer shape.
24018         (tree-widget-lookup-image): Pointer shape is hand by default.
24019         (tree-widget-icon): Rename generic icon widget from
24020         `tree-widget-control'.
24021         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24022         derive from `tree-widget-icon'.
24023         (tree-widget-handle): Improve default look and feel of the text
24024         representation.
24025         (tree-widget): Rename :*-control properties to :*-icon properties.
24026         Add :action and :help-echo properties.
24027         (tree-widget-after-toggle-functions): Move.
24028         (tree-widget-close-node, tree-widget-open-node): Remove.
24029         (tree-widget-before-create-icon-functions): New hook.
24030         (tree-widget-value-create): Update to allow customization of icons
24031         and nodes at run-time via that new hook.
24032         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24033         (tree-widget-icon-action, tree-widget-icon-help-echo)
24034         (tree-widget-action, tree-widget-help-echo): New functions.
24036 2005-08-15  Kim F. Storm  <storm@cua.dk>
24038         * ido.el (ido-buffer-internal): Use with-no-warnings.
24039         (ido-make-merged-file-list): Use while-no-input.
24041 2005-08-15  Richard M. Stallman  <rms@gnu.org>
24043         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24044         (flyspell-large-region): Fix doc and custom type.
24046 2005-08-14  Richard M. Stallman  <rms@gnu.org>
24048         * files.el (interpreter-mode-alist): Doc fix.
24050         * mail/rmail.el (rmail-nonignored-headers): New variable.
24051         (rmail-clear-headers): Use it.
24052         (rmail-reply): Better handling of mail-followup-to header.
24054         * progmodes/sh-script.el (sh-font-lock-keywords-var):
24055         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
24056         don't try to refer to executable-font-lock-keywords.
24057         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24058         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24059         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24060         (sh-mode): Set comment-start-skip, local-abbrev-table,
24061         imenu-case-fold-search.
24062         (sh-set-shell): Don't set them here.
24063         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
24064         Don't cache the results in the original alist; don't ever modify
24065         that alist.
24067         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
24069         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
24070         empty.
24072 2005-08-15  Andreas Schwab  <schwab@suse.de>
24074         * desktop.el: Put autoload cookie at risky-local-variable declarations.
24076         * dired.el, info.el, mail/rmail.el: Revert last change.
24078 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
24080         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
24081         modification in `eval-after-load' form.
24082         * info.el: Likewise.
24083         * mail/rmail.el: Likewise.
24085 2005-08-14  Juri Linkov  <juri@jurta.org>
24087         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24088         Remove highlighting of "Compilation started".  Highlight only
24089         the word "finished" in "Compilation finished".  Add highlighting
24090         of "interrupt", "killed", "terminated" and the exit code.
24091         (compilation-start): Add newline after header.  Use exactly the
24092         same time stamp format as the finishing message.
24093         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24095         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24096         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24097         Add highlighting of "interrupt", "killed", "terminated".
24099         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24100         enabled and the current command is self-insert-command, call it
24101         explicitly with overwrite-mode bound to nil, to not allow it
24102         to delete the character after the selected region.
24104 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
24106         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24107         move-end-of-line, end-of-line, and beginning-of-line to the list
24108         of commands after which the echo area is updated.
24110 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
24112         * cus-edit.el (custom-save-all, custom-save-delete):
24113         Bind recentf-exclude to exclude custom-file.
24115 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
24117         * mail/rmailsum.el (rmail-summary-end-of-message): New command
24118         to go to the bottom of the mail message.  Added to
24119         `rmail-summary-mode-map' with key "/".
24120         (rmail-summary-show-message): New (internal) function for use by
24121         both `rmail-summary-beginning/end-of-message'.
24122         (rmail-summary-beginning-of-message): Change to use
24123         rmail-summary-show-message.
24125         * mail/rmail.el (rmail-end-of-message): New command to go to the
24126         end of the current message.  Added to `rmail-mode-map' with key "/".
24127         (rmail-beginning-of-message): Fix to work as documented.
24128         (rmail-mode): Change documentation.
24130         * progmodes/compile.el (compilation-start): Add the line
24131         "Compilation started" with compilation start time.
24132         (compilation-mode-font-lock-keywords): Add `started' to keywords.
24134 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
24136         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
24137         of menu items.
24139 2005-08-11  Richard M. Stallman  <rms@gnu.org>
24141         * simple.el (pop-global-mark): Reverse test of widen-automatically.
24143         * battery.el (battery-status-function): Don't use ignore-errors.
24145 2005-08-11  Lute Kamstra  <lute@gnu.org>
24147         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
24148         define-obsolete-variable-alias.
24150 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24152         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
24153         (ange-ftp-send-cmd): Revert last change, and expand
24154         the comment explaining the problem.
24156 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
24158         * ldefs-boot.el: Update.
24160         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
24161         item to "Time, Load and Mail".  Change help echo text.
24163         * time.el (display-time-use-mail-icon, display-time-format)
24164         (display-time-string-forms): Shorten first line of docstrings.
24166 2005-08-10  Lars Hansen  <larsh@soem.dk>
24168         * desktop.el (desktop-buffer-mode-handlers):
24169         Make non-customizable.  Add autoload cookie.  Change initial value to
24170         nil; add elements in respective modules instead.  Fix doc string.
24171         (desktop-load-file): New function.
24172         (desktop-minor-mode-handlers): New autoloaded variable.
24173         (desktop-create-buffer): Call minor mode handlers.
24174         Use desktop-load-file to load major and minor mode modules prior to
24175         checking for a handler.
24176         (desktop-save): Don't add nil to desktop-minor-modes for minor
24177         modes with nil function in desktop-minor-mode-table.  Don't delete
24178         desktop file before rewriting it.
24179         (desktop-locals-to-save): Add autoload cookie.  Don't make
24180         automatically buffer-local.  Add variables column-number-mode,
24181         size-indication-mode, indent-tabs-mode,
24182         indicate-buffer-boundaries, indicate-empty-lines and
24183         show-trailing-whitespace.
24184         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
24185         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
24186         (desktop-clear-preserve-buffers-regexp): Delete.
24187         (desktop-clear-preserve-buffers): Update initial value and docstring.
24188         (desktop-save-buffer): Fix doc string.
24190         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
24191         (hilit-chg-desktop-restore): New function.
24192         (highlight-changes-mode): Add highlight-changes-mode to
24193         desktop-locals-to-save.
24195         * dired.el: Add handler to desktop-buffer-mode-handlers.
24196         (dired-restore-desktop-buffer): Remove autoload cookie.
24197         (dired-mode): Add autoload cookie.
24199         * info.el: Add handler to desktop-buffer-mode-handlers.
24200         (Info-restore-desktop-buffer): Remove autoload cookie.
24201         (Info-mode): Add autoload cookie.
24203         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
24204         (mh-restore-desktop-buffer): Remove autoload cookie.
24205         (mh-folder-mode): Add autoload cookie.
24207         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
24208         (rmail-restore-desktop-buffer): Remove autoload cookie.
24210 2005-08-11  Masatake YAMATO  <jet@gyve.org>
24212         * hexl.el (hexl-address-region):
24213         (hexl-ascii-region, hexl-font-lock-keywords):
24214         (hexl-highlight-line-range): Use the term "region"
24215         instead of "area" for consistency with the other symbols
24216         defined in hexl.el.
24218 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
24220         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
24221         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
24222         out by Juri Linkov).  Add `display-battery-mode'.
24224 2005-08-09  Juri Linkov  <juri@jurta.org>
24226         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24227         Remove `-text' from face variable names.
24228         (compilation-error-file-name, compilation-warning-file-name)
24229         (compilation-info-file-name): Delete faces.
24230         (compilation-line-number, compilation-column-number):
24231         Remove face underlining.
24232         (compilation-message-face): Set to `underline' value by default.
24233         (compilation-error-face, compilation-warning-face)
24234         (compilation-info-face): Remove `-file-name' from face names.
24235         (compilation-error-text-face, compilation-warning-text-face)
24236         (compilation-info-text-face): Delete face variables.
24237         (compilation-text-face): Delete function.
24239         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
24240         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
24241         (grep-error-face): Set to `compilation-error' instead of
24242         `compilation-error-face' (which is redefined to `grep-hit-face' in
24243         grep buffers).
24244         (grep-mode-font-lock-keywords): Remove `-text' from face variable
24245         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
24247         * dired-aux.el (dired-do-query-replace-regexp):
24248         Use `query-replace-read-args'.
24250         * replace.el (query-replace-read-from, query-replace-read-to)
24251         (query-replace-read-args): Rename arg `string' to `prompt'.
24253         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
24255 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24257         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
24258         uploading files.
24259         (ange-ftp-canonize-filename): Handle file names beginning with ~
24260         correctly.
24262 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
24264         * textmodes/fill.el (canonically-space-region)
24265         (fill-context-prefix, fill-french-nobreak-p)
24266         (fill-delete-newlines, fill-comment-paragraph)
24267         (justify-current-line): "?\ " -> "?\s".
24269 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
24271         * textmodes/fill.el (fill-nonuniform-paragraphs):
24272         Improve argument/docstring consistency.
24274 2005-08-09  Richard M. Stallman  <rms@gnu.org>
24276         * textmodes/ispell.el (ispell-word): More fboundp checks.
24278         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
24279         (find-file-noselect-1): Call it here, only if RAWFILE.
24280         (normal-mode): Always set some major mode.
24281         (save-some-buffers-action-alist): Change some explanation strings.
24282         (file-name-non-special): In the `quote' method, use unwind-protect.
24284 2005-08-09  Magnus Henoch  <mange@freemail.hu>
24286         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
24287         (ispell-have-aspell-dictionaries): New variable.
24288         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
24289         (ispell-get-aspell-config-value): New function.
24290         (ispell-aspell-find-dictionary): New function.
24291         (ispell-aspell-add-aliases): New function.
24292         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
24293         appropriate.  Don't look for ispell dictionaries if we use aspell.
24294         (ispell-menu-map): Don't build a submenu of dictionaries.
24296 2005-08-09  Richard M. Stallman  <rms@gnu.org>
24298         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
24299         (sql-read-passwd): Use read-passwd.
24301         * progmodes/idlw-toolbar.el (idlwave-toolbar)
24302         (idlwave-toolbar-is-possible): Add defvars.
24304         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
24305         Avoid warnings.
24307         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
24308         (idlwave-system-class-info, idlwave-executive-commands-alist):
24309         Use defvar.
24311         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
24313         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
24314         Avoid warnings.
24316         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
24317         and content-type: headers.
24319         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
24321         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
24322         and rename some of them to be more self-explanatory.
24324         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
24326         * startup.el (command-line-1): Implement -scriptload.
24328         * replace.el (occur-engine): Initial *Occur* output not undoable.
24330         * menu-bar.el (menu-bar-file-menu): Rename some menu items
24331         and improve help strings.
24333         * isearch.el (isearch-repeat): When changing direction,
24334         mark search successful.
24336         * ediff-init.el: Use (featurep 'xemacs).
24338         * comint.el (send-invisible): Identify buffer, if not selected.
24340         * align.el: Delete autoload for c-guess-basic-syntax.
24342 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
24344         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
24345         Improve argument/docstring consistency.  Doc fixes.
24346         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
24347         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
24348         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
24349         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
24350         (r2bv-organization, r2bv-pages, r2bv-primary-author)
24351         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
24352         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
24353         Defvar at compile time.
24355 2005-08-09  Juri Linkov  <juri@jurta.org>
24357         * info.el: Replace `info' with upper-case `Info' where appropriate.
24358         (info-title-1, info-title-2, info-title-3, info-title-4)
24359         (info-menu-header): Move up face definitions.
24360         (info-menu-star): Rename from `info-menu-5'.
24361         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
24362         (Info-fontify-visited-nodes): Fix docstring.
24363         (Info-hide-note-references): Fix docstring.
24364         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
24365         menu items in the same way as on cross-references.
24366         (info-apropos): Fix sorting order and formatting to be like in the
24367         stand-alone Info browser.  Display error messages for 1 sec.
24368         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
24369         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
24370         from the menu bar.
24371         (Info-insert-dir): Restore point after calling
24372         `insert-buffer-substring'.
24374 2005-08-08  Richard M. Stallman  <rms@gnu.org>
24376         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
24377         (recompute-lucid-menubar): Add defvars.
24379         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
24381         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
24383         * net/net-utils.el (run-dig): Rename from `dig'.
24385         * play/gametree.el (gametree-mode): Use make-local-variable,
24386         not make-variable-buffer-local.
24388         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
24390         * ansi-color.el (ansi-color-make-extent)
24391         (ansi-color-set-extent-face): Use fboundp, not functionp.
24393         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
24394         not make-variable-buffer-local.
24396         * bookmark.el (Info-current-file): Add defvar.
24397         (bookmark-jump-noselect): Use with-no-warnings.
24399         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
24401         * ebuff-menu.el (Helper-return-blurb): Add defvar.
24403         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
24405         * find-file.el (ada-procedure-start-regexp)
24406         (ada-package-start-regexp): Add defvars.
24408         * info.el (Info-insert-dir): Use insert-buffer-substring.
24410         * xml.el (xml-att-def-re): Add defvar.
24412         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
24413         calling convention.
24415         * subr.el (while-no-input): Return t if there is input.
24417 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
24419         * cus-start.el (all): Add `overflow-newline-into-fringe'.
24421 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
24423         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
24424         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
24426 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
24428         * cmuscheme.el (scheme-start-file): Replace reference to
24429         `user-emacs-directory' by "~/.emacs.d/".
24431 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
24433         * info.el (Info-dir-remove-duplicates): Avoid case folding
24434         in loop; instead, keep downcased strings for comparison.
24435         Suggested by Helmut Eller.
24437 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
24439         Sync with Tramp 2.0.50.
24441         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
24442         XEmacs case; not necessary anymore.
24443         (tramp-user-regexp): Allow "@" as part of user name.
24444         (tramp-handle-set-visited-file-modtime)
24445         (tramp-handle-insert-file-contents)
24446         (tramp-handle-write-region): No special handling for
24447         `last-coding-system-used, because this is done in
24448         `tramp-accept-process-output' now.
24449         (tramp-accept-process-output): New defun.
24450         (tramp-process-one-action, tramp-process-one-multi-action)
24451         (tramp-wait-for-regexp, tramp-wait-for-output)
24452         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
24453         Howells <dhowells@redhat.com>.
24454         (clear-visited-file-modtime): Defadvice removed.  The check for
24455         unset buffer's modtime does not need to be based on
24456         `tramp-buffer-file-attributes'.  Suggested by RMS.
24457         (tramp-message): Insert "\n" if not being at beginning of line.
24458         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
24459         sequence with same logic.
24460         (tramp-completion-handle-expand-file-name): Discard call of
24461         `tramp-drop-volume-letter'.  It is not necessary, and there have
24462         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
24463         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24464         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
24465         should always be visible.
24466         (tramp-handle-insert-directory, tramp-setup-complete)
24467         (tramp-set-process-query-on-exit-flag)
24468         (tramp-append-tramp-buffers): Pacify byte-compiler.
24469         (tramp-bug): Delete non-existing variables from list.
24470         Apply `tramp-load-report-modules' as pre-hook.
24471         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
24472         `shell-prompt-pattern' because of non-7bit characters.
24473         Reported by Sebastian Luque <sluque@mun.ca>.
24474         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
24475         (tramp-match-string-list): Remove function.
24476         (tramp-wait-for-regexp): Remove call of that function.
24477         Suggested by Kim F. Storm <storm@cua.dk>.
24478         (tramp-set-auto-save-file-modes): Use octal integer code #o600
24479         instead of octal character code ?\600.  The latter resulted in a
24480         syntax error with XEmacs.
24482         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
24483         XEmacs case; not necessary anymore.
24484         (tramp-smb-handle-write-region): No special handling for
24485         `last-coding-system-used, because this is done in
24486         `tramp-accept-process-output' now.
24487         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
24489 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
24491         * wid-edit.el (widget-choice-value-create):
24492         Unconditionally respect user choice.  Set :explicit-choice back to nil
24493         when no longer needed.
24494         (widget-choice-action): Unconditionally respect user choice.
24495         Eliminate :explicit-choice-value.
24497         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
24499         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
24500         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
24501         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
24502         running new function `toggle-indicate-empty-lines'.
24503         Rename "Customize" item to "Customize fringe".
24504         Rename "Indicators" item to "Buffer boundaries" and change help echo.
24505         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
24506         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
24507         Delete "Empty lines only" item.
24508         (menu-bar-showhide-fringe-ind-customize): New function.
24509         (menu-bar-showhide-fringe-ind-mixed)
24510         (menu-bar-showhide-fringe-ind-box)
24511         (menu-bar-showhide-fringe-ind-right)
24512         (menu-bar-showhide-fringe-ind-left)
24513         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
24514         instead of `fringe-indicators'.
24516 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
24518         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
24519         Change the date of last update.
24521 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
24523         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
24524         (viper-exec-yank, viper-put-back): Don't display modification msg
24525         if in the minibuffer.
24527         * viper-init.el (viper-replace-overlay-cursor-color)
24528         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
24529         Make variables frame local.
24531         * viper-util.el (viper-append-filter-alist): Use append instead of
24532         nconc.
24534         * viper.el (viper-vi-state-mode-list)
24535         (viper-emacs-state-mode-list): Move help-mode and
24536         completion-list-mode from the first list to the second.
24537         (viper-mode): Docstring.
24538         (viper-go-away, viper-non-hook-settings): Don't localize
24539         minor-mode-alist in newer Emacsen.  Add advice to
24540         set-cursor-color.  Don't bind "\C-c\\".
24542 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
24544         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
24545         (scheme-macro-expand-command): New user options.
24546         (scheme-trace-procedure, scheme-expand-current-form): New commands.
24547         (scheme-form-at-point, scheme-start-file)
24548         (scheme-interactively-start-process): New functions.
24549         (scheme-get-process): New function, extracted from `scheme-proc'.
24550         (run-scheme): Call `scheme-start-file' to get start file, and pass
24551         it to `make-comint'.
24552         (switch-to-scheme, scheme-proc):
24553         Call `scheme-interactively-start-process' if no Scheme buffer/process
24554         is available.
24556 2005-08-06  Juri Linkov  <juri@jurta.org>
24558         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24559         Use `compilation-text-face', `compilation-info-text-face' and
24560         `compilation-error-text-face' instead of `font-lock-keyword-face'.
24561         (compilation-error): New face.
24562         (compilation-error-file-name): Inherit from
24563         `compilation-error' instead of `font-lock-warning-face'.
24564         (compilation-warning-file-name): Inherit from
24565         `compilation-warning' instead of `font-lock-warning-face'.
24566         (compilation-info, compilation-error-file-name)
24567         (compilation-warning-file-name, compilation-info-file-name)
24568         (compilation-line-number, compilation-column-number): Doc fix.
24569         (compilation-error-text-face, compilation-warning-text-face)
24570         (compilation-info-text-face): New face variables.
24571         (compilation-line-face, compilation-column-face)
24572         (compilation-enter-directory-face)
24573         (compilation-leave-directory-face): Doc fix.
24574         (compilation-text-face): New function.
24576         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
24577         instead of 1 to display binary file names as info file links.
24578         (grep-error-face): Use `compilation-error-face' instead of
24579         `font-lock-keyword-face'.
24580         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
24581         and `compilation-warning-text-face' instead of
24582         `font-lock-keyword-face'.  Use `compilation-error-text-face'
24583         instead of `grep-error-face'.
24585 2005-08-05  Kenichi Handa  <handa@m17n.org>
24587         * international/code-pages.el: Add autoload cookies for all coding
24588         systems.
24590 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
24592         * cus-start.el (all): Put undo.c where it alphabetically belongs.
24594 2005-08-04  Juri Linkov  <juri@jurta.org>
24596         * progmodes/compile.el (compilation-mode-map):
24597         * progmodes/grep.el (grep-mode-map):
24598         Bind TAB to `compilation-next-error' and [backtab] to
24599         `compilation-previous-error'.
24601         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
24602         matching line numbers, column numbers and their ranges with regexp
24603         matching only line numbers.
24604         (grep-context-face): New face variable.
24605         (grep-mode-font-lock-keywords): Use it.
24607         * faces.el (read-face-name): Delete duplicate faces.
24609 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
24611         * thumbs.el (thumbs-find-image): Don't make variables
24612         automatically buffer local.
24613         (thumbs-current-tmp-filename, thumbs-current-image-filename)
24614         (thumbs-image-num): Make automatically buffer local.
24615         (thumbs-show-thumbs-list): Use `make-local-variable', not
24616         `make-variable-buffer-local'.
24617         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
24619         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
24620         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
24621         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
24622         (bother, bye, canyou, chatlst, continue, deathlst, describe)
24623         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
24624         (feelings-about, foullst, found, hello, history, howareyoulst)
24625         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
24626         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
24627         (neglst, obj, object, owner, please, problems, qlist)
24628         (random-adjective, relation, remlst, repetitive-shortness)
24629         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
24630         (shortlst, something, sportslst, stallmanlst, states, subj)
24631         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
24632         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
24633         Defvar at compile time.
24635         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
24636         not `make-variable-buffer-local'.
24638 2005-08-02  Kim F. Storm  <storm@cua.dk>
24640         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
24641         rectangle overlay in selected window.
24643 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
24645         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
24646         instead of display group.  Make `indicate-buffer-boundaries'
24647         customizable through Custom.
24649 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
24651         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
24652         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
24653         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
24654         (gdb-put-string): Fix typos in docstrings.
24656 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
24658         Update copyright notices of files in progmodes directory for
24659         release of Emacs 22.1.
24661         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
24663         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
24664         Don't barf if the GUD buffer has been killed.
24666 2005-08-01  Kim F. Storm  <storm@cua.dk>
24668         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
24670 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24672         * simple.el (next-error-follow-minor-mode):
24673         make-variable-buffer-local -> make-local-variable.
24675         * emacs-lisp/cl-extra.el: Require CL also when compiling.
24677         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
24678         (byte-compile-form-make-variable-buffer-local): New functions to warn
24679         about misuses of make-variable-buffer-local where make-local-variable
24680         was meant.
24682 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
24684         * bs.el (bs-attributes-list): Doc fix.
24685         (bs): Update url-link.
24687         * desktop.el (desktop-save-buffer): Fix typos in docstring.
24688         (desktop-load-default): Simplify.
24690         * ibuffer.el (ibuffer-columnize-and-insert-list)
24691         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
24692         (ibuffer-unmark-all, ibuffer-toggle-marks)
24693         (ibuffer-unmark-forward, ibuffer-unmark-backward)
24694         (ibuffer-compile-make-format-form, ibuffer-format-column)
24695         (ibuffer-current-buffers-with-marks)
24696         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
24697         (ibuffer): Doc fix.
24698         (ibuffer-mode): Fix typo in docstring.
24699         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
24700         with `define-obsolete-variable-alias'.
24701         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
24703 2005-07-29  Kenichi Handa  <handa@m17n.org>
24705         * international/mule-cmds.el (select-message-coding-system):
24706         Be sure to use LF for end-of-line.  If no coding system is decided,
24707         return iso-8859-1-unix.
24709 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24711         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
24712         (ange-ftp-pending-error-line): New vars.
24713         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
24714         to handle the non-fatal no-route-to-host messages.
24715         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
24717 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
24719         * isearch.el (isearch-mode-map, isearch-other-meta-char)
24720         (isearch-quote-char, isearch-printing-char)
24721         (isearch-text-char-description): "?\ " -> "?\s".
24722         (isearch-lazy-highlight-cleanup)
24723         (isearch-lazy-highlight-initial-delay)
24724         (isearch-lazy-highlight-interval)
24725         (isearch-lazy-highlight-max-at-a-time)
24726         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
24727         Declare with define-obsolete-*-alias macros.
24728         (isearch-forward): Fix typo in docstring.
24729         (search-invisible, search-ring-yank-pointer)
24730         (regexp-search-ring-yank-pointer): Doc fixes.
24732         * recentf.el (recentf-menu-append-commands-p): Declare with
24733         `define-obsolete-variable-alias'.
24734         (recentf-max-saved-items, recentf-menu-filter)
24735         (recentf-arrange-by-rule-subfilter): Doc fixes.
24736         (recentf-menu-append-commands-flag)
24737         (recentf-initialize-file-name-history, recentf-expand-file-name)
24738         (recentf-clear-data): Fix typos in docstrings.
24740 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
24742         * progmodes/gdb-ui.el: Smarten comments.
24743         (gdb-info-breakpoints-custom): Use nowarn when finding file.
24745 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
24747         * term/apollo.el (terminal-init-apollo): New function containing
24748         all former top level forms in the file.
24749         * term/bobcat.el (terminal-init-bobcat):
24750         * term/cygwin.el (terminal-init-cygwin):
24751         * term/iris-ansi.el (terminal-init-iris-ansi):
24752         * term/linux.el (terminal-init-linux):
24753         * term/news.el (terminal-init-news):
24754         * term/rxvt.el (terminal-init-rxvt):
24755         * term/sun.el (terminal-init-sun):
24756         * term/tvi970.el (terminal-init-tvi970):
24757         * term/vt100.el (terminal-init-vt100):
24758         * term/vt102.el (terminal-init-vt102):
24759         * term/vt125.el (terminal-init-vt125):
24760         * term/vt200.el (terminal-init-vt200):
24761         * term/vt201.el (terminal-init-vt201):
24762         * term/vt220.el (terminal-init-vt220):
24763         * term/vt240.el (terminal-init-vt240):
24764         * term/vt300.el (terminal-init-vt300):
24765         * term/vt320.el (terminal-init-vt320):
24766         * term/vt400.el (terminal-init-vt400):
24767         * term/vt420.el (terminal-init-vt420):
24768         * term/wyse50.el (terminal-init-wyse50):
24769         * term/xterm.el (terminal-init-xterm): Likewise.
24771         * term/README: Describe the terminal-init-* functionality.
24773         * startup.el (command-line): After loading the terminal initialization
24774         file call the corresponding terminal initialization function.
24776 2005-07-27  Kenichi Handa  <handa@m17n.org>
24778         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
24779         negative.
24781         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
24782         (ps-mule-composition-prologue): Fix for the case that
24783         RelativeCompose is false.
24785 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24787         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
24789         * descr-text.el (describe-char): Handle the case where the list of
24790         chars is displayed in a separate frame.
24791         Be a bit more discriminating when looking for the char.
24793 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
24795         * bookmark.el (bookmark-automatically-show-annotations)
24796         (bookmark-read-annotation-text-func): Doc fixes.
24797         (bookmark-save): Improve argument/docstring consistency.
24798         (bookmark-get-bookmark, bookmark-get-bookmark-record)
24799         (bookmark-alist-from-buffer)
24800         (bookmark-upgrade-file-format-from-0)
24801         (bookmark-grok-file-format-version)
24802         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
24803         (bookmark-read-annotation-mode)
24804         (bookmark-insert-current-bookmark, bookmark-jump)
24805         (bookmark-exit-hook): Fix typos in docstrings.
24806         (bookmark-exit-hooks): Define as obsolete alias.
24807         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
24808         not `bookmark-exit-hooks'.  Fix docstring.
24809         (bookmark-bmenu-select): "?\ " -> "?\s".
24811 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
24813         * startup.el (command-line): Fix typo.
24815 2005-07-24  Richard M. Stallman  <rms@gnu.org>
24817         * tooltip.el (tooltip-mode): Test emacs-basic-display,
24818         not emacs-quick-startup.
24820 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
24822         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
24823         (reb-next-match, reb-show-subexp): Use `with-selected-window'
24824         instead of `reb-with-current-window'.
24825         (reb-prev-match): Likewise.  Also, don't move left if the search
24826         was unsuccessful.
24827         (reb-initialize-buffer): New function.
24828         (re-builder, reb-change-syntax): Use it.
24830         * man.el (Man-goto-page): Make second argument NOERROR optional.
24832 2005-07-23  Richard M. Stallman  <rms@gnu.org>
24834         * man.el (Man-bgproc-sentinel): Check here for failure to find
24835         any man page in the output, and report the error here.
24836         (Man-arguments): Make it permanent local.
24837         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
24838         (Man-mode): Pass t for NOERROR.
24840         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
24841         (grep-mode-font-lock-keywords):
24842         Don't use compilation-...-face for messages that are not file names.
24844         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24845         Don't use compilation-...-face for messages that are not file names.
24847 2005-07-22  Juri Linkov  <juri@jurta.org>
24849         * startup.el (normal-splash-screen): Update menu name.
24851         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
24853 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
24855         * term/xterm.el: Load term/rxvt if the terminal is actually an
24856         rxvt terminal.
24857         (xterm-rxvt-set-background-mode): Remove, not used anymore.
24859         * term/rxvt.el (function-key-map): Use substitute-key-definition
24860         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
24862         * term/cygwin.el: New file.
24864 2005-07-22  Kim F. Storm  <storm@cua.dk>
24866         * image-file.el (insert-image-file, image-file-yank-handler):
24867         Fix last change to maintain a (unique) yank-handler on yanked images.
24869 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
24871         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
24872         of the file size (as in "177B" for 177 bytes).  This happens with
24873         "ls -lh" on FreeBSD.
24875 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
24877         * hilit-chg.el (highlight-changes-global-initial-state)
24878         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
24879         (hilit-chg-fixup, highlight-changes-mode):
24880         Fix typos in docstrings.
24881         (highlight-changes-global-modes, highlight-changes-rotate-faces):
24882         Doc fixes.
24884 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
24886         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
24887         mode function using `eval-after-load'.
24889 2005-07-21  Kim F. Storm  <storm@cua.dk>
24891         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
24892         included when reporting an Emacs crash, and tell about the DEBUG file.
24894         * image-file.el (insert-image-file): Add yank-handler.
24895         (image-file-yank-handler): Yank handler to make unique copies of
24896         images when they are yanked into a buffer next to each other.
24898 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
24900         * comint.el (comint-use-prompt-regexp, comint-send-input)
24901         (comint-source-default, comint-extract-string)
24902         (comint-get-source, comint-word, comint-completion)
24903         (comint-source, comint-prompt-read-only, comint-update-fence):
24904         Fix typos in docstrings.
24905         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
24906         Declare with define-obsolete-*-alias macros.
24907         (comint-previous-matching-input-from-input)
24908         (comint-next-matching-input-from-input)
24909         (comint-previous-matching-input, comint-next-matching-input)
24910         (comint-forward-matching-input):
24911         Improve argument/docstring consistency.
24913         * desktop.el (desktop-clear-preserve-buffers-regexp):
24914         Also preserve the *server* buffer.
24916         * simple.el (clone-indirect-buffer): Doc fix.
24917         (fixup-whitespace, just-one-space)
24918         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
24919         (next-error, next-error-highlight)
24920         (next-error-highlight-no-select, next-error-last-buffer)
24921         (next-error-buffer-p, next-error-find-buffer, next-error)
24922         (previous-error, next-error-no-select, previous-error-no-select)
24923         (open-line, split-line, minibuffer-prompt-width, kill-new)
24924         (binary-overwrite-mode): Fix typos in docstrings.
24925         (set-fill-column): Fix typo in message.
24927         * skeleton.el (skeleton-proxy-new): Doc fix.
24929         * strokes.el (strokes-load-hook): Doc fix.
24930         (strokes-grid-resolution, strokes-get-grid-position)
24931         (strokes-renormalize-to-grid, strokes-read-stroke)
24932         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
24933         (strokes-global-map): Fix typos in docstrings.
24934         (strokes-help): Doc fix.  Fix help message and pass it through
24935         `substitute-command-keys'.
24937         * tempo.el (tempo-insert-prompt, tempo-interactive)
24938         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
24939         (tempo-insert-string-functions, tempo-local-tags)
24940         (tempo-define-template, tempo-insert-template)
24941         (tempo-insert-prompt-compat, tempo-is-user-element)
24942         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
24943         Fix typos in docstrings.
24945         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
24946         (vcursor-key-bindings, vcursor-use-vcursor-map)
24947         (vcursor-find-window, vcursor-scroll-down)
24948         (vcursor-disable, vcursor-beginning-of-buffer)
24949         (vcursor-end-of-buffer): Fix typos in docstrings.
24950         (vcursor-relative-move, vcursor-get-char-count):
24951         Improve argument/docstring consistency.
24953         * version.el: "?\ " -> "?\s".
24955         * wid-edit.el (widget-default-create, widget-after-change)
24956         (widget-default-format-handler, widget-checklist-add-item)
24957         (widget-radio-add-item, widget-choose, widget-specify-secret)
24958         (widget-field-value-create, widget-field-value-get)
24959         (widget-editable-list-format-handler)
24960         (widget-editable-list-entry-create, widget-group-value-create)
24961         (widget-documentation-link-add)
24962         (widget-documentation-string-value-create): "?\ " -> "?\s".
24963         (widget-convert-text): Doc fix.
24964         (widget-narrow-to-field, widget-field-find)
24965         (widget-url-link-action, widget-emacs-library-link-action)
24966         (widget-color-notify): Fix typos in docstrings.
24968         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
24969         (x-select-text, set-w32-system-coding-system)
24970         (w32-add-charset-info): Fix typos in docstrings.
24972         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
24973         (cua-enable-cua-keys, cua-use-hyper-key)
24974         (cua-virtual-rectangle-edges): Fix typos in docstrings.
24975         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
24977         * net/tramp.el (tramp-handle-load): Fix typo in error message.
24979         * emacs-lisp/re-builder.el (regexp-builder): Declare with
24980         `defalias' instead of faking it.
24982         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
24983         (eshell-ls-missing, eshell-ls-dired-initial-args)
24984         (eshell-ls-use-in-dired): Fix typos in docstrings.
24986 2005-07-20  Kim F. Storm  <storm@cua.dk>
24988         * emulation/cua-base.el (cua-mode): Improve doc string.
24990 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
24992         * abbrev.el (expand-region-abbrevs): Doc fix.
24993         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
24994         Improve argument/docstring consistency.
24996         * arc-mode.el (archive-get-descr, archive-alternate-display):
24997         Doc fixes.
24998         (archive-l-e): Improve argument/docstring consistency.
24999         (archive-tmpdir, archive-unixdate, archive-unixtime)
25000         (archive-chmod-entry): Fix typos in docstrings.
25001         (archive-unflag, archive-unflag-backwards)
25002         (archive-unmark-all-files): "?\ " -> "?\s".
25004         * buff-menu.el (Buffer-menu-unmark): Doc fix.
25005         (Buffer-menu-not-modified, Buffer-menu-execute)
25006         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25007         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25009         * composite.el (compose-string, encode-composition-rule)
25010         (compose-last-chars): Fix typos in docstrings.
25012         * desktop.el (desktop-enable, desktop-basefilename):
25013         Declare with `define-obsolete-variable-alias'.
25014         (desktop-internal-v2s): Don't quote keywords.
25015         (desktop-clear): "?\ " -> "?\s".
25017         * dired.el (dired-align-file, dired-flag-backup-files)
25018         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25019         (dired-listing-switches, dired-ls-F-marks-symlinks)
25020         (dired-dwim-target, dired-load-hook, dired-mode-hook)
25021         (dired-directory, dired-faces, dired, dired-revert)
25022         (dired-mode, dired-summary, dired-view-file)
25023         (dired-copy-filename-as-kill, dired-delete-file)
25024         (dired-no-confirm, dired-unmark-all-marks)
25025         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25026         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25027         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25028         Fix typos in message strings.
25030         * dired-x.el (virtual-dired): Declare with `defalias'.
25031         (dired-mark-unmarked-files, dired-local-variables-file)
25032         (dired-omit-here-always): Doc fix.
25033         (dired-omit-mode, dired-find-subdir)
25034         (dired-enable-local-variables, dired-clean-up-buffers-too)
25035         (dired-extra-startup, dired-mark-extension, dired-jump)
25036         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25037         (dired-smart-shell-command, dired-guess-shell-alist-user)
25038         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25039         (dired-x-bind-find-file, dired-x-submit-report):
25040         Fix typos in docstrings.
25041         (dired-mark-unmarked-files): "?\ " -> "?\s".
25043         * dirtrack.el (dirtrack-list): Fix typos in docstring.
25045         * faces.el (describe-face): "?\ " -> "?\s".
25046         (read-all-face-attributes, read-face-font, modify-face)
25047         (face-attr-construct, italic): Fix typos in docstrings.
25048         (frame-update-face-colors): Declare with
25049         `define-obsolete-function-alias'.
25051         * files.el (find-file-noselect, recode-file-name): Doc fixes.
25052         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
25053         (magic-mode-alist, buffer-file-numbers-unique)
25054         (write-file-functions, get-free-disk-space):
25055         Fix typos in docstrings.
25056         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25057         (write-contents-hooks, write-file-hooks):
25058         Declare with `define-obsolete-variable-alias'.
25060         * forms-d2.el (arch-rj): Fix typo in docstrings.
25061         (arch-tocol): Likewise.  "?\ " -> "?\s".
25063         * frame.el (set-frame-font, cursor-in-non-selected-windows):
25064         Fix typo in docstring.
25065         (set-screen-width, set-screen-height): Delete redundant info in
25066         doctrings.
25067         (new-frame, screen-height, screen-width): Declare with
25068         `define-obsolete-function-alias'.
25069         (delete-frame-hook, blink-cursor): Declare with
25070         `define-obsolete-variable-alias'.
25072         * paths.el (prune-directory-list): Fix typos in docstring.
25074         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
25075         (cvs-prefix-get): Fix typos in docstrings.
25077         * ps-print.el (ps-extend-face-list, ps-extend-face)
25078         (ps-print-background-image): Fix typos in docstrings.
25079         (ps-default-fg, ps-default-bg): Doc fixes.
25081         * s-region.el (s-region-bind): Doc fix.
25082         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
25084         * textmodes/org.el (org-table-formula-substitute-names)
25085         (org-table-get-vertical-vector): Doc fixes.
25086         (org-table-recalculate): Remove unused argument to `message'.
25088 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
25090         * textmodes/org.el (org-table-column-names)
25091         (org-table-column-name-regexp)
25092         (org-table-named-field-locations): New variables.
25093         (org-archive-subtree): Protect `this-command' when calling
25094         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25095         the kill buffer.
25096         (org-complete): Remove fixed-formula completion.
25097         (org-edit-formulas-map): New variable.
25098         (org-table-edit-formulas): New command.
25099         (org-finish-edit-formulas, org-abort-edit-formulas)
25100         (org-show-variable, org-table-get-vertical-vector): New functions.
25101         (org-table-maybe-eval-formula): Handle `:=' fields.
25102         (org-table-get-stored-formulas, org-table-store-formulas)
25103         (org-table-get-formula, org-table-modify-formulas)
25104         (org-table-replace-in-formulas): Handle named field formulas.
25105         (org-table-get-specials): Store locations of named fields.
25107 2005-07-19  Juri Linkov  <juri@jurta.org>
25109         * progmodes/grep.el (grep-regexp-alist)
25110         (grep-mode-font-lock-keywords, grep-process-setup):
25111         Use default GNU grep match color "01;31m" instead of "01;41m".
25112         (grep-regexp-alist, grep-mode-font-lock-keywords):
25113         Use `\\[[0-9]*m' instead of `\\[00m'.
25114         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
25115         sgr_start where its handling is more important.  Use the real
25116         length of sgr_start instead of constant 8.
25117         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
25118         specially.  Delete all remaining escape sequences.
25119         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
25120         (grep-regexp-alist): Make hyperlink only for binary file name
25121         instead of the whole line.
25122         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
25123         (grep-mode): Add autoload.
25125         * emacs-lisp/find-func.el (find-function-regexp):
25126         Add `define-compilation-mode'.
25128 2005-07-19  Juri Linkov  <juri@jurta.org>
25130         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
25131         (compare-windows-sync-string-size, compare-windows-recenter)
25132         (compare-windows-highlight, compare-windows): Add version 22.1.
25133         (compare-windows) <defface>: Inherit from lazy-highlight instead
25134         of duplicating its default value.
25136         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
25137         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
25139         * descr-text.el (describe-char): Create link buttons for `charset'
25140         and `code point'.  Add the current input method name with a link
25141         button to `to input' field.  Print face names of display table
25142         characters in `The display table entry is displayed by' section
25143         instead of printing face-id in the `display' field.
25144         Guess hardcoded faces and create a link button for them.
25145         Skip empty fields when calculating max-width.
25146         Treat `widget-create' specially while inserting strings from the
25147         collected field list.
25148         (describe-char-after): Made obsolete in version 22.1, not 21.5.
25150         * diff-mode.el (diff-file-header): Change foreground color from
25151         yellow to green on light backgrounds.
25152         (diff-context): Inherit from `shadow' only for color/grayscale
25153         with more than 88 colors.
25154         (diff-indicator-removed, diff-indicator-added)
25155         (diff-indicator-changed): New faces.
25156         (diff-font-lock-keywords): Use new faces.  Regroup rules.
25157         Add "^---$" for `normal' diff format.  Fontify `#' lines with
25158         font-lock-comment-delimiter-face and font-lock-comment-face.
25159         Add `#' to ^[^...] in the rule for `diff-context-face'.
25161         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
25162         a button-like box.  Inherit from `highlight' on low colors.
25163         (shadow): Use shades of gray only for color/grayscale with
25164         more than 88 colors.  Use green for light backgrounds with
25165         8 colors, and yellow for dark backgrounds with 8 colors.
25167         * font-lock.el (font-lock-regexp-grouping-backslash):
25168         Don't inherit from escape-glyph (use bold for all cases).
25170         * info.el (info-xref-visited): Use light foreground color `violet'
25171         for dark backgrounds instead of dark color `magenta3'.
25172         (info-title-1): Use `yellow' color for dark backgrounds.
25174         * isearch.el (isearch): Use not-too-dark magenta3 instead of
25175         too-light magenta2.
25177         * replace.el (match): Use slightly more light RoyalBlue3 instead
25178         of dark RoyalBlue4.
25180         * wid-edit.el (widget-inactive): Inherit from `shadow'.
25182 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
25184         * novice.el (disabled-command-hook): Declare it with
25185         `define-obsolete-variable-alias'.
25187         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
25188         (desktop-buffer-misc-functions, desktop-buffer-handlers)
25189         (desktop-load-default): Add release to obsolescence info.
25190         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
25191         (desktop-append-buffer-args, desktop-read):
25192         Fix typos in docstrings.
25193         (desktop-kill): Fix typo in message.
25194         (desktop-save): Doc fix.
25196 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25198         * viper-cmd.el (viper-escape-to-state): Bug fix.
25199         (viper-envelop-ESC-key): Change the definition of fast
25200         keysequence so it'll work with keyboard macros.
25202         * ediff.el (ediff-patch-buffer): Change the docstring.
25204 2005-07-19  Kenichi Handa  <handa@m17n.org>
25206         * international/mule-cmds.el (select-safe-coding-system): Try to
25207         use an auto-coding (if any) before anything else.  If the found
25208         auto-coding is invalid, show a warning message.
25210         * international/mule.el (find-auto-coding): New function created
25211         by modifying the body of set-auto-coding.
25212         (set-auto-coding): Use find-auto-coding to find a coding.
25214 2005-07-18  Richard M. Stallman  <rms@gnu.org>
25216         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
25217         not isearch-mode-end-hook-error.
25218         (allout-before-change-protect): Fix error message.
25220 2005-07-18  Juri Linkov  <juri@jurta.org>
25222         * allout.el (allout-mode):
25223         * calculator.el (calculator-copy):
25224         * custom.el (custom-known-themes):
25225         * dired.el (dired-desktop-buffer-misc-data)
25226         (dired-restore-desktop-buffer):
25227         * dired-x.el (dired-omit-marker-char):
25228         * files.el (basic-save-buffer):
25229         * font-core.el (font-lock-mode):
25230         * calendar/calendar.el (calendar-goto-hebrew-date)
25231         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
25232         (calendar-goto-persian-date):
25233         * language/ethio-util.el (ethio-sera-to-fidel-region):
25234         * textmodes/picture.el (picture-mode):
25235         Delete duplicate duplicate words.
25237 2005-07-18  Juri Linkov  <juri@jurta.org>
25239         * isearch.el (isearch-mode-map): Remove key bindings for regexp
25240         chars * ? } |.
25241         (isearch-fallback): Don't call `isearch-process-search-char'.
25242         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
25243         (isearch-process-search-char): Call `isearch-fallback' for regexp
25244         chars * ? } |.
25245         (isearch-return-char): Make obsolete with `make-obsolete' instead
25246         of simply documenting it as obsolete in the docstring.
25247         (isearch-fallback): Refill docstring.
25249         * international/isearch-x.el
25250         (isearch-process-search-multibyte-characters): Remove unneeded
25251         `concat'.  Add intermediate values to `junk-hist' instead of
25252         `minibuffer-history'.  Test the length of `str'.
25254 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
25256         * allout.el (allout-resolve-xref): Fix typos in error strings.
25257         (allout-before-change-protect): Remove unneeded `concat'.
25259         * array.el (array-mode, array-reconfigure-rows)
25260         (untabify-backward): Fix typos in docstrings.
25261         (array-reconfigure-rows): Use `insert-buffer-substring', not
25262         `insert-buffer'.
25264         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
25265         * progmodes/ada-mode.el (ada-make-body):
25266         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
25268         * dired.el (dired-log):
25269         * tar-mode.el (tar-subfile-save-buffer):
25270         * play/zone.el (zone-pgm-stress-destress):
25271         Use `insert-buffer-substring', not `insert-buffer'.
25273 2005-07-17  Simon Josefsson  <jas@extundo.com>
25275         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
25277 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
25279         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
25280         Add plain auth method.
25281         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
25283 2005-07-17  Kim F. Storm  <storm@cua.dk>
25285         * ido.el (dired-other-window): Add ido property.
25287 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
25289         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25290         Fix typo in docstring.
25291         (byte-compile-interactive-only-functions): Add `insert-buffer' and
25292         `insert-file-literally'.
25294         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
25295         info and delete redundant message.  Doc fix.
25296         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
25297         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
25299 2005-07-16  Richard M. Stallman  <rms@gnu.org>
25301         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
25302         (byte-compile-and): Use byte-compile-and-recursion.
25303         (byte-compile-or-recursion): New function.
25304         (byte-compile-or): Use that.
25305         (byte-compile-if): Guard the else-clause too.
25306         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
25308         * isearch.el (isearch-mode-end-hook-quit): New variable.
25309         (isearch-done): Bind it.
25310         (isearch-mode-end-hook): Doc fix.
25312         * allout.el (allout-isearch-did-quit): Variable deleted.
25313         (allout-real-isearch-abort): Function name no longer used.
25314         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
25315         (allout-isearch-rectification): isearch-mode always exists.
25316         Don't set allout-isearch-did-quit.
25317         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
25318         allout-isearch-did-quit.
25319         (allout-enwrap-isearch): Just add the hook.
25320         (allout-isearch-abort): Function deleted.
25321         (allout-pre-command-business): Avoid warning.
25323         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
25324         Correctly avoid warnings.
25325         (pascal-outline): Likewise.
25327         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
25329         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
25331         * play/tetris.el (tetris-mode): Avoid warning.
25333         * play/snake.el (snake-mode): Avoid warning.
25335         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
25336         (gamegrid-set-display-table): Avoid warning.
25337         (gamegrid-set-timer): Likewise.
25338         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
25339         (gamegrid-add-score-with-update-game-score-1): Take FILE
25340         as argument.
25341         (gamegrid-add-score-with-update-game-score): Pass that argument.
25342         Rename have-shared-game-dir to gamegrid-shared-game-dir.
25344         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
25346         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
25347         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
25349         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
25350         and insert-file.
25352         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
25353         (sc-ask): Avoid warnings.
25355         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
25356         (eshell-hist-initialize): Use that var the natural way.
25358         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
25360         * emacs-lisp/re-builder.el (reb-cook-regexp):
25361         Avoid warning calling lre-compile-string.
25362         (reb-color-display-p): Avoid warning.
25364         * calculator.el (calculator-last-input): Guard uses
25365         of event-key and key-press-event-p.
25366         (event-key, key-press-event-p): Delete definitions.
25368         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
25369         (find-gc-source-directory, find-gc-subrs-callers)
25370         (find-gc-noreturn-list, find-gc-source-files)
25371         (find-gc-subrs-called): Vars renamed and defvar'd.
25373         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
25374         (checkdoc-overlay-put, checkdoc-delete-overlay)
25375         (checkdoc-overlay-start, checkdoc-overlay-end)
25376         (checkdoc-mode-line-update, checkdoc-char=):
25377         Define such that compiler knows they are defined.
25378         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
25379         (checkdoc-read-event): Delete.  Use read-event directly.
25381         * whitespace.el (whitespace-make-overlay)
25382         (whitespace-overlay-put, whitespace-delete-overlay)
25383         (whitespace-overlay-start, whitespace-overlay-end):
25384         Define such that compiler knows they are defined.
25385         (whitespace): Move conditional inside.
25387         * tempo.el (tempo-insert-template): Suppress warning.
25389         * ediff-diff.el (longlines-mode): Add defvar.
25391 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
25393         * server.el: Bind "C-x #" in a way that works even if C-x is
25394         redefined to a command key, not a prefix key.
25396 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
25398         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
25399         cl-make-type-test till execution time.
25401 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
25403         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
25404         arg ARG and use it.
25406 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
25408         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
25410 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
25412         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25413         a defcustom with two :set or :type keywords.
25415 2005-07-15  Richard M. Stallman  <rms@gnu.org>
25417         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
25418         Don't give ^M comment-end syntax.
25420 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
25422         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
25423         Don't consider gdbmi (gdb-mi.el has its own update functions).
25424         (gdb-var-delete): Make it work for gdbmi as well.
25425         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
25427         * progmodes/gud.el (etags, sdb): Only require etags when needed.
25428         (gud-speedbar-menu-items): Correct logic for enabling items.
25430 2005-07-15  Kim F. Storm  <storm@cua.dk>
25432         * ido.el: Fix commentary.
25433         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
25434         Use with-no-warnings around ffap-guesser.
25435         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
25436         Let bind minibuffer-completing-file-name to t.
25438 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
25440         * startup.el (site-run-file, keyboard-type): Doc fixes.
25441         (command-line): Check for "--basic-display" argument; also for
25442         "--quick", not "--bare-bones" (which was renamed).
25443         (fancy-splash-text): Add missing item "Getting New Versions".
25444         (normal-splash-screen): Fix typos and improve consistency with
25445         `fancy-splash-text'.  Update copyright year.
25447         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
25448         valid binding for `help-char'.
25450         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
25452 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
25454         * term.el (term-mode): Disable cua-mode for term buffers.
25456 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
25458         * add-log.el (add-log-mailing-address, change-log-merge):
25459         Doc fixes.
25460         (change-log-get-method-definition): Fix typo in docstring.
25462 2005-07-14  Kim F. Storm  <storm@cua.dk>
25464         * emulation/cua-base.el:
25465         (cua--pre-command-handler-1, cua--pre-command-handler)
25466         (cua--post-command-handler-1, cua--post-command-handler):
25467         Split in two.  Check (buffer local) value of cua-mode.
25468         (cua-selection-mode): New command.
25470 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
25472         * custom.el (custom-initialize-safe-set)
25473         (custom-initialize-safe-default): Doc fixes.
25475         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25476         and simplify :init-value again.
25478         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25479         and simplify :init-value again.  Delete autoload.
25481         * startup.el (command-line): Use `custom-reevaluate-setting' again
25482         for tooltip-mode.
25484         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25485         a defcustom with two :initialize keywords.
25487 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
25489         * allout.el (my-mark-marker, allout-isearch-prior-pos)
25490         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
25491         (allout-post-command-business, allout-flag-region)
25492         (isearch-reenable-font-lock, allout-yank)
25493         (allout-insert-latex-header, allout-insert-latex-trailer)
25494         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
25495         (allout-latex-verb-quote): Fix typos in docstrings.
25496         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
25497         (allout-unprotected, allout-prefix-data):
25498         Improve argument/docstring consistency.
25499         (allout-chart-subtree): Fix argument spec.
25500         (allout-open-topic): Rename `use_sib_bullet' argument to
25501         `use-sib-bullet'.  Doc fix.
25503         * whitespace.el (whitespace-check-buffer-leading)
25504         (whitespace-check-buffer-trailing)
25505         (whitespace-check-buffer-indent)
25506         (whitespace-check-buffer-spacetab)
25507         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
25508         (whitespace-check-leading-whitespace)
25509         (whitespace-check-trailing-whitespace)
25510         (whitespace-check-spacetab-whitespace)
25511         (whitespace-check-indent-whitespace)
25512         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
25513         (whitespace-modes): Fix typos in docstrings.
25514         (defgroup, defcustom): Doc fixes.
25516         * winner.el (winner-mode, winner-boring-buffers)
25517         (winner-pending-undo-ring): Doc fixes.
25518         (winner-ring): Remove unneeded `progn'.
25519         (winner-equal): `defsubst' it.
25520         (winner-redo): Fix message.
25522 2005-07-13  Kim F. Storm  <storm@cua.dk>
25524         * simple.el (line-move-1): Always use vertical-motion to
25525         do the last (or only) line move to ensure some movement.
25526         Undo 2005-06-23 change--don't check for overlays.
25528 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25530         * term/mac-win.el (ccl-encode-mac-roman-font)
25531         (ccl-encode-mac-centraleurroman-font)
25532         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
25533         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
25534         Change charset-id boundary of dimension to ?\xef.
25535         (mac-char-fontspec-list): New constant.
25536         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
25537         argument.  Nil uses itself as family in font-spec.  Previous
25538         behavior for nil is now provided by non-nil non-string argument.
25539         All callers changed.  Add font-specs for Mac fonts to
25540         "fontset-default" unless iso8859-1 fonts are installed.
25542 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25544         * progmodes/sh-script.el (sh-get-indent-info): Only indent
25545         a continuation line if the \ is preceded by SPC or TAB.
25546         (sh-get-indent-info): Simplify.
25547         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
25548         Use with-current-buffer.
25550         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
25551         when the matched text is empty.
25553 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
25555         * startup.el (command-line): Revert to previous handling of
25556         tooltip-mode.  Explain in comment why the complexity is needed.
25558         * tooltip.el (tooltip-mode): Revert to previous implementation of
25559         its defcustom.
25561         * frame.el (blink-cursor-mode): Revert to previous implementation
25562         of its defcustom.  Update comment.
25564 2005-07-12  Lars Hansen  <larsh@soem.dk>
25566         * desktop.el: Update e-mail address.
25568 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25570         * term/mac-win.el (mac-services-mail-selection)
25571         (mac-services-mail-to): New functions.
25572         (mac-application-menu-map): Bind them.
25574 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
25576         * progmodes/gdb-ui.el: Add note about buffering with Windows.
25578 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
25580         * custom.el (custom-reevaluate-setting): Doc fix.
25582 2005-07-11  Jay Belanger  <belanger@truman.edu>
25584         * calc/calc.el (calc-embedded-announce-formula-alist)
25585         (calc-embedded-open-close-plain-alist)
25586         (calc-embedded-open-close-mode-alist): Add checks for additional
25587         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
25589 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
25591         * custom.el (custom-enable-theme): Don't add theme to
25592         `custom-enabled-themes' with `push' because there is no
25593         setf-method for `delq'.
25595 2005-07-11  Richard M. Stallman  <rms@gnu.org>
25597         * custom.el (custom-declare-variable): Doc fix.
25599         * dired-aux.el (dired-compare-directories): Remove "." and ".."
25600         from the alists.
25602         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
25603         Do nothing if edebug-active.
25605         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
25606         (edebug-display): Do it here instead.
25608 2005-07-10  Richard M. Stallman  <rms@gnu.org>
25610         * cus-face.el (custom-theme-set-faces): Make it work.
25611         (custom-reset-faces): Doc fix.
25612         (custom-theme-reset-internal-face, custom-theme-face-value):
25613         Functions deleted.
25615         * custom.el (custom-push-theme): Maintain list of the settings
25616         of a given theme in its theme-settings property.
25617         Maintain position of old settings in the theme-value
25618         or theme-face property.
25619         (custom-enabled-themes): New variable.
25620         (custom-theme-enabled-p): New function.
25621         (provide-theme): Update custom-enabled-themes.
25622         Disable and reenable the `user' theme.
25623         (require-theme): Doc fix.
25624         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
25625         (custom-theme-value, custom-theme-variable-value): Likewise.
25626         (custom-theme-reset-internal): Likewise.
25627         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
25628         (custom-enable-theme, custom-disable-theme): New functions.
25629         (custom-variable-theme-value, custom-face-theme-value): Likewise.
25630         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
25631         (custom-theme-reset-variables): Simplify.
25632         (deftheme, custom-declare-theme, custom-make-theme-feature):
25633         Definitions moved.
25635 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
25637         * longlines.el (longlines-show-region)
25638         (longlines-unshow-hard-newlines): Recognize hard newlines by
25639         non-nil hard property, instead of t.
25641 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
25643         * viper-cmd.el (viper--key-maps): New variable.
25644         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
25645         emulation-mode-map-alists.
25646         (viper-envelop-ESC-key): Use viper-subseq.
25647         (viper-search-forward/backward/next): Disable debug-on-error.
25649         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
25650         (viper-ESC-key): New defcustoms.
25652         * viper-macs.el (ex-map-read-args): Use viper-subseq.
25654         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
25655         (viper-subseq): Copy of subseq from cl.el.
25657         * viper.el (viper-go-away, viper-set-hooks): Use
25658         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
25660         * viper-mous.el (viper-current-frame-saved): Use defvar.
25662         * viper-init.el: Get rid of -face in face names.
25664         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
25665         Make it work with longlines mode.
25667         * ediff-mult.el (ediff-meta-mode-hook): New variable.
25669         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
25671         * ediff-init.el: Get rid of -face in face names.
25673 2005-07-10  Richard M. Stallman  <rms@gnu.org>
25675         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
25676         and with-timeout-unsuspend.
25678         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
25679         and with-timeout-unsuspend.
25681         * emacs-lisp/timer.el (with-timeout-timers): New variable.
25682         (with-timeout): Bind that variable to record timers.
25683         (with-timeout-suspend, with-timeout-unsuspend): New functions.
25685         * emacs-lisp/debug.el (debug-help-follow): New function.
25686         (debugger-mode-map): Use that instead of help-follow.
25687         (debugger-setup-buffer): Use eval-buffer-list
25688         to handle eval-buffer frames.
25690 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
25692         * timezone.el (timezone-parse-date): Change first regexp
25693         so it will not mistakenly match dates with no time zone.
25695 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
25697         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
25699 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
25701         * custom.el (custom-initialize-safe-set)
25702         (custom-initialize-safe-default): New functions.
25704         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25705         and simplify :init-value.
25707         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25708         and simplify :init-value.  Delete obsolete comment.
25710         * startup.el (command-line): Use `custom-reevaluate-setting' to
25711         handle `tooltip-mode'.  Delete obsolete comment.
25713         * files.el (set-visited-file-name): Avoid calling
25714         `file-name-nondirectory' with a nil argument.
25716 2005-07-09  Richard M. Stallman  <rms@gnu.org>
25718         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
25719         was called with nil for the buffer, handle the read position right.
25720         Handle read position for eval-region, too.
25722 2005-07-09  Juri Linkov  <juri@jurta.org>
25724         * fringe.el (fringe-mode): Add period in docstring.
25725         (fringe-query-style): Build prompt depending on `all-frames' arg.
25727         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
25728         to not create links to unrelated functions in the Help buffer.
25730         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
25731         Doc fix.
25733         * simple.el (next-error-hook): New variable.
25734         (next-error): Use it.  Doc fix.
25736         * textmodes/ispell.el (ispell-command-loop): Add current
25737         dictionary name and program name to mode-line-format.
25738         (ispell-region, ispell-process-line): Add current dictionary name
25739         and program name to messages.
25741 2005-07-08  Jay Belanger  <belanger@truman.edu>
25743         * calc/calc.el (calc-embedded-announce-formula-alist)
25744         (calc-embedded-open-close-formula-alist)
25745         (calc-embedded-open-close-word-alist)
25746         (calc-embedded-open-close-plain-alist)
25747         (calc-embedded-open-close-new-formula-alist)
25748         (calc-embedded-open-close-mode-alist)
25749         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
25750         (calc-embedded-mode-hook): New variables.
25752         * calc/calc-embed.el (calc-embedded-firsttime)
25753         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
25754         New variables.
25755         (calc-do-embedded): Use calc-embedded-firsttime,
25756         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
25757         determine whether or not to run hooks.
25758         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
25759         calc-embedded-firsttime-formula appropriately.
25760         Set calc-embedded delimiter variables according to mode.
25762 2005-07-08  Richard M. Stallman  <rms@gnu.org>
25764         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
25765         Check for "emacs", etc., as entire symbol, not just as word.
25766         (checkdoc-file-comments-engine): Use regexp-quote on FN.
25768         * files.el (set-visited-file-name): Report the error
25769         for "empty filename" earlier.
25770         (kill-some-buffers): Ignore buffers already dead.
25772         * fringe.el (fringe-mode): Doc fix.
25774         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25775         Check for (featurep 'xemacs) and turn off warnings in what it guards.
25776         Use unwind-protect to ensure byte-compile-unresolved-functions
25777         is updated.
25779         * whitespace.el (whitespace-buffer-leading-cleanup):
25780         Simplify w/ skip-chars-forward.
25781         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
25783         * mail/rmail.el (rmail-only-expunge): Fix paren error.
25784         Unconditionally try to leave point at the same old place.
25786 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
25788         * comint.el (comint-postoutput-scroll-to-bottom)
25789         (comint-show-maximum-output): Take scroll-margin into consideration.
25791 2005-07-08  Kim F. Storm  <storm@cua.dk>
25793         * ido.el (ido-use-filename-at-point): New choice `guess'.
25794         (ido-file-internal): Try ffap-guesser if selected.
25796         * ido.el (ido-before-fallback-functions): New hook.
25797         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
25798         (ido-read-file-name): Run it.
25800 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
25802         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
25803         strings rather than a list of symbols to the completion function.
25805 2005-07-07  Jay Belanger  <belanger@truman.edu>
25807         * calc/calc-units.el (math-apply-units): Change the places in
25808         which units are simplified.
25810 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
25812         * cus-edit.el (customize-option, customize-option-other-window):
25813         Make them handle aliases.
25815         * custom.el (custom-variable-p): Make it recursively follow
25816         aliases.  Mention that in the docstring.
25818 2005-07-07  Richard M. Stallman  <rms@gnu.org>
25820         * cus-start.el (exec-path): Use `directory' instead of `file'.
25821         Fix tag for nil.
25823 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
25825         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
25826         when called non-interactively.  Doc fix.
25828 2005-07-07  Lute Kamstra  <lute@gnu.org>
25830         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
25831         new address as well.
25833 2005-07-07  Kenichi Handa  <handa@m17n.org>
25835         * international/mule.el (make-coding-system):
25836         Describe `ascii-incompatible' property in the docstring.
25837         (set-file-name-coding-system): Signal an error if coding-system is
25838         ascii-incompatible.
25839         (set-keyboard-coding-system): Likewise.
25841         * international/mule-cmds.el (set-default-coding-systems):
25842         Don't set default-file-name-coding-system and
25843         default-keyboard-coding-system if coding-system is ASCII-incompatible.
25845         * international/utf-16.el: Declare that all UTF-16-based coding
25846         systems are ASCII-incompatible.
25848 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
25850         * progmodes/gud.el: Require font-lock for displaying errors.
25851         Used by gdb-ui.el.
25853 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
25855         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
25856         values for the pattern lists which are `read'able but not
25857         `append'able (like symbols).
25859 2005-07-06  Richard M. Stallman  <rms@gnu.org>
25861         * progmodes/flymake.el (flymake-float-time): Instead of
25862         with-no-warnings, test for XEmacs.
25863         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
25864         to avoid warning.
25866 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
25868         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
25870 2005-07-05  Lute Kamstra  <lute@gnu.org>
25872         * battery.el: Add support for Darwin (with much debugging help
25873         from Samuel Lauber <sam124@operamail.com>).
25874         (battery-status-function, battery-echo-area-format)
25875         (battery-mode-line-format): Add support for pmset on Darwin.
25876         (battery-load-low, battery-load-critical): New user options.
25877         (battery-pmset): New function.
25879 2005-07-05  Lute Kamstra  <lute@gnu.org>
25881         Update FSF's address in GPL notices.
25883         * textmodes/page-ext.el: Update FSF's address.
25885 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
25887         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
25888         filling from using prefix when filling a single-line docstring.
25890         * progmodes/flymake.el: Remove useless eval-when-compile.
25892         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
25894 2005-07-04  Richard M. Stallman  <rms@gnu.org>
25896         * textmodes/org.el (org-file-apps-defaults-gnu):
25897         Rename from org-file-apps-defaults-linux.
25898         (org-default-apps): Don't test system-type for `linux'.
25899         (org-file-apps): Doc fix.
25901 2005-07-04  David Ponce  <david@dponce.com>
25903         * tree-widget.el: Improve header Commentary section.
25904         (tree-widget) [defgroup]
25905         (tree-widget-image-enable, tree-widget-themes-directory)
25906         (tree-widget-theme, tree-widget-image-properties-emacs)
25907         (tree-widget-image-properties-xemacs, tree-widget-create-image)
25908         (tree-widget-image-formats, tree-widget-control)
25909         (tree-widget-empty-control, tree-widget-leaf-control
25910         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
25911         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
25912         (tree-widget-keep, tree-widget-after-toggle-functions)
25913         (tree-widget-open-node, tree-widget-close-node): Doc fix.
25914         (tree-widget-open-control, tree-widget-close-control): Fix doc and
25915         :help-echo message.
25916         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
25917         (tree-widget-image-properties): Doc fix.  Clearer implementation.
25918         (tree-widget--cursors): New constant.
25919         (tree-widget-lookup-image): New function split from
25920         `tree-widget-find-image'.  Clearer implementation.
25921         (tree-widget-find-image): Use it.
25922         (tree-widget-button-keymap): Use `set-keymap-parent'.
25923         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
25924         Define the sub-widgets here.
25925         (tree-widget-node): Check that :node is not a tree-widget.
25926         (tree-widget-get-super, tree-widget-open-control)
25927         (tree-widget-close-control, tree-widget-empty-control)
25928         (tree-widget-leaf-control, tree-widget-guide)
25929         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
25930         (tree-widget-no-handle, tree-widget-value-delete)
25931         (tree-widget-map): Remove.
25932         (tree-widget-children-value-save): Doc fix.  Simplified.
25933         (tree-widget-value-create): Update according to previous changes.
25935 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
25937         * textmodes/org.el: Leading space replaced by TABS.
25938         (org-recalc-marks, org-table-rotate-recalc-marks)
25939         (org-table-get-specials): Treat "^" and "_" marks.
25940         (org-table-justify-field-maybe): Optional argument NEW.
25941         (org-table-eval-formula): Parsing of the format simplified.
25942         New modes C,I.  Honor the %= parameter in the current table.
25943         Avoid unnecessary re-align by using the NEW argument to
25944         `org-table-justify-field-maybe'.
25945         (org-calc-default-modes): Default for date-format mimicks org-mode.
25946         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
25948 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
25950         * cus-face.el (custom-theme-set-faces): Make it handle face
25951         aliases whose alias declarations are pre- or autoloaded.
25953 2005-07-04  Juri Linkov  <juri@jurta.org>
25955         * faces.el (read-face-name): Put the code for getting a face name
25956         from the buffer before adding the faces from the `face' property.
25957         Use `completing-read-multiple' instead of `completing-read'.
25958         Require `crm'.  Add default value and post-process the returned
25959         list of faces.
25961         * emacs-lisp/crm.el (crm-find-current-element)
25962         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
25964         * emacs-lisp/lisp-mode.el (eval-defun-1):
25965         * emacs-lisp/edebug.el (edebug-eval-defun):
25966         Remove unnecessary quotes.
25968 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
25970         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
25971         (prolog-indent-level): Fix typo in docstring.
25973         * info.el (Info-history, Info-history-forward)
25974         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
25976         * add-log.el (add-change-log-entry):
25977         * comint.el (comint-dynamic-list-input-ring)
25978         (comint-dynamic-list-completions):
25979         * dabbrev.el (dabbrev-expand):
25980         * delim-col.el (delimit-columns-rectangle-line):
25981         * diff-mode.el (diff-context->unified, diff-reverse-direction)
25982         (diff-unified->context):
25983         * ediff-init.el (ediff-abbrev-jobname):
25984         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
25985         (ediff-replace-session-activity-marker-in-meta-buffer):
25986         * info.el (Info-summary):
25987         * lpr.el (printify-region):
25988         * printing.el (pr-create-interface):
25989         * ps-print.el (ps-print-quote):
25990         * ses.el (ses-column-widths, ses-print-cell)
25991         (ses-adjust-print-width, ses-center):
25992         * shell.el (shell-file-name-quote-list):
25993         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
25994         (strokes-fill-current-buffer-with-whitespace)
25995         (strokes-xpm-for-stroke, strokes-list-strokes)
25996         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
25997         * term.el (term-dynamic-list-input-ring)
25998         (term-dynamic-list-completions):
25999         * calc/calc.el (math-format-stack-value):
26000         * emacs-lisp/edebug.el (edebug-display-freq-count):
26001         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26002         (delphi-new-comment-line):
26003         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26004         * progmodes/executable.el (executable-set-magic):
26005         * progmodes/python.el (inferior-python-mode):
26006         * progmodes/scheme.el (scheme-mode-syntax-table):
26007         * progmodes/sh-script.el (sh-maybe-here-document):
26008         * progmodes/sql.el (sql-copy-column):
26009         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26010         * textmodes/bibtex.el (bibtex-mode):
26011         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26012         (sgml-auto-attributes):
26013         * textmodes/table.el (table-insert, table-shorten-cell)
26014         (table--generate-source-scan-lines, table-delete-row)
26015         (*table--cell-delete-char, table--spacify-frame)
26016         (table--horizontally-shift-above-and-below)
26017         (table--cell-insert-char, table--cell-blank-str)
26018         (table--fill-region-strictly):
26019         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26020         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26022         * add-log.el (change-log):
26023         * apropos.el (apropos):
26024         * comint.el (comint-completion, comint-source):
26025         * dabbrev.el (dabbrev):
26026         * delim-col.el (columns):
26027         * diff-mode.el (diff-mode):
26028         * ediff.el (ediff):
26029         * ediff-diff.el (ediff-diff):
26030         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26031         * ediff-mult.el (ediff-mult):
26032         * ediff-ptch.el (ediff-ptch):
26033         * ediff-wind.el (ediff-window):
26034         * facemenu.el (facemenu):
26035         * indent.el (indent):
26036         * info.el (info):
26037         * jka-cmpr-hook.el (compression, jka-compr):
26038         * lpr.el (lpr):
26039         * outline.el (outlines):
26040         * pcmpl-cvs.el (pcmpl-cvs):
26041         * pcmpl-rpm.el (pcmpl-rpm):
26042         * printing.el (printing):
26043         * ps-print.el (postscript, ps-print, ps-print-horizontal)
26044         (ps-print-vertical, ps-print-headers, ps-print-font)
26045         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26046         (ps-print-background, ps-print-printer, ps-print-page)
26047         (ps-print-miscellany):
26048         * ses.el (ses):
26049         * shell.el (shell, shell-directories, shell-faces):
26050         * startup.el (initialization):
26051         * strokes.el (strokes):
26052         * term.el (term):
26053         * uniquify.el (uniquify):
26054         * w32-vars.el (w32):
26055         * calc/calc.el (calc):
26056         * emacs-lisp/bytecomp.el (bytecomp):
26057         * emacs-lisp/cl-indent.el (lisp-indent):
26058         * emacs-lisp/edebug.el (edebug):
26059         * emacs-lisp/elp.el (elp):
26060         * emacs-lisp/testcover.el (testcover):
26061         * emacs-lisp/trace.el (trace):
26062         * emulation/viper-ex.el (viper-ex):
26063         * emulation/viper-mous.el (viper-mouse):
26064         * mail/mailalias.el (mailalias):
26065         * mail/supercite.el (supercite, supercite-frames)
26066         (supercite-attr, supercite-cite, supercite-hooks):
26067         * net/rcompile.el (remote-compile):
26068         * net/rlogin.el (rlogin):
26069         * obsolete/ooutline.el (outlines):
26070         * progmodes/delphi.el (delphi):
26071         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
26072         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
26073         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
26074         (ebnf-optimization):
26075         * progmodes/etags.el (etags):
26076         * progmodes/executable.el (executable):
26077         * progmodes/idlwave.el (idlwave):
26078         * progmodes/pascal.el (pascal):
26079         * progmodes/prolog.el (prolog):
26080         * progmodes/python.el (python):
26081         * progmodes/scheme.el (scheme):
26082         * progmodes/sh-script.el (sh, sh-script):
26083         * progmodes/sql.el (SQL):
26084         * progmodes/tcl.el (tcl):
26085         * textmodes/bibtex.el (bibtex, bibtex-autokey):
26086         * textmodes/enriched.el (enriched):
26087         * textmodes/makeinfo.el (makeinfo):
26088         * textmodes/sgml-mode.el (sgml):
26089         * textmodes/table.el (table-hooks):
26090         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
26091         * textmodes/texinfo.el (texinfo):
26092         * textmodes/two-column.el (two-column):
26093         Finish `defgroup' description with period.
26095         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26096         * eshell/esh-var.el (eshell-var):
26097         * progmodes/vhdl-mode.el (vhdl-testbench):
26098         * textmodes/org.el (org): Fix typos in docstrings.
26100         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26101         consistency.
26103         * progmodes/flymake.el (flymake-find-file): Remove.
26104         (flymake-float-time): Use `with-no-warnings'.
26105         (flymake-check-start-time, flymake-check-was-interrupted)
26106         (flymake-err-info, flymake-is-running, flymake-last-change-time)
26107         (flymake-new-err-info): `defvar' at compile time.
26109 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
26111         * replace.el (occur-hook): Doc fix.
26112         (occur-1): Don't call `occur-hook' if there are no matches.
26114 2005-07-03  Richard M. Stallman  <rms@gnu.org>
26116         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
26117         global-map, save the same map.
26118         (global-map): Don't alter it at top level.
26119         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
26120         Then alter it here instead.
26121         (tpu-edt-off): Set global-map to the saved one.
26123         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
26124         All references simplified.
26125         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
26126         (zmacs-regions): Add defvar.
26127         (repeat-complex-command-map): Everything about that deleted.
26129         * textmodes/artist.el (artist-key-is-drawing)
26130         (artist-key-endpoint1, artist-key-poly-point-list)
26131         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
26132         (artist-key-compl-table, artist-rb-save-data)
26133         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
26134         Don't put them in eval-when-compile.
26135         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
26137         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
26138         Use with-no-warnings.
26140         * net/browse-url.el (dos-windows-version): Add defvar.
26142         * mail/supercite.el (filladapt-prefix-table): Add defvar.
26144         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
26145         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
26146         (rmail-new-summary-line-count): Rename from new-summary-line-count.
26147         Add defvar.
26148         (rmail-summary-beginning-of-message): Use with-no-warnings.
26149         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
26151         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
26152         Use with-no-warnings.
26154         * emulation/vi.el (vi-mark-region): Use c-mark-function.
26155         (c-mark-function): Add point-moving-unit property.
26156         (vi-goto-line): Use with-no-warnings.
26158         * emulation/edt.el (edt-last-copied-word): Add defvar.
26159         (zmacs-region-stays): Likewise.
26160         (edt-mark-section-wisely): Use c-mark-function for C.
26161         Use makr-defun for Fortran.
26162         (time-string): defvar deleted.
26163         (edt-display-the-time): Don't set time-string.
26165         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
26167         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26168         Don't warn when name is not constant
26169         or for defining the group `emacs'.
26171         * tooltip.el (gud-tooltip-mode): Add defvar.
26173         * startup.el (default-frame-background-mode): Add defvar.
26175         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
26177         * info.el (tool-bar-map): Add defvar.
26179         * dired.el (dnd-protocol-alist): Add defvar.
26181         * dired-aux.el (dired-query): Display question with answer, when
26182         the user answers.
26184         * custom.el (custom-add-option): Doc fix.
26186         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
26188 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
26190         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
26191         bogus name from the last change.
26193 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
26195         * custom.el (custom-declare-variable): Fix typos in comment.
26196         (custom-known-themes): Doc fix.
26197         (custom-theme-directory): New defcustom.
26198         (require-theme): Make it check `custom-theme-directory'.
26200         * cus-theme.el (custom-new-theme-mode): New function.
26201         (custom-theme-name, custom-theme-variables, custom-theme-faces)
26202         (custom-theme-description): Add compiler defvars.
26203         (customize-create-theme): Add doc to the "*New Custom Theme*"
26204         buffer.  Use `custom-new-theme-mode'.
26205         (custom-theme-write): Put the created buffer in emacs-lisp-mode
26206         and save it to the `custom-theme-directory'.  Make this the
26207         default directory of the buffer.
26209 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
26211         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
26212         Fix unbalanced parentheses.
26214 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26216         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
26217         into flymake-mode and delegate to flymake-mode.
26219         * find-file.el (ff-which-function-are-we-in): Clean up.
26221 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
26223         * replace.el (occur-rename-buffer): Fix docstring.
26225         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
26226         (edt-last-copied-word, edt-learn-macro-count)
26227         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
26228         (edt-rect-start-point, edt-user-global-map, rect-start-point)
26229         (time-string, zmacs-region-stays):
26230         * emulation/edt-mapper.el (edt-save-function-key-map)
26231         (EDT-key-name): `defvar' to silence the byte-compiler.
26233 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
26235         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
26236         font-lock-regexp-backslash.  Doc fix.
26237         (font-lock-regexp-backslash-grouping-construct): Rename from
26238         font-lock-regexp-backslash-construct.  Doc fix.
26239         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
26240         grouping constructs.
26242 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
26244         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
26245         updating all the prerequisites.
26247 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
26249         * textmodes/org.el (org-agenda-start-on-weekday)
26250         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
26251         (org-agenda-use-time-grid, org-archive-location)
26252         (org-allow-space-in-links, org-usenet-links-prefer-google)
26253         (org-enable-table-editor, org-export-default-language)
26254         (org-export-html-show-new-buffer, org-fill-paragraph)
26255         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
26256         (org-goto-quit, org-occur, org-eval-in-calendar)
26257         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
26258         (org-agenda-diary-entry, org-remember-help)
26259         (org-table-convert-region, org-at-table-p)
26260         (org-table-move-row-down, org-table-move-row-up)
26261         (org-table-copy-region, org-table-toggle-vline-visibility)
26262         (org-table-get-stored-formulas, org-table-get-specials)
26263         (org-recalc-commands, org-table-eval-formula)
26264         (org-table-formula-substitute-names, orgtbl-make-binding)
26265         (org-format-org-table-html, org-format-table-table-html)
26266         (org-format-table-table-html-using-table-generate-source)
26267         (org-customize): Fix typos in docstrings.
26268         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
26269         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
26270         (org-back-to-heading): Doc fixes.
26271         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
26272         (org-agenda-change-all-lines, org-get-header):
26273         Improve argument/docstring consistency.
26274         (orgtbl-error): Fix error message.
26276         * progmodes/flymake.el (flymake-find-possible-master-files)
26277         (flymake-master-file-compare, flymake-get-line-err-count)
26278         (flymake-highlight-line, flymake-gui-warnings-enabled):
26279         Fix typos in docstrings.
26280         (flymake-parse-line, flymake-get-project-include-dirs-function)
26281         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
26282         Doc fixes.
26283         (flymake-get-project-include-dirs-function)
26284         (flymake-make-err-menu-data):
26285         Improve argument/docstring consistency.
26287 2005-07-01  Lute Kamstra  <lute@gnu.org>
26289         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
26290         Catch errors with ignore-errors.  Use temporary buffer.
26291         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
26293         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
26294         background color faces.
26295         (facemenu-set-foreground, facemenu-set-background):
26296         Use facemenu-set-face-from-menu.
26297         (facemenu-set-face-from-menu): Treat face names that start with
26298         "fg:" or "bg:" as special.
26299         (facemenu-add-new-color): Don't create faces.  Simplify.
26301 2005-06-30  Richard M. Stallman  <rms@gnu.org>
26303         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
26304         (crm-find-current-element): Likewise.
26306 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
26308         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
26310 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26312         * arc-mode.el (archive-extract): Make it work as a mouse binding.
26313         (archive-mouse-extract): Make it an obsolete alias.
26314         (archive-mode-map): Don't use archive-mouse-extract any more.
26315         (archive-mode, archive-extract): write-contents-hooks ->
26316         write-contents-functions.
26317         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
26318         first arg.
26319         (archive-rename-entry): Update the call.
26320         (archive-zip-summarize): Remove unused var `method'.
26321         (archive-lzh-summarize): Remove unused var `creator'.
26323         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
26324         dedicated frame upon exit.
26326         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
26327         (archive-zip-extract, archive-zip-expunge)
26328         (archive-zip-update, archive-zip-update-case): Use executable-find.
26329         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
26330         Use restore-buffer-modified-p.
26331         (archive-extract, archive-add-new-member, archive-write-file-member):
26332         Use with-current-buffer.
26333         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
26335 2005-06-30  Andreas Schwab  <schwab@suse.de>
26337         * progmodes/gud.el (gud-filter): Remove unneeded progn.
26339 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
26341         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
26343 2005-06-30  Juri Linkov  <juri@jurta.org>
26345         * faces.el (vertical-border): Inherit from mode-line-inactive
26346         only on tty.
26348 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
26350         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
26351         example, -NLINES in the `occur' docstring).
26353         * replace.el (occur-1): When no matches are found, do not set the
26354         `buffer-read-only' and modified flags for the occur buffer,
26355         because it is deleted.
26357         * emulation/cua-base.el (cua-check-pending-input)
26358         (cua-repeat-replace-region, cua-mode, cua-debug)
26359         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
26360         Fix typos in docstrings.
26362         * emulation/cua-gmrk.el (cua-toggle-global-mark)
26363         (cua-cut-region-to-global-mark)
26364         (cua--cut-rectangle-to-global-mark):
26365         Remove period from end of messages.
26367         * emulation/cua-rect.el (cua-do-rectangle-padding):
26368         Remove period from end of messages.
26369         (cua--rectangle-seq-format): Fix typo in docstring.
26370         (cua-sequence-rectangle, cua-fill-char-rectangle):
26371         Improve argument/docstring consistency.
26373 2005-06-29  Juri Linkov  <juri@jurta.org>
26375         * faces.el (default-frame-background-mode): New internal variable.
26376         (frame-set-background-mode): Use it.
26378         * startup.el (normal-top-level): Set default-frame-background-mode
26379         instead of frame-background-mode.  Before setting it, test for its
26380         nil value.  Remove tests for frame-background-mode and frame
26381         parameter `reverse'.  Add test for "unspecified-fg".
26383         * term/xterm.el (xterm-rxvt-set-background-mode):
26384         * term/rxvt.el (rxvt-set-background-mode):
26385         Set default-frame-background-mode instead of frame-background-mode.
26387 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
26389         * simple.el (set-variable): Warn about obsolete user variables.
26391         * imenu.el (imenu--completion-buffer):
26392         * mouse.el (mouse-buffer-menu-alist):
26393         * msb.el (msb-invisible-buffer-p):
26394         * calendar/diary-lib.el (diary-header-line-format):
26395         * emacs-lisp/pp.el (pp-buffer):
26396         * progmodes/cperl-mode.el (cperl-do-auto-fill):
26397         * textmodes/picture.el (picture-replace-match):
26398         Change space constants followed by a sexp to "?\s ".
26400         * play/decipher.el (decipher-loop-with-breaks):
26401         * textmodes/texinfo.el (texinfo-insert-@item): Change space
26402         constants "protected" from end of line by a comment to "?\s".
26404 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26406         * font-lock.el (save-buffer-state): Use `declare'.
26408         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
26409         reset the syntax-table to cperl-mode-syntax-table.
26410         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
26411         "foo_print_bar" is not matched as a reserved keyword.
26413 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
26415         * textmodes/org.el (orgtbl-setup): New function, for delayed
26416         setup for the orgtbl commands.
26417         (org-calc-default-modes): New option.
26418         (orgtbl-make-binding): Use `defun' to get better help display.
26419         (org-diary): Call `org-compile-prefix-format'.
26420         (org-table-formula-substitute-names): New function.
26421         (org-agenda-day-view, org-agenda-week-view): New commands.
26422         (org-agenda-toggle-week-view): Command removed.
26423         (org-tbl-menu): Split off from org-org-menu.
26424         (org-mode): Move removal of outline-mode menus to here.
26425         (org-table-formula-debug): New option.
26426         (org-table-insert-row): Keep first field if just "#" or "*".
26427         (org-mode): Paragraph regexps fixed.
26428         (org-table-recalculate-regexp): New constant.
26429         (org-table-justify-field-maybe): Avoid replace if not necessary.
26430         (org-copy-special, org-cut-special): Use `call-interactively'.
26431         (org-table-copy-region): Take region from `interactive' call.
26432         (org-trim): Return string even if no match.
26433         (org-formula): New face.
26434         (org-set-font-lock-defaults): No longer highlight "FIXME".
26435         But highlight formula-related fields in table.
26436         (org-table-p): Use regexp, not fontification.
26437         (org-table-align): Handle white space at end of line.
26438         (org-table-formula-evaluate-inline): New option.
26439         (org-mode): Auto-wrapping in comment lines turned off.
26440         (org-table-copy-down): Evaluate only in copied field, not in
26441         destination.
26442         (org-table-current-formula): Variable removed.
26443         (org-table-store-formulas, org-table-get-stored-formulas)
26444         (org-table-modify-formulas, org-table-replace-in-formulas)
26445         (org-table-maybe-eval-formula): New functions.
26446         (org-table-get-formula): Modify to use stored formulas.
26447         (org-table-insert-column, org-table-delete-column)
26448         (org-table-move-column): Call `org-table-modify-formulas'.
26449         (org-complete): Add completion for keyword formulas.
26450         (orgtbl-mode): Pull orgtbl-mode-map to start of
26451         minor-mode-map-alist.
26453 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26455         * progmodes/python.el (python-check): Require `compile' before
26456         modifying its variables.
26458         * newcomment.el (comment-indent-default): Don't get fooled by an early
26459         end of buffer.
26461 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26463         * ps-print.el (ps-print-version): Fix version number.
26465 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
26467         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
26469 2005-06-28  Richard M. Stallman  <rms@gnu.org>
26471         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
26472         (flyspell-local-mouse-map): Declaration deleted.
26473         (flyspell-mouse-map): Bind only mouse-2.
26474         (flyspell-mode-map): Don't test flyspell-use-local-map.
26475         (flyspell-overlay-keymap-property-name): Var deleted.
26476         (flyspell-mode-on): Don't make local bindings for
26477         flyspell-mouse-map and flyspell-mode-map.
26478         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
26480         * textmodes/ispell.el (ispell-word): Do not ignore short words.
26482         * progmodes/compile.el (compilation-next-error-function):
26483         Don't switch buffers; operate on the current buffer.
26485         * progmodes/compile.el (compilation-error-file-name)
26486         (compilation-warning-file-name, compilation-info-file-name)
26487         (compilation-line-number, compilation-column-number): New faces.
26488         (compilation-error-face, compilation-warning-face)
26489         (compilation-info-face, compilation-line-face)
26490         (compilation-column-face): Use them.
26492         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
26494         * comint.el (comint-password-prompt-regexp): Accept ", try again".
26496         * bindings.el (global-map): Bind insertchar and its variants.
26498 2005-06-27  Richard M. Stallman  <rms@gnu.org>
26500         * textmodes/artist.el (artist-text-overwrite)
26501         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
26503 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26505         * ps-print.el: It was not working the page selection for printing.
26506         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
26507         (ps-print-version): New version 6.6.7.
26508         (ps-end-sheet): New fun.
26509         (ps-header-sheet, ps-end-job): Call it.
26511 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
26513         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
26515 2005-06-27  Lute Kamstra  <lute@gnu.org>
26517         * facemenu.el (facemenu-unlisted-faces): Add foreground and
26518         background color faces.
26519         (facemenu-get-face): Delete function.
26520         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
26521         (facemenu-add-new-color): Make second argument mandatory.
26522         Create the appropriate face and return it.  Simplify.
26523         (facemenu-set-foreground, facemenu-set-background): Don't check if
26524         color is defined.  Use return value of facemenu-add-new-color.
26526 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
26528         * progmodes/gud.el (gud-filter): Add missing argument to
26529         with-selected-window.
26531 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26533         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
26534         a :require to the defcustom.
26536         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
26537         defcustoms corresponding to minor modes.
26539 2005-06-26  David Ponce  <david@dponce.com>
26541         * recentf.el: Require tree-widget instead of wid-edit.
26542         (recentf-filename-handler): Fix widget :type.
26543         (recentf-cancel-dialog, recentf-open-more-files)
26544         (recentf-open-files-action): Doc fix.
26545         (recentf-dialog-goto-first): New function.
26546         (recentf-dialog-mode-map): Set parent keymap first.
26547         (recentf-dialog-mode): Define with define-derived-mode.
26548         Don't display continuation lines in dialogs.
26549         (recentf-edit-list): Rename from recentf-edit-selected-items.
26550         (recentf-edit-list-select): Rename from recentf-edit-list-action.
26551         Simplify.
26552         (recentf-edit-list-validate): New function.
26553         (recentf-edit-list): Update accordingly.
26554         (recentf-open-files-item-shift): Remove.
26555         (recentf-open-files-item): Convert menu elements into tree and
26556         link widgets.  Don't create the widgets.
26557         (recentf-open-files): Update accordingly.
26558         (recentf-save-list): Untabify.
26560 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
26562         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
26563         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
26564         partially contained in the active region.  Do not take active
26565         region into account when called from Lisp, unless INTERACTIVE arg
26566         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
26567         avoid trouble with fields.  Make marker point nowhere when no
26568         longer used.  Always return nil.  Doc fix.
26569         (flush-lines): Add INTERACTIVE arg.  Do not take active region
26570         into account when called from Lisp, unless INTERACTIVE arg is
26571         non-nil.  Use `forward-line' instead of `beginning-of-line' to
26572         avoid trouble with fields.  Make marker point nowhere when no
26573         longer used.  Always return nil.  Doc fix.
26574         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
26575         interchangeable.  Do not take active region into account when
26576         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
26577         message in echo area when called from Lisp, unless INTERACTIVE arg
26578         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
26579         Return the number of matches.  Doc fix.
26580         (occur): Doc fix.
26581         (perform-replace): Make comment follow double space convention for
26582         the sake of `outline-minor-mode'.
26584         * faces.el (facep): Doc fix.
26586 2005-06-25  Richard M. Stallman  <rms@gnu.org>
26588         * facemenu.el (facemenu-enable-faces-p): New function.
26589         (facemenu-background-menu, facemenu-foreground-menu)
26590         (facemenu-face-menu): Add menu-enable property.
26592         * jka-compr.el (jka-compr-insert-file-contents):
26593         Special handling if cannot find the uncompression program.
26595         * cus-face.el (custom-face-attributes): Add autoload.
26597         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26598         Bind comment-indent-function locally.
26600         * window.el (save-selected-window): Use save-current-buffer.
26602         * subr.el (with-selected-window): Use save-current-buffer.
26604         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
26605         and with-current-buffer.
26607 2005-06-24  Richard M. Stallman  <rms@gnu.org>
26609         * simple.el (line-move-1): Fix previous change.
26611 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
26613         * replace.el (occur-1): Set `buffer-read-only' and the
26614         buffer-modified flag before running `occur-hook' to protect
26615         against unintentional buffer switches that can lead to data loss.
26617 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
26619         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
26620         (gud-gdb-marker-filter): Use font-lock-warning-face for any
26621         initial error.
26623         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
26624         after fresh input.
26625         (gdb-var-create-handler): Put name of expression in quotes.
26627 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
26629         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
26630         elements of RING in order, and without bogus nil elements.
26632 2005-06-23  Richard M. Stallman  <rms@gnu.org>
26634         * simple.el (set-variable): Args renamed; doc fix.
26635         (line-move-1): When there are overlays around, use vertical-motion.
26637         * faces.el (escape-glyph): Use brown against light background.
26638         (nobreak-space): Rename from no-break-space.
26639         Fix previous change.
26641         * dired-aux.el (dired-do-copy): Fix arg prompt.
26643         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
26645 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
26647         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
26648         rather than "Distributor".
26650 2005-06-23  Lute Kamstra  <lute@gnu.org>
26652         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
26653         (debug-on-entry): Use it.  New interactive declaration that uses
26654         function-called-at-point.
26656 2005-06-23  Kim F. Storm  <storm@cua.dk>
26658         * subr.el (save-match-data): Add comment about using evaporate arg
26659         to set-match-data.
26661 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
26663         * cus-edit.el (customize-face)
26664         (customize-face-other-window): Handle face aliases.
26666         * faces.el (face-documentation, set-face-attribute)
26667         (face-spec-set): Handle face aliases.
26669 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
26671         * help-mode.el (help-make-xrefs): If a symbol representing a face
26672         name is not followed by the word "face", it could still be a
26673         function or variable name, so don't bypass other checks.
26675 2005-06-22  Juri Linkov  <juri@jurta.org>
26677         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
26678         Replace aliased functions with calls where second arg `inherit' is t.
26680 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
26682         * progmodes/gdb-ui.el (gdb-error): New variable.
26683         (gdb-error): New function.
26684         (gdb-annotation-rules): Act on error-begin and error annotations.
26685         (gdb-concat-output): Use font-lock-warning-face for errors.
26687 2005-06-22  Miles Bader  <miles@gnu.org>
26689         * bindings.el (propertized-buffer-identification): Use renamed
26690         `Buffer-menu-buffer' face.
26692         * faces.el (vertical-border): Rename from `vertical-divider'.
26693         (escape-glyph): Change dark-background color back to `cyan'.
26695 2005-06-21  Juri Linkov  <juri@jurta.org>
26697         * faces.el (face-user-default-spec): Try getting `customized-face'
26698         prior to `saved-face'.
26699         (frame-background-mode): Refill docstring.
26701         * emacs-lisp/lisp-mode.el (eval-defun-1):
26702         * emacs-lisp/edebug.el (edebug-eval-defun):
26703         Set `saved-face' temporarily to nil before calling form.
26704         Set `customized-face' to the new spec after that.
26706 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
26708         * subr.el (1value, lambda, key-substitution-in-progress):
26709         Doc fixes.
26711         * autoinsert.el (auto-insert-alist):
26712         * ses.el (ses-call-printer):
26713         * subr.el (noreturn):
26714         * emacs-lisp/lisp.el (check-parens):
26715         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
26716         * net/browse-url.el (browse-url-mosaic):
26717         * progmodes/cc-defs.el (c-safe-scan-lists):
26718         * progmodes/ebnf-abn.el (ebnf-abn-lex):
26719         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
26720         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
26721         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
26722         * progmodes/ebnf-iso.el (ebnf-iso-lex):
26723         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
26725 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
26727         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
26729 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
26731         * calendar/appt.el (appt-make-list): Activate the package, if
26732         not already active (for backwards compatibility).
26734 2005-06-20  Kim F. Storm  <storm@cua.dk>
26736         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
26738 2005-06-20  Miles Bader  <miles@gnu.org>
26740         * faces.el (vertical-divider): New face.
26742 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
26744         * simple.el (kill-whole-line): Doc fix.
26745         (next-error-buffer-p, next-error-find-buffer)
26746         (clone-indirect-buffer): Fix typos in docstrings.
26747         (comment-line-break-function): Doc fix: don't say variable
26748         is automatically buffer-local (it isn't).
26750 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
26752         * net/tramp-ftp.el (top):
26753         * net/tramp-smb.el (top):
26754         * net/tramp-util.el (top):
26755         * net/tramp-uu.el (top):
26756         * net/tramp-vc.el (top):
26757         * net/tramp.el (top): Revert copyright years back to original
26758         ones.  Tramp has a life outside GNU Emacs.
26760 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
26762         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
26764 2005-06-18  Juri Linkov  <juri@jurta.org>
26766         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
26767         end of first regexp to limit the match to the position between
26768         line number and source line with same separator character as used
26769         between file name and line number.  In the second regexp limit
26770         mouse-face area to file name and line number by adding new group
26771         for them and referring it in HYPERLINK arg.
26772         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
26773         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
26774         previous line where grep markers may be already removed.
26776 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
26778         * progmodes/ps-mode.el: Update version and maintainer's email address.
26780 2005-06-18  Steve Youngs  <steve@xemacs.org>
26782         * net/browse-url.el (browse-url-browser-function)
26783         (browse-url-default-browser): Add firefox.
26784         (browse-url-firefox-program, browse-url-firefox-arguments)
26785         (browse-url-firefox-startup-arguments)
26786         (browse-url-firefox-new-window-is-tab): New defcustoms.
26787         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
26789 2005-06-17  Richard M. Stallman  <rms@gnu.org>
26791         * startup.el (command-line): Warn if specified user name has
26792         no home directory.
26794         * term.el (term-get-old-input, term-input-filter, term-input-sender)
26795         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
26797         * longlines.el (longlines-mode, longlines-show-hard-newlines):
26798         Doc fixes.
26800         * faces.el (underline): Try bold if terminal doesn't support underline.
26802         * mail/sendmail.el (mail-setup-with-from): New variable.
26803         (mail-insert-from-field): New function.
26804         (sendmail-send-it): Call it.
26805         (mail-setup): Optionally call it here.
26807         * term/linux.el: Call tty-no-underline.
26809 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
26811         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
26813 2005-06-17  Miles Bader  <miles@gnu.org>
26815         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
26816         (ediff-current-diff-C, ediff-current-diff-Ancestor)
26817         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
26818         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
26819         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
26820         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
26821         Remove "-face" suffix from face names.
26822         (ediff-current-diff-face-A, ediff-current-diff-face-B)
26823         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
26824         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
26825         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
26826         (ediff-even-diff-face-A, ediff-even-diff-face-B)
26827         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
26828         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
26829         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
26830         New backward-compatibility aliases for renamed faces.
26831         (ediff-current-diff-face-A, ediff-current-diff-face-B)
26832         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
26833         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
26834         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
26835         (ediff-even-diff-face-A, ediff-even-diff-face-B)
26836         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
26837         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
26838         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
26839         Use renamed ediff faces.
26841         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
26842         Remove "-face" suffix from face names.
26843         (eshell-test-ok-face, eshell-test-failed-face):
26844         New backward-compatibility aliases for renamed faces.
26845         (eshell-run-test): Use renamed eshell-test faces.
26847         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
26848         face name.
26849         (eshell-prompt-face): New backward-compatibility alias for renamed
26850         face.
26851         (eshell-emit-prompt): Use renamed eshell-prompt face.
26853         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
26854         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
26855         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
26856         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
26857         Remove "-face" suffix from face names.
26858         (eshell-ls-directory-face, eshell-ls-symlink-face)
26859         (eshell-ls-executable-face, eshell-ls-readonly-face)
26860         (eshell-ls-unreadable-face, eshell-ls-special-face)
26861         (eshell-ls-missing-face, eshell-ls-archive-face)
26862         (eshell-ls-backup-face, eshell-ls-product-face)
26863         (eshell-ls-clutter-face):
26864         New backward-compatibility aliases for renamed faces.
26865         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
26867         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
26868         Remove "-face" suffix from face name.
26869         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
26870         instead of literal face.
26872 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
26874         * emacs-lisp/warnings.el (display-warning, lwarn)
26875         (warning-minimum-log-level): Doc fixes.
26876         (warning-minimum-level, warning-minimum-log-level):
26877         Add :debug to :type choices.
26879         * progmodes/ada-mode.el (ada-format-paramlist)
26880         (ada-get-indent-case, ada-check-matching-start)
26881         (ada-check-defun-name, ada-goto-matching-decl-start)
26882         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
26883         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
26884         (ada-make-subprogram-body): Follow error conventions.
26885         (ada-case-exception-file, ada-indent-comment-as-code)
26886         (ada-indent-handle-comment-special, ada-indent-renames)
26887         (ada-indent-return, ada-search-directories-internal)
26888         (ada-tab-policy, ada-case-exception-substring)
26889         (ada-other-file-alist, ada-matching-start-re)
26890         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
26891         (ada-imenu-generic-expression, ada-compile-goto-error)
26892         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
26893         (ada-popup-menu, ada-add-extensions, ada-mode)
26894         (ada-region-selected, ada-create-case-exception)
26895         (ada-create-case-exception-substring, ada-after-keyword-p)
26896         (ada-activate-keys-for-case, ada-adjust-case-region)
26897         (ada-adjust-case-buffer, ada-format-paramlist)
26898         (ada-scan-paramlist, ada-insert-paramlist)
26899         (ada-indent-newline-indent)
26900         (ada-indent-newline-indent-conditional)
26901         (ada-justified-indent-current, ada-goto-previous-word)
26902         (ada-indent-current, ada-get-indent-open-paren)
26903         (ada-get-indent-paramlist, ada-get-indent-end)
26904         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
26905         (ada-get-indent-block-start, ada-get-indent-subprog)
26906         (ada-get-indent-noindent, ada-get-indent-label)
26907         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
26908         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
26909         (ada-goto-stmt-end, ada-goto-next-word)
26910         (ada-check-matching-start, ada-check-defun-name)
26911         (ada-goto-matching-decl-start, ada-goto-matching-start)
26912         (ada-goto-matching-end, ada-search-ignore-string-comment)
26913         (ada-in-decl-p, ada-looking-at-semi-or)
26914         (ada-looking-at-semi-private, ada-in-paramlist-p)
26915         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
26916         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
26917         (ada-next-procedure, ada-previous-procedure, ada-next-package)
26918         (ada-previous-package, ada-create-menu)
26919         (ada-fill-comment-paragraph-justify)
26920         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
26921         (ada-other-file-name, ada-last-which-function-line)
26922         (ada-last-which-function-subprog, ada-which-function)
26923         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
26924         (ada-gen-treat-proc, ada-check-emacs-version)
26925         (ada-continuation-indent, ada-align-region-separate):
26926         Fix typos in docstrings.
26927         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
26929 2005-06-16  Lute Kamstra  <lute@gnu.org>
26931         * simple.el (fundamental-mode): Run after-change-major-mode-hook
26932         conditionally.
26934 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
26936         * comint.el (comint-replace-by-expanded-filename)
26937         (comint-prompt-regexp, comint-delimiter-argument-list)
26938         (comint-preinput-scroll-to-bottom):
26939         * info.el (Info-hide-cookies-node):
26940         * ls-lisp.el (ls-lisp-classify):
26941         * find-file.el (ff-search-directories, ff-special-constructs)
26942         (ff-find-other-file):
26943         * font-lock.el (font-lock-keywords):
26944         * shell.el (shell-prompt-pattern)
26945         (shell-dynamic-complete-functions, shell-mode)
26946         (shell-delimiter-argument-list):
26947         * term.el (term-replace-by-expanded-filename)
26948         (term-prompt-regexp, term-delimiter-argument-list):
26949         * woman.el (woman-ignore, woman0-if):
26950         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
26951         * emacs-lisp/elint.el (elint-init-env):
26952         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
26953         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
26954         * language/ethio-util.el (ethio-tilde-escape)
26955         (ethio-use-three-dot-question):
26956         * net/zone-mode.el (zone-mode-load-time-setup):
26957         * progmodes/cc-align.el (c-lineup-argcont):
26958         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
26959         * progmodes/cperl-mode.el (cperl-set-style-back):
26960         * progmodes/inf-lisp.el (inferior-lisp-prompt):
26961         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
26962         Fix spellings in docstrings.
26964         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
26965         * progmodes/modula2.el (m2-for): Fix spellings.
26967         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
26969         * simple.el (undo-more): Don't use `format' on `error' arguments.
26970         Improve argument/docstring consistency.
26971         (pending-undo-list): Doc fix.
26973         * smerge-mode.el (smerge-ensure-match):
26974         * emulation/vip.el (vip-ex):
26975         * net/zone-mode.el (zone-mode-update-serial):
26976         * progmodes/idlwave.el (idlwave-complete):
26977         * progmodes/vhdl-mode.el (vhdl-visit-file)
26978         (vhdl-compose-wire-components):
26979         Don't use `format' on `error' arguments.
26981         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
26982         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
26983         (tooltip-help-tips): Fix typos in docstrings.
26985 2005-06-16  David Ponce  <david@dponce.com>
26987         * tree-widget.el (tree-widget-value-create): Simplify last change.
26989 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
26991         * ido.el (ido-incomplete-regexp): New variable.
26992         (ido-set-matches-1): Handle invalid-regexp error and set
26993         ido-incomplete-regexp.
26994         (ido-incomplete-regexp): New face.
26995         (ido-completions): Use it.
26996         (ido-complete, ido-exit-minibuffer, ido-completions):
26997         Handle incomplete regexps.
26998         (ido-completions): Add check for complete match when entering a regexp.
27000 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27002         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27004 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
27006         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27007         by field delimiters.
27009 2005-06-15  David Ponce  <david@dponce.com>
27011         * tree-widget.el: eval-and-compile inlined functions so they will
27012         be available at run-time too.
27013         (tree-widget-super-format-handler)
27014         (tree-widget-format-handler): Remove.
27015         (tree-widget-value-create): Handle the :indent property.
27017 2005-06-15  Miles Bader  <miles@gnu.org>
27019         * progmodes/which-func.el (which-func): Only inherit
27020         `font-lock-function-name-face' when that makes sense against the
27021         default mode-line face, otherwise set the face color explicitly.
27023         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27024         faces instead of (non-existent) variables.
27026 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
27028         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27029         (iswitchb-get-matched-buffers): Likewise.  Simplify.
27031 2005-06-14  Miles Bader  <miles@gnu.org>
27033         * progmodes/ld-script.el (ld-script-location-counter):
27034         Remove "-face" suffix from face name.
27035         (ld-script-location-counter-face):
27036         New backward-compatibility alias for renamed face.
27037         (ld-script-location-counter-face): Use renamed face.
27039         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27040         (cperl-hash): Remove "-face" suffix from face names.
27041         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27042         New backward-compatibility aliases for renamed faces.
27043         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27044         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27046         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27047         name.
27048         (which-func-face): New backward-compatibility alias for renamed face.
27049         (which-func-format): Use renamed which-func face.
27051         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
27052         (vhdl-function, vhdl-directive, vhdl-reserved-word)
27053         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27054         names.
27055         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27056         (vhdl-speedbar-configuration, vhdl-speedbar-package)
27057         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27058         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27059         (vhdl-speedbar-architecture-selected)
27060         (vhdl-speedbar-configuration-selected)
27061         (vhdl-speedbar-package-selected)
27062         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27063         names.
27064         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27065         Use renamed faces.
27066         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27067         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27068         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
27069         Use renamed faces.
27070         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
27071         names.
27072         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
27073         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
27074         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
27075         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
27076         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
27077         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
27079         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
27080         face name.
27081         (sh-heredoc-face): New backward-compatibility alias for renamed face.
27082         (sh-heredoc-face): Use renamed sh-heredoc face.
27084         * progmodes/idlw-help.el (idlwave-help-link):
27085         Remove "-face" suffix from face name.
27086         (idlwave-help-link-face):
27087         New backward-compatibility alias for renamed face.
27088         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
27090         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
27091         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
27092         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27093         New backward-compatibility aliases for renamed faces.
27094         (idlwave-shell-disabled-breakpoint-face)
27095         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27097         * progmodes/flymake.el (flymake-errline, flymake-warnline):
27098         Remove "-face" suffix from face names.
27099         (flymake-errline-face, flymake-warnline-face):
27100         New backward-compatibility aliases for renamed faces.
27101         (flymake-highlight-line): Use renamed flymake faces.
27103         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27104         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27105         (ebrowse-member-class, ebrowse-progress):
27106         Remove "-face" suffix from face names.
27107         (ebrowse-tree-mark-face, ebrowse-root-class-face)
27108         (ebrowse-file-name-face, ebrowse-default-face)
27109         (ebrowse-member-attribute-face, ebrowse-member-class-face)
27110         (ebrowse-progress-face):
27111         New backward-compatibility aliases for renamed faces.
27112         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
27113         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
27114         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
27115         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
27117         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
27118         antlr-syntax)
27119         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
27120         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
27121         names.
27122         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
27123         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
27124         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
27125         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
27126         backward-compatibility aliases for renamed faces.
27127         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27128         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
27129         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
27130         remove "font-lock-".  Use renamed antlr-mode faces.
27131         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
27132         literal face-names with face variable references.
27134         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
27135         face name.
27136         (Buffer-menu-buffer-face): New backward-compatibility alias for
27137         renamed face.
27138         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
27140 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
27142         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
27143         Eliminate "-face" suffix.
27144         (makefile-targets): Inherit from font-lock-function-name-face and
27145         eliminate "-face" suffix.
27146         (makefile-shell): Remove attributes and eliminate "-face" suffix.
27147         (makefile-*-font-lock-keywords): Append makefile-targets in rule
27148         actions, instead of prepending, to make it less visible.
27149         (makefile-previous-dependency, makefile-match-dependency):
27150         Don't match a target on a continuation line.
27152         * files.el (auto-mode-alist): Put Makefile in gmake mode.
27154 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
27156         * progmodes/gdb-ui.el (menu): Re-order menu items.
27157         (gdb-tooltip-print): Respect tooltip-use-echo-area.
27159         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
27160         Define in tooltip.el.
27161         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
27162         (gud-tooltip-tips): Respect tooltip-use-echo-area and
27163         gud-tooltip-echo-area.
27165         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
27166         backward compatibility and make obsolete.
27167         (tooltip-help-tips): Use tooltip-use-echo-area.
27168         (tooltip-show-help-function): Rename to...
27169         (tooltip-show-help): ...this, because it is a function.
27170         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
27172 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
27174         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
27175         (edebug-print-length, edebug-print-level, edebug-print-circle)
27176         (edebug-modify-breakpoint, edebug-eval-last-sexp)
27177         (edebug-eval-print-last-sexp): Doc fixes.
27179 2005-06-14  Kim F. Storm  <storm@cua.dk>
27181         * ido.el (ido-mode): Make a new keymap every time we enable ido,
27182         as the coverage buffer/file/both may change.
27184 2005-06-14  Lute Kamstra  <lute@gnu.org>
27186         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
27187         and run-mode-hooks.  Simplify.
27189         * mail/rmailedit.el (rmail-edit-mode):
27190         * progmodes/octave-inf.el (inferior-octave-mode):
27191         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
27193         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
27194         and run-mode-hooks.
27195         (recentf-edit-list, recentf-open-files): Don't call
27196         kill-all-local-variables directly.
27198         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
27200 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
27202         * emacs-lisp/byte-run.el (make-obsolete)
27203         (define-obsolete-function-alias): Rename arguments FUNCTION and
27204         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
27205         (make-obsolete-variable, define-obsolete-variable-alias):
27206         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
27207         respectively.
27209         * isearchb.el (isearchb-activate):
27210         * pcvs.el (cvs-mode):
27211         * ses.el (ses-load):
27212         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
27213         * net/tramp.el (tramp-find-file-exists-command)
27214         (tramp-find-shell):
27215         * progmodes/ada-mode.el (ada-create-case-exception)
27216         (ada-create-case-exception-substring, ada-make-subprogram-body):
27217         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
27218         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
27219         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
27220         * textmodes/org.el (org-promote, org-evaluate-time-range)
27221         (org-agenda-next-date-line, org-agenda-previous-date-line)
27222         (org-agenda-error, org-open-at-point, org-table-move-row)
27223         (org-format-table-table-html-using-table-generate-source)
27224         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
27225         * textmodes/reftex.el (reftex-access-scan-info):
27226         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
27227         (reftex-toc-promote-prepare): Follow error conventions.
27229         * diff-mode.el (diff-mode): Fix typo in docstring.
27231         * forms.el (forms--intuit-from-file): Fix reference to
27232         `forms-number-of-fields' in error message.
27233         (forms-print): Fix quoting in error message.
27235         * forms.el (forms-mode):
27236         * emulation/vi.el (vi-goto-insert-state):
27237         * progmodes/flymake.el (flymake-new-err-info)
27238         (flymake-start-syntax-check-for-current-buffer)
27239         (flymake-simple-cleanup):
27240         * eshell/esh-var.el (eshell/export):
27241         * progmodes/gud.el (xdb):
27242         * textmodes/flyspell.el (flyspell-incorrect-hook)
27243         (flyspell-maybe-correct-transposition)
27244         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
27246 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
27248         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
27249         minibuffer prompt.
27251 2005-06-13  Kim F. Storm  <storm@cua.dk>
27253         * subr.el (add-to-ordered-list): New defun.
27255         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
27256         add cua--keymap-alist to emulation-mode-map-alists.
27258 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
27260         * subr.el (complete-in-turn): New macro.
27261         (dynamic-completion-table, lazy-completion-table): Add debug info.
27263         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
27264         in preference to face aliases.
27266         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
27267         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
27268         Remove unused vars `start' and `firstline'.
27269         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
27270         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
27272 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
27274         * cus-start.el (all): Don't complain about missing GTK-related
27275         variables, unless either `gtk' is boundp or this isn't a
27276         `windows-nt' build.
27278 2005-06-13  Lute Kamstra  <lute@gnu.org>
27280         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
27281         run-mode-hooks.
27283         * ediff-mult.el (ediff-meta-mode):
27284         * ediff-util.el (ediff-mode): Use run-mode-hooks.
27286         * ledit.el (ledit-mode): Use delay-mode-hooks.
27288         * woman.el (woman-mode-line-format): Delete constant.
27289         (woman-mode-map): Initialize it properly.
27290         (woman-mode): Set mode-class property to special.
27291         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
27292         Set major-mode and mode-name.  Don't set mode-line-format directly.
27293         (Man-getpage-in-background): Don't reference woman-mode-line-format.
27295         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
27296         string argument obsolete.
27298 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
27300         * textmodes/org.el (org-CUA-compatible): New option.
27301         (org-disputed-keys): New variable.
27302         (org-key): New function.
27303         (orgtbl-make-binding): Add docstring to the created function.
27304         (org-mode): Set paragraph start/separate regexps.
27305         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
27306         (org-archive-location, org-archive-mark-done)
27307         (org-archive-stamp-time): New options.
27308         (org-archive-subtree): New command.
27309         (org-fill-paragraph): New function.
27310         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
27311         (org-fake-empty-table-line): Function removed.
27312         (org-format-org-table-html): Do not create empty table lines at
27313         separator lines.  Improved table header treatment.
27314         (org-link-format): New option.
27315         (org-make-link): New function.
27316         (org-insert-link, org-store-link): Use org-make-link.
27317         (org-open-file): Quote file name for shell command, to allow
27318         spaces in file names.
27319         (org-link-regexp): Fix bug with mailto link.
27320         (org-link-maybe-angles-regexp, org-protected-link-regexp):
27321         New constants.
27322         (org-export-as-html): Deal with the optional angles around a link.
27323         Better treatment of file: links.
27324         (org-open-at-point): Replace @{ and @} with < and >.
27325         (org-run-mode-hooks): Function removed.
27326         (org-agenda-mode): No longer use `org-run-mode-hooks'.
27328 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
27330         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
27331         MI command -data-list-register-values.
27332         (gdb-post-prompt): Indent properly.
27334 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
27336         * hilit-chg.el (highlight-changes-colors): Rename from
27337         `highlight-changes-colours'.
27338         (highlight-changes-colours): Keep as obsolete alias.
27339         (highlight-changes-face-list): Doc fix.
27340         (hilit-chg-make-list): Use `highlight-changes-colors'.
27342 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
27344         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
27345         defun-prompt-regexp.
27347 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
27349         * loadup.el: Don't say we are dumping under 2 names on windows-nt
27350         and cygwin.
27352         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
27353         Don't use an old loaddefs.el, as in Makefile.in.
27355 2005-06-12  Lute Kamstra  <lute@gnu.org>
27357         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
27359         * man.el (Man-mode-map): Initialize it properly.
27360         (Man-mode): Set mode-class property to special.
27362         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
27364 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
27366         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
27367         A newline is needed in the docstring there.
27369         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
27370         Doc fixes.
27372 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27374         * printing.el: Doc fix.  The menubar is no more changed when printing
27375         is loaded, it only changes when pr-menu-bind or pr-update-menus is
27376         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
27377         (pr-version): New version number (6.8.4).
27378         (pr-menu-bind): New command.
27379         (pr-update-menus): Docstring and code fix.
27380         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
27381         Docstring fix.
27382         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
27383         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
27385 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
27387         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
27388         "Returns" to "return", document useful return values, etc.
27390 2005-06-11  Alan Mackenzie  <acm@muc.de>
27392         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
27393         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
27394         (adaptive-file-function): Minor amendment to doc-string.
27396 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27398         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
27399         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
27400         Fix :type--it is `integer', not `string'.
27402         * faces.el (modeline-highlight): Rename from (the erroneous)
27403         `modeline-higilight'.
27405 2005-06-11  Lute Kamstra  <lute@gnu.org>
27407         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
27408         lisp-interaction-mode-map but make it the parent.
27409         (edebug-eval-mode): Use define-derived-mode.
27411 2005-06-11  Andreas Schwab  <schwab@suse.de>
27413         * bindings.el: Add binding of `ESC functionkey' for every
27414         `M-functionkey'.
27415         * hexl.el (hexl-mode-map): Likewise.
27417 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
27419         * progmodes/compile.el (compilation-error-regexp-alist-alist)
27420         [msft]: update regexp for newer msft compilers.
27422 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
27424         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
27425         ATTLIST portions of included DTDs.
27426         (xml-parse-dtd): Eliminate use of inefficient match-data.
27428 2005-06-10  Miles Bader  <miles@gnu.org>
27430         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
27431         (mpuz-text): Remove "-face" suffix from face names.
27432         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
27433         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
27434         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
27436         * play/gomoku.el (gomoku-O, gomoku-X):
27437         Remove "-face" suffix from face names.
27438         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
27439         New backward-compatibility aliases for renamed faces.
27440         (gomoku-font-lock-keywords): Use renamed gomoku faces.
27442 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
27444         * thumbs.el: Fixes for changes of 2005-06-09.
27445         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
27446         as a directory.
27447         (thumbs-thumbname): Remove directory separator from format string;
27448         `thumbs-thumbsdir' now returns a valid directory name.
27449         (thumbs-temp-dir): New defsubst.
27450         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
27451         Use it.
27453         * cus-edit.el (minibuffer):
27454         * files.el (make-backup-file-name-function):
27455         * filesets.el (filesets-external-viewers):
27456         * hilit-chg.el (highlight-changes-colours)
27457         (highlight-changes-face-list, highlight-changes-rotate-faces):
27458         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
27459         * kmacro.el (kmacro-call-macro):
27460         * log-edit.el (log-edit-changelog-full-paragraphs):
27461         * mouse.el (mouse-1-click-follows-link):
27462         * skeleton.el (skeleton-autowrap):
27463         * subr.el (insert-for-yank-1):
27464         * tempo.el (tempo-insert-region):
27465         * terminal.el (terminal-emulator):
27466         * time.el (display-time-mail-face):
27467         * vc.el (vc-annotate):
27468         * vcursor.el (vcursor-copy-line):
27469         * woman.el (woman-bold-headings, woman-ignore)
27470         (woman-default-faces, woman-monochrome-faces):
27471         * calendar/todo-mode.el (todo-insert-threshold):
27472         * emulation/pc-select.el (pc-select-selection-keys-only)
27473         (pc-selection-mode):
27474         * emulation/vip.el (vip-find-char-forward):
27475         * emulation/viper-cmd.el (viper-find-char-forward):
27476         * international/mule-cmds.el
27477         (select-safe-coding-system-accept-default-p)
27478         (input-method-exit-on-invalid-key):
27479         * international/mule-diag.el (describe-coding-system):
27480         * international/ucs-tables.el (unify-8859-on-encoding-mode):
27481         * net/browse-url.el (browse-url-xterm-program):
27482         * obsolete/lazy-lock.el (lazy-lock-mode):
27483         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
27484         (cperl-mode):
27485         * progmodes/cpp.el (cpp-face-light-name-list)
27486         (cpp-face-dark-name-list):
27487         * progmodes/delphi.el (delphi-newline-always-indents):
27488         Fix spellings in docstrings.
27490         * ido.el (ido-mode, ido-file-extensions-order)
27491         (ido-default-file-method, ido-default-buffer-method)
27492         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
27493         (ido-decorations, ido-read-file-name-as-directory-commands)
27494         (ido-read-file-name-non-ido, ido-work-directory-list)
27495         (ido-ignore-item-temp-list, ido-current-directory)
27496         (ido-magic-forward-char, ido-enter-find-file)
27497         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
27498         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
27500 2005-06-10  Lute Kamstra  <lute@gnu.org>
27502         * play/dunnet.el (dun-mode): Use define-derived-mode.
27503         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
27504         obsolete alias.
27506         * play/doctor.el (doctor-mode-map): Remove defvar.
27507         (doctor-mode): Use define-derived-mode.
27509         * mail/mspools.el (mspools-mode):
27510         * net/eudc-hotlist.el (eudc-hotlist-mode):
27511         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
27513 2005-06-10  Miles Bader  <miles@gnu.org>
27515         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
27516         Remove "-face" suffix from face names.
27517         (flyspell-incorrect-face, flyspell-duplicate-face):
27518         New backward-compatibility aliases for renamed faces.
27519         (flyspell-mode-on, make-flyspell-overlay)
27520         (flyspell-highlight-incorrect-region)
27521         (flyspell-highlight-duplicate-region)
27522         (flyspell-display-next-corrections)
27523         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
27525         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
27526         from face name.
27527         (texinfo-heading-face): New backward-compatibility alias for
27528         renamed face.
27529         (texinfo-heading-face): Use renamed texinfo-heading face.
27531         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
27532         suffix from face names.
27533         (tex-math-face, tex-verbatim-face):
27534         New backward-compatibility aliases for renamed faces.
27535         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
27536         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
27537         literal face name.
27539         * textmodes/table.el (table-cell): Remove "-face" suffix from face
27540         name.
27541         (table-cell-face): New backward-compatibility alias for renamed face.
27542         (table--put-cell-face-property, table--update-cell-face):
27543         Use renamed table-cell face.
27545         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
27546         from face name.
27547         (sgml-namespace-face): New backward-compatibility alias for
27548         renamed face.
27549         (sgml-namespace-face): Use renamed sgml-namespace face.
27551         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
27552         (org-level-4, org-level-5, org-level-6, org-level-7)
27553         (org-level-8, org-warning, org-headline-done)
27554         (org-deadline-announce, org-scheduled-today)
27555         (org-scheduled-previously, org-link, org-done, org-table)
27556         (org-time-grid): Remove "-face" suffix from face names.
27557         (org-level-1-face, org-level-2-face, org-level-3-face)
27558         (org-level-4-face, org-level-5-face, org-level-6-face)
27559         (org-level-7-face, org-level-8-face, org-warning-face)
27560         (org-headline-done-face, org-deadline-announce-face)
27561         (org-scheduled-today-face, org-scheduled-previously-face)
27562         (org-link-face, org-done-face, org-table-face)
27563         (org-time-grid-face):
27564         New backward-compatibility aliases for renamed faces.
27565         (org-level-faces, org-set-font-lock-defaults, org-timeline)
27566         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
27567         (org-agenda-get-timestamps, org-agenda-get-scheduled)
27568         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
27570         * emulation/viper-init.el (viper-search, viper-replace-overlay)
27571         (viper-minibuffer-emacs, viper-minibuffer-insert)
27572         (viper-minibuffer-vi): Remove "-face" suffix from face names.
27573         (viper-search-face, viper-replace-overlay-face)
27574         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27575         (viper-minibuffer-vi-face):
27576         New backward-compatibility aliases for renamed faces.
27577         (viper-search-face, viper-replace-overlay-face)
27578         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27579         (viper-minibuffer-vi-face): Use renamed viper faces.
27581         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
27582         Remove "-face" suffix from face names.
27583         (testcover-nohits-face, testcover-1value-face):
27584         New backward-compatibility aliases for renamed faces.
27585         (testcover-mark): Use renamed testcover faces.
27587         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
27588         face name.
27589         (diary-button-face): New backward-compatibility alias for renamed face.
27590         (diary-entry): Use renamed diary-button face.
27592         * calendar/calendar.el (diary, calendar-today, holiday)
27593         (mark-visible-calendar-date): Remove "-face" suffix from face names.
27594         (diary-face, calendar-today-face, holiday-face):
27595         New backward-compatibility aliases for renamed faces.
27596         (eval-after-load "facemenu", diary-entry-marker)
27597         (calendar-today-marker, calendar-holiday-marker, diary-face):
27598         Use renamed calendar faces.
27600         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
27601         (compare-windows-face): New backward-compatibility alias for
27602         renamed face.
27603         (compare-windows-highlight): Use renamed compare-windows face.
27605         * strokes.el (strokes-char): Remove "-face" suffix from face name.
27606         (strokes-char-face): New backward-compatibility alias for renamed face.
27607         (strokes-encode-buffer): Use renamed strokes-char face.
27609         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
27610         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
27611         Remove "-face" suffix from face names.
27612         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
27613         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
27614         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
27615         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
27616         Use renamed pcvs faces.
27617         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
27618         * pcvs-defs.el (cvs-mode-map): Likewise.
27619         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
27621         * info.el (info-title-1, info-title-2, info-title-3)
27622         (info-title-4): Remove "-face" suffix from and downcase face names.
27623         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
27624         (Info-title-4-face):
27625         New backward-compatibility aliases for renamed faces.
27626         (Info-fontify-node): Use renamed info faces.
27628         * hilit-chg.el (highlight-changes, highlight-changes-delete):
27629         Remove "-face" suffix from face names.
27630         (highlight-changes-face, highlight-changes-delete-face):
27631         New backward-compatibility aliases for renamed faces.
27632         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
27633         (hilit-chg-make-list): Use renamed highlight-changes faces.
27635         * generic-x.el (show-tabs-tab, show-tabs-space):
27636         Remove "-face" suffix from face names.
27637         (show-tabs-tab-face, show-tabs-space-face):
27638         New backward-compatibility aliases for renamed faces.
27639         (show-tabs-generic-mode-font-lock-defaults-1)
27640         (show-tabs-generic-mode-font-lock-defaults-2):
27641         Use renamed show-tabs faces.
27643         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
27644         (smerge-markers): Remove "-face" suffix from face names.
27645         (smerge-mine-face, smerge-other-face, smerge-base-face)
27646         (smerge-markers-face):
27647         New backward-compatibility aliases for renamed faces.
27648         (smerge-mine-face, smerge-other-face, smerge-base-face)
27649         (smerge-markers-face): Use renamed smerge faces.
27651         * log-view.el (log-view-file, log-view-message): Remove "-face"
27652         suffix from face names.
27653         (log-view-file-face, log-view-message-face):
27654         New backward-compatibility aliases for renamed faces.
27655         (log-view-file-face, log-view-message-face): Use renamed log-view
27656         faces.
27658         * paren.el (show-paren-match, show-paren-mismatch):
27659         Remove "-face" suffix from face names.
27660         (show-paren-match-face, show-paren-mismatch-face):
27661         New backward-compatibility aliases for renamed faces.
27662         (show-paren-function): Use renamed show-paren faces.
27664         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
27665         (ruler-mode-margins, ruler-mode-fringes)
27666         (ruler-mode-column-number, ruler-mode-fill-column)
27667         (ruler-mode-comment-column, ruler-mode-goal-column)
27668         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
27669         suffix from face names.
27670         (ruler-mode-default-face, ruler-mode-pad-face)
27671         (ruler-mode-margins-face, ruler-mode-fringes-face)
27672         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
27673         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
27674         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
27675         New backward-compatibility aliases for renamed faces.
27676         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
27677         (ruler-mode-column-number, ruler-mode-fill-column)
27678         (ruler-mode-comment-column, ruler-mode-goal-column)
27679         (ruler-mode-tab-stop, ruler-mode-current-column)
27680         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
27681         faces.
27683         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
27684         face name.
27685         (whitespace-highlight-the-space): Use renamed face.
27686         (whitespace-highlight-face): New backward-compatibility alias for
27687         renamed face.
27689         * woman.el (woman-italic, woman-bold, woman-unknown)
27690         (woman-addition, woman-symbol-face):
27691         Remove "-face" suffix from face names.
27692         (woman-italic-face, woman-bold-face, woman-unknown-face)
27693         (woman-addition-face):
27694         New backward-compatibility aliases for renamed faces.
27695         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
27696         (woman-decode-region, woman-replace-match)
27697         (woman-display-extended-fonts, woman-special-characters)
27698         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
27699         Use renamed woman faces.
27701         * longlines.el (longlines-visible-face): Face removed.
27703         * diff-mode.el (diff-header, diff-file-header, diff-index)
27704         (diff-hunk-header, diff-removed, diff-added, diff-changed)
27705         (diff-function, diff-context, diff-nonexistent): Remove "-face"
27706         suffix from face names.
27707         (diff-header-face, diff-file-header-face, diff-index-face)
27708         (diff-hunk-header-face, diff-removed-face, diff-added-face)
27709         (diff-changed-face, diff-function-face, diff-context-face)
27710         (diff-nonexistent-face): New backward-compatibility aliases for
27711         renamed faces.
27712         (diff-header-face, diff-file-header-face)
27713         (diff-index, diff-index-face, diff-hunk-header)
27714         (diff-hunk-header-face, diff-removed, diff-removed-face)
27715         (diff-added, diff-added-face, diff-changed-face, diff-function)
27716         (diff-function-face, diff-context-face, diff-nonexistent)
27717         (diff-nonexistent-face): Use renamed diff-mode faces.
27719         * progmodes/compile.el (compilation-warning-face)
27720         (compilation-info-face): Remove "-face" suffix from face names.
27721         (compilation-warning-face, compilation-info-face):
27722         New backward-compatibility aliases for renamed faces.
27723         (compilation-warning-face, compilation-info-face):
27724         Use renamed compilation faces.
27726         * add-log.el (change-log-date, change-log-name)
27727         (change-log-email, change-log-file, change-log-list)
27728         (change-log-conditionals, change-log-function)
27729         (change-log-acknowledgement): Remove "-face" suffix from face names.
27730         (change-log-date-face, change-log-name-face)
27731         (change-log-email-face, change-log-file-face)
27732         (change-log-list-face, change-log-conditionals-face)
27733         (change-log-function-face, change-log-acknowledgement-face):
27734         New backward-compatibility aliases for renamed faces.
27735         (change-log-font-lock-keywords): Use renamed change-log faces.
27737         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
27738         (custom-set, custom-changed, custom-saved, custom-button)
27739         (custom-button-pressed, custom-documentation, custom-state)
27740         (custom-comment, custom-comment-tag, custom-variable-tag)
27741         (custom-variable-button, custom-face-tag, custom-group-tag-1)
27742         (custom-group-tag): Remove "-face" suffix from face names.
27743         (custom-magic-alist, custom-magic-value-create)
27744         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
27745         (custom-invalid-face, custom-rogue-face, custom-modified-face)
27746         (custom-set-face, custom-changed-face, custom-saved-face)
27747         (custom-button-face, custom-button-pressed-face)
27748         (custom-documentation-face, custom-state-face)
27749         (custom-comment-face, custom-comment-tag-face)
27750         (custom-variable-tag-face, custom-variable-button-face)
27751         (custom-face-tag-face, custom-group-tag-face-1)
27752         (custom-group-tag-face):
27753         New backward-compatibility aliases for renamed faces.
27755         * wid-edit.el (widget-documentation, widget-button)
27756         (widget-field, widget-single-line-field, widget-inactive)
27757         (widget-button-pressed): "-face" suffix removed from face names.
27758         (widget-documentation-face, widget-button-face)
27759         (widget-field-face, widget-single-line-field-face)
27760         (widget-inactive-face, widget-button-pressed-face):
27761         New backward-compatibility aliases for renamed faces.
27762         (widget-documentation-face, widget-button-face)
27763         (widget-button-pressed-face, widget-specify-field)
27764         (widget-specify-inactive): Use renamed widget faces.
27766 2005-06-10  Kenichi Handa  <handa@m17n.org>
27768         * term/x-win.el (x-clipboard-yank): Remove condition-case
27769         wrapping.
27771 2005-06-11  Kenichi Handa  <handa@m17n.org>
27773         * add-log.el (change-log-font-lock-keywords): Make the regexp for
27774         date lines stricter.
27776 2005-06-10  Zhang Wei  <id.brep@gmail.com>
27778         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
27779         of x-get-selection.
27781 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
27783         * comint.el (comint-mode, comint-snapshot-last-prompt):
27784         * frame.el (frame-current-scroll-bars):
27785         * term.el (term-mode, term-check-proc, term-input-sender)
27786         (term-simple-send, term-extract-string, term-word)
27787         (term-match-partial-filename):
27788         * window.el (window-current-scroll-bars):
27789         * emulation/cua-base.el (cua-normal-cursor-color)
27790         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
27791         (cua-global-mark-cursor-color):
27792         * mail/undigest.el (rmail-forward-separator-regex):
27793         Fix typos in docstrings.
27795         * comint.el (comint-check-proc, make-comint-in-buffer)
27796         (comint-source-default): Doc fixes.
27798         * term.el (term-send-string): Improve argument/docstring consistency.
27800 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
27802         * comint.el (comint-send-input): Bind `inhibit-read-only' around
27803         call to `delete-region'.
27804         (comint-mode-hook): Do not enable Font Lock by default.
27806 2005-06-09  Lute Kamstra  <lute@gnu.org>
27808         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
27809         could be void.
27811 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
27813         * emacs-lisp/debug.el (debugger-will-be-back): New var.
27814         (debug): Use it.
27815         (debugger-step-through, debugger-continue, debugger-jump)
27816         (debugger-return-value): Set it when needed.
27817         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
27818         Use inhibit-read-only.
27820 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
27822         * window.el (shrink-window-if-larger-than-buffer)
27823         (window-size-fixed): Fix typo in docstring.
27825         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
27826         thumbnails directory on loading.
27827         (thumbs-conversion-program): Use `eq' to check the system type,
27828         not `equal'.
27829         (thumbs-temp-dir): Initialize to `temporary-file-directory',
27830         not "/tmp".  Fix docstring.
27831         (thumbs-thumbsdir): New function to return the thumbnails
27832         directory, creating it if needed.
27833         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
27834         (thumbs-temp-file): Delete variable and make it into a function.
27835         (thumbs-resize-image, thumbs-modify-image): Use it.
27836         (thumbs-kill-buffer): Simplify.
27837         (thumbs-gensym): Defalias or duplicate CL `gensym'.
27838         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
27839         docstrings.
27841 2005-06-09  Kim F. Storm  <storm@cua.dk>
27843         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
27844         set-match-data to free markers in match-data.
27846         * replace.el (replace-match-data): Pass RESEAT arg `t' to
27847         match-data to unchain markers in match-data.
27849 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
27851         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
27852         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
27853         unnecessary now.
27855 2005-06-08  Richard M. Stallman  <rms@gnu.org>
27857         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
27858         give the variable a doc string that doesn't say don't set it directly.
27860         * textmodes/ispell.el (ispell-check-version):
27861         Use match-string-no-properties.
27862         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
27863         (ispell-buffer-local-words): Likewise.
27865         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
27866         except on terminals with enough colors to really display it.
27867         (makefile-dependency-regex): Delete spurious `bb'.
27869         * faces.el (escape-glyph): Use blue once again in last case.
27870         (no-break-space): Redefine so that it isn't invisible on a tty.
27872 2005-06-08  Kim F. Storm  <storm@cua.dk>
27874         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
27875         also when reading directory name.
27877 2005-06-08  Lute Kamstra  <lute@gnu.org>
27879         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
27880         (flyspell-mode-line-string): Remove autoload cookie.
27881         (flyspell-mode): Remove defvar.
27883 2005-06-07  Lute Kamstra  <lute@gnu.org>
27885         * textmodes/org.el (org-run-mode-hooks): New function.
27886         (org-agenda-mode): Use it.
27888 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
27890         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
27892 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27894         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
27896 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
27898         * font-lock.el (font-lock-add-keywords): Doc fix.
27900 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27902         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
27903         (tex-compile-default): In the absence of any history, use the order in
27904         tex-compile-alist to choose the preferred command.
27905         (tex-compile-commands): Reorder a bit.
27907         * textmodes/flyspell.el (flyspell-auto-correct-binding)
27908         (flyspell-incorrect-face, flyspell-duplicate-face):
27909         Use (X)Emacs-agnostic code.
27910         (flyspell-mode-map): Don't overwrite at each load.  Remove code
27911         redundant with the subsequent add-minor-mode.  Merge Emacs and
27912         XEmacs code.
27913         (flyspell-word): Minor simplification.
27914         (flyspell-math-tex-command-p): Quieten the byte-compiler.
27915         (flyspell-external-point-words): Remove unused vars `size' and `start'.
27916         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
27917         Merge the corresponding Emacs code.
27918         (flyspell-correct-word, flyspell-xemacs-popup):
27919         Use flyspell-do-correct.
27921         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
27922         a dedicated window.
27924         * international/latexenc.el (latexenc-find-file-coding-system):
27925         Undo part of last patch, to turn off a compiler warning.
27927 2005-06-06  Juri Linkov  <juri@jurta.org>
27929         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
27930         Rename `tmm-inactive-face' to `tmm-inactive'.
27932 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
27934         * iswitchb.el: Rename faces.
27936 2005-06-06  Kim F. Storm  <storm@cua.dk>
27938         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
27939         (cua-global-mark): Remove -face suffix from face names.
27941         * emulation/cua-gmrk.el (cua--init-global-mark):
27942         Remove cua-global-mark face setup.
27944 2005-06-06  Richard M. Stallman  <rms@gnu.org>
27946         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
27947         just like other allowed characters.
27948         (makefile-match-dependency): Exclude leading and training whitespace
27949         from the range of regexp subexp 1.
27950         (makefile-macroassign-regex): Don't try to match the body,
27951         just the name of the macro being defined.
27953         * info.el (Info-read-node-name-2): New function.
27954         (Info-read-node-name-1): Use that.
27955         Add a completion-base-size-function property.
27957         * simple.el (completion-setup-function): Look for
27958         completion-base-size-function property of minibuffer-completion-table.
27960         * files.el (locate-file-completion): Doc fix.
27962         * printing.el: Don't call pr-update-menus; user must do that.
27964         * emacs-lisp/debug.el (debugger-window): New variable.
27965         (debug): Use debugger-window if it is set and still alive.
27966         Record debugger-window for next entry.
27968         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
27970 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
27972         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
27973         (hack-one-local-variable, hack-local-variables)
27974         (hack-local-variables-prop-line): Pass that arg.
27976 2005-06-06  Kim F. Storm  <storm@cua.dk>
27978         * ido.el (ido-first-match, ido-only-match, ido-subdir)
27979         (ido-indicator): Remove -face suffix from face names.
27981 2005-06-06  Juri Linkov  <juri@jurta.org>
27983         * font-lock.el (font-lock-regexp-backslash)
27984         (font-lock-regexp-backslash-construct): New faces.
27985         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
27986         after `('.  Add `while-no-input' to control structures.
27988         * faces.el (no-break-space, shadow): New faces.
27989         (escape-glyph): Use less loud colors pink2 and red4.
27991         * diff-mode.el (diff-context-face)
27992         * dired.el (dired-ignored)
27993         * rfn-eshadow.el (file-name-shadow)
27994         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
27996         * info.el (Info-title-1-face): Use green instead of yellow because
27997         bold yellow is not readable on light backgrounds.
27999         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28000         before selecting the desired mode to not spend time fontifying
28001         old contents.
28003 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
28005         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28006         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28008         * ps-print.el (ps-default-fg, ps-default-bg):
28009         Fix typos in docstrings.
28011         * isearchb.el (isearchb): Don't pass a spurious second argument to
28012         `iswitchb-completions'.
28014 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
28016         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28017         to preserve point.
28018         (gdb-find-file-hook): Add doc string.
28020         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28021         C dereferenced pointer expression.
28022         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
28024         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28026         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28027         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28028         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28029         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28030         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28031         Make background transparent.
28033 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
28035         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
28036         (font-lock-remove-keywords): Doc fix.
28037         (font-lock-mode-major-mode): Compiler defvar.
28038         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28040         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28041         (font-lock-mode): Update `font-lock-mode-major-mode'.
28042         (font-lock-set-defaults): Compiler defvar.
28043         (font-lock-default-function): Take `font-lock-mode-major-mode'
28044         into account.
28046         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28047         keep track of which major mode it enabled the minor mode for.
28048         Use find-file-hook again.  Update docstring.
28050         * simple.el (eval-expression-print-level)
28051         (eval-expression-print-length, eval-expression-debug-on-error):
28052         Doc fixes.
28054 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
28056         * iswitchb.el (iswitchb-single-match-face)
28057         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28058         (iswitchb-invalid-regexp-face): New faces.
28059         (iswitchb-completions): Use them.
28060         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28061         now marked as an obsolete alias.
28062         (iswitchb-read-buffer): Remove check for bound font variables.
28063         (iswitchb-invalid-regexp): New free variable.
28064         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28065         set iswitchb-invalid-regexp.
28066         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28067         invalid regexps.
28068         (iswitchb-completions): Add check for complete match when entering
28069         a regexp.
28070         (iswitchb-completions): Remove require-match argument.
28071         (iswitchb-exhibit): Fix caller.
28072         (iswitchb-common-match-inserted): New variable.
28073         (iswitchb-complete, iswitchb-completion-help): Use it.
28075 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
28077         * url-http.el (url-http-chunked-encoding-after-change-function):
28078         Use `url-http-debug' instead of `message'.
28080 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
28082         * url-http.el (url-http-parse-headers): Pass redirected URL as a
28083         callback argument.
28085 2005-06-04  Kim F. Storm  <storm@cua.dk>
28087         * simple.el (line-move): Only call sit-for when moving backwards.
28089         * ido.el (ido-make-merged-file-list-1): New defun split from
28090         ido-make-merged-file-list.
28091         (ido-make-merged-file-list): Bind throw-on-input around call to
28092         ido-make-merged-file-list-1.  Return input-pending-p if
28093         interrupted by more input available.
28094         (ido-read-internal): Handle input-pending-p return value from
28095         ido-make-merged-file-list.
28097 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28099         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28100         compatibility code.
28102         * international/latexenc.el (latexenc-find-file-coding-system):
28103         Don't inherit the EOL part of the coding-system from the
28104         tex-main buffer.  Fit within 80 columns.
28106 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
28108         * tmm.el (tmm-inactive-face): New face.
28109         (tmm-remove-inactive-mouse-face): New function.
28110         (tmm-prompt, tmm-add-one-shortcut)
28111         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
28112         but not selectable.
28114 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
28116         * faces.el (face-equal): Improve argument/docstring consistency.
28118 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
28120         * progmodes/make-mode.el (makefile-targets-face)
28121         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
28122         (makefile-bsdmake-dependency-regex)
28123         (makefile-makepp-rule-action-regex)
28124         (makefile-bsdmake-rule-action-regex): New constants.
28125         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
28127         * progmodes/compile.el (compilation-error-regexp-alist-alist):
28128         Allow (...) within `...' for makepp messages.
28130 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
28132         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
28134         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
28135         "." files are deleted from all file lists before comparison.
28137         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28138         (viper-ESC-key): Made them customizable.
28140         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
28142 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
28144         * autorevert.el (auto-revert-buffers): Use save-match-data.
28146 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28148         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
28149         menu items with a nil command binding.
28151 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
28153         * emacs-lisp/cl-macs.el (defsetf):
28154         Improve argument/docstring consistency.
28156         * faces.el (list-faces-display): Improve the formatting by
28157         computing the maximum length required for any face-name (reworked
28158         patch of 1999-01-11, accidentally deleted on 1999-07-21).
28159         (internal-find-face): Remove redundant info in docstring.
28161 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
28163         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
28164         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
28165         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
28166         (gdb-assembler-custom): Improve regexps.
28167         (def-gdb-auto-update-handler): Use window point to preserve point.
28169 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
28171         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
28173 2005-05-31  Jay Belanger  <belanger@truman.edu>
28175         * calc/calc-embed.el (calc-embedded-word): Change argument passed
28176         to calc-embedded.
28177         (calc-embedded-make-info): Have plain prefix argument select
28178         entire line.
28180 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
28182         * faces.el (list-faces-display): Signal error if passed a regexp
28183         that matches no face name.
28185         * simple.el (filter-buffer-substring): Fix typo in docstring.
28187 2005-05-31  Richard M. Stallman  <rms@gnu.org>
28189         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
28190         (vhdl-emacs-21): Doc fix.
28191         (vhdl-mode): Unconditionally set comment-padding.
28192         (vhdl-fixup-whitespace-region): Insert spaces only where
28193         there are none.
28194         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
28196 2005-05-30  John Wiegley  <johnw@newartisans.com>
28198         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
28199         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
28200         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
28201         `directory-sep-char' to ?/, and all uses of `string-to-int' to
28202         `string-to-number'.
28204 2005-05-30  Jay Belanger  <belanger@truman.edu>
28206         * calc/calc.el (calc-bug-address): Fix docstring.
28207         (calc-window-hook, calc-trail-window-hook): New variables.
28208         (calc-trail-display): Restore use of calc-trail-window-hook.
28209         (calc): Restore use of calc-window-hook.
28211 2005-05-31  Masatake YAMATO  <jet@gyve.org>
28213         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
28215         * help-fns.el (help-C-file-name): Add autoload mark for
28216         `find-function-noselect'.
28218 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
28220         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
28221         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
28223 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
28225         * calendar/diary-lib.el (mark-included-diary-files): Only kill
28226         included diary buffer if it was not already being visited.
28227         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
28229         * calendar/icalendar.el (top-level): Do not require appt.
28231         * mail/supercite.el (sc-select-attribution): Only use a list
28232         element from sc-attrib-selection-list if it returns a string.
28233         Reported by Davide G. M. Salvetti <salve@debian.org>.
28235 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
28237         * thumbs.el (thumbs-thumbname): The resulting thumbname now
28238         includes a hash value to improve its uniqueness, and has a ".jpg"
28239         extension.  Also, it is now a valid filename on all systems.
28240         (thumbs-make-thumb): Use `let', not `let*'.
28241         (thumbs-show-thumbs-list): Check for JPEG availability.
28243 2005-05-30  Richard M. Stallman  <rms@gnu.org>
28245         * filesets.el (filesets-menu-ensure-use-cached):
28246         Prevent warning when emacs-version>= is undefined.
28248         * printing.el (pr-interactive-n-up): Use string-to-number.
28250         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
28252         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28253         Warn only when name to be defined is quoted.
28255 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
28257         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
28258         Make regexp more robust.
28259         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
28260         Force regeneration of disassembly.
28262 2005-05-29  Jay Belanger  <belanger@truman.edu>
28264         * calc/calc.el (calc-user-invocation): Check if
28265         calc-invocation-macro is non-nil.
28267 2005-05-29  Juri Linkov  <juri@jurta.org>
28269         * add-log.el (change-log-font-lock-keywords):
28270         Add `+' to e-mail regexp to accept mail address with keywords.
28272         * man.el (Man-name-regexp): Add `:' to accept qualified names.
28274 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
28276         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
28278         * ielm.el (inferior-emacs-lisp-mode): Ditto.
28280 2005-05-29  Richard M. Stallman  <rms@gnu.org>
28282         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
28283         Undo the change that moves to end of the current word.
28285 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
28287         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
28288         Throw error when count <= 0 to ensure input is a number.
28289         (gdb-read-memory-custom): Pick up address from buffer.
28290         (gdb-memory-mode): Allow user to increment and decrement
28291         memory address from header line.
28293 2005-05-29  Richard M. Stallman  <rms@gnu.org>
28295         * flyspell.el (flyspell-version): Function deleted.
28296         (flyspell-auto-correct-previous-hook): Doc fix.
28298         * jit-lock.el (jit-lock-function, jit-lock-after-change):
28299         Do nothing if memory is full.
28301         * font-lock.el (font-lock-fontify-syntactically-region):
28302         Pass t for GREEDY to looking-back.
28304         * saveplace.el (save-place-alist-to-file): Write the file
28305         using write-region.
28307         * subr.el (looking-back): New argument GREEDY.
28309         * progmodes/compile.el (compilation-start): Set the mode
28310         before inserting the initial text.
28312         * progmodes/which-func.el (which-func-update-1): Turn the mode
28313         off in case of error by setting which-func-mode.
28315 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
28317         * flyspell.el (flyspell-auto-correct-previous-word):
28318         Narrow down to what's on the screen, and recenter overlays
28319         at the end of the next word.
28321 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
28323         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
28324         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
28325         (flyspell-abbrev-p): Default to nil.
28326         (flyspell-use-global-abbrev-table-p): Doc fix.
28327         (flyspell-large-region): Allow nil as value.
28328         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
28330         (mail-mode-flyspell-verify): More robust handling
28331         of `mail-header-separator'.  More efficient signature detection.
28332         Allow for regexp metacharacters in message-header-separator.
28333         Adding `To' not to be checked in mail-mode-flyspell-verify.
28335         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
28336         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
28337         Bind flyspell-auto-correct-binding.
28338         Bind C-. and C-, .
28339         (flyspell-mode-map): Likewise.
28340         (flyspell-mode): Doc fix.
28341         (flyspell-accept-buffer-local-defs): Preserve current buffer.
28342         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
28343         (flyspell-word-cache-result): New var, always local.
28344         (flyspell-check-pre-word-p): Doc fix.
28345         (flyspell-check-changed-word-p): Handle spc like newline.
28346         (flyspell-post-command-hook): Set flyspell-word-cache-result.
28347         (flyspell-word-search-backward, flyspell-word-search-forward):
28348         New functions.
28349         (flyspell-word): Return t if nothing to check.
28350         When parsing TeX code, check for after } or \.
28351         Use flyspell-word-search-backward to find previous word.
28352         Return nil if duplicated word.
28353         For word already checked, return same value as last time.
28354         Set flyspell-word-cache-result after checking.
28355         Don't clobber the return value.
28356         (flyspell-get-word): Major rewrite.
28357         (flyspell-external-point-words): New locals pword, pcount.
28358         Fix size used in progress message.
28359         Find the proper corresponding word in flyspell-large-region-buffer.
28360         (flyspell-region): Check for flyspell-large-region = nil.
28361         (flyspell-highlight-incorrect-region): Clean up overlays in region.
28362         (flyspell-auto-correct-word): Check that WORD is a cons.
28363         (flyspell-correct-word): Likewise.
28365 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
28367         * progmodes/make-mode.el (makefile-rule-action-regex)
28368         (makefile-macroassign-regex, makefile-makepp-mode)
28369         (makefile-bsdmake-mode): Continuation lines may be empty.
28370         Reported by Joshua Varner.
28371         (makefile-makepp-font-lock-keywords): Add $(stem).
28373 2005-05-28  Karl Berry  <karl@gnu.org>
28375         * textmodes/tex-mode.el: Now that tex-send-command calls
28376         shell-quote-argument (2005-03-31 change), remove all calls to
28377         shell-quote-argument; they all end up invoking tex-send-command.
28378         The double quoting loses on filenames with non-safe characters,
28379         such as "@".  Reported by Frederik Fouvry.
28381 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
28383         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
28384         about preserving point.
28386 2005-05-27  Jay Belanger  <belanger@truman.edu>
28388         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
28389         Info-goto-node.
28391         * calc/calc-embed.el (calc-embed-arg): New variable.
28392         (calc-do-embedded-activate, calc-embedded-activate-formula)
28393         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
28394         variable by new variable.
28395         (calc-embedded-make-info): Replace undeclared variable by new
28396         variable.  When selecting region with positive prefix
28397         argument, use end of previous line instead of beginning of line.
28399         * calc/calc-aent.el (calc-arg-values): Declare it.
28401         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
28402         Declare them.
28404         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
28406         * calc/calc.el (calc-alg-map): Declare it.
28408         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
28410 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
28412         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
28413         (gdb-registers-buffer, toggle-gdb-all-registers):
28414         Toggle display of floating point registers.
28415         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
28417         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
28418         (toggle-gud-tooltip-dereference):
28419         Rename from gud-toggle-tooltip-dereference.
28421 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28423         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
28425 2005-05-27  Jay Belanger  <belanger@truman.edu>
28427         * calc/calc-prog.el (calc-kbd-report): Remove.
28428         (calc-kbd-query): Rewrite.
28430 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
28432         * image.el (image-library-alist): Move to image.c.
28433         (image-type-available-p): Doc fix.
28435 2005-05-27  Lute Kamstra  <lute@gnu.org>
28437         * calc/calc.el (calc):
28438         * outline.el (outline-1, outline-2, outline-3, outline-4)
28439         (outline-5, outline-6, outline-7, outline-8):
28440         * textmodes/dns-mode.el (dns-mode):
28441         * textmodes/sgml-mode.el (sgml-namespace-face):
28442         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
28443         (tex-verbatim-face, tex-use-reftex):
28444         * textmodes/texinfo.el (texinfo-heading-face):
28445         Specify customization group.
28447         * longlines.el: Don't require easy-mmode.
28448         (longlines-visible-face): Specify customization group.
28450 2005-05-27  Kenichi Handa  <handa@m17n.org>
28452         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
28453         encoding table of windows-1251.
28455         * international/ucs-tables.el (ucs-set-table-for-input):
28456         If translation-table-for-input of a coding system is a symbol, get
28457         its translation-table property.
28459         * international/code-pages.el: Don't register a coding system into
28460         non-iso-charset-alist more than once.
28461         (cp-make-coding-system): Likewise.
28463 2005-05-26  John Wiegley  <johnw@newartisans.com>
28465         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
28466         `eshell-resume-eval' is wrapped in a list, it indicates that the
28467         command was run asynchronously.  In that case, unwrap the value
28468         before checking the delimiter value.
28470         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
28471         character before a space at the end of a line is \, assume the space
28472         is part of the last argument rather than a final argument separator.
28474         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
28475         is in use, and the target is `t' or `nil' (which are the most common
28476         values), don't assume that the symbol target is a buffer.
28478 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
28480         * calendar/calendar.el (calendar-mode-line-format):
28481         Use mode-line-highlight as mouse-face.
28483         * time.el (display-time-string-forms, display-time-update):
28484         Use mode-line-highlight as mouse-face.
28486 2005-05-26  Jay Belanger  <belanger@truman.edu>
28488         * calc/calc.el (calc-language-alist): Remove extra defvar.
28490 2005-05-26  Lute Kamstra  <lute@gnu.org>
28492         * arc-mode.el (archive-mode):
28493         * bookmark.el (bookmark-read-annotation-mode)
28494         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
28495         * bs.el (bs-mode):
28496         * calc/calc-yank.el (calc-edit-mode):
28497         * calc/calc.el (calc-mode, calc-trail-mode):
28498         * calculator.el (calculator-mode):
28499         * chistory.el (command-history-mode):
28500         * comint.el:
28501         * cus-edit.el (custom-mode):
28502         * descr-text.el (describe-text-mode):
28503         * ebuff-menu.el (Electric-buffer-menu-mode):
28504         * ediff-util.el (ediff-mode):
28505         * emacs-lisp/re-builder.el (reb-mode):
28506         * emulation/vi.el (vi-mode-setup):
28507         * emulation/ws-mode.el (wordstar-mode):
28508         * eshell/esh-mode.el (eshell-mode):
28509         * forms.el (forms-mode):
28510         * help-mode.el (help-mode):
28511         * hexl.el (hexl-mode):
28512         * ibuffer.el (ibuffer-mode):
28513         * ielm.el (inferior-emacs-lisp-mode):
28514         * info.el (Info-mode, Info-edit-mode):
28515         * international/swedish.el:
28516         * ledit.el (ledit-from-lisp-mode):
28517         * locate.el (locate-mode):
28518         * mail/rmail.el (rmail-mode):
28519         * mail/rmailedit.el (rmail-edit-mode):
28520         * mail/rmailsum.el (rmail-summary-mode):
28521         * mail/supercite.el (sc-electric-mode):
28522         * net/eudc.el (eudc-mode):
28523         * net/quickurl.el (quickurl-list-mode):
28524         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
28525         * obsolete/ooutline.el (outline-mode):
28526         * obsolete/options.el (Edit-options-mode):
28527         * obsolete/rnews.el (news-mode):
28528         * obsolete/rnewspost.el (news-reply-mode):
28529         * play/5x5.el (5x5-mode):
28530         * play/decipher.el (decipher-mode, decipher-stats-mode):
28531         * play/gomoku.el (gomoku-mode):
28532         * play/snake.el (snake-mode):
28533         * play/solitaire.el (solitaire-mode):
28534         * play/tetris.el (tetris-mode):
28535         * progmodes/ada-mode.el (ada-mode):
28536         * progmodes/antlr-mode.el (antlr-mode):
28537         * progmodes/autoconf.el (autoconf-mode):
28538         * progmodes/dcl-mode.el (dcl-mode):
28539         * progmodes/delphi.el (delphi-mode):
28540         * progmodes/ebrowse.el (ebrowse-tree-mode)
28541         (ebrowse-electric-list-mode, ebrowse-member-mode)
28542         (ebrowse-electric-position-mode):
28543         * progmodes/f90.el (f90-mode):
28544         * progmodes/fortran.el (fortran-mode):
28545         * progmodes/icon.el (icon-mode):
28546         * progmodes/idlw-help.el (idlwave-help-mode):
28547         * progmodes/idlw-shell.el (idlwave-shell-mode):
28548         * progmodes/idlwave.el (idlwave-mode):
28549         * progmodes/inf-lisp.el (inferior-lisp-mode):
28550         * progmodes/m4-mode.el (m4-mode):
28551         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
28552         * progmodes/modula2.el (modula-2-mode):
28553         * progmodes/octave-inf.el (inferior-octave-mode):
28554         * progmodes/octave-mod.el (octave-mode):
28555         * progmodes/pascal.el (pascal-mode):
28556         * progmodes/sh-script.el (sh-mode):
28557         * progmodes/sql.el (sql-mode, sql-interactive-mode):
28558         * progmodes/vhdl-mode.el (vhdl-mode):
28559         * progmodes/xscheme.el (scheme-interaction-mode):
28560         * replace.el (occur-mode):
28561         * ses.el (ses-mode):
28562         * simple.el (completion-list-mode):
28563         * skeleton.el:
28564         * speedbar.el (speedbar-mode):
28565         * term.el (term-mode):
28566         * terminal.el (terminal-edit-mode):
28567         * textmodes/reftex-index.el (reftex-index-mode)
28568         (reftex-index-phrases-mode):
28569         * textmodes/reftex-sel.el (reftex-select-label-mode)
28570         (reftex-select-bib-mode):
28571         * textmodes/reftex-toc.el (reftex-toc-mode):
28572         * wdired.el (wdired-change-to-wdired-mode):
28573         * wid-browse.el (widget-browse-mode):
28574         Use run-mode-hooks.
28576         * array.el (array-mode):
28577         * calendar/todo-mode.el (todo-mode):
28578         * man.el (Man-mode):
28579         * play/landmark.el (lm-mode):
28580         * play/mpuz.el (mpuz-mode):
28581         Use kill-all-local-variables and run-mode-hooks.
28583         * subr.el (delay-mode-hooks): Specify indentation.
28585 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
28587         * xml.el (xml-substitute-special): Don't die for undefined xml
28588         entities.
28590 2005-05-26  Jay Belanger  <belanger@truman.edu>
28592         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
28593         of nil.
28595 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
28597         * progmodes/gdb-ui.el (gdb-frame-address):
28598         Rename from gdb-current-address.
28599         (gdb-previous-frame-address): Rename from gdb-previous-address.
28600         (gdb-selected-frame): Rename from gdb-current-frame.
28601         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
28602         (gdb-frame-number): Rename from gdb-current-stack-level.
28603         (gdb-ann3): Match new mode-name for disassembly buffer.
28604         Extend initialization of variables.
28605         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
28606         (gdb-memory-mode): Use mouse-face in header line.
28607         (gdb-assembler-buffer-name): Call it disassembly and give frame
28608         in mode line.
28609         (gdb-source-spec-regexp, gdb-assembler-custom)
28610         (gdb-invalidate-assembler, gdb-frame-handler):
28611         Make robust to leading zeroes in address format.
28613 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
28615         * textmodes/org.el (org-mode): Use `define-derived-mode' to
28616         define `org-mode'.
28617         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
28619 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28621         * log-edit.el (log-edit-changelog-entries): Distinguish between
28622         filenames like xfns.c and fns.c.
28624 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
28626         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
28627         point after reverting.
28628         (Buffer-menu-make-sort-button): Handle the case where
28629         `Buffer-menu-use-header-line' is nil.
28631 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
28633         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
28634         New funcs.  In minibuffer-local-completion-map bind `]', `/'
28635         and `:' to them.
28637 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
28639         * startup.el (normal-top-level): Allow modification of load-path while
28640         we're iterating over it.
28642 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
28644         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
28645         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
28646         (thumbs-resize-interactive, thumbs-insert-image)
28647         (thumbs-insert-thumb, thumbs-dired-show-marked)
28648         (thumbs-find-image-at-point, thumbs-delete-images)
28649         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
28650         (thumbs-increment-image-size, thumbs-decrement-image-size):
28651         Fix typos in docstrings.
28653 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
28655         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
28656         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
28657         (cperl-mode): Use them.
28659 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
28661         * window.el (quit-window, shrink-window-if-larger-than-buffer):
28662         Doc fixes.
28664 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
28666         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
28667         Bind C-d to gdb-inferior-io-eof.
28669         * dired.el (dired-dnd-popup-notice): Use message-box.
28671 2005-05-23  Masatake YAMATO  <jet@gyve.org>
28673         * bindings.el (mode-line-major-mode-keymap):
28674         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
28676         * faces.el (mode-line-highlight): New face.
28678         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
28679         as mouse-face.
28681         * bindings.el (top-level, help-echo, mode-line-modified)
28682         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
28683         as mouse-face.
28685 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
28687         * progmodes/cc-engine.el (c-guess-basic-syntax):
28688         Remove spurious call to `zerop'.
28690         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
28692 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
28694         CC Mode update to 5.30.10:
28696         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
28697         could go past the limit in decoration level 2, thereby causing
28698         errors during interactive fontification.
28700         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
28701         the file is evaluated interactively.
28703         * cc-engine.el (c-guess-basic-syntax): Handle operator
28704         declarations somewhat better in C++.
28706         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
28707         make use of `run-mode-hooks' which has been added in Emacs 21.1.
28708         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
28709         (awk-mode): Use it.
28710         (make-local-hook): Suppress warning about obsoleteness.
28712         * cc-engine.el, cc-align.el, cc-cmds.el
28713         (c-append-backslashes-forward, c-delete-backslashes-forward)
28714         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
28715         Compensate for return value from `forward-line' when it has moved
28716         but not to a different line due to eob.
28718         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
28719         `objc-method-intro' and `objc-method-args-cont'.
28721 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
28723         CC Mode update to 5.30.10:
28725         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
28726         in the copyright statement.  Incidentally, change "along with GNU
28727         Emacs" to "along with this program" where it occurs.
28729         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
28730         so that it is interactive, hence can be found by M-x awk-mode
28731         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
28732         <gmorris+emacs@ast.cam.ac.uk>.
28734         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
28735         Mode's regexps.
28737 2005-05-23  Kevin Ryde  <user42@zip.com.au>
28739         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
28740         c-parse-state, to avoid a lisp error (on bad code).
28742 2005-05-23  Lute Kamstra  <lute@gnu.org>
28744         * subr.el (font-lock-defaults): Remove defvar as it's already
28745         defined in font-core.el.
28747         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
28749 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
28751         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
28752         more general and work when GDB variable "print pretty" is on,
28753         as with Emacs, for example.
28755 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
28757         * font-core.el: Update comment.
28759         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
28760         Use `after-change-major-mode-hook' instead of `find-file-hook'.
28762         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
28764 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
28766         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
28767         and `yank-handler' in the doc strings.
28769 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
28771         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
28773 2005-05-22  Richard M. Stallman  <rms@gnu.org>
28775         * help.el (describe-key): Move print-help-return-message call
28776         out of conditional.
28778         * progmodes/etags.el (list-tags): Use with-no-warnings.
28780         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
28781         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
28782         (starttls-extra-args, starttls-extra-arguments): Add defvars.
28784         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
28786         * language/viet-util.el (viet-viscii-nonascii-translation-table):
28787         Add defvar.
28789         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
28790         Use defvar, not defconst.
28792         * hexl.el (hexl-follow-line): Use with-no-warnings.
28794         * emulation/tpu-extras.el: Use write-file-functions instead of
28795         write-file-hooks.
28797         * dired.el (dired-font-lock-keywords): Fontify files with junk
28798         extensions even if marked by -F.
28800 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
28802         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
28803         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
28804         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
28805         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
28806         (concatenate, list-length, get*, getf, cl-remprop):
28807         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
28808         (etypecase, progv, lexical-let, lexical-let*)
28809         (multiple-value-bind, multiple-value-setq, shiftf):
28810         Improve argument/docstring consistency.
28812         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
28814 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
28816         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
28817         doesn't exist.
28819         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
28820         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
28822 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
28824         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
28825         already deleted variables: auto-fill-hook, blink-paren-hook,
28826         lisp-indent-hook, inhibit-local-variables, unread-command-event,
28827         suspend-hooks, comment-indent-hook, meta-flag,
28828         before-change-function, after-change-function,
28829         font-lock-doc-string-face.
28831 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
28833         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
28835 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
28837         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
28838         rmail-dont-reply-to.
28840 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
28842         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
28843         literal blank when splitting new-header-values.
28845 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
28847         * calendar/cal-menu.el (cal-menu-update): Add separator as a
28848         string so that tmm doesn't create a completion entry for it.
28850         * textmodes/table.el (table-disable-menu): Ditto.
28852 2005-05-21  Richard M. Stallman  <rms@gnu.org>
28854         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
28856         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
28858         * net/rcompile.el (remote-compile): Use compilation-start.
28860         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
28862 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
28864         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
28865         Default to makefile-bsdmake-mode on BSD systems.
28867         * imenu.el (imenu-generic-expression, imenu--generic-function'):
28868         REGEXP may also be a search function now.  The part of doc-string
28869         for describing the structure was 95% identical to that of
28870         `imenu--generic-function'.  Unify it there.
28872         * progmodes/make-mode.el (makefile-imenu-generic-expression):
28873         Use function to find dependencies, because regexp alone is so complex,
28874         it easily goes into an endless loop.
28875         (makefile-makepp-mode): Also add submenu for Perl functions
28876         defined in the makefile.
28877         (makefile-bsdmake-mode): Special imenu-generic-expression no
28878         longer needed, due to function call.
28879         (makefile-match-dependency): Take BOUND into account when checking
28880         if we're through.
28882 2005-05-20  Jay Belanger  <belanger@truman.edu>
28884         * calc/calc-units.el (calc-invalidate-units-table):
28885         Use inhibit-read-only.
28886         (math-build-units-table-buffer): Use view-mode.
28888 2005-05-20  David Kastrup  <dak@gnu.org>
28890         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
28891         easy-menu-add is not a nop on Emacs; and clarify when to call it.
28893 2005-05-20  Lute Kamstra  <lute@gnu.org>
28895         * diff-mode.el (diff-header-face, diff-file-header-face)
28896         (diff-index-face, diff-hunk-header-face, diff-removed-face)
28897         (diff-added-face, diff-changed-face, diff-function-face)
28898         (diff-context-face, diff-nonexistent-face): Put them in the
28899         diff-mode customization group.
28901 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
28903         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
28905         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
28907         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
28908         Minor regexp-optimization.
28910 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
28912         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
28913         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
28914         (org-agenda-add-time-grid-maybe): New function.
28915         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
28916         (org-table-create): `dotimes' instead of `mapcar'.
28917         (org-xor): Simplify implementation.
28918         (org-agenda): `inhibit-redisplay' turned on.
28919         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
28920         a consistent line after a state change.
28921         (org-agenda-remove-times-when-in-prefix): New option.
28922         (org-prefix-has-time): New variable.
28923         (org-parse-time-string): Optional argument NODEFAULT.
28924         (org-format-agenda-item): Parse items for time-of-day
28925         specifications and move these into the prefix if possible.
28926         (org-agenda-priority): Get current heading, not previous heading
28927         during agenda remote editing.
28929 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
28931         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
28932         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
28933         (remove-duplicates, delete-duplicates, substitute)
28934         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
28935         (nsubstitute-if-not, find, find-if, find-if-not, position)
28936         (position-if, position-if-not, count, count-if, count-if-not)
28937         (mismatch, search, sort*, stable-sort, merge, member*)
28938         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
28939         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
28940         (intersection, nintersection, set-difference, nset-difference)
28941         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
28942         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
28943         (nsublis, tree-equal): Improve argument/docstring consistency.
28945         * subr.el (send-string, send-region): Remove obsolescence declaration.
28946         (window-dot, set-window-dot, read-input, show-buffer)
28947         (eval-current-buffer, string-to-int):
28948         Add release number to obsolescence declarations.
28950 2005-05-19  Kim F. Storm  <storm@cua.dk>
28952         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
28953         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
28955 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
28957         * faces.el (list-faces-display): Make back button respect optional
28958         regexp arg.
28960 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
28962         * calculator.el (calculator-radix-grouping-mode)
28963         (calculator-radix-grouping-digits, calculator-displayer)
28964         (calculator-radix-grouping-separator, calculator-copy-displayer):
28965         * dabbrev.el (dabbrev-search-these-buffers-only):
28966         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
28967         (diff-advance-after-apply-hunk, diff-mode-hook)
28968         (diff-minor-mode-prefix):
28969         * imenu.el (imenu-use-popup-menu):
28970         * jit-lock.el (jit-lock-context-time):
28971         * newcomment.el (comment-fill-column, comment-column)
28972         (comment-style, comment-padding, comment-multi-line)
28973         (comment-empty-lines, comment-auto-fill-only-comments):
28974         * reveal.el (reveal-around-mark):
28975         * uniquify.el (uniquify-buffer-name-style)
28976         (uniquify-after-kill-buffer-p)
28977         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
28978         (uniquify-min-dir-content, uniquify-separator)
28979         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
28980         * w32-vars.el (w32-fixed-font-alist):
28981         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
28982         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
28983         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
28984         * progmodes/perl-mode.el (perl-indent-level)
28985         (perl-continued-statement-offset, perl-continued-brace-offset)
28986         (perl-brace-offset, perl-brace-imaginary-offset)
28987         (perl-label-offset, perl-indent-continued-arguments)
28988         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
28989         * progmodes/tcl.el (tcl-indent-level)
28990         (tcl-continued-indent-level, tcl-auto-newline)
28991         (tcl-tab-always-indent, tcl-electric-hash-style)
28992         (tcl-help-directory-list, tcl-use-smart-word-finder)
28993         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
28994         (inferior-tcl-source-command):
28995         * textmodes/fill.el (enable-kinsoku):
28996         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
28997         * textmodes/table.el (table-yank-handler):
28998         Specify missing group (and type, if simple) in defcustom.
29000 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
29002         * progmodes/compile.el (compilation-finish-function): Fix defvar.
29004 2005-05-19  Richard M. Stallman  <rms@gnu.org>
29006         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29008         * subr.el (event-basic-type): Don't get an error.
29009         (left-fringe-p): Function deleted.
29011         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29012         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29014         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29015         in recursive copy.
29017         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29019         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29021         * emacs-lisp/bytecomp.el
29022         (byte-compile-file-form-custom-declare-variable):
29023         Call byte-compile-nogroup-warn if appropriate.
29025         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29026         (compilation-set-window): Don't call left-fringe-p; do it directly.
29028 2005-05-19  Jay Belanger  <belanger@truman.edu>
29030         * calc/calc-graph.el (calc-graph-format-data): Make sure
29031         var-PlotRejects is bound before trying to check its value.
29033 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
29035         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29036         definition of this variable from reftex-global.el to reftex.el,
29037         because it is needed in the menu.
29039 2005-05-19  Lute Kamstra  <lute@gnu.org>
29041         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29042         years are fixed.  Don't insert a space after a dash.
29044 2005-05-19  Kim F. Storm  <storm@cua.dk>
29046         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29048 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
29050         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29051         strings, because (eq ... ?\\) is fairly frequent.
29053         * progmodes/make-mode.el (makefile-add-this-line-targets):
29054         Simplify and integrate into `makefile-pickup-targets'.
29055         (makefile-add-this-line-macro): Simplify and integrate into
29056         `makefile-pickup-macros.
29057         (makefile-pickup-filenames-as-targets): Simplify.
29058         (makefile-previous-dependency, makefile-match-dependency):
29059         Don't stumble over `::'.
29061 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
29063         * subr.el (post-command-idle-hook, post-command-idle-delay):
29064         Remove obsoletion of post-command-idle-hook and
29065         post-command-idle-delay.
29067         * faces.el (list-faces-display): Provide button when describe-face
29068         is called to take user back to the list of faces.
29070         * help-fns.el (describe-variable): Remove hyperlinks in a
29071         variable's value as these are quite frequently inappropriate.
29073         * follow.el (follow-submit-feedback, follow-mode):
29074         Remove references to post-command-idle-hook.
29076 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
29078         * progmodes/make-mode.el (makefile-previous-dependency)
29079         (makefile-match-dependency): Check for := (and in bsd mode also
29080         !=) to give a better result, even when font-lock is not on.
29082 2005-05-18  Jay Belanger  <belanger@truman.edu>
29084         * calc/calc-help.el (calc-s-prefix-help):
29085         Add `calc-copy-special-constant' to help string.
29087 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
29089         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29091 2005-05-18  Jay Belanger  <belanger@truman.edu>
29093         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29094         in linear factors are in proper order.
29096 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
29098         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29099         Support for jurabib.
29101         * textmodes/reftex.el (featurep): Define aliases for overlay
29102         commands, for XEmacs compatibility, and use these aliases in
29103         overlay initializations.
29104         (reftex-highlight): Use `reftex-move-overlay'.
29105         (reftex-unhighlight): Use `reftex-delete-overlay'.
29106         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
29107         (reftex-access-search-path): Use `reftex-uniquify' instead of
29108         `reftex-uniq'.
29110         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
29111         `before-string' property modification enables for Emacs as well.
29112         (reftex-select-item): Use `reftex-delete-overlay'.
29113         (reftex-select-mark): Use `reftex-make-overlay' and
29114         `reftex-overlay-put'.
29115         (reftex-select-unmark): Use `reftex-delete-overlay' and
29116         `reftex-overlay-put'.
29118 2005-05-18  Lute Kamstra  <lute@gnu.org>
29120         * emacs-lisp/lisp.el (check-parens): Fix docstring.
29122 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
29124         * add-log.el (add-change-log-entry):
29125         * array.el (array-make-template, array-reconfigure-rows)
29126         (array-init-max-row, array-init-max-column)
29127         (array-init-columns-per-line, array-init-field-width):
29128         * replace.el (replace-match-maybe-edit, perform-replace):
29129         * textmodes/spell.el (spell-region):
29130         Replace `read-input' by `read-string'.
29132         * forms.el (forms-mode):
29133         * finder.el (finder-compile-keywords):
29134         * shadowfile.el (shadow-read-files):
29135         Replace `eval-current-buffer' by `eval-buffer'.
29137         * terminal.el (te-pass-through):
29138         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
29139         (ange-ftp-raw-send-cmd):
29140         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
29141         (send-process-next-char, telnet-initial-filter, telnet):
29142         Replace `send-string' by `process-send-string'.
29144         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
29145         (prolog-consult-region): Replace `send-string' by
29146         `process-send-string'; replace `send-region' by `process-send-region'.
29148         * progmodes/delphi.el (delphi-log-msg):
29149         Replace `set-window-dot' by `set-window-point'.
29151         * subr.el (window-dot, set-window-dot, read-input, send-string)
29152         (send-region, show-buffer, eval-current-buffer):
29153         Make really obsolete, as the comment says.
29155 2005-05-17  Kim F. Storm  <storm@cua.dk>
29157         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
29158         (cua--init-keymaps): Bind C-return instead of S-return to set
29159         rectangle mark.
29161         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
29162         instead of S-return to toggle/clear rectangle mark.
29164 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
29166         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
29167         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
29168         Also fontify plain strings assigned to variables, mostly so that a
29169         colon has a face and is thus not taken as a dependency separator.
29170         (makefile-previous-dependency): Inline the new matcher, because it
29171         is too complex to work in both directions.
29172         (makefile-match-dependency): Eliminate `backward' arg (see above).
29173         Completely reimplemented so as to not sometimes go into an endless
29174         loop.  It should also be more efficient, because first it only
29175         searches for `:', instead of applying the very complex regexp.
29176         (makefile-mode): Cancel `font-lock-support-mode', because blocks
29177         to be fontified in one piece can be too long for JIT.
29178         Makefiles are never *that* big.
29180 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
29182         * dired.el (dired-mode): Simplify.
29184 2005-05-17  Lute Kamstra  <lute@gnu.org>
29186         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
29187         defcustom for the mode hook variable.
29189         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
29190         Emacs Lisp Reference Manual.
29192 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
29194         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
29195         (evenp, list*):
29196         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
29197         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
29199         * net/tramp-smb.el (tramp-smb-open-connection):
29200         Pass `tramp-chunksize' as fifth (required) argument.
29202 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
29204         * font-lock.el (lisp-font-lock-keywords-1):
29205         Set `font-lock-negation-char-face' for [^...] char group.
29206         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
29208         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
29209         a var, and refine it to mask one more level of nested vars.
29210         (makefile-rule-action-regex): Turn it into a var, and refine it so
29211         it recognizes backslashed continuation lines as belonging to the
29212         same command.
29213         (makefile-macroassign-regex): Refine it so it recognizes
29214         backslashed continuation lines as belonging to the same command.
29215         (makefile-var-use-regex): Don't look at the next char, because it
29216         might be the same one to be skipped by the initial [^$], leading
29217         to an overlooked variable use.
29218         (makefile-make-font-lock-keywords): Remove two parameters, which
29219         are now variables that some of the modes set locally.
29220         Handle dependency and rule action matching through functions, because
29221         regexps alone match too often.  Dependency matching now comes
29222         last, so it can check, whether a colon already matched something else.
29223         (makefile-mode): Inform that font-lock improves makefile parsing
29224         capabilities.
29225         (makefile-match-dependency, makefile-match-action): New functions.
29227 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
29229         * emacs-lisp/cl-extra.el (equalp): Doc fix.
29231         * align.el (align-regexp):
29232         * ansi-color.el (ansi-color-get-face):
29233         * array.el (array-reconfigure-rows, array-init-max-row)
29234         (array-init-max-column, array-init-columns-per-line)
29235         (array-init-field-width):
29236         * dired-aux.el (dired-trample-file-versions):
29237         * dired-x.el (dired-mark-sexp):
29238         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
29239         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
29240         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
29241         * faces.el (face-read-integer):
29242         * files.el (backup-extract-version, insert-directory):
29243         * hexl.el (hexl-insert-decimal-char):
29244         * server.el (server-process-filter):
29245         * shell.el (shell-extract-num):
29246         * startup.el (command-line-1):
29247         * term.el (term-command-hook):
29248         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
29249         (time-stamp-do-number):
29250         * time.el (display-time-update):
29251         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
29252         (timezone-fix-time):
29253         * vms-patch.el (vms-suspend-resume-hook):
29254         * calendar/appt.el (appt-convert-time):
29255         * calendar/cal-bahai.el (mark-bahai-diary-entries):
29256         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
29257         * calendar/cal-islam.el (mark-islamic-diary-entries):
29258         * calendar/calendar.el (calendar-cursor-to-date)
29259         (calendar-star-date):
29260         * calendar/diary-lib.el (diary-attrtype-convert)
29261         (mark-diary-entries, diary-entry-time):
29262         * calendar/solar.el (solar-get-number):
29263         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
29264         * emacs-lisp/re-builder.el (reb-display-subexp):
29265         * emulation/edt.el (edt-set-scroll-margins):
29266         * emulation/tpu-extras.el (tpu-set-scroll-margins):
29267         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
29268         (vip-get-ex-count):
29269         * emulation/viper-ex.el (viper-get-ex-token)
29270         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
29271         * international/fontset.el (fontset-plain-name):
29272         * mail/feedmail.el (feedmail-look-at-queue-directory):
29273         * mail/mailalias.el (mail-get-names):
29274         * mail/rmail.el (rmail-convert-to-babyl-format):
29275         * mail/rmailsum.el (rmail-make-basic-summary-line)
29276         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
29277         (rmail-summary-goto-msg):
29278         * mail/smtpmail.el (smtpmail-read-response):
29279         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
29280         (ange-ftp-vms-add-file-entry):
29281         * play/gametree.el (gametree-looking-at-ply)
29282         (gametree-current-branch-score):
29283         * progmodes/ada-xref.el (ada-prj-find-prj-file)
29284         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
29285         * progmodes/cperl-mode.el (condition-case):
29286         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
29287         (ebrowse-set-member-buffer-column-width)
29288         (ebrowse-select-1st-to-9nth):
29289         * progmodes/etags.el (etags-snarf-tag):
29290         * progmodes/flymake.el (flymake-parse-line):
29291         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
29292         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
29293         (idlwave-shell-menu-def):
29294         * progmodes/ps-mode.el (ps-run-goto-error):
29295         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
29296         (vhdl-speedbar-contract-level):
29297         * term/mac-win.el (x-handle-numeric-switch):
29298         * term/sun-mouse.el (sun-get-frame-data):
29299         * term/w32-win.el (x-handle-numeric-switch):
29300         * term/x-win.el (x-handle-numeric-switch):
29301         * textmodes/ispell.el (ispell-parse-output):
29302         * textmodes/nroff-mode.el (nroff-outline-level):
29303         * textmodes/reftex-cite.el (reftex-bib-sort-year)
29304         (reftex-bib-sort-year-reverse, reftex-format-citation):
29305         * textmodes/reftex-parse.el (reftex-init-section-numbers)
29306         (reftex-section-number):
29307         * textmodes/texinfmt.el (texinfo-paragraphindent):
29308         Replace `string-to-int' by `string-to-number'.
29310         * international/latexenc.el: Add page marker to force the "Local
29311         Variables:" string out of the last page.
29313 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
29315         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
29316         tooltip-change-major-mode.
29317         (gud-tooltip-print-command): Remove case where gud-minor-mode
29318         is gdb ("--fullname").
29319         (gud-tooltip-tips): Turn GUD tooltips off for this case and
29320         explain to user.
29322 2005-05-16  Jay Belanger  <belanger@truman.edu>
29324         * calc/calc-store.el (calc-copy-special-constant): New function.
29326         * calc/calc-ext.el (calc-init-extensions): Add binding for
29327         `calc-copy-special-constant'.
29329         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
29330         for the `calc-copy-special-constant' command.
29332 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
29334         * subr.el (left-fringe-p): New function.
29336         * progmodes/compile.el (compilation-setup): Set local value of
29337         overlay-arrow-string to "" always.
29338         (compilation-set-window): Left fringe then don't scroll.
29339         No left fringe then no arrow and scroll message to top.
29340         (compilation-context-lines): Adjust doc string accordingly.
29342 2005-05-16  Kim F. Storm  <storm@cua.dk>
29344         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
29345         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
29346         (ido-wide-find-dir-or-delete-dir): New command for M-d.
29347         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
29348         (ido-read-file-name): Handle commands with ido property value
29349         equal to find-file as reading a file name, to allow C-d to enter dired.
29350         (ibuffer-find-file): Add ido property with value find-file.
29352 2005-05-15  Kim F. Storm  <storm@cua.dk>
29354         * subr.el (open-network-stream-nowait): Remove.
29355         (open-network-stream-server): Remove.
29357 2005-05-15  Richard M. Stallman  <rms@gnu.org>
29359         * faces.el (describe-face): Output a definition link button.
29361         * help-mode.el (help-face-def): New button type.
29363         * emacs-lisp/copyright.el (copyright-fix-years):
29364         Match properly if the first year is 2-digit.
29365         Don't mess up the whitespace after the years by filling.
29367         * dired-aux.el (dired-mark-confirm):
29368         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
29370         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
29371         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
29372         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
29374         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29375         Set font-lock-comment-start-skip.
29377         * font-lock.el (font-lock-comment-start-skip): New variable.
29378         (font-lock-comment-end-skip): New variable.
29379         (font-lock-fontify-syntactically-region): Use them if non-nil.
29381 2005-05-15  Jay Belanger  <belanger@truman.edu>
29383         * calc/calc-store.el (calc-store-value): Return a string rather
29384         than display it as a message.
29385         Use calc-var-name for variable name.
29386         (calc-store-into): Add the result of calc-store-value to message.
29387         (calc-copy-variable): Add a message.
29388         (calc-store-exchange): Improve error messages.
29389         (calc-store-binary, calc-store-map): Don't reset the values of
29390         special constants.
29392 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
29394         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
29395         manual to docstring.
29397         * files.el (hack-local-variables-confirm): Add STRING argument.
29398         Make the function handle non file visiting buffers correctly.
29399         (hack-local-variables-prop-line, hack-local-variables)
29400         (hack-one-local-variable): Use STRING arg of
29401         `hack-local-variables-confirm'.
29403 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
29405         Sync with Tramp 2.0.49.
29407         * net/tramp.el (tramp-handle-dired-call-process)
29408         (tramp-handle-insert-directory):`insert-buffer' cannot be used
29409         because the contents of the Tramp buffer is changed before
29410         insertion (`expand-file' and alike).
29411         (tramp-handle-insert-directory): If `localname' has an empty
29412         nondirectory name, it must not be quoted.
29413         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
29414         variable `tramp-chunksize'.  Change callees.
29415         (tramp-open-connection-setup-interactive-shell): Check remote host
29416         for buggy `send-process-string' implementation.
29417         Set `tramp-chunksize' if found.  Reported by Michael Kifer
29418         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
29419         (tramp-handle-shell-command): `insert-buffer' cannot be used
29420         because the contents of the Tramp buffer is changed before
29421         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
29422         <frederic.bothamy@free.fr>.
29423         (tramp-set-auto-save): Actions should be done for Tramp file name
29424         handler only.  Ange-FTP has its own auto-save mechanism.
29425         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
29426         (tramp-set-auto-save-file-modes): Set file modes of
29427         `buffer-auto-save-file-name' to ?\600 as fallback solution.
29428         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
29429         (tramp-bug): Remove obsolete variable.
29430         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
29431         for presence of `mml-mode'.  Make it running for older Emacsen as well.
29433 2005-05-14  John Paul Wallington  <jpw@pobox.com>
29435         * ibuf-ext.el (define-ibuffer-filter filename):
29436         If `dired-directory' is a list, use its car.
29438 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
29440         * ibuffer.el (define-ibuffer-column filename):
29441         If `dired-directory' is a list, use its car.
29443 2005-05-14  Richard M. Stallman  <rms@gnu.org>
29445         * subr.el (symbol-file): Doc fix.
29447         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
29448         (byte-compile-form): Call byte-compile-nogroup-warn.
29449         (byte-compile-warning-types): Doc fix.
29451         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
29453         * progmodes/cc-engine.el (c-literal-faces):
29454         Add font-lock-comment-delimiter-face.
29456         * net/net-utils.el (dig): Use with-no-warnings.
29458         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
29459         (sc-recite-frame-alist, sc-default-cite-frame)
29460         (sc-default-uncite-frame, sc-default-recite-frame)
29461         (sc-attrib-selection-list, sc-rewrite-header-list):
29462         Mark as risky-local-variable.
29464         * international/ogonek.el (ogonek-jak, ogonek-how):
29465         Don't use beginning-of-buffer.
29467         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
29469         * calendar/solar.el (solar-data-list): Move definition up.
29471         * dnd.el (dnd-protocol-alist): Add autoload.
29473         * progmodes/sh-script.el: Many doc usage fixes.
29474         (sh-indent-after-do): Change default to match common styles.
29476 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
29478         * files.el (interpreter-mode-alist)
29479         (auto-mode-interpreter-regexp): Doc fixes.
29481 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
29483         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
29485         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
29487 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29489         * dired.el (dired-mode): make-variable-buffer-local =>
29490         make-local-variable.
29492 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29494         * term/mac-win.el (mac-select-convert-to-string): Try coding
29495         systems in mac-script-code-coding-systems if specified one cannot
29496         encode string for `com.apple.traditional-mac-plain-text'.
29498 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
29500         * progmodes/make-mode.el (makefile-targets-face)
29501         (makefile-shell-face, makefile-makepp-perl-face): New faces.
29502         (makefile-dependency-regex): Fix it to not make the colon in
29503         $(var:a=b) special.
29504         (makefile-rule-action-regex): New regexp for highlighting embedded
29505         Shell strings.
29506         (makefile-macroassign-regex): Handle != for highlighting as
29507         embedded Shell strings.
29508         (makefile-var-use-regex): New const.
29509         (makefile-statements, makefile-automake-statements)
29510         (makefile-gmake-statements, makefile-makepp-statements)
29511         (makefile-bsdmake-statements): New consts.
29512         (makefile-make-font-lock-keywords): New function.
29513         (makefile-automake-font-lock-keywords)
29514         (makefile-gmake-font-lock-keywords)
29515         (makefile-makepp-font-lock-keywords)
29516         (makefile-bsdmake-font-lock-keywords): New consts.
29517         (makefile-mode-map): Add switchers between the various submodes.
29518         (makefile-mode): Document the availability of the variants.
29519         (makefile-automake-mode, makefile-gmake-mode)
29520         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
29522         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
29523         new variants of makefile-mode.
29525 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
29527         * font-lock.el (font-lock-comment-delimiter-face): Fix up
29528         the inheritance.
29530 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
29532         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
29533         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
29535         * files.el (normal-mode): Extend the scope of the
29536         `enable-local-variables' binding to include the `set-auto-mode' call.
29537         (magic-mode-alist): Doc fix.
29539 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
29541         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
29542         font-lock-comment-face rather than copying its setting.
29544 2005-05-12  Andreas Schwab  <schwab@suse.de>
29546         * eshell/esh-mode.el (eshell-send-input): Doc fix.
29548 2005-05-12  Lute Kamstra  <lute@gnu.org>
29550         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
29551         defcustom for the mode hook variable.  Delete the last argument.
29552         * generic-x.el: Fix callers of define-generic-mode.
29553         (generic-x-modes): Delete group.
29554         (show-tabs-tab-face, show-tabs-space-face): Put them in the
29555         generic-x customization group.
29557 2005-05-12  Kim F. Storm  <storm@cua.dk>
29559         * font-lock.el (font-lock-negation-char-face): Default to "off".
29561         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
29562         font-lock-negation-char-face to ! in !=.
29564 2005-05-12  Masatake YAMATO  <jet@gyve.org>
29566         * add-log.el (find-change-log): Fix typos in the docstring
29567         of function.
29569 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
29571         * international/latexenc.el (latexenc-find-file-coding-system):
29572         Avoid `re-search-forward' when looking for input encoding because
29573         of speed and safety.  Better regular expressions for recognizing
29574         input encoding.  Limit a search for TeX-master/tex-main-file to
29575         the local variable section.
29577 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
29579         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
29580         syntax of $ to "'" (quote).
29582 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
29584         * dnd.el (dnd-protocol-alist): Improve custom type.
29586         * dired.el (dired-dnd-protocol-alist): New variable.
29587         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
29588         `dired-mode-hook' to the end.
29590 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29592         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
29593         comment-end if comment-start-skip is not set.
29594         Obey the font-lock-comment-delimiter-face variables.
29596 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29598         * files.el (executable-find): Move from executable.el.  Use
29599         locate-file.
29600         * progmodes/executable.el (executable-find): Move to files.el.
29602         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
29603         when trying to ensure forward progress.
29605 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
29607         * mouse-sel.el (mouse-sel-follow-link-p): New function.
29608         (mouse-select, mouse-select-internal, mouse-extend-internal):
29609         Use it to implement mouse-1-click-follows-link functionality.
29611 2005-05-11  Richard M. Stallman  <rms@gnu.org>
29613         * font-lock.el (font-lock-fontify-syntactically-region):
29614         Use font-lock-comment-delimiter-face for comment delimiters.
29616 2005-05-10  Jay Belanger  <belanger@truman.edu>
29618         * calc/calc-help.el (calc-m-prefix-help): Add mention of
29619         preserving embedded modes.
29621 2005-05-10  Richard M. Stallman  <rms@gnu.org>
29623         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
29625         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
29626         Move from ada-stmt.el.
29627         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
29629         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
29630         Move to ada-mode.el.
29631         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
29633         * cus-edit.el (custom-file): Call file-chase-links.
29635         * files.el (read-directory-name): Fix previous change.
29636         (hack-local-variables-confirm): New function.
29637         (hack-local-variables-prop-line, hack-local-variables)
29638         (hack-one-local-variable): Use it.
29640 2005-05-10  Lute Kamstra  <lute@gnu.org>
29642         * font-lock.el (font-lock-keywords-alist)
29643         (font-lock-removed-keywords-alist): Clarify docstrings.
29645 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
29647         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
29648         (gdb-source-info): Check for preprocessor info.
29649         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
29650         a macro for a function.
29651         (gdb-info-breakpoints-custom): Try to find file again if not already
29652         found (user might have used GDB dir command).
29653         (gdb-get-location): Update gdb-location-alist correctly for change
29654         to gdb-info-breakpoints-custom.
29656         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
29657         (gud-tooltip-print-command): Add gdbmi case.
29658         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
29659         preprocessor info.
29661 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
29663         * startup.el (fancy-splash-insert): Fix typo in doc string.
29665 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
29667         * obsolete/float.el (string-to-float):
29668         * obsolete/hilit19.el (hilit-add-pattern):
29669         * obsolete/rnews.el (news-parse-range, news-select-message)
29670         (news-get-pruned-list-of-files): Replace `string-to-int' by
29671         `string-to-number'.
29673         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
29674         `find-file-not-found-hooks'; use `add-hook'.
29675         (uncompress-while-visiting): Set `write-file-functions', not
29676         `write-file-hooks'; use `add-hook'.
29678 2005-05-09  Kim F. Storm  <storm@cua.dk>
29680         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
29681         (cua-paste): Handle clipboard action.
29682         (cua--init-keymaps): Remap clipboard-kill-region and
29683         clipboard-kill-ring-save.
29685 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
29687         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29688         Improve commentary.
29690         * simple.el (next-error-overlay-arrow-position): Revert the change
29691         made on 2005-04-30.
29693 2005-05-07  Jay Belanger  <belanger@truman.edu>
29695         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
29696         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
29697         `calc-sel-reselect'.
29699         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
29700         Calc is in embedded mode.
29702 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
29704         * progmodes/compile.el (compilation-setup):
29705         Set overlay-arrow-string to an empty string on text terminals.
29707         * textmodes/ispell.el (ispell-program-name): Try looking for
29708         "aspell" along exec-path, and if found, use it as the default
29709         speller program.
29711 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
29713         * international/mule.el (sgml-xml-auto-coding-function):
29714         Recognize encoding='FOO' in single quotes as well as in double quotes.
29716 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
29718         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
29719         as well as `interactive', so that defmacro* would recognize
29720         `declare' forms.
29722 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
29724         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29725         Explain more about the LIGHTER arg's usage in the doc string.
29726         Add commentary to clarify what the code does.  Fix the regexp that
29727         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
29728         since it could have characters special to regular expressions.
29730 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
29732         * replace.el (occur-1): Bind inhibit-read-only so that
29733         erase-buffer doesn't barf on read-only text properties (likewise
29734         for add-text-properties in occur-engine).  Mark buffer as unmodified.
29735         (occur-engine): Don't set buffer-read-only here.
29737 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29739         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
29740         list-buffers-directory.  This caused the *cvs-commit* buffer to be
29741         sometimes mistakenly reused as a *cvs* buffer.
29743 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
29745         * tooltip.el: Move code for GUD tooltips into gud.el.
29746         (require): CL no longer needed to compile case.
29747         (tooltip-mode): Do not toggle functions for GUD tooltips.
29748         (tooltip-gud-tips-p): Remove.  Replace with minor mode
29749         gud-tooltip-mode in gud.el.
29750         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
29751         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
29752         tooltip-gud prefix with gud-tooltip and obsolete.
29753         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
29754         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
29755         (tooltip-mouse-motion): Mouse movement functions/variable.
29756         Rename in gud.el by adding gud prefix.
29757         (tooltip-gud-original-filter, tooltip-gud-dereference)
29758         (tooltip-gud-event, tooltip-toggle-gud-tips)
29759         (tooltip-gud-process-output, tooltip-gud-print-command)
29760         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
29761         gud.el by replacing tooltip-gud prefix with gud-tooltip.
29762         (gdb-tooltip-print): Move to gdb-ui.el.
29764         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
29765         (require): CL needed to compile case.
29766         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
29767         tooltip-gud-tips-p.  Make it a minor-mode.
29768         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
29769         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
29770         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
29771         (gud-tooltip-change-major-mode)
29772         (gud-tooltip-activate-mouse-motions-if-enabled)
29773         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
29774         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
29775         (gud-tooltip-original-filter, gud-tooltip-dereference)
29776         (gud-tooltip-event, tooltip-toggle-gud-tips)
29777         (gud-tooltip-process-output, gud-tooltip-print-command)
29778         (gud-tooltip-tips): Move from tooltip.el.
29780         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
29781         (gdb-cpp-define-alist-flags): Doc fix.
29782         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
29783         gud-tooltip-mode is t.
29785 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29787         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
29788         evaporate if their text is deleted.
29789         (goto-address-at-point): Make it work as a mouse binding as well.
29790         (goto-address-at-mouse): Obsolete it.  Update users.
29792 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
29794         * calendar/appt.el (top-level): No longer activate on load.
29796 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
29798         * calendar/cal-bahai.el (mark-bahai-diary-entries):
29799         * net/webjump.el (webjump):
29800         * progmodes/idlw-help.el (idlwave-do-context-help1)
29801         (idlwave-highlight-linked-completions):
29802         * textmodes/po.el (po-find-file-coding-system-guts):
29803         Replace `assoc-ignore-case' by `assoc-string'.
29805 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
29807         * files.el (locate-file): Doc fix.
29809         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
29810         Remove the redundant test for ms-dos.
29812         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
29813         look for the preprocessor with exec-suffixes.  If not found in
29814         standard places, look in exec-path.  Remove most of the tests that
29815         used system-type.
29817         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
29819         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
29821         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
29822         file-name clash with jka-compr.el on 8+3 filesystems.
29824 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29826         * term/mac-win.el: Don't define or bind scroll bar functions if
29827         x-toolkit-scroll-bars is t.
29828         (x-select-text, x-get-selection-value): Clear
29829         x-last-selected-text-clipboard if x-select-enable-clipboard is
29830         nil.
29831         (PRIMARY): Put mac-scrap-name property.
29832         (mac-select-convert-to-file-url): New function.
29833         (public.file-url): New selection target type.  Add to
29834         selection-converter-alist.
29835         (x-get-selection, x-selection-value): Handle it.
29836         (x-cut-buffer-or-selection-value): New alias.
29838 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
29840         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
29841         entry to avoid calling bibtex-find-entry with arg global
29842         being t.  Remove arg key.
29843         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
29844         (bibtex-copy-summary-as-kill): Change accordingly.
29846 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
29848         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
29849         (org-agenda-date-later): Use with-current-buffer.
29851 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
29853         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
29854         (define-obsolete-variable-alias): Doc Fixes.
29856 2005-05-06  Kim F. Storm  <storm@cua.dk>
29858         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
29859         vertical-motion when selective-display is active.
29861         * ido.el (ido-setup-hook): New hook.
29862         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
29863         (ido-input-stack): New var.
29864         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
29865         ido-next-work-file binding to M-O.
29866         Bind M-f to ido-wide-find-file-or-pop-dir.
29867         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
29868         (ido-read-internal): Run ido-setup-hook.
29869         Catch quit in read-file-name and read-string to cancel edit.
29870         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
29871         Automatically pop-all when completing a directory name (RET).
29872         (ido-file-internal): Add with-no-warnings around ffap and dired code.
29873         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
29874         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
29875         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
29876         New functions for M-b/M-f to move among the directory components.
29877         (ido-make-merged-file-list): Catch quit to cancel merge.
29878         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
29879         (ido-completion-help): No warnings for ido-completion-buffer-full.
29881 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
29883         * font-lock.el (font-lock-negation-char-face): New face and variable.
29884         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
29885         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
29886         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
29887         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
29889 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
29891         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
29892         Fix typo in docstring.
29894         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
29895         (ebrowse-print-statistics-line)
29896         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
29898         * term/w32-win.el (image-library-alist): Add additional name for
29899         Xpm library.
29901 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
29903         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
29904         use gcc instead of cpp.
29906         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
29907         (gdb-create-define-alist): Use it.
29908         (gdb-cpp-define-alist-program): Update for MS-DOS.
29910 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
29912         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
29914 2005-05-04  Richard M. Stallman  <rms@gnu.org>
29916         * help.el (describe-key): No error when UNTRANSLATED is nil.
29918         * simple.el (line-move-1): Fix previous change to signal errors
29919         appropriately.
29921 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
29923         * calendar/icalendar.el (icalendar-version): Now at 0.12.
29924         (icalendar-duration-correction): Remove.
29925         (icalendar--get-event-properties): Split result at commas.
29926         (icalendar--decode-isoduration): New optional argument
29927         DURATION-CORRECTION.
29928         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
29929         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
29930         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
29931         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
29932         (icalendar--convert-anniversary-to-ical): New functions, extracted
29933         from icalendar-export-region, with bug fixes.
29934         (icalendar-export-region): Use the above functions.
29935         (icalendar-import-buffer): Check before saving diary file.
29936         (icalendar--convert-recurring-to-diary)
29937         (icalendar--convert-non-recurring-all-day-to-diary)
29938         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
29939         extracted from icalendar--convert-ical-to-diary, with bug fixes.
29940         (icalendar--convert-ical-to-diary): Use the above functions.
29942 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
29944         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
29945         Remove these recent additions.
29946         (c-mode): Restore to before 2005-04-28.
29948         * progmodes/cc-vars.el (cc-define-list-program): Remove this
29949         recent addition.
29951         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
29952         (gdb-define-alist): New variables.
29953         (gdb-create-define-alist): New function.
29954         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
29955         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
29956         with string-to-number.
29957         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
29959         * progmodes/gud.el: Replace string-to-int with string-to-number.
29960         (gud-find-file): Handle gdb-define-alist.
29962         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
29964 2005-05-02  Jay Belanger  <belanger@truman.edu>
29966         * calc/calc-aent.el (math-read-token):
29967         * calc/calc-bin.el (calc-word-size):
29968         * calc/calc-ext.el (calc-read-number-fancy):
29969         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
29970         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
29971         * calc/calc-frac.el (calc-over-notation):
29972         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
29973         (calc-graph-num-points, calc-graph-init):
29974         * calc/calc-prog.el (calc-read-parse-table-part)
29975         (calc-edit-macro-repeats):
29976         * calc/calc-yank.el (calc-do-grab-rectangle):
29977         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
29978         Replace `string-to-int' by `string-to-number'.
29980 2005-05-02  Kim F. Storm  <storm@cua.dk>
29982         * kmacro.el: Use executing-kbd-macro-index variable.
29984 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
29986         * net/rlogin.el (rlogin-parse-words): Delete func.
29987         (rlogin): Use split-string, not rlogin-parse-words.
29988         Also, if there are option-like elements in the parsed args,
29989         take the host to be the first arg immediately following them.
29990         Suggested by Michael Mauger.
29992 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
29994         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
29996 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
29998         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
29999         (cc-mode-cpp-program): Rename to cc-define-list-program and
30000         move to cc-vars.el.
30002         * progmodes/cc-vars.el (cc-define-list-program):
30003         Change to "gcc -E -dM -".  Make customizable.
30005 2005-05-02  Kim F. Storm  <storm@cua.dk>
30007         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30009 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30011         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30013         * international/mule-util.el (truncate-string): Remove alias and
30014         obsolete declaration.
30016         * international/mule-cmds.el (update-iso-coding-systems):
30017         Remove alias and obsolete declaration.
30019         * international/mule.el (coding-system-parent): Remove alias and
30020         obsolete declaration.
30022         * subr.el (define-function, sref): Remove aliases and obsolete
30023         declarations.
30024         (chars-in-region): Remove obsolete declaration.
30026 2005-05-01  Richard M. Stallman  <rms@gnu.org>
30028         * info.el (Info-mode): Set widen-automatically to nil, locally.
30030         * simple.el (widen-automatically): New variable.
30031         (pop-global-mark): Obey widen-automatically.
30033 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
30035         * term/xterm.el (function-key-map): Call substitute-key-definition
30036         before the keymap size is increased by a lot of define-key calls.
30038 2005-05-01  Richard M. Stallman  <rms@gnu.org>
30040         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30041         Rename ARG to ELEMENT.  Doc fix.
30043 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
30045         * allout.el (allout-exposure): Remove macro and obsolete declaration.
30046         Remove references to allout-exposure/change to allout-new-exposure.
30048         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30049         bytecode symbols.
30051         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
30052         (compiled-function-p, focus-frame, unfocus-frame):
30053         Remove aliases and obsolete declarations.
30054         Back out inadvertent changes from previous commit.
30056 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
30058         * files.el (require-final-newline): Make Custom tags consistent
30059         with mode-require-final-newline.
30060         (mode-require-final-newline): Doc fix.
30062 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30064         * international/latexenc.el (latexenc-find-file-coding-system):
30065         Fix regular expressions.
30067 2005-05-01  David Kastrup  <dak@gnu.org>
30069         * international/latexenc.el (latexenc-find-file-coding-system):
30070         Fix regular expressions.
30072 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
30074         * subr.el (string-to-int): Make obsolete.
30076 2005-04-30  Richard M. Stallman  <rms@gnu.org>
30078         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
30080         * loadup.el: load jka-comp-hook.
30082         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
30083         (jka-compr-handler): Add autoload.  `put' calls moved
30084         to jka-comp-hook.el.
30085         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
30086         (jka-compr-inhibit): Autoload.
30088         * jka-comp-hook.el: New file.
30089         Enable the mode by default.
30091         * files.el (backup-buffer-copy): Use copy-file instead
30092         of write-region, and put back the 'excl.
30094 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
30096         * progmodes/flymake.el (flymake-split-string)
30097         (flymake-split-string, flymake-log, flymake-pid-to-names)
30098         (flymake-reg-names, flymake-get-source-buffer-name)
30099         (flymake-unreg-names, flymake-add-line-err-info)
30100         (flymake-add-err-info): Clarify docstrings.
30101         (flymake-popup-menu, flymake-make-emacs-menu)
30102         (flymake-make-xemacs-menu): Add docstrings.
30103         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30104         Set variables directly throughout.
30106 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
30108         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
30109         exists.  Initialize cc-define-alist.
30110         (c-mode): Add cc-create-define-alist locally to after-save-hook.
30111         If there is no file (Macroexpansion) don't create an alist.
30113 2005-04-29  Sam Steingold  <sds@gnu.org>
30115         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
30116         (cc-create-define-alist): Use it instead of the hard-coded string.
30118 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30120         * international/mule-conf.el (file-coding-system-alist): Fix regexp
30121         for latexenc.
30123 2005-04-29  Lute Kamstra  <lute@gnu.org>
30125         * emacs-lisp/generic.el: Improve commentary section.
30126         (define-generic-mode): Improve docstring.
30128 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
30130         * textmodes/org.el (many places): Change to quiet the byte compiler.
30131         (org-prefix-format-compiled): New variable.
30132         (org-compile-prefix-format): New function.
30133         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
30134         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
30135         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
30136         (org-get-entries-from-diary): Use `org-get-time-of-day' for
30137         consistency with entries from `org-mode' files.
30138         (org-get-time-of-day): Fix bug with partial matches early in a line.
30139         (org-non-link-chars): New constant.
30140         (org-link-regexp): Respect `org-non-link-chars'.
30141         (org-agenda-day-view): Remove command.
30142         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
30143         (org-follow-bbdb-link, org-store-link): Search also company field.
30144         (org-highlight-overlay): New variable.
30145         (org-highlight, org-unhighlight): New functions.
30146         (org-agenda-mode): Add pre-command-hook to remove highlight.
30147         (org-evaluate-time-range): Behavior depends upon whether time stamp
30148         contains a time or not.
30149         (org-show-subtree, org-show-entry): New functions.
30150         (org-agenda-cleanup-fancy-diary): Remove empty lines.
30152 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
30154         * comint.el (comint-output-filter-functions): Add autoload cookie.
30156 2005-04-28  Kim F. Storm  <storm@cua.dk>
30158         * ido.el (ido-everywhere): Fix last change.
30160 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
30162         * international/latexenc.el: New file.
30163         * international/mule-conf.el (file-coding-system-alist): For .tex,
30164         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
30166 2005-04-28  Lute Kamstra  <lute@gnu.org>
30168         * font-lock.el (font-lock-add-keywords)
30169         (font-lock-remove-keywords): Clarify docstring.
30170         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
30171         Don't start docstrings with a `*'.
30172         (font-lock-update-removed-keyword-alist): Give it a docstring.
30174         * generic-x.el: Update commentary section.
30175         Only require font-lock when compiling.
30176         Define all modes conditionally.
30177         Place all generic modes in the generic-x-modes customization group.
30178         (generic-x-modes): New customization group.
30179         (generic-default-modes, generic-mswindows-modes)
30180         (generic-unix-modes, generic-other-modes): New constants.
30181         (generic-define-mswindows-modes, generic-define-unix-modes):
30182         Update docstrings.  Make them obsolete.
30183         (generic-extras-enable-list): New default value.  Update docstring.
30184         Improve :type.  Change :set function.
30185         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
30186         Fix docstring.
30188         * emacs-lisp/generic.el (generic-mode-internal):
30189         Simplify font-lock-defaults.
30190         (define-generic-mode): Fix docstring.
30192 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30194         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
30195         font-lock-face property to highlight matches.
30197 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
30199         * progmodes/cc-mode.el (cc-create-define-alist): New function.
30200         (cc-define-alist): New variable.
30201         (c-mode): Make it local and initialize it.
30203         * progmodes/gdb-ui.el (gdb-active-process): New variable.
30204         (gdb-exited): New function.
30205         (gdb-annotation-rules): Use it.
30206         (gdb-starting): Set gdb-active-process to t.
30207         (gdb-stopping): Amend doc string.
30208         (gdb-reset): Set gdb-active-process to nil.
30210         * tooltip.el (tooltip-gud-tips): Show the associated #define
30211         directives when a C program under GDB is not executing.
30213 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30215         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
30216         font-lock-fontify-syntactic-keywords.
30218         * font-lock.el (font-lock-default-fontify-region): Don't force
30219         parse-sexp-lookup-properties to nil.
30221 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
30223         * man.el (man-mode-syntax-table): Set up `:' to have
30224         word-constituent syntax.
30226 2005-04-27  Lute Kamstra  <lute@gnu.org>
30228         * novice.el (disable-command): Don't add spurious newlines to the
30229         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
30231 2005-04-26  Jay Belanger  <belanger@truman.edu>
30233         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
30234         than one window before deleting window.
30236 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
30238         * shell.el (shell-prompt-pattern): Doc fix.
30239         (shell-mode): Set paragraph-separate buffer locally to "\\'".
30241         * comint.el (comint-prompt-regexp, comint-get-old-input)
30242         (comint-use-prompt-regexp)
30243         (comint-use-prompt-regexp-instead-of-fields)
30244         (comint-replace-by-expanded-history, comint-send-input)
30245         (comint-output-filter, comint-get-old-input-default)
30246         (comint-line-beginning-position, comint-bol, comint-show-output)
30247         (comint-backward-matching-input, comint-forward-matching-input)
30248         (comint-next-prompt, comint-previous-prompt):
30249         Rename `comint-use-prompt-regexp-instead-of-fields' to
30250         `comint-use-prompt-regexp'.  Keep old name as alias and declare
30251         obsolete.
30252         (comint-use-prompt-regexp): Shorten first line of doc string.
30254         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
30255         Set paragraph-separate buffer locally to "\\'".
30257         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
30258         Adapt to above name change.
30260         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
30261         (smbclient-prompt-regexp): Ditto.
30263         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
30265 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
30267         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
30268         gdb-location-list.
30269         Break lines that are over 80 characters wide.
30271 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30273         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
30274         New fun and var, to preserve compatibility.
30276         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
30278 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
30280         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
30281         name to file-newer-than-file-p.
30283 2005-04-26  Richard M. Stallman  <rms@gnu.org>
30285         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
30287         * progmodes/python.el (python-mode):
30288         Use new name eldoc-documentation-function.
30290         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
30292         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30293         (eldoc-documentation-function):
30294         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
30296 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
30298         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
30300 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
30302         * term/xterm.el (function-key-map): Fix strings for
30303         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
30304         {C,S,A,C-S}-{f1-f12}.
30306 2005-04-26  Kenichi Handa  <handa@m17n.org>
30308         * international/mule-cmds.el (select-safe-coding-system):
30309         Fix previous change.
30311 2005-04-26  Lute Kamstra  <lute@gnu.org>
30313         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
30315         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
30316         (font-lock-comment-delimiter-face): Ditto.
30318         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
30320 2005-04-25  Jay Belanger  <belanger@truman.edu>
30322         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
30323         to t while inserting information; use help-mode.
30325 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
30327         * term.el (ansi-term-color-vector): Use the xterm colors.
30328         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
30330 2005-04-25  Lute Kamstra  <lute@gnu.org>
30332         * font-core.el (font-lock-defaults): Fix docstring.
30334         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
30336 2005-04-25  Kenichi Handa  <handa@m17n.org>
30338         * international/mule-cmds.el (select-safe-coding-system):
30339         Don't check consistency with coding: spec, etc if raw-text or
30340         no-conversion was found to be safe.
30342 2005-04-24  Richard M. Stallman  <rms@gnu.org>
30344         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
30345         citation markers at start of each line.
30347         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
30348         citation markers at start of each line.
30350         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
30352         * files.el (mode-require-final-newline): Fix previous change.
30353         (require-final-newline): Fix type label.
30355 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
30357         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
30358         statement in buffer (broken by 2004-11-24 change).
30360 2005-04-24  Kim F. Storm  <storm@cua.dk>
30362         * ido.el (ido-everywhere): Save and restore old read-buffer-function
30363         and read-file-name-function values.  Don't overwrite existing
30364         non-nil values if ido-mode is enabled without ido-everywhere.
30366 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
30368         * files.el (mode-require-final-newline): Minor doc fix.
30370 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
30372         * subr.el (syntax-after): Doc fix.
30373         (syntax-class): If argument is nil, return nil.  Mask off upper 16
30374         bits, not 8 bits.
30376         * files.el (mode-require-final-newline): Doc fix.
30377         (backup-buffer-copy): Fix last change.
30379 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30381         * term/mac-win.el: Require select.  Set selection-coding-system to
30382         mac-system-coding-system.  Call menu-bar-enable-clipboard.
30383         (x-last-selected-text-clipboard, x-last-selected-text-primary)
30384         (x-select-enable-clipboard): New variables.
30385         (x-select-text, x-get-selection, x-selection-value)
30386         (x-get-selection-value, mac-select-convert-to-string)
30387         (mac-services-open-file, mac-services-open-selection)
30388         (mac-services-insert-text): New functions.
30389         (CLIPBOARD, FIND): Put mac-scrap-name property.
30390         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
30391         (public.tiff): Put mac-ostype property.
30392         (selection-converter-alist): Add entries for them.
30393         (mac-application-menu-map): New keymap.
30394         (interprogram-cut-function, interprogram-paste-function): Set to
30395         x-select-text and x-get-selection-value, respectively.
30396         (split-window-keep-point): Set to t.
30398 2005-04-23  Richard M. Stallman  <rms@gnu.org>
30400         * files.el (read-directory-name): Always pass non-nil
30401         DEFAULT-FILENAME arg to read-file-name.
30402         (backup-buffer-copy, basic-save-buffer-2): Take care against
30403         writing thru an unexpected existing symlink.
30404         (revert-buffer): In indirect buffer, revert the base buffer.
30405         (magic-mode-alist): Doc fix.
30406         (buffer-stale-function): Doc fix.
30407         (minibuffer-with-setup-hook): Avoid warning.
30408         (mode-require-final-newline): Doc and custom fix.
30410         * follow.el (follow-end-of-buffer): Use with-no-warnings.
30412         * font-lock.el (font-lock-comment-face): On terminals with few colors,
30413         use the default appearance.
30414         (font-lock-comment-delimiter-face): New face, new variable.
30416         * imenu.el (imenu--generic-function): The official position of a
30417         definition is the start of the line that BEG is in.
30419         * midnight.el (midnight-timer): Move defvar up.
30421         * mouse.el (mouse-drag-region-1): Delete some debugging code.
30423         * saveplace.el (save-place-to-alist): Use with-no-warnings.
30425         * startup.el (command-line): Use with-no-warnings.
30427         * window.el (window-size-fixed): New defvar.
30429         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
30431         * mail/rmail.el (rmail-font-lock-keywords):
30432         Use font-lock-comment-delimiter-face.
30434         * mail/sendmail.el (mail-font-lock-keywords):
30435         Use font-lock-comment-delimiter-face.
30437         * progmodes/compile.el (next-error-highlight-timer): New defvar.
30439 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
30441         * progmodes/compile.el (compilation-mode-font-lock-keywords):
30442         Specify t for LAXMATCH when matching directories.
30443         Save match data around compilation-compat-error-properties form.
30445 2005-04-23  David Kastrup  <dak@gnu.org>
30447         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
30448         Mention that the autoloaded aliases should be kept for AUCTeX.
30450 2005-04-23  Andreas Schwab  <schwab@suse.de>
30452         * isearch.el (isearch-forward): Doc fix.
30454 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
30456         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
30457         (jit-lock-stealth-nice): Change default value to 0.5.
30459 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
30461         * abbrev.el (write-abbrev-file): Write table entries in
30462         alphabetical order by table name.
30464 2005-04-22  Kim F. Storm  <storm@cua.dk>
30466         * ido.el (ido-read-internal): Fix `list' completion.
30468 2005-04-22  Kenichi Handa  <handa@m17n.org>
30470         * recentf.el (recentf-save-file-coding-system): New variable.
30471         (recentf-save-list): Encode the file by
30472         recentf-save-file-coding-system and add coding: tag.
30474 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
30476         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
30478 2005-04-21  Lute Kamstra  <lute@gnu.org>
30480         * loadhist.el (unload-feature): Don't remove a function from hooks
30481         if it is about to be restored to an autoload .  Remove functions
30482         that will become unbound from auto-mode-alist.  Simplify the code.
30484         * subr.el (assq-delete-all): New implementation that is linear,
30485         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
30486         (rassq-delete-all): New function.
30488         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30489         Add size-indication-mode.
30491 2005-04-21  Kenichi Handa  <handa@m17n.org>
30493         * international/mule-cmds.el: Add autoload for widget-value in
30494         eval-when-compile.
30496 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
30498         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30499         Add tooltip-mode.
30501         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
30503 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
30505         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
30506         (inferior-lisp-filter-regexp, inferior-lisp-program)
30507         (inferior-lisp-load-command, inferior-lisp-prompt)
30508         (inferior-lisp-mode-hook, lisp-source-modes)
30509         (inferior-lisp-load-hook): defvar->defcustom.
30510         (inferior-lisp-program, inferior-lisp-prompt)
30511         (inferior-lisp-load-hook): Doc fixes.
30512         (inferior-lisp-install-letter-bindings): Small change in
30513         introductory comment.
30515 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
30517         * vc.el (vc-annotate-color-map): Change some colors so that text
30518         using them as foreground is readable on both white and black
30519         backgrounds.
30521 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30523         * international/mule-conf.el (translation-table-for-input):
30524         Remove redundant declaration.
30526 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
30528         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
30530         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
30531         (tooltip-toggle-gud-tips): New function.
30533 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30535         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
30536         right angle brackets.
30538 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
30540         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
30542 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
30544         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
30545         Remove.  Update callers to use expand-file-name instead.
30547         * subr.el (syntax-class): New function.
30549         * simple.el (blink-matching-open): Use it.
30551         * paren.el (show-paren-function): Use it to recognize parens that are
30552         also used in 2-char comment markers.
30554 2005-04-19  Lute Kamstra  <lute@gnu.org>
30556         * loadhist.el (unload-feature): Update for new format of
30557         load-history.  Simplify the code.
30559 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30561         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
30562         (mac-add-charset-info): New function.  Initialize variable
30563         mac-charset-info-alist using it.
30564         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
30565         for translation.
30566         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
30567         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
30568         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
30569         New CCL programs.
30571 2005-04-19  Kim F. Storm  <storm@cua.dk>
30573         * simple.el (next-buffer, prev-buffer, next-error)
30574         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30575         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
30577         * bindings.el (next-buffer, prev-buffer, next-error)
30578         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30579         (clone-indirect-buffer-other-window): Move bindings from simple.el.
30580         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
30581         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
30583 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
30585         * isearch.el (isearch-edit-string): Make the search-ring available for
30586         minibuffer history commands.
30587         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
30588         the default history commands now work just as well.
30589         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
30591 2005-04-18  Kim F. Storm  <storm@cua.dk>
30593         * emulation/cua-base.el (cua--pre-command-handler): Add more
30594         elaborate check for shift modifier on non-window systems.
30596 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
30598         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
30600 2005-04-18  Kim F. Storm  <storm@cua.dk>
30602         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
30603         and make it optional.  Don't test tooltip-gud-echo-area here.
30604         (tooltip-gud-process-output, gdb-tooltip-print):
30605         Pass tooltip-gud-echo-area to tooltip-show.
30606         (tooltip-help-tips): Remove second optional arg to tooltip-show.
30608 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30610         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
30611         `display-graphic-p' may not be bound yet.
30613 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
30615         * startup.el (command-line): No longer enable Xterm Mouse mode by
30616         default in terminals compatible with xterm.
30618         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
30620 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
30622         * tooltip.el (tooltip-gud-echo-area): Rename from
30623         tooltip-use-echo-area.
30624         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
30625         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
30626         area independently of where help tooltips are displayed.
30628 2005-04-17  David Kastrup  <dak@gnu.org>
30630         * cus-theme.el (custom-theme-write-variables): Quote variables
30631         where necessary.
30633 2005-04-17  Richard M. Stallman  <rms@gnu.org>
30635         * simple.el (yank-excluded-properties): Add follow-link to value.
30637         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
30639         * startup.el (fancy-splash-max-time): Just 30 seconds.
30640         (fancy-splash-delay): Just 7.
30641         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
30643         * loadhist.el (unload-feature): Update for new format of load-history.
30644         Simplify the code.
30646         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
30647         (rmail-font-lock-keywords): Don't fontify the text of a citation.
30649         * mail/sendmail.el (mail-font-lock-keywords):
30650         Don't fontify subject text.
30651         Don't fontify the text of a citation.
30653 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
30655         * comint.el (comint-output-filter): Run comint-output-filter-functions
30656         with point where the user had it.
30658 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
30660         * international/ucs-tables.el (ucs-set-table-for-input):
30661         Disable when using unify-on-decoding.
30663 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
30665         * emulation/cua-base.el (cua-global-mark-face): Add special case
30666         for displays supporting a high number of colors.
30668 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
30670         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
30672 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
30674         * filesets.el (filesets-add-buffer): If user supplies a name of a
30675         non-existing fileset, create a new fileset.
30677 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
30679         * textmodes/org.el (org-up-heading-all): Fix bug with
30680         `outline-up-heading-all'.
30682 2005-04-16  Andreas Schwab  <schwab@suse.de>
30684         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
30685         /etc/permissions.d/* and /etc/aliases.d/*.
30687 2005-04-16  Kenichi Handa  <handa@m17n.org>
30689         * international/code-pages.el (cp-make-coding-system):
30690         Set `translation-table-for-input' property value to the symbol
30691         ucs-mule-to-mule-unicode, not to that value.
30692         (pt154): Escape guillemet by `\'.
30694 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
30696         * loadup.el: Load tooltip if x-show-tip is fboundp.
30698         * startup.el (command-line): Add comment.
30700         * tooltip.el (tooltip-mode): Specify correct standard value for
30701         Custom in init-value.
30703 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
30705         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
30706         possible.
30708 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
30710         * textmodes/org.el (org-agenda-date-prompt): Rename from
30711         `org-agenda-date-today'.
30712         (org-evaluate-time-range): Insert at point instead of directly
30713         after time range.
30714         (org-first-headline-recenter, org-subtree-end-visible-p)
30715         (org-optimize-window-after-visibility-change): New functions
30716         (org-agenda-post-command-hook): Don't allow point at end of line,
30717         to make sure it always hits the text properties.
30718         (org-agenda-next-date-line, org-agenda-previous-date-line):
30719         New commands.
30720         (org-set-regexps-and-options): Category may contain white space.
30721         (org-agenda-get-deadlines, org-agenda-get-scheduled):
30722         Improve marker positions.
30723         (org-agenda-new-marker): Argument POS made optional.
30724         (org-agenda-get-timestamps): Deadlines which are done are listed
30725         in org-done-face now.
30726         (org-agenda-get-todos, org-agenda-get-timestamps)
30727         (org-agenda-get-deadlines, org-agenda-get-scheduled):
30728         Set `undone-face' and `done-face' properties.
30729         (org-last-todo-state-is-todo): New variable.
30730         (org-todo): Set `org-last-todo-state-is-todo'.
30731         (org-agenda-todo): Change face according to
30732         `org-last-todo-state-is-todo'.  And change other lines referring to
30733         the same entry.
30734         (org-calendar-goto-agenda): New command.
30735         (org-calendar-to-agenda-key): New option.
30736         (org-startup-folded): New allowed value `content'.
30737         (org-set-regexps-and-options): Accept new value `content' for
30738         `org-startup-folded'.
30739         (org-get-current-options): Handle new value `content' for
30740         `org-startup-folded'.
30741         (org-insert-todo-heading): New command.
30742         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
30743         interactively in empty file and option
30744         `org-insert-mode-line-in-empty-file' has been set.
30745         (org-agenda-todo, org-agenda-priority): Modify to use
30746         `org-agenda-change-all-lines'.
30747         (org-warning-face): Change color on dark background.
30749 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30751         * international/mule-cmds.el (set-locale-environment): On Mac OS,
30752         use preferences AppleLocale and AppleLanguages, and variable
30753         mac-system-locale for default locale.  On Mac OS Classic, use
30754         mac-system-coding-system for default coding systems.
30756         * term/mac-win.el: Don't set file-name-coding-system.
30757         Decode variables system-name, emacs-build-system, user-login-name, and
30758         user-full-name by mac-system-coding-system on Mac OS Classic.
30759         (mac-system-coding-system): New variable.
30761 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
30763         * startup.el (command-line): Handle `xterm-mouse-mode' before
30764         reading init file.
30766         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
30768 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
30770         * progmodes/sh-script.el (sh-here-document-word): Make it a
30771         defcustom.  Doc fix.
30772         (sh-add): Bash uses $(( )) for arithmetic.
30773         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
30774         (sh-maybe-here-document): Remove quotes and leading whitespace
30775         from heredoc word when closing.  Indent heredoc with tabs if word
30776         starts with "-".
30778 2005-04-13  Richard M. Stallman  <rms@gnu.org>
30780         * simple.el (undo): Fix previous change.
30782         * custom.el (defface): Doc fix.
30784 2005-04-13  Lute Kamstra  <lute@gnu.org>
30786         * Makefile.in (DONTCOMPILE): Remove list.
30787         (compile, compile-always): Don't use DONTCOMPILE.
30788         (update-authors): Load the library in which batch-update-authors
30789         is defined.
30790         * makefile.w32-in (DONTCOMPILE): Remove list.
30791         (compile, compile-always): Fix comments.
30792         (update-authors): Load the library in which batch-update-authors
30793         is defined.
30795         * generic-x.el (generic-mode-ini-file-find-file-hook):
30796         Rename to ini-generic-mode-find-file-hook.
30797         Keep generic-mode-ini-file-find-file-hook as an alias.
30798         (ini-generic-mode-find-file-hook): Rename from
30799         generic-mode-ini-file-find-file-hook.  Fix docstring.
30800         (ini-generic-mode): Docstring change.
30801         (bat-generic-mode-run-as-comint): Silence the byte compiler.
30803         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
30804         called from lisp.
30806         * generic.el: Move to the emacs-lisp subdir.
30808 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
30810         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
30811         and C-S- function and cursor motion keys.
30813 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
30815         * startup.el (command-line): Enable Xterm Mouse mode by default.
30816         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
30817         for Custom.  No longer show "Mouse" in mode line when enabled.
30818         Doc fix.
30820 2005-04-12  Kim F. Storm  <storm@cua.dk>
30822         * emulation/cua-base.el (cua-rectangle-face)
30823         (cua-rectangle-noselect-face): Define face attributes here.
30825         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
30827 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30829         * startup.el (command-line): Turn off blinking cursor if
30830         cursorBlink in resources is off or false.
30832 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30834         * term/mac-win.el (dnd): Require dnd.
30835         (mac-drag-n-drop): Call dnd-handle-one-url.
30836         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
30837         (kTextEncodingISOLatin2): Remove constants.
30838         (mac-script-code-coding-systems): New constant.
30839         (mac-handle-language-change): New function.
30840         (special-event-map): Bind it to `language-change' event.
30841         (mac-centraleurroman, mac-cyrillic): New coding systems.
30842         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
30843         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
30844         and mac-cyrillic-encoder to encode-mac-centraleurroman and
30845         encode-mac-cyrillic, respectively.
30847 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
30849         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
30850         Don't set overlay-arrow-string to "=>" as this is done
30851         globally in C now.
30853 2005-04-12  Lute Kamstra  <lute@gnu.org>
30855         * generic-x.el (rc-generic-mode, rul-generic-mode):
30856         Fix auto-mode-alist entries.
30857         (etc-fstab-generic-mode): Tweak fontification.
30859         * generic.el (generic-make-keywords-list): Fix docstring.
30860         (generic-mode-internal): Simplify generic-font-lock-keywords.
30862 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
30864         * whitespace.el (whitespace-buffer-leading)
30865         (whitespace-buffer-trailing): Revert the incorrect test inversion.
30866         However, fix the highlight area for the leading and
30867         trailing whitespaces to show space.
30869 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
30871         * whitespace.el (whitespace-version): Bump to 3.5.
30873         (whitespace-buffer-leading, whitespace-buffer-trailing):
30874         Invert sense of the test to highlight the whitespace.
30876 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
30878         * progmodes/gud.el (gud-display-line): GUD uses its own
30879         overlay arrow now so don't set overlay-arrow-string.
30880         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
30882 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
30884         * term.el (term-ansi-current-bold, term-ansi-current-underline)
30885         (term-ansi-current-reverse, term-ansi-current-invisible)
30886         (term-ansi-face-already-done): Change to boolean.
30887         (term-reset-terminal, term-handle-colors-array): Handle the above
30888         vars accordingly.
30889         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
30890         (term-emulate-terminal): Use the new name.
30892         * faces.el (secondary-selection): Use yellow1, not yellow.
30893         (trailing-whitespace): Use red1, not red.
30895 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30897         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
30898         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
30899         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
30901         * cus-edit.el (dnd): New group.
30903         * term/w32-win.el (dnd): Require dnd
30904         (w32-drag-n-drop): Call dnd-handle-one-url.
30906         * x-dnd.el: Require dnd.
30907         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
30908         Call dnd-handle-one-url.
30909         (x-dnd-types-alist, x-dnd-insert-utf8-text)
30910         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
30911         to dnd-insert-text.
30912         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
30913         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
30914         (x-dnd-get-local-file-name, x-dnd-open-local-file)
30915         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
30917         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
30919 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
30921         * wdired.el: Doc fixes.
30922         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
30923         (wdired-use-dired-vertical-movement): Rename from
30924         wdired-always-move-to-filename-beginning.
30925         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
30926         (wdired-change-to-wdired-mode): Change mode name.
30927         (wdired-newline): Delete.
30929 2005-04-11  Richard M. Stallman  <rms@gnu.org>
30931         * whitespace.el (whitespace-highlight-the-space):
30932         Don't call whitespace-unhighlight-the-space here.
30934         * simple.el (undo): Record t in undo-equiv-table
30935         for the redo record made by an undo-in-region.
30937 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
30939         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
30940         (gdb-frame-inferior-io-buffer): New Functions to control
30941         display of separate IO buffer.
30942         (menu): Add them to menu-bar.
30943         (gdb-display-buffer): Check for buffer another frame.
30944         Protect GUD buffer.
30945         (gdb-setup-windows): Create IO buffer if not already there.
30946         (gdb-memory-mode): Remove purecopy noops.
30948 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
30950         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
30951         and pass to self-insert-command.
30953 2005-04-11  Lute Kamstra  <lute@gnu.org>
30955         * generic.el: Commentary section cleanup.
30956         (generic): Delete.
30957         (generic-use-find-file-hook, generic-lines-to-scan)
30958         (generic-find-file-regexp, generic-ignore-files-regexp)
30959         (default-generic-mode, generic-mode-find-file-hook)
30960         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
30961         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
30962         (generic-use-find-file-hook, generic-lines-to-scan)
30963         (generic-find-file-regexp, generic-ignore-files-regexp)
30964         (default-generic-mode, generic-mode-find-file-hook)
30965         (generic-mode-ini-file-find-file-hook): Move from generic.el.
30967 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
30969         * bookmark.el (bookmark-write-file): Catch errors writing file.
30970         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
30972 2005-04-10  Richard M. Stallman  <rms@gnu.org>
30974         * startup.el (fancy-splash-tail): Update copyright year.
30975         (command-line): Split part of -Q into -D.
30976         (emacs-basic-display): New defvar.
30977         (fancy-splash-text): Correct name of menu item.
30979         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
30981         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
30982         lines in one node.
30984         * comint.el (comint-send-input): New arg ARTIFICIAL.
30985         Callers in this file changed.
30987         * abbrev.el (define-abbrevs): Read system abbrevs properly.
30989         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
30991 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
30993         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
30994         `ldap-search-internal'.
30996 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
30998         * files.el (set-auto-mode-1): Use line-end-position.
31000         * international/latin-1.el:
31001         * international/latin-2.el:
31002         * international/latin-3.el:
31003         * international/latin-4.el:
31004         * international/latin-5.el:
31005         * international/latin-8.el:
31006         * international/latin-9.el: Give punctuation syntax to NBSP.
31008         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31009         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31010         Use char-classes to accept non-ascii letters, accepted in some recent
31011         bibtex implementations.
31013 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
31015         * custom.el (custom-set-minor-mode): Any non-nil value for the
31016         variable should enable the mode when set through Custom.
31018 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31020         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31021         TAB binding so tab-always-indent is obeyed.
31022         (vhdl-minibuffer-local-map): Move initialization into declaration.
31023         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31024         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31025         (vhdl-hooked-abbrev): Avoid test for XEmacs.
31026         (vhdl-current-line): Use line-beginning-position.
31027         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31028         with-output-to-temp-buffer, so the current position can be recorded.
31030 2005-04-10  Masatake YAMATO  <jet@gyve.org>
31032         * progmodes/compile.el (compilation-error-regexp-alist-alist):
31033         Add regexp for gcov.
31035 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
31037         * calendar/time-date.el (time-to-seconds, seconds-to-time)
31038         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31039         syntax which Emacs 20 doesn't support.
31041 2005-04-09  Richard M. Stallman  <rms@gnu.org>
31043         * help.el (describe-key-briefly, describe-key):
31044         Replace strings as event types with "(any string)".
31046 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
31048         * arc-mode.el (archive-mode-map): Move initialization into
31049         the declaration.  Override *all* bindings of `undo'.
31050         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31052 2005-04-09  Jay Belanger  <belanger@truman.edu>
31054         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31056 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
31058         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31059         (xterm-register-default-colors): Update color values computation
31060         to match xterm-200.
31062 2005-04-09  Kenichi Handa  <handa@m17n.org>
31064         * international/code-pages.el (iso-latin-7): Fix the map.
31066 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
31068         * emacs-lisp/lisp.el (defun-prompt-regexp)
31069         (parens-require-spaces, buffer-end, end-of-defun)
31070         (insert-parentheses): Doc fixes.
31072 2005-04-08  Kim F. Storm  <storm@cua.dk>
31074         * comint.el (comint-highlight-prompt): Fix face spec.
31075         * hi-lock.el (hi-green): Likewise.
31077 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
31079         * cus-edit.el (custom-modified-face):
31080         * comint.el (comint-highlight-input): Fix previous changes.
31081         * term.el (term-handle-ansi-escape): Add a comment.
31083 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
31085         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
31086         in the buffer and in whitespace-highlighted-space.
31087         (whitespace-unhighlight-the-space): Simplify.
31088         (whitespace-buffer): Simplify.
31090 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
31092         * textmodes/table.el (table-cell-face): Add special case for
31093         displays supporting a high number of colors.
31094         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31095         (vhdl-font-lock-reserved-words-face)
31096         (vhdl-speedbar-architecture-face)
31097         (vhdl-speedbar-instantiation-face)
31098         (vhdl-speedbar-architecture-selected-face)
31099         (vhdl-speedbar-instantiation-selected-face): Likewise.
31100         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31101         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31102         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31103         (ebrowse-root-class-face, ebrowse-member-attribute-face)
31104         (ebrowse-progress-face): Likewise.
31105         * progmodes/compile.el (compilation-info-face): Likewise.
31106         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31107         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
31108         * calendar/calendar.el (diary-face): Likewise.
31109         * woman.el (woman-italic-face, woman-bold-face)
31110         (woman-unknown-face): Likewise.
31111         * wid-edit.el (widget-button-pressed-face): Likewise.
31112         * whitespace.el (whitespace-highlight-face): Likewise.
31113         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
31114         * pcvs-info.el (cvs-marked-face): Likewise.
31115         * info.el (info-xref): Likewise.
31116         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
31117         * hilit-chg.el (highlight-changes-face)
31118         (highlight-changes-delete-face): Likewise.
31119         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
31120         (hi-red-b): Likewise.
31121         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
31122         * font-lock.el (font-lock-keyword-face)
31123         (font-lock-function-name-face, font-lock-warning-face): Likewise.
31124         * cus-edit.el (custom-invalid-face, custom-modified-face)
31125         (custom-set-face, custom-changed-face, custom-variable-tag-face)
31126         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
31127         * comint.el (comint-highlight-prompt): Likewise.
31129 2005-04-08  Lute Kamstra  <lute@gnu.org>
31131         * font-lock.el (font-lock-keywords): Docstring fixes.
31133 2005-04-08  Kenichi Handa  <handa@m17n.org>
31135         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
31136         chars are more than a limit, print " and more..." at the tail.
31138 2005-04-08  Kim F. Storm  <storm@cua.dk>
31140         * emacs-lisp/authors.el (authors-aliases): Update list.
31141         (authors-ignored-files): New list.
31142         (authors-fixed-entries): Fix typo.
31143         (authors-renamed-files-alist): Update list.
31144         (authors-add): Check authors-ignored-files.
31146 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
31148         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
31149         optional, to ensure backward compatibility.
31151 2005-04-08  Stephen Eglen  <stephen@gnu.org>
31153         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
31155 2005-04-08  Kim F. Storm  <storm@cua.dk>
31157         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
31159         * mouse.el (mouse-on-link-p): Doc fix.
31161 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
31163         * ielm.el (ielm-prompt-read-only): Doc fix.
31165         * comint.el (comint-prompt-read-only): Doc fix.
31167 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
31169         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
31170         ensure dired always handles wildcards passed to ffap.
31171         (find-file-at-point): Use it.
31172         (ffap-dired-wildcards): Doc fix.
31174 2005-04-07  Juri Linkov  <juri@jurta.org>
31176         * simple.el (next-error-overlay-arrow-position): New defvar.
31177         Put "=>" on its property `overlay-arrow-string'.  Add it to
31178         `overlay-arrow-variable-list'.
31180         * progmodes/compile.el (compilation-setup):
31181         Set `next-error-overlay-arrow-position' to nil.  Also set it to
31182         nil in the local hook `kill-buffer-hook'.  Make local variable
31183         `overlay-arrow-string' and set it to "=>".
31184         (compilation-goto-locus): Set BOL position to
31185         `next-error-overlay-arrow-position' instead of
31186         `overlay-arrow-position'.
31188         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
31189         locally instead of adding it to the global hook.
31190         (Info-kill-buffer): Move up.
31192 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
31194         * term/xterm.el (xterm-standard-colors): Update color values from
31195         xterm-200.
31197 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31199         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
31201         * fast-lock.el:
31202         * lazy-lock.el: Move them to the obsolete subdir.
31204 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31206         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
31207         (wdired-add-replace-advice): Remove.
31208         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
31210 2005-04-06  Kim F. Storm  <storm@cua.dk>
31212         * startup.el (command-line): Add --bare-bones alias for -Q.
31214 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31216         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
31217         create the startup fontset if a font specification ends with
31218         `mac-roman'.
31220 2005-04-06  Lute Kamstra  <lute@gnu.org>
31222         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
31223         change.
31225         * emacs-lisp/copyright.el (copyright-update-year): Replace the
31226         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
31228 2005-04-05  Lute Kamstra  <lute@gnu.org>
31230         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
31231         (define-generic-mode): Ditto.  Fix debug declaration.
31233         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
31234         Put them in the generic-x group.
31236         * calendar/timeclock.el (timeclock): Doc fix.
31238         * generic.el (define-generic-mode): Don't use custom-current-group.
31239         Document default :group value.
31240         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
31241         (define-global-minor-mode): Don't use custom-current-group.
31243 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
31245         * startup.el (command-line-1): Display startup-echo-area-message
31246         when fancy splash screen is in use.
31248         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
31249         (sh-escaped-newline): New face.
31250         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
31251         newline, and use sh-escaped-newline face.
31253         * progmodes/tcl.el (tcl-escaped-newline): New face.
31254         (tcl-builtin-list): New variable.
31255         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
31256         newlines.  Fix keywords subexpression number.
31258 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
31260         * textmodes/org.el (org-diary-default-entry): Fix call to
31261         `add-to-diary-entry'.
31263 2005-04-05  Kim F. Storm  <storm@cua.dk>
31265         * ediff-init.el: Use (featurep 'xemacs).
31267 2005-04-05  David Ponce  <david@dponce.com>
31269         * cus-edit.el (face): Derive from symbol widget.  Display sample
31270         of the current face on the fly.
31271         (widget-face-sample-face-get, widget-face-notify): New functions.
31272         (widget-face-value-create): Remove.
31274         * wid-edit.el (widget-field-end): Temporarily remove field
31275         narrowing before to call `get-char-property'.
31277 2005-04-04  Jay Belanger  <belanger@truman.edu>
31279         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
31280         (math-read-subscripts): New variable.
31281         (math-read-preprocess-string): Process subscripts.
31283 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
31285         * comint.el (comint-prompt-read-only): Doc fix.
31287         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
31288         `-1'.  Doc fix.
31290 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
31292         * textmodes/org.el (org-insert-mode-line-in-empty-file):
31293         Change default value to nil.
31295 2005-04-04  Lute Kamstra  <lute@gnu.org>
31297         * autorevert.el (auto-revert-mode): Specify :group.
31298         * battery.el (display-battery-mode): Specify :group.
31299         * diff-mode.el (diff-minor-mode): Specify :group.
31300         * font-core.el (font-lock-mode): Specify :group.
31301         * hl-line.el (hl-line-mode): Specify :group.
31302         * iimage.el (iimage): New customization group.
31303         (iimage-mode): Specify :group.
31304         * longlines.el (longlines-mode): Specify :group.
31305         * master.el: Don't require easy-mmode.
31306         (master): New customization group.
31307         (master-mode): Specify :group.
31308         * msb.el (msb-mode): Specify :group.
31309         * reveal.el (reveal-mode): Specify :group.
31310         * simple.el (next-error-follow-minor-mode): Specify :group.
31311         * smerge-mode.el (smerge-mode): Specify :group.
31312         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
31313         * emulation/cua-base.el (cua-mode): Specify :group.
31314         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
31315         * language/thai-util.el (thai-auto-composition-mode)
31316         (thai-word-mode): Specify :group.
31317         * mail/supercite.el (sc-minor-mode): Specify :group.
31318         * progmodes/cwarn.el (cwarn-mode): Specify :group.
31319         * progmodes/flymake.el (flymake-mode): Specify :group.
31320         * progmodes/glasses.el (glasses-mode): Specify :group.
31321         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
31322         * textmodes/enriched.el (enriched-mode): Specify :group.
31323         * textmodes/refill.el (refill-mode): Specify :group.
31325         * add-log.el (change-log-font-lock-keywords): Names in
31326         parenthesized lists can contain spaces.
31328 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
31330         * startup.el (fancy-splash-text): Shorten default text of
31331         "Emacs Tutorial" line.  Also, if the current language env
31332         indicates an available tutorial file other than TUTORIAL,
31333         extract its title and append it to the line in parentheses.
31334         (fancy-splash-insert): If arg is a thunk, funcall it.
31336 2005-04-04  Jay Belanger  <belanger@truman.edu>
31338         * calc.el (calc-language-alist): Add tags to customization type.
31340 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
31342         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
31343         Doc fix.
31345 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
31347         * add-log.el (change-log-font-lock-keywords): The manual
31348         describing a Change Log entry, says: (...) "Aside from these
31349         header lines, every line in the change log starts with a space or
31350         a tab.".  The font-lock was not highlighting lines started with
31351         spaces, added support for it.
31353 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31355         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
31356         (bibtex-generate-url-list): Update docstring accordingly.  Put the
31357         complex example in the docstring.
31358         (bibtex-font-lock-url): Use pop.
31360 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31362         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
31364         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
31366 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
31368         * filesets.el (filesets-set-default): Doc fix.
31370 2005-04-03  Lute Kamstra  <lute@gnu.org>
31372         * generic.el (define-generic-mode): Add argument to specify
31373         keywords for defcustom.
31374         (default-generic-mode): Specify :group.
31376         * generic-x.el: Specify :group for all generic modes.
31378         * desktop.el (desktop-no-desktop-file-hook)
31379         (desktop-after-read-hook): Doc fix.
31381 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
31383         * simple.el (visible-mode): Use explicit :group keyword.
31384         This changes the group of `visible-mode-hook' from paren-blinking
31385         to editing-basics.
31387 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
31389         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
31390         mailbox specifications as well as URLs.
31391         (rmail-insert-inbox-text): Remove unused conditional branches.
31393 2005-04-01  Jay Belanger  <belanger@truman.edu>
31395         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
31396         (calc-gnuplot-print-command): Move definitions to calc.el.
31398         * calc/calc-embed.el (calc-embedded-announce-formula)
31399         (calc-embedded-open-formula, calc-embedded-close-formula)
31400         (calc-embedded-open-word, calc-embedded-close-word)
31401         (calc-embedded-open-plain, calc-embedded-close-plain)
31402         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
31403         (calc-embedded-open-mode, calc-embedded-close-mode):
31404         Move definitions to calc.el.
31406         * calc/calc.el (calc-settings-file, calc-language-alist):
31407         Make customizable.
31408         (calc-embedded-announce-formula, calc-embedded-open-formula)
31409         (calc-embedded-close-formula, calc-embedded-open-word)
31410         (calc-embedded-close-word, calc-embedded-open-plain)
31411         (calc-embedded-close-plain, calc-embedded-open-new-formula)
31412         (calc-embedded-close-new-formula, calc-embedded-open-mode)
31413         (calc-embedded-close-mode, calc-gnuplot-name)
31414         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
31415         from other files and make customizable.
31417 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31419         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
31420         Use buffer-live-p.
31421         (cvs-mode-run): Don't call cvs-update-header here.
31422         (cvs-run-process): Call cvs-update-header.
31423         Use process properties for cvs-postprocess and cvs-buffer so that
31424         the sentinel can behave better if the temp buffer is killed.
31425         Use a pipe rather than a tty, to better handle unexpected prompts.
31426         (cvs-sentinel): Rewrite.  Call cvs-update-header.
31428 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
31430         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
31431         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
31433 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
31435         * generic.el (define-generic-mode): Add indentation rule.
31437 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
31439         * files.el (mode-require-final-newline): Make Custom correctly
31440         report a nil value and allow to set it to nil via Custom.
31441         Doc fix.
31443 2005-04-01  Kenichi Handa  <handa@m17n.org>
31445         * international/characters.el: Enable the correct case setting for
31446         dotless-i and dotted-I.
31448 2005-04-01  Kim F. Storm  <storm@cua.dk>
31450         * ido.el (ido-file-internal): Fall back to non-ido command if
31451         initial directory is on slow ftp (or tramp) host.
31453 2005-03-31  Richard M. Stallman  <rms@gnu.org>
31455         * emacs-lisp/autoload.el (make-autoload):
31456         Handle define-global-minor-mode.
31458         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31459         Rename from easy-mmode-define-global-mode.
31460         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
31462         * progmodes/scheme.el (scheme-mode-syntax-table):
31463         Update syntax of | and # for two-character comment syntax.
31465 2005-03-31  Lute Kamstra  <lute@gnu.org>
31467         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
31468         (define-minor-mode): Call custom-current-group at load-time.
31470         * generic.el (define-generic-mode): Add debug declaration.
31471         Add defcustom for the mode hook.
31472         (generic-mode-internal): Use run-mode-hooks.
31474 2005-03-31  Kim F. Storm  <storm@cua.dk>
31476         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
31477         (mouse-fixup-help-message): New defun called by show_help_echo
31478         to fixup mouse-2 prefix in help messages when applicable.
31480         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
31482 2005-03-31  Kenichi Handa  <handa@m17n.org>
31484         * language/thai-word.el (thai-find-word-ends): Pay attention to
31485         the case that we reach the end of buffer.
31487         * textmodes/fill.el (fill-text-properties-at): New function.
31488         (fill-newline): Use fill-text-properties-at instead of
31489         text-properties-at.
31491 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
31493         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
31494         not comint-quote-filename.
31496 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
31498         * help-fns.el (help-with-tutorial): Revert last change.
31500 2005-03-31  Kim F. Storm  <storm@cua.dk>
31502         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
31504 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
31506         * calendar/cal-china.el: Update reference to "Calendrical
31507         Calculations" book; there's a new edition.
31508         * calendar/cal-coptic.el: Likewise.
31509         * calendar/cal-french.el: Likewise.
31510         * calendar/cal-hebrew.el: Likewise.
31511         * calendar/cal-islam.el: Likewise.
31512         * calendar/cal-iso.el: Likewise.
31513         * calendar/cal-julian.el: Likewise.
31514         * calendar/cal-mayan.el: Likewise.
31515         * calendar/cal-persia.el: Likewise.
31516         * calendar/calendar.el: Likewise.
31517         * calendar/holidays.el: Likewise.
31518         * calendar/lunar.el: Likewise.
31519         * calendar/solar.el: Likewise.
31521         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
31522         white space from doc string.
31524 2005-03-30  Jay Belanger  <belanger@truman.edu>
31526         * calc/calc-help.el (calc-full-help): Remove email address.
31528 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
31530         * help-fns.el (help-with-tutorial): Delete title line.
31532 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
31534         * calendar/cal-x.el (calendar-one-frame-setup)
31535         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
31536         rather than `symbol' for set-window-dedicated-p.
31538         * calendar/appt.el (appt-buffer-name): Make it a constant.
31539         (appt-add): Doc fix.
31541         * filesets.el (filesets-menu-path, filesets-menu-before)
31542         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
31543         (filesets-menu-cache-file): Use directory ~/.emacs.d.
31544         (filesets-add-submenu): Delete and use add-submenu instead.
31546 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
31548         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
31549         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
31550         (org-diary-default-entry): New function.
31551         (org-get-entries-from-diary): Better parsing of diary entries.
31552         (org-agenda-check-no-diary): New function.
31553         ("diary-lib"): Advice to function `add-to-diary-list', to allow
31554         linking to diary entries.
31555         (org-agenda-execute-calendar-command): New function.
31556         (org-agenda): Improve visible section in window.
31557         Use `org-fit-agenda-window'.
31558         (org-fit-agenda-window): New option.
31559         (org-move-subtree-down): Better handling of empty lines
31560         at end of subtree.
31561         (org-cycle): Numeric prefix is interpreted now as show-subtree N
31562         levels up.
31563         (org-fontify-done-headline): New option.
31564         (org-headline-done-face): New face.
31565         (org-set-font-lock-defaults): Use `org-headline-done-face'.
31566         (org-table-copy-down): Rename from `org-table-copy-from-above'.
31567         When current field is non-empty, it is copied to next row.
31568         (org-table-copy-from-above): Fix bug which made it
31569         impossible to copy fields containing only a single non-white character.
31571 2005-03-30  Kim F. Storm  <storm@cua.dk>
31573         * kmacro.el (kmacro-end-macro): Isearch may store this command
31574         into the macro -- so ignore it when executing keyboard macro.
31576 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
31578         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
31580 2005-03-29  Kenichi Handa  <handa@m17n.org>
31582         * language/thai.el ("Thai"): Set setup-function and exit-function
31583         for Thai language environment.
31585         * language/thai-util.el: Require thai-word.
31586         (thai-word-mode-map): New variable.
31587         (thai-word-mode): New minor mode.
31588         (setup-thai-language-environment-internal): New function.
31589         (exit-thai-language-environment-internal): New function.
31591         * language/thai-word.el (thai-word-table): Declare it by defvar,
31592         use dolist to initialize it.
31593         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
31594         (thai-fill-find-break-point): New functions.
31596 2005-03-29  Richard M. Stallman  <rms@gnu.org>
31598         * simple.el (idle-update-delay): Move definition up.
31599         (set-mark): Doc fix.
31601 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
31603         * longlines.el: New file.
31605         * simple.el (buffer-substring-filters): New variable.
31606         (filter-buffer-substring): New function.
31607         (kill-region, copy-region-as-kill): Use it.
31609         * register.el (copy-to-register, append-to-register)
31610         (prepend-to-register): Use filter-buffer-substring.
31612 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
31614         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
31615         (gud-filter-pending-text): Move in front of gdb.
31616         (gud-overlay-arrow-position): New variable.
31617         (gud-sentinel, gud-display-line): Use it in place of
31618         overlay-arrow-position.
31620 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
31622         * progmodes/fortran.el (fortran-if-indent): Doc fix.
31623         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
31624         (fortran-font-lock-keywords-4): New variable.
31625         (fortran-blocks-re, fortran-end-block-re)
31626         (fortran-start-block-re): New constants, for hideshow.
31627         (hs-special-modes-alist): Add a Fortran entry.
31628         (fortran-mode-map): Bind fortran-end-of-block,
31629         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
31630         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
31631         (fortran-looking-at-if-then, fortran-end-of-block)
31632         (fortran-beginning-of-block): New functions, for hideshow.
31634         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
31635         Doc fix.  Tweak regexp.
31636         (f90-beginning-of-block): Push mark first.
31638 2005-03-29  Jay Belanger  <belanger@truman.edu>
31640         * calc/calc.el: Update copyright date.
31641         (calc-version): Increase to 2.1.
31642         (calc-version-date): Remove.
31644         * calc/calc-help.el: Update copyright date.
31645         (calc-full-help): Remove reference to calc-version-date.
31646         Update copyright date.
31648 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31650         * vc.el (vc-do-command): Use a pipe for async processes, so password
31651         prompts don't show up at places where the user can't reply.
31653 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
31655         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
31656         on the file name we pass to the inferior shell.
31658 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
31660         * progmodes/which-func.el (which-function): Be robust in the face of an
31661         imenu--make-index-alist failure.
31663 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31665         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
31667         * progmodes/python.el (python-preoutput-filter): Fix last change.
31669 2005-03-29  Lute Kamstra  <lute@gnu.org>
31671         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
31672         functions and compiled macros.
31673         (debug-convert-byte-code): Handle macros too.
31674         (debug-on-entry-1): Don't signal an error when trying to clear a
31675         function that is not set to debug on entry.
31677 2005-03-29  Jay Belanger  <belanger@truman.edu>
31679         * calc/calc-lang.el: Add functions to math-function-table
31680         properties of tex and math.
31682 2005-03-29  Kenichi Handa  <handa@m17n.org>
31684         * ps-mule.el (ps-mule-plot-string): Translate characters by
31685         ps-print-translation-table.
31686         (ps-mule-begin-job): Call find-charset-region/string with
31687         ps-print-translation-table.
31688         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
31690         * ps-print.el (ps-print-translation-table): New variable.
31691         (ps-plot-region): Translate characters by ps-print-translation-table.
31693 2005-03-29  Juri Linkov  <juri@jurta.org>
31695         * simple.el (next-error-highlight-timer): New variable.
31697         * progmodes/compile.el (compilation-goto-locus):
31698         Use `next-error-highlight-timer' instead of `sit-for'.
31700 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31702         * mail/supercite.el (sc-mail-field): Use assoc-string.
31703         (sc-get-address): Simplify regexps.
31705         * files.el (minibuffer-with-setup-hook): New macro.
31706         (find-file-read-args): Use it to avoid let-binding
31707         minibuffer-with-setup-hook (which breaks turning on/off
31708         file-name-shadow-mode while in the prompt).
31710         * complete.el (PC-read-include-file-name-internal):
31711         Use test-completion.
31713 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
31715         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
31717 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31719         * window.el (window-buffer-height): Use count-screen-lines.
31721         * progmodes/python.el (python-preoutput-leftover): New var.
31722         (python-preoutput-filter): Use it.
31723         (python-send-receive): Loop until all the result has been received.
31725 2005-03-28  Juri Linkov  <juri@jurta.org>
31727         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
31729         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
31730         "Recover Crashed Session".
31731         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
31732         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
31733         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
31734         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
31735         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
31736         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
31737         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
31738         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
31740         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
31741         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
31742         Ediff Sessions", "Toggle use of separate control buffer frame",
31743         "Use separate frame for Ediff control buffer".
31745         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
31746         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
31747         "Rename Bookmark", "Delete Bookmark".
31749         * info.el (Info-mode-menu): Remove ellipsis from "Index".
31750         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
31751         Add `:active Info-index-alternatives' to "Next Matching Item".
31753         * wdired.el (wdired-change-to-wdired-mode):
31754         Mention `wdired-abort-changes' key in the initial message.
31756         * international/mule.el (auto-coding-alist): Associate non-ascii
31757         image filename extensions with `no-conversion'.
31759 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31761         * international/iso-acc.el:
31762         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
31764 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
31766         * textmodes/sgml-mode.el (html-mode): Doc update.
31768         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
31770 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
31772         * term.el (term-move-columns): Fix face after extending a line.
31773         (term-insert-spaces): Likewise.
31774         (term-reset-terminal): Fix off by one error.
31776 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
31778         * international/mule.el (auto-coding-alist): Add .xpi files.
31780         * files.el (auto-mode-alist): Add .xpi files.
31782 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
31784         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
31786 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
31788         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
31790 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
31792         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
31793         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
31795         * calendar/cal-move.el (calendar-beginning-of-year): Move the
31796         cursor to Jan 1 when needed.
31797         (calendar-end-of-year): Fix -/+ typo.
31798         Reported by Chong Yidong <cyd@stupidchicken.com>.
31800 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31802         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
31804         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
31805         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
31807 2005-03-25  Richard M. Stallman  <rms@gnu.org>
31809         * filesets.el (filesets-init): Add autoload.
31811         * mail/mailalias.el (mail-directory): Doc fix.
31813 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
31815         * mail/mailalias.el (mail-directory-process): Do nothing if
31816         mail-directory-process is an atom.
31817         (mail-get-names): Ignore mail-directory-names if it is an atom.
31818         (mail-directory-process defvar): Doc fix.
31819         (mail-names): Doc fix.
31821 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
31823         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
31825 2005-03-26  Kenichi Handa  <handa@m17n.org>
31827         * international/mule-util.el (detect-coding-with-priority):
31828         Call update-coding-systems-internal before detect-coding-region.
31830 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
31832         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
31833         (gdb-frames-mode-map): Add follow-link property.
31835 2005-03-25  Jay Belanger  <belanger@truman.edu>
31837         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
31838         for variables.
31840 2005-03-25  Juri Linkov  <juri@jurta.org>
31842         * image-mode.el: Optimize image filename extension regexps in
31843         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
31844         in `auto-mode-alist'.
31845         (image-mode): Add `image-toggle-display-text' to local hook
31846         `change-major-mode-hook'.  Display the image as an image by
31847         default.  Set `cursor-type' and `truncate-lines' if the image
31848         is already displayed.  Take into account the current mode (image
31849         or text) in message.
31850         (image-minor-mode): New minor mode.
31851         (image-mode-maybe, image-toggle-display-text): New functions.
31852         (image-toggle-display): Use called-interactively-p.
31853         Let-bind `inhibit-read-only' to t.
31855         * image-mode.el (image-minor-mode): Set `cursor-type' and
31856         `truncate-lines' if the image is already displayed.  Add turning
31857         image-minor-mode off to `change-major-mode-hook'.  Add message.
31858         Call `image-toggle-display-text' after turning image-minor-mode off.
31860 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
31862         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
31863         Terminal.app, use utf-8.
31864         (set-display-table-and-terminal-coding-system): Add coding-system arg.
31865         (set-locale-environment): Use it.
31867         * term/xterm.el: Undo last change, better done in mule-cmds.el.
31869         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
31871         * progmodes/python.el (python-close-block-statement-p)
31872         (python-outdent-p, python-current-defun): Use symbol-end.
31874 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
31876         * files.el (save-some-buffers): Doc fix.
31878 2005-03-25  Werner Lemberg  <wl@gnu.org>
31880         * complete.el, thumbs.el: Replace `legal' with `valid'.
31881         * calendar/calendar.el: Replace `legal' with `valid'.
31882         * emacs-lisp/advice.el: Replace `legal' with `valid'.
31883         * mail/supercite.el: Replace `legal' with `valid'.
31884         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
31885         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
31886         Replace `legal' with `valid'.
31887         * textmodes/reftex-vars.el, textmodes/reftex.el:
31888         Replace `legal' with `valid'.
31890 2005-03-25  Werner Lemberg  <wl@gnu.org>
31892         * calc/calc-forms.el, calc/calc-sel.el
31893         * midnight.el, vc-cvs.el
31894         * emacs-lisp/cl-macs.el
31895         * emulation/vip.el
31896         * eshell/esh-io.el, eshell/esh-var.el
31897         * mail/supercite.el
31898         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
31899         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
31900         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
31901         * progmodes/sh-script.el, progmodes/xscheme.el
31902         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
31903         * textmodes/reftex-index.el, textmodes/reftex-parse.el
31904         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
31905         * textmodes/reftex.el, textmodes/org.el:
31906         Replace `illegal' with `invalid'.
31908 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
31910         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
31911         (flymake-find-buildfile, flymake-find-possible-master-files)
31912         (flymake-check-include, flymake-parse-line): Replace loops over the
31913         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
31915         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
31916         Substitute file-name-as-directory in the rest of the file.
31917         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
31918         (flymake-replace-region): Remove unused arg `buffer'.
31919         (flymake-check-patch-master-file-buffer): Update calls to it.
31920         (flymake-add-err-info): Remove unused var `count'.
31921         (flymake-mode): Use define-minor-mode.
31923         * progmodes/flymake.el: Use with-current-buffer.
31924         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
31925         flymake-replace-regexp-in-string, flymake-line-beginning-position)
31926         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
31927         Avoid testing for `xemacs'.
31928         (flymake-nop): Move.
31929         (flymake-region-has-flymake-overlays): Return the computed value.
31930         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
31931         Remove unused var `endline'.
31932         (flymake-get-line-count): Remove unused function.
31933         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
31935         * emulation/vi.el:
31936         * generic.el:
31937         * hilit-chg.el (global-highlight-changes):
31938         * hi-lock.el (hi-lock-mode):
31939         * follow.el: find-file-hooks -> find-file-hook.
31941         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
31943 2005-03-24  Juri Linkov  <juri@jurta.org>
31945         * dired.el (dired-mode-map): Add menu item "Compare directories"
31946         for dired-compare-directories.
31948         * dired-aux.el (dired-compare-directories): Add autoload cookie.
31949         Doc fix.  Replace `read-file-name' with `read-directory-name'.
31951 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
31953         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
31955 2005-03-24  Jay Belanger  <belanger@truman.edu>
31957         * calc/calc-embed.el (calc-embedded-mode-change): Save all
31958         relevant mode settings in calc-embedded-original-modes when modes
31959         are permanently changed.
31961 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
31963         * autoinsert.el: find-file-hooks -> find-file-hook.
31965 2005-03-24  Lute Kamstra  <lute@gnu.org>
31967         * generic.el (generic-font-lock-defaults): Make it obsolete.
31968         (generic-font-lock-keywords): New variable to replace
31969         generic-font-lock-defaults.
31970         (generic-mode-set-font-lock): Delete it.
31971         (generic-mode-internal): Don't call generic-mode-set-font-lock.
31972         (generic-bracket-support): Add docstring.
31974         * generic-x.el: Rename generic-font-lock-defaults to
31975         generic-font-lock-keywords throughout.
31976         (mailagent-rules-setup-function): Delete it.
31977         (mailagent-rules-generic-mode): Use anonymous function instead.
31978         (show-tabs-generic-mode-font-lock-defaults-1)
31979         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
31980         Quote faces.
31981         (show-tabs-tab-face, show-tabs-space-face): Specify background,
31982         not foreground.
31984         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
31985         Recognize define-generic-mode.
31987 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
31989         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
31990         if there's no completion table.
31992 2005-03-23  Miles Bader  <miles@gnu.org>
31994         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31995         Remove tty-specific variants, as they're no longer needed.
31997 2005-03-23  Lute Kamstra  <lute@gnu.org>
31999         * generic-x.el: Code cleanup: make args constant whenever possible.
32000         (installshield-statement-keyword-list)
32001         (installshield-system-functions-list)
32002         (installshield-system-variables-list, installshield-types-list)
32003         (installshield-funarg-constants-list): Make them constants.
32005         * generic.el (generic-make-keywords-list): Add autoload cookie.
32007         * calendar/time-date.el: Add comment on time value formats.
32008         Don't require parse-time.
32009         (with-decoded-time-value): New macro.
32010         (encode-time-value): New function.
32011         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32012         (days-to-time): Return a valid time value when arg is huge.
32013         (time-since): Use time-subtract.
32014         (time-to-number-of-days): Use time-to-seconds.
32016 2005-03-23  David Ponce  <david@dponce.com>
32018         * recentf.el (recentf-keep): New option.
32019         (recentf-menu-action): Default to `find-file'.
32020         (recentf-keep-non-readable-files-flag)
32021         (recentf-keep-non-readable-files-p)
32022         (recentf-file-readable-p, recentf-find-file)
32023         (recentf-cleanup-remote): Remove.
32024         (recentf-include-p): More robust.
32025         (recentf-keep-p): New function.
32026         (recentf-remove-if-non-kept): Rename from
32027         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
32028         All callers updated.
32029         (recentf-menu-items-for-commands): Fix help string.
32030         (recentf-track-closed-file): Update.  Doc fix.
32031         (recentf-cleanup): Update.  Count removed files.  Doc fix.
32033 2005-03-23  Kim F. Storm  <storm@cua.dk>
32035         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32036         Don't inherit from fringe face (now happens automatically).
32038 2005-03-22  Kim F. Storm  <storm@cua.dk>
32040         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32041         position values.
32043 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
32045         * menu-bar.el (showhide-date-time): Remove.
32046         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32047         (menu-bar-make-mm-toggle): Simplify.
32049 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32051         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
32052         Accept qualified variable and function names.
32054 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
32056         * bindings.el (completion-ignored-extensions):
32057         Remove ".lis" for `vax-vms'.
32059 2005-03-22  Andreas Schwab  <schwab@suse.de>
32061         * generic-x.el: Revert last change.
32062         * ldefs-boot.el: Update.
32064 2005-03-22  Jay Belanger  <belanger@truman.edu>
32066         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32067         (calc-embedded-save-original-modes)
32068         (calc-embedded-restore-original-modes): New functions.
32069         (calc-do-embedded): Save original modes when entering embedded mode
32070         and restore when leaving embedded mode.
32071         (calc-embedded-modes-change): Change the value of
32072         calc-embedded-original-modes to reflect permanent changes.
32074 2005-03-22  Lute Kamstra  <lute@gnu.org>
32076         * generic-x.el: Require generic again.
32078 2005-03-22  Miles Bader  <miles@gnu.org>
32080         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32081         Tweak details to look good on both ttys and bitmap displays, light
32082         or dark background, etc.
32084 2005-03-21  Kim F. Storm  <storm@cua.dk>
32086         * tooltip.el (tooltip-show-help-function): Check car and cdr of
32087         mouse position.
32089 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
32091         * icomplete.el: Don't forcibly turn on the mode upon load.
32092         (icomplete-mode): Use define-minor-mode.
32093         (icomplete-eoinput): Default to nil.
32094         (icomplete-minibuffer-setup): Remove autoload.
32095         (icomplete-tidy): Simplify.
32096         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32097         in the initial state or if the user has modified the field.
32098         Fix handling of icomplete-max-delay-chars.
32099         Remove code that handles the oddball case where
32100         minibuffer-completion-table is an integer.
32101         Wrap icomplete-completions in while-no-input in case building
32102         completions takes more time than expected.
32103         (icomplete-completions): Simplify.
32105 2005-03-21  Richard M. Stallman  <rms@gnu.org>
32107         * jka-compr.el (jka-compr-really-do-compress):
32108         Make variable buffer-local.
32110         * image-mode.el: Handle .xpm files too.
32111         (image-toggle-display): Preserve modification flag.
32113         * help.el (where-is): Don't mention aliases with no key bindings.
32115 2005-03-21  Lute Kamstra  <lute@gnu.org>
32117         * generic.el: Fix commentary section.  Don't require cl for
32118         compilation.
32119         (generic-mode-list): Add autoload cookie.
32120         (generic-use-find-file-hook, generic-lines-to-scan)
32121         (generic-find-file-regexp, generic-ignore-files-regexp)
32122         (generic-mode, generic-mode-find-file-hook)
32123         (generic-mode-ini-file-find-file-hook): Fix docstrings.
32124         (define-generic-mode): Make it a defmacro.  Fix docstring.
32125         (generic-mode-internal): Code cleanup.  Add autoload cookie.
32126         (generic-mode-set-comments): Code cleanup.
32127         * generic-x.el: Don't prevent compilation.  Don't require generic.
32128         Follow coding conventions.  Minor code cleanup.
32129         (etc-fstab-generic-mode): Add some keywords.
32130         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
32131         define-generic-mode like a function declaration.
32133 2005-03-21  Jay Belanger  <belanger@truman.edu>
32135         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
32136         changing modes.
32138 2005-03-21  Sam Steingold  <sds@gnu.org>
32140         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
32142 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
32144         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
32145         Add underscore to "f$ lexicals" regexp.
32147 2005-03-20  Juri Linkov  <juri@jurta.org>
32149         * subr.el (progress-reporter-do-update): When `min-value' is equal
32150         to `max-value', set `percentage' to 0 and prevent division by zero.
32152 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
32154         Sync with Tramp 2.0.48.
32156         * net/tramp.el (all): Change all addresses to .gnu.org.
32157         (tramp-append-tramp-buffers): New defun.
32158         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
32159         Catch `dont-send' signal.
32160         (tramp-set-auto-save-file-modes): Set always permissions, because
32161         there might be an old auto-saved file belonging to another
32162         original file.  This could be a security threat.  Reported by
32163         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
32164         Check for Emacs 21.3.50 removed.
32166         * net/tramp-smb.el (all): Remove debug construct for
32167         `with-parsed-tramp-file-name'.
32168         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
32169         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
32170         No error message if DIRECTORY or FILENAME doesn't exist.
32171         (tramp-smb-open-connection): Check existence of
32172         `tramp-smb-program'.
32174 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32176         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
32177         Properly handle the case where the `m' or `s' command's argument is not
32178         yet terminated.
32179         (perl-indent-new-calculate): New function.
32180         (perl-indent-line): Use it.
32182 2005-03-20  Miles Bader  <miles@gnu.org>
32184         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
32185         in text-mode too.  Change to new face names.
32186         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
32187         Add `:weight bold' attribute.
32188         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
32190 2005-03-19  Juri Linkov  <juri@jurta.org>
32192         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
32194         * international/mule.el (auto-coding-alist): Sync with
32195         `auto-mode-alist' by adding upper case archive file extensions
32196         and adding ear/war to jar extension.
32198 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
32200         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
32201         running, restart it.
32203 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
32205         * finder.el (finder-current-item): Throw an error on an empty line.
32207         * man.el (Man-follow-manual-reference): If current-word returns
32208         nil, use "".
32210 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
32212         * simple.el (goto-line): Doc fix.
32214 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
32216         * files.el (save-buffer): Doc fix.
32218 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
32220         * recentf.el (recentf-cleanup-remote): New variable.
32221         (recentf-cleanup): Use it to conditionally check availability of
32222         remote files.
32224 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
32226         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
32227         function names.
32229 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
32231         * language/thai-word.el: New file.
32233 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32235         * files.el (backup-buffer): If the file's directory is not
32236         writable, use copy instead of move to backup the file.
32238 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
32240         * obsolete/keyswap.el: Moved to obsolete/ from term/.
32242 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
32244         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
32245         Use functionp instead of symbolp and fboundp.  Reported by Drkm
32246         <darkman_spam@yahoo.fr>.
32247         (ps-print-version): New version 6.6.6.
32249 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
32251         * textmodes/table.el (table--line-column-position): New idiom.
32252         (table--row-column-insertion-point-p): New function to test
32253         validity of row and column insertion operation at a location.
32254         (table-global-menu, table-cell-menu): Use above functions for
32255         deterministic test operation.
32256         (table--editable-cell-p): Behave in deterministic fashion.
32258 2005-03-18  Juri Linkov  <juri@jurta.org>
32260         * isearch.el (isearch-lazy-highlight-new-loop):
32261         Make arguments beg and end optional.
32262         (isearch-update): Remove optional arguments nil from
32263         isearch-lazy-highlight-new-loop.
32264         (isearch-lazy-highlight-search): Let-bind case-fold-search to
32265         isearch-lazy-highlight-case-fold-search instead of
32266         isearch-case-fold-search, and let-bind isearch-regexp to
32267         isearch-lazy-highlight-regexp.
32268         Use isearch-lazy-highlight-last-string instead of isearch-string.
32270         * replace.el (perform-replace): Remove bindings of global
32271         variables isearch-string, isearch-regexp, isearch-case-fold-search.
32272         Add three new arguments to `replace-highlight'.
32273         (replace-highlight): Add arguments string, regexp, case-fold.
32274         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
32275         to allow isearch-lazy-highlight-new-loop to use these values
32276         to set corresponding isearch-lazy-highlight-* internal
32277         variables whose values lazy highlighting will use regardless of
32278         changes to global variables isearch-string, isearch-regexp,
32279         isearch-case-fold-search during lazy highlighting loop.
32280         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
32281         to `lazy-highlight-cleanup'.
32283         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
32284         (ispell-highlight-face): Set default face to `isearch' when
32285         lazy highlighting is enabled.
32286         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
32287         priority to 1.  Add lazy highlighting.
32288         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
32289         from `isearch-dehighlight'.
32291 2005-03-18  David Ponce  <david@dponce.com>
32293         * files.el (hack-local-variables): Do a case-insensitive search
32294         for End.
32296 2005-03-18  Juri Linkov  <juri@jurta.org>
32298         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
32299         `isearch-lazy-highlight-cleanup', add alias to old name and
32300         declare obsolete.  Add release numbers to other obsolete vars.
32301         (isearch-done, isearch-lazy-highlight-new-loop):
32302         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
32303         (lazy-highlight-cleanup) <variable>: Doc fix.
32304         (isearch-lazy-highlight-update): Rename obsolete
32305         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
32307 2005-03-18  Kenichi Handa  <handa@m17n.org>
32309         * language/thai-util.el: Fix categorization of Thai characters in
32310         thai-category-table.
32311         (thai-composition-pattern): Adjust it for the above change.
32312         (thai-self-insert-command, thai-compose-syllable): New functions.
32313         (thai-compose-region): Use thai-compose-syllable.
32314         (thai-compose-string): Likewise.
32315         (thai-composition-function): Likewise.
32316         (thai-auto-composition): New function.
32317         (thai-auto-composition-mode): New minor mode.
32319         * language/thai.el: Fix patterns to be registered in
32320         composition-function-table.
32322         * international/quail.el (quail-input-method): Locally bind
32323         inhibit-modification-hooks to t.
32325 2005-03-17  Richard M. Stallman  <rms@gnu.org>
32327         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
32328         (perl-mode): Use run-mode-hooks.
32330         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
32331         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
32332         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
32334         * mail/sendmail.el (sendmail-send-it): Reenable the code
32335         to compute resend-to-address and use it.
32337         * tar-mode.el (tar-mode): Turn off undo unconditionally.
32339         * image-mode.el: New file.
32341         * image.el (insert-sliced-image): Add autoload cookie.
32343         * font-lock.el (font-lock-lines-before): New user option.
32344         (font-lock-after-change-function): Obey it.
32346         * bindings.el (esc-map): Make M-g a prefix.
32347         Bind M-g g and M-g M-g to goto-line.
32349         * faces.el (face-id): Doc fix.
32351 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32353         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
32354         (rmail-show-message): Use rmail-unknown-mail-followup-to.
32355         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
32357         * mail/sendmail.el (mail-yank-ignored-headers)
32358         (mail-font-lock-keywords, mail-mode-fill-paragraph):
32359         Add Mail-Followup-To and Mail-Reply-To headers.
32360         (mail-citation-hook): Add autoload cookie.
32361         (mail-mode): Doc fix.
32362         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
32363         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
32364         (mail-mode-fill-paragraph): Handle those headers.
32365         (mail-mailing-lists): New variable.
32366         (mail-mail-reply-to, mail-mail-followup-to): New functions.
32368 2005-03-17  Juri Linkov  <juri@jurta.org>
32370         * isearch.el (isearch-fallback): Check for `(car previous)'
32371         before calling `isearch-other-end-state'.
32373 2005-03-17  Kim F. Storm  <storm@cua.dk>
32375         * simple.el (move-beginning-of-line): Move to beginning of buffer
32376         line, as well as beginning of screen line.
32378 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
32380         * calendar/diary-lib.el (mark-diary-entries): Use new optional
32381         argument REDRAW rather than calendar-redrawing variable.
32382         * calendar/calendar.el (calendar-redrawing): Delete.
32383         (redraw-calendar): Do not bind calendar-redrawing.
32385 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
32387         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
32388         diary-file buffer.
32390 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
32392         * help.el (describe-mode): Allow a :minor-mode-function property to
32393         specify a different minor mode toggle function than the variable.
32394         * simple.el (auto-fill-function):
32395         * subr.el (add-minor-mode): Use it.
32397 2005-03-16  Kenichi Handa  <handa@m17n.org>
32399         * language/ethio-util.el (sera-being-called-by-w3): New variable.
32400         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
32401         (ethio-fidel-to-sera-buffer): Likewise.
32403 2005-03-16  Juri Linkov  <juri@jurta.org>
32405         * emacs-lisp/find-func.el (find-function-regexp):
32406         Add defun-emitting macro `menu-bar-make-toggle'.
32408         * isearch.el: Put `isearch-scroll' property to
32409         `split-window-horizontally'.
32411         * info.el: Update error messages for `debug-ignored-errors'.
32412         (Info-isearch-search): Doc fix.
32413         (Info-find-node): Move up code to go into info buffer before
32414         recording the node to the history.
32415         (Info-fontify-node): Fontify titles only if the next line
32416         has two or more `*', `=', `-', `.'.
32417         Display "go to this node" for empty (match-string 3).
32419 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32421         * term/mac-win.el: Add mouse pointer shape constants.
32423 2005-03-15  Kim F. Storm  <storm@cua.dk>
32425         * simple.el (move-beginning-of-line): Use vertical-motion.
32427 2005-03-15  Juri Linkov  <juri@jurta.org>
32429         * isearch.el (isearch-error): New variable.
32430         (isearch-invalid-regexp, isearch-within-brackets): Remove.
32431         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
32432         (isearch-within-brackets-state): Remove.
32433         (isearch-case-fold-search-state, isearch-pop-fun-state):
32434         Decrease frame index.
32435         (isearch-mode, isearch-top-state, isearch-push-state)
32436         (isearch-edit-string, isearch-abort, isearch-search-and-update)
32437         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
32438         (isearch-search, isearch-lazy-highlight-new-loop):
32439         Replace `isearch-invalid-regexp' with `isearch-error'.
32440         Remove `isearch-within-brackets'.
32441         (isearch-search): Add `search-failed' handler to `condition-case'.
32442         (isearch-lazy-highlight-search): Add `condition-case' to catch
32443         errors and allow `isearch-lazy-highlight-update' to try
32444         highlighting from the beginning of the window.
32445         (isearch-repeat): Move up code to set isearch-wrapped to t
32446         before calling isearch-wrap-function.
32448         * info.el (Info-isearch-initial-node): New internal variable.
32449         (Info-search): Signal an error in isearch mode when search leaves
32450         the initial node.  Signal an error when `bound' is non-nil and
32451         nothing was found in the current subfile.
32452         (Info-isearch-search): Remove `condition-case'.
32453         (Info-isearch-wrap): Don't wrap when search failed during leaving
32454         the initial node.  If `Info-isearch-search' is nil, wrap around
32455         the current node.
32456         (Info-isearch-start): New fun.
32457         (Info-mode): Add buffer-local hook `Info-isearch-start' to
32458         `isearch-mode-hook'.
32460 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32462         * simple.el (normal-erase-is-backspace): Set default to t if
32463         running on Mac.
32465         * term/mac-win.el (function-key-map): Sync with x-win.el.
32467 2005-03-15  Kenichi Handa  <handa@m17n.org>
32469         * international/mule-cmds.el (locale-language-names): Modify the
32470         format of elements and add more entries.
32471         (locale-preferred-coding-systems): Add more entries.
32472         (set-locale-environment): Adjust for the change of
32473         locale-language-names.
32475 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
32477         * pcvs.el (smerge-ediff): Remove bogus autoload.
32479 2005-03-14  Lute Kamstra  <lute@gnu.org>
32481         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
32482         Ignore a `*' at the beginning of a line.
32484         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
32485         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
32486         subr.el.
32487         (dont-compile, eval-when-compile, eval-and-compile): Use declare
32488         to specify indentation.
32490         * generic.el (define-generic-mode): Let generic-mode-list be a
32491         list of strings; test membership with equal.
32493 2005-03-14  Kim F. Storm  <storm@cua.dk>
32495         * simple.el (next-line, previous-line): Add optional try-vscroll
32496         arg to recognize interactive use.  Pass it on to line-move.
32497         (line-move): Don't perform auto-window-vscroll when defining or
32498         executing keyboard macro to ensure consistent behavior.
32500 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
32502         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
32504 2005-03-13  Lute Kamstra  <lute@gnu.org>
32506         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
32507         debugger-setup-buffer so that backtrace marks the frames set to
32508         debug-on-exit and we don't have to do it manually.  Set an extra
32509         debug-on-exit for macro's.
32510         (debugger-setup-buffer): Don't mark the top frame manually.
32512 2005-03-12  Lute Kamstra  <lute@gnu.org>
32514         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
32515         lisp-indent-function throughout.
32516         (with-no-warnings): Set lisp-indent-function property.
32518 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
32520         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
32521         Add entry for backslash.
32523 2005-03-12  Juri Linkov  <juri@jurta.org>
32525         * info.el (Info-search): Four fixes for backward search.
32527 2005-03-11  Jay Belanger  <belanger@truman.edu>
32529         * calc/calc.el (calc-language-alist): New variable.
32530         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
32531         (calc-embedded-find-modes): Use calc-language-alist instead of
32532         calc-embedded-language-alist.
32534 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
32536         * calendar/calendar.el (calendar-redrawing): New internal
32537         variable.
32538         (redraw-calendar): Remove bogus save-excursion from previous
32539         change.  Bind calendar-redrawing to t for mark-diary-entries.
32540         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
32541         calendar if that is why we were called.
32543 2005-03-11  Kenichi Handa  <handa@m17n.org>
32545         * international/mule.el (make-coding-system): Set property
32546         coding-system-define-form to nil.
32547         (define-coding-system-alias): Likewise.
32549 2005-03-11  Kenichi Handa  <handa@m17n.org>
32551         These changes are suggested by Dave Love <fx@gnu.org>.
32553         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
32554         coding: tag.
32555         (adaptive-fill-regexp): Add more bullets.
32556         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
32557         regexps.
32559 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32561         * help.el (describe-mode): Properly handle non-trivial lighters.
32562         Don't ignore minor modes that are not listed in minor-mode-list.
32564         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
32565         feature ON when the user requests to turn it OFF.
32567 2005-03-10  Lute Kamstra  <lute@gnu.org>
32569         * emacs-lisp/debug.el (debug-entry-code): Delete it.
32570         (implement-debug-on-entry): New function to replace debug-entry-code.
32571         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
32572         second argument as the 2005-03-07 change makes it obsolete.
32573         (debug-on-entry, cancel-debug-on-entry): Update call to
32574         debug-on-entry-1.
32575         (debug, debugger-setup-buffer): Comment update.
32576         (debugger-frame-number): Update to work with implement-debug-on-entry.
32578 2005-03-10  Jay Belanger  <belanger@truman.edu>
32580         * calc/calc-embed.el (math-ms-args): Declare it.
32581         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
32582         math-ms-args.
32583         (calc-embedded-subst): Use math-multi-subst-rec to substitute
32584         variables.
32586 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
32588         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
32589         Use message-box.
32591         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
32592         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
32593         (tooltip-gud-tips): Simplify.
32594         (tooltip-gud-tips-p): Remove superfluous :set.
32595         (tooltip-gud-modes): Add fortran-mode.
32596         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
32598         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
32600 2005-03-09  Kim F. Storm  <storm@cua.dk>
32602         * play/animate.el (animate-place-char): Use forward-line instead
32603         of next-line to improve performance.
32605 2005-03-09  Simon Josefsson  <jas@extundo.com>
32607         * net/browse-url.el (browse-url-default-browser): Doc fix.
32609 2005-03-09  Miles Bader  <miles@gnu.org>
32611         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
32612         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
32614 2005-03-09  Kenichi Handa  <handa@m17n.org>
32616         * international/latin-1.el: Set case and syntax for 255 only if
32617         set-case-syntax-set-multibyte is nil.
32619         * textmodes/ispell.el (ispell-insert-word): New function.
32620         (ispell-word): Use ispell-insert-word to insert a new word.
32621         (ispell-process-line): Likewise.
32622         (ispell-complete-word): Likewise.
32624 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
32626         * calendar/calendar.el (redraw-calendar): Preserve point.
32627         Reported by Matt Hodges <MPHodges@member.fsf.org>.
32628         (calendar-week-start-day): Move after definition of
32629         redraw-calendar.  Delete buffer test, since redraw-calendar has
32630         that now.
32632         * calendar/diary-lib.el (mark-diary-entries): Only call
32633         redraw-calendar in the first of any recursive calls.
32634         Reported by Alan Shutko <ats@acm.org>.
32636 2005-03-08  Juri Linkov  <juri@jurta.org>
32638         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
32639         (html-horizontal-rule, html-line, html-image, html-checkboxes)
32640         (html-radio-buttons): Add a space before the trailing `/>' where
32641         sgml-xml-mode is non-nil.
32642         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
32643         the subsequent tag of the empty XML tag.
32644         (html-href-anchor): Don't set initial input to "http:".
32645         (html-image): Ask for the image URL and set point inside alt="".
32646         (html-name-anchor): Duplicate the name in the `id' attribute when
32647         sgml-xml-mode is non-nil.
32648         (html-paragraph): Remove \n before <p>.
32649         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
32650         instead of `checked' when sgml-xml-mode is non-nil.
32652         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
32653         Remove 1 space before #RRGGBB to not truncate it on terminal
32654         windows w/o fringes.  Remove 1 space between bg and fg examples
32655         to get more space.
32656         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
32657         avoid byte-compile warnings.
32659         * image-file.el (image-file-handler): Put `safe-magic' property to
32660         `image-file-handler'.
32662         * info.el (Info-isearch-search): Emulate word search in
32663         isearching through multiple Info nodes with Info-search.
32664         (Info-isearch-wrap): Allow isearch-word.
32666 2005-03-08  Lute Kamstra  <lute@gnu.org>
32668         * emacs-lisp/debug.el (debugger-step-through): Make sure that
32669         stepping into the debugger's code is not possible.
32670         (debugger-jumping-flag): Docstring update.
32672 2005-03-08  Jay Belanger  <belanger@truman.edu>
32674         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
32675         embedded mode begins.
32676         (calc-embedded-language-alist): New variable.
32677         (calc-embedded-find-modes): Use calc-embedded-language-alist to
32678         set default language mode.
32680 2005-03-08  Kenichi Handa  <handa@m17n.org>
32682         * international/ccl.el (define-ccl-program): Fix docstring about
32683         extra 256 bytes assured for the output buffer.
32685         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
32686         Fix BUFFER_MAGNIFICATION to 2.
32687         (ccl-encode-mule-utf-16be-with-signature): Likewise.
32689 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
32691         * align.el (align-rules-list): Added an alignment rule for CSS
32692         declarations (applies to css-mode and html-mode buffers).
32694 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
32696         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
32698 2005-03-07  Kim F. Storm  <storm@cua.dk>
32700         * simple.el (move-beginning-of-line): New command.
32702         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
32704         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
32706         * emulation/cua-base.el: Put CUA move property on move-end-of-line
32707         and move-beginning-of-line.
32709         * apropos.el (apropos-print): Omit command from M-x ... RET.
32711 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
32713         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
32714         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
32716 2005-03-06  Richard M. Stallman  <rms@gnu.org>
32718         * bindings.el (esc-map): Bind M-g to goto-line.
32720         * facemenu.el (global-map): Bind M-o, not M-g.
32722 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32724         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
32725         "Open Directory" as for "Open File".
32727 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
32729         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
32730         (push-mark-command): Run activate-mark-hook.
32732 2005-03-06  Richard M. Stallman  <rms@gnu.org>
32734         * help-mode.el (help-mode-finish): Don't alter the element
32735         in view-return-to-alist if there already is one.
32737         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
32738         make sure the current buffer is the expected one.
32740         * novice.el (disabled-command-function): Output in *Disabled Command*.
32741         Explicitly ignore non-keyboard events, and explicitly handle C-g.
32743         * textmodes/flyspell.el (flyspell-large-region):
32744         Pass args differently for aspell.
32746         * files.el (mode-require-final-newline): Doc fix.
32748 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
32750         * progmodes/which-func.el (which-function):
32751         Specify NOERROR when calling imenu--make-index-alist.
32753 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
32755         * simple.el (normal-erase-is-backspace): Define default value.
32757         * custom.el (custom-theme-set-variables): Remove unused var
32758         `immediate'.
32759         (custom-reevaluate-setting): Simple function to handle variables
32760         that are defined before their default value can really be
32761         computed.
32763         * startup.el (command-line): Use it for temporary-file-directory,
32764         small-emporary-file-directory, auto-save-file-name-transforms,
32765         blink-cursor-mode, and normal-erase-is-backspace.
32767         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
32768         progress, even with buggy anchored keywords.
32770 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
32772         * simple.el (goto-line): Remove unbalanced final parenthesis.
32774 2005-03-05  Richard M. Stallman  <rms@gnu.org>
32776         * simple.el (goto-line): Use a number at point as the default.
32777         With C-u as arg, switch buffers.
32779 2005-03-05  Juri Linkov  <juri@jurta.org>
32781         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
32782         with `no-blinking-cursor'.
32784         * startup.el (no-blinking-cursor): New defvar.
32785         (command-line): Add `--no-blinking-cursor' to longopts.
32786         Set `no-blinking-cursor' to t for command line arguments
32787         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
32788         with `no-blinking-cursor' in the condition for calling
32789         `blink-cursor-mode'.
32791 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
32793         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
32794         (menu-bar-options-save): Add blink-cursor-mode.
32795         (menu-bar-options-menu): Add blink-cursor-mode.
32797 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
32799         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
32800         (icalendar-export-file, icalendar-export-region)
32801         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
32802         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
32804 2005-03-04  Lute Kamstra  <lute@gnu.org>
32806         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
32807         (debug-function-list): Ditto.
32809 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
32811         * textmodes/texinfmt.el (texinfo-append-refill):
32812         Redefine the types of line to which @refill
32813         is not appended by replacing a search for `@refill\\|@bye' with
32814         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
32815         itemize@refill' bug and the unfilled long lines bug.
32816         (texinfmt-version): Update number and date.
32818 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
32820         * international/code-pages.el (windows-1250, windows-125[2-8])
32821         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
32823 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32825         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
32826         bound yet.
32828 2005-03-02  Romain Francoise  <romain@orebokech.com>
32830         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
32831         buffer after removing limits.
32832         (ibuffer-pop-filter): Ditto.
32833         Update copyright.
32835 2005-03-02  Miles Bader  <miles@gnu.org>
32837         * button.el (make-text-button): If the user doesn't specify a
32838         type, use the default.  Rewrite to use `add-text-properties' and
32839         plist functions.
32841 2005-03-01  Lute Kamstra  <lute@gnu.org>
32843         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
32844         (debugger-jumping-flag): New var.
32845         (debug-entry-code): Use it.
32846         (debugger-jump): Use debugger-jumping-flag and add
32847         debugger-reenable to post-command-hook.
32848         (debugger-reenable): Use debugger-jumping-flag and remove itself
32849         from post-command-hook.
32850         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
32851         debugger-reenable.
32853 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
32855         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
32856         inclusion of "itemize\\|", which may be unnecessary, is certainly
32857         inelegant, and stops refilling in itemize lists when formatting
32858         Japanese Texinfo files to Info.
32859         Update copyright to 2005.
32861 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
32863         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
32864         of an error if GDB can't find the source file.
32866 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
32868         * calendar/calendar.el (redraw-calendar): Work from any buffer,
32869         not just the calendar.
32871         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
32872         first.
32873         (diary-redraw-calendar): New function.
32874         (make-diary-entry): Add diary-redraw-calendar to local
32875         write-contents-functions.  Turn off selective display before
32876         inserting in diary.
32878 2005-03-01  Kim F. Storm  <storm@cua.dk>
32880         * emacs-lisp/copyright.el (copyright-fix-years): New command.
32882 2005-03-01  Lute Kamstra  <lute@gnu.org>
32884         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
32885         that debug-entry-code can be safely removed from a function while
32886         this code is being evaluated.  Revert the 2005-02-27 change as the
32887         new implementation no longer requires it.  Make sure that a
32888         function body containing just a string is not mistaken for a docstring.
32889         (debug): Skip one more frame in case of debug on entry.
32890         (debugger-setup-buffer): Delete one more frame line in case of
32891         debug on entry.
32892         (debugger-frame-number): Update to use the new text introduced by
32893         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
32895 2005-02-28  Kim F. Storm  <storm@cua.dk>
32897         * double.el (double-translate-key): Call force-window-update after
32898         read-event to avoid crash in redisplay.
32900 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32902         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
32903         (debug): Use it.  Move the inhibit-trace earlier.
32904         (debug-entry-code): New const.
32905         (debug-on-entry-1): Use it.
32907 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
32909         * international/utf-16.el (ccl-encode-mule-utf-16le):
32910         Fix BUFFER_MAGNIFICATION to 2.
32911         (ccl-encode-mule-utf-16be): Likewise.
32913 2005-02-28  Kenichi Handa  <handa@m17n.org>
32915         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
32916         Fix BUFFER_MAGNIFICATION to 4.
32917         (ccl-encode-mule-utf-16be-with-signature): Likewise.
32919 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
32921         * speedbar.el (speedbar-update-flag): Doc fix.
32922         (speedbar-show-info-under-mouse): Give set-mouse-position the right
32923         argument.
32925 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32927         * reveal.el (reveal-post-command): Don't try to reveal overlays which
32928         have a non-nil `invisible' property but are actually visible.
32930         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
32931         for perldoc sections.
32932         (perl-outline-regexp, perl-outline-level): New var and function.
32933         (perl-mode): Use them.
32935 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
32937         * calendar/diary-lib.el (diary-remind): Discard any mark portion
32938         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
32940 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
32942         * cus-edit.el: Comment change.
32943         (custom-buffer-create-internal): Slightly reword text at top of
32944         Custom buffers.  Mention there that saving an option edits the
32945         init file.  Add link to Emacs manual node on `custom-file'.
32946         (custom-magic-alist): Rewrite individual State messages to use
32947         capitalized keywords.  Doc fix.
32949 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
32951         * calendar/calendar.el (calendar-buffer): Move above
32952         calendar-week-start-day.
32953         (calendar-week-start-day): Doc fix.  Add :set function.
32954         (calendar-minimum-window-height): New variable.
32955         (generate-calendar-window): Only resize window if selected-window
32956         is displaying the calendar buffer.  Use new variable
32957         calendar-minimum-window-height.
32958         (generate-calendar): Reword error message.
32959         (calendar-mode-map): Bind DEL to scroll-other-window-down.
32961 2005-02-27  Andreas Schwab  <schwab@suse.de>
32963         * vc.el (vc-do-command): Don't run command asynchronously when
32964         operating in a remote directory.
32966         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
32967         change from sync with Tramp 2.0.47.
32969 2005-02-27  Richard M. Stallman  <rms@gnu.org>
32971         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
32973         * textmodes/flyspell.el (flyspell-mode-on):
32974         Call ispell-change-dictionary only if necessary.
32976         * emacs-lisp/re-builder.el (regexp-builder): New function.
32978         * register.el (describe-register-1): Explicitly handle
32979         yank-excluded-properties = t.
32981         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
32982         (custom-magic-alist): Change the status descriptions again.
32983         (face widget-type): Total rewrite based on `restricted-sexp'
32984         to eliminate the confusing double hiding levels.
32986         * emacs-lisp/debug.el (debug-on-entry-1):
32987         If function body is empty, add nil as body form.
32989 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
32991         * emacs-lisp/trace.el (inhibit-trace): New var.
32992         (trace-make-advice): Use it.
32994         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
32996 2005-02-26  Kim F. Storm  <storm@cua.dk>
32998         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
32999         (mouse-on-link-p, mouse-drag-region-1): Use it.
33001 2005-02-25  Lute Kamstra  <lute@gnu.org>
33003         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33005 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
33007         * frame.el (blink-cursor-mode): Add :group keyword.
33009 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
33011         * calendar/icalendar.el (icalendar--decode-isodatetime):
33012         New optional argument DAY-SHIFT.
33013         (icalendar-export-region): Fix coding-system-for-write.
33014         (icalendar--convert-ical-to-diary): Shift end-day of all-day
33015         events by one.
33017 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33019         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33021 2005-02-24  Kim F. Storm  <storm@cua.dk>
33023         * international/iso-acc.el (iso-accents-compose): Fix crash
33024         during redisplay.  Call force-window-update after read-event
33025         and delete-region to signal that window is not accurate.
33027 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33029         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33030         Remove unused and inexistent var `inhibit-trace'.
33031         (debugger-mode): Use run-mode-hooks.
33032         (debugger-list-functions): Add buttons; setup xref stack.
33034 2005-02-23  Richard M. Stallman  <rms@gnu.org>
33036         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33037         appointment says it was explicitly made.
33038         (appt-add): Set the 3rd element.
33039         (appt-make-list): Preserve explicit appointments.
33041         * subr.el (find-tag-default): Catch errors in forward-sexp.
33043 2005-02-23  Juri Linkov  <juri@jurta.org>
33045         * info.el (Info-isearch-search): New defcustom.
33046         (Info-isearch-search): Call the default isearch function
33047         when Info-isearch-search is nil.
33048         (Info-isearch-wrap): Use variable Info-isearch-search.
33050 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
33052         * cus-edit.el: Comment change.
33054 2005-02-22  Kim F. Storm  <storm@cua.dk>
33056         * progmodes/hideif.el (hide-ifdef-use-define-alist):
33057         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
33059 2005-02-22  Simon Josefsson  <jas@extundo.com>
33061         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33062         New variable.
33063         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
33064         Oskarsson" <myrkraverk@users.sourceforget.net>.
33066 2005-02-22  Kim F. Storm  <storm@cua.dk>
33068         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
33069         check that window of that event is the selected window.
33070         (mouse-drag-region-1): Compare mouse event window to selected
33071         window before setting point.
33073         * tooltip.el (tooltip-show-help-function): Pass event to
33074         mouse-on-link-p so it can check selected window.
33076 2005-02-22  Kenichi Handa  <handa@m17n.org>
33078         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
33079         (ps-mule-show-warning): New function.
33080         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
33081         characters are found.
33083         * ps-print.el (ps-header-footer-string): Return a list of header
33084         and footer strings.
33086 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
33088         * pcvs.el (cvs-retrieve-revision): Fix thinko.
33090 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
33092         * frame.el (blink-cursor-mode): Use define-minor-mode.
33094         * term/mac-win.el (function-key-map): Use char-names more consistently.
33095         (file-name-coding-system): Only set it for MacOS-9.  The other case is
33096         already handled in mule-cmds.el (where it also works when mac-win.el
33097         is not used).
33099 2005-02-21  Kenichi Handa  <handa@m17n.org>
33101         * international/mule.el (ctext-pre-write-conversion): Always use
33102         " *code-converting-work*" buffer for work.
33104         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33106 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
33108         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
33110 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
33112         * ses.el (undo-more): Restore defadvice, but only the part that
33113         allows changes outside the restricted area of the buffer.
33115 2005-02-20  Kim F. Storm  <storm@cua.dk>
33117         * simple.el (line-move): Add fourth optional arg try-vscroll which
33118         must be set to perform auto-window-vscroll.
33119         When moving backwards and doing auto-window-vscroll, automatically
33120         vscroll to the last part of lines which are taller than the window.
33121         (next-line, previous-line): Set try-vscroll arg on line-move.
33123 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
33125         * replace.el (query-replace, query-replace-regexp)
33126         (replace-string, replace-regexp): When operating on region, make
33127         the minibuffer prompt say so.
33129         * isearch.el (isearch-forward): Document isearch-query-replace and
33130         isearch-query-replace-regexp keybindings.
33132 2005-02-19  Jay Belanger  <belanger@truman.edu>
33134         * calc/calc-aent.el (math-read-token): Add local variable.
33136         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
33137         (calc-edit-top): Move declaration to earlier in file.
33138         (calc-edit-macro-repeats): Add local variables.
33140         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
33141         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
33142         calcFunc-tanh.
33143         Adjust integration rule for calcFunc-tan.
33145 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
33147         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
33148         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
33149         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
33150         (viper-skip-separators): Bug fix.
33151         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
33152         particular major mode.
33153         (viper-del-backward-char-in-replace): Don't put deleted char on the
33154         kill ring.
33156         * viper-ex.el (viper-color-display-p): New function.
33157         (viper-has-face-support-p): Use viper-color-display-p.
33159         * viper-keym.el (viper-gnus-modifier-map): New keymap.
33161         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
33163         * viper-util.el (viper-glob-unix-files): Fix shell status check.
33164         (viper-file-remote-p): Make equivalent to file-remote-p.
33166         * viper.el (viper-major-mode-modifier-list):
33167         Use viper-gnus-modifier-map.
33169 2005-02-19  David Kastrup  <dak@gnu.org>
33171         * subr.el (subregexp-context-p): Fix garbled doc string by adding
33172         quoting.
33174 2005-02-19  Jay Belanger  <belanger@truman.edu>
33176         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
33177         Remove extra definitions.
33178         (calc-coth): New function.
33179         (calcFunc-cot): Fix `let'.
33181 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
33183         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
33184         the reasons we use "type pc" in these faces.
33186         * button.el (button): Ditto.
33188 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
33190         * replace.el (query-replace-read-from): Set the value of
33191         query-replace-from-history-variable to handle the case of an empty
33192         string entered to accept the suggested default.
33194         * net/tramp.el (tramp-file-name-for-operation):
33195         Use dired-call-process instead of dired-call-process-command.
33197 2005-02-19  Jay Belanger  <belanger@truman.edu>
33199         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
33200         (math-div-non-trig): New variables.
33201         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
33202         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
33203         (math-combine-prod, math-div-symb-fancy): Add simplifications for
33204         trig expressions.
33206 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
33208         * progmodes/gdb-ui.el (gdb-var-update-handler)
33209         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
33210         for watch expressions,
33211         (gdb-var-create-handler): Don't set speedbar-update-flag.
33212         (gdb-post-prompt): Simplify test for speedbar.
33214 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
33216         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
33217         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
33218         we use the syntax table of the correct buffer.
33219         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
33220         Felix Gatzemeier.
33222         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
33223         (ediff-file-remote-p): Make synonymous with file-remote-p.
33224         In all deffaces ediff-*-face-*, use min-colors.
33226         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
33227         ediff-recurse-to-subdirectories.
33228         (ediff-mark-if-equal): Check that the arguments are strings, use
33229         ediff-same-contents (after to Felix Gatzemeier).
33231         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
33232         nil.
33234 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
33236         * log-view.el (log-view-message-re): Fix up Subversion regexp.
33238 2005-02-18  David Kastrup  <dak@gnu.org>
33240         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
33241         use `mark-active' when defined.
33243 2005-02-18  Kenichi Handa  <handa@m17n.org>
33245         * ps-print.el (ps-font-info-database): New entry
33246         ZapfChancery-MediumItalic with correct font name.  Fix font name
33247         of the entry Zapf-Chancery-MediumItalic.
33249 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
33251         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
33253 2005-02-16  Kim F. Storm  <storm@cua.dk>
33255         * ido.el (ido-fallback-command): Pass user input to fallback command.
33257 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
33259         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
33260         (gdb-find-file-hook): Add server prefix.
33262 2005-02-16  Richard M. Stallman  <rms@gnu.org>
33264         * replace.el (perform-replace): Pass new args to replace-highlight.
33265         (replace-highlight): Take region args,
33266         and pass them to isearch-lazy-highlight-new-loop.
33268         * novice.el (disabled-command-hook): Autoload the defalias
33269         and the make-obsolete-variable call.
33271         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
33273         * isearch.el (isearch-lazy-highlight-start-limit)
33274         (isearch-lazy-highlight-end-limit): New variables limit
33275         the region for highlighting.
33276         (isearch-lazy-highlight-new-loop): New args BEG and END.
33277         (isearch-lazy-highlight-search): Use the new vars.
33278         (isearch-lazy-highlight-update): Likewise.
33280         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
33282         * cus-start.el (all): Use default-boundp.
33284 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
33286         * menu-bar.el (menu-bar-select-frame): Handle current frame.
33288 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
33290         * autorevert.el (auto-revert-stop-on-user-input)
33291         (auto-revert-verbose): Doc fixes.
33293 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
33295         * international/mule-cmds.el (set-locale-environment): Remove call
33296         to set-selection-coding-system on Windows.
33298 2005-02-15  Jay Belanger  <belanger@truman.edu>
33300         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
33301         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
33302         calcFunc-coth.
33303         (math-simplify-sqrt): Add simplifications.
33305         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
33306         to list.
33308         * calc/calc-ext.el: Add functions to autoloads.
33310         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
33311         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
33312         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
33313         (math-csc-raw, math-cot-raw): New functions.
33315         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
33317         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
33318         the variable name in a message.
33320         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
33321         calcFunc-csc, calcFunc-cot.
33323         * calc/calcalg2.el: Add derivative and integration rules for
33324         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
33325         calcFunc-csch, calcFunc-coth.
33326         (math-do-integral-methods): Add to checks for when to use
33327         substitutions.
33329         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
33331 2005-02-15  Lute Kamstra  <lute@gnu.org>
33333         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33334         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
33335         <monnier@iro.umontreal.ca>.
33336         (lisp-outline-level): Improve efficiency.  Suggested by David
33337         Kastrup <dak@gnu.org>.
33339 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
33341         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
33342         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
33343         (gdb-set-gud-minor-mode-existing-buffers): New functions.
33344         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
33345         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
33347 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
33349         * cus-start.el (all): Comment change.
33351 2005-02-14  Lute Kamstra  <lute@gnu.org>
33353         * cus-start.el (all): Check if symbol is void.
33355 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
33357         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
33358         optional argument to \cite.
33360 2005-02-14  Richard M. Stallman  <rms@gnu.org>
33362         * cus-edit.el (custom-buffer-create-internal): Update help message.
33363         (custom-magic-alist): Update help messages.
33365         * cus-start.el (all): Allow a var to specify a standard value.
33367 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
33369         * custom.el (custom-theme-set-variables): Handle variable aliases.
33371         * frame.el (blink-cursor-timer): Doc fix.
33372         (blink-cursor): Make it an alias for `blink-cursor-mode' and
33373         declare obsolete.
33374         (blink-cursor-mode): Define with defcustom and use correct
33375         standard expression in that defcustom.
33376         * startup.el (command-line): Adapt to above changes in frame.el.
33378 2005-02-11  Lute Kamstra  <lute@gnu.org>
33380         * apropos.el (apropos-score-doc): Prevent division by zero.
33382 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
33384         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
33385         (icalendar--get-event-property-attributes)
33386         (icalendar--get-event-properties)
33387         (icalendar--datetime-to-diary-date): New functions.
33388         (icalendar--split-value): Doc fix.
33389         (icalendar--datetime-to-noneuropean-date)
33390         (icalendar--datetime-to-european-date): New optional argument
33391         SEPARATOR.  Return result as a string instead of a list.
33392         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
33393         (icalendar--convert-string-for-export): Rename arg S to STRING.
33394         (icalendar-export-region): Doc fix.  Change name of error buffer.
33395         Save output buffer.
33396         (icalendar-import-file): Add blank at end of prompt.
33397         (icalendar-import-buffer): Doc fix.  Do not switch to error
33398         buffer.  Indicate status in return value.
33399         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
33400         buffer.  Save output buffer.  Handle exception from recurrence
33401         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
33402         events.  Fix problems with weekly all-day events.
33404 2005-02-10  Richard M. Stallman  <rms@gnu.org>
33406         * simple.el (eval-expression-print-format):
33407         Avoid warning about edebug-active.
33409         * help.el (help-for-help-internal): Rename from help-for-help.
33410         (help-for-help): Define with defalias.
33412         * font-core.el (font-lock-default-function): Use with-no-warnings.
33414         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
33416         * custom.el (defface): Doc fix.
33418 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
33420         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
33421         width 0" to prevent word wrapping problems.
33423 2005-02-09  Kim F. Storm  <storm@cua.dk>
33425         * ido.el (ido-file-extensions-order): New defcustom.
33426         (ido-file-extension-lessp, ido-file-extension-aux)
33427         (ido-file-extension-order): New advanced file ordering.
33428         (ido-file-lessp): New simple file ordering.
33429         (ido-sort-list): Remove.
33430         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
33431         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
33433 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
33435         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
33436         that some versions of grep produce.
33437         (grep-mode-font-lock-keywords): Likewise.
33439 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
33441         * progmodes/gdb-ui.el (gdb-location-list): New variable.
33442         (gdb-cdir): Delete.
33443         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
33444         (gdb-source-info): Treat case when source file is in another
33445         directory properly.
33446         (gdb-get-location): New function.
33448 2005-02-07  Jay Belanger  <belanger@truman.edu>
33450         * calc/calc-prog.el (calc-write-parse-table-part)
33451         (calc-fix-token-name): Fix a check for language type.
33453         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
33455 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
33457         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
33458         as directory not writable.
33460 2005-02-07  Kim F. Storm  <storm@cua.dk>
33462         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
33463         (cua--standard-movement-commands): Remove list.
33464         Instead, set CUA property value to move for movement commands.
33465         (cua-movement-commands): Remove.  Users must set CUA prop instead.
33466         (cua--pre-command-handler): Check CUA property.
33467         (cua--init-keymaps): Don't remap undo commands.
33468         (cua-mode): Don't call cua--rectangle-on-off.
33470         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
33471         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
33472         (cua--rect-undo-set-point): New var.
33473         (cua--rectangle-undo-boundary): Setup undo apply entry.
33474         (cua--rect-undo-handler): New function for rectangle undo.
33475         (cua--rect-start-position, cua--rect-end-position): Add.
33476         (cua--rectangle-post-command): Call cua--rectangle-set-corners
33477         for restored rectangle.  Set point if cua--rect-undo-set-point.
33479 2005-02-06  Jay Belanger  <belanger@truman.edu>
33481         * calc/calc-lang.el (calc-tex-language): Display more information
33482         in messages.
33484         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
33485         in TeX mode.
33487 2005-02-06  Richard M. Stallman  <rms@gnu.org>
33489         * emacs-lisp/lisp.el (buffer-end): Doc fix.
33491 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
33493         * net/ldap.el (ldap-search-internal): Support attributes with
33494         optional descriptions separated by a semi-colon, as in
33495         "userCertificate;binary".
33497 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33499         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
33500         isn't a cons (i.e. the version is 0).
33502 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
33504         * help.el (help-for-help): Doc fix.
33506 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
33508         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
33509         GDB-Windows on the menu-bar as this works better.
33511 2005-02-04  Jay Belanger  <belanger@truman.edu>
33513         * calc/calc-embed.el (calc-embedded-update): Don't put in
33514         unnecessary newlines.  Adjust the end of formula marker.
33516         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
33517         (math-latex-parse-two-args): New function.
33519 2005-02-03  Lute Kamstra  <lute@gnu.org>
33521         * help-fns.el (help-with-tutorial): Make sure that users cannot
33522         remove the entire text of the tutorial by means of `undo'.
33524 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33526         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
33527         in recent changes, where the ispell process was repeatedly
33528         killed & restarted.
33530         * international/mule-cmds.el (set-locale-environment): Set file-name
33531         coding system to utf-8 on Darwin systems.
33532         (set-default-coding-systems): Don't set default-file-name-coding-system
33533         on Darwin systems.
33535 2005-02-03  Richard M. Stallman  <rms@gnu.org>
33537         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
33539 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
33541         * faces.el (list-faces-display): Add optional argument.
33543 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
33545         * font-core.el (font-lock-default-function): Handle the rare case where
33546         only font-lock-keywords is set.
33548 2005-02-02  Kenichi Handa  <handa@m17n.org>
33550         * international/characters.el: Cancel previous change for
33551         I-WITH-DOT-ABOVE and DOTLESS-i.
33553         * international/latin-5.el: Cancel previous change.
33555 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
33557         * progmodes/gud.el: Correction to syntax in gud-menu-map.
33559 2005-02-02  Kenichi Handa  <handa@m17n.org>
33561         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
33562         DOTLESS-i.
33564         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
33565         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
33567         * case-table.el (get-upcase-table): New function.
33568         (copy-case-table): Copy upcaes table too if non-nil.
33569         (set-case-syntax-delims): Maintain upcase table too.
33570         (set-case-syntax-pair): Likewise.
33571         (set-upcase-syntax, set-downcase-syntax): New functions.
33572         (set-case-syntax): Maintain upcase table too.
33574 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
33576         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
33578         * progmodes/gud.el (gud-goto-info): New function.
33579         (gud-tool-bar-map): Use correct icon.
33581 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
33583         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
33584         When delegating, order args in the funcall correctly.
33586 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
33588         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
33590 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
33592         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
33593         buffer not visiting a file.
33595 2005-01-31  Jay Belanger  <belanger@truman.edu>
33597         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
33598         bound on the line with the formula.
33600 2005-01-31  Kim F. Storm  <storm@cua.dk>
33602         * ses.el (ses-create-cell-variable-range)
33603         (ses-destroy-cell-variable-range, ses-reset-header-string)
33604         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
33605         (ses-insert-row): Fix format of apply undo entries.
33607 2005-01-31  Jay Belanger  <belanger@truman.edu>
33609         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
33610         parts.
33612         * calc/calc-embed.el (calc-embedded-open-formula)
33613         (calc-embedded-close-formula): Ignore matrix environments.
33615         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
33616         TeX mode.
33618         * calc/calc-lang.el (math-function-table, math-oper-table)
33619         (math-variable-table): Adjust the LaTeX portions.
33621         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
33622         (math-latex-ignore-words): New constant.
33624 2005-01-31  Richard M. Stallman  <rms@gnu.org>
33626         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
33627         (ispell-local-dictionary): Doc fix.
33628         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
33629         Don't reinitialize at run time.  Don't defcustom.
33630         All uses changed to append ispell-local-dictionary-alist,
33631         or check it first.
33632         (ispell-current-dictionary): New variable for dictionary in use.
33633         (ispell-dictionary): Now used only for global default.
33634         (ispell-start-process): Set ispell-current-dictionary,
33635         not ispell-dictionary.
33636         (ispell-change-dictionary): Use this only for setting
33637         user preferences.
33638         (ispell-internal-change-dictionary): New function
33639         to change the current dictionary in use.
33640         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
33641         Use ispell-current-dictionary.
33642         Handle ispell-local-dictionary-overridden.
33643         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
33645 2005-01-31  Jay Belanger  <belanger@truman.edu>
33647         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
33649         * calc/calc-ext.el: Add calc-latex-language to autoloads.
33650         (calc-mode-map): Add calc-latex-language.
33652         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
33653         (math-latex-print-frac): New functions.
33654         (math-oper-table, math-function-table, math-variable-table)
33655         (math-complex-format, math-input-filter): Add latex properties.
33656         (calc-set-language): Set math-expr-special-function-mapping.
33658         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
33659         (calc-write-parse-table-part): Add LaTeX support.
33661         * calc/calc.el (calc-language): Adjust docstring.
33662         (calc-set-mode-line): Add LaTeX support.
33663         (math-expr-special-function-mapping): New variable.
33664         (math-tex-ignore-words): Add to list.
33666         * calc/calccomp.el (math-compose-expr, math-compose-rows):
33667         Add LaTeX support.
33668         (math-compose-expr): Add support for special functions.
33670         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
33672 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
33674         * progmodes/gdb-ui.el (gdb-memory-address)
33675         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
33676         (gdb-memory-mode-map, gdb-memory-format-keymap)
33677         (gdb-memory-format-menu, gdb-memory-unit-keymap)
33678         (gdb-memory-unit-menu): New variables for a buffer
33679         that lets the user examine program memory.
33680         (gdb-memory-set-address, gdb-memory-set-repeat-count)
33681         (gdb-memory-format-binary, gdb-memory-format-octal)
33682         (gdb-memory-format-unsigned, gdb-memory-format-signed)
33683         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
33684         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
33685         (gdb-memory-unit-word, gdb-memory-unit-halfword)
33686         (gdb-memory-unit-byte, gdb-memory-unit-menu)
33687         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
33688         (gdb-memory-mode, gdb-memory-buffer-name)
33689         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
33690         New functions for above buffer.
33692 2005-01-30  Richard M. Stallman  <rms@gnu.org>
33694         * cus-edit.el (custom-bury-buffer): Function deleted.
33695         (custom-buffer-done-function): Option deleted.
33696         (custom-buffer-done-kill): New replacement option.
33697         (Custom-buffer-done): Call quit-window.
33698         (custom-buffer-create-internal): Update for above changes.
33700 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
33702         * simple.el (undo-ask-before-discard): New var.
33703         (undo-outer-limit-truncate): Implement it.
33704         (undo-extra-outer-limit): Doc update.
33706 2005-01-29  Richard M. Stallman  <rms@gnu.org>
33708         * ses.el (undo-more): Delete defadvice.
33709         (ses-begin-change): Doc fix.
33711         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
33712         instead of rebinding C-x u and C-_.
33714         * files.el (normal-backup-enable-predicate): Return nil for files
33715         in /tmp, regardless of temporary-file-directory.
33717         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
33719         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
33720         (open-rectangle, delete-whitespace-rectangle-line)
33721         (clear-rectangle-line): If FILL, pass t instead of FILL
33722         for move-to-column's 2nd arg.
33724         * simple.el (undo): Fix the test for continuing a series of undos.
33725         (undo-more): Set pending-undo-list to t when we reach end.
33726         (pending-undo-list): Move up defvar.
33728         * wid-edit.el (widget-button-click):
33729         Shorten the range of the track-mouse binding.
33731         * comint.el (comint-insert-input): Undo previous changes;
33732         use last-input-event in interactive spec.
33734 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
33736         * progmodes/compile.el (compilation-start): Bind buffer-read-only
33737         to nil before invoking call-process.  Reset buffer's modified flag
33738         after fontifying it in the no-async branch.
33740         * wid-edit.el (widget-specify-button): If mouse pointer shape
33741         cannot be changed, use mouse face instead.
33743 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
33745         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
33746         (gdb-goto-breakpoint): Make breakpoint handling work on template
33747         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
33748         (gdb-assembler-custom): Update to recognize breakpoint information
33749         added on 2005-01-19.
33751 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33753         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
33754         (dsssl-mode): Use define-derived-mode.
33755         (scheme-mode-initialize): Remove.
33756         (scheme-mode): Use run-mode-hooks.
33758         * cus-edit.el (customize-group-other-window)
33759         (custom-buffer-create-other-window): Don't override special-display-*.
33760         (custom-mode-map): Make it dense.
33762         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
33763         sets the default value.
33765 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
33767         * descr-text.el: Add more keywords.
33769 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33771         * speedbar.el: Avoid unnecessary use of locate-library.
33773         * international/mule-cmds.el (standard-display-european-internal):
33774         Don't fiddle with latin-1 non-break space any more since it's now
33775         special cased in the C code.
33776         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
33778 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
33780         * cus-start.el (all): Add `undo-outer-limit'.
33782 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
33784         * textmodes/bibtex.el (bibtex-format-entry):
33785         Use `bibtex-empty-field-re' only on the text of fields, not on entire
33786         field lines.
33787         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
33788         not on part of a buffer.
33790 2005-01-25  Lute Kamstra  <lute@gnu.org>
33792         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
33793         nonempty field text strings like "{letters\\macro{}more letters}".
33794         Clarify docstring.
33795         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
33796         (bibtex-entry-offset, bibtex-parse-association)
33797         (bibtex-parse-field-name): Fix typos in docstrings.
33798         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
33800 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
33802         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
33803         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
33804         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
33805         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
33807         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
33808         isearch minor mode.
33810 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
33812         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
33814 2005-01-24  Lute Kamstra  <lute@gnu.org>
33816         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
33817         CASECHARS and NOT-CASECHARS regular expressions of the
33818         "nederlands" and "nederlands8" dictionaries to prevent a "Range
33819         striding over charsets" error.
33821 2005-01-24  Jay Belanger  <belanger@truman.edu>
33823         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
33824         display variable name.
33826 2005-01-24  Kenichi Handa  <handa@m17n.org>
33828         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
33829         Fix setting of the element of encoded-kbd-iso2022-invocations.
33831 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
33833         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
33834         (gdb-threads-select): Change to also accept mouse events.
33835         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
33836         (gdb-threads-mouse-select): Delete.
33838 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
33840         * files.el (insert-directory): Take care of empty directory,
33841         listed without -a switch.
33843 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33845         * textmodes/refill.el (refill-post-command-function):
33846         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
33847         to the list of functions that we should be careful not to undo.
33848         (refill-late-fill-paragraph-function): Remove.
33849         (refill-saved-state): New var.
33850         (refill-mode): Use it to save fill-paragraph-function.
33851         Save also the value of auto-fill-function.
33853         * term/w32-win.el: Simplify code.
33855 2005-01-23  Kim F. Storm  <storm@cua.dk>
33857         * simple.el (line-move): Adapt to new return value from
33858         pos-visible-in-window-p.
33860         * simple.el (line-move): Fix last change.  Check partial
33861         visibility at point rather than at window-start.
33863 2005-01-22  Jason Rumney  <jasonr@gnu.org>
33865         * term/w32-win.el (xw-defined-colors): Remove debug-message.
33867 2005-01-22  David Kastrup  <dak@gnu.org>
33869         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
33871 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
33873         * type-break.el (type-break-mode): Add a test for
33874         type-break-file-name being non-nil.
33876 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
33878         * net/eudc.el (top level): Call (message "") via progn, so that
33879         eudc-options-file is loaded.
33881 2005-01-22  Kim F. Storm  <storm@cua.dk>
33883         * simple.el (line-move-1): Rename from line-move.
33884         (line-move): New function that adjusts vscroll for partially
33885         visible rows, and calls line-move-1 otherwise.
33887 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
33889         * pcomplete.el: Define pcomplete-read-event instead of read-event,
33890         since it's not a complete read-event implementation.
33892 2005-01-20  Jay Belanger  <belanger@truman.edu>
33894         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
33895         for called function.
33897 2005-01-20  Steven Tamm  <steventamm@mac.com>
33899         * term/mac-win.el (process-connection-type): Remove.
33900         Controlled now by s/darwin.h:PTY_ITERATION.
33902 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
33904         * window.el (handle-select-window): Don't switch window when we're
33905         in the minibuffer.
33907 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
33909         * subr.el (dotimes-with-progress-reporter): New macro.
33911         * ses.el (ses-dotimes-msg): Remove macro.
33912         Use `dotimes-with-progress-reporter' instead.
33914 2005-01-19  Steven Tamm  <steventamm@mac.com>
33916         * term/mac-win.el (process-connection-type): Use new
33917         operating-system-release variable to use ptys on Darwin 7 (OS X
33918         10.3) when using carbon build.
33920 2005-01-19  Jay Belanger  <belanger@truman.edu>
33922         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
33923         flags if the last command was a tab or M-tab.
33925         * calc/calc-prog.el (calc-user-define-edit): Put original formula
33926         in formula editing buffer.
33928 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
33930         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
33931         breakpoint image symbol in margin.
33933 2005-01-19  Jay Belanger  <belanger@truman.edu>
33935         * calc/calc-prog.el (calc-execute-kbd-macro):
33936         Ignore calc-keep-arg-flag.
33938 2005-01-19  Kenichi Handa  <handa@m17n.org>
33940         * textmodes/ispell.el (ispell-looking-at): New function.
33941         (ispell-process-line): Use ispell-looking-at to compare the ispell
33942         output and the buffer contents.
33944 2005-01-18  Jay Belanger  <belanger@truman.edu>
33946         * calc/calc.el (calc-display-raw): Fix docstring.
33948 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
33950         * simple.el (blink-matching-open): Strip extra info from syntax.
33952         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
33953         funny chars in the end-of-here-doc marker.
33955 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
33957         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
33958         that enable/disabled state of breakpoints is shown correctly in
33959         fringe and on ttys.
33960         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
33961         Add breakpoint information as text properties.
33962         (gdb-mouse-toggle-breakpoint):
33963         Rename to gdb-mouse-set-clear-breakpoint.
33964         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
33965         breakpoints in the margin.
33966         (gdb-remove-strings): Simplify.
33968 2005-01-17  Jay Belanger  <belanger@truman.edu>
33970         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
33971         erasing buffer.
33973 2005-01-17  Richard M. Stallman  <rms@gnu.org>
33975         * progmodes/grep.el (grep-find): Copy from `grep' the condition
33976         for calling grep-compute-defaults.
33978         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
33979         if buffer is empty.
33981         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
33983 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
33985         * hilit-chg.el (highlight-changes-mode): Don't autoload.
33987         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
33988         non-preloaded variables.
33990 2005-01-17  Steven Tamm  <steventamm@mac.com>
33992         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
33993         tex-shell cause to force interactivity when using pipes.
33995 2005-01-17  Kim F. Storm  <storm@cua.dk>
33997         * simple.el (just-one-space): Make arg optional.
33999 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
34001         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34002         posn-at-x-y to t to access left-margin.
34004 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
34006         Sync with Tramp 2.0.47.
34008         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34009         catching keep-date problems in cp/scp operations.
34010         (tramp-handle-copy-file): Don't call `set-file-modes'
34011         unconditionally.  Specialized functions should know better what is
34012         necessary.  This improves performance a little bit, and the
34013         functions could catch errors with `cp -p' and `scp -p'.
34014         (tramp-do-copy-or-rename-file-via-buffer)
34015         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34016         when appropriate.
34017         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34018         Call `set-file-modes' when appropriate.
34019         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
34020         Johnsson <isak@hypergene.com>.
34021         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34022         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
34023         <joakim@verona.se>.
34024         (tramp-file-name-for-operation): Mark `shell-command' as magic for
34025         Emacs only.
34027         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
34028         `find-file-hooks' and `dired-mode-hook'.
34029         (tramp-minor-mode-map): Respective map.  Add remapping for
34030         `compile' and `recompile'.
34031         (tramp-remap-command, tramp-recompile): New defuns.
34032         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34033         in buffer "*Compilation*".  Call the commands asynchronously.
34035         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34036         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34037         `shell-command', because it isn't magic in XEmacs.  Reported by
34038         Adrian Aichner <adrian@xemacs.org>.
34040         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34041         `substitute-in-file-name.
34042         (tramp-smb-handle-substitute-in-file-name): New defun.
34043         (tramp-smb-advice-PC-do-completion): Delete advice.
34045 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
34047         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34048         Fix error in deleting region.
34050 2005-01-15  Richard M. Stallman  <rms@gnu.org>
34052         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
34053         In non-temp buffer, switch syntax table temporarily.
34055         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34057         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34059         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34061         * imenu.el (imenu--split-menu): Copy menulist before sorting.
34062         (imenu--generic-function): Use START, not BEG, as pos of definition.
34064         * simple.el (just-one-space): Argument specifies number of spaces.
34066         * simple.el (eval-expression-print-format): Avoid warning
34067         about edebug-active.
34069 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
34071         * progmodes/sh-script.el: Code copied from make-mode.el
34072         with small changes,
34073         (sh-mode-map): Bind C-c C-\.
34074         (sh-backslash-column, sh-backslash-align): New variables.
34075         (sh-backslash-region, sh-append-backslash): New functions.
34077 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34079         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
34080         (rmail-pop-password, rmail-pop-password-required): Move to
34081         rmail-obsolete group.
34082         (rmail-set-pop-password): Rename to rmail-set-remote-password.
34083         All callers updated.
34084         (rmail-get-pop-password): Rename to rmail-get-remote-password.
34085         Take an argument specifying whether it is POP or IMAP mailbox we
34086         are using.  All callers updated.
34087         (rmail-pop-password-error): Rename to
34088         rmail-remote-password-error.  Added mailutils-specific error message.
34089         (rmail-movemail-search-path)
34090         (rmail-movemail-variant-in-use): New variables.
34091         (rmail-remote-password, rmail-remote-password-required):
34092         New customization variables.
34093         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34094         (rmail-parse-url): New function.
34095         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34096         with GNU mailutils movemail.
34098 2005-01-15  Kevin Ryde  <user42@zip.com.au>
34100         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34101         suffix to space, $ or '$, to correctly position point when going
34102         to @table style constants like DBL_MAX.
34104 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
34106         * type-break.el (type-break-mode, type-break-file-time)
34107         (type-break-file-keystroke-count, type-break-choose-file):
34108         Don't store data in or load data from the file if type-break-file-name
34109         is nil.
34110         (type-break-file-name): Doc update as per the above.
34112 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
34114         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
34115         lookup-key might return nil; handle that.
34117 2005-01-15  Alan Mackenzie  <acm@muc.de>
34119         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
34120         rather than the element found, thus enabling the tree to be setcar'd.
34122 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
34124         * textmodes/org.el (org-show-following-heading): New option.
34125         (org-show-hierarchy-above): Use `org-show-following-heading'.
34126         (org-cycle): Documentation fix.
34128         * textmodes/org.el (orgtbl-optimized): New option
34129         (orgtbl-mode): New command, a minor mode.
34130         (orgtbl-mode-map): New variable.
34131         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
34132         (orgtbl-error, orgtbl-self-insert-command)
34133         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
34135         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
34136         a local variable in each org-mode buffer.
34138         * textmodes/org.el (org-set-regexps-and-options): Rename from
34139         `org-set-regexps'.  Added checking for STARTUP keyword.
34140         (org-get-current-options): Add STARTUP options.
34141         (org-table-insert-row): Make mode intelligent about when
34142         realignment is needed.
34143         (org-self-insert-command, org-delete-backward-char, org-delete-char):
34144         New commands.
34145         (org-enable-table-editor): New default value `optimized'.
34146         (org-table-blank-field): Support blanking regions if active.
34148 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
34150         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
34151         if the year is not given.
34153         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
34154         Add new escapes %m and %M, fixed bug with %F by adding
34155         save-match-data.
34156         (reftex-reference): Remove ?. from list of spaces.
34157         (reftex-label-info): Add automatic label prefix recognition.
34159         * textmodes/reftex-index.el (reftex-index-next-phrase):
34160         Add slave parameter to call of `reftex-index-this-phrase'.
34161         (reftex-index-this-phrase): New optional argument.
34162         (reftex-index-region-phrases): Add slave parameter to call of
34163         `reftex-index-this-phrase'.
34164         (reftex-display-index): New argument redo.
34165         (reftex-index-rescan): Add `redo' to arguments of
34166         `reftex-display-index'.
34167         (reftex-index-Rescan, reftex-index-revert)
34168         (reftex-index-switch-index-tag): Add `redo' to arguments of
34169         `reftex-display-index'.
34170         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
34171         indexing.  Fix bug with matching is there is a quote before or
34172         after the word.
34174         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
34175         Fix bug when collecting citation keys in lines with comments.
34176         (reftex-citation): Prefix argument no longer rescans the document,
34177         but forces prompting for optional arguments of cite macros.
34178         (reftex-do-citation): Prompting for optional arguments implemented.
34180         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
34181         Add optional arguments to most cite commands.
34182         (reftex-cite-cleanup-optional-args): New option
34183         (reftex-cite-prompt-optional-args): New option.
34184         (reftex-trust-label-prefix): New option.
34186         * textmodes/reftex-toc.el (reftex-toc-find-section):
34187         Add push-mark before changing the position in the buffer.
34189         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
34190         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
34192 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
34194         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
34195         more carefully.
34197 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
34199         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
34200         (sgml-mode): Use it.
34201         (sgml-get-context): Better keep track of implicitly closed tags.
34203 2005-01-13  Kenichi Handa  <handa@m17n.org>
34205         * textmodes/ispell.el: These changes are to fix misalignment error
34206         caused by equivalent characters of different Emacs charsets.
34207         (ispell-unified-chars-table): New variable.
34208         (ispell-get-decoded-string): New function.
34209         (ispell-get-casechars, ispell-get-not-casechars)
34210         (ispell-get-otherchars): Call ispell-get-decoded-string.
34212 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
34214         * custom.el (custom-declare-variable): Just put symbol instead
34215         of (defvar . symbol) in `current-load-list'.
34217 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
34219         * emacs-lisp/elint.el: Fixed typo in Commentary section.
34221 2005-01-12  Jay Belanger  <belanger@truman.edu>
34223         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
34224         to create a Calc summary.
34226 2005-01-12  Kim F. Storm  <storm@cua.dk>
34228         * mouse.el (mouse-on-link-p): Change functionality and doc
34229         string to comply with latest description in lisp ref.
34231 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
34233         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
34234         Enable mouse clicks on mode-line, header-line and margin.
34235         (event-type): Give mouse event symbols an `event-kind' property
34236         with value `mouse-click'.
34238 2005-01-12  Juri Linkov  <juri@jurta.org>
34240         * facemenu.el (list-colors-display): Add new arg buffer-name.
34241         Use it.  Fix docstring.  Replace code for identifying duplicate
34242         colors by the name with call to `list-colors-duplicates' which
34243         identifies duplicate colors by the value unless the color
34244         is one of special Windows colors.  Set truncate-lines to t.
34245         Print sorted duplicate color names on each line.  Indent to 22
34246         \(the longest color name in rgb.txt) instead of 20.  Optimize.
34247         (list-colors-duplicates): New function.
34248         (facemenu-color-name-equal): Delete function.
34250         * facemenu.el (list-colors-print): New function created from code
34251         in list-colors-display.  Print #RRGGBB at the window right edge.
34252         (list-colors-display): When temp-buffer-show-function is not
34253         defined, call list-colors-print from temp-buffer-show-hook
34254         to get the right value of window-width in list-colors-print
34255         after the buffer is displayed.
34257         * simple.el (pop-mark): Move deactivate-mark out of conditional
34258         part to deactivate the active mark regardless of the state of the
34259         mark ring.
34261         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
34262         variables line in desktop files.
34264 2005-01-12  Juri Linkov  <juri@jurta.org>
34266         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
34267         Bring together isearch highlight related options.
34268         (lazy-highlight): Replace group `replace' by `matching'.
34269         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34270         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34271         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
34272         and declare them obsolete.
34273         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
34274         (isearch-faces): Remove defgroup.
34275         (isearch-overlay, isearch-highlight, isearch-dehighlight):
34276         Move isearch highlighting code closer to lazy highlighting code.
34278         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
34279         (query-replace-highlight, query-replace-lazy-highlight)
34280         (query-replace): Move definitions to the beginning of the file.
34282 2005-01-11  Juri Linkov  <juri@jurta.org>
34284         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
34285         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
34286         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
34288         * info.el (Info-history-forward): New variable.
34289         (Info-select-node): Reset Info-history-forward to nil.
34290         (Info-last): Turn into defalias.
34291         (Info-history-back): Rename from Info-last.
34292         Add current node to Info-history-forward.
34293         (Info-history-forward): New fun.
34294         (Info-mode-map): Replace Info-last by Info-history-back.
34295         Bind Info-history-forward to "r".
34296         (Info-mode-menu): Replace Info-last by Info-history-back.
34297         Fix menu item text.  Add menu item for Info-history-forward.
34298         (info-tool-bar-map): Replace Info-last by Info-history-back.
34299         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
34300         for Info-history-forward.
34301         (Info-mode): Replace Info-last by Info-history-back in docstring.
34302         Add local variable Info-history-forward.
34303         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
34305 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
34307         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
34308         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
34309         Ignore select-window events rather than fiddle with
34310         mouse-autoselect-window.
34312 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
34314         * type-break.el (type-break-mode): Fix previous change.
34316 2005-01-10  Jay Belanger  <belanger@truman.edu>
34318         * calc/calc-ext.el (calc-reset): Reset when inside embedded
34319         calculator; only reset when point is inside a calculator.
34320         Don't adjust the window height if the window takes up the whole height
34321         of the frame.
34323 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
34325         * ebuff-menu.el (Electric-buffer-menu-mode):
34326         Preserve value of buffer-local var header-line-format.
34328 2005-01-09  Jay Belanger  <belanger@truman.edu>
34330         * calc/calc.el (calc-mode-var-list-restore-saved-values):
34331         Make sure settings file exists before accessing it.
34333         * calc/calc-embed.el (calc-embedded-subst):
34334         Replace math-multi-subst-rec, which is only supposed to be called
34335         by math-multi-subst, by math-multi-subst.
34337 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
34339         * vc.el (vc-allow-async-revert): New user option.
34340         (vc-disable-async-diff): New internal variable.
34341         (vc-revert-buffer): Use them to disable asynchronous diff.
34343         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
34344         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
34345         asynchronously if vc-disable-async-diff is t.
34347 2005-01-09  Jay Belanger  <belanger@truman.edu>
34349         * calc/calc.el (defcalcmodevar): New macro.
34350         (calc-mode-var-list-restore-default-values)
34351         (calc-mode-var-list-restore-saved-values): New functions.
34352         (calc-mode-var-list): Use defcalcmodevar to define it.
34353         (calc-always-load-extensions, calc-line-numbering)
34354         (calc-line-breaking, calc-display-just, calc-display-origin)
34355         (calc-number-radix, calc-leading-zeros, calc-group-digits)
34356         (calc-group-char, calc-point-char, calc-frac-format)
34357         (calc-prefer-frac, calc-hms-format, calc-date-format)
34358         (calc-float-format, calc-full-float-format, calc-complex-format)
34359         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
34360         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
34361         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
34362         (calc-matrix-brackets, calc-language, calc-language-option)
34363         (calc-left-label, calc-right-label, calc-word-size)
34364         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
34365         (calc-display-raw, calc-internal-prec, calc-angle-mode)
34366         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
34367         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
34368         (calc-window-height, calc-display-trail, calc-show-selections)
34369         (calc-use-selections, calc-assoc-selections)
34370         (calc-display-working-message, calc-auto-why, calc-timing)
34371         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
34372         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
34373         (calc-gnuplot-default-device, calc-gnuplot-default-output)
34374         (calc-gnuplot-print-device, calc-gnuplot-print-output)
34375         (calc-gnuplot-geometry, calc-graph-default-resolution)
34376         (calc-graph-default-resolution-3d, calc-invocation-macro)
34377         (calc-show-banner): Use defcalcmodevar to declare them and set
34378         their default values.
34380         * calc/calc-ext.el (calc-reset): Restore saved values of variables
34381         instead of default values (but restore default values if there is
34382         an argument of 0).
34384 2005-01-09  David Kastrup  <dak@gnu.org>
34386         * desktop.el (desktop-restore-eager): Fix typo in type.
34388 2005-01-08  Richard M. Stallman  <rms@gnu.org>
34390         * cus-edit.el (customize): Delete :link.
34392 2005-01-08  Jay Belanger  <belanger@truman.edu>
34394         * calc/calc.el (calc-mode): Remove the extension from the
34395         `calc-settings-file' file name when loading it.
34397 2005-01-08  Kim F. Storm  <storm@cua.dk>
34399         * info.el (Info-mode-map, Info-next-link-keymap)
34400         (Info-prev-link-keymap, Info-up-link-keymap):
34401         Map follow-link to mouse-face.
34402         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
34404 2005-01-08  Jay Belanger  <belanger@truman.edu>
34406         * calc/calc.el (calc-settings-file): Change default value.
34407         Suggested by cgw in a comment in calc-mode.el.
34409         * calc/calc-mode.el (calc-settings-file-name):
34410         Compare calc-settings-file to user-init-file instead of ~/.emacs.
34411         Replace ~/.emacs in a prompt by calc-settings-file.
34413 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
34415         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
34416         (desktop-lazy-idle-delay): New customizable variables.
34417         (desktop-buffer-args-list): New variable.
34418         (desktop-append-buffer-args): New function.
34419         (desktop-save): Call desktop-append-buffer-args for some buffers.
34420         (desktop-lazy-create-buffer): New function.
34421         (desktop-idle-create-buffers): New function.
34422         (desktop-read): Add message about buffers to restore lazily.
34423         (desktop-lazy-abort): New command.
34424         (desktop-clear): Call desktop-lazy-abort.
34425         (desktop-lazy-complete): New command.
34427 2005-01-06  Richard M. Stallman  <rms@gnu.org>
34429         * emacs-lisp/find-func.el (find-face-definition):
34430         Rename from find-face.
34432 2005-01-06  Kim F. Storm  <storm@cua.dk>
34434         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
34436         * man.el (Man-xref-man-page, Man-xref-header-file)
34437         (Man-xref-normal-file): Add follow-link property.
34439 2005-01-06  Jay Belanger  <belanger@truman.edu>
34441         * calc/calc-units.el: Make sure the proper macro definitions are
34442         available when compiling.
34444 2005-01-06  Juri Linkov  <juri@jurta.org>
34446         * isearch.el (isearch-lazy-highlight-update):
34447         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
34449 2005-01-06  Miles Bader  <miles@gnu.org>
34451         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
34452         (isearch-lazy-highlight-face): Use new name.
34454 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
34456         * uniquify.el (uniquify-rationalize-file-buffer-names):
34457         Re-add an interactive spec.
34458         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
34459         to the same name.
34461         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
34462         (isearch-update, isearch-done): Adjust calls accordingly.
34464 2005-01-05  Richard M. Stallman  <rms@gnu.org>
34466         * custom.el (custom-set-variables, custom-theme-set-variables):
34467         Clarify documentation.
34469         * emacs-lisp/find-func.el (find-variable)
34470         (find-variable-other-window, find-variable-other-frame):
34471         Fix the TYPE args to find-function-read and find-function-do-it.
34472         (find-function): Doc fix.
34473         (find-function-at-point): Replace function-at-point alias.
34475 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34477         * cus-face.el (custom-declare-face):
34478         Record defface in current-load-list.
34480         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
34482         * emacs-lisp/find-func.el: Doc fixes.
34483         (find-face-regexp): New variable.
34484         (find-function-regexp-alist): New variable.
34485         (find-function-C-source): Third arg is now TYPE.
34486         (find-function-search-for-symbol): Handle general TYPE.
34487         (find-function-read, find-function-do-it): Handle general TYPE.
34488         (find-definition-noselect, find-face): New functions.
34489         (function-at-point): Alias deleted.
34491 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
34493         * battery.el (display-battery-mode): Rename from display-battery.
34494         Handle the case where it gets turned off.
34496 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34498         * cus-edit.el (customize): Make :link point to user doc.
34500         * man.el (Man-fontify-manpage): Turn off undo generation.
34502         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
34504 2005-01-04  Andreas Schwab  <schwab@suse.de>
34506         * files.el (insert-directory): Only look for error lines in
34507         inserted text.  Don't move too far after processing --dired markers.
34509 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34511         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
34512         Don't expand if the character is @, period, dash, etc.
34513         (define-mail-abbrev): Quote names that contain problem characters.
34515 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
34517         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
34519 2005-01-03  Richard M. Stallman  <rms@gnu.org>
34521         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
34522         (query-replace-highlight, query-replace-lazy-highlight)
34523         (query-replace): Definitions moved up.  Doc fix.
34525 2005-01-03  Richard M. Stallman  <rms@gnu.org>
34527         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
34528         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34529         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34530         (lazy-highlight-face): Rename from isearch-lazy-...
34531         Change all references to them.
34533 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
34535         * cus-edit.el (custom-file): Doc fix for defcustom.
34536         (custom-file): The function no longer sets the variable
34537         `custom-file' to its return value.
34539         * startup.el (command-line): No longer load `custom-file'.
34541 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34543         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
34545         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
34546         Don't confuse module-prefixed identifiers for labels.
34547         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
34549 2005-01-02  Richard M. Stallman  <rms@gnu.org>
34551         * files.el (basic-save-buffer-1): Fix previous change.
34553         * loadhist.el (file-loadhist-lookup): New function.
34554         (file-provides, file-requires): Use it.
34556         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
34557         instead of calculating the right size.
34559 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
34561         * vc-svn.el (vc-svn-diff): Stay local if possible.
34563 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
34565         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
34567         * files.el (hack-local-variables): Fix last change.
34569 2005-01-02  Jay Belanger  <belanger@truman.edu>
34571         * calc/calc-yank.el (calc-edit-top): New variable.
34572         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
34573         object.  Change header properties.
34574         (calc-edit-finish, calc-edit-finish-stack-object)
34575         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
34576         edited object.
34577         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
34578         for the beginning of the edited object.
34579         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
34580         for the beginning of the edited object.
34581         * calc/calc-prog.el (calc-edit-macro-finish-edit)
34582         (calc-finish-formula-edit, calc-macro-repeats)
34583         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
34584         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
34585         beginning of the edited object.
34586         (calc-user-define-edit): Change the header for editing macros.
34587         Remove unnecessary variable.
34589 2005-01-01  Jay Belanger  <belanger@truman.edu>
34591         * calc/calc-yank.el (calc-edit-mode): Change default header.
34592         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
34593         * calc/calc-store.el (calc-edit-variable): Change title to match new
34594         header.
34595         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
34596         mode to match new header.
34597         (calc-user-define-edit): Change titles to include names of commands.
34598         (calc-finish-formula-edit): Adjust to handle new header.
34599         (calc-finish-macro-edit): Remove.
34600         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
34601         (calc-edit-macro-command, calc-edit-macro-command-type)
34602         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
34603         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
34604         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
34605         (calc-edit-macro-finish-edit): New functions.
34606         (calc-user-define-edit): Use new functions to edit named calc macros.
34608 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
34610         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
34612         * ses.el (copy-region-as-kill): Deactivate mark.
34614 2005-01-01  Richard M. Stallman  <rms@gnu.org>
34616         * replace.el (occur-1): If the output buffer is also an input,
34617         don't kill it, rename it.
34619         * faces.el (set-face-background, set-face-foreground): Doc fix.
34621         * cus-face.el (custom-face-attributes): Fix :help-echo strings
34622         for :foreground and :background.
34624         * dired.el (dired-view-command-alist): Variable deleted.
34625         (dired-view-file, dired-mouse-find-file-other-window):
34626         Delete the code to use it.
34628 2005-01-01  Kim F. Storm  <storm@cua.dk>
34630         * image.el (insert-sliced-image): Use t for line-height property.
34632 See ChangeLog.11 for earlier changes.
34634 ;; Local Variables:
34635 ;; coding: iso-2022-7bit
34636 ;; add-log-time-zone-rule: t
34637 ;; End:
34639     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
34641   This file is part of GNU Emacs.
34643   GNU Emacs is free software; you can redistribute it and/or modify
34644   it under the terms of the GNU General Public License as published by
34645   the Free Software Foundation; either version 3, or (at your option)
34646   any later version.
34648   GNU Emacs is distributed in the hope that it will be useful,
34649   but WITHOUT ANY WARRANTY; without even the implied warranty of
34650   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
34651   GNU General Public License for more details.
34653   You should have received a copy of the GNU General Public License
34654   along with GNU Emacs; see the file COPYING.  If not, write to the
34655   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
34656   Boston, MA 02110-1301, USA.
34658 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1