(tcl-indent-level, tcl-continued-indent-level): Add safe-local-variable prop.
[emacs.git] / lisp / ChangeLog
blob8d25f687b2b9edddd5862c5d72c38c35f938ce32
1 2007-08-07  Tom Tromey  <tromey@redhat.com>
3         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
4         Add safe-local-variable property.
6 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
8         * image-mode.el (image-toggle-display): Use image-refresh.
10         * longlines.el (longlines-decoded): New variable.
11         (longlines-mode): Avoid encoding or decoding the buffer twice.
13 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
15         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
16         unofficial version.
17         (vc-bzr-command): Remove redundant setting of process-connection-type.
18         (vc-bzr-admin-checkout-format-file): Add autoload.
19         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
20         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
21         (vc-bzr-registered): Compare dirstate format tag with known good
22         value, abort parsing if match fails.  Warn user in docstring.
23         (vc-bzr-workfile-version): Case for different Bzr branch formats.
24         See bzrlib/branch.py in Bzr sources.
25         (vc-bzr-diff): First argument FILES may be a string rather than a list.
26         (vc-bzr-shell-command): Remove in favor of
27         vc-bzr-command-discarding-stderr.
28         (vc-bzr-command-discarding-stderr): New function.
30 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
32         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
33         program, and return nil
34         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
35         (vc-bzr-state): Look for path names relative to the repository
36         root after status keyword.
37         (vc-bzr-file-name-relative): New function.
38         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
39         depend on it.
40         (vc-bzr-admin-dirname, ...-checkout-format-file)
41         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
42         files that we now parse directly for speed.
43         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
44         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
45         (vc-bzr-state): "bzr status" successful only if exitcode is 0
46         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
47         Bzr warnings, so we must discard it.
48         (vc-bzr-workfile-version): Speedup counting lines from
49         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
50         if that file doesn't exist.
51         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
52         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
53         (not ".bzr"!) to `vc-directory-exclusion-list'
54         (vc-bzr-shell-command): New function.
56 2007-08-06  Tom Tromey  <tromey@redhat.com>
58         * diff-mode.el (diff-unified->context, diff-reverse-direction)
59         (diff-fixup-modifs): Typo in docstring.
61 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
63         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
64         count-screen-lines.
65         (tpu-edt-off): Disable relevant pieces of advice.
67         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
68         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
69         (newline, newline-and-indent, do-auto-fill): Use advice instead of
70         redefining the function.
71         (tpu-set-scroll-margins): Activate the pieces of advice.
73 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
75         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
76         process-filter.
78 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
80         * help.el (resize-temp-buffer-window): Use window-full-width-p
81         instead of comparing frame-width and window-width.
83 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com> (tiny change)
85         * term.el: Honor term-default-fg-color and term-default-bg-color
86         settings when modifying term-current-face.
87         (term-default-fg-color, term-default-bg-color): Initialize from
88         default term-current-face.
89         (term-mode, term-reset-terminal): Set term-current-face with
90         term-default-fg-color and term-default-bg-color.
91         (term-handle-colors-array): term-current-face has term-default-fg-color
92         and term-default-bg-color after reset escape sequence.
93         (term-handle-colors-array): Set term-current-color with
94         term-default-fg/bg-color instead of ansi-term-color-vector when the
95         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
97 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
99         * files.el (set-auto-mode): Handle also remote files wrt
100         `auto-mode-alist'.
102         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
103         remote identification.
105 2007-08-04  Glenn Morris  <rgm@gnu.org>
107         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
108         zero, not nil, when the library is first loaded.  Check for a file
109         that has been modified on disk.
111         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
112         Remove duplicate defvar preventing initialization.
113         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
115 2007-08-03  Miles Bader  <miles@gnu.org>
117         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
118         backend names for new backends to `Git', `Hg', and `Bzr'.
119         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
120         not `HG'.
121         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
122         name, not `GIT'.
123         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
124         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
126 2007-08-03  Glenn Morris  <rgm@gnu.org>
128         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
130 2007-08-02  Richard Stallman  <rms@gnu.org>
132         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
133         to update deleted flag.
135         * cus-edit.el (customize-apropos, customize-apropos-options)
136         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
138         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
140         * startup.el (fancy-splash-head, startup-echo-area-message):
141         Change message text.
143         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
144         All callers use line-move.
146         * progmodes/compile.el (compilation-find-buffer): Return current
147         buffer immediately if suitable.
148         (compile, compilation-buffer-name, compilation-start): Doc fixes.
150 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
152         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
153         Make it more discriminating and more useful.
154         (vc-bzr-root-dir): Use new name.
155         (vc-bzr-registered): Use new name and look at the dirstate file to
156         determine if it's registered or not without running `bzr'.
158 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
160         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
162 2007-07-31  Drew Adams  <drew.adams@oracle.com>
164         * cus-edit.el (custom-group-value-create, custom-goto-parent):
165         Fix parent groups link.
167 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
169         * faces.el (face-normalize-spec): New function.
170         (frame-set-background-mode): Normalize face-spec before calling
171         face-spec-match-p.
173 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
175         * vc-bzr.el: New file (copied from the trunk).
177         * vc-hooks.el (vc-handled-backends): Add BZR.
178         (vc-find-file-hook): Failsafe if the backend's `registered'
179         function burps.
181         * server.el (server-window): Add switch-to-buffer-other-frame option.
183 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
185         * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):
186         Remove.
187         (vc-git-revision-completion-table): Enable.
189         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
191         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
193         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
194         (vc-hg-registered): Set the vc-state property.
196         * diff-mode.el (diff-mode-menu): New entries.
198 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
200         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
201         (diff-file-kill): Use it.
202         (diff-beginning-of-hunk): Add arg `try-harder' using it.
203         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
204         Use it so they find the hunk even when we're in the file header.
206         * vc.el: Add new VC operation `revision-completion-table'.
207         (vc-default-revision-completion-table): New function.
208         (vc-version-diff, vc-version-other-window): Use it to provide
209         completion of revision names if the backend provides it.
211         * vc-arch.el (vc-arch--version-completion-table)
212         (vc-arch-revision-completion-table): New functions to provide
213         completion of revision names.
215         * vc-cvs.el: Require CL.
216         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
217         New functions to provide completion of revision names.
219 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
221         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
222         (copyright-fix-years, copyright): Correctly handle the case where
223         copyright-limit is nil.
225 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
227         * progmodes/python.el (run-python): Fix path separator under w32.
229 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
231         * vc-git.el: New File.
233 2007-07-28  Alan Mackenzie  <acm@muc.de>
235         Fix problem with modes derived from CC Mode:
236         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
237         macro to cc-langs.
238         (c-init-language-vars-for): Remove call to above macro.
239         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
240         been moved to here.
241         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
243 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
245         * net/trampver.el: Fix the `coding' cookie.
247 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
249         * add-log.el (change-log-redate): Remove (not needed anymore and
250         doesn't appear to work).
252 2007-07-25  Glenn Morris  <rgm@gnu.org>
254         * Relicense all FSF files to GPLv3 or later.
256         * COPYING: Switch to GPLv3.
258 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
260         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
261         Replace it with another one which disables undo before calling
262         erase-buffer and then turns it back on if needed.
264 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
266         * ps-print.el: Problem with foreground and background color when
267         printing a buffer with and without faces.  Reported by Christian
268         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
269         (ps-print-version): New version 6.7.5.
270         (ps-default-fg): Change default value to nil, so black color is used
271         when a face does not specify a foreground color.
272         (ps-default-bg): Change default value to nil, so white color is used
273         for background color.
274         (ps-begin-job): Fix code.
276 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
278         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
280 2007-07-24  Alan Mackenzie  <acm@muc.de>
282         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
283         Initialise byte-compile-unresolved-functions before rather than
284         after a compilation.
285         (byte-compile-unresolved-functions): Amplify doc string.
287 2007-07-24  Glenn Morris  <rgm@gnu.org>
289         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
290         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
291         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
292         (cal-tex-cursor-week, cal-tex-cursor-week2)
293         (cal-tex-cursor-week-iso, cal-tex-week-hours)
294         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
295         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
296         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
298 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
300         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
302 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
304         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
305         underlying file is uptodate.
307 2007-07-23  Richard Stallman  <rms@gnu.org>
309         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
311 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
313         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
314         (sh-font-lock-flush-syntax-ppss-cache): New funs.
315         (sh-font-lock-syntactic-keywords): Use them to distinguish the
316         different possible cases for \'.
317         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
319         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
320         `file' from which to start the search and fix case where `file' is the
321         current directory and the root as well.
323         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
324         name for buffer-file-name if it refers to a directory.
326 2007-07-22  Jason Rumney  <jasonr@gnu.org>
328         * w32-fns.el (set-default-process-coding-system): Use dos line ends
329         for input to cmdproxy on all versions of Windows.
330         Use dos line ends for input to plink.
332         * comint.el (comint-simple-send): Concat newline before sending.
333         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
335 2007-07-22  Juri Linkov  <juri@jurta.org>
337         * isearch.el (isearch-edit-string): Save old point and
338         isearch-other-end to old-point and old-other-end before reading
339         the search string from minibuffer.  After exiting minibuffer set
340         point to old-other-end if point and the search direction is the
341         same as before reading the search string.
342         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
343         to isearch-other-end.  Instead of isearch-search-and-update call
344         three functions isearch-search, isearch-push-state and isearch-update.
346 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
348         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
349         destroying an existing buffer.
351 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
353         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
355         * term/x-win.el (x-handle-no-bitmap-icon): New function.
357 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
359         * textmodes/reftex.el (reftex-access-parse-file): Create parse
360         file in a way that does not interfere with recentf.
362 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
364         * image-dired.el (image-dired-sane-db-file): New func.
365         (image-dired-write-tags, image-dired-remove-tag)
366         (image-dired-list-tags, image-dired-write-comments)
367         (image-dired-get-comment, image-dired-mark-tagged-files)
368         (image-dired-create-gallery-lists): Call new func.
369         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
371 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
373         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
374         (vc-hg-dir-state): Fix loop.
375         (vc-hg-print-log): Fix expected return value for vc-hg-command.
376         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
377         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
378         (vc-hg-revert): Likewise.
379         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
381 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
383         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
384         case of alignment under a constant symbol, find and consider
385         the sexp actually at indentation to be the "last sexp".
387 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
389         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
390         (install): Use them to copy all *.el files before *.elc.
391         (clean): Don't delete *~.
393 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
395         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
397 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
399         * vc-hg.el (vc-hg-registered): Replace if with when.
400         (vc-hg-state): Deal with nonexistent files.
402 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
404         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
405         (follow-delete-other-windows-and-split, follow-recenter)
406         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
407         (follow-redisplay, follow-estimate-first-window-start)
408         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
409         Fix typos in docstrings.
411 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
413         * bookmark.el (bookmark-show-all-annotations):
414         Make sure each inserted annotation ends with newline.
416         (bookmark-maybe-sort-alist): Don't modify
417         bookmark-alist.  Instead, if not sorting, simply return it.
418         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
419         for its return value, not for its side effect.
421 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
423         * vc.el: Add more info about the vc-registered function.
425 2007-07-16  David Kastrup  <dak@gnu.org>
427         * emacs-lisp/advice.el (defadvice): Doc fix.
429 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
431         * subr.el (when, unless): Doc fix.
433 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
435         * vc-hg.el (vc-hg-state): Handle removed files.
436         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
437         (vc-hg-checkout): Re-enable.
439 2007-07-15  Richard Stallman  <rms@gnu.org>
441         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
443         * tutorial.el (tutorial--find-changed-keys):
444         Handle C-x specially like ESC.
446 2007-07-15  Roland McGrath  <roland@frob.com>
448         * add-log.el (add-change-log-entry): Check add-log-full-name
449         and add-log-mailing-address later, after change-log-mode-hook.
451 2007-07-15  Richard Stallman  <rms@gnu.org>
453         * isearch.el (isearch-mode, isearch-done):
454         Delete unintended code in previous change.
456         * ps-print.el (ps-default-bg): Change to White.
458 2007-07-15  Aaron Hawley  <aaronh@garden.org>
460         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
462 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
464         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
465         when handling the terminating event.
467 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
469         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
471 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
473         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
474         (install): Use them to copy all *.el files before *.elc.
476 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
478         * replace.el (match): Use yellow1 instead of yellow.
480         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
482         * pcvs-info.el (cvs-unknown): Likewise.
484 2007-07-12  Davis Herring  <herring@lanl.gov>
486         * desktop.el (desktop-buffer-info, desktop-save):
487         Use `desktop-dirname' instead of `dirname'.
489 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
491         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
493         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
495 2007-07-10  Richard Stallman  <rms@gnu.org>
497         * emacs-lisp/lisp-mode.el (eval-defun):
498         Explain special handling of `defface'.
500 2007-07-09  Richard Stallman  <rms@gnu.org>
502         * isearch.el (isearch-edit-string): Call to isearch-push-state
503         after the search.
505 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
507         * cus-start.el (file-coding-system-alist): Fix custom type.
509 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
511         * longlines.el (longlines-wrap-region): Avoid marking buffer as
512         modified.
513         (longlines-auto-wrap, longlines-window-change-function):
514         Remove unnecessary calls to set-buffer-modified-p.
516 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
518         * vc.el (vc-default-log-view-mode): New function.
519         (vc-print-log): Add new `log-view-mode' VC operation.
521 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
523         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
524         Rename and move to...
526         * subr.el (strings->string, string->strings): ...here.
528         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
529         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
531         * progmodes/gud.el (gud-common-init): Call string->strings instead
532         of split-string.
534 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
536         * term/w32-win.el (menu-bar-open): New function.
537         Bind <f10> to it.
539 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
541         * log-view.el (log-view-mode-menu): New menu.
543 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
545         * vc-hg.el: New file.
547 2007-07-06  Andreas Schwab  <schwab@suse.de>
549         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
550         dynamic bindings around the evaluation of the expression.
551         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
553 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
555         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
556         file names.
558 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
560         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
562         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
563         event is not a cons cell.  Do not unread drag-mouse-1 events.
564         Select right window in check whether space was stolen from
565         window above.
567 2007-07-01  Richard Stallman  <rms@gnu.org>
569         * files.el (find-file-visit-truename): Fix safe-local-variable value.
571 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
573         * generic-x.el (generic-define-mswindows-modes)
574         (generic-define-unix-modes, apache-log-generic-mode)
575         (bat-generic-mode-keymap, java-manifest-generic-mode)
576         (show-tabs-generic-mode): Fix typos in docstrings.
578 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
580         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
581         replace-regexp-in-string.
583 2007-06-28  Andreas Schwab  <schwab@suse.de>
585         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
586         $(lisp)/subdirs.el.
588 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
590         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
591         the speedbar frame if nil; that deletes the current frame or
592         causes an error if it is the only frame.
593         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
595 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
597         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
598         directory where the desktop file was found, as the docstring says.
599         (desktop-kill): Use `read-directory-name'.
601         * desktop.el (desktop-load-locked-desktop): New option.
602         (desktop-read): Use it.
603         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
604         Use `when'.
606 2007-06-24  Davis Herring  <herring@lanl.gov>
608         * desktop.el (desktop-save-mode-off): New function.
609         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
610         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
611         (desktop-claim-lock, desktop-release-lock): New functions.
612         (desktop-kill): Tell `desktop-save' that this is the last save.
613         Release the lock afterwards.
614         (desktop-buffer-info): New function.
615         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
616         says to.  Detect conflicts, and manage the lock.
617         (desktop-read): Detect conflicts.  Manage the lock.
619 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
621         * ls-lisp.el (insert-directory): If an invalid regexp error is
622         thrown, try using FILE as a literal file name, not a wildcard.
623         Check for FILE as an existing file, not just a directory.
625 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
627         * ruler-mode.el (ruler-mode): Prevent clobbering the original
628         `header-line-format' when reentering ruler mode.
630 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
632         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
633         FILE exists as a directory.
635 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
637         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
638         (vera-font-lock-match-item): Fix doc string.
639         (vera-in-comment-p): Remove unused function.
640         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
641         use `syntax-ppss'.
642         (vera-forward-syntactic-ws): Fix argument order.
643         (vera-prepare-search): Use `with-syntax-table'.
644         (vera-indent-line): Fix doc string.
645         (vera-electric-tab): Fix doc string.
646         (vera-expand-abbrev): Define alias instead of using `fset'.
647         (vera-comment-uncomment-region): Use `comment-start-skip'.
649 2007-06-20  Reto Zimmermann  <reto@gnu.org>
651         * progmodes/vera-mode.el: New file.
653 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
655         * ido.el (ido-find-file-in-dir): Don't signal an error for
656         empty directories.
658 2007-06-18  Alan Mackenzie  <acm@muc.de>
660         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
661         When removing lines, also remove the \n.  Correction of patch of
662         2007-04-21.
664 2007-06-17  Glenn Morris  <rgm@gnu.org>
666         * lpr.el (lpr-page-header-switches): Move %s to separate element
667         for correct quoting.  Doc fix.
669 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
671         * term/xterm.el (terminal-init-xterm): Escape parens in character
672         constants.
674 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
676         * scroll-lock.el (scroll-lock-mode): Doc fix.
678 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
680         * font-lock.el (font-lock-add-keywords): In case font-lock was only
681         half-activated, forcefully activate it completely.
683 2007-06-11  Richard Stallman  <rms@gnu.org>
685         * cus-edit.el (custom-variable-type): Doc fix.
687 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
689         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
691 2007-06-09  Davis Herring  <herring@lanl.gov>
693         * desktop.el (desktop-minor-mode-table): Doc fix.
695 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
697         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
698         (image-next-line, image-previous-line, image-scroll-up)
699         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
700         New functions.
701         (image-mode-map): Remap motion commands.
702         (image-mode-text-map): New keymap for viewing images as text.
703         (image-mode): Use image-mode-map.
704         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
706 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
708         Sync with Tramp 2.0.56.
710         * net/tramp.el:
711         * net/tramp-ftp.el:
712         * net/tramp-smb.el:
713         * net/tramp-util.el:
714         * net/tramp-vc.el:
715         Don't load cl.el, because that pollutes the namespace.  Replace cl
716         macros by their implementations where necessary.  Requested by
717         Richard Stallman <rms@gnu.org>.
719         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
720         doesn't exist.
721         (with-parsed-tramp-file-name): Protect debug spec during compilation.
722         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
723         (tramp-file-name-p, tramp-file-name-multi-method)
724         (tramp-file-name-method, tramp-file-name-user)
725         (tramp-file-name-host, tramp-file-name-localname): New defuns,
726         replacing defstruct `tramp-file-name'.
727         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
728         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
729         Apply `vector' instead of `make-tramp-file-name'.
730         (tramp-handle-make-auto-save-file-name):
731         Apply `tramp-temporary-file-directory' for compatibility reasons.
732         (tramp-completion-mode): Use `natnump' instead of `wholenump'
733         because of XEmacs.
734         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
735         started.
737 2007-06-07  David Kastrup  <dak@gnu.org>
739         * dired.el (dired-recursive-deletes, dired-recursive-copies):
740         Change default to `top'.
742 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
744         * dired.el (dired-mode-map): Remove spurious separator.
746 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
748         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
750         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
751         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
753 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
755         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
756         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
758 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
760         * progmodes/ebrowse.el (ebrowse-member-table):
761         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
763 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
765         * pgg.el (pgg-sign-region, pgg-sign):
766         * ses.el (ses-call-printer):
767         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
768         * textmodes/org.el (org-cycle): Fix typos in docstrings.
770 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
772         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
773         (tar-get-descriptor): Handle type 55, an extended pax header.
775 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
777         * textmodes/css-mode.el: New file.
779 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
781         * net/socks.el: New file, taken from w3 repository.
782         (top): Update Copyright.  Don't load cl.el.
783         (all): Replace `case' by `cond', `string-to-int' by
784         `string-to-number', and `process-kill-without-query' by
785         `set-process-query-on-exit-flag'.
786         (socks-char-int): Remove defalias and all occurrences.
788 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
790         * international/mule-cmds.el (toggle-enable-multibyte-characters)
791         (sort-coding-systems, search-unencodable-char): Doc fixes.
792         (coding-system-change-eol-conversion, set-default-coding-systems)
793         (prefer-coding-system, find-multibyte-characters, princ-list)
794         (leim-list-entry-regexp, set-input-method, locale-language-names)
795         (input-method-exit-on-first-char, exit-language-environment-hook)
796         (locale-charset-language-names): Fix typos in docstrings.
798 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
800         * bs.el (bs-cycle-previous): Don't modify the cycle list until
801         `switch-to-buffer' has returned succesfully.
802         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
803         window is dedicated (it could iconify the frame).
805 2007-06-05  Glenn Morris  <rgm@gnu.org>
807         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
809 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
811         * files.el (auto-mode-alist): Add lower-priority match for names
812         like ChangeLog.old.
814 2007-06-04  Andreas Schwab  <schwab@suse.de>
816         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
818 2007-06-04  Davis Herring  <herring@lanl.gov>
820         * calendar/timeclock.el: Update version number.
821         (timeclock-modeline-display): Mention timeclock-use-display-time
822         in explanatory message.
823         (timeclock-log): Suppress warnings when finding the log.
824         Don't check for a nil project twice.  Run hooks after killing the
825         buffer (if applicable).
826         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
827         was geometric).  All uses changed.
828         (timeclock-generate-report): Support prefix argument.
830 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
832         * man.el (Man-next-section): Don't consider the last line of the
833         page as being part of any section.
835 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
837         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
838         modified flag of buffer.  Use `inhibit-modification-hooks'.
840 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
842         * mail/mail-extr.el (mail-extract-address-components):
843         Recognize non-ASCII characters except for NBSP as words.
845 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
847         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
849 2007-06-04  Michael Olson  <mwolson@gnu.org>
851         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
852         died and we are trying to send a signal to it.
854 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
856         * emacs-lisp/easy-mmode.el (define-minor-mode)
857         (easy-mmode-define-navigation): Fix typos in docstrings.
859         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
860         Fix typos in docstrings.
861         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
862         (compilation-finish-function): Fix typo in obsolescence declaration.
864         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
866 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
868         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
869         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
871         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
873         * longlines.el (longlines-mode): Make longlines-auto-wrap
874         buffer-local.  Add hooks unconditionally.
875         (longlines-auto-wrap): Toggle wrapping.
876         (longlines-after-change-function)
877         (longlines-post-command-function): Check longlines-auto-wrap.
879 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
881         * Version 22.1 released.
883 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
885         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
886         changes.
888 2007-05-31  Richard Stallman  <rms@gnu.org>
890         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
892 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
894         * textmodes/table.el (table--point-entered-cell-function)
895         (table--point-left-cell-function):
896         Bind `inhibit-point-motion-hooks' to t.
898 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
900         * emacs-lisp/rx.el (rx): Doc fix.
902 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
904         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
906 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
908         * log-edit.el (log-edit-changelog-paragraph): Return point-max
909         as the end of the ChangeLog paragraph when it ends without a line
910         termination.
912 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
914         * textmodes/fill.el (canonically-space-region): Make the second arg
915         a marker if it's not already the case.
917         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
918         (xterm-mouse-event): Use it.
920 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
922         * vc-hooks.el (vc-find-root): Fix file attribute test.
924 2007-05-24  Richard Stallman  <rms@gnu.org>
926         * textmodes/flyspell.el (flyspell-correct-word-before-point):
927         Don't let opoint be nil.
928         (flyspell-emacs-popup): Explicit error if no dialogs.
930 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
932         * tar-mode.el (tar-file-name-handler): New function.
933         (tar-extract): Bind file-name-handler-alist to it to force
934         find-buffer-file-type-coding-system behave as if the file being
935         extracted existed.  Use last-coding-system-used to force
936         buffer-file-coding-system to what decode-coding-region actually
937         used to decode the file.
939 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
941         * progmodes/compile.el (compilation-handle-exit):
942         `compilation-finish-function' may change the current buffer.
944 2007-05-22  Richard Stallman  <rms@gnu.org>
946         * files.el (set-auto-mode): Doc fix.
948 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
950         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
952 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
954         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
955         (rcirc-print): Handle `window-width'.
956         (rcirc-buffer-maximum-lines): Doc fix.
958 2007-05-19  Kevin Ryde  <user42@zip.com.au>
960         * info.el (Info-fontify-node): Match https also.
962 2007-05-18  Richard Stallman  <rms@gnu.org>
964         * simple.el (push-mark): Doc fix.
966 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
968         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
969         tpu-global-map.
970         (tpu-original-global-map): Delete variable.
971         (tpu-control-keys-map): New keymap variable.
972         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
973         setting keymapping directly.
974         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
975         tpu-global-map.
976         (tpu-edt-on): Activate the tpu-global-map.
977         (tpu-edt-off): Deactivate the tpu-global-map.
979 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
981         * textmodes/ispell.el (ispell-get-word): Return markers
982         for start and end positions.
983         (ispell-word): Assume END is a marker.
985 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
987         * ps-print.el: Use default color when foreground or background color
988         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
989         (ps-print-version): New version 6.7.4.
990         (ps-rgb-color): New argument.  Use default color when color is
991         unspecified.
992         (ps-begin-job): Fix code.
994 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
996         * textmodes/ispell.el (ispell-start-process): Defend against bad
997         default-directory.
999 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1001         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1003 2007-05-16  Richard Stallman  <rms@gnu.org>
1005         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1007 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1009         * files.el (magic-mode-alist, magic-fallback-mode-alist):
1010         Move the *ml, Postscript, and XmCD entries to the fallback part.
1012         * files.el (magic-fallback-mode-alist):
1013         Rename from file-start-mode-alist.
1015 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1017         * progmodes/compile.el (compilation-handle-exit): Quote first
1018         argument of `run-hook-with-args'.
1020 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
1022         * buff-menu.el (Buffer-menu-sort-column):
1023         * dabbrev.el (dabbrev-upcase-means-case-search):
1024         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1025         * info.el (Info-current-subfile):
1026         * ls-lisp.el (ls-lisp-verbosity):
1027         * msb.el (msb-menu-cond):
1028         * pcvs.el (cvs-dired-use-hook):
1029         * simple.el (set-mark-command-repeat-pop):
1030         * time.el (display-time-24hr-format, display-time-mail-file):
1031         Doc fixes.
1033         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1034         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1036         * view.el (view-inhibit-help-message): Fix typo in docstring.
1037         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1039 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
1041         * mail/rmail.el (rmail-convert-to-babyl-format):
1042         Check content-transfer-encoding _last_, because we need its position
1043         in base64-header-field-end.
1045 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
1047         * files.el (mode-require-final-newline, require-final-newline)
1048         (enable-local-variables, enable-local-eval): Doc fixes.
1050 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1052         * progmodes/python.el (python-font-lock-keywords)
1053         (python-open-block-statement-p, python-mode): Add support for the new
1054         "with" keyword.
1056 2007-05-10  Richard Stallman  <rms@gnu.org>
1058         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1059         (iso-cvt-write-only): Likewise.
1061         * emacs-lisp/easy-mmode.el (define-minor-mode):
1062         Fix generated doc string.
1064         * startup.el (fancy-splash-text): Add URL of guided tour.
1065         Adjust horizontal and vertical whitespace.
1067         * progmodes/compile.el (compilation-handle-exit):
1068         Use run-hook-with-args to run compilation-finish-functions.
1070         * files.el (file-start-mode-alist): New variable.
1071         (magic-mode-regexp-match-limit): Doc fix.
1072         (set-auto-mode): Handle file-start-mode-alist.
1073         A little cleanup of structure.
1075 2007-05-10  Davis Herring  <herring@lanl.gov>
1077         * calendar/timeclock.el (timeclock-in): Fix non-interactive
1078         workday specifications.
1079         (timeclock-log): Don't kill the log buffer if it already existed.
1081 2007-05-08  Richard Stallman  <rms@gnu.org>
1083         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1084         Don't include non-self-insert commands in the exception for `-'.
1086 2007-05-08  David Reitter  <david.reitter@gmail.com>
1088         * progmodes/python.el (python-guess-indent): Check non-nullness
1089         before comparing indent against the 2..8 interval.
1091 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1093         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1094         available.
1096 2007-05-06  Richard Stallman  <rms@gnu.org>
1098         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1100 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
1102         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1103         disconnections.
1105 2007-05-01  Romain Francoise  <romain@orebokech.com>
1107         * dired-x.el: Revert 2007-04-06 change.
1109 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
1111         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1112         don't put stop on toolbar.
1114 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
1116         * find-dired.el (find-dired-filter): Propertize all text down to eob.
1118 2007-04-29  Richard Stallman  <rms@gnu.org>
1120         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1122 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1124         * progmodes/cc-mode.el (c-before-change): Use point-min rather
1125         than 1.
1127 2007-04-28  Richard Stallman  <rms@gnu.org>
1129         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1131 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1133         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1135 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
1137         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1138         instead of $(lisp)/mh-e.
1140         * textmodes/fill.el (fill-paragraph): Doc fix.
1142 2007-04-28  Glenn Morris  <rgm@gnu.org>
1144         * image-dired.el (image-dired-cmd-create-thumbnail-options)
1145         (image-dired-cmd-create-temp-image-options): Replace option
1146         +profile "*" with -strip.
1148 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
1150         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1151         Use window-start and window-end.
1153 2007-04-26  Glenn Morris  <rgm@gnu.org>
1155         * progmodes/python.el: Restore file pending consideration of legal
1156         status.
1158 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
1160         * locate.el (locate-in-alternate-database): Doc fix.
1162 2007-04-26  Glenn Morris  <rgm@gnu.org>
1164         * button.el (button): Use underline if supported, else fall back
1165         to color.
1167 2007-04-25  Richard Stallman  <rms@gnu.org>
1169         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1171 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
1173         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1174         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1175         pushing mark.
1176         (idlwave-current-routine): Don't push mark.
1178 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
1180         * image-dired.el (image-dired-display-image): Derive image-type from
1181         filename rather than assuming jpeg, in case no resizing was needed.
1183 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1185         * custom.el (defface): Doc fix.
1187 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
1189         * progmodes/python.el: Remove due to unclear legal issues.
1191 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
1193         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
1194         Don't re-query for each cleared BP.
1195         (idlwave-shell-clear-bp): Optionally skip BP query.
1196         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
1197         of set-window-buffer, which incorrectly moves displayed region.
1199 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
1201         * calc/calc.el (calc-bug-address): Update maintainer's address.
1202         * calc/*: Update maintainer's address.
1204 2007-04-23  Richard Stallman  <rms@gnu.org>
1206         * simple.el (set-mark-command-repeat-pop): Doc fix.
1207         Put in `editing-basics' group.
1209 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
1211         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
1212         New functions.
1213         (Info-mode-line-node-keymap): Bind mouse commands to
1214         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
1216 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
1218         * locate.el (locate-local-prompt): New var.
1219         (locate-prompt-for-command): Doc fix.
1220         (locate-prompt-for-search-string): New function.
1221         (locate): New optional arg.  Make locate-local-prompt
1222         buffer-local.  Use locate-prompt-for-search-string.
1223         (locate-with-filter): New optional arg.
1224         Use locate-prompt-for-search-string.
1225         (locate-update): Bind locate-prompt-for-command.
1227 2007-04-23  Glenn Morris  <rgm@gnu.org>
1229         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
1231 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
1233         * button.el (button): Inherit from link face on a tty.
1235 2007-04-23  Glenn Morris  <rgm@gnu.org>
1237         * button.el (button): Use color for this face on a tty.
1239         * files.el (magic-mode-alist): Allow for carriage-returns in
1240         html-mode and sgml-mode entries.
1242 2007-04-22  Richard Stallman  <rms@gnu.org>
1244         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1245         Improve doc string of generated command.
1247         * subr.el (read-number): Catch errors.
1249         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
1251 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
1253         * image-dired.el: Rename from thumbnails.el.  All instances of
1254         "thumbnails" replaced with "image-dired".
1256         * dired.el (dired-mode-map): Rename "thumbnails" again, to
1257         "image-dired".
1259 2007-04-22  Kim F. Storm  <storm@cua.dk>
1261         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
1262         Don't use kill-line.
1264 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
1266         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
1267         error message.
1269 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
1271         * dired.el: Rename "tumme" to "thumbnails".
1273         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
1274         replaced with "thumbnails".
1276 2007-04-22  Glenn Morris  <rgm@gnu.org>
1278         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
1279         and give it the risky-local-variable property.
1281         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
1282         before defining it.
1284 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
1286         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1287         Use delete-region instead of kill-line.
1289 2007-04-21  Alan Mackenzie  <acm@muc.de>
1291         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
1292         `kill-region' by `delete-region'.
1294 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
1296         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
1297         instead of kill-region.
1299         * progmodes/mantemp.el (mantemp-make-mantemps-region)
1300         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
1301         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
1302         and kill-line.
1304         * progmodes/vhdl-mode.el (vhdl-template-type)
1305         (vhdl-template-record, vhdl-template-nature)
1306         (vhdl-template-configuration-spec, vhdl-template-component-inst)
1307         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
1308         Use delete-region instead of kill-word and kill-line.
1310 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1312         * dired-x.el (dired-virtual-mode): Doc fix.
1314 2007-04-21  Richard Stallman  <rms@gnu.org>
1316         * font-lock.el (font-lock-keywords-alist): Mark as risky.
1318         * subr.el (read-number): Doc fix.
1320         * simple.el (pop-to-mark-command): Display message "mark popped"
1321         if point does not move.
1322         (set-mark-command): Doc fix.
1324 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
1326         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
1327         (locate-local-filter, locate-local-search): New vars.
1328         (locate): Make variables local.
1329         (locate-update): Bind locate-buffer-name.  Call locate using
1330         locate-local-filter and locate-local-search.
1332 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
1334         * hi-lock.el (hi-lock-file-patterns-policy): New var.
1335         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
1336         (hi-lock-mode): Update docstring.
1338 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1340         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
1341         fill-nobreak-predicate when the break is past fill-column.
1343 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1345         * locate.el (locate): Output from shell-command should go in the
1346         current buffer rather than *Shell Command Output*.
1348 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
1350         * paren.el (show-paren-function): Fix last fix.
1352 2007-04-19  Kevin Ryde  <user42@zip.com.au>
1354         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
1355         (archive-lzh-summarize): Add optional start arg for where to start
1356         looking at the archive.
1357         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
1359         * international/mule.el (auto-coding-alist): no-conversion for .exe
1360         and .EXE.
1362 2007-04-19  Alan Mackenzie  <acm@muc.de>
1364         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
1365         function return type contains "struct", "union", etc.
1366         c-end-of-defun goes too far forward.
1368 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
1370         * paren.el (show-paren-function): Reset window-start to avoid
1371         recentering.
1373 2007-04-19  Glenn Morris  <rgm@gnu.org>
1375         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
1377 2007-04-18  Glenn Morris  <rgm@gnu.org>
1379         * calendar/diary-lib.el (diary-header-line-format): Add a custom
1380         :set function.
1381         (diary-list-entries): Only switch to diary-mode from
1382         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
1383         diary-mode set header-line-format, in case of any customization.
1385 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1387         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
1388         is less than the length of parse-time-syntax.
1390 2007-04-17  David Kastrup  <dak@gnu.org>
1392         * replace.el (query-replace-regexp-eval): Deprecate.
1394 2007-04-17  Alan Mackenzie  <acm@muc.de>
1396         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
1397         point too close to EOB, leave point at EOB rather than last `}'.
1399 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1401         * textmodes/bibtex.el (bibtex-include-OPTkey)
1402         (bibtex-user-optional-fields, bibtex-entry-field-alist):
1403         Fix defcustom.
1405 2007-04-17  Glenn Morris  <rgm@gnu.org>
1407         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
1408         be encoded, fall back to current year.
1410 2007-04-14  Kevin Ryde  <user42@zip.com.au>
1412         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
1413         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
1414         M "MSDOS".
1416 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
1418         * progmodes/python.el (python-end-of-block): Avoid looping forever
1419         if python-next-statement fails.
1421 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1423         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
1425 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
1427         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
1428         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
1430 2007-04-15  Jay Belanger  <belanger@truman.edu>
1432         * calc/calc.el (calc-version): New function.
1433         (calc-trail-mode): Shorten the title.
1435 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
1437         * mail/footnote.el (footnote-style): Clarify docstring to state
1438         that customizing this only applies to future footnotes.
1440 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1442         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
1443         (bibtex-make-field): Check that INIT is a string. Use functionp.
1445 2007-04-14  Glenn Morris  <rgm@gnu.org>
1447         * complete.el (PC-goto-end): New buffer-local variable.
1448         (PC-do-completion-end): Make buffer-local.
1449         (partial-completion-mode) <choose-completion-string-functions>:
1450         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
1451         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
1452         doc string.  Set PC-goto-end for choose-completion.
1453         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
1454         PC-do-completion.
1456         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
1457         arg to bibtex-make-field.
1458         (bibtex-make-field): Add optional fourth arg NODELIM.
1459         Insert delimiters around INIT unless this arg is non-nil.
1461 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
1463         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
1464         global map isn't modified.
1466 2007-04-14  Glenn Morris  <rgm@gnu.org>
1468         * calendar/appt.el (appt-disp-window): Do not split small windows.
1469         Suggested by Jeff Miller <jmiller@cablespeed.com>.
1471 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
1473         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
1475         * files.el: Ditto.
1477 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
1479         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
1481         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
1482         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
1483         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
1484         (term-pager-help): Fix typos in docstrings.
1486         * wid-edit.el (widget-documentation): Fix typo in docstring.
1488         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
1489         Fix typos in error messages.
1491 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
1493         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
1494         window marked as dedicated.
1496         * mail/footnote.el (footnote-latin-string): New variable.
1497         (footnote-latin-regexp): Redefine as regexp alternative.
1498         (Footnote-latin): Use footnote-latin-string instead of
1499         footnote-latin-regexp.
1501 2007-04-13  Glenn Morris  <rgm@gnu.org>
1503         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
1504         inherited keymaps.
1506 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
1508         * outline.el (outline-get-next-sibling): Clarify docstring.
1509         (outline-get-last-sibling): Handle case where we are at the first
1510         heading.  Clarify docstring.
1512 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
1514         * progmodes/gud.el (gud-minor-mode-map): Make go button same
1515         length as stop button to lessen flicker.
1516         (jdb): Add gud-print.
1517         (gud-find-expr): Jdb prints the expression with the value, so
1518         don't insert it in the output.
1520 2007-04-11  Jason Rumney  <jasonr@gnu.org>
1522         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
1523         case hex.  Do not try to decode non-hex letters.
1525 2007-04-11  Markus Triska  <markus.triska@gmx.at>
1527         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
1528         (byte-optimize-backward-word): Remove (move to bytecomp.el).
1529         (byte-optimize-form-code-walker): Evaluate pure function calls if
1530         possible.
1531         (byte-optimize-all-constp): New function.
1533         * emacs-lisp/bytecomp.el (byte-compile-char-before):
1534         Improve numeric argument case.
1535         (byte-compile-backward-char, byte-compile-backward-word):
1536         New functions, performing rewriting previously done in byte-opt.el.
1537         Fix their "Fixme" item (restriction to numeric arguments).
1539 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1541         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
1542         with dolist.
1543         (after-init-hook): Don't quote lambda.
1544         (desktop-first-buffer): Don't wrap it in eval-when-compile.
1545         (desktop-internal-v2s): Remove unused var `el'.
1546         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
1547         desktop-restore-file-buffer.
1548         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
1549         desktop-create-buffer.
1551 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
1553         * woman.el (woman-decode-buffer): Postpone macro-set check...
1554         (woman-decode-region): ...to here.
1556 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
1558         * startup.el (tty-handle-args): Use %S to log ARGS.
1560 2007-04-10  Glenn Morris  <rgm@gnu.org>
1562         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
1563         it is obsolete and has no effect.
1565         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
1566         byte-compiler.
1568         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
1569         obsolete function make-local-hook.
1571         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
1572         start to quieten byte-compiler.
1574 2007-04-10  Markus Triska  <markus.triska@gmx.at>
1576         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
1577         to bytecomp.el as byte-compile-char-before).
1578         * emacs-lisp/bytecomp.el (byte-compile-char-before):
1579         New function (modified replacement for byte-optimize-char-before in
1580         byte-opt.el).
1582 2007-04-09  Alan Mackenzie  <acm@muc.de>
1584         * startup.el (inhibit-splash-screen): Emphatically state that it
1585         can't be set in site-start.el.
1587 2007-04-09  Masatake YAMATO  <jet@gyve.org>
1589         * progmodes/cc-subword.el (c-capitalize-subword): More closely
1590         mimic the behavior of `capitalize-word'.  Do not move point with a
1591         negative argument.  Based on tiny change by Paul Curry.
1593 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
1595         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
1596         Don't move point if ARG is negative.
1598 2007-04-09  Alan Mackenzie  <acm@muc.de>
1600         Changes to make `narrow-to-defun' and `mark-defun' work properly
1601         in CC Mode:
1603         * progmodes/cc-defs.el (c-beginning-of-defun-1):
1604         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1605         Bind beginning/end-of-defun-function to nil around calls to
1606         beginning/end-of-defun.
1608         * progmodes/cc-langs.el (beginning-of-defun-function)
1609         (end-of-defun-function): New c-lang-setvar's.
1611         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
1612         (setq arg 1))" to enable non-interactive call.
1614 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
1616         * simple.el (set-mark-command): Doc fix.
1618 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
1620         * progmodes/gud.el (gdb): Restore existing session if user
1621         tries to start a second one in graphical mode.
1623 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
1625         * cus-start.el <scroll-preserve-screen-position>: Add choices.
1627 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1629         * term/xterm.el (terminal-init-xterm): Fix key definitions.
1630         Add binding for C-M-SPC.
1632 2007-04-08  Richard Stallman  <rms@gnu.org>
1634         * pcomplete.el (pcomplete-read-event): One single definition,
1635         and not a defsubst.
1637 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
1639         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
1640         byte-compiler warning "value unused".
1642 2007-04-08  Andreas Schwab  <schwab@suse.de>
1644         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
1646 2007-04-07  Glenn Morris  <rgm@gnu.org>
1648         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
1649         Autoload these functions.
1650         (diary-date-forms): Add a custom :set form.
1652         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
1653         before first use.
1654         (diary-font-lock-keywords): New function with old code for
1655         initialization of variable of same name.
1657 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
1659         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
1660         clean-up: only insert space when on identifier, etc.
1662 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1664         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
1666         * net/tls.el (open-tls-stream): Properly handle case where there
1667         is no associated buffer.
1669 2007-04-07  Glenn Morris  <rgm@gnu.org>
1671         * ffap.el (ffap-file-at-point): Lower the priority of the
1672         ffap-ftp-sans-slash-regexp check.
1674 2007-04-06  Alan Mackenzie  <acm@muc.de>
1676         Fix fontification of labels, and other things with ":".
1678         * progmodes/cc-engine.el (c-forward-label): The function now
1679         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
1680         the former t.
1682         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
1683         new return code from c-forward-label, fontifying tokens properly.
1684         Add some general comments throughout the file.
1686 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
1688         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
1689         Revert 2006-01-27 change.
1691         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
1693         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
1695         * desktop.el (desktop-create-buffer, desktop-save):
1696         Revert 2004-11-12 change for lack of copyright papers.
1698         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
1699         (dired-guess-default): Respect case.
1701         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
1703         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
1704         was originally checked in as byte-optimize-concat on 1997-11-02.
1706         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
1707         1995-05-19 doc changes.
1709 2007-04-06  Kim F. Storm  <storm@cua.dk>
1711         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
1712         (unload-feature): Update interactive spec accordingly.
1714         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
1716 2007-04-06  John Paul Wallington  <jpw@pobox.com>
1718         * subr.el (with-case-table): Use `make-symbol' to avoid variable
1719         capture.  Restore the table in the same buffer.
1721         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
1723 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
1725         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1726         Print entire form.
1728 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
1730         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
1731         for low-color displays.
1733 2007-04-05  Glenn Morris  <rgm@gnu.org>
1735         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
1736         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
1737         Seed random number generator on loading.
1739         * emacs-lisp/authors.el (top-level): Provide self.
1741         * play/animate.el (top-level): Provide self.
1743 2007-04-04  Alan Mackenzie  <acm@muc.de>
1745         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
1746         to mention c-syntactic-indentation.
1748 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
1750         * subr.el (with-case-table): New macro.
1752         * international/mule.el (ascii-case-table): New var.
1754         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
1755         downcasing.
1757 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
1759         * progmodes/gud.el (gud-minor-mode-map): Simplify.
1761         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
1762         of the window if we're outside it e.g menu-bar.
1764         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
1765         window if we're outside it e.g menu-bar.
1767 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
1769         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
1770         decode base-64 encoded body if its content-type is something other
1771         than text/* or message/*.
1773 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
1775         * simple.el (activate-mark-hook): Fix typo in docstring.
1777 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
1779         * tmm.el (tmm-c-prompt): Initialize.
1780         (tmm-menubar): Deal with extended menu-items at top level.
1781         (tmm-get-keybind): Handle bindings redefined/undefined locally.
1782         (tmm-prompt): Handle visibility of top level menu-items.
1784         * progmodes/gud.el (gud-menu-map): Simplify.
1785         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
1786         menubar.
1788 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
1790         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
1792         * comint.el (comint-send-input): Widen the buffer first.
1794         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
1796 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1798         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
1799         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
1801         * newcomment.el (comment-search-forward): Discard comment starters
1802         before point.
1804 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
1806         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
1808 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
1810         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
1811         when downcasing.
1813         * button.el (previous-button): Rewrite to account for adjacent buttons.
1815 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
1817         * progmodes/idlwave.el (idlwave-auto-fill):
1818         Revert paragraph-separate change.
1820         * progmodes/idlw-shell.el (idlwave-shell-break-in):
1821         Simplify module calc.
1822         (idlwave-shell-set-bp-in-module): Compute module.
1824 2007-03-31  Glenn Morris  <rgm@gnu.org>
1826         * emacs-lisp/timer.el (run-at-time): Doc fix.
1828         * emacs-lisp/warnings.el (display-warning): If we create the
1829         buffer displaying the warning, disable undo there.
1831 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
1833         * net/tramp.el (tramp-register-file-name-handler)
1834         (tramp-register-completion-file-name-handler): New defsubst,
1835         derived from `tramp-register-file-name-handlers'.  The split is
1836         necessary because Tramp's file name handlers must be registered at
1837         different startup places.
1839 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
1841         * progmodes/hideshow.el (turn-off-hideshow): New function.
1842         (hs-minor-mode): Use it instead of a lambda expression in
1843         change-major-mode-hook.
1845 2007-03-31  David Kastrup  <dak@gnu.org>
1847         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
1848         corresponding to MANPATH_MAP entries.
1849         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
1850         (woman-parse-man.conf): Use more discriminating man.conf name.
1851         (woman-parse-man.conf): Parse MANPATH_MAP entries.
1852         (woman-manpath): Doc fix and type fix.
1853         (woman-cached-data): Check for MANPATH_MAP entries.
1854         (woman-expand-directory-path): Treat MANPATH_MAP entries.
1856 2007-03-31  Stuart Herring  <herring@lanl.gov>
1858         * emacs-lisp/sregex.el (sregexq): Doc fix.
1860 2007-03-31  Markus Triska  <markus.triska@gmx.at>
1862         * flymake.el (flymake-err-line-patterns): Doc fix.
1864 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
1866         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
1867         Move to the right.
1869 2007-03-30  Alan Mackenzie  <acm@muc.de>
1871         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
1873 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
1875         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
1876         Use it, passed in explicitly, instead of from the dynamic binding.
1877         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
1879 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
1881         * simple.el (blink-matching-open): When in minibuffer, don't
1882         search for a match inside the prompt.
1884 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
1886         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
1887         (tmm-prompt): Don't make the mouse user select the first menu
1888         item twice.
1890 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
1892         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
1893         SIGUSR1 and SIGUSR2.
1895 2007-03-29  Kim F. Storm  <storm@cua.dk>
1897         * ido.el (ido-read-internal): When reading file or dir, only override
1898         minibuffer-local-filename-completion-map, otherwise only override
1899         minibuffer-local-completion-map.
1901 2007-03-29  Glenn Morris  <rgm@gnu.org>
1903         * complete.el (partial-completion-mode): Set PC-do-completion-end
1904         to nil after use.
1905         (PC-lisp-complete-symbol): Create and use a marker at `end',
1906         rather than using point-marker.
1908 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
1910         * simple.el (next-error-highlight): Doc fix.
1911         (compose-mail): Revert 2007-03-19 change.
1913 2007-03-28  Richard Stallman  <rms@gnu.org>
1915         * emacs-lisp/edebug.el (edebug-display): Don't go to
1916         edebug-outside-buffer if it is dead.
1918 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
1920         * view.el (view-mode): Fix typos in docstring.
1922 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
1924         * recentf.el (recentf-save-file): Add a custom :set function.
1926 2007-03-28  Glenn Morris  <rgm@gnu.org>
1928         * complete.el (PC-do-completion-end): New variable.
1929         (partial-completion-mode) <choose-completion-string-functions>:
1930         Use PC-do-completion-end in the non-minibuffer case to replace the
1931         correct amount of text.
1932         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
1933         (PC-lisp-complete-symbol): Give marker the after-insertion type,
1934         to deal with improvements inserted after point.
1936 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1938         * button.el (make-text-button): Add explicit `button' property.
1939         (default-button): Don't put a `button' property on it.
1941         * progmodes/python.el (python-mode): Skip comments when parsing.
1943         * vc-arch.el (vc-with-current-file-buffer): New macro.
1944         (vc-arch-file-source-p): Use it to avoid infloop.
1946 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
1948         * emacs-lisp/lisp.el (lisp-complete-symbol):
1949         Fix call to get-buffer-window to find windows in other frames.
1951 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1953         * comint.el (comint-proc-query, comint-dynamic-list-completions):
1954         Fix calls to get-buffer-window to find windows in other frames.
1955         Reported by David Hansen <david.hansen@gmx.net>.
1957 2007-03-27   Kevin Ryde  <user42@zip.com.au>
1959         * info.el (Info-display-images-node): On a text-only terminal,
1960         show the "text" or "alt" parts of the image blobs.
1962 2007-03-27  Glenn Morris  <rgm@gnu.org>
1964         * complete.el (PC-do-completion): Compute completion-base-size in
1965         the non-filename case, rather than setting to nil.
1966         (PC-lisp-complete-end): New variable.
1967         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
1968         original end in a series of consecutive invocations.
1970         * calendar/calendar.el (calendar-mode-hook): Declare it.
1972         * calendar/diary-lib.el (diary-live-p): Do not check for
1973         diary-selective-display.
1975 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1977         * replace.el (occur-next-error): *Occur* might not be displayed in the
1978         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
1980 2007-03-26  Richard Stallman  <rms@gnu.org>
1982         * textmodes/flyspell.el (flyspell-large-region):
1983         Use ispell-call-process-region.
1985 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1987         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
1988         Use prin1 instead of princ.
1990 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
1992         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
1993         Merge in X resources before global face.
1995         * progmodes/compile.el (compilation-start): Save compilation-directory
1996         rather than default-directory as local var.
1997         (compilation-directory): Mark as safe local var.
1999         * files.el: Don't mark default-directory as a safe local var.
2001 2007-03-25  Alan Mackenzie  <acm@muc.de>
2003         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2004         * progmodes/cc-engine.el: Fix typo.
2006 2007-03-25  Juri Linkov  <juri@jurta.org>
2008         * compare-w.el (compare-windows): Rename customization group
2009         `compare-w' to `compare-windows'.
2010         (compare-windows-whitespace, compare-ignore-whitespace)
2011         (compare-ignore-case, compare-windows-sync)
2012         (compare-windows-sync-string-size, compare-windows-recenter)
2013         (compare-windows-highlight, compare-windows): Change group name in
2014         the `group' tag from `compare-w' to `compare-windows'.
2015         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
2017 2007-03-24  Markus Triska  <markus.triska@gmx.at>
2019         * expand.el: Change example to always enable abbrev-mode,
2020         and remove redundant `function'.
2021         (expand-abbrev-hook): Add autoload cookie.
2023 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
2025         * emacs-lisp/testcover.el (testcover-start, testcover-end)
2026         (testcover-mark-all, testcover-unmark-all): Add prompts to
2027         interactive specs.
2029 2007-03-24  Jason Rumney  <jasonr@gnu.org>
2031         * autorevert.el (find-file-hook, auto-revert-tail-mode):
2032         Use file size in bytes for auto-revert-tail-pos not characters.
2034 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
2036         * vc-rcs.el (vc-rcs-annotate-command):
2037         Set text property :vc-annotate-prefix on the annotation text.
2038         (vc-rcs-annotate-time): Instead of searching for ": ",
2039         search for end of text propertized with :vc-annotate-prefix.
2041 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
2043         * whitespace.el (top level): Remove calls putting
2044         permanent-local nil property since these are no-ops.
2046         * man.el (Man-support-local-filenames): Assure that
2047         default-directory exists when doing call-process.
2049 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
2051         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
2052         Fix omission bug: Use m4-program-options to construct shell command.
2054 2007-03-23  David Kastrup  <dak@gnu.org>
2056         * progmodes/cc-mode.el (c-make-emacs-variables-local):
2057         Use `mapcar' rather than `mapcan' to silence compiler warning.
2059 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
2061         * textmodes/reftex.el, textmodes/reftex-vars.el,
2062         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
2063         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
2064         * textmodes/reftex-index.el, textmodes/reftex-global.el,
2065         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
2066         * textmodes/reftex-auc.el: Add maintainer address.
2068 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
2070         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
2071         Make sure that `global-font-lock-mode' does not turn on font-lock
2072         in these buffers.
2074 2007-03-21  Kim F. Storm  <storm@cua.dk>
2076         * xt-mouse.el (xt-mouse-epoch): New variable.
2077         (xterm-mouse-event): Use float-time.
2079 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
2081         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
2082         current-time.
2084 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2086         * complete.el (read-file-name-internal): Don't add the final > if the
2087         completion is not finished (re-application of this patch, which was
2088         accidentally undone by Eli).
2090 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
2092         * emulation/viper.el (viper-non-hook-settings): Handle mouse
2093         clicks in describe-key and describe-key-briefly advice a little better.
2095 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
2097         * server.el (server-process-filter): Cancel any pending isearch.
2099 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
2101         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
2102         (icalendar--get-unfolded-buffer): Define actual arguments rather
2103         than just using &rest.  Check replace-in-string is fbound.
2104         (icalendar-import-buffer): Doc fix.
2105         (icalendar--convert-ical-to-diary): Set diary-file.
2106         Check diary-file before inserting final newline.
2107         (icalendar--add-diary-entry): Return diary-file.
2109 2007-03-21  Glenn Morris  <rgm@gnu.org>
2111         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
2112         (diary-display-hook): Add custom :set function.
2114         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
2115         Add custom :set function.
2116         (diary-header-line-format): Doc fix.
2117         (diary-set-maybe-redraw): New function.
2118         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
2119         (diary-list-entries): Always run diary-mode.
2121 2007-03-20  Kenichi Handa  <handa@m17n.org>
2123         * international/quail.el (quail-setup-completion-buf): Make the
2124         completion buffer read-only.
2125         (quail-completion): Adjusted for the above change.  Leave the
2126         modified flag nil.
2128 2007-03-20  David Kastrup  <dak@gnu.org>
2130         * files.el (magic-mode-alist): Require literal "%!PS" string for
2131         magic postscript file detection.
2133 2007-03-20  Richard Stallman  <rms@gnu.org>
2135         * textmodes/ispell.el (ispell-call-process): New function.
2136         Defends against bad `default-directory.'
2137         (ispell-check-version, ispell-find-aspell-dictionaries)
2138         (ispell-get-aspell-config-value, lookup-words): Call it.
2139         (ispell-call-process-region): New function.
2140         (ispell-send-string): Call it.
2142 2007-03-20  Andreas Schwab  <schwab@suse.de>
2144         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
2145         (finder-data): Likewise.
2146         (autoloads): Likewise.
2148 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
2150         * files.el (basic-save-buffer): Do not set visited filename when
2151         the corresponding directory does not exist or the specified
2152         filename is that of an existing directory.
2154 2007-03-20  Glenn Morris  <rgm@gnu.org>
2156         * calendar/diary-lib.el (diary-live-p): New function.
2157         (number-of-diary-entries): Add a :set function to redisplay diary
2158         when necessary.
2160 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
2162         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
2163         from client program, mev, to compute mouse event.
2165 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
2167         * faces.el (momentary): Face removed; unused due to reversion of
2168         2007-01-04 changes by Kevin Rodgers.
2170         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
2171         Suggested by Johan Bockg\e,Ae\e(Brd.
2173 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
2175         * font-lock.el (lisp-font-lock-keywords-1):
2176         Highlight define-globalized-minor-mode as a keyword.
2178 2007-03-19  Kim F. Storm  <storm@cua.dk>
2180         * calc/calc-forms.el (math-std-daylight-savings)
2181         (math-std-daylight-savings-old): Doc fix.
2183 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
2185         * progmodes/python.el (python-default-template): Doc fix.
2186         (python-buffer): Fix typo in docstring.
2188         * isearchb.el (isearchb-follow-char):
2189         * subr.el (def-edebug-spec): Fix typo in docstring.
2191 2007-03-19  Richard Stallman  <rms@gnu.org>
2193         * files.el (default-directory): Mark safe.
2194         (basic-save-buffer-2): Put proper dir name in error message.
2196         * simple.el (compose-mail): Run switch-function after
2197         setting up the mail buffer.
2199         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
2201 2007-03-18  Jay Belanger  <belanger@truman.edu>
2203         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
2204         (math-std-daylight-savings-new): Rename from
2205         `math-std-daylight-savings'.
2206         (math-std-daylight-savings-old): Rename from old value of
2207         `math-std-daylight-savings'.
2208         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
2209         `math-std-daylight-savings-old' depending on the year.
2211 2007-03-18  Detlev Zundel  <dzu@gnu.org>
2213         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
2214         zero-width regexps as invalid but rather at least count them correctly.
2216 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
2218         * net/tls.el (open-tls-stream): In handshake-waiting loop,
2219         don't wait more if there is output available to process.
2221 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
2223         * progmodes/compile.el (compilation-find-file): Revert change
2224         from 2006-07-18 to allow completion of directory names.
2225         Reported by John Carter <john.carter@tait.co.nz>.
2227 2007-03-18  Kim F. Storm  <storm@cua.dk>
2229         * subr.el (when, unless): Doc fix.
2231 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
2233         * net/tls.el (tls-program): Doc fix.
2235 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
2237         * autorevert.el (auto-revert-tail-handler):
2238         Call after-revert-hook.
2240 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
2242         * simple.el (switch-to-completions): No error if search for \n\n fails.
2244 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
2246         * simple.el (line-move-1):
2247         Respect `inhibit-line-move-field-capture' property.
2249 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
2251         * comint.el (comint-arguments): Mark backslash-escaped chars.
2252         (comint-delim-arg): Don't treat them as delimiters.
2254 2007-03-12  Kim F. Storm  <storm@cua.dk>
2255         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
2257 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2259         * tempo.el (tempo-insert): Deal with 'r> if it appears
2260         specified with a prompt argument.
2262 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
2264         * textmodes/org.el (org-set-font-lock-defaults):
2265         Handle narrow table columns correctly.
2267 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
2269         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
2270         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
2271         Return to use of the -no-properties variants.  There was
2272         consensus on emacs-devel that the speed of these variants was
2273         prefered since we are usually parsing files (from the internet
2274         or on disk) instead of XML created in Emacs.
2276         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
2277         Add customize option.
2279 2007-03-12  Glenn Morris  <rgm@gnu.org>
2281         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
2282         North American rule.  Replace "daylight savings" with "daylight
2283         saving" in doc.
2285         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
2286         * calendar/lunar.el, solar.el: Replace "daylight savings" with
2287         "daylight saving" in text.
2289         * woman.el (woman-change-fonts): Tweak previous change by using
2290         woman-request-regexp rather than "^\\.".
2292         * startup.el (command-line-1): Make insertion of
2293         initial-scratch-message not depend on scratch being selected.
2295 2007-03-11  Juri Linkov  <juri@jurta.org>
2297         * replace.el (match): Use yellow background on light-bg terminals.
2299 2007-03-11  Richard Stallman  <rms@gnu.org>
2301         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2302         Correctly compute line number.
2304 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
2306         * type-break.el (type-break-get-previous-count):
2307         Repeat previous change here.
2309 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
2311         * progmodes/grep.el (grep-find-ignored-directories):
2312         Add .git and .bzr to list.
2314 2007-03-11  Andreas Schwab  <schwab@suse.de>
2316         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
2318 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2320         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
2322 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
2324         * faces.el (face-set-after-frame-default): Recalculate face
2325         customizations after applying X resources.
2327 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
2329         * net/rcirc.el (rcirc-timeout-seconds): New variable.
2330         (rcirc-keepalive-seconds): Remove variable.
2331         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
2332         (rcirc-process, rcirc-user-disconnect): New variables.
2333         (rcirc-connect): Initalize new variables.
2334         (rcirc-keepalive): Don't send keepalive pings before connection
2335         is completed.
2336         (rcirc-sentinel): Do mark all channels with activity when
2337         connection is dropped.  Run hook with process buffer local.
2338         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
2339         (rcirc-buffer-process): Return value of rcirc-process if
2340         rcirc-server-buffer is nil.
2341         (rcirc-server-name): Return the reported server name.
2342         (rcirc-update-prompt): Simplify computation of the server name.
2343         (rcirc-format-response-string): Likewise.
2344         (rcirc-handler-001): Mark server as connected, record the reported
2345         server name, and schedule a timeout.
2346         (rcirc-track-nick): Add a spec for the tty class.
2347         (rcirc-user-non-nick): Remove function.
2348         (rcirc-nick-prefix-chars): Add variable.
2349         (rcirc-user-nick): Use above variable.
2351 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2353         * icomplete.el (icomplete-tidy, icomplete-exhibit):
2354         Bind deactivate-mark to nil.
2356 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
2358         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
2359         that buffer contents get erased during completion.
2361 2007-03-10  Glenn Morris  <rgm@gnu.org>
2363         * woman.el (woman-change-fonts): Add a hack to deal with
2364         font-escape followed by "." at start of a line.
2365         (woman2-IP): Add a hack to deal with consecutive requests.
2366         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
2368 2007-03-10  Alan Mackenzie  <acm@muc.de>
2370         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
2372 2007-03-09  Richard Stallman  <rms@gnu.org>
2374         * abbrev.el (abbrev): Add `provide'.
2376 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
2378         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
2380 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
2382         * complete.el (PC-try-completion): New function.
2383         (PC-do-completion, read-file-name-internal): Use it instead of
2384         try-completion.
2386 2007-03-08  Alan Mackenzie  <acm@muc.de>
2388         Remove stale tokens from `c-found-types' cache.
2390         * progmodes/cc-mode.el (c-unfind-enclosing-token)
2391         (c-unfind-coalesced-tokens, c-before-change): New functions.
2392         (c-maybe-stale-found-type): New variable.
2394         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
2395         (c-trim-found-types): New functions.
2397 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2399         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
2400         (debug-ignored-errors): Add entry from smerge-match-conflict.
2402 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
2404         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
2405         special help topics for keywords.
2406         (idlwave-help-assistant-command): Include ".exe" for ms-dos
2407         etc. Assistant command.
2409 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
2411         * replace.el (occur-engine): Move buffer-undo-list binding...
2412         (occur-1): ...to here.
2414         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
2416         * simple.el (minibuffer-completing-symbol): New var.
2417         (eval-expression): Use it.
2418         (completion-setup-function): Don't bind completion-base-size when
2419         completing a symbol in the minibuffer.
2421 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
2423         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
2424         tries to start a second session in graphical mode.
2426 2007-03-07  Miles Bader  <miles@gnu.org>
2428         * international/isearch-x.el
2429         (isearch-process-search-multibyte-characters):
2430         Strip text-properties from PROMPT to avoid an error from read-string.
2432 2007-03-07  Kim F. Storm  <storm@cua.dk>
2434         * complete.el (PC-bindings): Remap lisp-complete-symbol to
2435         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
2437 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2439         * complete.el (PC-do-completion): Delete duplicates in the list of
2440         possible completions.
2442 2007-03-07  Glenn Morris  <rgm@gnu.org>
2444         * ses.el (ses-mode): Doc fix.
2446 2007-03-06  Kim F. Storm  <storm@cua.dk>
2448         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
2450 2007-03-06  Kenichi Handa  <handa@m17n.org>
2452         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
2454 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2456         * simple.el (completion-setup-function): Improve last fix so it doesn't
2457         set it to a relative directory name either.
2459 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2461         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
2463 2007-03-05  Richard Stallman  <rms@gnu.org>
2465         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
2467         * files.el (find-file-noselect): No error if file no longer exists.
2468         Display a message and avoid other questions.
2470 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2472         * pcomplete.el (pcomplete-show-completions): Improve last change, so
2473         as not to use an invisible window and to create a window if none exist.
2475         * progmodes/python.el (python-send-command): Restart proc if necessary.
2476         (python-proc): Simplify.
2478 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
2480         * pcomplete.el (pcomplete-show-completions): Search all frames for
2481         completions buffer.
2483 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
2485         * cus-edit.el (customize-save-variable): Clear customized-value
2486         property (saved values are now put in theme-value property).
2487         (customize-set-variable): Doc fix.
2489         * complete.el (PC-do-completion): If completion-ignore-case is
2490         non-nil, replace field with completion string before exiting.
2492 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
2494         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
2495         Append its extension to the resulting temporary file name.
2496         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
2498         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
2499         (tramp-smb-handle-write-region): Apply it.
2501 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2503         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2504         Redo previous change.
2506 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
2508         * diff-mode.el (diff-mode): Doc fix.
2510 2007-03-05  Kenichi Handa  <handa@m17n.org>
2512         * international/characters.el: Set category `l' (latin)
2513         for more characters.
2515 2007-03-04  Kim F. Storm  <storm@cua.dk>
2517         * emacs-lisp/authors.el (authors-aliases): Add alias.
2519 2007-03-04  Glenn Morris  <rgm@gnu.org>
2521         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
2522         all when switching major mode.
2523         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
2524         (hs-block-start-mdata-select, hs-block-end-regexp)
2525         (hs-forward-sexp-func, hs-adjust-block-beginning):
2526         Do not make these variables permanent-local.
2528 2007-03-04  Richard Stallman  <rms@gnu.org>
2530         * progmodes/cperl-mode.el (cperl-mode):
2531         Modify cperl-compilation-error-regexp-alist by appending.
2533         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
2534         (edebug-mode): Add the hook.
2535         (edebug-recursive-edit): Remove the hook on exiting.
2537         * type-break.el (type-break-get-previous-time):
2538         Handle end-of-file errors specially
2539         so they don't get reported wrong in .emacs.
2541         * startup.el (fancy-splash-text): Clarify text.
2543         * simple.el (beginning-of-buffer, end-of-buffer):
2544         Avoid treating plain C-u like numeric arg.
2546         * simple.el (completion-setup-function): Don't set
2547         default-directory to nil.
2549         * shell.el (shell-dirstack-query): Doc fix.
2551         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
2552         Don't select the window -- pass it to primitives instead.
2554         * faces.el (minibuffer-prompt): Use medium blue by default.
2556 2007-03-04  David Kastrup  <dak@gnu.org>
2558         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
2559         Preserve 16 as default value for "seconds" when customizing.
2561 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
2563         * textmodes/org.el (org-self-insert-command)
2564         (orgtbl-self-insert-command, org-delete-char)
2565         (org-delete-backward-char): Set the `flyspell-delayed' property.
2567 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
2569         * international/mule.el (find-auto-coding): Don't search for
2570         line-ending characters past the end of the tail.
2572 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
2574         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2575         Jump to the line where new score has been uploaded.
2577         * play/tetris.el (tetris-move-bottom, tetris-move-left)
2578         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
2579         Do nothing when the game is paused.
2581 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
2583         * textmodes/org.el (org-set-tags): Prevent slipping of point
2584         during completion.
2586 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2588         * isearch.el (isearch-message-prefix):
2589         Use minibuffer-prompt-properties.
2591 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2593         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
2594         (ps-setup): Print which Emacsen is running ps-print package.
2596 2007-03-01  Stuart Herring  <herring@lanl.gov>
2598         * files.el (set-auto-mode-0): Use `indirect-function'.
2599         (hack-one-local-variable): Don't reapply current major mode.
2601 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2603         * progmodes/python.el (python-quote-syntax): Don't bother with
2604         syntax-ppss-context.
2605         (python-fill-paragraph): Make sure that fenced-string delimiters that
2606         stand on their own line stay there.
2608 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2610         * replace.el (perform-replace): Propertize message.
2612 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
2614         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
2615         invisible heading.
2617 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
2619         * net/tramp.el (tramp-file-name-handler): Revert last change.
2621 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
2623         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
2624         Correct doc strings.
2626 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
2628         * replace.el (perform-replace): Undo forward-char immediately if
2629         non-adjacent search fails.
2631 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2633         * version.el (emacs-major-version, emacs-minor-version):
2634         string-to-int -> string-to-number.
2636 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
2638         * help.el (where-is): Fail gracefully when not passed a command.
2640 2007-02-28  Stuart Herring  <herring@lanl.gov>
2642         * find-lisp.el (find-lisp-default-directory-predicate):
2643         Fix bug: Do symlink check on expanded filename.
2645 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
2647         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
2648         changes during replacement.
2649         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
2651 2007-02-28  Lars Hansen  <larsh@soem.dk>
2653         * desktop.el: Delete header line listing me as maintainer.
2655 2007-02-28  Glenn Morris  <rgm@gnu.org>
2657         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
2658         the menus case.
2660 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
2662         * net/tramp.el (tramp-file-name-handler): Inhibit modification
2663         hooks to avoid confusion when combining after-change calls.
2665 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
2667         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
2668         now that pgg-gpg-process-region correctly honors passed-in passphrase.
2669         (allout-distinctive-bullets-string): Add info about bullet conventions.
2670         (allout-mode): Add info about distinctive vs plain bullets.
2672 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
2674         * textmodes/org.el (org-archive-subtree): Quote variable name.
2675         (org-agenda-get-todos): Make sure skip properties are checked correctly.
2677 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
2679         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
2680         (gud-bashdb-command-name, bashdb): Remove.
2681         (gud, gud-menu-map): Remove references to bash/bashdb.
2683 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
2685         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
2686         keyword for Python 2.5.
2688 2007-02-26  Romain Francoise  <romain@orebokech.com>
2690         * net/net-utils.el (whois-server-tld): Update server for .org.
2691         (whois-server-list): Add whois.publicinterestregistry.net.
2692         (whois-guess-server): Fix formatting in docstring.
2694 2007-02-26  Kim F. Storm  <storm@cua.dk>
2696         * mouse.el (mouse-show-mark): Run hooks and perform command
2697         remapping for mouse-region-delete-keys.
2699 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2701         * font-core.el (font-lock-mode): Doc fix.
2703 2007-02-25  Kim F. Storm  <storm@cua.dk>
2705         * ido.el (ido-buffer-internal): Set this-command to fallback command.
2706         Add selected buffer to buffer-name-history.
2707         (ido-file-internal): Set this-command to fallback command.
2708         Add file names to file-name-history.
2710         * emacs-lisp/map-ynp.el (map-y-or-n-p):
2711         Apply minibuffer-prompt-properties.
2713 2007-02-25  Andreas Schwab  <schwab@suse.de>
2715         * files.el (hack-one-local-variable-eval-safep): Correct handling
2716         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
2718 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
2720         * textmodes/org.el (org-table-overlay-coordinates)
2721         (org-table-toggle-coordinate-overlays): New functions.
2722         (org-table-overlay-coordinates, org-table-coordinate-overlays):
2723         New variables.
2724         (org-startup-with-deadline-check): Remove option.
2725         (org-mode): Remove deadline check on startup.
2726         (org-table-limit-column-width): Remove option.
2727         (org-table-formula-numbers-only): Remove option.
2728         (org-link-style, org-link-format): Remove options.
2729         (org-select-agenda-window, org-fit-agenda-window): Remove options.
2730         (org-export-ascii-show-new-buffer)
2731         (org-export-html-show-new-buffer): Remove options.
2732         (org-activate-links): Remove camel option.
2733         (org-file-link-context-use-camel-case): Remove option.
2734         (org-camel-regexp): Remove variable.
2735         (org-activate-camels): Remove function.
2736         (org-store-link): Remove Camel stuff.
2737         (org-make-org-heading-camel): Remove function.
2738         (org-open-at-point): Remove camel stuff.
2739         (org-link-search): Remove camel stuff.
2740         (org-camel-to-words): Function removed.
2741         (org-get-agenda-file-buffer): Make sure we prepare the base
2742         buffers, not any indirect buffers.
2743         (org-sort-entries): Sort top-level when not on a headline, and no
2744         active region.
2745         (org-in-regexp): New function.
2746         (org-search-not-self): Rename from `org-search-not-link'.
2747         (org-open-link-marker): New variable.
2748         (org-open-at-point): Set `org-open-link-marker'.
2749         (org-print-icalendar-entries): Fixe bug with excluding DONE
2750         entries from the exported list.
2751         (org-edit-formula-lisp-indent): New command.
2752         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
2753         (orgtbl-to-latex, orgtbl-insert-radio-table)
2754         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
2755         (orgtbl-radio-table-templates): New option.
2756         (org-store-link-props):
2757         (org-remember-templates): More possibilities to insert info
2758         into templates.
2759         (org-remember-apply-template): Make use of the extended
2760         template capabilities.
2761         (org-remember-redo-template): New command.
2762         (org-upgrade-old-links)
2763         (org-table-modify-formulas, org-table-replace-in-formulas)
2764         (org-table-find-dataline)
2765         (org-table-get-vertical-vector): Remove functions.
2766         (org-table-remove-rectangle-highlight)
2767         (org-time-stamp-format, org-toggle-log-option)
2768         (org-table-highlight-rectangle)
2769         (org-table-iterate, org-table-make-reference):
2770         (org-translate-time, org-tree-to-indirect-buffer)
2771         (org-table-field-info, org-table-fix-formulas)
2772         (org-table-force-dataline, org-table-get-descriptor-line)
2773         (org-table-get-range)
2774         (org-skip-comments, org-sort)
2775         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
2776         (org-table-current-dline, org-table-current-field-formula)
2777         (org-table-edit-backward-field)
2778         (org-table-edit-formulas-post-command)
2779         (org-table-edit-line-down, org-table-edit-line-up)
2780         (org-agenda-archive)
2781         (org-agenda-clock-cancel)
2782         (org-agenda-clock-out, org-agenda-list-stuck-projects)
2783         (org-agenda-open-link, org-agenda-show-new-time)
2784         (org-agenda-skip-subtree-when-regexp-matches)
2785         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
2786         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
2787         (org-do-sort, org-file-image-p, org-find-overlays)
2788         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
2789         (org-highlight-until-next-command, org-isearch-end)
2790         (org-match-any-p, org-next-link, org-previous-link):
2791         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
2792         (org-rewrite-old-row-references)
2793         (org-isearch-post-command)
2794         (org-table-edit-move, org-table-edit-next-field)
2795         (org-table-edit-scroll, org-table-edit-scroll-down)
2796         (org-set-frame-title, org-show-reference)
2797         (org-unhighlight-once, org-verify-change-for-undo): New functions.
2798         (org-show-variable): Remove command.
2799         (org-add-log-maybe): New arguments STATE, FINDPOS
2800         (org-table-sort-lines): Rewrite from scratch.
2801         (org-link-search): New argument AVOID-POS.
2802         (org-print-icalendar-entries): Remove argument CATEGORY.
2803         (org-run-agenda-series): Remove argument WONDOW.
2804         (org-next-link, org-previous-link): New commands.
2805         (org-agenda-date-format): New option.
2806         (org-table-iterate): New command.
2807         (org-table-modify-formulas)
2808         (org-table-replace-in-formulas): Remove functions.
2809         (org-table-fix-formulas): New function.
2810         (org-table-insert-column, org-table-delete-column)
2811         (org-table-move-column): Use `org-table-fix-formulas'.
2812         (org-follow-gnus-link): Patch from Bastien/Leo.
2813         (org-table-current-field-formula): New function.
2814         (org-file-image-p): New function.
2815         (org-agenda-show-new-time): New function.
2816         (org-agenda-date-later): Call `org-agenda-show-new-time'.
2817         (org-with-remote-undo): New macro.
2818         (org-agenda-undo): New command.
2819         (org-verify-change-for-undo): New function.
2820         (org-time-stamp-format): New function.
2821         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
2822         by user.
2823         (org-match-any-p): New function.
2824         (org-make-tags-matcher): Handle regular expressions for tag and
2825         todo matches.
2826         (org-read-date): Accept "+N" as input for a date relative to the
2827         current date.
2828         (org-remove-subtree-entries-from-agenda): New function.
2829         (org-agenda-archive, org-agenda-kill):
2830         Use `org-remove-subtree-entries-from-agenda'.
2831         (org-do-sort, org-sort-entries): New functions.
2832         (org-sort): New command.
2833         (org-table-sort-lines): Use `org-do-sort'.
2834         (org-fix-decoded-time): New function.
2835         (org-table-number-regexp): Require 0x... to identify as number
2836         in tables.
2837         (org-startup-options): New keywords for note taking.
2838         (org-upgrade-old-links): Remove function.
2839         (org-get-repeat): New function.
2840         (org-show-context): Also show siblings on current level.
2841         (org-show-siblings): New function.
2842         (org-isearch-end, org-isearch-post-command): New functions.
2843         (org-show-siblings): New option.
2844         (org-show-context): Use `org-show-siblings'.
2845         (org-table-maybe-recalculate-line): No longer require `calc-eval'
2846         to be bound, because user may just use elisp.
2848 2007-02-24  Kim F. Storm  <storm@cua.dk>
2850         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
2851         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
2853 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
2855         * startup.el (command-line): Also check if the abbrev file is readable.
2857 2007-02-24  John Paul Wallington  <jpw@pobox.com>
2859         * net/tls.el (tls-certtool-program): Fix custom type.
2861         * mail/feedmail.el (feedmail-message-id-generator)
2862         (feedmail-date-generator): Fix custom types.
2864         * mail/rmail.el (rmail-message-filter): Fix custom type.
2866 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
2868         * startup.el (command-line): If simple.el cannot be found, proceed
2869         with a warning message.
2871 2007-02-24  Kenichi Handa  <handa@m17n.org>
2873         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
2874         case that BEG is a string.
2876 2007-02-24  Chris Moore  <dooglus@gmail.com>
2878         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
2879         * pgg-pgp.el (pgg-pgp-encrypt-region):
2880         * pgg-gpg.el (pgg-gpg-encrypt-region):
2881         Check pgg-encrypt-for-me if no other recipients.
2883 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
2885         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
2887         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
2888         shell-quote-argument.
2890 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2892         * comint.el (comint-read-input-ring): Use comint-input-ring-size
2893         from the comint buffer instead of the temporary one.
2895 2007-02-23  David Reitter  <david.reitter@gmail.com>
2897         * cus-edit.el (custom-save-all): Canonicalize custom-file before
2898         storing it in recentf-exclude.
2900 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
2902         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
2903         in splash screen.
2905 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
2907         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
2908         commands, for restart.
2909         (idlwave-shell-current-module): Fix handling of module name by type.
2910         (idlwave-shell-break-in): Update type handling.
2911         (idlwave-shell-bp-get): Encode type in BP structure.
2912         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
2913         (idlwave-shell-module-source-query): Query routine info based on type.
2914         Fix path parsing for non-compiled files.
2915         (idlwave-shell-module-source-filter): Don't signal error in filter
2916         if no source found.
2917         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
2918         filter race.
2920 2007-02-22  Kim F. Storm  <storm@cua.dk>
2922         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
2923         (editable-field): Document need to put some text before the %v
2924         escape in :format string.
2926 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2928         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
2929         (vc-svn-use-edit): Remove unused config var.
2930         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
2932         * outline.el (hide-sublevels): Keep empty last line, if available.
2934         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
2935         rather than the corresponding unicode char, to make the code
2936         more readable.
2938 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
2940         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
2941         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
2942         (speedbar-item-info-tag-helper): Doc fixes.
2944 2007-02-19  Kenichi Handa  <handa@m17n.org>
2946         * international/mule-cmds.el (locale-language-names):
2947         Map "eo" to "Esperanto".
2949         * language/european.el ("Esperanto"): New language environment.
2951 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2953         * simple.el (kill-line): Doc fix.
2955 2007-02-17  Kim F. Storm  <storm@cua.dk>
2957         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
2958         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
2959         (bindat--unpack-group, bindat--pack-group):
2960         Handle vectors with optional element type.
2962 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
2964         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
2965         if PASSPHRASE is given.
2967 2007-02-17  Chris Moore  <dooglus@gmail.com>
2969         * jka-cmpr-hook.el (jka-compr-compression-info-list):
2970         Recognize backups of bz2 compressed files.
2972 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
2974         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
2975         to nil to speed up lookup of the symbol in index nodes.
2977 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2979         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2980         Add indentation for the constants of Lisp.
2982 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2984         * ps-print.el: Use (defvar <foo>) where applicable.
2985         (ps-print-emacs-type): Remove.
2986         (ps-x-frame-property, ps-e-frame-parameter): Remove.
2987         (ps-frame-parameter): Align its call-convention with frame-parameter.
2988         (ps-begin-job): Adjust calls to it appropriately.
2989         (ps-setup): Don't print ps-print-emacs-type.
2990         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
2991         Define in such a way that it's obvious that it's defined.
2992         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
2993         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
2994         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
2996 2007-02-15  Alan Mackenzie  <acm@muc.de>
2998         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
2999         an empty one-line C-style comment, post-position point properly.
3001 2007-02-15  Chris Moore  <dooglus@gmail.com>
3003         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3004         (isearch-lazy-highlight-new-loop): Bind it.
3005         (isearch-lazy-highlight-search): Use it.
3007         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
3009 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3011         * font-lock.el (font-lock-extend-region-wholelines):
3012         Only return non-nil if the region has really been changed.
3013         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3015 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
3017         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
3018         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
3019         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
3021 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
3023         * faces.el (color-values): Revert changes to docstring from
3024         2007-01-31 and 2000-09-07.
3026         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
3027         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
3028         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
3029         (ispell-help): Fix typos in docstring and output message.
3031 2007-02-14  Kim F. Storm  <storm@cua.dk>
3033         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
3034         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
3035         (grep): Fix lgrep reference.
3037         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
3038         (standard-display-underline): Use make-glyph-code.
3040         * descr-text.el (describe-char): Use glyph-char and glyph-face.
3042         * international/latin1-disp.el (latin1-display-char):
3043         Use make-glyph-code.
3045 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
3047         * ehelp.el (with-electric-help, electric-help-exit)
3048         (electric-help-retain): Doc fixes.
3050         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
3051         (byte-compile-file): Doc fixes.
3053 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3055         * term/mac-win.el: Change all uses of
3056         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
3057         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
3058         (mac-ae-get-url): Call select-frame-set-input-focus.
3059         (mac-dnd-handle-drag-n-drop-event): Don't call
3060         select-frame-set-input-focus.
3062 2007-02-13  Kenichi Handa  <handa@m17n.org>
3064         * international/characters.el: Fix documentation of category `a'.
3066 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
3068         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
3070 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
3072         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
3073         (tramp-get-remote-ln): Handle error case.
3074         Reported by Chris Moore <dooglus@gmail.com>.
3076 2007-02-11  Kim F. Storm  <storm@cua.dk>
3078         * bindings.el (ctl-x-map): Remove register compatibility bindings
3079         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
3081 2007-02-11  Richard Stallman  <rms@gnu.org>
3083         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
3084         in load history.
3086         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
3087         condition -- don't fail to stop at endpos.
3089 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
3091         * textmodes/org.el (org-agenda-get-todos)
3092         (org-agenda-get-timestamps, org-agenda-get-closed)
3093         (org-agenda-get-deadlines, org-agenda-get-scheduled)
3094         (org-agenda-get-blocks, org-format-agenda-item)
3095         (org-agenda-change-all-lines, org-scan-tags): Rename text property
3096         from `category' to `org-category'.
3098 2007-02-11  Kenichi Handa  <handa@m17n.org>
3100         * international/titdic-cnv.el (titdic-convert): Force files be written
3101         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
3102         (miscdic-convert): Force files be written with Unix-like eol format.
3104 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
3106         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
3108         * calculator.el (calculator-prompt): Doc fix.
3109         (calculator-mode-map): Fix typo in menu entry.
3111 2007-02-10  Jay Belanger  <belanger@truman.edu>
3113         * calculator.el (calculator): Do more extensive checking for when
3114         3 lines should be used for the calculator.
3116 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
3118         * info-look.el (info-lookup-make-completions):
3119         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
3120         index nodes.
3122         * info.el (Info-fontify-maximum-menu-size): Document the effect
3123         of a nil value.
3124         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
3125         non-nil before using it as size.
3127 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
3129         * subr.el (insert-for-yank-1): Prevent read-only properties from
3130         interfering with text property operations.
3132         * image-mode.el (image-mode): Revert 2007-01-30 changes.
3134         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
3135         (image-type-auto-detected-p): Fail if another match is found in
3136         auto-mode-alist.
3138         * files.el (magic-mode-alist): Call image-mode instead of
3139         image-mode-maybe for autodetected images.
3141 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
3143         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
3144         Fix typos in docstrings.
3145         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
3147 2007-02-09  Kim F. Storm  <storm@cua.dk>
3149         * emacs-lisp/float-sup.el: Remove obsolete comment.
3151 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3153         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
3155 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
3157         * simple.el: Revert previous change, at request of RMS:
3158         (fundamental-mode-hook): Remove.
3159         (fundamental-mode): Run after-change-major-mode-hooks manually,
3160         and don't run the now-nonexistent fundamental-mode-hook.
3162 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
3164         * simple.el (fundamental-mode-hook): Declare new hook.
3165         (fundamental-mode): Run the new dedicated hook, and don't run
3166         after-change-major-mode-hooks manually anymore.
3168 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3170         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
3171         added columns of chars.  Remove support for the "no-meta-info" format.
3172         Prompted by Romain Francoise <romain@orebokech.com>.
3174 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
3176         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
3177         (gdb-mouse-until, gdb-mouse-jump): Use it.
3179 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
3181         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
3182         work when there is just an assembler buffer (no source buffer).
3184 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
3186         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
3187         just because the diff was produced using "-p" (--show-c-function).
3189 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
3191         * faces.el (frame-set-background-mode): Use `color-values' and
3192         `display-color-p', not `x-color-values' and `x-display-color-p'.
3193         (face-valid-attribute-values): Use `defined-colors' instead of
3194         `x-defined-colors'.
3196 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3198         * ps-print.ps: The ps-print commands without face printing should not
3199         print background color.  Reported by Leo <sdl.web@gmail.com>.
3200         (ps-print-version): New version 6.7.3.
3201         (ps-begin-job): New arg.  Fix ps-default-background and
3202         ps-default-foreground initialization.
3203         (ps-face-attributes): Fix doc string.
3204         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
3206         * printing.el: Fix ps-print link.
3208 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
3210         * faces.el (face-set-after-frame-default): Compile attributes to
3211         be set by frame parameters before merging in X resources.
3213 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
3215         * simple.el (blink-matching-paren-dont-ignore-comments):
3216         (blink-matching-paren-on-screen): Doc fixes.
3218 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
3220         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
3222 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
3224         * loadhist.el (unload-feature): Silently ignore `load-history' entries
3225         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
3226         entries like `defun'.  Return nil.
3228 2007-02-05  Kim F. Storm  <storm@cua.dk>
3230         * ido.el: Doc fixes.
3232 2007-02-04  David Kastrup  <dak@gnu.org>
3234         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
3235         `mpuz-allow-double-multiplicator' is non-zero, and correct
3236         calculation of `min'.
3238 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3240         * wid-edit.el (widget-default-create): Insert new text at the
3241         :from marker _after_ the marker, not before it.
3243 2007-02-04  Alan Mackenzie  <acm@muc.de>
3245         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
3246         containing it is re-indented.
3248 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3250         * net/newsticker.el (newsticker--insert-image): Update docstring,
3251         and insert the image directly.
3252         (newsticker--buffer-redraw): Update docstring.
3254         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3255         Rename from define-global-minor-mode.
3257         * progmodes/cwarn.el (global-cwarn-mode):
3258         * emacs-lisp/autoload.el (make-autoload):
3259         * hi-lock.el (global-hi-lock-mode):
3260         * font-core.el (global-font-lock-mode): All callers changed.
3262 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
3264         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
3265         Don't copy @ignore lines into menu descriptions.
3266         (texinfo-multi-file-update): Goto the @node line before attempting
3267         to pluck the node name.
3268         (texinfo-multiple-files-update): Reverse the optional arguments'
3269         order, as per the doc string and the `interactive' form.
3271 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3273         * image-mode.el: Use autoload to avoid overriding disabled setting
3274         applied in .emacs.
3276 2007-02-03  Alan Mackenzie  <acm@muc.de>
3278         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
3279         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
3280         adjacent paren groups).
3282 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3284         * progmodes/ebnf2ps.el: Doc fixes.
3285         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
3287 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3289         * dired-x.el (dired-do-relsymlink): Add reference to
3290         dired-do-symlink.  Add an autoload cookie.
3292         * dired-aux.el (dired-do-symlink): Add reference to
3293         dired-do-relsymlink.
3295 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
3297         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
3298         <left-fringe mouse-3>: New bindings.
3300 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
3302         * newsticker.el (newsticker-version): Changed to "1.10".
3303         (newsticker--set-customvar): Doc string.
3304         (newsticker-new-item-face): Doc string.
3305         (newsticker-mode): Initialize `invisibility-spec' with t.
3306         (newsticker-mode-map): Added
3307         `newsticker-mark-all-items-at-point-as-read'.
3308         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
3309         (newsticker-w3m-show-inline-images): Do not call
3310         `w3m-remove-image'.
3311         (newsticker--buffer-after-w3m-insert-image): New advice for
3312         w3m-insert-image to cache images.
3313         (newsticker-next-item-same-feed): New.
3314         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
3315         (newsticker-mark-all-items-of-feed-as-read): New.
3316         (newsticker-mark-all-items-at-point-as-read): Use new functions.
3317         (newsticker-mark-item-at-point-as-read): Doc string.
3318         (newsticker-mark-item-at-point-as-read): Use new functions.
3319         (newsticker--do-mark-item-at-point-as-read): New, extracted from
3320         `newsticker-mark-item-at-point-as-read'.
3321         (newsticker-hide-entry): Use (t) instead of t for invisibility.
3322         (newsticker--sentinel): Yet another xml-parser workaround.
3323         (newsticker--decode-iso8601-date): Bugfix for datestrings without
3324         days.
3325         (newsticker--buffer-do-insert-text): Fix.
3326         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
3327         (newsticker--buffer-make-item-completely-visible):
3328         `switch-to-buffer' not necessary.
3330 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3332         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
3333         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
3334         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
3335         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
3336         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
3338 2007-02-02  Kenichi Handa  <handa@m17n.org>
3340         * international/quail.el (quail-show-key): Fix an error message.
3342 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3344         * faces.el (set-face-underline-p, modify-face): Rename arg
3345         UNDERLINE-P to UNDERLINE (it is not a flag).
3347 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
3349         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
3350         when adding gdb-speedbar-update to gdb-input-queue.
3352 2007-02-01  Kenichi Handa  <handa@m17n.org>
3354         * international/quail.el (quail-show-key): Signal an error if the
3355         current input method is not using Quail.
3357 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
3359         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
3360         Trim leading whitespace in sysvar names.
3362 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3364         * faces.el (internal-find-face, internal-get-face): Doc fixes.
3366 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
3368         * ido.el (ido-set-common-completion): Use `let', not `let*'.
3370 2007-01-31  Romain Francoise  <romain@orebokech.com>
3372         * comint.el: Delete extra copy of `comint-copy-old-input' added in
3373         previous change to this file.
3375 2007-01-31  Jason Rumney  <jasonr@gnu.org>
3377         * files.el (magic-mode-alist): Use image-mode-maybe rather than
3378         image-mode.
3380         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
3381         interfering with attempt to set major mode from modified
3382         auto-mode-alist.
3384 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
3386         * faces.el (color-values): Doc fix.
3387         (face-differs-from-default-p): Don't check :foreground twice.
3389 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
3391         * comint.el (comint-mode): Prevent non-keyword fontification by default.
3393 2007-01-31  Kenichi Handa  <handa@m17n.org>
3395         * international/quail.el (quail-store-decode-map-key): Store a
3396         translated character too.
3397         (quail-char-equal-p): New function.
3398         (quail-find-key1): Check character equality by quail-char-equal-p.
3399         (quail-decode-map-generated): New variable.
3400         (quail-find-key): Check quail-decode-map-generated and re-generate
3401         a decode map if necessary.
3403 2007-01-30  Richard Stallman  <rms@gnu.org>
3405         * tutorial.el (tutorial--detailed-help): Make the list of
3406         changed keys look nicer.
3408 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
3410         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
3411         (gdb-var-delete): Use it.
3412         (gdb-var-update-handler-1): Handle value "invalid" for MI field
3413         `in_scope'.
3415 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
3417         * files.el (get-free-disk-space): Return nil for remote directories.
3419         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
3420         instead of "dir".
3422 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
3424         * type-break.el (type-break-catch-up-event): New function.
3425         (type-break-demo-hanoi, type-break-demo-life)
3426         (type-break-demo-boring): Use it.
3428         * image-mode.el (image-mode): Don't automatically view as image.
3429         (image-toggle-display): Add `disabled' property.
3431 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3433         * isearchb.el (isearchb-iswitchb):
3434         * ps-print.el (ps-build-face-reference):
3435         * emacs-lisp/shadow.el (list-load-path-shadows):
3436         * eshell/esh-cmd.el (eshell-rewrite-for-command):
3437         * international/mule.el (find-auto-coding):
3438         * mail/supercite.el (sc-attrib-selection-list):
3439         * progmodes/cc-defs.el (c-emacs-features):
3440         * progmodes/cc-vars.el (c-offsets-alist):
3441         * progmodes/flymake.el
3442         (flymake-init-create-temp-source-and-master-buffer-copy):
3443         Fix typos in docstrings (some suggested by Chris Moore).
3445         * progmodes/vhdl-mode.el (vhdl-components-package-name)
3446         (vhdl-get-library-unit, vhdl-corresponding-begin)
3447         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
3448         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
3449         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
3450         (vhdl-font-lock-match-item): Fix typos in docstrings.
3451         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
3452         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
3453         (vhdl-speedbar-insert-project-hierarchy):
3454         Improve argument/docstring consistency.
3456 2007-01-29  Kenichi Handa  <handa@m17n.org>
3458         * international/titdic-cnv.el (py-converter): Fix previous change.
3460 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
3462         * jka-compr.el (jka-compr-partial-uncompress)
3463         (jka-compr-call-process): Rebind default-directory if it is
3464         invalid.  Suggested by Chris Moore.
3466         * comint.el (comint-insert-input): Handle situation where the
3467         selected buffer is not the clicked buffer.
3469 2007-01-29  Kenichi Handa  <handa@m17n.org>
3471         * international/ja-dic-cnv.el (skkdic-convert):
3472         Add byte-compile-disable-print-circle:t at the head.
3474         * international/titdic-cnv.el (tit-process-header):
3475         Add byte-compile-disable-print-circle:t at the head.
3476         (miscdic-convert): Likewise.
3477         (py-converter): Skip the header comments.
3479         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
3480         New variable.
3481         (byte-compile-output-file-form): Bing print-circle to nil if
3482         byte-compile-output-file-form is not nil.
3483         (byte-compile-output-docform): Likewise.
3485 2007-01-28  Kim F. Storm  <storm@cua.dk>
3487         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
3488         Declare earlier to avoid byte compiler warnings.
3490 2007-01-28  Markus Triska  <markus.triska@gmx.at>
3492         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
3494 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
3496         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
3497         (gamegrid-add-score-with-update-game-score-1): Allow local quits
3498         when calling update-game-score program.  Remove unnecessary
3499         save-excursion.
3501         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
3503 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
3505         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
3506         avoid compiler warning.
3507         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
3508         might have values other than "true" or "false".
3510 2007-01-28  Richard Stallman  <rms@gnu.org>
3512         * textmodes/fill.el (fill-paragraph-function): Doc fix.
3513         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
3515         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
3517         * image.el (image-type-header-regexps): Make GIF regex more specific.
3519         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
3520         Don't check `backspace'.
3521         (tutorial--find-changed-keys): Look up bindings in a temp buffer
3522         in Fundamental mode.
3524         * startup.el (fancy-splash-text, normal-splash-screen):
3525         Mention C-g.
3527         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
3528         when inserting in buffer.
3530         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
3531         inside the if.
3533 2007-01-27  Richard Stallman  <rms@gnu.org>
3535         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
3537 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
3539         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
3540         enum/union/struct/class definition.
3541         Revert change to call `forward-sexp' multiple times.
3543 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
3545         * files.el (hack-local-variables-confirm): Don't keep trying to
3546         read an event from an empty kbd macro.
3548 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
3550         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
3552 2007-01-27  Ben North  <ben@redfrontdoor.org>
3554         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
3555         the arg CHILDREN -> WHICH.
3557 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
3559         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
3560         default-directory to a sane value when calling start-process.
3562 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
3564         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
3565         (ls-lisp-format-time-list): Doc fix.  Mention
3566         ls-lisp-use-localized-time-format.
3567         (ls-lisp-format-time): Use ls-lisp-format-time-list if
3568         ls-lisp-use-localized-time-format is non-nil, even if a valid
3569         locale is defined.
3571 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
3573         * jka-compr.el (jka-compr-shell): Doc fix.
3575         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
3577 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3579         * ps-print.ps: Fix background height.
3580         (ps-print-version): New version 6.7.2.
3582 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
3584         * makefile.w32-in (finder-data, custom-deps): Depend on
3585         $(lisp)/loaddefs.el.
3587 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3589         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
3591 2007-01-24  Miles Bader  <miles@gnu.org>
3593         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
3594         (byte-compile-output-docform): Bind `print-circle' to t.
3596 2007-01-24  Kenichi Handa  <handa@m17n.org>
3598         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
3599         file name of the original SKK dictionary file.
3601 2007-01-24  Kim F. Storm  <storm@cua.dk>
3603         * ido.el (ido-initial-position): New variable.
3604         (ido-read-internal): Set it if default item is specified.
3605         (ido-minibuffer-setup): Position cursor accordingly if set.
3606         (ido-edit-input): C-e moves to end of input if not already there.
3607         (ido-magic-backward-char): C-b does like M-b if prev char is /.
3608         Don't switch to buffer mode if repeating C-b at start of input.
3609         (ido-toggle-ignore): C-a only toggles ignore at start or end of
3610         input; else it moves to start of input.
3611         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
3612         not at end of input, delete rest of input, rather than normal op.
3614 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3616         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
3618         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
3619         of message.  Activate mark.
3620         (ediff-activate-mark): Set transient-mark-mode to t.
3622         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
3624 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
3626         * help-fns.el (describe-variable): Don't suppress display of
3627         buffer local value when the value is "large".
3629 2007-01-22  Kim F. Storm  <storm@cua.dk>
3631         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
3632         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
3633         (ido-tidy): Use ido-active.
3635 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
3637         * hexl.el (hexl-mode-exit): Add missing quote.
3639 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3641         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
3642         (mac-ae-keyboard-modifiers): New function.
3643         (mac-handle-toolbar-switch-mode): Use it.
3644         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
3645         if keyboard modifiers on drop contain option key.
3646         (mac-dnd-drop-data): Add optional argument `action'.
3647         (special-event-map): Remove binding for M-drag-n-drop.
3649 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
3651         * add-log.el (add-log-current-defun): Use CC Mode functions to
3652         find the beginning and end of a defun.
3654 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
3656         * progmodes/gdb-ui.el (gdb-var-create-regexp)
3657         (gdb-var-create-handler): Handle value field in GDB output of
3658         -var-create.
3659         (gdb-max-frames): New variable.
3660         (gdb-stack-buffer, gdb-frames-select): Use it.
3661         (gdb-info-stack-custom): Help user customize gdb-max-frames,
3662         if necessary.
3663         (gdb-get-frame-number): Simplify.
3665 2007-01-21  Glenn Morris  <rgm@gnu.org>
3667         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
3668         Update copyrights.
3670 2007-01-21  Alan Mackenzie  <acm@muc.de>
3672         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
3673         handling of K&R stuff.
3675 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3677         * textmodes/bibtex.el (bibtex-files): Fix customization type.
3679 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3681         * ps-print.el: Handle frame parameters (background and/or foreground
3682         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
3683         (ps-print-version): New version 6.7.1.
3684         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
3685         (ps-frame-parameter): New fun.
3686         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
3687         Fix doc and customization.
3688         (ps-begin-job): Get frame parameters (background and/or foreground
3689         colors).
3690         (ps-do-despool): Ensure ps-printer-name has a valid value.
3692 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
3694         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
3695         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
3696         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
3697         mean unlimited.
3699 2007-01-20  Alan Mackenzie  <acm@muc.de>
3701         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
3702         much more rigorous analysis of putative K&R regions.
3704 2007-01-20  Alan Mackenzie  <acm@muc.de>
3706         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
3707         New functions.
3709 2007-01-20  Alan Mackenzie  <acm@muc.de>
3711         * progmodes/cc-align.el, progmodes/cc-cmds.el,
3712         * progmodes/cc-defs.el, progmodes/cc-engine.el,
3713         * progmodes/cc-langs.el, progmodes/cc-styles.el,
3714         * progmodes/cc-vars.el: Add my name.
3716 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
3718         * files.el (find-alternate-file): Revert query message to Emacs 21
3719         version.
3721 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
3723         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
3724         the doc string how to use personal abbrevs without electric
3725         keywords.
3727 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3729         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
3730         Fixed cursor position when toggle abbreviated display.
3732 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
3734         * t-mouse.el: Update copyright following assignment by
3735         Alessandro Rubini.
3737 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
3739         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
3740         (type-break-demo-boring): Call read-event instead of read-char.
3742 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
3744         * progmodes/compile.el: Add handling for makepplog.
3746 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3748         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
3749         aspell dictionaries are initialized when called non-interactively.
3751 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
3753         * progmodes/compile.el (compilation-loop): New arg limit.
3754         Handle case where the first error is at point-min.
3755         (compilation-next-error): New arg to compilation-loop call.
3757 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
3759         * info.el (Info-default-dirs): Change default info dir to
3760         share/info.
3762         * paths.el (Info-default-directory-list): Ditto.
3764 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
3766         * hexl.el (hexl-before-revert-hook): New function.
3767         (hexl-mode): Use it.
3768         (hexl-after-revert-hook): Just call hexl-mode.
3769         (hexl-mode-exit): Remove before-revert-hook.
3771 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3773         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
3775 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
3777         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
3778         by "-" in francais7 otherchars entry.
3779         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
3780         otherchars entry.
3782 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
3784         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
3785         path.  Rewrite function in `cond' style for readability.
3787         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
3788         (The path shortening, that is, not the rearrarangement.)
3790 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3792         * term/mac-win.el (mac-ae-quit-application): New function.
3793         (mac-apple-event-map): Bind "quit application" Apple event to it.
3795 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3797         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
3798         than the program's output.
3800 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
3802         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
3803         (kmacro-start-macro-or-insert-counter)
3804         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
3805         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
3807         * longlines.el (longlines-show-hard-newlines):
3808         * ruler-mode.el (ruler-mode-ruler):
3809         * emulation/keypad.el (keypad-setup):
3810         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
3811         Fix typo in docstring.
3813 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
3815         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
3816         Remove redirect character ">".
3818 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
3820         * replace.el (perform-replace): Remove leftover code.
3822 2007-01-12  Richard Stallman  <rms@gnu.org>
3824         * replace.el (perform-replace): Don't clear NODENT when computing
3825         the replacement string.
3827 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
3829         * net/tramp.el (tramp-handle-file-local-copy):
3830         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
3831         <christopher.ian.moore@gmail.com>.
3833 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3835         * diff-mode.el (diff-sanity-check-context-hunk-half)
3836         (diff-sanity-check-hunk): New functions.
3837         (diff-find-source-location): Use'em to check the hunks are well-formed.
3839         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
3840         activate undo when undo is not active.
3841         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
3843 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3845         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
3846         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
3847         (ffap-url-at-point): Use char-classes rather than "a-z".
3849 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
3851         * ediff-init.el (ediff-autostore-merges):
3852         * textmodes/fill.el (fill-region): Doc fix.
3854 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3856         * server.el (server-ensure-safe-dir): UIDs may be floats.
3858 2007-01-10  Richard Stallman  <rms@gnu.org>
3860         * battery.el (battery-linux-proc-acpi): Use ignore-errors
3861         around calls to directory-files.
3863         * subr.el (momentary-string-display): Use save-excursion.
3865         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
3866         argument, but read it as `X' does.
3868 2007-01-09  Juri Linkov  <juri@jurta.org>
3870         * info.el (Info-fontify-node): Don't hide node names of index entries.
3872         * faces.el (momentary): Change :group to basic-faces where all
3873         basic faces belong to.  Add :version.
3875 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3877         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
3878         keybinding is found.
3879         (tutorial--find-changed-keys): Never treat null keybinding as a
3880         remapping.
3882 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
3884         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
3886 2007-01-09  Kenichi Handa  <handa@m17n.org>
3888         * international/mule-cmds.el
3889         (select-safe-coding-system-interactively): Fix message.
3891 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
3893         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
3894         (tramp-process-actions): Add optional parameter TIMEOUT.
3895         (tramp-open-connection-telnet, tramp-open-connection-rsh)
3896         (tramp-open-connection-su): Add timeout of 60".
3898 2007-01-09  Richard Stallman  <rms@gnu.org>
3900         * progmodes/compile.el (compile): Doc fix.
3902 2007-01-09  Markus Triska  <markus.triska@gmx.at>
3904         * tumme.el (tumme-display-thumb): Doc fix.
3906 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
3908         * battery.el (battery-search-for-one-match-in-files):
3909         * bindings.el (mode-line-minor-mode-help):
3910         * x-dnd.el (x-dnd-types-alist):
3911         * calendar/icalendar.el (icalendar-import-buffer):
3912         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
3914         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
3916 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
3918         * replace.el (replace-regexp): Fix typo in docstring.
3920 2007-01-07  Alan Mackenzie  <acm@muc.de>
3922         * progmodes/cc-langs.el (c-operators, c-filter-ops):
3923         Amend doc-string and comments.
3925 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
3927         * files.el (abbreviate-file-name): Doc fix.
3929 2007-01-06  Markus Triska  <triska@gmx.at>
3931         * subr.el (split-string): Remove spurious ")" from doc string.
3933 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
3935         * textmodes/table.el (table--warn-incompatibility):
3936         Use display-warning instead of momentary-string-display.
3938 2007-01-05  Richard Stallman  <rms@gnu.org>
3940         * image.el (image-type-header-regexps): Recognize xbm more strictly.
3942         * simple.el (backward-kill-word): Doc fix.
3944 2007-01-05  Romain Francoise  <romain@orebokech.com>
3946         * international/mule.el (sgml-html-meta-auto-coding-function):
3947         Ensure that the buffer contains a HTML document.
3949 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3951         * faces.el (momentary): Move here ...
3952         * subr.el (momentary): ... from here.
3954 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
3956         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
3957         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
3958         large structures/arrays.
3960 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
3962         * files.el (find-file-noselect-1, set-visited-file-name):
3963         Allow backup-enable-predicate to be nil.
3965 2007-01-04  Andreas Schwab  <schwab@suse.de>
3967         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
3968         last change.
3970 2007-01-03  Richard Stallman  <rms@gnu.org>
3972         * woman.el (woman-decode-buffer): Clarify error message.
3974 2007-01-03  Alan Mackenzie  <acm@muc.de>
3976         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
3978 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
3980         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
3982 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3984         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
3986 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
3988         * emulation/viper.el (viper-custom-file-name, viper-mode):
3989         Fix typos in docstrings.
3991         * subr.el (momentary-string-display): After moving point, set POS
3992         variable to it to avoid later errors once the buffer is modified.
3993         Doc fix.
3995 2007-01-02  Alan Mackenzie  <acm@muc.de>
3997         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
3998         check that the "*/" is present before trying to manipulate it.
4000 2007-01-02  Richard Stallman  <rms@gnu.org>
4002         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4004         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
4005         Fix format of value.
4007         * cus-edit.el (customize-unsaved): Rename from customize-customized.
4008         Change messages accordingly.
4009         (customize-customized): Now alias.
4011 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
4013         * files.el (version-control): Doc fix.
4015 2007-01-01  Alan Mackenzie  <acm@muc.de>
4017         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
4018         Check the format of c-state-cache is valid for an optimisation before
4019         using it.
4021         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
4022         are at a statement within a macro".  Other changes so that only
4023         the first continuation line in a macro gets the symbol
4024         `cpp-define-intro', the others getting `statement', or whatever.
4026         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
4027         a string, preserve whitespace.  Add a backslash only when also in
4028         a macro.
4030         * progmodes/cc-defs.el: Correct typos.
4032         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
4033         new line after an escaped EOL in a string.
4035         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
4036         label when it directly follows "else", "do", ....
4038         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
4039         angle brackets (as seen in "explicit specialisations" of C++
4040         templates).
4042         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
4043         in the doc-string.
4045         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
4046         when the comment ender looks like "=========*/" and is alone on
4047         its line.
4049         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
4050         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
4051         for the old name.
4053         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
4054         c-\(beginning\|end\)-of-defun by default.
4056         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
4057         New line-up function, for the DEFUN macro in the Emacs C sources.
4058         Only used in "gnu" style.
4060         * progmodes/cc-styles.el (c-style-alist): Use this new function in
4061         the "gnu" style.
4063         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
4064         clean-up comment-close-slash also to work when there's a comment
4065         terminator on the line.
4066         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
4067         these for large arg - only take account of top level {..}, except
4068         for initial and final adjustments.  M-- C-M-[ae] now go to the
4069         right defuns when the starting point is between defuns.  They use
4070         the four new functions:
4071         (c-in-function-trailer-p, c-where-wrt-brace-construct)
4072         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
4073         support c-\(beginning\|end\)-of-defun.
4075         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
4076         expressions more rigorously, to exclude bit-field specifiers from
4077         being classed as labels.
4078         (c-forward-label): When analyzing a ":" within a macro, be careful
4079         about using c-forward-syntactic-ws at the macro beginning.
4080         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
4081         stmt boundary, check for "operator=", etc.
4083         * progmodes/cc-mode.el (c-postprocess-file-styles):
4084         Bind inhibit-read-only to t, around the call to
4085         c-remove-any-local-eval-or-mode-variables, so that it works on a
4086         RO file.
4088         * progmodes/cc-defs.el (c-version): Update the version number to
4089         "5.31.4".
4091 2007-01-01  Richard Stallman  <rms@gnu.org>
4093         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
4094         only if we restored isearch-window-configuration.
4096 2006-12-31  Romain Francoise  <romain@orebokech.com>
4098         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
4100 2006-12-31  Kim F. Storm  <storm@cua.dk>
4102         * files.el (auto-mode-case-fold): New defcustom.
4103         (set-auto-mode): If non-nil, perform second case-sensitive pass
4104         through auto-mode-alist if first pass failed.
4106 2006-12-30  Richard Stallman  <rms@gnu.org>
4108         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
4110 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
4112         * allout.el (allout-encrypt-string): Handle symmetric-key
4113         passphrase caching but leave keypair caching to pgg.
4115 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
4117         Sync with Tramp 2.0.55.
4119         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
4120         `integerp'.  `char-equal' could fail else in case of negative
4121         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
4122         (top): Check for `font-lock-add-keywords' before calling; it
4123         doesn't exist under XEmacs.
4124         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
4125         (tramp-completion-mode): Remove clause (not
4126         tramp-unified-filenames), because the function is called in other
4127         context too, where this check results in wrong results in the
4128         XEmacs case on Windows.
4129         (tramp-touch): UTC handling is not possible for XEmacs.
4131 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4133         * scroll-bar.el (previous-scroll-bar-mode): New variable
4134         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
4135         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
4137         * term/x-win.el: Set scroll bar mode to right if set by X resources.
4139 2006-12-30  Richard Stallman  <rms@gnu.org>
4141         * files.el (make-backup-file-name-1): Precompute abs name
4142         but don't lose the relative name.
4144         * international/mule-cmds.el (select-safe-coding-system-interactively):
4145         Fix message.
4147 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4149         * files.el (backup-buffer): Show entire backup file name in msg.
4151 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
4153         * image.el (image-type-header-regexps, image-type-from-data)
4154         (image-type-from-buffer, image-type-from-file-header):
4155         Revert changes from 2006-12-26.
4156         (image-type-auto-detectable): New variable.
4157         (image-type-auto-detected-p): New function.
4159         * files.el (magic-mode-alist): Detect image files with
4160         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
4162 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
4164         * dired.el (dired-sort-other): Move test for dired-mode...
4165         (dired-sort-set-modeline): ...to here.
4167 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4169         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
4170         change.  Suggested by Stefan Monnier.
4172 2006-12-29  Kim F. Storm  <storm@cua.dk>
4174         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
4175         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
4177 2006-12-27  Kim F. Storm  <storm@cua.dk>
4179         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
4180         so it doesn't accidentally match an fsf.org mail address.
4181         (authors-renamed-files-alist): Add tcover-*.el.
4183 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4185         * vc-arch.el (vc-arch-find-version): New function.
4187         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
4188         composed of arbitrary characters (even /) in some systems.
4190 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
4192         * international/mule-cmds.el (select-safe-coding-system-interactively):
4193         Improve the message in the *Warning* buffer.
4195 2006-12-27  Kim F. Storm  <storm@cua.dk>
4197         * ido.el (ido-set-matches-1): Fix last change.  If default item is
4198         current buffer, it is ok to be first.
4200 2006-12-27  Kenichi Handa  <handa@m17n.org>
4202         * international/mule-cmds.el (select-safe-coding-system-interactively):
4203         Use face `link' for problematic chars.
4205 2006-12-27  Kenichi Handa  <handa@m17n.org>
4207         * international/mule-cmds.el (select-safe-coding-system-interactively):
4208         Improve the message in *Warning* buffer.
4210 2006-12-27  Kim F. Storm  <storm@cua.dk>
4212         * ido.el (ido-set-matches-1): Never put current buffer first if
4213         there are other matches.
4215 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
4217         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
4218         expressions.
4219         (gdb-var-delete): Handle duplicate names.  Print message for non
4220         root expressions.
4221         (gdb-partial-output-name): Start buffer name with a space.
4222         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
4223         buffer name.
4225 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4227         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
4228         last footnote when `footnote-spaced-footnotes' is nil.
4230 2006-12-26  Richard Stallman  <rms@gnu.org>
4232         * cus-edit.el (custom-browse-sort-alphabetically)
4233         (custom-buffer-sort-alphabetically)
4234         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
4236         * image.el (image-type-header-regexps): Change element format
4237         to include third item NOT-ALWAYS.
4238         (image-type-from-data): Handle new format.
4239         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
4240         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
4242 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
4244         * add-log.el (add-log-current-defun): Call `forward-sexp'
4245         multiple times to pick a member function name defined as
4246         part of nested classes/namespaces.
4248 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4250         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
4251         which keymap should be used to change menu.  It does not affect any
4252         existent code.
4254 2006-12-26  Richard Stallman  <rms@gnu.org>
4256         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
4257         rather than for being in a minibuffer window.
4259 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
4261         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
4262         locale-coding-system.
4263         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
4264         LF.
4266 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
4268         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
4269         (sql-mode-syntax-table): Disable double quoted strings.
4270         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
4272 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4274         * startup.el (fancy-splash-last-input-event): New variable.
4275         (fancy-splash-special-event-action): New function.
4276         (fancy-splash-screens): Temporarily bind special events to it.
4277         Execute command for saved special event before exiting from
4278         recursive editing.
4280         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
4281         New functions.
4282         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
4283         Use mac-unread-string.
4285 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4287         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
4288         an optimized comment regexp if `comment-start-skip' uses a ^.
4289         * bs.el (bs--up): Remove interactive spec.
4291 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
4293         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
4294         Suggested by James Cloos.
4296 2006-12-24  Kevin Ryde  <user42@zip.com.au>
4298         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
4299         in March.
4300         (calendar-dst-ends): Default to first Sunday in November.
4302 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
4304         * allout.el (allout-encrypt-string): Inhibit use of agent within
4305         body of let form where encryption happens.  Acknowledge non-use of
4306         gpg-agent in docstring.
4307         (allout-toggle-subtree-encryption): Acknowledge non-use of
4308         gpg-agent in docstring.
4310 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
4312         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
4314 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4316         * ediff-diff.el (ediff-diff-options): Clarify docstring.
4317         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
4319         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
4320         in hooks.
4321         (viper-add-newline-at-eob-if-necessary): Add newline only if we
4322         actually modify buffer; ignore errors if occur.
4324 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
4326         * calendar/calendar.el (calendar-mode-map): Switch < and >.
4327         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
4328         formatting.
4330 2006-12-23  Richard Stallman  <rms@gnu.org>
4332         * simple.el (delete-horizontal-space): Doc fix.
4334 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
4336         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
4337         explicitly in a recursive Make, not implicitly through prerequisites,
4338         since the latter is wrong under parallel builds.
4340 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
4342         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
4344 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4346         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
4347         message string.
4349 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
4351         * outline.el (outline-next-visible-heading): Fix the case with a
4352         header at end-of-file with no final newline.
4354 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
4356         * indent.el (tab-always-indent): Doc fix.
4358 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
4360         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
4361         (Info-fontify-node): Do fontify indices.
4363         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
4364         to the Emacs Lisp reference manual.
4365         (tutorial--tab-map): Remove.  All callers changed.
4366         (tutorial--find-changed-keys): New elt QUIET, used to...
4367         (tutorial--display-changes): ...ensure that warning messages are
4368         only issued once per changed key.
4369         (tutorial--remove-remarks): Delete unused code-path.
4370         (lang-strings): Remove extraneous formatting.
4371         (tutorial--save-tutorial): Prompt before saving tutorial state.
4373 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
4375         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
4376         Replace '?\ ' by '?\s' throughout.
4377         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
4378         `help' custom group.
4379         (tutorial--key-description): New function.
4380         (tutorial--display-changes): Remove redundant arg.  Scan for all
4381         key sequences to avoid false matches.  Cleanup.
4382         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
4383         reduce homedir pollution.
4384         (help-with-tutorial): Call tutorial--display-changes with no arg.
4386 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
4388         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
4390 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
4392         * net/tramp.el (tramp-default-method): We still need to check for
4393         `executable-find', because it is not bound under Emacs 20.
4394         (tramp-handle-file-name-completion)
4395         (tramp-completion-handle-file-name-completion): Handle optional
4396         parameter PREDICATE.
4397         (tramp-find-default-method): Add code for default values.
4399 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
4401         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
4402         make gud-go send "continue".
4404 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
4406         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
4407         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
4409 2006-12-19  Kim F. Storm  <storm@cua.dk>
4411         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
4412         instead of global-map.
4414         * files.el (magic-mode-alist): Allow matching file type by
4415         calling a function at bob.  Check for image types by calling
4416         image-type-from-buffer.  Suggested by Juanma Barranquero.
4417         (set-auto-mode): Do it.
4419 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
4421         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
4422         Remove "ControlMaster" option from the other `scp*' methods.
4423         (tramp-default-method): Check for ssh-agent before setting to `scp'.
4425 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
4427         * textmodes/org.el (org-mode): Show context after isearch.
4428         (org-show-siblings): New function.
4429         (org-show-context): Use `org-show-siblings'.
4431 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4433         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
4434         Use syntax-ppss-toplevel-pos.
4436 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
4438         * textmodes/org.el (org-current-line): Make sure that lines are
4439         counted from beginning of buffer.
4440         (org-table-copy-region, org-table-paste-rectangle): Make sure that
4441         lines are counted from beginning of buffer.
4443 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4445         * info.el (Info-build-node-completions): Signal error if tag-table
4446         marker is not found.
4448         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4450 2006-12-17  Alan Mackenzie  <acm@muc.de>
4452         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
4453         speed) the case when open-paren-in-column-0-is-defun-start is nil.
4454         Based on code by Martin Rudalics.
4456         * progmodes/cc-mode.el (c-basic-common-init): Don't set
4457         open-paren-in-column-0-is-defun-start to nil any more.
4459 2006-12-17  Richard Stallman  <rms@gnu.org>
4461         * simple.el (delete-horizontal-space): Use prefix arg.
4463         * help-fns.el (describe-variable): Improve blank separator lines.
4465         * files.el (magic-mode-alist): Mark as risky.
4467         * files.el (make-backup-file-name-1):
4468         Expand backup-directory explicitly.
4470 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
4472         * net/tramp.el (tramp-default-method): Before setting to "pscp",
4473         check whether package password.el is loaded, or Pageant is running.
4475 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
4477         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
4478         (icalendar--rris): First try Emacs, then XEmacs.
4479         (icalendar--convert-ical-to-diary): Doc fix.
4480         Insert newline at end of target file.
4482 2006-12-17  Kim F. Storm  <storm@cua.dk>
4484         * outline.el (outline-isearch-open-invisible-function): New defvar.
4485         (outline-flag-region): Use it if non-nil for isearch-open-invisible
4486         overlay property instead of outline-isearch-open-invisible.
4488 2006-12-16  Kim F. Storm  <storm@cua.dk>
4490         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
4491         if ido-directory-too-big is set on entry.
4492         (ido-toggle-ignore, ido-completion-help): Print message while
4493         reading big directory.
4495 2006-12-15  Richard Stallman  <rms@gnu.org>
4497         * shell.el (shell): Doc fix.
4499 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
4501         * emulation/edt.el (edt-xserver):
4502         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
4503         to fix a problem on Cygwin.
4505         * emulation/edt.el
4506         * emulation/edt-mapper.el
4507         * emulation/edt-lk201.el
4508         * emulation/edt-pc.el
4509         * emulation/edt-vt100.el: Update maintainer's email address.
4511 2006-12-15  Simon Marshall  <simon@gnu.org>
4513         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
4515 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4517         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
4518         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
4519         instead of mac-atsu-font-table.
4520         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
4522 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
4524         * align.el (align-match-tex-pattern): Fix a rare bug which
4525         hanged Emacs.
4527 2006-12-14  Richard Stallman  <rms@gnu.org>
4529         * startup.el (use-fancy-splash-screens-p): Use frame-height
4530         instead of window-height.  Pass frame to image-size.
4532 2006-12-13  Kenichi Handa  <handa@m17n.org>
4534         * international/mule-cmds.el (set-locale-environment):
4535         Set default-sendmail-coding-system too.
4537 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
4539         * progmodes/idlw-help.el: Fix copyright notice.
4541 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4543         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
4545 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
4547         * subr.el (unread-command-char): Reformat obsolescence info.
4549 2006-12-11  Richard Stallman  <rms@gnu.org>
4551         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
4552         about calls to cl-struct-setf-expander.
4554 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
4556         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
4557         (ediff-combination-pattern): Fix typo in docstring.
4559         * textmodes/refer.el (refer-find-entry): Doc fix.
4560         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
4561         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
4562         Fix tipos in docstrings.
4564         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
4566 2006-12-10  Kim F. Storm  <storm@cua.dk>
4568         * ido.el (ido-init-completion-maps): Remap backward-kill-word
4569         instead of binding M-backspace.
4571 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
4573         * replace.el (replace-match-data, replace-match-maybe-edit):
4574         * calc/calc-aent.el (calc-eval-error):
4575         * emulation/vi.el (vi-char-argument):
4576         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
4577         (c-vsemi-status-unknown-p-fn): Doc fixes.
4579 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
4581         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
4582         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
4584 2006-12-10  Masatake YAMATO  <jet@gyve.org>
4586         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
4588 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
4590         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
4592         * man.el (Man-xref-button-action): New function.  If the
4593         `Man-target-string' button property is a function, assume it
4594         accepts a position argument.
4595         (Man-abstract-xref-man-page): Use it.
4596         (Man-default-man-entry): New optional arg POS.
4598         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
4599         symlink arrows read-only and non-rear-sticky.
4601 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
4603         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
4604         (wdired-search-and-rename): Simplify code.
4605         (wdired-preprocess-files, wdired-preprocess-perms): Make
4606         read-only property of preceding character rear-nonsticky to
4607         avoid that it can be modified.  Put old-name and old-link
4608         properties on character preceding name and replace
4609         put-text-property by add-text-properties.
4610         (wdired-get-filename, wdired-get-previous-link): Get old-name
4611         and old-link properties from character preceding name and
4612         simplify code.
4613         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
4614         (wdired-perms-to-number): Make local-map property
4615         rear-nonsticky to avoid that text following permissions may be
4616         modified.  Use add-text-properties instead of put-text-property
4617         when changing a permission bit.
4618         (wdired-change-to-dired-mode): Remove stickiness properties.
4620 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
4622         * international/mule-cmds.el (register-input-method): Doc fix.
4624 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
4626         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
4628 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4630         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
4631         Force buffer local defs evaluation on local variables loading.
4632         (flyspell-mode-on, flyspell-mode-off): Use it in
4633         `hack-local-variables-hook'.
4635 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
4637         * emacs-lisp/find-func.el (find-variable): Doc fix.
4639         * help-fns.el (variable-at-point): Doc fix.
4641         * w32-fns.el (w32-append-code-lines): New function.
4643 2006-12-09  Romain Francoise  <romain@orebokech.com>
4645         * comint.el (comint-insert-input): Delete obsolete comment.
4647 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4649         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
4650         current frame, in case we're connected to several displays.
4652 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
4654         * frame.el (other-frame): Doc fix.
4655         (set-frame-parameter): Fix typo in docstring.
4657 2006-12-07  Kim F. Storm  <storm@cua.dk>
4659         * info.el (Info-index): Strip leading colon from topic.
4661 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
4663         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
4664         to pointers.
4666 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
4668         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
4669         Trim out spurious class inheritance "None" entries.
4671 2006-12-05  Kim F. Storm  <storm@cua.dk>
4673         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
4674         (cua-paste-pop): Rework last change for
4675         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
4676         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
4677         text inserted by the last M-y command.
4679 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4681         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
4682         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
4684         * shell.el (shell): Search the start file in ~/.emacs.d as
4685         `init_SHELLNAME.sh' instead.
4687 2006-12-05  Glenn Morris  <rgm@gnu.org>
4689         * progmodes/cperl-mode.el (cperl-mode)
4690         * progmodes/f90.el (f90-mode-abbrev-table)
4691         * progmodes/fortran.el (fortran-mode-abbrev-table)
4692         * progmodes/octave-mod.el (octave-abbrev-table)
4693         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
4694         if abbrev-table is non-nil (saved user abbrevs may have been restored).
4696         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
4697         clear abbrev table, else saved abbrevs will not be restored.
4699 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
4701         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
4702         the call to `make-obsolete-variable', not in the docstring.
4704 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
4706         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
4708 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4710         * progmodes/ebnf-abn.el:
4711         * progmodes/ebnf-bnf.el:
4712         * progmodes/ebnf-dtd.el:
4713         * progmodes/ebnf-ebx.el:
4714         * progmodes/ebnf-iso.el:
4715         * progmodes/ebnf-otz.el:
4716         * progmodes/ebnf-yac.el:
4717         * progmodes/ebnf2ps.el:
4718         * delim-col.el:
4719         * printing.el:
4720         * ps-bdf.el:
4721         * ps-mule.el:
4722         * ps-print.el: Remove 'Time-stamp' comment mark.
4724         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
4725         'easy-menu-add-item' when called in Emacs 21 or higher.
4727 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
4729         * progmodes/ada-xref.el (ada-check-current): Doc fix.
4730         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
4732 2006-12-04  Kim F. Storm  <storm@cua.dk>
4734         * bindings.el (global-map): Bind [signal t] to ignore, to have
4735         user signals ignored by default.
4737 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
4739         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
4740         Unicode data file pointed to by `describe-char-unicodedata-file'.
4742 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4744         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
4745         O(n^2) regexp-search by anchoring the search.
4747 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
4749         * whitespace.el (whitespace-cleanup-internal): Use current
4750         argument for recursive call.
4752 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
4754         * net/tramp.el (tramp-methods): Add "ControlPath" and
4755         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
4756         Andreas Schwab <schwab@suse.de>.
4757         (tramp-do-copy-or-rename-file-out-of-band)
4758         (tramp-open-connection-rsh): Compute format spec for ?t.
4759         (tramp-process-actions): Trace command parameters.
4761 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
4763         * simple.el (toggle-truncate-lines): Clarify doc string.
4765         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
4766         (gdb-speedbar-expand-node): Use it.
4768 2006-12-04  Richard Stallman  <rms@gnu.org>
4770         * progmodes/python.el (python-indent): Add safe-local-variable prop.
4772         * dired.el (dired-revert): Turn off dired-after-readin-hook
4773         around call to dired-readin.
4775         * menu-bar.el (menu-bar-make-toggle): Add "globally"
4776         to echo area messages.
4777         <indicate-empty-lines, case-fold-search>:
4778         Add "globally" to Help string.
4779         <case-fold-search>: MESSAGE arg need not say "globally".
4780         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
4782 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
4784         * outline.el (outline-end-of-subtree): Don't leave an empty
4785         line hidden as we would a real next heading.
4787 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
4789         * allout.el (allout-ascend): Add an optional argument to preserve
4790         original position of point when unsuccessful.  Also, fix a
4791         docstring error.
4792         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
4793         work again, using allout-ascend's new option.
4794         (allout-setup-mode-map): Extract from allout-mode to initialize
4795         allout-mode-map.  Call it on file load, so the mode docstring
4796         substitutions work even if allout mode has not yet been invoked.
4797         (allout-mode): Use new allout-setup-mode-map to track any keybinding
4798         customizations since the map was last processed.  Also, refine the
4799         docstring so it's ship-shape for release.
4800         (allout-default-layout, allout-beginning-of-line-cycles)
4801         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
4802         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
4803         (allout-version, allout-layout, allout-infer-body-reindent)
4804         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
4805         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
4806         (allout-previous-heading, allout-goto-prefix-doublechecked)
4807         (allout-current-bullet-pos, allout-next-sibling-leap)
4808         (allout-pre-command-business, allout-encrypted-type-prefix)
4809         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
4810         (allout-rebullet-topic, allout-rebullet-topic-grunt)
4811         (allout-flag-region, allout-expose-topic, allout-expose-topic)
4812         (allout-old-expose-topic, allout-listify-exposed)
4813         (allout-process-exposed, allout-latex-verb-quote)
4814         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
4815         (allout-toggle-current-subtree-encryption)
4816         (allout-toggle-subtree-encryption, allout-bullet-isearch):
4817         Remove extraneous open-paren and close paren string escapes.
4819 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
4821         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
4822         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
4823         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
4824         Fix typos in docstrings.
4826 2006-12-03  Glenn Morris  <rgm@gnu.org>
4828         * progmodes/cc-align.el
4829         * progmodes/cc-awk.el
4830         * progmodes/cc-cmds.el
4831         * progmodes/cc-compat.el
4832         * progmodes/cc-defs.el
4833         * progmodes/cc-engine.el
4834         * progmodes/cc-langs.el
4835         * progmodes/cc-menus.el
4836         * progmodes/cc-mode.el
4837         * progmodes/cc-styles.el
4838         * progmodes/cc-vars.el
4839         * progmodes/vhdl-mode.el: Fix Copyright format.
4841 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
4843         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
4844         initial down event.
4846 2006-12-02  Kim F. Storm  <storm@cua.dk>
4848         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
4849         (cua-repeat-replace-region): Make M-v more robust.
4850         (cua-paste-pop-rotate-temporarily): New defcustom.
4851         (cua-paste-pop): Use it.
4852         (cua-auto-mark-last-change): New defcustom.
4853         (cua-pop-to-last-change): New helper function.
4854         (cua-set-mark): Use them.
4856 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
4858         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
4859         mini-buffer message.
4861 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
4863         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
4865 2006-12-01  Ben North  <ben@redfrontdoor.org>
4867         * paren.el: Fix the highlight overlay extension when the user types a
4868         sequence of char very fast just before the open parenthesis.
4870 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4872         * ps-mule.el: Eliminate Emacs 20 compatibility.
4874         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
4875         (ps-print-version): New version 6.7.
4876         (ps-print-quote): Replace '?\ ' by '?\s'.
4878 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
4880         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
4881         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
4882         (hexl-end-of-1k-page): Doc fixes.
4883         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
4884         Fix typos in docstrings.
4886 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4888         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
4889         locally, i.e. without using file name handlers.
4890         (ido-read-internal): Allow mono letter host names, avoiding the
4891         `c:' problem by testing if the file exists locally.
4892         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
4894 2006-11-30  Masatake YAMATO  <jet@gyve.org>
4896         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
4897         to avoid bytecomp warnings.
4898         (hexl-mode-old-ruler-function): New variable.
4899         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
4900         and `hl-line-range-function' after `require' hl-line.
4901         Then bind `hl-line-range-function' and `hl-line-face'.
4902         Don't require frame.  Don't use `with-no-warnings'.
4903         (hexl-activate-ruler): Store the original value of
4904         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
4905         (hexl-mode-exit): Restore the original value of
4906         `ruler-mode-ruler-function'.
4908 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4910         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
4911         (hexl-mode-old-hl-line-face): New variable.
4912         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
4913         line when exit from the hexl-mode.
4915 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
4917         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
4918         Doc fixes.
4920         * international/fontset.el (create-fontset-from-ascii-font)
4921         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
4922         (fontset-name-p): Fix typo in docstring.
4924         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
4926 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4928         * ps-bdf.el: Fix maintainer email.
4930         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
4931         compatibility.
4933         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
4934         21 compatibility.
4935         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
4936         Emacs 20 & 21.
4938 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
4940         * progmodes/idlwave.el (idlwave-auto-fill):
4941         Remove paragraph-start let to prevent auto-fill giving up.
4943 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
4945         * vt100-led.el (led-state): Fix typo in previous change.
4947 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4949         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4950         Fix interactive spec of the functions getting defined to make them
4951         work as documented.
4953 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
4955         * startup.el (fancy-splash-screens): Hide initial splash buffer.
4957 2006-11-28  Kim F. Storm  <storm@cua.dk>
4959         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
4960         icomplete-mode is enabled.
4962 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
4964         * textmodes/org.el (require): Require gnus-sum during compilation
4965         to avoid problem with a macro call.
4967 2006-11-28  Glenn Morris  <rgm@gnu.org>
4969         * emacs-lisp/authors.el (authors-aliases): Add new alias.
4971         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
4972         (fortran-window-create-momentarily): Do not need string-to-char.
4974 2006-11-28  Richard Stallman  <rms@gnu.org>
4976         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4977         Replace incorrect use of assoc-default with a loop.
4979         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
4981         * simple.el (next-error-find-buffer): Improve messages.
4983         * files.el (revert-buffer): Special error message if file
4984         is now not readable.
4986         * facemenu.el (facemenu-add-new-face): Improve doc strings of
4987         constructed commands.
4989         * comint.el (comint-exec-1): Provide Emacs version and `comint'
4990         in INSIDE_EMACS.
4992 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4994         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
4996         * server.el: Remove spurious * in docstrings.
4997         (server-process-filter): Exit from recursive editing before processing
4998         a new request.
5000 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
5002         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5003         line so hidden blocks will be correctly identified.
5005 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
5007         * ledit.el (ledit-save-defun, ledit-mode):
5008         * resume.el (resume-emacs-args-buffer):
5009         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5010         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5011         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5012         (command-send-input, command-kill-line):
5013         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5015         * autoarg.el (autoarg-kp-mode): Doc fix.
5017         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
5018         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
5019         (check-emacs-lock): Doc fix.  Simplify.
5021         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
5022         (iimage-mode-buffer): Fix typos in docstring.
5024         * misc.el (zap-up-to-char): Doc fix.
5026         * time-stamp.el: Fix comment and obsolescence string for old
5027         functions.  Use `dolist' instead of `while'.
5029         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
5031         * disp-table.el (standard-display-8bit, standard-display-default):
5032         * ebuff-menu.el (electric-buffer-list):
5033         * ehelp.el (electric-help-command-loop):
5034         * font-core.el (font-lock-mode):
5035         * help-macro.el (make-help-screen):
5036         * help.el (describe-minor-mode-completion-table-for-indicator)
5037         (lookup-minor-mode-from-indicator):
5038         * indent.el (tab-to-tab-stop, move-to-tab-stop):
5039         * info-look.el (info-lookup-guess-custom-symbol):
5040         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
5041         * longlines.el (longlines-wrap-line):
5042         * macros.el (insert-kbd-macro):
5043         * menu-bar.el (menu-bar-update-buffers):
5044         * misc.el (copy-from-above-command):
5045         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
5046         * newcomment.el (comment-indent):
5047         * novice.el (disabled-command-function):
5048         * sort.el (sort-fields-syntax-table):
5049         * subr.el (momentary-string-display):
5050         * tar-mode.el (tar-header-block-summarize)
5051         (tar-clear-modification-flags):
5052         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
5053         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
5054         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
5055         (te-delete-char, te-down-vertically-or-scroll):
5056         * time-stamp.el (time-stamp-string-preprocess):
5057         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
5059 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5061         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
5062         in GUD mode.
5064         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
5065         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
5067 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5069         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
5071 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
5073         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
5074         (ada-compile-goto-error): Adapt to new argument profile of
5075         compilation-goto-locus in Emacs 22.  Don't check if the various
5076         compile functions are defined; we already do "(require 'compile)".
5078 2006-11-26  Kim F. Storm  <storm@cua.dk>
5080         * kmacro.el: Fix commentary.
5082 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5084         * progmodes/gud.el (gdb): Explain how to run in text command mode
5085         more clearly.  Say in error message that multiple debugging
5086         requires restarting GDB.
5088 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
5090         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
5092 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
5094         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
5095         (flymake-popup-menu): Use it instead of posn-at-point.
5097 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5099         * progmodes/cc-vars.el (c-backslash-column):
5100         Mention c-backslash-max-column in documentation for c-backslash-column.
5102 2006-11-24  Lars Hansen  <larsh@soem.dk>
5104         * net/tramp.el (tramp-default-method): Under Windows, change from
5105         plink to pscp.
5106         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
5107         (tramp-actions-copy-out-of-band):
5108         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
5109         (tramp-action-out-of-band): Move "Permission denied" handling to
5110         tramp-action-copy-failed.
5111         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
5112         process buffer.
5114 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5116         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5117         strings to a single string.  Quote `errors-file-name'.
5118         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5119         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5120         Adjust calls.  Use `shell-quote-argument'.
5122         * international/mule.el (load-with-code-conversion)
5123         (with-category-table): Use with-current-buffer.
5124         (after-insert-file-set-coding): Use restore-buffer-modified-p.
5126 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
5128         * mail/smtpmail.el (smtpmail-send-it):
5129         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
5130         MIME header for the message encoding.
5131         Bind coding-system-for-write around the call to mail-do-fcc.
5132         Use smtpmail-code-conv-from to encode queued mail messages.
5134 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5136         * tabify.el (tabify-regexp): Doc fix.
5138         * net/rcirc.el (rcirc-buffer-maximum-lines):
5139         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
5141         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
5142         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
5143         Fix typos in output messages.
5144         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
5146 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5148         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
5149         the horse's mouth.
5150         (hexlify-buffer): Don't re-encode an arg that's already encoded.
5152 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5154         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
5155         Remove condition-case.
5157 2006-11-23  Glenn Morris  <rgm@gnu.org>
5159         * progmodes/f90.el (f90-comment-indent): Do not move point in
5160         default case.
5162 2006-11-21  Romain Francoise  <romain@orebokech.com>
5164         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
5165         from library name (reverts change of 2005-10-25).
5167 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5169         * tutorial.el (tutorial--default-keys): Add newline and
5170         delete-backward-char bindings.
5171         (tutorial--detailed-help): Save excursion when finding keys.
5172         Correct warning string for M-x FOO case.
5173         (tutorial--display-changes): Print special keys in tutorial style.
5174         Tweak search regexp for changed keys.
5176 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5178         * thingatpt.el (thing-at-point-url-at-point): Don't add a
5179         redundant scheme.
5181 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
5183         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
5184         are new to the list at IANA.  Also added irc, mms, mmsh.
5186 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
5188         * progmodes/idlw-help.el (idlwave-html-help-location):
5189         Fail gracefully for missing help packages.
5190         (idlwave-help-assistant-open-link): Open full links.
5191         (idlwave-help-assistant-help-with-topic): Direct help link.
5193         * progmodes/idlwave.el (idlwave-mode):
5194         Set add-log-current-defun-function.
5195         (idlwave-current-routine-fullname): Add, to support add-log.
5196         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
5197         to reflect improvements to xml-parse-file.
5198         (idlwave-mode-menu-def): New binding for help-with-topic.
5200         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
5201         Handle extra newlines and spaces.
5202         (idlwave-shell-mode-map): Add help-with-topic.
5204 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
5206         * tutorial.el (tutorial-warning-face): New face.
5207         (tutorial--detailed-help, tutorial--display-changes): Use it.
5208         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
5209         Improve search pattern for occurrences of changed keys.
5211 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5213         * term/x-win.el (x-last-cut-buffer-coding): New variable.
5214         (x-select-text): Set it.
5215         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
5216         when checking for newness.
5218 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
5220         * subr.el (posn-image):
5221         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
5223         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
5225 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5227         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
5228         Exceptions to the rule "add a space between an identifier and an
5229         opening parenthesis".  Defaulted to the `#define' problem of cpp.
5230         (glasses-parenthesis-exception-p): New.  Check if the region is an
5231         exception regarding to that.
5232         (glasses-make-readable): Use it.
5233         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
5234         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
5236 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
5238         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
5240 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
5242         * progmodes/ada-mode.el (ada-make-body): Fix typo.
5244         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
5245         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
5247 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
5249         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
5250         conditions for function or variable bindings.
5252         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
5254         * progmodes/compile.el (compilation-start): Ditto.
5256 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
5258         * net/tramp.el (top): cl and custom are always required.
5260 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5262         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
5263         cut-buffers with next-selection-coding-system if not nil.
5265 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5267         * textmodes/org.el (org-fix-decoded-time): New function.
5268         (org-display-custom-time): Use `org-fix-decoded-time'.
5270 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
5272         * menu-bar.el (menu-bar-games-menu): Remove yow.
5274 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5276         * textmodes/org.el (org-scan-tags): Re-align code fixed.
5277         (org-detach-overlay): Rename from `org-detatch-overlay'.
5278         (org-table-convert-region): Insert space after column separator.
5279         (org-agenda-kill): New command.
5280         (org-metaleft): Call `org-outdent-item' on bullets.
5281         (org-metaright): Call `org-indent-item' on bullets.
5282         (org-timestamp-change): Set `org-last-changed-timestamp'.
5283         (org-current-line): Make sure (bolp) returns correct result.
5284         (org-agenda-change-all-lines): Make sure TODO are highlighted.
5286 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5288         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
5290 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
5292         * mouse.el (global-map): Change 2006-08-16 fix to call
5293         mouse-yank-at-click explicitly, since mouse events are not carried
5294         over into keyboard macros.
5296 2006-11-16  Kim F. Storm  <storm@cua.dk>
5298         * ido.el (ido-file-internal): Use current buffer's file name as default
5299         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
5301 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
5303         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
5304         (allout-inhibit-aberrance-doublecheck): Rename from
5305         allout-during-yank-processing.  All callers changed.
5306         (allout-ascend): Provide for unusual case where some topic after
5307         the first in file is at lower depth than the first.
5308         (allout-shift-in): Ensure the offspring of the new containing
5309         topic are exposed.
5310         (allout-encrypt-string): Preserve the coding-system of the text,
5311         according to that of the containing buffer.
5312         (allout-toggle-subtree-encryption): When the text being encrypted
5313         requires a different coding system, offer to preserve the coding
5314         system using a file local var.
5316 2006-11-15  Simon Marshall  <simon@gnu.org>
5318         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
5319         to recognise "T t()" as a function declaration, rather than a
5320         variable instantiation, iff at the top-level or inside a class
5321         declaration.  Suggested by Feng Li <fengli@gmail.com>.
5323 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
5325         * progmodes/ada-xref.el (ada-parse-prj-file):
5326         Don't delete project buffer; user may want to edit it.
5327         (ada-xref-set-project-field, ada-xref-current-project-file)
5328         (ada-xref-current-project, ada-show-current-project)
5329         (ada-set-main-compile-application): New functions.
5330         (ada-xref-get-project-field, ada-require-project-file):
5331         Normalize use of ada-prj-default-project-file.
5332         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
5333         Normalize use of ada-require-project-file.
5334         (ada-prj-find-prj-file): Improve doc string, comments.
5336         * progmodes/ada-mode.el (ada-mode-version): Bump version.
5337         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
5338         (ada-create-menu): Add ada-set-main-compile-application,
5339         ada-show-current-main, ada-show-current-project.
5341 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5343         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
5344         (inferior-python-mode): Use it.
5346 2006-11-14  Andreas Schwab  <schwab@suse.de>
5348         * term/xterm.el (terminal-init-xterm): Add more key bindings.
5350 2006-11-13  Kim F. Storm  <storm@cua.dk>
5352         * ido.el (ido-copy-current-word): C-o copies region if active.
5354 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
5356         * textmodes/org.el (org-emph-face): Fix typo in variable name.
5358 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
5360         * ediff.el (ediff-revision):
5361         * files.el (set-visited-file-name):
5362         * mail/rmailout.el (rmail-output-body-to-file):
5363         Use `format', not `message', in `y-or-n-p' call.
5365 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
5367         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
5368         (org-metaright): Call `org-indent-item' on bullets.
5369         (org-timestamp-change): Set `org-last-changed-timestamp'.
5370         (org-current-line): Make sure (bolp) returns correct result.
5371         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
5373 2006-11-12  Richard Stallman  <rms@gnu.org>
5375         * language/european.el (turkish-case-conversion-enable)
5376         (turkish-case-conversion-disable): New functions.
5377         ("Turkish" lang env): Use them.
5379         * international/characters.el (case table):
5380         Do nothing special for i and I.
5382         * subr.el (remove-overlays): Fix last change.
5384         * cus-edit.el (custom-save-all): Use find-file-visit-truename
5385         for visiting the custom file.
5387 2006-11-12  Markus Triska  <triska@gmx.at>
5389         * play/handwrite.el (handwrite): Also process lines not ending
5390         with newline.  Replace some position-fiddling with different
5391         logic.  Improve performance.
5393 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
5395         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
5396         replacing deleted variable `ada-check-switch'.
5397         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
5398         (ada-xref-project-files): Improve doc string.
5399         (ada-find-executable): New function.
5400         (ada-initialize-runtime-library): Use `ada-find-executable'.
5401         (ada-xref-set-default-prj-values): In compile commands, don't need
5402         `ada-cd-command'; `compile' does that more portably.
5403         Use ada-prj-default-check-cmd.
5404         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
5405         properties if not specified in project file.
5406         (ada-goto-declaration): Display useful message for new error
5407         'error-file-not-found.
5408         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
5409         'error-file-not-found.
5410         (ada-get-all-references): Match latest ali syntax.  Signal new
5411         error 'error-file-not-found.
5412         (ada-find-in-ali): Match latest ali syntax.
5413         (ada-make-filename-from-adaname): Handle different semantics of
5414         gnatkr in GNAT 3.15p vs later.
5416         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
5417         ada-procedure-start-regexp.
5418         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
5420         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
5421         with defvar.
5422         (ada-language-version): Rename ada05 -> ada2005.
5423         (ada-align-region-separate): Add `eval-when-compile'.
5424         (ada-name-regexp): Remove unneeded escapes in regexp character
5425         alternative.
5426         (ada-compile-goto-error-file-linenr-re): New constant.
5427         (ada-matching-start-re): Handle additional cases `declare',
5428         `procedure', `function'.
5429         (ada-compile-goto-error): Handle "... at line nn".
5430         (ada-mode): Clearer syntax, comments for ff-special-constructs.
5431         Delete support for old versions of `align'.
5432         (ada-search-prev-end-stmt): Handle additional keyword `private'.
5433         (ada-check-defun-name): Simplify handling of `declare'.
5434         (ada-goto-matching-start): Handle nested `begin ... end'.
5435         Handle `declare', `protected', `procedure', `function'.
5436         (ada-create-menu): Presence of arm95 is not conditional on using
5437         GNAT compiler.
5439 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
5441         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
5442         nil in the *RE-Builder* buffer (it causes spurious error messages).
5444         * server.el (server-visit-files): If `minibuffer-auto-raise' has
5445         been set to t, respect it.
5447 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
5449         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
5450         Delete commented out code for old Emacs versions.  Autoloading of
5451         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
5452         (ada-mode-version): Bump version number.
5453         (ada-95-string-keywords, ada-2005-string-keywords)
5454         (ada-2005-keywords, ada-name-regexp): New constant.
5455         (ada-language-version, ada-procedure-start-regexp, ada-mode)
5456         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
5457         (ada-package-start-regexp): Support private packages, include package
5458         name (for ada-set-point-accordingly).
5459         (ada-next-procedure, ada-previous-procedure)
5460         (ada-which-function-are-we-in): Match changes to
5461         ada-procedure-start-regexp.
5462         (ada-make-body): Make non-interactive; not a user function.
5463         (ada-make-subprogram-body): Improve doc string.
5465 2006-11-11  Romain Francoise  <romain@orebokech.com>
5467         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
5468         `compilation-error-regexp-alist' buffer-local, since we changed
5469         `compilation-error-regexp-alist-alist' locally.
5471 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
5473         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
5474         to the value of `server-raise-frame'.
5476 2006-11-11  Glenn Morris  <rgm@gnu.org>
5478         * ido.el (ido-enable-prefix)
5479         * ses.el (ses-call-printer-return)
5480         * net/tramp.el (tramp-unified-filenames)
5481         * progmodes/cc-align.el (c-lineup-string-cont)
5482         * progmodes/compile.el (compilation-directory-matcher)
5483         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5484         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5485         (vhdl-clock-rising-edge)
5486         * textmodes/org.el (org-export-with-timestamps)
5487         (org-export-remove-timestamps-from-toc)
5488         (org-export-with-tags): Improve previous doc fixes.
5490 2006-11-11  Richard Stallman  <rms@gnu.org>
5492         * textmodes/flyspell.el (flyspell-mode-map):
5493         Bind C-c $ instead of M-RET.
5495 2006-11-10  Simon Marshall  <simon@gnu.org>
5497         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
5498         fontification for "case" and "default" keywords.
5500 2006-11-10  Andreas Schwab  <schwab@suse.de>
5502         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
5503         Avoid starting sentence with "nil".
5505 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
5507         * server.el (server-raise-frame): New option.
5508         (server-switch-buffer): Use it.
5510 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
5512         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
5513         with a capital.
5515 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
5517         * textmodes/org.el (org-show-hierarchy-above)
5518         (org-show-following-heading): Fix typo in default value.
5519         (org-scan-tags): Make the search case-sensitive.
5520         (org-tags-sparse-tree): Don't overrule
5521         `org-show-following-heading' and `org-show-hierarchy-above'.
5522         (org-reveal): New command.
5523         (org-show-context): Rename from `org-show-hierarchy-above'.
5524         (org-fast-tag-selection-single-key): New option.
5525         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
5526         (org-tags-overlay): New variable.
5527         (org-agenda-todo-ignore-deadlines): New option.
5528         ("session"): Add circular data structure `org-mark-ring' to
5529         exceptions list in session.el.
5530         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
5531         New options.
5532         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
5533         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
5534         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
5535         (org-finalize-agenda): Activate bracket links in agenda.
5536         (org-at-timestamp-p, org-at-date-range-p): Additional argument
5537         INACTIVE-OK.
5538         (org-show-hierarchy-above, org-show-following-heading):
5539         List values allowed for fine-tuned configuration.
5540         (org-show-hierarchy-above): New argument CONTEXT, use the
5541         fine-tuned settings in `org-show-hierarchy-above' and
5542         `org-show-following-heading'.
5543         (org-display-custom-time): New function.
5544         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
5545         (org-display-custom-times, org-time-stamp-custom-formats):
5546         (org-maybe-intangible): New macro.
5547         (org-activate-bracket-links, org-hide-wide-columns):
5548         Use `org-maybe-intangible'.
5549         (org-open-file): Use `shell-quote-argument'.
5550         (org-display-internal-link-with-indirect-buffer): New option.
5551         (org-file-remote-p): Get regexp from list.
5552         (org-link-expand-abbrev): New function.
5553         (org-link-abbrev-alist): New option.
5554         (org-open-at-point, org-cleaned-string-for-export):
5555         Call `org-link-expand-abbrev'.
5556         (org-timeline, org-agenda-list, org-todo-list)
5557         (org-tags-view): Remove the KEEP-MODES argument.
5558         (org-finalize-agenda-hook): New hook.
5559         (org-get-alist-option): New function.
5560         (org-follow-timestamp-link): New function.
5561         (org-open-at-point): Call `org-follow-timestamp-link'.
5562         (org-log-note-marker, org-log-note-purpose)
5563         (org-log-note-window-configuration): New variables.
5564         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
5565         (org-log-note-headings): New option.
5566         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
5567         (org-store-link): Support for dired-mode.
5568         (org-open-file): Substitute environment variables into filename.
5569         (org-last): New defsubst.
5570         (org-agenda-re-align-tags): New function.
5571         (org-agenda-align-tags-to-column): New option.
5572         (org-agenda-timeline): Group removed.
5573         (org-prepare-agenda, org-prepare-agenda-buffers)
5574         (org-run-agenda-series, org-timeline, org-agenda-list)
5575         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
5576         the text property inticating the agenda type.
5577         (org-agenda-post-command-hook): Get agenda type from text property
5578         at point.
5579         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
5580         and obey `org-agenda-overriding-arguments'.
5581         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
5582         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5583         (org-agenda-week-view, org-agenda-day-view):
5584         Use `org-agenda-overriding-arguments' to make updating work with
5585         multi-block agendas.
5586         (org-agenda-prefix-format): Allow different formats for the
5587         different agenda entry types.
5588         (org-timeline-prefix-format): Option removed, use
5589         `org-agenda-prefix-format' instead.
5590         (org-prepare-agenda): New function.
5591         (org-select-timeline-window): Option removed, use
5592         `org-select-agenda-window' instead.
5593         (org-respect-restriction): Variable removed.
5594         (org-cmp-tag): New function.
5595         (org-agenda-sorting-strategy, org-entries-lessp):
5596         Implement sorting by last tag.
5597         (org-complete): Better completion in in-buffer option lines.
5598         (org-in-item-p): New function.
5599         (org-org-menu): Add entries for checkboxes.
5600         (org-cycle): Extra brouping in outline-regexp, because it is used
5601         in a search with "^" prepended.
5602         (org-provide-checkbox-statistics): New option.
5603         (org-set-font-lock-defaults): Highlight checkbox statistics.
5604         (org-update-checkbox-count-maybe)
5605         (org-get-checkbox-statistics-face): New functions.
5606         (org-update-checkbox-count): New command.
5607         (org-insert-item, org-toggle-checkbox):
5608         Call `org-update-checkbox-count-maybe'.
5609         (org-export-as-html): XEmacs compatibility for coding system.
5610         (org-force-cycle-archived): New command.
5611         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
5612         overrules cycling.
5613         (org-fix-position-after-promote): If the line contains only a todo
5614         keyword, add a final space.
5615         (org-promote-subtree, org-demote-subtree):
5616         Call `org-fix-position-after-promote'.
5618 2006-11-10  Glenn Morris  <rgm@gnu.org>
5620         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
5621         date in every year.
5622         (calendar-dst-check-each-year-flag): New customizable variable.
5623         (calendar-dst-find-data): New function, extracted from
5624         calendar-current-time-zone.
5625         (calendar-current-time-zone): Use calendar-dst-find-data.
5626         (calendar-dst-transition-cache): New variable.
5627         (calendar-dst-find-startend, calendar-dst-starts)
5628         (calendar-dst-ends): New functions.
5629         (calendar-daylight-savings-starts)
5630         (calendar-daylight-savings-ends): Change value to use
5631         calendar-dst-starts, calendar-dst-ends; respectively.
5633         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
5635         * ido.el (ido-enable-prefix)
5636         * ses.el (ses-call-printer-return)
5637         * net/tramp.el (tramp-unified-filenames)
5638         * progmodes/cc-align.el (c-lineup-string-cont)
5639         * progmodes/compile.el (compilation-directory-matcher)
5640         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5641         * progmodes/gdb-ui.el (gdb-many-windows)
5642         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5643         (vhdl-clock-rising-edge)
5644         * textmodes/org.el (org-export-with-timestamps)
5645         (org-export-remove-timestamps-from-toc, org-export-with-tags)
5646         (org-read-date): Doc fix (Nil -> nil).
5648 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5650         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
5651         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
5653 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
5655         * bs.el (bs--window-for-buffer): Remove.
5656         (bs--show-with-configuration): Use `get-window-with-predicate'
5657         instead of `bs--window-for-buffer'.
5659 2006-11-10  Kenichi Handa  <handa@m17n.org>
5661         * files.el (revert-buffer): Fix previous change.
5663 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
5665         * bs.el (bs--redisplay): Fix typo in docstring.
5666         (bs--window-config-coming-from): Make frame-local.
5667         (bs--restore-window-config): New function.
5668         (bs-kill, bs-select, bs-select-other-window)
5669         (bs-select-other-frame): Use it.
5670         (bs--window-for-buffer): Return as soon as a matching buffer is found.
5671         (bs--show-with-configuration): Save the window configuration as a
5672         frame local var, and only if *buffer-selection* is not already
5673         visible on this frame.
5675 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
5677         * vc-svn.el (vc-svn-admin-directory): New var.
5678         (vc-svn-registered, vc-svn-responsible-p)
5679         (vc-svn-repository-hostname): Use it.
5680         Suggested by arit93@yahoo.com.
5682 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
5684         * ldefs-boot.el: Regenerate.
5686 2006-11-08  Alan Mackenzie  <acm@muc.de>
5688         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
5689         case (eq open-paren-in-column-0-is-defun-start nil) by searching
5690         for least nested open-paren.
5692 2006-11-08  Romain Francoise  <romain@orebokech.com>
5694         * subr.el (remove-overlays): Fix typo in last change.
5696 2006-11-08  Richard Stallman  <rms@gnu.org>
5698         * subr.el (remove-overlays): Call overlay-recenter.
5700 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5702         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5703         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
5704         behaviour.
5705         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
5706         directly.
5708 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
5710         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
5711         (ido-max-dir-file-cache, ido-decorations)
5712         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
5713         (ido-magic-backward-char, ido-enter-dired)
5714         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
5715         (ido-list-directory, ido-first-match, ido-only-match)
5716         (ido-subdir, ido-indicator): Fix typos in docstrings.
5717         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
5718         (ido-read-internal): Fix typo in error message.
5720 2006-11-08  Kenichi Handa  <handa@m17n.org>
5722         * international/mule-cmds.el (set-default-coding-systems):
5723         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
5725 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
5727         * makefile.w32-in (setwins): Remove.
5728         (WINS_ALMOST): New macro.
5729         (WINS): Use it.
5730         (autoloads): Don't extract autoloads from files in obsolete/.
5732 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
5734         * whitespace.el (whitespace-buffer): Call remove-overlays after
5735         overlay-recenter for performance.  Suggested by Martin Rudalics.
5737 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
5739         * net/tramp.el (tramp-default-method): scp is the default method.
5741 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
5743         * server.el (server-start): Save also the Emacs pid in the server file.
5745 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
5747         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
5748         point when displaying a bibtex cross reference in the echo area.
5750 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
5752         * international/mule.el (make-char): Fix typo in docstring.
5753         (load-with-code-conversion, charsetp): Doc fixes.
5755         * international/ja-dic-cnv.el (skkdic-convert):
5756         * cus-edit.el (hook): Fix typo in docstring.
5758 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
5760         * cus-edit.el (custom-mode-map): Move defvar above code using it.
5761         (custom-mode-link-map): New variable.
5762         (custom-group-link, custom-manual): Use follow-link.
5764 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5766         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
5767         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
5769 2006-11-06  Richard Stallman  <rms@gnu.org>
5771         * textmodes/flyspell.el (flyspell-correct-word-before-point):
5772         New function broken out of flyspell-correct-word.
5773         (flyspell-mode-map): Bind it to M-RET.
5774         (flyspell-correct-word): Call it.
5776         * textmodes/fill.el (fill-minibuffer-function): New function.
5777         (fill-paragraph): Bind fill-paragraph-function to
5778         fill-minibuffer-function.
5780         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
5781         so that they aren't undefined.
5783         * dired.el (dired-readin): Locally bind file-name-coding-system.
5785         * bindings.el: Shorten and clarify usual mode line mouse help string.
5787         * Makefile.in (autoloads): Don't include `obsolete'.
5789 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
5791         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5792         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
5793         Printing menu if it's not initialized.
5794         (pr-menu-bind): Act on menu-bar-file-menu directly.
5796 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
5798         * help.el (view-emacs-news): Fix typo in error message.
5800         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
5802         * shadowfile.el (shadow-define-regexp-group)
5803         (shadow-literal-groups, shadow-insert-var): Doc fixes.
5804         (shadow-read-files): Fix typo in message.
5805         (shadow-inhibit-overload, shadow-find, shadow-suffix)
5806         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
5807         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
5808         (shadow-file-match): Fix typos in docstrings.
5810         * terminal.el (terminal-emulator): Fix typo in message.
5812         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
5814         * emacs-lisp/lselect.el (x-kill-primary-selection)
5815         (x-delete-primary-selection, x-copy-primary-selection):
5816         Fix typos in error messages.
5818         * emulation/edt-mapper.el: Fix typo in interactive message.
5820         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
5822         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
5823         (ispell-help): Fix typos in docstrings.
5824         (ispell-help): Fix typo in output message.
5826         * allout.el (allout-adjust-file-variable)
5827         (allout-passphrase-verifier-string)
5828         (allout-passphrase-hint-string)
5829         (allout-toggle-current-subtree-encryption):
5830         * apropos.el (apropos-synonyms):
5831         * cus-edit.el (hook):
5832         * emacs-lock.el (emacs-lock-from-exiting):
5833         * follow.el (follow-avoid-tail-recenter-p):
5834         * hexl.el (hexl-mode):
5835         * mouse-copy.el (mouse-copy-work-around-drag-bug):
5836         * mouse.el (mouse-set-font):
5837         * resume.el (resume-emacs-args-file):
5838         * rfn-eshadow.el (file-name-shadow-tty-properties):
5839         * t-mouse.el (t-mouse-process, t-mouse-mode):
5840         * emacs-lisp/cust-print.el (custom-print-install)
5841         (custom-print-uninstall, custom-format):
5842         * emacs-lisp/shadow.el (list-load-path-shadows):
5843         * emulation/tpu-edt.el (tpu-help-text)
5844         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
5845         (tpu-reset-control-keys):
5846         * emulation/vip.el (vip-emacs-local-map)
5847         (vip-change-mode-to-emacs):
5848         * emulation/viper.el (viper-mode, viper-set-hooks)
5849         (viper-major-mode-modifier-list):
5850         * emulation/viper-init.el (viper-emacs-state-cursor-color):
5851         * emulation/viper-keym.el (viper-emacs-kbd-map)
5852         (viper-toggle-key):
5853         * mail/feedmail.el (feedmail-queue-reminder)
5854         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
5855         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
5856         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
5857         (feedmail-sender-line, feedmail-force-binary-write)
5858         (feedmail-from-line, feedmail-deduce-envelope-from)
5859         (feedmail-x-mailer-line, feedmail-message-id-generator)
5860         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
5861         (feedmail-enable-spray, feedmail-spray-this-address)
5862         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
5863         (feedmail-queue-runner-confirm-global)
5864         (feedmail-ask-before-queue-prompt)
5865         (feedmail-ask-before-queue-reprompt)
5866         (feedmail-prompt-before-queue-standard-alist)
5867         (feedmail-prompt-before-queue-user-alist)
5868         (feedmail-prompt-before-queue-help-supplement)
5869         (feedmail-queue-use-send-time-for-message-id)
5870         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
5871         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
5872         (feedmail-mail-send-hook-queued)
5873         (feedmail-confirm-addresses-hook-example)
5874         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
5875         (feedmail-queue-runner-mode-setter)
5876         (feedmail-queue-alternative-mail-header-separator)
5877         (feedmail-queue-runner-message-sender)
5878         (feedmail-buffer-eating-function, feedmail-binmail-template)
5879         (feedmail-run-the-queue-no-prompts)
5880         (feedmail-run-the-queue-global-prompt)
5881         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
5882         (feedmail-envelope-deducer, feedmail-fiddle-date)
5883         (feedmail-default-message-id-generator)
5884         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
5885         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
5886         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
5887         (vms-pmail-setup):
5888         * play/dunnet.el (dun-help):
5889         * play/handwrite.el (handwrite):
5890         * play/hanoi.el (hanoi-unix-64):
5891         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
5892         * textmodes/enriched.el (fixed):
5893         * textmodes/org.el (org-file-apps)
5894         (org-emphasis-regexp-components, org-emphasis-alist):
5895         * textmodes/texinfmt.el (batch-texinfo-format):
5896         Fix typos in docstrings.
5898 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
5900         * loadhist.el (read-feature): Don't complete features not loaded
5901         from a file (which make `unload-feature' to fail).
5903 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5905         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
5907 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
5909         * startup.el (command-line-1): Kill emacs if the last frame is
5910         deleted while evaluating the command-line arguments.
5912 2006-11-05  Richard Stallman  <rms@gnu.org>
5914         * startup.el (init-file-had-error): Add doc string.
5915         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
5916         Use fixed-width font for keyboard key descriptions.
5918         * cus-edit.el (custom-save-all): Error if saving in .emacs
5919         and it had an error when loaded.
5921         * dired-aux.el (dired-copy-file-recursive): Catch errors
5922         from recursive copies in the loop, around the recursive call.
5924 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5926         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
5927         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
5928         `/proc/acpi/thermal_zone/*'.
5929         (battery-search-for-one-match-in-files): New.  Search a regexp in
5930         the content of some files.
5932 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
5934         * window.el (mouse-autoselect-window-now): Remove variable.
5935         (mouse-autoselect-window-state): New variable.
5936         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
5937         (mouse-autoselect-window-select, handle-select-window):
5938         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
5939         Suspend delayed autoselection during menu or popup dialog.
5941         * info-look.el (info-lookup-guess-custom-symbol): New function
5942         for retrieving symbol at point in custom buffers.
5943         (top level) <info-lookup-maybe-add-help>: Add backquote and
5944         comma to ignored characters in regexps of help specifications
5945         for emacs-lisp-mode and lisp-interaction-mode.  This permits
5946         looking up symbols in `...' and after a comma.  Add help
5947         specifications for custom-mode and help-mode.
5949 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
5951         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
5952         Don't encode body if RAW is non-nil, or if the old encoding is
5953         identical to the new encoding, or if the body contains only
5954         eight-bit-* characters.
5956 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
5958         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
5959         (faces-sample-overlay): Remove variable.
5960         (describe-face): Insert sample text in the face being described.
5962 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
5964         * whitespace.el (whitespace-indent-regexp): Make this match any
5965         multiples of eight spaces near the beginning of a line.
5966         (whitespace-buffer): Use `remove-overlays' instead of
5967         `whitespace-unhighlight-the-space' and `overlay-recenter' to
5968         speed up overlay handling.
5969         (whitespace-buffer-leading, whitespace-buffer-trailing):
5970         Make these functions highlight the text removed by
5971         `whitespace-buffer-leading-cleanup' and
5972         `whitespace-buffer-trailing-cleanup' respectively.
5973         (whitespace-buffer-search): Use `with-local-quit'.
5974         Move `format' out of loop to speed up scanning larger buffers.
5975         (whitespace-unhighlight-the-space): Remove `remove-hook' since
5976         that function is never added to a hook.
5977         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
5978         (whitespace-buffer-leading-cleanup)
5979         (whitespace-refresh-rescan-list): Fix docstrings.
5981 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
5983         * allout.el (allout-during-yank-processing): Cue for inhibiting
5984         aberrance processing during yanks.
5985         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
5986         the amount of yanked topics that can be aberrant.
5987         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
5988         a function, and supplement with inihibition of doublechecking
5989         during yanks.
5990         (allout-beginning-of-line, allout-next-heading)
5991         (allout-previous-heading, allout-goto-prefix-doublechecked)
5992         (allout-back-to-current-heading, allout-next-visible-heading)
5993         (allout-next-sibling): Use new allout-do-doublecheck function.
5994         (allout-next-sibling): Ensure we made progress when returning
5995         other than nil.
5996         (allout-rebullet-heading): Preserve text property annotations
5997         indicating the text was hidden, if it was.
5998         (allout-kill-line): Remove any added was-hidden annotations.
5999         (allout-kill-topic): Remove any added was-hidden annotations.
6000         (allout-annotate-hidden): Inhibit adding was-hidden text
6001         properties to the undo list.
6002         (allout-deannotate-hidden): New function to remove was-hidden
6003         annotation.
6004         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
6005         (allout-remove-exposure-annotation): Replace by
6006         allout-deannotate-hidden.
6007         (allout-yank-processing): Signal that yank processing is happening
6008         with allout-during-yank-processing.  Also, wrap
6009         allout-unprotected's closer to the text changes, for easier
6010         debugging.  We need to inhibit-field-text-motion explicitly, in
6011         lieu of the encompassing allout-unprotected.
6012         (outlineify-sticky): Adjust criteria for triggering new outline
6013         decorations to presence or absence of any topics, not just a topic
6014         at the beginning of the buffer.
6016 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6018         * bs.el (bs--show-all, bs--redisplay):
6019         * cus-edit.el (custom-unlispify-menu-entries)
6020         (custom-unlispify-tag-names, custom-prompt-variable):
6021         * expand.el (expand-pos):
6022         * speedbar.el (speedbar-generic-list-tag-p):
6023         * wid-edit.el (widget-image-enable):
6024         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
6025         * emacs-lisp/find-func.el (find-function-noselect)
6026         (find-function, find-variable-noselect, find-variable)
6027         (find-definition-noselect, find-face-definition):
6028         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
6029         * net/eudc-vars.el (eudc-expansion-overwrites-query):
6030         * progmodes/ada-xref.el (ada-find-in-ali):
6031         * textmodes/flyspell.el (flyspell-check-tex-math-command):
6032         * textmodes/org.el (org-copy-subtree):
6033         * textmodes/table.el (table--row-column-insertion-point-p):
6034         Use "non-nil" in docstrings.
6036 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
6038         * sort.el (sort-columns): Set the field separator to tab; on
6039         NetBSD, sort complains if "\n" is used as field separator.
6041 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
6043         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
6045 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6047         * server.el (server-auth-key): Remove.  Replace by a process-property.
6048         (server-start): Don't remove the file of the previous process, but
6049         instead clear out the place for the new file.
6050         (server-start): Set the :auth-key property.
6051         (server-process-filter): Use the :auth-key property.
6053 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
6055         * textmodes/org.el (org-mode-map): No longer copy
6056         `outline-mode-map' explicitly - this is already done by
6057         `define-derived-mode'.
6059 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
6061         * server.el (server-visit-files): Use `when'.
6062         (server-process-filter): When authentication fails, send error
6063         message to client.  Wrap `process-send-region' in `ignore-errors'
6064         instead of `condition-case', and remove misleading comment.
6066 2006-11-01  Juri Linkov  <juri@jurta.org>
6068         * simple.el (yank): Doc fix.
6070 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6072         * server.el: Try and fit within 80 columns.
6073         (server-start): Make the auth file unreadable by other users.
6075 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6077         * battery.el (battery-linux-proc-acpi): Prevent range error when
6078         `full-capacity' is 0.
6080 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6082         * faces.el (faces-sample-overlay): New defvar.
6083         (faces-sample-overlay): New function to show face sample text.
6084         (describe-face): Use it.
6086 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
6088         * progmodes/ada-stmt.el: Change maintainer, apply
6089         whitespace-cleanup, checkdoc.
6090         (ada-func-or-proc-name): Add doc string.
6092         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
6093         whitespace-cleanup, checkdoc.  Minor improvements to many doc
6094         strings and comments.
6095         (ada-prj-display-page): Change buffer name to more accurately
6096         reflect function.
6098         * progmodes/ada-xref.el: Change maintainer, apply
6099         whitespace-cleanup, checkdoc.  Minor improvements to many doc
6100         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
6101         (ada-compile-current): Don't add newlines to commands.
6103 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
6105         * server.el: Add support for TCP sockets.
6106         (server-use-tcp, server-host, server-auth-dir): New options.
6107         (server-auth-key): New variable.
6108         (server-ensure-safe-dir): Create nonexistent parent dirs.
6109         Ignore Unix-style file modes on Windows.
6110         (server-start): Crete a TCP or Unix socket according to the value
6111         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
6112         `server-auth-dir' directory.
6113         (server-process-filter): Delete process if authentication
6114         fails (which never happens for Unix sockets).
6116 2006-10-30  David Kastrup  <dak@gnu.org>
6118         * subr.el (add-to-list): Don't continue checking if a match has
6119         been found.
6121 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
6123         * tutorial.el: Move defvars to avoid bytecomp warnings.
6124         (tutorial--find-changed-keys): Check if viper-current-state is
6125         bound before using it.
6126         (help-with-tutorial): Check if viper-tutorial is defined before
6127         using it.
6129 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6131         * help-fns.el (help-with-tutorial): Move to tutorial.el.
6133         * tutorial.el: New file.
6134         (help-with-tutorial): Move here from help-fns.el. Added help for
6135         rebound keys.  Fixed resume of tutorial.
6136         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
6137         (tutorial--find-changed-keys, tutorial--display-changes)
6138         (tutorial--saved-dir, tutorial--saved-file)
6139         (tutorial--save-tutorial): New functions to support the changes in
6140         help-with-tutorial.
6142 2006-10-30  Kenichi Handa  <handa@m17n.org>
6144         * files.el (revert-buffer): If a unibyte buffer is being reverted
6145         with a coding system for multibyte, set buffer multibyte before
6146         calling insert-file-contents.
6148 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6150         * server.el (server-select-display): Use a dummy buffer to detect when
6151         the frame is later used.
6152         (server-select-display): New function.
6153         (server-process-filter): Use it to detect unused temp frames.
6155 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
6157         * progmodes/ada-mode.el: Change maintainer, apply
6158         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
6159         (ada-mode-version): New function.
6160         (ada-create-menu): Menu operations are available for all supported
6161         compilers.
6163 2006-10-29  Lars Hansen  <larsh@soem.dk>
6165         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
6166         Highlight as keyword.
6167         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
6168         Don't call tramp-method-out-of-band-p for local files.
6169         (tramp-touch): Quote file name.
6171 2006-10-28  Glenn Morris  <rgm@gnu.org>
6173         * calendar/calendar.el (cal-html-cursor-month)
6174         (cal-html-cursor-year): Add autoloads for this new package.
6175         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
6177 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
6179         * calendar/cal-html.el: New file.
6181 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
6183         * emacs-lisp/authors.el (authors-aliases): Update.
6185 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
6187         * version.el (emacs-version): Bump version number to 22.0.90.
6189 2006-10-26  John W. Eaton  <jwe@octave.org>
6191         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
6192         New defvar.
6193         (inferior-octave-resync-dirs): Check to see whether Octave has
6194         built-in variables and set inferior-octave-has-built-in-variables.
6195         Check inferior-octave-has-built-in-variables to decide whether to
6196         send commands that set built-in variables or call functions to
6197         change Octave's behavior.
6198         Send "disp (pwd ())" to Octave instead of just "pwd".
6199         (inferior-octave-startup): Send "more off" to Octave instead of
6200         "page_screen_output = 0".
6202 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
6204         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
6205         pattern normally.
6207 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
6209         * bindings.el (mode-line-mode-menu): Remove bindings for global
6210         minor modes (line/column number) as they are on the menubar.
6212 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
6214         * term/w32-win.el (x-handle-name-switch): Doc fix.
6215         (w32-standard-fontset-spec): Fix typo in docstring.
6217         * midnight.el (midnight-buffer-display-time): Doc fix.
6218         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
6220 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6222         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
6224         * viper-ex.el (ex-read): Quote file argument.
6226         * ediff-diff.el (ediff-same-file-contents): Expand file names.
6228         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
6230 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
6232         * textmodes/flyspell.el (flyspell-check-region-doublons):
6233         Fix last fix.
6235 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
6237         * bindings.el (mode-line-mode-menu): List global minor modes
6238         before local ones.
6240 2006-10-23  Kim F. Storm  <storm@cua.dk>
6242         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
6243         (sit-for): If last command was a prefix arg, add the read-ahead
6244         event to unread-command-events as (t . EVENT) so it will be added
6245         to this-command-keys by read-key-sequence.
6247 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
6249         * textmodes/flyspell.el (flyspell-word): Skip past all previous
6250         whitespace when checking doublons.
6251         (flyspell-check-region-doublons): Fix doublon regexp.
6252         (flyspell-highlight-incorrect-region): Highlight doublons using
6253         flyspell-duplicate face.
6255         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
6257 2006-10-22  John Wiegley  <johnw@newartisans.com>
6259         * progmodes/python.el (python-use-skeletons): python-mode was
6260         auto-inserting templates (for those with abbrev-mode on), not only
6261         by default -- *but without a configuration variable to disable
6262         it*.  This rendered python-mode completely useless for me, so I
6263         have added `python-use-skeletons', which is now off by default.
6265 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
6267         * progmodes/cperl-mode.el (cperl-mode): Don't assume
6268         font-lock-multiline is auto-local (it's not).
6269         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
6270         initialized before calling cperl-init-faces.
6272 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
6274         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
6275         gdb-stack-position a value when there is no fringe.
6277         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
6278         indicator if not visiting a file.
6280 2006-10-20  David Kastrup  <dak@gnu.org>
6282         * window.el (kill-buffer-and-window): Fix a bug where an aborted
6283         operation would still cause some window to collapse later.
6285 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6287         * vc.el (vc-switch-backend): Try to be more careful with unwanted
6288         side-effect due to mixing various backends's file properties.
6290         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
6291         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
6292         Return `filename's status if applicable.  Update callers.
6294 2006-10-19  Kenichi Handa  <handa@m17n.org>
6296         * international/kkc.el (kkc-region): When a key sequence is not
6297         defined, append (this-single-command-raw-keys) to
6298         unread-input-method-events.
6300 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
6302         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
6304 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6306         * version.el (emacs-version): Use mac-carbon-version-string.
6308         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
6310 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6312         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
6313         Kenichi Handa).
6314         (xselect-convert-to-string): Decline requests for UTF8_STRING if
6315         the selection is not UTF-8.
6317 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
6319         * progmodes/ada-mode.el (ada-83-string-keywords)
6320         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
6321         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
6322         (ada-looking-at-semi-private, ada-get-body-name):
6323         Fix typos in docstrings.
6324         (ada-create-case-exception, ada-create-case-exception-substring):
6325         Fix typos in error messages.
6326         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
6328 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6330         * term/x-win.el (res-geometry): Don't set geometry from Xresources
6331         to default-frame-alist if default-frame-alist already contains
6332         width/height.
6334 2006-10-18  Richard Stallman  <rms@gnu.org>
6336         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
6337         Non-interactive arg is the value, not the expression.
6339         * simple.el (read-expression-map): Just set it, no defvar.
6341         * subr.el (insert-for-yank-1): If last inserted char has
6342         properties, mark them as rear-nonsticky.
6344         * recentf.el (recentf-mode): Doc fix.
6346         * facemenu.el (facemenu-add-new-face): Defend against symbol
6347         that isn't a face name.
6349         * dired-aux.el (dired-do-copy): Doc fix.
6351 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
6353         * simple.el (line-move-1): Ignore fields when moving to the
6354         beginning of line to avoid getting point stuck.
6356 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
6358         * textmodes/flyspell.el (flyspell-word-search-backward):
6359         Set inhibit-point-motion-hooks to avoid looping due to intangibile
6360         text.
6362 2006-10-16  Richard Stallman  <rms@gnu.org>
6364         * help-fns.el (describe-function-1): Special case optimization
6365         for self-insert-command.
6367 2006-10-16  Kim F. Storm  <storm@cua.dk>
6369         * ido.el (ido-reread-directory): Work in `dir' mode too.
6371 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
6373         * textmodes/table.el: Require 'regexp-opt.
6375 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6377         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
6378         Use shell-quote-argument.
6380         * shell.el (explicit-bash-args): Likewise.
6382         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
6383         Use grep -E rather than egrep.
6385 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6387         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
6389 2006-10-15  Kim F. Storm  <storm@cua.dk>
6391         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
6393 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6395         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
6396         to protect whitespace and metacharacters from the shell.
6398 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6400         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
6402 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
6404         * subr.el (start-process-shell-command): Doc fix.
6406 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
6408         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
6409         the regexp for Maxima symbols.
6411 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6413         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
6414         (vc-find-root): Don't walk higher up than ~.
6416 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
6418         * international/utf-8.el (utf-translate-cjk-load-tables):
6419         Avoid clobbering last-coding-system-used during load.
6421 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
6423         * textmodes/reftex-global.el (reftex-create-tags-file):
6424         Quote file arguments.
6426 2006-10-12  Richard Stallman  <rms@gnu.org>
6428         * files.el (file-name-history): Add defvar.
6429         (save-some-buffers-action-alist): Improve description strings.
6431 2006-10-12  Andreas Schwab  <schwab@suse.de>
6433         * files.el (auto-mode-alist): Match change log file name also with
6434         a dash before a numeric extension.
6436 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
6438         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
6439         After 5.0:
6440         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
6442         After 5.1: Major edit.  Summary of most visible changes:
6444         - Multiple <<HERE per line allowed.
6445         - Handles multiline subroutine declaration headers (with comments).
6446           (The exception is `cperl-etags' - but it is not used in the rest
6447           of the mode.)
6448         - Fontifies multiline my/our declarations (even with comments,
6449           and with legacy `font-lock').
6450         - Major speedup of syntaxification, both immediate and postponed
6451           (3.5x to 15x [for different CPUs and versions of Emacs] on the
6452           huge real-life document I tested).
6453         - New bindings, edits to imenu.
6454         - "_" is made into word-char during fontification/syntaxification;
6455           some attempts to recognize non-word "_" during other operations too.
6456         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
6457         - autoload some more perldoc-related stuff
6458         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
6459         - Attempt to incorporate XEmacs edits which reached me.
6461         Fine-grained changelog:
6462         (cperl-hook-after-change): New configuration variable.
6463         (cperl-vc-sccs-header): Likewise.
6464         (cperl-vc-sccs-header): Likewise.
6465         (cperl-vc-header-alist): Default via two preceding variables.
6466         (cperl-invalid-face): Remove double quoting under XEmacs
6467                 (still needed under 21.2).
6468         (cperl-tips): Update URLs for resources.
6469         (cperl-problems): Likewise.
6470         (cperl-praise): Mention new features.
6471         New C-c key bindings: for `cperl-find-bad-style',
6472         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
6473         `cperl-perdoc', and `cperl-perldoc-at-point'.
6474         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
6475         moved, new submenu of Tools with Ispell entries and narrowing.
6476         (cperl-after-sub-regexp): New defsubst.
6477         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
6478                 Allows heads up to head4.
6479                 Allow "package;".
6480         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
6481         (paren-backwards-message): ??? Something for XEmacs???
6482         (cperl-mode): Never auto-switch abbrev-mode off.
6483                 Try to allow '_' be non-word char.
6484                 Do not use `font-lock-unfontify-region-function' on XEmacs.
6485                 Reset syntax cache on mode start.
6486                 Support multiline facification (even on legacy `font-lock').
6487         (cperl-facemenu-add-face-function): ??? Some contributed code ???
6488         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
6489                 refuse to inform us whether the fontification is due to lazy
6490                 calling or due to edit to a buffer, install our own hook
6491                 (controlled by `cperl-hook-after-change').
6492         (cperl-electric-pod): =cut may have been recognized as start.
6493         (cperl-block-p): Move, updatedfor attributes.
6494         (cperl-calculate-indent): Try to allow '_' be non-word char
6495                 Support subs with attributes.
6496         (cperl-where-am-i): Quiet (?) a warning.
6497         (cperl-cached-syntax-table): New function.
6498         (cperl-forward-re): Use `cperl-cached-syntax-table'.
6499         (cperl-unwind-to-safe): Recognize `syntax-type' property
6500                 changing in a middle of line.
6501         (cperl-find-sub-attrs): New function.
6502         (cperl-find-pods-heres): Allow many <<EOP per line.
6503                 Allow subs with attributes.
6504                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
6505                 Recognize "extproc " (OS/2) case-folded and only at start.
6506                 /x on s///x with empty replacement was not recognized.
6507                 Better comments.
6508         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
6509                 Allow subs with attributes, labels.
6510                 Do not confuse "else::foo" with "else".
6511                 Minor optimizations...
6512         (cperl-after-expr-p): Try to allow '_' be non-word char.
6513         (cperl-fill-paragraph): Try to detect a major bug in Emacs
6514                 with `looking-at' inside `narrow' and bulk out if found.
6515         (cperl-imenu--create-perl-index): Updates for new
6516                 `cperl-imenu--function-name-regexp-perl'.
6517         (cperl-outline-level): Likewise.
6518         (cperl-init-faces): Allow multiline subroutine headers
6519                 and my/our declarations, and ones with comments.
6520                 Allow subroutine attributes.
6521         (cperl-imenu-on-info): Better docstring.
6522         (cperl-etags): Rudimentary support for attributes.
6523                 Support for packages and "package;".
6524         (cperl-add-tags-recurse-noxs): Better (?) docstring.
6525         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
6526         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
6527         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
6528         (cperl-perldoc): Add autoload.
6529         (cperl-perldoc-at-point): Likewise.
6530         (cperl-here-doc-spell): New function.
6531         (cperl-pod-spell): Likewise.
6532         (cperl-map-pods-heres): Likewise.
6533         (cperl-get-here-doc-region): Likewise.
6534         (cperl-font-lock-fontify-region-function): Likewise (backward
6535                 compatibility for legacy `font-lock').
6536         (cperl-font-lock-unfontify-region-function): Fix style.
6537         (cperl-fontify-syntaxically): Recognize and optimize away deferred
6538                 calls with no-change.  Governed by `cperl-hook-after-change'.
6539         (cperl-fontify-update): Recognize that syntaxification region
6540                 can be larger than fontification one.
6541                 XXXX we leave `cperl-postpone' property, so this is quadratic...
6542         (cperl-fontify-update-bad): Temporary placeholder until
6543                 it is clear how to implement `cperl-fontify-update'.
6544         (cperl-time-fontification): New function.
6545         (attrib-group): New text attribute.
6546         (multiline): New value: `syntax-type' text attribute.
6548         After 5.2:
6549         (cperl-emulate-lazy-lock): New function.
6550         (cperl-fontify-syntaxically): Would skip large regions.
6551         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
6552         Some globals were declared, but uninitialized.
6554         After 5.3, 5.4:
6555         (cperl-facemenu-add-face-function): Add docs, fix U<>.
6556         Copyright message updated.
6557         (cperl-init-faces): Work around a bug in `font-lock'. May slow
6558                         facification down a bit.
6559                 Misprint for my|our|local for old `font-lock'
6560                         "our" was not fontified same as "my|local".
6561                 Highlight variables after "my" etc even in
6562                         a middle of an expression.
6563                 Do not facify multiple variables after my etc
6564                         unless parentheses are present.
6566         After 5.5, 5.6
6567         (cperl-fontify-syntaxically): after-change hook could reset.
6568         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
6570         After 5.7:
6571         (cperl-init-faces): Allow highlighting of local ($/).
6572         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
6573         (cperl-problems): Remove fixed problems.
6574         (cperl-find-pods-heres): Recognize #-comments in m##x too.
6575                 Recognize charclasses (unless delimiter is \).
6576         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
6577         (cperl-regexp-scan): Update docs.
6578         (cperl-beautify-regexp-piece): Use information got from regexp scan.
6580         After 5.8:
6581         Major user visible changes:
6582         Recognition and fontification of character classes in RExen.
6583         Variable indentation of RExen according to groups.
6585         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
6586                 Fontify REx charclasses in variable-name face.
6587                 Fontify POSIX charclasses in "type" face.
6588                 Fontify unmatched "]" in function-name face.
6589                 Mark first-char of HERE-doc as `front-sticky'.
6590                 Reset `front-sticky' property when needed.
6591         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
6592         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
6593         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
6594                 constructs.  Support `narrow'ed buffers.
6595         (cperl-praise): Remove a reservation.
6596         (cperl-make-indent): New function.
6597         (cperl-indent-for-comment): Use `cperl-make-indent'.
6598         (cperl-indent-line): Likewise.
6599         (cperl-lineup): Likewise.
6600         (cperl-beautify-regexp-piece): Likewise.
6601         (cperl-contract-level): Likewise.
6602         (cperl-toggle-set-debug-unwind): New function.
6603                 New menu entry for this.
6604         (fill-paragraph-function): Use when `boundp'.
6605         (cperl-calculate-indent): Take into account groups when indenting RExen.
6606         (cperl-to-comment-or-eol): Recognize # which end a string.
6607         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
6608         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
6609         (cperl-fontify-syntaxically): More clear debugging message.
6610         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
6611         (cperl-init-faces): More complicated highlight even on XEmacs (new).
6612         Merge cosmetic changes from XEmacs.
6614         After 5.9:
6615         (cperl-1+): Move to before the first use.
6616         (cperl-1-): Likewise.
6618         After 5.10:
6620         This code may lock Emacs hard!!!  Use at your own risk!
6622         (cperl-font-locking): New internal variable.
6623         (cperl-beginning-of-property): New function.
6624         (cperl-calculate-indent): Use `cperl-beginning-of-property'
6625         instead of `previous-single-property-change'.
6626         (cperl-unwind-to-safe): Likewise.
6627         (cperl-after-expr-p): Likewise.
6628         (cperl-get-here-doc-region): Likewise.
6629         (cperl-font-lock-fontify-region-function): Likewise.
6630         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
6631                         recursively.
6632                 Bound `next-single-property-change' via `point-max'.
6633         (cperl-unwind-to-safe): Bound likewise
6634         (cperl-font-lock-fontify-region-function): Likewise.
6635         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
6636                 Initialization of `cperl-font-lock-multiline-start' could be
6637                 missed if the "main" fontification did not run due to the
6638                 keyword being already fontified.
6639         (cperl-pod-spell): Return t from do-one-chunk function.
6640         (cperl-map-pods-heres): Stop when the worker returns nil.
6641                 Call `cperl-update-syntaxification'.
6642         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
6643         (cperl-get-here-doc-delim): Remove unused function.
6645         After 5.11:
6647         The possible lockup of Emacs (introduced in 5.10) fixed.
6649         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
6650         (cperl-syntaxify-for-menu): New customization variable.
6651         (cperl-select-this-pod-or-here-doc): New function.
6652         (cperl-get-here-doc-region): Extra argument.
6653                 Do not adjust pos by 1.
6655         New menu entries
6656                 (Perl/Tools): Selection of current POD or HERE-DOC section.
6657                 (Debugging CPerl:) backtrace on fontification.
6659         After 5.12:
6660         (cperl-cached-syntax-table): Use `car-safe'.
6661         (cperl-forward-re): Remove spurious argument SET-ST.
6662                 Add documentation.
6663         (cperl-forward-group-in-re): New function.
6664         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
6665         (XXXX Temporary (?) hack is to syntax-mark them as comment).
6667         After 5.13:
6668         (cperl-string-syntax-table): Make { and } not-grouping
6669           (Sometimes they ARE grouping in RExen, but matching them would only
6670            confuse in many situations when they are not)
6671         (beginning-of-buffer): Replace two occurrences with goto-char...
6672         (cperl-calculate-indent): `char-after' could be nil...
6673         (cperl-find-pods-heres): REx can start after "[" too.
6674                 Hightlight (??{}) in RExen too.
6675         (cperl-maybe-white-and-comment-rex): New constant
6676         (cperl-white-and-comment-rex): Likewise.
6677                 XXXX Not very efficient, but hard to make
6678                 better while keeping 1 group.
6680         After 5.13:
6681         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
6682                 Likewise for 1 << identifier.
6684         After 5.14:
6685         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
6686                 Error-less condition-case could fail.
6687         (cperl-font-lock-fontify-region-function): Likewise.
6688         (cperl-init-faces): Likewise.
6690         After 5.15:
6691         (cperl-find-pods-heres): Support property REx-part2.
6692         (cperl-calculate-indent): Likewise.
6693                 Don't special-case REx with non-empty 1st line.
6694         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
6695                 Invert highlighting of charclasses:
6696                         now the envelop is highlighted.
6697                 Highlight many others 0-length builtins.
6698         (cperl-praise): Mention indenting and highlight in RExen.
6700         After 5.15:
6701         (cperl-find-pods-heres): Highlight capturing parens in REx.
6703         After 5.16:
6704         (cperl-find-pods-heres): Highlight '|' for alternation
6705         Initialize `font-lock-warning-face' if not present.
6706         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
6707                          `font-lock-function-name-face'.
6708         (cperl-look-at-leading-count): Likewise.
6709         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
6710                         `font-lock-keyword-face' (needed for
6711                         batch processing), etc...
6712                 Use `font-lock-builtin-face' for builtin in REx
6713                         Now `font-lock-variable-name-face'
6714                         is used for interpolated variables
6715                 Use "talking aliases" for faces inside REx
6716                 Highlight parts of REx (except in charclasses)
6717                         according to the syntax and/or semantic
6718                 Syntax-mark a {}-part of (?{}) as "comment"
6719                         (it was the ()-part)
6720                 Better logic to distinguish what is what in REx
6721         (cperl-tips-faces): Document REx highlighting
6722         (cperl-praise): Mention REx syntax highlight etc.
6724         After 5.17:
6725         (cperl-find-sub-attrs): Would not always manage to print error message.
6726         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
6728         After 5.18:
6729         (cperl-find-pods-heres): Misprint in REx for parsing REx.
6730                 Very minor optimization.
6731                 `my-cperl-REx-modifiers-face' got quoted.
6732                 Recognize "print $foo <<END" as HERE-doc.
6733                 Put `REx-interpolated' text attribute if needed.
6734         (cperl-invert-if-unless-modifiers): New function.
6735         (cperl-backward-to-start-of-expr): Likewise.
6736         (cperl-forward-to-end-of-expr): Likewise.
6737         (cperl-invert-if-unless): Works in "the opposite way" too.
6738                 Cursor position on return is on the switch-word.
6739                 Indents comments better.
6740         (REx-interpolated): New text attribute.
6741         (cperl-next-interpolated-REx): New function.
6742         (cperl-next-interpolated-REx-0): Likewise.
6743         (cperl-next-interpolated-REx-1): Likewise.
6744         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
6745         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
6746         (cperl-praise): Mention finded interpolated RExen.
6748         After 5.19:
6749         (cperl-init-faces): Highlight %$foo, @$foo too.
6750         (cperl-short-docs): Better docs for system, exec.
6751         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
6752                 Would not find HERE-doc ended by EOF without NL.
6753         (cperl-short-docs): Correct not-doubled \-escapes.
6754         start block: Put some `defvar' for stuff gone from XEmacs.
6756         After 5.20:
6757         initial comment: Extend copyright, fix email address.
6758         (cperl-indent-comment-at-column-0): New customization variable.
6759         (cperl-comment-indent): Indentation after $#a would increasy by 1.
6760         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
6761         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
6762         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
6763         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
6764                         highlight $ in $foo too (UNTESTED).
6765         (cperl-set-style): Docstring missed some available styles.
6766         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
6767                 Change "Current" to "Memorize Current".
6768         (cperl-indent-wrt-brace): New customization variable; the default is
6769                 as for pre-5.2 version.
6770         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
6771         (cperl-style-alist): Likewise.
6772         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
6773                 and `cperl-extra-newline-before-brace' etc
6774                 being t
6775         (cperl-indent-exp): Plans B and C to find continuation blocks even
6776                 if `cperl-extra-newline-before-brace' is t.
6778         After 5.21:
6779         Improve some docstrings concerning indentation.
6780         (cperl-indent-rules-alist): New variable.
6781         (cperl-sniff-for-indent): New function name
6782                 (separated from `cperl-calculate-indent').
6783         (cperl-calculate-indent): Separate the sniffer and the indenter;
6784                 uses `cperl-sniff-for-indent' now.
6785         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
6786                 was inverted;
6787                 Support `comment-column' = 0.
6789 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
6791         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
6792         * help-at-pt.el (scan-buf-move-to-region): Likewise.
6793         * longlines.el (longlines-window-change-function): Likewise.
6794         * simple.el (undo-ask-before-discard): Likewise.
6795         * wid-edit.el (widget-field-prompt-internal)
6796         (widget-documentation-link-p): Likewise.
6798 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6800         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
6801         for a keyword.
6803 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6805         * newcomment.el (comment-valid-prefix-p): Make the check
6806         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
6807         (comment-indent-new-line): Adjust call.
6809 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
6811         * allout.el (allout-back-to-current-heading): Base on lower-level
6812         routines to get proper disqualification of aberrant topics.
6814 2006-10-09  Richard Stallman  <rms@gnu.org>
6816         * textmodes/two-column.el (2C-two-columns): Doc fix.
6818 2006-10-09  Kim F. Storm  <storm@cua.dk>
6820         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
6821         about implicit use.
6823 2006-10-08  Richard Stallman  <rms@gnu.org>
6825         * textmodes/two-column.el (2C-two-columns): Doc fix.
6827 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6829         * files.el: Mark `buffer-read-only' as safe-local-variable.
6831 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
6833         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
6834         Burp if GUD buffer has been killed.
6836 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6838         * completion.el (add-completions-from-c-buffer):
6839         Don't presume an error's second element is a string.
6840         Use looking-at rather than buffer-substring + member.
6842 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
6844         * mail/rmail.el (rmail-redecode-body): If the old encoding is
6845         `undecided', call find-coding-systems-region to find a proper
6846         non-trivial encoding.
6847         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
6848         and "text/plain".
6850 2006-10-07  Kevin Ryde  <user42@zip.com.au>
6852         * textmodes/reftex-vars.el (defgroup reftex): Update home page
6853         url-link.
6855         * strokes.el (defgroup strokes): Remove invalid url-link.
6857 2006-10-07  Magnus Henoch  <mange@freemail.hu>
6859         * autoinsert.el (auto-insert-alist): Doc fix.
6861 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6863         * mouse-sel.el (mouse-insert-selection-internal):
6864         Use insert-for-yank, so that yank handlers are run.
6866 2006-10-07  Kim F. Storm  <storm@cua.dk>
6868         * ido.el (ido-file-extension-aux): Fix comparison.
6870 2006-10-06  Kim F. Storm  <storm@cua.dk>
6872         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
6874 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
6876         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
6877         (ad-make-mapped-call): Use `let', not `let*'.
6879 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
6881         * international/mule-cmds.el (coding-system-change-eol-conversion):
6882         Ensure the coding system is initialized before calling
6883         coding-system-eol-type.
6885 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
6887         * textmodes/org.el (org-rm-props, org-activate-plain-links)
6888         (org-activate-angle-links, org-activate-dates)
6889         (org-activate-target-links, org-activate-camels)
6890         (org-activate-tags): Add `rear-nonsticky' text property to avoid
6891         textproperty keymaps from being active beyond the end of a line.
6892         (org-unfontify-region): Also remove `rear-nonsticky' property.
6894 2006-10-04  Kenichi Handa  <handa@m17n.org>
6896         * international/code-pages.el (next): Table fixed.
6898 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6900         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
6901         that it's been made unnecessary by removing narrowing.
6903 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6905         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
6906         control flow a bit, simplify another bit, and add comments.
6908 2006-10-03  David Kastrup  <dak@gnu.org>
6910         * help.el (describe-mode): For clicks on mode-line, use "@"
6911         interactive argument to get the major mode of the click instead of
6912         the current buffer.
6914         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
6915         in order to better redirect mouse-2 clicks.  Also allow default
6916         bindings to apply.
6918 2006-10-03  Kim F. Storm  <storm@cua.dk>
6920         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
6921         (pushnew): Fix last change.
6923 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
6925         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
6926         Use the interactive spec of `eval-expression'.
6928 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
6930         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
6932 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
6934         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
6935         2006-09-28 commit.
6937 2006-10-02  Kenichi Handa  <handa@m17n.org>
6939         * international/code-pages.el (iso-8859-6): Table fixed.
6941 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
6943         * dired.el (dired-build-subdir-alist): Fix previous change.
6945 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6947         * simple.el (undo-elt-crosses-region): Fix the inequalities.
6949 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6951         * emacs-lisp/find-func.el (find-function-regexp): Don't match
6952         "define-button-type".
6954         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
6955         they don't keep accumulating.
6957 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
6959         * ffap.el (ffap-rfc-path): Change the address of the RFC
6960         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
6962 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
6964         * allout.el (allout-expose-topic): Rectify implementation of "+"
6965         spec, so that bodies are not exposed with headlines.
6967 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
6969         * allout.el (allout-current-depth): Do aberrent check only at or
6970         below doublecheck depth.
6971         (allout-chart-subtree): Make it explicit that LEVELS being nil
6972         means unlimited depth.  Drop undocumented support for LEVELS value
6973         t meaning unlimited depth.  (This is consistent with
6974         allout-chart-to-reveal, but contrary to allout-show-children,
6975         which needs to use nil to default to depth of 1.)
6976         (allout-goto-prefix-doublechecked): Wrap long docstring line.
6977         (allout-chart-to-reveal): Be explicit in docstring about meaning
6978         of nil LEVELS, and drop support for LEVELS value t.
6979         (allout-show-children): Translate the level spec used by this
6980         routine to that used by allout-chart-subtree and
6981         allout-chart-to-reveal.
6982         (allout-show-to-offshoot): Retry once when stuck, after opening
6983         subtree - improvements in discontinuity handling likely will
6984         enable progress.
6986 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
6988         * wid-edit.el (widget-button-click-moves-point): New variable.
6989         (widget-button-click): If widget-button-click-moves-point is
6990         non-nil, set point after performing the button action.
6992         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
6994 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
6996         * files.el (find-file-existing): Modify to not allow wildcards.
6998 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7000         * simple.el (undo-more): When undo information for the region is
7001         exhausted, say "No further undo information FOR REGION".
7003 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7005         * progmodes/sh-script.el (sh-prev-thing):
7006         Take `sh-leading-keywords' into account.
7008 2006-09-29  Glenn Morris  <rgm@gnu.org>
7010         * custom.el (defcustom): Doc fix.
7012         * calendar/calendar.el (european-calendar-style):
7013         Call european-calendar or american-calendar as needed when set.
7014         (diary-view-entries, list-calendar-holidays): Move autoloads
7015         before use.
7017 2006-09-29  Juri Linkov  <juri@jurta.org>
7019         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
7020         to nil if there is no previous property change.
7022 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7024         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
7025         saving anything to be sure that `forward-sexp' behaves correctly.
7027 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
7029         * simple.el (line-move-finish): Ignore field boundaries if the
7030         initial and final points have the same `field' property.
7032 2006-09-29  Kim F. Storm  <storm@cua.dk>
7034         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
7035         to t while calling ido-read-internal.
7037 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
7039         * textmodes/org.el (org-file-remote-p): Get regexp from list.
7040         (org-archive-subtree): Remove erraneous `]' from character list.
7042 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
7044         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
7045         (ses-reconstruct-all): Make undo of "insert row" work by keeping
7046         markers for data-area and parameters-area.
7048 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7050         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
7052         * font-lock.el (font-lock-after-change-function): Refontify next line
7053         as well if end is at BOL.
7054         (font-lock-extend-jit-lock-region-after-change): Be more careful to
7055         only extend the region as much as needed.
7057 2006-09-28  Richard Stallman  <rms@gnu.org>
7059         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
7061         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
7063         * international/mule.el (after-insert-file-set-coding):
7064         If VISIT, don't let set-buffer-multibyte make undo info.
7066 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
7068         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
7069         lines in base64-encoded authentication response.
7071 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7073         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
7074         (ebnf-version): New version 4.3.
7075         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
7076         (ebnf-prologue): Adjust PostScript programming.
7077         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
7078         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
7080 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7082         * jit-lock.el (jit-lock-force-redisplay): Rename from
7083         jit-lock-fontify-again, and undo the mistaken change I've just done.
7085         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
7086         (jit-lock-fontify-again): Don't refontify text that's not displayed.
7088 2006-09-26  Kenichi Handa  <handa@m17n.org>
7090         * startup.el (display-splash-screen): Allow a prefix argument.
7092 2006-09-25  Jason Rumney  <jasonr@gnu.org>
7094         * subr.el (shell-quote-argument): Use DOS logic for Windows
7095         shells with DOS semantics.
7097 2006-09-24  Richard Stallman  <rms@gnu.org>
7099         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
7100         (compilation-goto-locus): Use compilation-goto-locus-delete-o
7101         to delete the overlay.  Put it on pre-command-hook.
7103         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
7105         * startup.el (fancy-splash-screens, normal-splash-screen):
7106         Call the splash buffer *About GNU Emacs*.
7108         * simple.el (next-error-highlight, next-error-highlight-no-select):
7109         Default to 0.5.
7110         (yank-excluded-properties): Add `fontified'.
7112         * font-lock.el (font-lock-compile-keywords): Allow value of
7113         syntax-begin-function to enable paren-column-0 highlighting.
7115 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
7117         * dired.el (dired-build-subdir-alist): When file ends in colon,
7118         don't exit the loop, just disregard that file.
7120 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
7122         * simple.el (line-move-finish): Handle corner case for fields in
7123         continued lines.
7124         (line-move-1): Remove flawed test for that case.
7126 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
7128         * icomplete.el (icomplete-simple-completing-p): Use the correct
7129         name for the new variable, `icomplete-with-completion-tables'.
7130         (file local variables): Remove superfluous setting.
7132 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
7134         * calendar/appt.el (appt-check): Fix typo for appointments just
7135         after midnight.
7137 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
7139         * help.el (describe-key-briefly, describe-key): Don't expect an
7140         extra up event if a down-event is generated by a popup menu.
7142 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
7144         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
7145         local dictionary when changing the global dictionary.
7147 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
7149         * icomplete.el (icomplete-with-completion-tables): List of
7150         specialized completion tables with which icomplete should
7151         operate.  Include the new `internal-complete-buffer', so icomplete
7152         works with interactive buffer-selection.
7153         (icomplete-simple-completing-p): Add acceptance of specialized
7154         completion tables listed in icomplete-with-completion-tables.
7156 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7158         * frame.el (focus-follows-mouse): Set default to nil on Mac.
7160         * startup.el (command-line): Use `custom-reevaluate-setting' for
7161         `focus-follows-mouse'.
7163 2006-09-22  Richard Stallman  <rms@gnu.org>
7165         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
7166         explain why Save is not available.
7168 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
7170         * woman.el (woman0-so): Use `let*', not `let'.
7171         (woman-horizontal-line): Remove unbalanced parenthesis.
7173 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7175         * woman.el: Make sure all the end-of-region markers we use have
7176         a non-nil insertion-type.
7177         (woman0-so): Move things around so we can use copy-marker.
7178         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
7179         Adjust marker type.
7180         (woman2-process-escapes): Check marker type.
7181         (woman-horizontal-line): Dispense with the use of a marker.
7183 2006-09-22  Jay Belanger  <belanger@truman.edu>
7185         * calc/calc-lang.el: Add Greek letters to math-variable-table
7186         property of tex.
7188 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
7190         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
7192 2006-09-22  Masatake YAMATO  <jet@gyve.org>
7194         * add-log.el (add-log-current-defun): Use `forward-sexp'
7195         instead of `forward-word' to pick c++::symbol.
7196         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
7198 2006-09-22  Kenichi Handa  <handa@m17n.org>
7200         * bindings.el: Fix setting self-insert-command for multibyte
7201         characters in global-map.
7203 2006-09-21  David Kastrup  <dak@gnu.org>
7205         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
7206         doc string.
7208 2006-09-21  Kenichi Handa  <handa@m17n.org>
7210         * language/european.el ("Latin-1"): Add windows-1252 to
7211         coding-priority.
7212         ("German"): Likewise.
7214 2006-09-21  Kim F. Storm  <storm@cua.dk>
7216         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
7217         Suggested by Miles Bader.
7219         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
7220         instead of add-to-list in the simple case.
7222 2006-09-20  Kenichi Handa  <handa@m17n.org>
7224         * isearch.el (isearch-process-search-char): Cancel the previous change.
7225         (isearch-search-string): New function.
7226         (isearch-search): Use isearch-search-string.
7227         (isearch-lazy-highlight-search): Likewise.
7229 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7231         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
7232         string to become an option.
7234 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7236         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
7238 2006-09-20  Kim F. Storm  <storm@cua.dk>
7240         * simple.el (line-move-partial): Call pos-visible-in-window-p with
7241         position t instead of trying both window-end and window-end - 1.
7243 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
7245         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
7246         hidden trees.
7248 2006-09-20  David Kastrup  <dak@gnu.org>
7250         * mouse.el (mouse-posn-property): Improve doc string.
7251         (mouse-on-link-p): Change buffers for function calls on links.
7253         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
7254         buffer is read-only.
7256 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
7258         * allout.el (allout-unprotected): Let inhibit-read-only only when
7259         buffer-read-only isn't set.
7260         (allout-annotate-hidden): Enable topic annotation during copies even
7261         when the buffer is read-only, eg for topic copies.  Ensure that the loop
7262         advances, even when the span extends beyond the deletion region.
7263         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
7264         rather than allout-exposure-changed-hook, as a stronger assertion.
7265         (allout-keybindings-list): Add bindings for
7266         allout-copy-line-as-kill and allout-copy-topic-as-kill.
7267         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
7268         Copy wrappers for allout-kill-line and allout-kill-topic.
7269         (allout-listify-exposed): Position correctly to accumulate lines.
7271 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
7273         * simple.el (line-move-1): Escape field boundaries occurring
7274         exactly at point.  Update goal column if constrained to a field.
7275         (line-move-finish): Escape field boundaries occurring exactly at point.
7277 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7279         * mouse.el (mouse-on-link-p): Tentatively fix last change.
7280         (mouse-drag-vertical-line): Remove unused var `wconfig'.
7282 2006-09-19  Kim F. Storm  <storm@cua.dk>
7284         * help.el (describe-key-briefly, describe-key): Simplify printing
7285         of descriptions by using format and %S.  Fix "is undefined"
7286         messages to say "at that spot" for mouse events.
7288         * simple.el (line-move-partial): Optimize.  Try window-line-height
7289         before posn-at-point to get vpos of current line.
7291 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
7293         * viper.el: Bump up version/date of update to reflect the substantial
7294         changes done in August 2006.
7296         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
7297         are defined.
7299         * ediff-util.el (ediff-add-to-history): New function.
7301         * ediff.el: Use ediff-add-to-history instead of add-to-history.
7303 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7305         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
7306         Delete duplicate make-local-variable form.
7307         (conf-space-keywords): Add autoload cookie.
7308         Fix typo (`keywords', not `keyword').
7310 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7312         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
7313         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
7314         to x-gtk-use-old-file-dialog.
7316 2006-09-18  Richard Stallman  <rms@gnu.org>
7318         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
7319         that might come in during mouse tracking.
7321 2006-09-18  Kim F. Storm  <storm@cua.dk>
7323         * simple.el (line-move-partial): Rework 2006-09-15 change to use
7324         new window-line-height function.  Further optimize by not calling
7325         pos-visible-in-window-p for window-end when window-line-height
7326         returns useful information.
7328 2006-09-16  Richard Stallman  <rms@gnu.org>
7330         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
7331         (conf-space-mode): Don't handle prefix arg.
7332         Delete conf-space-keywords-override code.
7333         Use add-hook.
7334         (conf-space-keywords): New command.
7335         (conf-space-mode-internal): Be careful with imenu-generic-expression.
7336         Delete conf-space-keywords-override code.
7337         (conf-space-keywords-alist): Doc fix.
7338         (conf-space-font-lock-keywords): Doc fix.
7339         (conf-space-keywords-override): Var deleted.
7341 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
7343         * startup.el (fancy-splash-screens): Don't switch to the scratch
7344         buffer; it may not be the next buffer.
7346 2006-09-16  Romain Francoise  <romain@orebokech.com>
7348         * saveplace.el (load-save-place-alist-from-file): Use expanded name
7349         in both messages.
7351 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
7353         * progmodes/python.el (python-preoutput-filter):
7354         Fix arg order to string-match.
7356 2006-09-16  Richard Stallman  <rms@gnu.org>
7358         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
7359         font-lock-compile-keywords.
7361         * font-lock.el (font-lock-compile-keywords): Rename optional arg
7362         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
7364 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7366         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
7368         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
7369         and the data doesn't look like UTF8, send STRING instead.
7371 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
7373         * textmodes/flyspell.el (flyspell-check-region-doublons):
7374         New function to detect duplicated words.
7375         (flyspell-large-region): Use it.
7377 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
7379         * simple.el (line-move-to-column): Revert 2006-08-03 change.
7381 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
7383         * help.el (describe-prefix-bindings): Use let, not let*.
7385 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
7387         * allout.el (allout-regexp, allout-line-boundary-regexp)
7388         (allout-bob-regexp): Correct grouping and boundaries to fix
7389         backwards traversal.
7390         (allout-depth-specific-regexp, allout-depth-one-regexp):
7391         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
7392         worse time in allout-ascend.
7393         (allout-doublecheck-at-and-shallower): Identify depth threshold
7394         below which topics are checked for and disqualified by containment
7395         discontinuities.
7396         (allout-hotspot-key-handler): Correctly handle multiple-key
7397         strokes.  Remove some unused variables.
7398         (allout-mode-leaders): Clarify that mode-specific comment-start
7399         will be used.
7400         (set-allout-regexp): Correctly regexp-quote allout regexps to
7401         properly accept alternative header-leads and primary bullets with
7402         regexp-specific characters (eg, C "/*", mathematica "(*").
7403         Include new regular expressions among those configured.
7404         (allout-infer-header-lead-and-primary-bullet):
7405         Rename allout-infer-header-lead.
7406         (allout-recent-depth): Manifest as a variable as well as a function.
7407         (allout-prefix-data): Simplify into an inline instead of a macro,
7408         assuming current match data rather than being explicitly passed
7409         it.  Establish allout-recent-depth value as well as
7410         allout-recent-prefix-beginning and allout-recent-prefix-end.
7411         (allout-aberrant-container-p): True when an item's immediate
7412         offspring discontinuously contained.  Useful for disqualifying
7413         unintended topic prefixes, likely at low depths.
7414         (allout-goto-prefix-doublechecked): Elaborate version of
7415         allout-goto-prefix which disqualifies aberrant pseudo-items.
7416         (allout-pre-next-prefix): Layer on top of lower-level routines, to
7417         get disqualification of aberrant containers.
7418         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
7419         containers.
7420         (allout-beginning-of-current-entry): Position at start of buffer
7421         when in container (depth 0) entry.
7422         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
7423         (allout-current-bullet): Strip text properties.
7424         (allout-get-prefix-bullet): Use right match groups.
7425         (allout-beginning-of-line, allout-next-heading):
7426         Disqualify aberrant containers.
7427         (allout-previous-heading): Disqualify aberrant containers, and
7428         change to regular (rather than inline) function, to allow
7429         self-recursion.
7430         (allout-get-invisibility-overlay): Increment so progress is made
7431         when the first overlay is not the sought one.
7432         (allout-end-of-prefix): Disqualify aberrant containers.
7433         (allout-end-of-line): Cycle something like allout-beginning-of-line.
7434         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
7435         outline.el outlines) functional again.  Change the primary bullet
7436         along with the header-lead - level 1 new-style bullets now work.
7437         Engage allout-before-change-handler in mainline Emacs, not just
7438         XEmacs, to do undo handling.
7439         (allout-before-change-handler): Expose undo changes occurring in
7440         hidden regions.  Use allout-get-invisibility-overlay instead of
7441         reimplementing it inline.
7442         (allout-chart-subtree): Use start rather than end of prefix in
7443         charts.  Use allout-recent-depth variable.
7444         (allout-chart-siblings): Disqualify aberrant topics.
7445         (allout-beginning-of-current-entry): Position correctly.
7446         (allout-ascend): Use new allout-depth-specific-regexp and
7447         allout-depth-one-regexp for linear instead of O(N^2) or worse
7448         behavior.
7449         (allout-ascend-to-depth): Depend on allout-ascend, rather than
7450         reimplementing an algorithm.
7451         (allout-up-current-level): Depend on allout-ascend, rather than
7452         reimplementing an algorithm.  Return to start-point if we fail.
7453         (allout-descend-to-depth): Use allout-recent-depth variable
7454         instead of function.
7455         (allout-next-sibling): On traversal of numerous intervening
7456         topics, resort to economical allout-next-sibling-leap.
7457         (allout-next-sibling-leap): Specialized version of
7458         allout-next-sibling that uses allout-ascend cleverly, to depend on
7459         a regexp search to leap large numbers of contained topics, rather
7460         than arbitrarily many one-by-one traversals.
7461         (allout-next-visible-heading): Disqualify aberrant topics.
7462         (allout-previous-visible-heading): Position consistently when
7463         interactive.
7464         (allout-forward-current-level): Base on allout-previous-sibling
7465         rather than (differently) reimplmenting the algorithm.  Remove some
7466         unused variables.
7467         (allout-solicit-alternate-bullet): Present default choice stripped
7468         of text properties.
7469         (allout-rebullet-heading): Use bullet stripped of text properties.
7470         Register changes using allout-exposure-change-hook.
7471         Disregard aberrant topics.
7472         (allout-shift-in): With universal-argument, make topic a peer of
7473         it's former offspring.  Simplify the code by separating out
7474         allout-shift-out functionality.
7475         (allout-shift-out): With universal-argument, make offspring peers
7476         of their former container, and its siblings.  Implement the
7477         functionality here, rather than inappropriately muddling the
7478         implementation of allout-shift-in.
7479         (allout-rebullet-topic): Respect additional argument for new
7480         parent-child separation function.
7481         (allout-yank-processing): Use allout-ascend directly.
7482         (allout-show-entry): Disqualify aberrant topics.
7483         (allout-show-children): Handle discontinuous children gracefully,
7484         extending the depth being revealed to expose them and posting a
7485         message indicating the situation.
7486         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
7487         Leave cursor in correct position.
7488         (allout-hide-current-subtree): Use allout-ascend directly.
7489         Disqualify aberrant topics.
7490         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
7491         a way that the yanks can restore it, as used to happen.
7492         (allout-yank-processing): Restore exposure layout as recorded by
7493         allout-kill-*, as used to happen.
7494         (allout-annotate-hidden, allout-hide-by-annotation): New routines
7495         for preseving and restoring exposure layout across kills.
7496         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
7497         (allout-encrypt-string): Strip text properties.
7498         Rearranged order and outline-headings for some of the
7499         miscellaneous functions.
7500         (allout-resolve-xref): No need to quote the error name in the
7501         condition-case handler section.
7502         (allout-flatten): Classic recursive (and recursively intensive,
7503         without tail-recursion) list-flattener, needed by allout-shift-out
7504         when confronted with discontinuous children.
7506 2006-09-16  Jason Rumney  <jasonr@gnu.org>
7508         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
7509         on ms-windows.
7510         (dnd-open-unc-file): Remove.
7511         (dnd-open-local-file): Mention in doc string that it also handles
7512         remote files if the system natively supports unc file-names.
7514 2006-09-15  Kim F. Storm  <storm@cua.dk>
7516         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
7517         all necessary information about the event before erasing *Help*.
7519         * simple.el (line-move-partial): Use window-line-visiblity to
7520         quickly check whether last line is partially visible, and only do
7521         the hard (and slow) part in that case.
7523 2006-09-15  Jay Belanger  <belanger@truman.edu>
7525         * COPYING: Replace "Library Public License" by "Lesser Public
7526         License" throughout.
7528 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7530         * term/x-win.el (x-menu-bar-open): New function for F10.
7532 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
7534         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7535         Disallow filenames containing " -" to avoid confusion with libtool
7536         compilation messages.  Suggested by Stefan Monnier.
7538 2006-09-15  David Kastrup  <dak@gnu.org>
7540         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
7541         instead of buffer position for `mouse-on-link-p'.
7543         * mouse.el (mouse-posn-property): New function looking up the
7544         properties at a click position in overlays and text properties in
7545         either buffer or strings.
7546         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
7547         of both `follow-link' as well as `mouse-face' properties.
7548         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
7549         buffer position.
7551         * help.el (describe-key-briefly): When reading a down-event on
7552         mode lines or scroll bar, swallow the following up event, too.
7553         Use the new mouse sensitity of `key-binding' for lookup.
7554         (describe-key): The same here.
7556 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
7558         * play/life.el (life-patterns): Add a few more interesting patterns.
7559         (life-setup): Force `show-trailing-whitespace' to nil.
7561 2006-09-14  Richard Stallman  <rms@gnu.org>
7563         * startup.el (fancy-splash-text): Change text to improve alignment.
7564         (fancy-splash-screens): Don't set non-standard tab width.
7565         Bind cursor-type temporarily, and make it easy to patch to
7566         preserve the splash buffer.
7567         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
7568         (fancy-splash-screens): Display echo-area message explicitly.
7569         Don't set fancy-splash-help-echo.
7571         * simple.el (line-number-mode): Group mode-line instead of
7572         editing-basics.
7573         (column-number-mode, size-indication-mode): Likewise.
7575         * faces.el (mode-line-faces): Group mode-line instead of modeline.
7577         * time.el (display-time): Group mode-line instead of modeline.
7579         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
7581 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
7583         * startup.el (fancy-splash-text): Move editing instructions to
7584         fancy-splash-head.
7585         (fancy-splash-head): Issue editing instructions.
7586         (fancy-splash-screens): Fixup whitespace.
7588 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7590         * bindings.el (mode-line-buffer-identification-keymap):
7591         Remove duplicate line.
7593 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7595         * ido.el (ido-ignore-item-p): Allow any kind of functions in
7596         ignore lists.
7598 2006-09-14  Kim F. Storm  <storm@cua.dk>
7600         * jit-lock.el (jit-lock-fontify-again): New function.
7601         (jit-lock-fontify-now): Use it instead of lambda form.
7603 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
7605         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
7606         (flyspell-auto-correct-word): Make ispell-filter local to these
7607         functions.  Check that ispell-filter has new stuff before calling
7608         ispell-parse-output.
7610 2006-09-13  Kim F. Storm  <storm@cua.dk>
7612         * simple.el (line-move-partial): Optimize.
7614 2006-09-13  Richard Stallman  <rms@gnu.org>
7616         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
7617         Delete spurious backquote.
7619 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
7621         * net/rcirc.el (rcirc-print): Fix last change.
7623 2006-09-12  Jay Belanger  <belanger@truman.edu>
7625         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
7627 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
7629         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
7630         rcirc-show-maximum-output.
7631         (rcirc-mode): Remove window-scroll-function hook.
7632         (rcirc-scroll-to-bottom): Remove function.
7633         (rcirc-print): Recenter so point stays at the bottom of the window
7634         if point was already there.
7636 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
7638         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
7639         not to "t".
7640         * progmodes/compile.el (compilation-start): Likewise.
7641         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7642         Don't use expand-file-name on invocation-directory, since this
7643         might mishandle special characters in invocation-directory.
7645 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7647         * pcvs-defs.el: Remove * in defcustom's docstrings.
7649 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
7651         * progmodes/compile.el (compilation-directory-properties):
7652         Doc fix for help-echo.
7654 2006-09-12  Lars Hansen  <larsh@soem.dk>
7656         * desktop.el (desktop-read): Add comment.
7658 2006-09-12  Kim F. Storm  <storm@cua.dk>
7660         * simple.el (next-error-highlight, next-error-highlight-no-select):
7661         Fix spelling error.
7663         * subr.el (sit-for): Rework to use input-pending-p and cond.
7664         Return nil input is pending on entry also for SECONDS <= 0.
7665         (while-no-input): Use input-pending-p instead of sit-for.
7667 2006-09-11  Richard Stallman  <rms@gnu.org>
7669         * simple.el (next-error-highlight, next-error-highlight-no-select):
7670         Fix custom type and doc strings.
7672 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7674         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
7675         (diff-apply-hunk): Use it to ask for confirmation.
7677 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
7679         * emacs-lisp/cl.el (pushnew): Add missing `,'.
7681 2006-09-11  David Kastrup  <dak@gnu.org>
7683         * help.el (string-key-binding, describe-key-briefly)
7684         (describe-key): Remove `string-key-binding' and its callers since
7685         `key-binding' already caters for the proper lookup now.
7687 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7689         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
7690         (cfengine-mode): Use it.  Fix \ syntax to be like /.
7692         * bindings.el (mode-line-buffer-identification-keymap):
7693         Move initialization into declaration.
7695 2006-09-10  Kim F. Storm  <storm@cua.dk>
7697         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
7698         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
7699         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
7700         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
7702 2006-09-10  Richard Stallman  <rms@gnu.org>
7704         * dired-aux.el: Handle errors in recursive copy usefully.
7705         (dired-create-files-failures): New variable.
7706         (dired-copy-file): Remove condition-case.
7707         (dired-copy-file-recursive): Check for errors on all file
7708         operations, and add them to dired-create-files-failures.
7709         Check file file-date-erorr here too.
7710         (dired-create-files): Check dired-create-files-failures
7711         and report those errors too.
7713         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
7715         * subr.el (add-to-list): New argument COMPARE-FN.
7717 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7719         * filecache.el (file-cache-add-directory)
7720         (file-cache-add-directory-list, file-cache-add-file)
7721         (file-cache-add-directory-using-find)
7722         (file-cache-add-directory-using-locate)
7723         (file-cache-add-directory-recursively): Add autoloads.
7725 2006-09-09  Richard Stallman  <rms@gnu.org>
7727         * textmodes/conf-mode.el (conf-space-mode):
7728         Use hack-local-variables-hook instead of calling hack-local-variables.
7729         (conf-space-keywords-override): New variable.
7730         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
7731         (conf-space-mode): Always make conf-space-keywords and
7732         conf-space-keywords-override local.
7733         Call conf-space-mode-internal directly as well as via hook.
7735 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
7737         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
7738         quasi-keywords.
7740 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7742         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
7743         (python-send-string): Be slightly more careful about adding \n.
7745         * startup.el (normal-splash-screen): Don't display the buffer if we'll
7746         kill it right away anyway.
7748 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
7750         * international/codepage.el (cp850-decode-table): Fix a few codes.
7751         (cp858-decode-table): New variable.
7753 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
7755         * net/ldap.el (ldap-search-internal): Doc fix.
7757 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7759         * play/life.el (life-display-generation): Test for input manually if
7760         `sleeptime' is negative or null.
7762         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
7763         (print-region-1): Substitute `%s' with the page title.
7765 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
7767         * locate.el (locate-current-search): New variable.
7768         (locate): Set buffer local value.  Use current buffer if it is
7769         in Locate mode.
7770         (locate-mode): Disable undo here.
7771         (locate-do-setup): Use locate-current-filter from buffer to be killed.
7772         (locate-update): Use locate-current-search and locate-current-filter.
7774 2006-09-08  David Kastrup  <dak@gnu.org>
7776         * desktop.el (desktop-read): When loading a desktop, disable
7777         saving it while the load progresses, and switch off a pending lazy
7778         load by calling `desktop-lazy-abort'.
7780 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
7782         * window.el (mouse-autoselect-window-timer)
7783         (mouse-autoselect-window-position)
7784         (mouse-autoselect-window-window)
7785         (mouse-autoselect-window-now): New vars.
7786         (mouse-autoselect-window-cancel)
7787         (mouse-autoselect-window-select)
7788         (mouse-autoselect-window-start): New functions.
7789         (handle-select-window): Call `mouse-autoselect-window-start' when
7790         delayed window autoselection is enabled.
7792         * cus-start.el (mouse-autoselect-window): Handle delayed window
7793         autoselection.
7795         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
7796         commands after which it is allowed to print in the echo area.
7798 2006-09-08  Richard Stallman  <rms@gnu.org>
7800         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
7802         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
7803         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
7805         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
7806         (cancel-timer-internal): Add doc string.
7807         (cancel-function-timers): Doc fix.
7808         (with-timeout-handler, timer-event-last*): Add doc strings.
7810         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
7812         * files.el (risky-local-variable-p): Match ...-bindat-spec.
7814         * dired.el (dired-log-summary): Add doc string.
7816         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
7817         (custom-group-menu-create): Not here.
7819 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
7821         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
7823 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7825         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
7826         (mac-apple-event-map): Define its handler.
7828 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
7830         * net/ldap.el (ldap-search-internal): Handle `auth' key.
7832 2006-09-07  Magnus Henoch  <mange@freemail.hu>
7834         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
7835         clause.
7837 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7839         * info.el (Info-index): Bind completion-ignore-case.
7841 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7843         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
7844         previous commit.
7845         (inferior-prolog-guess-flavor): New fun left out of previous commit.
7846         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
7847         burp in dedicated windows.
7848         (inferior-prolog-self-insert-command): New command.
7849         (inferior-prolog-mode-map): Use it.
7851 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7853         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
7855         * international/code-pages.el: Add cp858.
7857 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7859         * dnd.el: Fix bootstrapping.
7861 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7863         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
7864         (dnd-open-remote-url): New function.
7865         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
7866         not windows-nt.
7868 2006-09-07  Jason Rumney  <jasonr@gnu.org>
7870         * dnd.el (dnd-open-remote-file-function): New variable.
7871         (dnd-open-unc-file): New function.
7872         (dnd-open-file): Call dnd-open-remote-file-function if set.
7874 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7876         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
7877         pgg-passphrase-coding-system rather than locale-coding-system.
7878         * pgg-def.el (pgg-passphrase-coding-system): New user option.
7880 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7882         * progmodes/prolog.el: Remove * in docstrings.
7883         (prolog-program-name): Add SWI prolog.
7884         (prolog-mode-menu): New menu.
7885         (prolog-mode): Set comment-add.
7886         (prolog-indent-line): Simplify.  Use indent-line-to.
7887         (inferior-prolog-buffer): New var.
7888         (inferior-prolog-run, inferior-prolog-process): New funs.
7889         (run-prolog, switch-to-prolog): Rewrite, using them.
7890         (prolog-consult-region): Use inferior-prolog-buffer.
7891         (inferior-prolog-load-file): New function.
7892         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
7894         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
7895         last word, if it's not the end of the paragraph.
7897         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
7898         file name.
7900 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
7902         * frame.el (display-mm-dimensions-alist): New defcustom.
7903         (display-mm-height, display-mm-width): Use it.
7905 2006-09-06  Simon Josefsson  <jas@extundo.com>
7907         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
7909 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
7911         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
7912         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
7913         string values.
7915 2006-09-06  Kim F. Storm  <storm@cua.dk>
7917         * simple.el (line-move-partial): New function to do vscrolling for
7918         partially visible images / tall lines.  Rewrite based on code
7919         previously in line-move.  Simplify backwards vscrolling.
7920         (line-move): Use it.  Simplify.
7922 2006-09-05  Kim F. Storm  <storm@cua.dk>
7924         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
7926 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
7928         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7929         Process the `gcc-include' after the `gnu' rule.
7931 2006-09-05  Kim F. Storm  <storm@cua.dk>
7933         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
7935 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7937         * pgg.el (pgg-clear-string): Alias to clear-string for backward
7938         compatibility.
7940         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
7941         inhibit-redisplay; encode passphrase with locale-coding-system.
7943 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
7945         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
7947 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
7949         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
7950         (gdb-var-list-children-regexp): Make type field optional.
7952         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
7953         e.g public, protected in C++.
7955 2006-09-04  John Paul Wallington  <jpw@pobox.com>
7957         * simple.el (completion-show-help): New defcustom.
7958         (completion-setup-function): Heed it.
7960 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
7962         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
7964 2006-09-04  Richard Stallman  <rms@gnu.org>
7966         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
7967         (rsf-min-region-to-spam-list): Doc fix.
7968         (rsf-add-content-type-field): Doc fix.
7970         * simple.el (kill-region): Explicitly test there is a region.
7972 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7974         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
7975         sendmail in several common directories.
7977         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
7979         * paths.el (sendmail-program): Removed.
7981 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
7983         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
7984         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
7985         http://article.gmane.org/gmane.emacs.gnus.general/50457
7987 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
7989         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
7990         mark after running the menu filter.
7992 2006-09-03  Juri Linkov  <juri@jurta.org>
7994         * international/quail.el (quail-defrule-internal): Add a check
7995         if a key is a vector.
7997 2006-09-02  Juri Linkov  <juri@jurta.org>
7999         * man.el (Man-topic-history): New variable.
8000         (man): Use it.
8002         * woman.el (woman-topic-history): Change defvar to defvaralias
8003         for symbol `Man-topic-history'.
8005         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8006         `comint-last-output-start' is a marker by using `markerp' and
8007         check if it has a position by using `marker-position', and use
8008         this position for `goto-char'.
8010         * international/quail.el (quail-defrule-internal): Add missing
8011         `error' call for null key.
8013 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
8015         * rcirc.el (rcirc-keywords): New variable.
8016         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
8017         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
8018         variables.
8019         (rcirc-responses-no-activity): New function.
8020         (rcirc-handler-generic): Check for responses in above.
8021         (rcirc-process-command): Add ?: character to arguments of raw
8022         server commands.
8023         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
8024         `rcirc-dim-nicks'.
8025         (rcirc-gray-toggle): Remove unused variable.
8026         (rcirc-print): Remove some tracking logic, which is moved into
8027         markup functions.
8028         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
8029         types.
8030         (rcirc-activity-string): Look for 'keyword in activity-types.
8031         (rcirc-window-configuration-change): Don't erase overlay-arrow
8032         unnecessarily.
8033         (rcirc-add-or-remove): New function.
8034         (rcirc-cmd-ignore): Use it.
8035         (rcirc-message-leader): Remove unused function.
8036         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
8037         (rcirc-add-face): New function.
8038         (rcirc-facify): Use rcirc-add-face.
8039         (rcirc-url-regexp): Add parens.
8040         (rcirc-map-regexp): Remove function.
8041         (rcirc-mangle-regexp): Remove function.
8042         (rcirc-markup-text-functions): New variable.
8043         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
8044         (rcirc-markup-body-text, rcirc-markup-attributes)
8045         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
8046         (rcirc-markup-bright-nicks): New markup handler functions.
8047         (rcirc-nick-in-message-full-line): New face.
8048         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
8049         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
8051 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
8053         * cus-start.el (hscroll-margin, hscroll-step)
8054         (mode-line-in-non-selected-windows, mouse-autoselect-window)
8055         (x-use-underline-position-properties): Change version to "22.1"
8056         since they will appear there for the first time.
8058 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
8060         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
8062 2006-08-31  Richard Stallman  <rms@gnu.org>
8064         * cus-edit.el (custom-save-variables): Slight cleanup.
8065         (Custom-no-edit): Renamed from custom-no-edit.
8066         (Custom-newline): Renamed from custom-newline.
8067         (custom-mode-map): Use new names.
8069         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
8070         about customization, rather than M-x customize, in the doc string
8071         made for the defcustom.
8073         * emacs-lisp/trace.el (trace-function-background): Doc fix.
8075 2006-08-31  Romain Francoise  <romain@orebokech.com>
8077         * dired-x.el (dired-guess-shell-alist-default): Update.
8079 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
8081         * custom.el (custom-theme-set-variables): Autoload packages before
8082         sorting the variables.
8084 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
8086         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
8087         chars if XEmacs.
8088         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
8090 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8092         * progmodes/python.el (python-eldoc-function): Re-enable quit while
8093         waiting for process.
8095 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8097         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
8098         results in ASCII-only string, encode original one directly.
8100 2006-08-29  Romain Francoise  <romain@orebokech.com>
8102         * startup.el (normal-splash-screen, fancy-splash-screens):
8103         Make buffer read-only and arrange to enter view mode if necessary.
8105 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
8107         * hl-line.el (hl-line): New face.
8108         (hl-line-face): Use it.
8110         * image-mode.el (image-mode): Fix last fix.
8111         Suggested by Kim F. Storm.
8113 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
8115         Sync with Tramp 2.0.54.
8117         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
8118         of `=', because `tramp-get-remote-gid' might not always return an
8119         integer when expected.
8120         (tramp-register-file-name-handlers): `partial-completion-mode' is
8121         unknown to XEmacs.
8122         (tramp-time-diff): Don't use `floor', it might fail for large
8123         differences.
8124         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
8125         `tramp-auto-save-directory' if unset in order to guarantee unique
8126         auto-save file names.
8128 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
8130         * image-mode.el (image-mode): Display image as text on a terminal.
8132 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8134         * progmodes/python.el (python-send-command): Simplify.
8135         (run-python): Don't generate a new buffer unless `new' was specified.
8136         Make sure we send `import emacs' to the proper process.
8138         * progmodes/python.el (python-send-command): Don't wait for the command
8139         to terminate.  Don't fiddle with compilation-parsing-end.
8141 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
8143         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8144         Insert commentary after first line summary.
8146         * woman.el (woman-follow): New function, based on `man-follow'.
8147         (woman-mode-map): Use it.
8149         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
8150         since ibuffer-do-sort-by-recency does not define a sorter.
8152 2006-08-28  Kim F. Storm  <storm@cua.dk>
8154         * find-dired.el (find-dired): Use shell-quote-argument to properly
8155         escape ( and ) args.  Also use it on {} and ; args in default
8156         value of find-ls-option string.
8157         (find-grep-dired): Use shell-quote-argument on {} and ; args.
8159 2006-08-27  Michael Olson  <mwolson@gnu.org>
8161         * emacs-lisp/tq.el: Small grammar fix in comments.
8162         (tq-enqueue): Check for existence of queue rather than the
8163         head queue item's question, which was a no-op.
8164         (tq-filter, tq-process-buffer): Make sure the process buffer
8165         exists before making it the current buffer.
8167 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8169         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
8170         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
8171         (special-event-map): Apply 2006-08-16 change for x-win.el.
8173 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8175         * progmodes/python.el (python-send-receive): Wait in the
8176         process's buffer so as to check the right buffer-local variables.
8178 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8180         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
8181         (defgroup checkdoc): Move to beginning.
8183         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
8184         (python-preoutput-continuation): Remove.
8185         (python-preoutput-filter): Simplify correspondingly.
8186         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
8187         Loop around to catch embedded _emacs_out output.
8188         (run-python): Send the import&print command on a single line.
8189         (python-send-command): Send command&print on a single line.
8190         (python-send-string): Only add double \n if needed.
8191         (python-send-receive): Loop until the result comes.
8192         (python-mode-running): Defvar it.
8193         (python-setup-brm): Remove unused var `menu'.
8194         Only bind py-mode-map and `features' around brm-init.
8195         (python-calculate-indentation): Remove unused var `point'.
8196         (python-beginning-of-defun): Remove unused var `def-line'.
8198 2006-08-25  Richard Stallman  <rms@gnu.org>
8200         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
8202 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
8204         * viper.el (viper-set-hooks): Use frame bindings for
8205         viper-vi-state-cursor-color.
8206         (viper-non-hook-settings): Don't set default
8207         mode-line-buffer-identification.
8209         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
8210         (viper-set-cursor-color-according-to-state)
8211         (viper-get-saved-cursor-color-in-replace-mode)
8212         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
8213         viper-emacs-state-cursor-color.
8215         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
8216         (viper-undo): Use point if undo-beg-posn is nil.
8217         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
8218         (viper-after-change-undo-hook): Don't use
8219         viper-emacs-state-cursor-color by default.
8220         (viper-undo): More sensible positioning after undo.
8222         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
8223         (viper-emacs-state-cursor-color): Default to nil, since this feature
8224         doesn't work well yet.
8226         * ediff-mult.el (ediff-intersect-directories)
8227         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
8228         always expand filenames.
8230 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8232         * tumme.el: Remove * in defcustoms's docstrings.
8234 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
8236         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
8237         Accept internal time format for SECS arg.
8238         (timer-relative-time): Doc fix.
8240         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
8241         adapted from Martin Rudalics.
8242         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
8243         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
8244         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
8245         using sit-for.
8247 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
8249         * cus-start.el (all): Add `overline-margin' and
8250         `x-underline-at-descent-line'.
8252 2006-08-24  Kim F. Storm  <storm@cua.dk>
8254         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
8255         to mean "use find -exec"; nil now unambiguously means auto-detect.
8256         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
8257         Use shell-quote-argument to build grep-find-command and
8258         grep-find-template.
8259         (rgrep): Use shell-quote-argument to properly quote arguments to find.
8260         Reported by Tom Seddon.
8262 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
8264         * startup.el (fancy-splash-head): Give instructions for dismissing
8265         the splash screen for default startup too.
8266         (display-startup-echo-area-message, fancy-splash-screens)
8267         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
8268         all splash text at once and keep the splash buffer around.
8269         (command-line-1): Give display-startup-echo-area-message a t arg.
8271 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
8273         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
8274         gnus frame is selected.
8276 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
8278         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
8280 2006-08-22  Kim F. Storm  <storm@cua.dk>
8282         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
8283         Add suffix matching for subdirs.
8285 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
8287         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
8288         mouse-yank-at-point is non-nil.
8290 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
8292         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
8293         a bit wider and remove fringes to fit initial output on line.
8295 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8297         * frame.el (blink-cursor-end): Only ignore the error we care about.
8298         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
8300 2006-08-21  Richard Stallman  <rms@gnu.org>
8302         * whitespace.el (whitespace-cleanup): Doc fix.
8304 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
8306         * net/rcirc.el (rcirc-show-maximum-output): New var.
8307         (rcirc-buffer-process): If no buffer argument is supplied, use
8308         current-buffer.
8309         (rcirc-complete-nick): Complete to the last completed nick first.
8310         (rcirc-mode): Preserve the value of `rcirc-urls' across
8311         connections.  Setup scroll function.
8312         (rcirc-scroll-to-bottom): New function.
8313         (rcirc-print): Use nick syntax around regexp work.
8314         Notice dim-nicks speaking only if they say our nick.
8315         (rcirc-update-activity-string): Do not show the modeline indicator
8316         if there are no live rcirc processes.
8317         (rcirc-cmd-ignore): Ignore case.
8318         (rcirc-browse-url-at-point): Fix off-by-one error.
8320 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8322         * progmodes/python.el: Remove * in defcustom docstrings.
8323         (run-python, python-proc, python-try-complete): Use derived-mode-p.
8324         (python-mode): Set tab-width and indent-tabs-mode.
8326 2006-08-20  Dave Love  <fx@gnu.org>
8328         * progmodes/python.el: Update to Dave Love's latest version.
8329         (python-font-lock-keywords, python-mode): Don't use
8330         font-lock-syntax-table, but match symbol elements explicitly instead.
8331         (python-mode-map): Add help, and a few more key bindings.
8332         (python-skip-comments/blanks): Move out of comments as well.
8333         (python-continuation-line-p): Behave better with unbalanced parens.
8334         (python-blank-line-p): New fun.
8335         (python-open-block-statement-p): Don't use a heuristic.
8336         (python-outdent-p): Better handle blocks-in-the-same-line.
8337         (python-calculate-indentation): Misc improvements.
8338         (python-comment-indent): Remove.
8339         (python-block-pairs): New var.
8340         (python-first-word): New fun.
8341         (python-indentation-levels): Handle more common cases.
8342         (python-indent-line-1): Add `leave' argument.
8343         (python-indent-region): New fun.
8344         (python-skip-out): New fun.
8345         (python-beginning-of-statement, python-end-of-statement): Use it.
8346         (python-next-statement): Return correct count even at eob.
8347         (python-end-of-block): Fix paren-typo.
8348         (python-imenu-create-index): Add module variables.
8349         (run-python): Add `new' arg.
8350         Check we're at a prompt before returning.
8351         (python-send-command): Move to end of buffer.
8352         Wait for prompt to return.
8353         (python-set-proc): New fun.
8354         (python-imports): New var.
8355         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
8356         (python-eldoc-function): Try to move out of arg list.
8357         (python-outline-level): Offset by 1.
8358         (python-find-imports): New fun.
8359         (python-symbol-completions): Use python-imports.
8360         (python-module-path, ffap-alist): Add support for ffap.
8361         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
8362         (python-insert-*, python-default-template, python-expand-template):
8363         Add templates/skeletons.
8364         (python-setup-brm): Support for Bicycle Repair Man.
8365         (python-abbrev-syntax-table): New var.
8366         (python-abbrev-pc-hook, python-pea-hook): New funs.
8368 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
8370         * frame.el (blink-cursor-start): Set timer first.
8371         (blink-cursor-end): Ignore timer cancelling errors.
8372         Suggested by Ken Manheimer.
8374 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
8376         * newcomment.el (comment-box): Call `comment-normalize-vars'.
8377         Add autoload cookie.
8379 2006-08-20  Richard Stallman  <rms@gnu.org>
8381         * simple.el (line-number-at-pos): Doc fix.
8383         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
8384         timer-activate-when-idle, so timer can run before Emacs becomes
8385         non-idle again.
8387 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
8389         * whitespace.el (whitespace-cleanup-internal): New optional arg
8390         REGION-ONLY.  If it's non-nil, modify the message to the user
8391         accordingly.
8392         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
8393         a non-nil argument.
8395 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
8397         * rect.el (spaces-string): Simplify and add doc string.
8399 2006-08-17  Romain Francoise  <romain@orebokech.com>
8401         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
8403 2006-08-17  Richard Stallman  <rms@gnu.org>
8405         * compare-w.el (compare-windows): lambda's take an arg and pass
8406         it to compare-windows-skip-whitespace.
8408 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
8410         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
8411         the right buffer.
8413 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8415         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
8416         removed files.
8418 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
8420         * progmodes/gdb-ui.el (gdb-locals-watch-map)
8421         (gdb-locals-watch-map-1): Suppress keymap first.
8422         (gdb-edit-locals-map-1): New variable.
8423         (gdb-edit-locals-value): New function.
8424         (gdb-stack-list-locals-handler): Use them.
8426 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8428         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
8429         cursor would normally be drawn in the fringe.
8431         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
8432         Reported by Martin Rudalics <rudalics@gmx.at>.
8434 2006-08-16  Richard Stallman  <rms@gnu.org>
8436         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
8437         (special-event-map): Process drag-n-drop events this way.
8439         * simple.el (move-beginning-of-line): Test whether fields
8440         would prevent motion back to line's first visible character.
8441         If so, stop where the fields would stop the motion.
8443         * newcomment.el (comment-indent): Fully update INDENT
8444         before checking to see if it will change the text.
8446         * cus-edit.el (custom-newline): New function.
8447         (custom-mode-map): Bind newline to custom-newline.
8449         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
8450         into ignore-whitespace.
8451         Check each buffer for its skip-function.
8452         Handle compare-windows-skip-whitespace special-case test
8453         by returning t from default skip function.
8455 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
8457         * textmodes/org.el (org-clock-special-range)
8458         (org-clock-update-time-maybe): New functions.
8459         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
8460         not only a-z.
8461         (org-agenda-get-blocks): Allow multiple blocks per headline.
8462         (org-timestamp-change): Call `org-clock-update-time-maybe'.
8463         (org-export-html-title-format)
8464         (org-export-html-toplevel-hlevel): New options.
8465         (org-export-language-setup): Add support for Czech.
8466         (org-mode, org-insert-todo-heading, org-find-visible)
8467         (org-find-invisible, org-invisible-p, org-invisible-p2)
8468         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
8469         (org-show-subtree, org-show-entry, org-make-options-regexp):
8470         Remove compatibility support for old outline-mode.
8471         (org-check-occur-regexp): Funtion removed.
8472         (org-on-heading-p, org-back-to-heading): Made defalias.
8473         (org-set-local): New defsubst.
8474         (org-set-regexps-and-options, org-mode)
8475         (org-set-font-lock-defaults, org-edit-agenda-file-list)
8476         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
8477         (org-remember-apply-template, org-table-edit-field)
8478         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
8479         (org-set-autofill-regexps): Use `org-set-local'.
8480         (org-table-eval-formula): Fix bug with parsing of display flags.
8482 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
8484         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
8485         frame with fringe arrow.  Suggested by Simon Marshall
8486         <simon.marshall@misys.com>.
8487         (gdb-stack-position): New variable.
8488         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
8489         (gdb-frames-mode): Set gdb-stack-position to nil.
8490         Add to overlay-arrow-variable-list
8491         (gdb-reset): Delete gdb-stack-position from above list.
8493 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8495         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
8496         read only.
8498 2006-08-13  Romain Francoise  <romain@orebokech.com>
8500         * cus-theme.el (customize-create-theme)
8501         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
8503         * filesets.el (filesets-add-buffer): Ditto.
8505         * pcvs.el (cvs-change-cvsroot): Ditto.
8507 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
8509         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
8510         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
8511         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
8512         expressions.
8513         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
8514         Only search till end of line.
8515         Add face to function names in case of no filename.
8516         Add face to variable names of watchpoints.
8518 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
8520         * cus-start.el <indent-tabs-mode>: Move to the `indent'
8521         customization group.
8523 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
8525         * allout.el (allout-prior-bindings, allout-added-bindings):
8526         Remove, after long deprecation.
8527         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
8528         Add customization vars controlling allout-beginning-of-line and
8529         allout-end-of-line conveniences.
8530         (allout-header-prefix, allout-use-mode-specific-leader)
8531         (allout-use-mode-specific-leader, allout-mode-leaders):
8532         Revise docstrings.
8533         (allout-infer-header-lead): Change to be an alias for
8534         allout-infer-header-lead-and-primary-bullet.
8535         (allout-infer-header-lead-and-primary-bullet): New version of
8536         allout-infer-header-lead which assigns the primary bullet to the
8537         same as the header lead, when its being changed.
8538         (allout-infer-body-reindent): Apply regexp-quote instead of
8539         unconditionally prepending "\\", so that all literal
8540         allout-header-prefix and allout-primary-bullet strings are
8541         properly handled.
8542         (allout-add-resumptions): Add optional qualifier for extending or
8543         appending to existing values, rather than replacing them.
8544         (allout-view-change-hook): Clarify docstring.
8545         (allout-exposure-change-hook): Take explicit arguments, via
8546         run-hook-with-args.
8547         (allout-structure-added-hook)
8548         (allout-structure-deleted-hook)
8549         (allout-structure-shifted-hook): New hooks analogous to
8550         allout-exposure-change-hook for other kinds of structural outline
8551         edits.
8552         (allout-encryption-plaintext-sanitization-regexps): New encryption
8553         customization variable, by which cooperating modes can provde
8554         massage of the plaintext without actually being passed it.
8555         (allout-encryption-ciphertext-rejection-regexps)
8556         (allout-encryption-ciphertext-rejection-ceiling): New encryption
8557         customization variables, by which cooperating modes can prohibit
8558         rare but possible ciphertext patterns from fouling their
8559         operation, with actually being passed the ciphertext.
8560         (allout-mode): Run activation and deactivation hooks after the
8561         minor-mode variable has been toggled, to clarify the mode
8562         disposition.  The new encryption ciphertext rejection variable is
8563         used to ensure that the ciphertext does not contain text that
8564         would be recognized as outline structural elements by allout.
8565         Substite allout-beginning-of-line and allout-end-of-line for
8566         conventionall beginning-of-line and end-of-line bindings.
8567         If allout-old-style-prefixes is non-nil, don't nullify it on mode
8568         activation!
8569         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
8570         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
8571         (allout-chart-subtree): Implement new mode, charting only the
8572         visible items in the subtree, when new 'visible' parameter is non-nil.
8573         (allout-end-of-subtree): Properly handle the last item in the buffer.
8574         (allout-pre-command-business, allout-command-counter):
8575         Increment an advertised counter so that cooperating enhancements can
8576         track revisions of items.
8577         (allout-open-topic): Run allout-structure-added-hook with suitable
8578         arguments.
8579         (allout-shift-in): Run allout-structure-shifted-hook with suitable
8580         arguments.
8581         (allout-shift-out): Fix doubling for negative args and ensure call
8582         of allout-structure-shifted-hook by solely using allout-shift-in.
8583         (allout-kill-line, allout-kill-topic):
8584         Run allout-structure-deleted-hook with suitable arguments.
8585         (allout-yank-processing): Run allout-structure-added-hook with
8586         proper arguments.
8587         (allout-yank): Enclose activity in allout-unprotected.
8588         (allout-flag-region): Run allout-exposure-change-hook with
8589         suitable arguments, instead of making the callee infer the arguments.
8590         (allout-encrypt-string):
8591         Support allout-encryption-plaintext-sanitization-regexps,
8592         allout-encryption-ciphertext-rejection-regexps, and
8593         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
8594         en/de cryption mode in symmetric encryption failure message.
8595         (allout-obtain-passphrase): Use copy-sequence to get a distinct
8596         copy of the passphrase, and don't zero it or we'll corrupt the
8597         stashed copy.
8598         (allout-create-encryption-passphrase-verifier)
8599         (allout-verify-passphrase): Respect the new signature for
8600         allout-encrypt-string.
8601         (allout-get-configvar-values): Convenience for getting a
8602         configuration variable value and handling its absence gracefully.
8604 2006-08-11  Romain Francoise  <romain@orebokech.com>
8606         * obsolete/zone-mode.el: Delete.
8608 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8610         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
8612 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
8614         * emacs-lisp/bindat.el (bindat-ip-to-string):
8615         Use `format-network-address' if possible.
8617 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8619         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
8621 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
8623         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
8624         restore unread-command-events here.
8625         (edebug-display): Do it here, to detect sit-for interruptions.
8627 2006-08-10  Romain Francoise  <romain@orebokech.com>
8629         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
8630         (dns-mode-soa-auto-increment-serial): New user option.
8631         (dns-mode-soa-maybe-increment-serial): New function.
8632         (dns-mode): Add the latter to `write-contents-functions'.
8634         * obsolete/zone-mode.el: Move to obsolete/ from net/.
8635         Delete autoload cookies.
8637 2006-08-10  John Wiegley  <johnw@newartisans.com>
8639         * eshell/em-glob.el (eshell-glob-chars-list)
8640         (eshell-glob-translate-alist): Add support for [^g] in character globs.
8642 2006-08-10  Richard Stallman  <rms@gnu.org>
8644         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
8645         (facemenu-set-face): Doc fix.
8646         (facemenu-listed-faces): Doc fix.
8648 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
8650         * avoid.el (mouse-avoidance-animating-pointer): New var.
8651         (mouse-avoidance-nudge-mouse): Use it.
8652         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
8653         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
8654         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
8655         Don't activate if currently animating.  All callers changed.
8657 2006-08-09  John Wiegley  <johnw@newartisans.com>
8659         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
8660         variable, which causes timeclock to report elapsed time worked,
8661         instead of just work remaining.
8663 2006-08-09  Kenichi Handa  <handa@m17n.org>
8665         * international/latexenc.el (latexenc-find-file-coding-system):
8666         Fix for the case that the 2nd element of arg-list is a cons.
8668 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
8670         * info.el (Info-fontify-node): Handle preceding `in' for note
8671         reference hiding rules.
8673 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8675         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
8676         mistake a closing " for an opening one.
8678 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
8680         * term/xterm.el (terminal-init-xterm): Add more key bindings.
8682 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8684         * complete.el (PC-do-completion): Filter out completions matching
8685         completion-ignored-extensions before checking whether there are
8686         multiple completions.
8687         Don't use `list' unnecessarily when building completion tables.
8689 2006-08-06  Richard Stallman  <rms@gnu.org>
8691         * help.el (describe-mode): Make minor mode list more concise.
8693 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
8695         * bindings.el: Give mode-line-format, mode-line-modes, and
8696         mode-line-position `standard-value' properties.
8698 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
8700         * buff-menu.el (list-buffers-noselect): For Info buffers, use
8701         "(file)node" instead of the file name.
8703 2006-08-05  Richard Stallman  <rms@gnu.org>
8705         * faces.el (escape-glyph): Doc fix.
8707 2006-08-04  Kenichi Handa  <handa@m17n.org>
8709         * international/mule-diag.el (describe-font): Improve docstring
8710         and error message.  Use frame-parameter (not frame-parameters).
8712 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8714         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
8715         Correctly mark the end-of-docstring char.
8717 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
8719         * simple.el (line-move-to-column): Constrain move-to-column to
8720         current field.
8722 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8724         * font-lock.el (font-lock-beg, font-lock-end)
8725         (font-lock-extend-region-functions): New vars.
8726         (font-lock-extend-region-multiline)
8727         (font-lock-extend-region-wholelines): New functions.
8728         (font-lock-default-fontify-region): Use them.
8729         (font-lock-extend-jit-lock-region-after-change): Only round up
8730         if font-lock-default-fontify-region will do it as well.
8732         * font-lock.el (font-lock-extend-after-change-region-function):
8733         Rename from font-lock-extend-region-function.
8734         (font-lock-extend-region): Remove by inlining at call sites.
8735         (font-lock-after-change-function): Don't needlessly round up to a whole
8736         number of lines.
8737         (font-lock-extend-jit-lock-region-after-change): Be more careful about
8738         the boundary conditions and the interactions between the various ways
8739         to extend the region.
8741 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8743         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
8744         modification status when forcing the second redisplay.
8746 2006-08-03  Kim F. Storm  <storm@cua.dk>
8748         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
8750 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8752         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
8753         doesn't look like a file name.
8755         * complete.el (PC-expand-many-files): Avoid signalling an error when
8756         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
8758 2006-08-02  Andreas Schwab  <schwab@suse.de>
8760         * bindings.el (mode-line-format): Simplify reference to vc-mode.
8762 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
8764         * bindings.el (map): Make mode-line-buffer-identification-keymap
8765         before defining propertized-buffer-identification.
8767 2006-08-01  Richard Stallman  <rms@gnu.org>
8769         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
8771 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
8773         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
8774         default value.
8775         (gdb-find-source-frame): New function.
8776         (menu): Add to menu bar.
8778 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8780         * font-core.el (font-lock-extend-region-function)
8781         (font-lock-extend-region): Move to font-lock.el.
8783         * font-lock.el (font-lock-extend-region-function)
8784         (font-lock-extend-region): Move from font-core.el.  Simplify.
8786         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
8787         if needed.
8788         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
8789         (jit-lock-after-change-extend-region-functions): New hook.
8790         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
8792         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
8793         (font-lock-turn-on-thing-lock): Use it.
8795         * longlines.el (longlines-show-region): Make it work on read-only
8796         buffers as well.
8798 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
8800         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
8802 2006-07-31  Richard Stallman  <rms@gnu.org>
8804         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
8805         (vhdl-speedbar-display-projects): Update old obsolete
8806         speedbar variable names.
8808 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
8810         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
8811         (gdb-stopped): Use it.
8813         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
8815 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
8817         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
8818         for load-history elements.
8820 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
8822         * files.el (convert-standard-filename): For Cygwin, replace
8823         characters not allowed in Windows file names.
8824         (make-auto-save-file-name): Add Cygwin to the list of systems
8825         where the auto-save file name needs to be run through
8826         convert-standard-filename.
8828 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8830         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
8832 2006-07-28  Richard Stallman  <rms@gnu.org>
8834         * bindings.el (mode-line-frame-identification)
8835         (propertized-buffer-identification): Centralize the code
8836         to initialize the variable.
8838         * progmodes/grep.el (grep-default-command): Catch errors from
8839         wildcard-to-regexp.
8841 2006-07-29  Kim F. Storm  <storm@cua.dk>
8843         * progmodes/grep.el (grep-tag-default): New function.
8844         (grep-default-command, grep-read-regexp): Use it.
8845         (grep-read-files): Use car of grep-files-history or grep-files-aliases
8846         as default if nothing else applies.
8848 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
8850         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
8851         Throw error if buffer is not in Dired and Wdired mode, respectively.
8853 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
8855         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
8856         self-insert-command keys don't activate buttons.
8857         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
8859 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
8861         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
8862         faces for enable character.
8864 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
8866         * Makefile.in (recompile): Update comment to reflect change
8867         on 2004-04-21.
8869 2006-07-27  Richard Stallman  <rms@gnu.org>
8871         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
8872         (customize-package-emacs-version): Change msg when pkg has no entry.
8873         (custom-no-edit): On a button, do like widget-button-press.
8875 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8877         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
8878         S-tab and C-S-tab.
8880 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
8882         * progmodes/which-func.el (which-function): Fix documentation/
8883         comment typo.
8885 2006-07-26  Richard Stallman  <rms@gnu.org>
8887         * textmodes/ispell.el (ispell-word): If we replace the word,
8888         move point to the end.  Insert before deleting.
8890 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
8892         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
8893         a timer.
8895 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
8897         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
8898         when at first image.
8899         (tumme-forward-image): Add prefix argument.  Add error when at last
8900         image.
8902 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8904         * tabify.el (tabify-regexp): Use more specific regexps.
8905         (tabify): Avoid modifying the buffer unnecessarily.
8907 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
8909         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
8910         (tumme-format-properties-string): Handle empty `buf'.
8911         (tumme-get-comment): Change variable names inside `let'.
8912         Add missing `let' variable that cause font-lock problems.
8913         (tumme-write-comments): Change variable names inside `let'.
8914         Add missing `let' variable that cause font-lock problems.
8915         (tumme-forward-image): Rename from `tumme-forward-char'.
8916         (tumme-backward-image): Rename from `tumme-backward-char'.
8918 2006-07-25  Masatake YAMATO  <jet@gyve.org>
8920         * progmodes/ld-script.el (ld-script-keywords)
8921         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
8922         and add comments.
8924 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
8926         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8927         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
8928         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
8929         for status indicator.
8931 2006-07-24  Richard Stallman  <rms@gnu.org>
8933         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
8935         * subr.el (dolist, dotimes): Use interned symbols for locals.
8936         (--dotimes-limit--, --dolist-tail--): New defvars.
8937         (looking-back): Doc fix.
8939         * replace.el (replace-match-string-symbols): Handle dotted lists.
8941 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
8943         * tumme.el (tumme-write-tags): Add.
8944         (tumme-write-comments): Add.
8945         (tumme-tag-files): Change to use `tumme-write-tags'.
8946         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
8947         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
8948         (tumme-save-information-from-widgets): Change to use
8949         `tumme-write-comments' and `tumme-write-tags'.
8950         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
8951         (tumme-write-tag): Remove.
8952         (tumme-write-comment): Remove.
8953         (tumme-display-previous-thumbnail-original): Remove empty line.
8954         (tumme-widget-list): Add punctuation.
8956 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
8958         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
8960 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8962         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8963         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
8964         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
8966 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
8968         * mouse.el (mouse-on-link-p): Doc fix.
8970 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
8972         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8973         Handle "C-h f `".
8975 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8977         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
8978         column.
8980 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
8982         * textmodes/table.el: Add move-beginning-of-line and
8983         move-end-of-line to Point Motion Only Group.
8985 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
8987         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
8989 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8991         * startup.el (user-mail-address): Initialize from the `EMAIL'
8992         environment variable first.  Document this.
8993         (command-line): Ditto.
8995 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
8997         * help-mode.el (help-function-def, help-variable-def)
8998         (help-face-def): Print a message in the minibuffer.
9000 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9002         * term/xterm.el (terminal-init-xterm): Fix key bindings
9003         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
9005 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
9007         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9008         where `(nth 1 command)' is a cons cell.  Doc fix.
9010         * textmodes/po.el (po-find-charset): Doc fix.
9012 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
9014         * allout.el (allout-unprotected, allout-e-o-prefix-p)
9015         (allout-beginning-of-current-line, allout-end-of-current-line)
9016         (allout-next-visible-heading, allout-open-topic)
9017         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
9018         (allout-flag-current-subtree, allout-show-to-offshoot)
9019         (allout-hide-current-entry, allout-show-current-branches)
9020         (allout-hide-region-body, allout-old-expose-topic)
9021         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
9022         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
9023         containing `beginning-of-line' and `end-of-line' with
9024         `inhibit-field-text-motion' t.
9026 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
9028         * frame.el (focus-follows-mouse): Document that it doesn't have
9029         any effect on MS-Windows.
9031 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9033         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
9035 2006-07-20  Jay Belanger  <belanger@truman.edu>
9037         * calc.el (calc-previous-alg-entry): Remove variable.
9039         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
9040         New variables.
9041         (calc-alg-entry): Use `calc-alg-entry-history'.
9042         (calc-do-quick-calc): Use `calc-quick-calc-history'.
9043         Remove reference to `calc-previous-alg-entry'.
9044         (calcAlg-edit, calcAlg-enter): Remove reference to
9045         `calc-previous-alg-entry'.
9046         (calcAlg-previous): Use `previous-history-element' instead of
9047         `calc-previous-alg-entry'.
9048         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
9049         Change keybinding for `calcAlg-plus-minus', add keybindings for
9050         `previous-history-element' and `next-history-element'.
9052         * calc-rewr.el (calc-match): Remove reference to
9053         `calc-previous-alg-entry'.
9055         * calc-sel.el (calc-selection-history): New variable.
9056         (calc-enter-selection, calc-sel-mult-both-sides)
9057         (calc-sel-add-both-sides): Use `calc-selection-history'.
9059         * calc-map.el (calc-get-operator-history): New variable.
9060         (calc-get-operator): Use `calc-get-operator-history'.
9062         * calcalg3.el (calc-curve-fit-history): New variable.
9063         (calc-curve-fit): Use `calc-curve-fit-history'.
9065 2006-07-20  Kenichi Handa  <handa@m17n.org>
9067         * international/mule-cmds.el (select-safe-coding-system): Fix the
9068         way of deciding eol-type of the coding system.
9070 2006-07-20  Alan Mackenzie  <acm@muc.de>
9072         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
9073         (c-lang-setvar): New macro.
9074         (c-make-init-lang-vars-fun): Use the initialization forms in
9075         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
9076         (comment-start, comment-end, comment-start-skip): Change these from
9077         c-lang-defvar's to c-lang-setvar's.
9079         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
9080         which calls make-local-variable on the elements of
9081         c-emacs-variable-inits.
9082         (c-init-language-vars-for): Call this new macro.
9084 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9086         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9087         Try to rule out false positives due to time stamps.
9088         (compilation-mode-font-lock-keywords): Remove rules made redundant
9089         because of the above change.  Add `segmentation fault' to the known and
9090         highlighted compilation termination messages.
9092 2006-07-19  Kim F. Storm  <storm@cua.dk>
9094         * progmodes/grep.el (grep-find-ignored-directories):
9095         Add .svn and _darcs to list.
9097 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
9099         * dired.el (dired-mode-map): Add key binding `C-te' for
9100         `tumme-dired-edit-comment-and-tags'.
9102         * tumme.el (tumme-display-thumbnail-original-image): Make sure
9103         image display buffer is displayed before call to
9104         `tumme-display-image.
9105         (tumme-dired-display-image): Make sure image display buffer is
9106         displayed before call to `tumme-display-image.
9107         (tumme-mouse-display-image): Make sure image display buffer is
9108         displayed before call to `tumme-display-image.
9109         (tumme-widget-list): Add.
9110         (tumme-dired-edit-comment-and-tags): Add.
9111         (tumme-save-information-from-widgets): Add.
9113 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9115         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
9117 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9119         * progmodes/sh-script.el (sh-font-lock-keywords-1):
9120         Revert inadvertently installed patch hunk.
9122         * progmodes/compile.el (compilation-find-file): Handle the
9123         cases where the user selects a non-existent file.
9125 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9127         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
9129 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
9131         * subr.el (sit-for): Just sleep-for if noninteractive.
9133 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9135         * emacs-lisp/autoload.el (make-autoload): Use new arg.
9137         * custom.el (custom-autoload): Add `noset' argument.
9138         (custom-push-theme): Don't autoload the variable, let callers do it.
9139         (custom-theme-set-variables): Autoload the variable if necessary.
9141         * cus-edit.el (custom-variable-state-set): If the variable was
9142         originally set outside custom, but to the same value as the default,
9143         consider it to be standard.
9145         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
9146         file *before* telling Emacs to add the autoloads, in case it fails.
9148         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
9149         Use `cond', push', and `dolist'.
9151 2006-07-17  Richard Stallman  <rms@gnu.org>
9153         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
9154         Add defvars to silence warnings.
9156 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
9158         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9159         Don't highlight "Compiling file" messages as error.
9161         * dired-aux.el (dired-compress-file): Confirm again if gzipped
9162         file already exists.
9164 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
9166         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
9167         entry, don't assign to free var; simply return the extracted filename.
9168         (ff-treat-as-special): Incorporate common preamble from callers.
9169         (ff-other-file-name, ff-find-the-other-file):
9170         Update call to ff-treat-as-special.
9172         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
9174 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
9176         * tumme.el (tumme-get-comment): Fix bug.
9178 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9180         * files.el: Remove spurious * in docstrings.
9182 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
9184         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
9185         grammar.
9186         (allout-beginning-of-current-line): Beware beginning of buffer.
9187         Also, a comment is simplified.
9188         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
9189         when appropriate.  (This fix enables use for other than
9190         bullet-hotspot operation.)
9191         (allout-hide-current-subtree): While escalating to sibling-close,
9192         make sure to situate on a topic.
9194 2006-07-14  Kim F. Storm  <storm@cua.dk>
9196         * emulation/cua-base.el (cua-delete-selection)
9197         (cua-toggle-set-mark): New defcustoms.
9198         (cua-rectangle-modifier-key): Add `alt' modifier.
9199         (cua-replace-region): Don't delete if cua-delete-selection is nil.
9200         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
9201         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
9203         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
9205 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
9207         * allout.el: Require 'cl during byte-compilation/interactive load,
9208         for the `assert' macro.
9209         (allout-mode-deactivate-hook): New hook, run when allout mode
9210         deactivates.
9211         (allout-developer): New allout customization subgroup.
9212         (allout-run-unit-tests-on-load): New allout-developer
9213         customization variable, when true allout unit tests are run towards
9214         end of file load/eval.
9215         (allout-inhibit-auto-fill): Disable auto-fill activity even during
9216         auto-fill-mode.
9217         (allout-resumptions): Remove, to be replaced by...
9218         (allout-add-resumptions): Register variable settings to be
9219         reinstated by `allout-do-resumptions'.  The settings are made
9220         buffer-local, but the locality/globality of the suspended setting
9221         is restored on resumption.
9222         (allout-do-resumptions): Reinstate all settings suspended using
9223         `allout-add-resumptions'.
9224         (allout-test-resumptions): Unit tests (and intermediate variables)
9225         for resumptions.
9226         (allout-tests-globally-unbound, allout-tests-globally-true)
9227         (allout-tests-locally-true): Intermediate variables for
9228         resumptions unit tests.
9229         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
9230         (allout-exposure-category): Replaces 'allout-overlay-category variable.
9231         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
9232         instead of retired `allout-resumptions'.  For hook functions, use
9233         `local' parameter so hook settings are created and removed as
9234         buffer-local settings.  Revise (resumptions) setting
9235         auto-fill-function so it is set only if already active.  (The
9236         related fill-function settings are all made in either case, so
9237         that activating auto-fill-mode activity will have the custom
9238         allout-mode behaviors (hanging indent on topics, if configured for it).
9239         Remove all allout-exposure-category overlays on mode deactivation.
9240         (allout-hotspot-key-handler): New function extracted from
9241         `allout-pre-command-business', so the functionality can be used
9242         for other purposes, eg as a binding in an overlay.
9243         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
9244         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
9245         customization variable.
9246         (allout-run-unit-tests): Run the (currently quite small)
9247         repertoire of unit tests.  Called just before the provide iff user
9248         has customized `allout-run-unit-tests-on-load' non-nil.
9250 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
9252         * emacs-lisp/authors.el (authors-aliases): Update.
9254 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
9256         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
9257         gdb-source-window.  Add dedicated argument.
9258         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
9259         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
9260         (gdb-display-threads-buffer, gdb-display-memory-buffer)
9261         (gdb-display-locals-buffer): Use it.
9263         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
9264         Set gdb-source-window.
9266 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9268         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
9269         minor modes, redundant with the custom-autoload line above.
9271 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
9273         * longlines.el (longlines-post-command-function): Handle open-line too.
9275 2006-07-12  Richard Stallman  <rms@gnu.org>
9277         * progmodes/grep.el (grep-last-buffer): Doc fix.
9279         * info.el (Info-try-follow-nearest-node): Doc fix.
9281         * emacs-lisp/edebug.el (edebug-instrument-function):
9282         Err if find-function-noselect gives no position.
9284         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9285         If can't find definition, return nil for position.
9286         (find-function-do-it): Handle new return value
9287         of find-definition-noselect.
9288         (find-definition-noselect, find-variable-noselect): Doc fix.
9289         (find-function-noselect): Doc fix.
9291         * help-mode.el (help-variable-def): Handle find-variable-noselect
9292         returning no position.
9293         (help-function-def): Likewise for find-function-search-for-symbol.
9294         (help-face-def): Likewise.
9296         * help-fns.el (describe-variable): Handle find-variable-noselect
9297         returning no position.
9299         * files.el (locate-file-completion): Avoid duplicates in result.
9301         * cus-edit.el (custom-no-edit): New command.
9302         (custom-mode-map): Remap to custom-no-edit instead of
9303         using suppress-keymap.
9305 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
9307         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9308         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9309         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
9311         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
9313 2006-07-11  Kim F. Storm  <storm@cua.dk>
9315         * ido.el (ido-copy-current-file-name): Use buffer-name if
9316         buffer-file-name is nil.
9318 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
9320         * simple.el (undo-ask-before-discard): Set to nil.
9322         * vc.el (vc-exec-after): Don't delete process manually.
9323         (vc-print-log): Run log-view-mode in process sentinel inside
9324         inhibit-read-only.  Don't shrink window due to timing issues.
9326         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
9327         Avoid using with-output-to-temp-buffer, which clobbers local vars.
9329 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9331         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9332         Fix ambiguity introduced by last change.
9333         (compilation-find-file): Move save-excursion to where it may
9334         make sense.  Fix a left over `find-file'.
9336 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
9338         * textmodes/texinfmt.el (texinfo-format-separate-node):
9339         Insert a string before point, which fits documentation, not after.
9340         (texinfo-multitable-item): In a multitable row, insert any
9341         additional needed @tabs and spaces.
9343 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
9345         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9346         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9347         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
9348         instead of shell-command.
9349         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
9350         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
9351         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
9352         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
9353         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
9354         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
9356 2006-07-11  Kim F. Storm  <storm@cua.dk>
9358         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
9359         Remove special case for seconds < 0.  Use (redisplay t) instead.
9361 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
9363         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
9364         avoid compilation error.
9366         * subr.el (sit-for): New function.
9368         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
9370 2006-07-10  Richard Stallman  <rms@gnu.org>
9372         * ldefs-boot.el (edebug): Update page.
9374 2006-07-10  Kim F. Storm  <storm@cua.dk>
9376         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
9377         to FOR-RELEASE and TODO.
9379 2006-07-10  Romain Francoise  <romain@orebokech.com>
9381         * emacs-lisp/authors.el (authors-aliases): Update.
9383 2006-07-10  Alan Mackenzie  <acm@muc.de>
9385         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
9386         * cc-mode.el: Changes to eradicate eval-after-load.
9388 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
9390         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
9391         on non-char events.
9393 2006-07-09  Romain Francoise  <romain@orebokech.com>
9395         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9396         Don't highlight start/end markers as compilation messages.
9398         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
9399         to t.
9401 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9403         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
9405 2006-07-08  Richard Stallman  <rms@gnu.org>
9407         * term/x-win.el (x-handle-display): Add doc string.
9409         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9411         * subr.el (def-edebug-spec): Move here.
9412         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
9414         * imenu.el (imenu-choose-buffer-index): Doc fix.
9416 2006-07-08  Romain Francoise  <romain@orebokech.com>
9418         * term/x-win.el (x-display-name): Fix typo.
9420 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
9422         * hexl.el (hexl-find-file): Doc fix.
9424         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9426 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
9428         * term/x-win.el (x-display-name): Doc fix.
9430 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9432         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
9433         long prefixes.
9434         (fill-region-as-paragraph): Don't round up to a whole line.
9435         (fill-comment-paragraph): Don't include the code-before-the-comment
9436         when calling fill-region-as-paragraph.
9438         * international/mule.el (make-char): Remove redundancy.
9440         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
9441         property may contain an anonymous function rather than a symbol.
9443         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
9445         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9446         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
9448         * dirtrack.el (dirtrack-default-directory-function): Remove.
9449         (dirtrack-directory-function): Use file-name-as-directory.
9450         (dirtrack-windows-directory-function): Simplify.
9451         (dirtrack-forward-slash, dirtrack-backward-slash)
9452         (dirtrack-replace-slash): Remove.
9453         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
9454         (dirtrack): Fix wrong parenthesizing; use match-string.
9456         * progmodes/octave-inf.el: Remove spurious * in docstrings.
9457         (inferior-octave-mode): Only change the buffer-local value of
9458         comint-dynamic-complete-functions.
9459         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
9460         Move the initialization to the declaration.
9461         (inferior-octave-complete): Remove unused var `filter'.
9463         * shell.el (shell-mode): Only change the buffer-local value of
9464         comint-dynamic-complete-functions.
9466 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
9468         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
9469         entry is skipped because it has been scheduled.
9470         (org-prepare-agenda-buffers): Don't mark buffers as modified when
9471         changing `:org-archived' and `:org-comment' properties.
9473 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
9475         * server.el (server-select-display): Don't make the temp frame
9476         minibuffer-only, in case it's not a temp frame.
9477         (server-process-filter): Don't delete the temp frame if it's the
9478         only one we have on that display.
9480         * files.el (find-alternate-file): Doc fix.
9482 2006-07-05  Richard Stallman  <rms@gnu.org>
9484         * files.el (abbreviate-file-name): Add save-match-data.
9486 2006-07-03  Richard Stallman  <rms@gnu.org>
9488         * faces.el (read-face-name): Doc fix.
9490 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
9492         * net/goto-addr.el (goto-address): Mark as safe for local evals.
9494 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
9496         * vc.el (vc-diff-internal): Fix prev change.
9498 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
9500         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
9501         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
9503 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9505         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
9506         fails if the symbol contains chars like ( or '.
9507         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
9508         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
9509         `short'.
9511 2006-07-04  Kenichi Handa  <handa@m17n.org>
9513         * international/mule-cmds.el (set-language-info): If LANG-ENV is
9514         the current one, don't call set-language-environment, but call one
9515         of set-language-environment-XXX to make INFO effective now.
9516         (set-language-environment): Call set-language-environment-XXX
9517         functions instead of doing the various setups directly.
9518         (set-language-environment-coding-systems): Delete argument eol-type.
9519         (set-language-environment-input-method)
9520         (set-language-environment-nonascii-translation)
9521         (set-language-environment-charset)
9522         (set-language-environment-fontset)
9523         (set-language-environment-unibyte): New functions.
9525 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
9527         * locate.el (locate-update-when-revert): New option.
9528         (locate-update-path): New option (suggested by Michael Albinus).
9529         (locate-prompt-for-command): Whitespace change.
9530         (locate-update): No longer offer to update the locate database by
9531         default.  Implement the two new options.
9533 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
9535         * tooltip.el: Move comment about track-mouse...
9537         * progmodes/gud.el: ...to here.
9539 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
9541         * facemenu.el (facemenu-listed-faces): New var.
9542         (facemenu-unlisted-faces): Variable deleted.
9543         (facemenu-add-new-face): Use facemenu-listed-faces.
9545         * emulation/viper-init.el, calendar/calendar.el:
9546         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
9548 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
9550         * textmodes/org.el (org-mode): Remove no invalid settings for
9551         calc embedded mode.
9552         (org-mode-p): New defsubst.
9553         (org-save-all-org-buffers): New function.
9554         (org-first-headline-recenter): Enclose outline-regexp in group
9555         delimiters.
9556         (org-set-tags): Keep single space after stars.
9558 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9560         * window.el (set-window-text-height): Only set window-min-height to
9561         1 if that's the requested size.
9563         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
9564         (diff-unified->context, diff-context->unified)
9565         (diff-reverse-direction): Make sure the end marker stays at the end.
9566         (diff-mode): Add the keymap table at the end of docstring.
9567         Use lexical-let rather than constructing a closure manually.
9569         * files.el (find-file-noselect-1): Remove unused var assignment.
9570         (hack-local-variables-confirm): Print lists of strings as lists of
9571         strings rather than lists of symbols.
9572         (abbreviate-file-name, hack-local-variables-prop-line):
9573         Use match-string.
9574         (hack-one-local-variable): Move `make-local-variable' nearer its use.
9575         (recover-session-finish): Use line-end-position.
9577 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
9579         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
9581 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
9583         * progmodes/make-mode.el (makefile-macroassign-regex):
9584         Accept preceding keyword.
9585         (makefile-gmake-statements): Reorganize, now that makepp has
9586         "override" and also handle forgotten "override define".
9587         (makefile-makepp-statements): Add new "global", "override export"
9588         and "override global".
9590 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
9592         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
9593         (ada-compile-mouse-goto-error, ada-deactivate-properties)
9594         (ada-no-auto-case): Fix typos in docstrings.
9596 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
9598         * info.el (Info-find-node-2): Search for makeinfo version more
9599         carefully.
9601 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
9603         * textmodes/org.el (org-prepare-agenda-buffers):
9604         Use `invisible-OK' argument for `org-end-of-subtree'.
9605         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
9606         (org-beginning-of-item): Fix bug in regular expression for white line.
9607         (org-export-as-html): Enforce space after bullet in plain list items.
9608         (org-set-autofill-regexps): Require space after plain list bullet
9609         for paragraph-start.
9610         (org-ts-regexp3): New constant.
9611         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
9612         (org-timestamp-up-day, org-timestamp-down-day)
9613         (org-timestamp-change): Work with inactive timestamps.
9614         (org-ts-regexp1): Don't allow brackets in time stamps.
9616 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
9618         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
9619         for ignoring links.
9621         * faces.el (read-face-name): Use it.
9623 2006-06-28  Juri Linkov  <juri@jurta.org>
9625         * buff-menu.el (list-buffers-noselect): Compare Info file
9626         with the string "dir" to detect Info directory.
9628         * complete.el (partial-completion-mode): In lambda for
9629         `choose-completion-string-functions' use full function signature
9630         with 4 args, and move point to the end of the minibuffer only if arg
9631         `mini-p' is non-nil.
9633 2006-06-28  John Paul Wallington  <jpw@pobox.com>
9635         * ibuffer.el (ibuffer-mode): Doc fix.
9637 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
9639         * textmodes/org.el (org-context): New contexts :item-bullet,
9640         :latex-fragment, :latex-preview.
9641         (org-overlays-at, org-overlay-start, org-overlay-end):
9642         New compatibility functions.
9643         (org-inside-LaTeX-fragment-p): More accurate matching, using the
9644         exact regexp that will be used during export.
9645         (org-latex-regexps): New variable.
9646         (org-cdlatex-mode): Improve advice for `texmathp'.
9647         (turn-on-org-cdlatex): New function.
9649 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9651         * term/mac-win.el (mac-handle-font-selection): Change keys of
9652         mac-atsu-font-table from strings to numbers.
9653         (mac-ts-caret-position): Use also when cursor-type is nil.
9654         (mac-ts-update-active-input-area): Add Mac OS Classic support.
9655         Relax condition for using overlay strings.
9656         Use mac-ts-caret-position face when cursor-type is nil.
9658 2006-06-26  Kim F. Storm  <storm@cua.dk>
9660         * help.el (view-emacs-news): Declare `res' in the right let* form.
9662 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
9664         * net/rcompile.el (remote-compile): Replace ange-ftp based
9665         implementation by Tramp functions.
9666         Suggested by Marc Abramowitz <msabramo@gmail.com>.
9668         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
9670 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
9672         * international/fontset.el (setup-default-fontset): Fix a typo in
9673         the "Oriya-Akruti" registry name.
9675 2006-06-23  Lars Hansen  <larsh@soem.dk>
9677         * desktop.el (desktop-full-file-name): New function.
9678         (desktop-kill, desktop-save, desktop-remove, desktop-read)
9679         (desktop-revert): Use it.
9680         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
9681         (desktop-after-read-hook): Add option list-buffers.
9682         (desktop-locals-to-save): Add tab-width.
9683         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
9684         Fix docstring.
9686 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
9688         * textmodes/org.el (org-cdlatex-mode-map)
9689         (org-cdlatex-texmathp-advice-is-done): New variables.
9690         (org-cdlatex-mode): New minor mode.
9691         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
9692         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
9693         (org-export-with-archived-trees): New option.
9694         (org-open-file): Remove the call to `convert-standard-filename'.
9695         (org-archive-tag, org-agenda-skip-archived-trees)
9696         (org-cycle-open-archived-trees)
9697         (org-sparse-tree-open-archived-trees): New options.
9698         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
9699         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
9700         New functions.
9701         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
9702         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
9703         (org-mode-map): Add binding for `org-toggle-archive-tag'.
9704         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
9705         Call `org-prepare-agenda-buffers'.
9706         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
9707         (org-file-apps, org-file-apps-defaults-gnu)
9708         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
9709         Handle remote files by forcing them to be opened in Emacs.
9711 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
9713         * vc.el (vc-diff-knows-L): New variable.
9714         (vc-diff-internal): Use it to handle "diff" programs that don't
9715         understand -L.  This works automatically, no user action is necessary.
9717 2006-06-23  Daniel Brockman  <daniel@brockman.se>
9719         * net/rcirc.el (rcirc-default-user-full-name): Default to
9720         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
9721         longer exists).
9722         (rcirc-process-list): Check `buffer-live-p' before attempting to
9723         switch to a buffer.
9725 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
9727         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
9728         based on rcirc-coding-system-alist.
9730 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
9732         * cus-edit.el (customize-apropos): A better error message.
9733         (top level) <debug-ignored-errors>: Extend and update the list of
9734         ignored error messages.
9736 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
9738         * complete.el (PC-do-completion): Retain capitalization of user
9739         input, when possible, even if completion-ignore-case is set.
9741 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
9743         * generic-x.el (bat-generic-mode): Support .cmd files.
9745         * dos-w32.el (top level): Use find-file-not-found-functions
9746         instead of the obsolete find-file-not-found-hooks.
9748 2006-06-22  Kim F. Storm  <storm@cua.dk>
9750         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
9751         to recognize mode name containing submodes, such as Grep/lw.
9753 2006-06-21  Kim F. Storm  <storm@cua.dk>
9755         * simple.el (line-move-1): Check for move-end-of-line instead of
9756         end-of-line when setting temporary-goal-column.
9758 2006-06-21  Miles Bader  <miles@gnu.org>
9760         * play/cookie1.el (cookie): Work properly when there's only one entry.
9762 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
9764         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
9765         (gdb-frame-handler): Generalize frame regexp for templates.
9767 2006-06-20  Glenn Morris  <rgm@gnu.org>
9769         * calendar/appt.el (appt-display-format): Default value must be
9770         one of the customize options.
9772 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
9774         * term/xterm.el (terminal-init-xterm): Update key availability info.
9775         Bind C-return.
9777         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
9779 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
9781         * files.el (hack-local-variables): Run `hack-local-variables-hook'
9782         whether or not a local variables list is defined.
9784         * msb.el (msb): Move `sit-for' hack here to handle both
9785         "mouse-down and drag" and "mouse-up and select" situations.
9786         (mouse-select-buffer): Move `sit-for' hack to `msb'.
9788 2006-06-20  Kenichi Handa  <handa@m17n.org>
9790         * international/characters.el (word-combining-categories):
9791         Add entries for 2-byte Han characters.
9793 2006-06-19  Richard Stallman  <rms@gnu.org>
9795         * bindings.el (mode-line-format): Save some mode line space.
9797         * files.el (find-file-noselect): Improve the question wording.
9798         (basic-save-buffer-2): Mask UMASK against 666.
9800         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
9801         (mouse-drag-vertical-line): Call it.
9803         * cus-edit.el (customize-option, customize-option-other-window):
9804         Error if SYMBOL is nil.
9806 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
9808         * textmodes/org.el: Require noutline, also on XEmacs.
9809         (org-end-of-subtree): Return point.
9810         (org-dblock-start-re, org-dblock-end-re): New constants.
9811         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
9812         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
9813         (org-update-all-dblocks, org-find-dblock): New functions.
9814         (org-collect-clock-time-entries): New function.
9815         (org-html-handle-time-stamps): Never export CLOCK timeranges.
9816         (org-fixup-indentation): Modify to deal correctly with lines
9817         starting with TAB.  Only one argument DIFF now.
9818         (org-demote, org-promote): Call `org-fixup-indentation' with just
9819         one argument, DIFF.
9820         (org-mode): Don't mark buffer as modified when aligning tables.
9821         (org-clock-sum): Don't mark buffer modified when adding time sum
9822         properties.
9823         (org-export-as-html): Add support for a link validation function.
9824         (org-archive-all-done): New function.
9825         (org-archive-subtree): New prefix argument.  When set, archive all
9826         done subtrees in this buffer.
9827         (org-remove-clock-overlays)
9828         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
9829         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
9830         (org-put-clock-overlay): Don't swallow last headline character
9831         when displaying overlay.
9832         (org-store-link): Link to `image-mode' with just the file name.
9834 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
9836         * viper-cmd.el (viper-special-read-and-insert-char):
9837         Use read-key-sequence.
9838         (viper-after-change-undo-hook): Misc enhancements.
9839         (viper-after-change-undo-hook): New hook.
9840         (viper-undo): Use viper-after-change-undo-hook.
9841         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
9842         (viper-next-line-at-bol): If point is on a widget or a button, simulate
9843         clicking on that widget/button.
9845         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
9847         * ediff-diff (ediff-test-patch-utility): Catch errors.
9848         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
9849         (ediff-set-actual-diff-options): New function.
9850         (ediff-reset-diff-options, ediff-toggle-ignore-case):
9851         Use ediff-set-actual-diff-options.
9852         (ediff-extract-diffs): Catch errors.
9853         (ediff-whitespace): Add non-breakable space.
9854         (ediff-same-file-contents): Catch errors.
9856         * ediff-mult.el (ediff-collect-custom-diffs):
9857         Save coding-system-for-read.
9859         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
9860         (ediff-vc-internal, ediff-vc-merge-internal):
9861         Use ediff-delete-version-file.
9862         (ediff-delete-version-file): New function.
9864         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
9866         * ediff.el (ediff-directories, ediff-directory-revisions)
9867         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
9868         (ediff-directories-internal, ediff-merge-directory-revisions)
9869         (ediff-merge-directory-revisions-with-ancestor)
9870         (ediff-directories3): Use read-directory-name.
9872 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
9874         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
9875         Remove superfluous part of regexp for brace matching which is handled
9876         by `scan-lists' call.
9878 2006-06-16  Richard Stallman  <rms@gnu.org>
9880         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
9882         * files.el (basic-save-buffer-2): For a new precious file,
9883         use the default modes in the return value.
9885         * facemenu.el (facemenu-color-alist): Doc fix.
9887         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
9889 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9891         * cus-start.el (all): Add mac-ts-script-language-on-focus.
9893         * term/mac-win.el (mac-text-encoding-ascii): New constant.
9894         (mac-utxt-to-string): Use it.
9895         (mac-ts-update-active-input-area): Use mac-ae-number.
9897 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
9899         * term.el (term-handle-scroll, term-delete-lines)
9900         (term-insert-lines): Fix off by one errors.
9902 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9904         * net/tramp.el (tramp-touch): Use UTC to express time.
9906 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
9908         * mail/sendmail.el (mail-send): Search explicitly for
9909         mail-header-separator when checking for corrupted header lines.
9911 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
9913         * progmodes/gdb-ui.el (gdb-same-frame): New option.
9914         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
9915         (gdb-init-1): Initialise them.
9916         (gdb-starting): Reset gdb-printing
9917         (gdb-starting): Save value of gud-overlay-arrow-position.
9918         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
9919         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
9920         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
9921         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
9923 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9925         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
9927 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
9929         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
9930         (ldap-search-internal): Keep error messages, and a regexp fix.
9932 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
9934         * files.el (hack-local-variables-confirm):
9935         Display string value using its printed representation.
9937 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
9939         * server.el (server-edit): No-op if no server buffers exist.
9941 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
9943         * textmodes/page-ext.el (pages-directory-for-addresses):
9944         Including `pages-directory-address-mode' in the function results
9945         in the message "Buffer in which pages were found is deleted".
9947 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
9949         * textmodes/org.el (org-agenda-mode-map): Add bindings for
9950         clocking functions.
9952         (org-agenda-clock-in, org-check-running-clock)
9953         (org-clock-out-if-current, org-remove-clock-overlays)
9954         (org-put-clock-overlay): New functions.
9955         (org-clock-marker, org-clock-file-total-minutes)
9956         (org-clock-overlays): New variables.
9957         (org-clock-display, org-clock-sum, org-clock-cancel)
9958         (org-clock-out, org-clock-in): New commands.
9959         (org-export): New function.
9960         (org-emph-re): New constant.
9961         (org-set-emph-re, org-do-emphasis-faces): New functions.
9962         (org-emphasis-regexp-components, org-emphasis-alist): New options.
9963         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
9964         (org-export-html-convert-emphasize): Use the configurable emphasis.
9965         (org-cleaned-string-for-export): Make multiline emphasis visible
9966         to the exporter.  New optional argument PARAMETERS.
9967         (org-export-as-html): Specify :emph-multiline parameter to
9968         `org-cleaned-string-for-export'.
9970 2006-06-10  Richard Stallman  <rms@gnu.org>
9972         * help.el (help-for-help-internal): Clean up help text.
9974 2006-06-10  Andreas Schwab  <schwab@suse.de>
9976         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
9977         in doc string.
9979         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
9981 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
9983         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
9984         spaces after the comment start.
9986 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9988         * play/pong.el (pong-init-buffer):
9989         Fill buffer with spaces instead of ^A.
9991         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
9992         launched asynchronously, delete its process instead of being cool.
9993         (ispell-async-processp): Check for `delete-process' existence
9994         instead of `kill-process' one for consistency.
9996 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
9998         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
9999         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10000         in mode line at startup.
10002 2006-06-08  Kim F. Storm  <storm@cua.dk>
10004         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10005         (ido-init-completion-maps): Bind them to M-SPC and M-v.
10006         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
10007         (ido-file-internal): Pass full file name to write-file.
10008         (ido-read-internal): Only pop stack elements automatically if they
10009         actually match an existing directory or file name.
10011 2006-06-07  Kenichi Handa  <handa@m17n.org>
10013         * international/mule.el (find-auto-coding): Don't handle the short
10014         name `char-trans'.
10016         * files.el (hack-local-variables-prop-line)
10017         (hack-local-variables): Cancel the previous change.
10019 2006-06-06  Jesper Harder  <harder@phys.au.dk>
10021         * ediff-diff.el (ediff-test-utility): Protect against file-error.
10023 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
10025         * diff-mode.el (diff-mode): Set buffer-read-only to t when
10026         diff-default-read-only is non-nil.
10027         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
10028         (diff-refine-hunk): Set inhibit-read-only to t.
10030         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
10031         modifying the *Diff* buffer.
10032         (diff-process-filter): New filter function for diff process that
10033         sets inhibit-read-only to t when modifying the *Diff* buffer.
10035 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
10037         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
10038         insertion point and control the number of empty lines.
10039         (org-paste-subtree): Limit the number of empty lines at the end of
10040         the inserted tree.
10041         (org-agenda): Use buffer name of current file for narrowing.
10042         (org-export-as-xml): Command removed.
10043         (org-export-xml-type): Option removed.
10044         (org-mode-map): Call `org-export-as-xoxo' directly.
10045         (org-get-indentation): New optional argument LINE.
10046         (org-fix-indentation, org-remove-tabs): New functions.
10047         (org-export-as-ascii, org-ascii-level-start): Determine and apply
10048         correct indentation for headlines that are converted it items.
10049         (org-skip-comments): Remove table lines that contain narrowing
10050         cookies but no other non-empty fields.
10051         (org-set-tags): Allow groups of mutually exclusive tags.
10052         (org-cmp-time): Sort 24:21 before items without time.
10053         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
10054         (org-open-at-point): Require double colon also for numbers.
10056 2006-06-06  Kim F. Storm  <storm@cua.dk>
10058         * ido.el (ido-default-file-method, ido-default-buffer-method):
10059         Make choice values consistent with corresponding command names.
10060         (ido-visit-buffer): Update accordingly.  Default to selected-window.
10062 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
10064         * progmodes/gud.el (gud-running): Fix doc string.
10065         (gud-menu-map): Use :visible instead fo :enable for debugger test.
10066         (gud-tooltip-modes): Add python-mode.
10067         (gud-tooltip-print-command): Add pdb.  Remove perldb.
10069 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
10071         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
10072         Quote $(EMACS).
10074 2006-06-05  Richard Stallman  <rms@gnu.org>
10076         * faces.el (defined-colors): Doc fix.
10078 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
10080         * vc.el (vc-process-filter): Inhibit undo info collection around
10081         call to insert.
10082         (vc-setup-buffer): Likewise for call to erase-buffer.
10083         (vc-do-command): Likewise for call to process-file.
10085 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
10087         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
10088         for gud-go.
10089         (gud-common-init): Other debuggers may trigger error.
10091 2006-06-05  Kenichi Handa  <handa@m17n.org>
10093         * international/mule.el (find-auto-coding):
10094         Handle enable-character-translation in file header.
10096 2006-06-04  Kim F. Storm  <storm@cua.dk>
10098         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
10099         (authors-fixed-entries): Fix spelling.
10100         (authors-canonical-file-name): Don't report error for wildcards.
10102         * help.el (view-emacs-news): Rewrite to support new NEWS,
10103         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
10104         e.g. version 10 matches 1.10, and don't be confused by version 1.1
10105         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
10107 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
10109         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
10110         exec constructs like `foo bar`.
10111         (sh-quoted-subshell): New helper function to search for a possibly
10112         nested subshell (like `` or $()) within a "" quoted string.
10113         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
10114         (sh-apply-quoted-subshell): Flag quote characters inside a
10115         subshell, which is itself already in a quoted region, as
10116         punctuation, since this is the closest to what they actually are.
10117         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
10118         sh-apply-quoted-subshell.
10119         (sh-font-lock-syntactic-face-function): Apply the new face for
10120         text inside `` instead of the old font-lock-string-face.
10122 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10124         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
10125         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
10126         (mac-bytes-to-text-range, mac-ae-text-range-array)
10127         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
10128         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
10129         (mac-ts-unicode-for-key-event): New functions.
10130         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
10131         (mac-handle-font-selection): Use mac-ae-number.
10132         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
10133         New variables.
10134         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
10135         (mac-ts-converted-text, mac-ts-selected-converted-text)
10136         (mac-ts-block-fill-text, mac-ts-outline-text)
10137         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
10138         (mac-ts-hilite-style-faces): New constant.
10139         (mac-apple-event-map): Bind text input events.
10140         (mac-dispatch-apple-event): Use command-execute instead of
10141         call-interactively.
10142         (global-map): Don't bind mac-apple-event.
10143         (special-event-map): Bind mac-apple-event.
10145 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
10147         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
10148         file name.
10149         (emacs): Enclose the value of $(EMACS) in quotes.
10151 2006-06-02  Juri Linkov  <juri@jurta.org>
10153         * international/mule.el (sgml-html-meta-auto-coding-function):
10154         Remove the condition `(search-forward "<html" size t)'.
10155         Replace `\"' with `[\"']?' in `re-search-forward'.
10157 2006-06-02  Kenichi Handa  <handa@m17n.org>
10159         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
10160         as well as `coding'.
10161         (hack-local-variables): Likewise.
10163         * international/mule.el (enable-character-translation):
10164         Put permanent-local and safe-local-variable properties.
10165         (find-auto-coding): Handle char-trans: tag.
10167 2006-06-02  Juri Linkov  <juri@jurta.org>
10169         * international/mule.el (sgml-html-meta-auto-coding-function):
10170         Limit the search by the end of the HTML header (if any).
10172 2006-06-01  Richard Stallman  <rms@gnu.org>
10174         * subr.el (with-current-buffer): Doc fix.
10176 2006-06-02  Masatake YAMATO  <jet@gyve.org>
10178         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
10179         Almost rewrite.  Underlines over all lines of gcov output are too
10180         uncomfortable to read.  Suggested by Dan Nicolaescu.
10182 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
10184         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
10186         * shell.el (shell-mode): Use shell-mode-map in docstring.
10188         * comint.el (comint-send-input): Do not add help-echo and
10189         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
10191 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10193         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
10195 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
10197         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
10198         (gdb-stopped, gdb-info-stack-custom): If there is no source info
10199         look up the stack and pop up GUD buffer if necessary.
10200         (gdb-frames-select): Remove redundant call to gud-display-frame.
10201         (gdb-info-threads-custom): Keep point at start of buffer.
10202         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
10204 2006-05-31  Juri Linkov  <juri@jurta.org>
10206         * replace.el (query-replace-read-from, query-replace-read-to):
10207         Bind `history-add-new-input' to nil.  Call `add-to-history'.
10209 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
10211         * textmodes/table.el: Convert all HTML tags to lower case for
10212         XHTML compatibility.
10214 2006-05-31  Masatake YAMATO  <jet@gyve.org>
10216         * progmodes/compile.el:
10217         (compilation-error-regexp-alist-alist::gcov-called-line):
10218         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
10220 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
10222         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
10223         Revert inadvertent changes made with last commit.
10225 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10227         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
10228         New functions.
10230         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
10232 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
10234         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
10235         only matches in the right place.
10236         (org-upcoming-deadline): New face.
10237         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
10238         (org-export-ascii-underline): Rename constant `org-ascii-underline'
10239         and make it an option.
10240         (org-export-ascii-bullets): New option.
10241         (org-export-as-html): Many changes to emit valid XHTML.
10242         (org-par-open): New variable.
10243         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
10244         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
10245         (org-timeline): Pass `org-timeline-show-empty-dates' to
10246         `org-get-all-dates'.  Interpret empty dates returned by
10247         `org-get-all-dates'.
10248         (org-get-all-dates): New argument EMPTY.  Add dates without
10249         entries to the list, mark large ranges of empty dates.
10250         (org-point-in-group, org-context): New functions.
10252 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
10254         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
10256         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
10257         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
10258         to C-mouse-3 (for 2 button mice).
10259         (gdb-send): Do the right thing for C-d.
10261         * speedbar.el (speedbar-detach): Delete.
10262         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
10263         it breaks things.
10264         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
10266 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
10268         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
10269         Makeppfile.
10271         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10272         Add makepp diagnostic.
10274 2006-05-29  Richard Stallman  <rms@gnu.org>
10276         * window.el (fit-window-to-buffer): Doc fix.
10278         * help.el (temp-buffer-max-height): Doc fix.
10280         * subr.el (with-current-buffer): Doc fix.
10282 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10284         * term/x-win.el: Bind F10 to menu-bar-start if available.
10286 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
10288         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
10289         uses with a simple test.
10290         (term-set-escape-char, term-mode, term-check-kill-echo-list)
10291         (term-send-raw-string, term-send-raw, term-mouse-paste)
10292         (term-char-mode, term-line-mode, term-exec, term-sentinel)
10293         (term-handle-exit, term-read-input-ring)
10294         (term-previous-matching-input-string)
10295         (term-previous-matching-input-string-position)
10296         (term-previous-matching-input-from-input)
10297         (term-replace-by-expanded-history, term-send-input)
10298         (term-skip-prompt, term-bol, term-send-invisible)
10299         (term-kill-input, term-delchar-or-maybe-eof)
10300         (term-backward-matching-input, term-check-source)
10301         (term-proc-query, term-emulate-terminal)
10302         (term-handle-colors-array, term-process-pager, term-pager-line)
10303         (term-pager-bob, term-unwrap-line, term-word)
10304         (term-dynamic-complete-filename)
10305         (term-dynamic-complete-as-filename)
10306         (term-dynamic-simple-complete): Replace one arm ifs with whens or
10307         unlesses.
10309 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10311         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
10312         during bootstrapping.
10314         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
10315         Basically undo the change of 2006-05-26: use extra arguments instead of
10316         dynamic scoping.
10317         (ewoc-locate): Remove unused var `footer'.
10319 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10321         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
10323         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
10324         (generate-file-autoloads): Obey it.  Return whether autoloads were
10325         added at point or not.
10326         (update-file-autoloads): Use this new return value.
10327         Remove redundant test for the presence of an autoload cookie.
10329         * emacs-lisp/autoload.el (autoload-find-file): New fun.
10330         This one calls hack-local-variables.
10331         (generate-file-autoloads, update-file-autoloads): Use it.
10333         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
10334         (bibtex-sort-entry-class): Add safe-local-variable predicate.
10335         (bibtex-sort-entry-class-alist): Don't set the global value.
10336         (bibtex-init-sort-entry-class-alist): New fun.
10337         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
10338         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
10339         of bibtex-init-sort-entry-class.
10341 2006-05-28  Richard Stallman  <rms@gnu.org>
10343         * subr.el (load-history-regexp): If FILE is relative, insist
10344         entire last name component must match it.
10345         (load-history-filename-element, load-history-regexp): Doc fixes.
10347 2006-05-29  Kim F. Storm  <storm@cua.dk>
10349         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
10350         `pos' and `raw-data' for clarity, as eval forms may access these.
10352 2006-05-28  Kim F. Storm  <storm@cua.dk>
10354         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
10356 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10358         * progmodes/make-mode.el (makefile-browser-map)
10359         (makefile-mode-syntax-table): Move initialization inside declaration.
10360         (makefile-fill-paragraph): Use the default comment-filling code.
10362 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
10364         * replace.el (query-replace-defaults): New variable.
10365         (query-replace-read-from): Use `query-replace-defaults' for
10366         default value, instead of history list.
10367         (query-replace-read-to): Update `query-replace-defaults'.
10369 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
10371         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
10372         with no X toolkit.
10374 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
10376         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
10377         (tumme-show-all-from-dir): Add autoload.
10379 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
10381         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
10382         (tumme-remove-tag): Fix bug.
10384 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
10386         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
10387         FOOTER args.  Update unique caller.
10388         (ewoc-delete): Compute last node once before looping.
10389         (ewoc--node-branch): Merge into unique caller.
10390         (ewoc--node): Don't define constructor make-ewoc--node for this
10391         structure.
10392         (ewoc): Add member `hf-pp' to this structure.
10393         (ewoc--wrap): New func.
10394         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
10395         header/footer pretty-printers.  Save header/footer pretty-printer.
10396         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
10398         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
10400 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
10402         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
10403         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
10404         Tag'.  Change "Compare directories..." to "Change Directories...".
10405         Move tumme commands to Operate, Regexp and Immediate menus.
10406         Change "Add Comment" to "Add Image Comment".  Change "Add Image
10407         Tag" to "Add Image Tags".
10409         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
10410         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
10411         `tumme-delete-tag'.
10413 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10415         * shell.el (shell-mode): Call shell-dirtrack-mode after
10416         list-buffers-directory is made a local variable, to avoid setting
10417         the default value.
10419 2006-05-26  Kevin Ryde  <user42@zip.com.au>
10421         * info.el (Info-index-next): Use where-is-internal to report
10422         actual binding of Info-index-next, rather than hard-coded `,'.
10424 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
10426         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
10427         and "Find Command in Manual" to here.
10429         * buff-menu.el (list-buffers-noselect): For Info buffers, use
10430         Info-current-file as the file name.
10432 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
10434         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
10435         overrides will now be done a different way.
10436         (ses-set-parameter): Reapply this function for undo.
10437         (ses-set-header-row): Reconstruct header row during undo.
10438         (ses-widen): New function.
10439         (ses-goto-data, ses-reconstruct-all): Use new function.
10440         (ses-command-hook): Widen buffer during undo, before unupdating
10441         the cells.
10442         (ses-insert-row, ses-delete-row): Widen buffer during undo.
10443         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
10444         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
10445         formula hasn't been executed yet.
10447 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10449         * comint.el (comint-kill-whole-line): Rename arg to count.
10450         Fix doc string.
10452 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
10454         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
10455         to copy-file.
10457 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10459         * simple.el (toggle-truncate-lines): Make arg optional for
10460         backward compatibility.
10462 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
10464         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
10465         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
10466         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
10467         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
10468         (ewoc--adjust): Use ewoc--current-dll.
10469         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
10471 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
10473         * textmodes/org.el (org-next-item, org-previous-item): Emit more
10474         compact error message.
10475         (org-tags-view): Refresh category table in each file.
10476         (org-table-justify-field-maybe): Remove superfluous arguments to
10477         `format'.
10478         (org-export-as-html): Insert "<p>" before postamble.
10479         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
10481 2006-05-26  Kenichi Handa  <handa@m17n.org>
10483         * textmodes/po.el (po-find-charset): Pay attention to the case
10484         FILENAME is a cons (NAME . BUFFER).
10485         (po-find-file-coding-system-guts): Likewise.
10487         * arc-mode.el (archive-set-buffer-as-visiting-file):
10488         Call find-operation-coding-system with (FILENAME . BUFFER).
10490         * tar-mode.el (tar-extract): Call find-operation-coding-system
10491         with (FILENAME . BUFFER).
10493         * international/mule.el (decode-coding-inserted-region):
10494         Call find-operation-coding-system with (FILENAME . BUFFER).
10496 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
10498         * image-mode.el (image-toggle-display): Use buffer contents to
10499         generate image for a remote file.
10501 2006-05-25  Juri Linkov  <juri@jurta.org>
10503         * replace.el (query-replace-read-from, query-replace-read-to):
10504         Remove 8th arg KEEP-ALL in read-from-minibuffer.
10506 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
10508         * whitespace.el (whitespace-cleanup): Change to cleanup
10509         region if one is active.
10510         * whitespace.el (whitespace-cleanup-internal): New internal method.
10512 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10514         * dired.el (dired-mode-map): Add help-echo strings to tumme
10515         commands.  Bind `tumme-dired-display-image' to C-t i.
10517         * tumme.el (tumme-display-image): Change documentation string slightly.
10518         (tumme-dired-display-image): Add call to `display-buffer'.
10520 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
10522         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
10523         Signal error if RAW-DATA is a multibyte string.
10525 2006-05-24  Richard Stallman  <rms@gnu.org>
10527         * subr.el (with-local-quit): When handling `quit' signal,
10528         make a chance for quit-flag to cause a quit.
10530         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
10531         (ad-disable-advice): Add autoloads.
10533         * subr.el (read-passwd): Copy PROMPT before changing its properties.
10535 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10537         * dired.el (dired-mode-map): Change menu items for tumme as per
10538         suggestions in emacs-devel.
10540 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
10542         * dired.el (dired-mode-map): Fix breakage.
10544 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10546         * tumme.el (tumme-display-dired-image): Rename to...
10547         (tumme-dired-display-image): ...this.
10548         (tumme-track-movement): Change default value to t.
10549         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
10550         used from `tumme-next-line-and-display' and similar commands.
10552         * dired.el (dired-mode-map): Add Thumbnail submenu under the
10553         Immediate menu.  Add some tumme commands there.
10555 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
10557         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
10559 2006-05-24  Chong Yidong  <cyd@mit.edu>
10561         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
10562         menu entries that open submenus.
10564 2006-05-24  Alan Mackenzie  <acm@muc.de>
10566         * startup.el (command-line): For names of preloaded files, don't
10567         append ".elc" (now done in Fload), and call file-truename on the
10568         lisp directory.
10570         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
10571         match ANY loaded file with the right name, not just those in
10572         load-path.  Put a regexp matching the file name into
10573         after-load-alist, rather than the name itself.
10575         * subr.el (load-history-regexp, load-history-filename-element)
10576         (do-after-load-evaluation): New functions.
10578         * international/mule.el (load-with-code-conversion): Do the
10579         eval-after-load stuff by calling do-after-load-evaluation.
10581 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
10583         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
10584         has not been killed.
10586 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10588         * term/mac-win.el: Set idle timer to clean up expired Apple events.
10589         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
10590         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
10591         Optionally set error message in reply.
10593 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
10595         * textmodes/org.el (org-open-at-point): Use renamed variable
10596         `org-confirm-shell-link-function'.
10597         (org-confirm-shell-link-function): Rename from
10598         `org-confirm-shell-links'.
10599         (org-export-directory): New function.
10600         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
10601         (org-export-icalendar): Use `org-export-directory'.
10602         (org-indent-item): Keep cursor position.
10603         (org-link-file-path-type): New option.
10604         (org-export-as-html): Fix bug with plain lists starting in
10605         column 0.
10606         (org-export-as-html): Remove deadline formatting, this happens
10607         now already in `org-html-handle-time-stamps'.
10608         (org-export-html-style): Deadline class removed.
10609         (org-insert-labeled-timestamps-at-point): New option.
10610         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
10611         of `hide-sublevels 1', in case the first headline is not level 1.
10612         (org-overview, org-content): New fuction.
10613         (org-cycle-global-status, org-cycle-subtree-status): Make these
10614         variables buffer-local.
10615         (org-global-cycle): New command.
10616         (org-shifttab): Use `org-global-cycle'.
10617         (org-insert-heading, org-insert-item): Go to end of new
10618         headline/item after creating it.
10619         (org-export-visible): Rename from `org-export-copy-visible'.
10620         Now creates a temporary org-file and applies an exporting command
10621         to it.
10622         (org-table-eval-formula): Support for lisp forms.
10623         (org-agenda-todo-ignore-scheduled): New option.
10624         (org-agenda-get-todos): Use new option
10625         `org-agenda-todo-ignore-scheduled'.
10626         (org-export-html-inline-images): New value `maybe'.
10627         (org-export-as-html): Inlining of images dependent on link description.
10628         (org-archive-subtree): Check for end-of-buffer before trying
10629         `kill-line'.
10630         (org-agenda-follow-mode): New option.
10631         (org-export-with-tags, org-export-with-timestamps): New options.
10632         (org-html-handle-time-stamps): New function.
10633         (org-keyword-time-regexp): New variable.
10634         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
10635         (org-agenda-todo-list-sublevels): New option.
10636         (org-html-level-start): When TITLE is nil, just close all levels.
10637         (org-parse-key-lines, org-parse-export-options): Remove functions,
10638         replaced by `org-infile-export-plist'.
10639         (org-combine-plists, org-infile-export-plist)
10640         (org-default-export-plist): New functions.
10641         (org-export-html-preamble, org-export-html-postamble)
10642         (org-export-html-auto-preamble, org-export-html-auto-postamble):
10643         New variables.
10644         (org-export-publishing-directory): New option.
10645         (org-export-as-html, org-export-as-ascii): Use the new property
10646         lists for settings.
10647         (org-export-copy-visible, org-export-as-xoxo):
10648         Respect `org-export-publishing-directory'.
10649         (org-link-search, org-store-link, org-file-apps): Support for
10650         links to BibTeX database entries..
10651         (org-get-current-options, org-set-regexps-and-options):
10652         Implement logging as a startup option.
10653         (org-store-link): Make sure context string is never empty
10654         (org-insert-link): Use relative path when possible.
10655         (org-at-item-checklet-p): New function.
10656         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
10657         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
10658         (org-metaright, org-metaup, org-metadown, org-shiftup)
10659         (org-shiftdown, org-shiftright, org-shiftleft)
10660         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
10661         Dispatch using `call-interactively'.
10662         (org-call-with-arg): New defsubst.
10663         (org-tag-alist, org-use-fast-tag-selection): New options.
10664         (org-complete): Use `org-tag-alist'.
10665         (org-fast-tag-insert, org-fast-tag-selection): New functions.
10666         (org-next-item, org-previous-item): New commands.
10667         (org-beginning-of-item, org-end-of-item): Add (interactive) to
10668         make command.
10669         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
10671 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
10673         * emacs-lisp/ewoc.el (ewoc-delete): New function.
10674         (ewoc-filter): Use `ewoc-delete'.
10676         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
10678 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10680         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
10681         Signal more user-friendly error messages.
10683         * complete.el (PC-do-completion): Undo the addition of implicit
10684         wildcards if they did not lead to finding any match.
10685         (read-file-name-internal): Don't add the final > if the completion is
10686         not finished.
10688 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10690         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
10691         Quote safe-local-variable predicate.
10693 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
10695         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
10697 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10699         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
10701         * progmodes/make-mode.el (makefile-special-targets-list)
10702         (makefile-macro-table, makefile-target-table): Mark as risky.
10703         (makefile-query-one-target-method): Make this the alias for the
10704         following variable.
10705         (makefile-query-one-target-method-function): Make this the real name.
10707         * textmodes/artist.el (artist-text-renderer): Make this the alias
10708         for the following variable.
10709         (artist-text-renderer-function): Make this the real name.
10711         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
10712         the alias for the following variable.
10713         (flyspell-generic-check-word-predicate): Make this the real name.
10715         * textmodes/ispell.el (ispell-format-word): Make this the alias
10716         for the following variable.
10717         (ispell-format-word-function): Make this the real name.
10718         (ispell-message-text-end): Mark as risky.
10720         * skeleton.el (skeleton-transformation, skeleton-filter)
10721         (skeleton-pair-filter): Make these the aliases for the following
10722         variables.
10723         (skeleton-transformation-function, skeleton-filter-function)
10724         (skeleton-pair-filter-function): Make these the real names.
10726         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
10727         and skeleton-pair-filter-function.
10729         * textmodes/sgml-mode.el (sgml-transformation): Make this the
10730         alias for the following variable.
10731         (sgml-transformation-function): Make this the real name.
10732         (sgml-tag-alist): Mark as risky.
10734 2006-05-21  Richard Stallman  <rms@gnu.org>
10736         * simple.el (kill-region): Interactively, pass point, then mark.
10738 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
10740         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
10742 2006-05-21  Romain Francoise  <romain@orebokech.com>
10744         * dired-x.el (dired-mode-map): Don't bind M-g.
10746 2006-05-20  Richard Stallman  <rms@gnu.org>
10748         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
10749         (dired-goto-file): Doc fix.
10751 2006-05-21  Kim F. Storm  <storm@cua.dk>
10753         * emulation/cua-base.el: Mention customizing cua-mode as alternative
10754         way to enable built-in cua-mode if user loads older CUA-mode package.
10756         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
10757         if default-filename is specified.
10759 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
10761         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
10763         * info.el (info-apropos): Make sure current-file and current-node
10764         have non-nil values.  Speed up by using add-to-list instead of
10765         manual consing.
10767 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10769         * progmodes/make-mode.el (makefile-mode): Doc fix.
10771 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
10773         * dired-aux.el (dired-do-shell-command): Doc fix.
10775 2006-05-20  Kevin Ryde  <user42@zip.com.au>
10777         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
10778         ``(custom-manual :tag "Foo" "(foo)Node")''.
10780 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
10782         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
10783         value is an integer.
10785 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
10787         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
10788         "format".
10789         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
10791 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
10793         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
10794         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
10796 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10798         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
10799         regexp for keywords.
10801 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
10803         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
10804         replace-regexp-in-string.
10806         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
10807         encode, and escape file name on conversion to URL.
10809 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10811         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
10812         Don't unescape URL.
10813         (dnd-get-local-file-name): Unescape URL on conversion to file name.
10815         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
10816         on conversion to URLs.
10818         * net/browse-url.el (browse-url-file-url): Encode file name on
10819         conversion to URL.
10821         * term/mac-win.el (mac-ae-open-documents): Escape file name on
10822         conversion to URL.
10824 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
10826         * progmodes/cc-styles.el (c-style-alist): Doc fix.
10828 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10830         * term/mac-win.el (mac-bytes-to-digits): Remove function.
10831         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
10833 2006-05-19  Glenn Morris  <rgm@gnu.org>
10835         * calendar/diary-lib.el (diary-bahai-date)
10836         (list-bahai-diary-entries, mark-bahai-diary-entries)
10837         (mark-bahai-calendar-date-pattern): Not interactive.
10838         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
10839         (diary-entries-list): Change format of 4th element in each entry.
10840         (diary-list-entries): Use add-to-diary-list.
10841         (diary-goto-entry): Handle the case where the buffer visiting the
10842         diary has been killed.
10843         (fancy-diary-display): Add 'locator to button rather than 'marker.
10844         Only generate temp-face when there are marks to apply.
10845         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
10846         (diary-fancy-date-pattern): New variable.
10847         (diary-time-regexp): Doc fix.
10848         (diary-anniversary, diary-time): New faces.
10849         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
10850         diary-time-regexp.  Add font-lock-multiline property where needed.
10851         Use new faces diary-anniversary and diary-time.
10852         (diary-fancy-font-lock-fontify-region-function): New function, to
10853         handle multiline font-lock pattern in fancy diary.
10854         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
10855         (diary-font-lock-keywords): Tweak time regexp.  Use new face
10856         diary-time.
10858 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
10860         * international/code-pages.el (mik): Table corrected.
10862 2006-05-18  Kim F. Storm  <storm@cua.dk>
10864         * progmodes/grep.el (grep-find): Don't check grep-find-command
10865         before running command (breaks non-interactive usage).
10867 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
10869         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
10870         (ewoc--insert-new-node): Don't insert trailing newline.
10871         Instead, adjust successor nodes's start markers.
10872         (ewoc--refresh-node): Delete all text from current node's start
10873         marker to the next one's; adjust successor nodes's start markers.
10874         (ewoc--create): Doc fixes.
10875         (ewoc--refresh): Don't insert newline.
10876         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
10877         * pcvs.el (cvs-make-cvs-buffer):
10878         Specify extra newline for ewoc's header and footer.
10879         (cvs-update-header): Update initial header recognition.
10880         Append newline to final header and footer values.
10881         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
10883 2006-05-17  Richard Stallman  <rms@gnu.org>
10885         * files.el (file-name-extension): Doc fix.
10887 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10889         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
10890         we can explicitly enable/disable rather than toggle.
10891         (shell-mode): Use it.
10892         (shell-cd): Don't try to reproduce what `cd' does.
10894 2006-05-17  Kim F. Storm  <storm@cua.dk>
10896         * ido.el (ido-read-internal): Use only nondirectory part of
10897         default item.
10899 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
10901         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
10902         (ewoc-nth): Doc fix.
10904         (ewoc-map, ewoc-invalidate): Compute PP before looping.
10906 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
10908         * international/mule.el (auto-coding-alist): Add .lha to files
10909         read with no-conversion.
10911         * files.el (auto-mode-alist): Add .lha files to archive file
10912         extensions.
10914         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
10915         Convert csize to integer when computing offsets within the
10916         compressed archive file.
10918 2006-05-16  Kim F. Storm  <storm@cua.dk>
10920         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
10921         with read-from-minibuffer.
10923 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
10925         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
10926         (byte-compile-warnings): Fix safe-local-variable property.
10928 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
10930         * allout.el (allout-show-bodies, allout-old-style-prefixes)
10931         (allout-stylish-prefixes, allout-numbered-bullet)
10932         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
10933         predicates to qualify `safe-local-variable' property, when
10934         available, else use equivalent lambda.
10935         (allout-current-topic-collapsed-p): Do the right thing regarding
10936         trailing blank lines.
10938 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10940         * server.el (server-start): Only create a directory if needed.
10941         (server-edit, server-unload-hook): server-start => server-mode.
10942         (kill-emacs-hook): Cleanup upon exit.
10944 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10946         * hexl.el (hexlify-buffer): Encode process arguments manually.
10948 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
10950         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
10951         call to gdb-tooltip-print.
10953 2006-05-15  Romain Francoise  <romain@orebokech.com>
10955         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
10956         systems, default to "tar" since those systems probably have GNU tar.
10958 2006-05-14  Lars Hansen  <larsh@soem.dk>
10960         * desktop.el (desktop-missing-file-warning): Fix docstring.
10961         (desktop-restore-file-buffer): Correct question asked on missing file.
10963 2006-05-14  Kim F. Storm  <storm@cua.dk>
10965         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
10966         Add CUA move property.
10968 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
10970         * custom.el (custom-push-theme): Load the variable before checking
10971         its `standard-value'.
10973 2006-05-13  Lars Hansen  <larsh@soem.dk>
10975         * desktop.el (desktop-save): Use with-temp-buffer.
10977 2006-05-12  Glenn Morris  <rgm@gnu.org>
10979         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
10980         * calendar/calendar.el (calendar-mode-map):
10981         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
10982         * calendar/appt.el (appt-check, appt-make-list): Refer to
10983         diary-view-entries, diary-list-entries, diary-show-all-entries
10984         rather than obsolete aliases.
10986 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
10988         * simple.el (line-move-finish): Avoid calling point motion hooks
10989         while processing intangibility.
10991 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
10993         * term/xterm.el (terminal-init-xterm): Fix typo.
10995 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
10997         * allout.el (allout-view-change-hook): Mark as being deprecated,
10998         to be replaced by `allout-exposure-change-hook'.
10999         (allout-exposure-change-hook): New, replacing
11000         `allout-view-change-hook'.
11001         (allout-flag-region): Run new hook `allout-exposure-change-hook',
11002         in addition to `allout-view-change-hook'.
11003         (allout-show-bodies, allout-old-style-prefixes)
11004         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11005         lambda forms to prevent their showing up in variable help
11006         presentations as inscrutable byte-compiled code.
11007         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11008         Use string-or-null-p to qualify safe-local-variable values.
11009         (allout-reindent-bodies): Use memq to qualify matches against
11010         valid safe-local-variable values.  Also, quote the lambda as above.
11011         (allout-use-mode-specific-leader): Add missing candidate-value
11012         symbols, use memq, and quote the lambda.
11013         (allout-overlay-interior-modification-handler): Remove unused
11014         variables `msg' and 'opened'.
11015         (allout-hidden-p): Constrain invisibility consideration to allout's
11016         invisibility spec, disregarding invisibility for other reasons.
11018 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
11020         * files.el (version-control): Correct safe values.
11022 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
11024         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
11026         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
11027         (ewoc--insert-new-node): New func.
11028         Update callers of deleted funcs to use it, instead.
11030 2006-05-11  Glenn Morris  <rgm@gnu.org>
11032         * calendar/calendar.el (diary-show-all-entries): Do not refer to
11033         obsolete alias `show-all-diary-entries'.
11034         (make-diary-entry): Not interactive.
11035         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
11036         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11037         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11038         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11039         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
11040         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
11042 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11044         * calendar/calendar.el (calendar-french-date-string)
11045         (calendar-mayan-date-string, calendar-chinese-date-string)
11046         (calendar-astro-date-string, calendar-iso-date-string)
11047         (calendar-islamic-date-string, calendar-bahai-date-string)
11048         (calendar-hebrew-date-string, calendar-coptic-date-string)
11049         (calendar-ethiopic-date-string, calendar-persian-date-string):
11050         These functions are not interactive.
11052 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
11054         * files.el: Balance parentheses.
11056 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
11058         * files.el, newcomment.el, outline.el, simple.el,
11059         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
11060         * progmodes/cc-vars.el, progmodes/compile.el:
11061         Move `safe-local-variable' declarations to the respective files.
11063         * help-fns.el (describe-variable): Don't print safe-var if it is
11064         byte-code.  Improve wording as suggested by Luc Teirlinck.
11066 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
11068         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
11069         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
11070         Use a token for pending-triggers to ensure gdb-var-update
11071         gets called once per user input again for pre-GDB 6.4.
11072         (gdb-var-delete): Match on more complex expressions.
11073         (gdb-var-list-children-handler, gdb-var-create-handler):
11074         Use a token for consistency.
11076 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
11078         * textmodes/org.el (org-read-date, org-goto-calendar)
11079         (org-agenda-goto-calendar):
11080         Bind `view-calendar-holidays-initially' to nil.
11082 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
11084         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
11085         Update all callers to do it there, instead.
11087 2006-05-10  Glenn Morris  <rgm@gnu.org>
11089         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
11090         prefix arg case, to avoid view-diary-entries-initially error.
11091         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11092         (calendar-date-is-legal-p): Handle dates with no day part.
11094 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
11096         * comint.el (comint-insert-input): Just make it when
11097         comint-use-prompt regexp is nil (default) and with the mouse.
11098         (comint-copy-old-input): Reinstate from 2004-06-23.
11099         (comint-mode-map): Bind C-c C-m to it.
11101 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
11103         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
11104         Remove spurious move to point-max (new comint behavior fixes).
11106         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
11107         compatibility function (Emacs 18/19).
11108         (idlwave-is-continuation-line): Always return point at start of
11109         previous non-blank continuation line.
11110         (keyword-parameters): Fix continued comment font-lock matcher.
11111         (idlwave-font-lock-fontify-region): Written, use as
11112         font-lock-fontify-region-function, to fix continued keyword
11113         fontification issues.
11115 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11117         * term/mac-win.el (mac-font-panel-mode): Doc fix.
11118         (mac-service-selection, mac-service-open-file)
11119         (mac-service-open-selection, mac-service-mail-selection)
11120         (mac-service-mail-to, mac-service-insert-text): Rename from
11121         mac-services-*.  All uses changed.
11122         (mac-apple-event-map): Rename event symbol `services' to `service'.
11124 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
11126         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
11127         (ewoc--node-enter-first, ewoc--node-enter-last)
11128         (ewoc--delete-node-internal): Merge funcs into unique callers.
11130 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
11132         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
11133         return value of read-from-minibuffer for empty input.
11135 2006-05-09  Miles Bader  <miles@gnu.org>
11137         * comint.el (comint-insert-input): Remove redundant calls to setq
11138         and goto-char.
11140 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
11142         * comint.el (comint-insert-input): Make it work when
11143         comint-use-prompt-regexp is t.
11145 2006-05-10  Miles Bader  <miles@gnu.org>
11147         * subr.el (field-at-pos): New function.
11149         * comint.el (comint-insert-input): Use it.
11151 2006-05-09  Juri Linkov  <juri@jurta.org>
11153         * battery.el (battery-linux-proc-acpi): Also try
11154         `/proc/acpi/thermal_zone/THR2/temperature'.
11156         * files.el <safe-local-variable>: Remove `eval' and `let' binding
11157         for now unused lambda `string-or-null'.
11159         * add-log.el (change-log-default-name): Put `string-or-null-p'
11160         instead of lambda on `safe-local-variable' property.
11162         * diff-mode.el (diff-context->unified): Use `region-beginning' and
11163         `region-end' instead of `mark' and `point'.
11164         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
11165         Operate on region in Transient Mark mode when the mark is active.
11166         Use `region-beginning' and `region-end' instead of `mark' and
11167         `point'.
11168         (diff-hunk-text, diff-goto-source): Doc fix.
11170         * startup.el (fancy-splash-screens, normal-splash-screen): Use
11171         face `mode-line-buffer-id' for mode-line buffer face instead of
11172         hard-coded `(:weight bold)'.
11174         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
11175         buffer-undo-list to t (undo-ask is reproducible by visiting
11176         nested archives).
11178 2006-05-09  Kim F. Storm  <storm@cua.dk>
11180         * progmodes/grep.el (rgrep): Set default directory of *grep*
11181         buffer if we start M-x rgrep in the *grep* buffer and choose
11182         a different base directory.
11184 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
11186         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
11187         completion also when ido is loaded.
11189 2006-05-09  Masatake YAMATO  <jet@gyve.org>
11191         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
11192         "warning" and "import".
11193         (cpp-font-lock-keywords): Added "warning".
11195 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
11197         * term/xterm.el (terminal-init-xterm): Add more key bindings.
11199 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11201         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
11202         pages at a time, if we signal the end, we should indeed reach that end.
11204 2006-05-08  David Reitter  <david.reitter@gmail.com>
11206         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
11207         output during execution of the body.
11209 2006-05-08  Kim F. Storm  <storm@cua.dk>
11211         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
11213 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
11215         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
11216         Use with-current-buffer.
11218 2006-05-07  Kim F. Storm  <storm@cua.dk>
11220         * subr.el (add-to-history): Remove keep-dups arg.
11222         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
11223         to nil around call to add-to-history.
11225 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11227         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
11228         than after a buffer modification.
11230 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
11232         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
11233         call to...
11234         (gud-watch): ...here so speedbar is raised for already watched
11235         expressions.
11236         (gdb-speedbar-refresh): Delete function.
11237         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
11238         Use speedbar-timer-fn instead of speedbar-refresh (reverting
11239         earlier change).
11240         (gdb-var-evaluate-expression-handler)
11241         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
11243         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
11244         Update localized contents for all buffers except ignored modes.
11246 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11248         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
11249         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
11250         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
11251         (mac-handle-font-panel-closed, mac-handle-font-selection):
11252         New functions.
11253         (mac-font-panel-mode): New minor mode.
11254         (mac-apple-event-map): Add bindings for toolbar toggle button and
11255         font panel.
11256         (menu-bar-showhide-menu): Add mac-font-panel-mode.
11258 2006-05-07  John Paul Wallington  <jpw@pobox.com>
11260         * ibuffer.el (ibuffer-compressed-file-name-regexp):
11261         Avoid `regexp-opt'; simplify regexp for readability.
11263 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
11265         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
11266         * files.el (buffer-stale-function):
11267         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11268         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
11269         links to the main manual, not to emacs-xtra.
11271 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11273         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
11274         MacJapanese if text is ASCII-only.
11276 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
11278         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
11279         unless so nil isn't returned.
11280         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
11282 2006-05-06  Kim F. Storm  <storm@cua.dk>
11284         * subr.el (add-to-history): New function.
11286         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
11287         (ediff-merge-files-with-ancestor):
11288         * env.el (setenv):
11289         * isearch.el (isearch-update-ring):
11290         * server.el (server-visit-files):
11291         * progmodes/grep.el (lgrep, rgrep):
11292         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
11293         * progmodes/xscheme.el (xscheme-insert-expression):
11294         Use add-to-history.
11296         * kmacro.el (kmacro-push-ring): Use add-to-history.
11297         (kmacro-ring-length): Remove unused defun.
11298         (kmacro-start-macro): Use kmacro-push-ring.
11300 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
11302         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
11303         directly instead of a lambda expression that calls it.
11305 2006-05-06  Kim F. Storm  <storm@cua.dk>
11307         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
11308         instead of compute-motion.
11310 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
11312         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
11313         change.
11315 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
11317         * startup.el (command-line-1): Refer to "Pure Storage" on
11318         pure-space-overflow.
11320 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
11322         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
11323         provided faces once they all have been used up.
11325 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
11327         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
11328         reference to the Lisp manual to the warning about pure space
11329         overflow.
11331 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11333         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
11334         argument to avoid the call to `ispell-internal-change-dictionary'
11335         when not needed.
11336         (ispell-change-dictionary): Use this argument and call
11337         `ispell-internal-change-dictionary' after the possible change
11338         to `ispell-local-dictionary'.
11339         (ispell-internal-change-dictionary): Check for a change in
11340         personal dictionary use too.
11342 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
11344         * startup.el (command-line): On MS-Windows, probe "~", not
11345         "~USER", for warning about non-existent home directory.
11347         * arc-mode.el (archive-l-e): New optional argument `float' means
11348         generate a float value.
11349         (archive-arc-summarize, archive-lzh-summarize)
11350         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
11351         with 3rd argument non-nil when file's size is being computed.
11352         Format the file sizes with %8.0f instead of %8d.
11354 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11356         * cus-start.el (all): Add mac-dnd-known-types.
11358         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
11359         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
11360         (mac-TIFF-to-string): New functions.
11361         (x-get-selection, x-selection-value)
11362         (mac-select-convert-to-string): Use them.
11363         (mac-text-encoding-mac-japanese-basic-variant): New constant.
11364         (mac-dnd-types-alist): New customization variable.
11365         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
11366         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
11367         (mac-dnd-handle-drag-n-drop-event): New functions.
11368         (mac-drag-n-drop): Remove function.
11369         (global-map): Bind drag-n-drop and M-drag-n-drop to
11370         mac-dnd-handle-drag-n-drop-event.
11372 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
11374         * progmodes/perl-mode.el (perl-beginning-of-function):
11375         Skip anonymous subs.
11377 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
11379         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
11380         regexp-opt at run time.
11382         * term.el (term-handle-ansi-escape): Fix off by one error.
11384 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
11386         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
11387         (gdb-init-1, gdb-post-prompt): ...and references to it.
11388         (gdb-frame-handler): Strip directory name from filename if present.
11390         * progmodes/gud.el (gdb-force-update): Delete defvar
11391         (gud-speedbar-buttons): ...and references to it.  Use window-start
11392         to try to keep positon in watch expression.
11394 2006-05-03  Richard Stallman  <rms@gnu.org>
11396         * simple.el (next-history-element, previous-history-element): Doc fix.
11398         * isearch.el (isearch-update-ring): Doc fix.
11400 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
11402         * isearch.el (isearch-update-ring): Take history-delete-duplicates
11403         into consideration.  Replace one arm ifs with whens.
11405 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
11407         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
11408         (menu): Fix typo.
11410 2006-05-02  Miles Bader  <miles@gnu.org>
11412         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
11414 2006-05-02  Jay Belanger  <belanger@truman.edu>
11416         * calc/calc-embed.el (calc-override-minor-modes-map)
11417         (calc-override-minor-modes): New variables.
11418         (calc-do-embedded): Make sure that Calc keystrokes aren't
11419         overwritten by minor modes.
11421 2006-05-02  Chong Yidong  <cyd@mit.edu>
11423         * msb.el (msb): If EVENT is a down event, read and discard the up event.
11425 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11427         * startup.el (command-line-1): Refer to Lisp manual when
11428         pure-space-overflow occurs.
11430         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
11431         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
11432         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
11433         (version-control): Don't use `t' for safe-local-variable declarations.
11435 2006-05-01  Richard Stallman  <rms@gnu.org>
11437         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
11438         M-r, M-R, M-A, M-SPC or M-DEL.
11439         (diff-mode-map): diff-refine-hunk now on C-c C-w
11440         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
11442         * help-mode.el (help-mode): view-exit-action calls delete-window
11443         only when it is safe and possible.
11445         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
11446         in messages.
11448         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
11450         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
11451         in the default tool-bar-map.
11453 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
11455         * net/tramp.el (tramp-completion-file-name-handler-alist)
11456         (tramp-run-real-handler, tramp-completion-run-real-handler)
11457         (tramp-completion-handle-file-name-all-completions)
11458         (tramp-completion-handle-file-name-completion): Autoload them.
11459         (tramp-completion-handle-file-exists-p)
11460         (tramp-completion-handle-file-name-directory)
11461         (tramp-completion-handle-file-name-nondirectory)
11462         (tramp-completion-handle-expand-file-name): Remove them.
11463         (tramp-handle-file-name-directory): Return the real directory name.
11464         Returning "/" only doesn't need to be necessary any longer.
11465         (tramp-file-name-handler): Make special attention when in hostname
11466         completion mode.
11467         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
11468         (tramp-register-file-name-handlers):
11469         Register `tramp-completion-file-name-handler' only when
11470         `partial-completion-mode' is enabled.
11471         (tramp-completion-handle-file-name-all-completions):
11472         Delete directory part from results.
11473         (tramp-get-completion-methods, tramp-get-completion-user-host):
11474         Discard deleting "/", it doesn't work after the change of
11475         `tramp-handle-file-name-directory' above.
11477 2006-05-01  Kim F. Storm  <storm@cua.dk>
11479         * progmodes/grep.el (grep-expand-template): Use save-match-data
11480         and symbol-value.
11482 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11484         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
11485         Use select-frame-set-input-focus instead of raise-frame.
11486         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
11488 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
11490         * progmodes/gud.el (gud-def): Add %c case.
11491         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
11492         (gud-format-command): Make match case sensitive.  Match on %F.
11494 2006-04-30  Glenn Morris  <rgm@gnu.org>
11496         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
11497         (cal-tex-preamble): Use cal-tex-preamble-extra.
11498         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
11499         than alias `list-diary-entries'.
11501 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
11503         * help-fns.el (describe-variable): Add info about safe local variables.
11505 2006-04-29  Richard Stallman  <rms@gnu.org>
11507         * bindings.el (mode-line-format): help-echo doc fixes.
11509         * net/tramp.el (tramp-file-name-handler-alist): Delete
11510         expand-file-name and other operations that can cause spurious loading.
11512 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11514         * files.el (safe-local-variable-p): Remove support for the special
11515         value t.
11517         * textmodes/paragraphs.el (sentence-end-without-space):
11518         Fix safety predicate.
11519         (sentence-end-double-space, sentence-end-without-period)
11520         (paragraph-ignore-fill-prefix):
11521         * textmodes/fill.el (colon-double-space):
11522         * abbrev.el (abbrev-mode): Tighten the safety predicate.
11524         * subr.el (booleanp): New fun.
11526         * textmodes/reftex-vars.el (reftex-guess-label-type):
11527         Tighten the safety predicate.
11529 2006-04-28  Kim F. Storm  <storm@cua.dk>
11531         * progmodes/grep.el (defgroup grep): Doc fix.
11532         (grep-auto-highlight): Remove.
11533         (grep-template): New defcustom.
11534         (grep-find-template): Rename from grep-tree-template.
11535         (grep-files-aliases): Rename from grep-tree-files-aliases.
11536         Remove "all" alias, add "l" alias.
11537         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
11538         (grep-find-ignored-directories): New defcustom to replace
11539         grep-tree-ignore-CVS-directories, to facilitate ignoring
11540         subdirectories for multiple version control systems.
11541         (grep-mode-map): Add Recursive grep item to GREP menu.
11542         (grep-regexp-history, grep-files-history): New defvars.
11543         (grep-probe): New helper function.
11544         (grep-compute-defaults): Use it to simplify code.
11545         Adapt to name changes.
11546         Use `.' as base in grep-find-template rather than <D>.
11547         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
11548         Call grep-compute-defaults unconditionally.
11549         (grep-expand-keywords): New defconst.
11550         (grep-expand-template): Rename from grep-expand-command-macros.
11551         Simplify via grep-expand-keywords.  Look at case-fold-search instead
11552         of grep-tree-ignore-case to add -i option.
11553         Bind case-fold-search to nil while matching keywords.
11554         (grep-tree-last-regexp, grep-tree-last-files): Remove.
11555         (grep-read-regexp, grep-read-files): New helper functions.
11556         (rgrep): Rename from grep-tree.  Rework to use proper histories.
11557         Adapt to changes in defcustoms and functions above.
11558         (lgrep): New command, as grep, but using same interactive UI as rgrep.
11560 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
11562         * net/tramp.el (tramp-completion-file-name-handler):
11563         Disable Tramp's functionality while loading Tramp itself.
11564         (tramp-register-file-name-handlers): That's a defsubst now.
11565         Code from `tramp-repair-jka-compr' moved here.  Apply it via
11566         `after-init-hook'.
11567         (tramp-repair-jka-compr): Remove.
11569 2006-04-27  Jay Belanger  <belanger@truman.edu>
11571         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
11572         read expression when `math-read-big-expr' doesn't work.
11574 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
11576         * startup.el (command-line-1): Display warning when
11577         pure-space-overflow is non-nil.
11579 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11581         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
11582         risky.
11584 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11586         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
11587         Return the URL or nil if none can be generated.
11589 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
11591         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
11592         byte compiler warnings.
11593         (gud-basic-call, gud-find-expr): Let user select an expression
11594         for printing.  Print expression as well as value in GUD buffer.
11596 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
11598         * allout.el: Remove local autoload declaration for
11599         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
11600         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
11601         (allout-plain-bullets-string, allout-distinctive-bullets-string)
11602         (allout-use-mode-specific-leader, allout-old-style-prefixes)
11603         (allout-stylish-prefixes, allout-numbered-bullet)
11604         (allout-file-xref-bullet, allout-presentation-padding)
11605         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
11606         safe-local-variable with suitable value spec, and add autoload
11607         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
11608         (move-beginning-of-line, move-end-of-line): Repair so these compat
11609         functions now actually resituate the point, when appropriate.
11611 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11613         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
11615         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
11616         (add-log-iso8601-time-string): Fix call to format-time-string.
11618 2006-04-26  Kim F. Storm  <storm@cua.dk>
11620         * subr.el (posn-string, posn-image, posn-object): Doc fix.
11622 2006-04-26  Masatake YAMATO  <jet@gyve.org>
11624         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
11625         Add support for "//" style comments.  Remove `b' flag
11626         from ?* in `asm-mode-syntax-table'.
11628 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11630         * follow.el: Use (featurep 'xemacs) everywhere.
11631         (follow-mode): Use define-minor-mode.
11632         (follow-mode-map): Move initialization into the declaration.
11633         Use command remapping.
11634         (follow-emacs-version-xemacs-p): Remove.
11635         (follow-submit-feedback): Remove.
11637         * allout.el (allout-layout, allout-passphrase-verifier-string)
11638         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
11640         * textmodes/reftex-vars.el (reftex-vref-is-default)
11641         (reftex-fref-is-default, reftex-guess-label-type):
11642         Tighten up a bit the safety predicate.
11644         * textmodes/paragraphs.el (sentence-end-double-space)
11645         (sentence-end-without-period, sentence-end-without-space)
11646         (page-delimiter, paragraph-ignore-fill-prefix):
11647         Tighten up a bit the safety predicate.
11649         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
11651         * progmodes/python.el (python-continuation-line-p)
11652         (python-beginning-of-statement): syntax-ppss may return
11653         a negative depth.
11654         (python-mode): Don't forcefully enable font-lock.
11656         * time-stamp.el (time-stamp-start, time-stamp-end)
11657         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
11659         * add-log.el: Remove spurious * in docstrings.
11660         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
11661         (add-change-log-entry): Use it here, since it's not specific
11662         to iso8601.
11663         (add-log-iso8601-time-string): Don't use it here any more.
11664         (change-log-indent-text, change-log-indent): Rename from add-log-*.
11666         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
11668 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
11670         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
11671         (rcirc-toggle-low-priority): Doc fix.
11672         (rcirc-handler-NOTICE): Remove beginning of line anchor in
11673         ChanServ regexp.
11674         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
11675         #emacs.
11676         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
11677         (rcirc-decode-coding-system): Use utf-8 as the default.
11678         (rcirc-multiline-minor-mode): Set the fill-column.
11679         (rcirc-format-response-string): Display bright and dim nicks.
11680         (rcirc-browse-url): Update interactive spec to fill ARG.
11681         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
11682         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
11684 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
11686         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
11687         case for @Article, etc.
11689 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
11691         * net/tramp.el (tramp-register-file-name-handlers): New defun.
11692         Added with autoload cookie.
11693         (tramp-unload-file-name-handlers): Rename from
11694         `tramp-unload-file-name-handler-alist'.
11696 2006-04-23  Romain Francoise  <romain@orebokech.com>
11698         * comint.el (comint-match-partial-filename): Doc fix.
11700 2006-04-21  Glenn Morris  <rgm@gnu.org>
11702         * calendar/cal-menu.el (calendar-mode-map): Refer to
11703         `diary-view-entries' rather than alias `view-diary-entries'.
11704         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
11706 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
11708         * progmodes/antlr-mode.el (antlr-default):
11709         * cus-edit.el (custom-documentation):
11710         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
11711         in defface.
11713 2006-04-21  Kim F. Storm  <storm@cua.dk>
11715         * image.el (image-type): New defun split out of create-image.
11716         (create-image): Use it.
11718 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
11720         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
11721         (org-open-at-point): Remove the "...done" message to keep output
11722         in the echo area visible.
11723         (org-export-as-xoxo): Fix call to `indent-region'.
11725 2006-04-21  Kevin Ryde  <user42@zip.com.au>
11727         * international/mule.el (keyboard-coding-system): defcustom
11728         info-link fixes: "Specify Coding" has been split, keyboard now in
11729         "Terminal Coding", and "Single-Byte Character Support" is now
11730         "Unibyte Mode".
11732 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
11734         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
11735         Use font-lock-warning-face for any errors e.g. no stack.
11736         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
11738 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
11740         * progmodes/sh-script.el (sh-shell): Mark as safe.
11742         * newcomment.el (comment-start, comment-start-skip)
11743         (comment-end-skip, comment-end): Mark as safe.
11745 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
11747         * textmodes/org.el (org-deadline-announce): Face removed.
11748         (org-level-faces, org-n-levels): Convert to constant.
11749         (org-compatible-face): New function.
11750         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
11751         (org-level-5, org-level-6, org-level-7, org-level-8)
11752         (org-special-keyword, org-warning, org-headline-done, org-link)
11753         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
11754         (org-scheduled-today, org-scheduled-previously, org-time-grid):
11755         Face definition revised for better color tty support.
11756         (org-bold-re, org-italic-re, org-underline-re): New constants.
11757         (org-set-font-lock-defaults): Use the new constants.
11758         (org-agenda-highlight-todo): New function.
11759         (org-agenda-todo): Fix bug with point at end of line.
11760         (org-agenda-change-all-lines, org-finalize-agenda-entries):
11761         Fontify TODO keywords.
11762         (org-insert-link): Preserve relative path in ../ links.
11763         (org-export-as-html): Convert links pointing to .org files into
11764         links that will work beteen the exported HTML files.
11765         (org-todo-list): Fix bug when arg=0.
11766         (org-insert-heading): More fine-tuning.
11768 2006-04-19  Romain Francoise  <romain@orebokech.com>
11770         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
11771         from `rmail-mime-charset-pattern'.
11773 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
11775         * progmodes/python.el (python-mode): Fix typo.
11777 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
11779         * comint.el (comint-previous-input): Don't clobber input line
11780         when moving off either end of the input history ring.
11781         (comint-delete-input): New function, used by
11782         `comint-previous-input' and others.
11783         (comint-previous-matching-input):
11784         Use `coming-delete-input'.  Save the partial input if leaving the
11785         edit line.  Goto point-max before deleting input to avoid
11786         partial input fragments hanging around.
11787         (comint-restore-input): New function, used by `comint-previous-input'.
11789 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
11791         * imenu.el (imenu--index-alist): Balance parentheses.
11793 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
11795         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
11797 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
11799         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
11800         file is nil.
11802 2006-04-18  Richard Stallman  <rms@gnu.org>
11804         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
11806         * imenu.el (imenu-create-index-function, imenu--index-alist)
11807         (imenu--last-menubar-index-alist, imenu--make-index-alist)
11808         (imenu-default-create-index-function, imenu--generic-function):
11809         Doc fixes.
11811         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
11813         * help-mode.el (help-mode): Set view-exit-action to delete window.
11815         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
11816         now works by passing nil as arg.
11818         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
11820         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
11821         (read-abbrev-file): Provide default when reading filename.
11823         * files.el (enable-local-variables): Allow :all as value.
11824         (hack-local-variables): Implement that value.
11825         (safe-local-variable-values, safe-local-eval-forms)
11826         (enable-local-variables): Mark as risky.
11827         (find-file-visit-truename, kept-old-versions): Mark safe.
11829         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
11830         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
11831         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
11833 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11835         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
11836         Use forward-line so as to get to BOL even in the presence of fields.
11837         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
11838         in return.
11839         (inferior-tcl): Tell tclsh to work in interactive mode.
11841         * complete.el (partial-completion-mode):
11842         Use 'choose-completion-string-functions to make sure that
11843         choose-completion fills the minibuffer properly.
11845         * complete.el (PC-old-read-file-name-internal): Remove.
11846         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
11847         of read-file-name-internal.
11848         (partial-completion-mode): Enable/disable this advice.
11850 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
11852         * net/tramp.el (tramp-completion-file-name-handler): Revert change
11853         of 2006-04-17.
11855 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
11857         * textmodes/org.el (org-insert-heading): Insert heading before
11858         current if at beginning of line.
11859         (org-todo, org-date): New faces.
11860         (org-table-align): Make sure tooltip window contains full text.
11861         (org-no-properties): New defsubst.
11862         (org-set-font-lock-defaults): Use new faces.
11864 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
11866         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
11867         for root variables.
11869         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
11870         (gdb-frame-address): Re-use to identify frame for watch expression.
11871         (gdb-var-list, gdb-var-create-handler): Add frame address for root
11872         variables.
11873         (gdb-init-1, gdb-source, gdb-post-prompt)
11874         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
11875         (gdb-frame-handler): Get gdb-frame-address.
11877 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
11879         Sync with Tramp 2.0.53.
11881         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
11882         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
11883         (tramp-completion-file-name-handler): Add autoload cookie for
11884         adding to `file-name-handler-alist'.
11886         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
11887         the prompt.  If it returns earlier (when detecting an error
11888         message), the rest of the output will merge accidently with the
11889         output of the next command.  Reported by M Jared Finder
11890         <jared@hpalace.com>.
11892         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
11893         for `process-file', in order to let it work for older Emacsen too.
11895 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
11897         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
11898         (tex-font-lock-keywords-3): Use it.
11900 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11902         * newcomment.el (comment-add): New function.
11903         (comment-region-default, comment-dwim): Use it.
11905 2006-04-15  Michael Olson  <mwolson@gnu.org>
11907         * emacs-lisp/tq.el: Improve comments.
11908         (tq-queue-head-question): New accessor function.
11909         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
11910         Update for modified queue structure.
11911         (tq-queue-add): Accept `question' argument.
11912         (tq-queue-pop): If a question is pending, send it.
11913         (tq-enqueue): Accept new optional argument `delay-question'.
11914         If this is non-nil, and at least one other question is pending a
11915         response, queue the question rather than sending it immediately.
11917 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11919         * calendar/appt.el (appt-add): Check whether an appointment is
11920         already present in appt-time-msg-list.  Simplify code.
11922 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11924         * progmodes/cc-langs.el (c-mode-menu):
11925         Don't presume c-subword-mode is bound.
11927 2006-04-13  Bill Wohler  <wohler@newt.com>
11929         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
11930         (customize-package-emacs-version): Use cdr instead of cadr now
11931         that alists use dotted pairs.
11933         * custom.el (defcustom): Fix docstring for :package-version.
11935 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
11937         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
11938         (tramp-handle-shell-command): Display output buffer only when
11939         `tramp-display-shell-command-buffer' is true.
11940         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
11942 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
11944         * textmodes/org.el (org-set-autofill-regexps): Set only the local
11945         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
11947 2006-04-13  Romain Francoise  <romain@orebokech.com>
11949         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
11950         leaving temporary .cvsignore buffers behind.
11952 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
11954         * textmodes/org.el (org-set-regexps-and-options)
11955         (org-get-current-options): Better names for the startup folding
11956         options.
11958 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
11960         * vc.el (vc-annotate): Arrange for point to end up at the same
11961         line number as in the original, but only when using a new buffer.
11963 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
11965         * files.el (hack-one-local-variable-eval-safep):
11966         Recognize `edebug-form-spec' for `put', but only if it passes
11967         `edebug-basic-spec'.  Generalize `put' handling.
11969         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
11970         vetting file-local form specs.
11972         * allout.el (allout-layout): Autoload its `safe-local-variable'
11973         property.
11975 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
11977         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
11978         (org-agenda-mouse-1-follows-link)
11979         (org-mouse-1-follows-link): New options.
11980         (org-format-agenda-item): Fix bug if TAGS is nil.
11981         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
11983 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
11985         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
11986         GDB 6.1+ gives full filename for "info sources" so use
11987         file-name-nondirectory.
11989 2006-04-12  Romain Francoise  <romain@orebokech.com>
11991         * subr.el (read-passwd): Bind `message-log-max' to nil.
11993 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11995         * progmodes/perl-mode.el (perl-indent-new-calculate):
11996         Recompute parse-start after jumping backward by a whole sexp.
11998 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12000         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12001         window configuration.
12002         (vc-annotate-display-select): Select the buffer so that current-buffer
12003         (and selected-window) is the output buffer at the end of vc-annotate.
12005 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
12007         * vc.el (vc-annotate-color-map): Add custom TTY color map for
12008         8-color terminals, to use all of the colors in a sensible order.
12009         256-color terminals work well with the standard map.
12010         (vc-annotate-lines): Only strip the first color character if it
12011         is "#", to allow for terminal-style named colors.
12012         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12013         the correct buffer is scrolled.
12015 2006-04-11  Richard Stallman  <rms@gnu.org>
12017         * emacs-lisp/bytecomp.el (byte-compile-file):
12018         Bind enable-local-variables to :safe, and make normal-mode obey it.
12020         * files.el (enable-local-variables): Allow value :safe.
12021         (normal-mode): Doc fix.
12022         (hack-local-variables): Implement enable-local-variables = :safe.
12023         (hack-local-variables-confirm): Don't prevent quitting.
12025 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12027         * loadhist.el (unload-feature): A bit of sanity check of
12028         load-history entries.  Cancel timer-vars before unbinding them.
12030         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
12031         quote special chars, and make the trick work on the hex part of the
12032         buffer as well.
12033         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
12034         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
12036         * startup.el (normal-splash-screen): Fix last change so we don't wait
12037         2 minutes if we don't show the splash screen.
12039 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
12041         * textmodes/org.el (org-export-plain-list-max-depth)
12042         (org-table-spaces-around-separators)
12043         (org-radio-targets, org-activate-camels)
12044         (org-table-spaces-around-invisible-separators): Options removed.
12045         (org-time-stamp-rounding-minutes, org-remember-templates)
12046         (org-ellipsis, org-activate-links, org-descriptive-links):
12047         New options.
12048         (org-remember-apply-template, org-current-time)
12049         (org-finish-edit-table-field)
12050         (org-link-unescape, org-link-escape)
12051         (org-string-width, org-table-clean-line, org-html-do-expand)
12052         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
12053         (org-read-agenda-file-list): New functions.
12054         (org-table-edit-field)
12055         (org-table-create-or-convert-from-region): New commands
12056         (org-table-toggle-vline-visibility): Command removed.
12057         (org-table-convert-region): Made a command.
12058         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
12059         Replace with the normal org- functions.
12060         (org-self-insert-command): Don't trigger realign unnecessarily
12061         when blanking a field that is not full.
12062         (org-mode): `Set buffer-invisibility-spec' for links.
12063         (org-activate-links2): Hide link part and only show descriptive
12064         part of the link.
12065         (org-insert-link): Modify for new linking system.
12066         (org-store-link): Store description separately, for use by
12067         `org-insert-link'.
12068         (org-table-align): Use `org-string-width'.
12069         (defgroup): Completely new group structure for custom variables.
12070         (org-agenda-files): Option: Single file name allowed.  Function:
12071         Optional argument unrestrited means ignore any restricitons.
12072         (org-install-agenda-files-menu): Find a buffer in Org-mode before
12073         trying to modify the menu.  Use generalized access to
12074         `org-agenda-files.'
12075         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
12076         (org-agenda-file-to-front, org-remove-file, org-diary)
12077         (org-tags-view, org-export-icalendar-all-agenda-files)
12078         (org-export-icalendar-combine-agenda-files): Use generalized
12079         access to `org-agenda-files'.
12080         (org-remember-handler): Correctly preserve heading if present.
12081         (org-table-insert-row, org-table-insert-hline): Deal with
12082         invisible characters.
12084 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
12086         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
12087         (vc-annotate-color-map): New 18 element constant
12088         value/saturation, rotating hue colormap, from red->blue.
12089         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
12090         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
12091         (vc-annotate): To avoid killing the required local variables,
12092         set them before the end of `with-output-to-temp-buffer', and
12093         after first switching to annotate-mode.
12094         (vc-annotate-warp-version): Add buffer argument in goto-line to
12095         ensure annotation, not source, is scrolled.
12097 2006-04-10  Bill Wohler  <wohler@newt.com>
12099         * custom.el (defcustom, custom-handle-keyword):
12100         Add :package-version keyword.
12101         (custom-add-package-version): New function.  Sets value of new
12102         property 'custom-package-version from :package-version keyword.
12103         (defcustom): Create Common Keywords section in docstring.
12104         (defface, defgroup): Replace definitions of a select few keywords
12105         with a reference to the Common Keywords in defcustom.
12106         (defcustom, defface, defgroup): Replace reference to Customization
12107         chapter in manual with hyperlink.
12109         * cus-edit.el (customize-package-emacs-version-alist): New variable.
12110         (customize-changed-options): Add check for custom-package-version.
12111         (customize-package-emacs-version): New function to look up Emacs
12112         version corresponding to the given package version.
12114         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
12115         defun name, in similar fashion to find-variable-regexp.
12117 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
12119         * international/mule-cmds.el (set-locale-environment): Fix last
12120         change for when the locale's preferences don't specify any encoding.
12122 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12124         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
12125         so the defined var/fun doesn't need to be quoted.
12127 2006-04-10  Richard Stallman  <rms@gnu.org>
12129         * finder.el (finder-mode-map): Add n and p bindings.
12131 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
12133         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
12134         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
12135         (gdb-setup-windows): Put something in source window if we can't find
12136         the source file.
12137         (gdb-frame-handler): Make it work again with just assembly.
12138         (gdb-data-list-register-values-handler): Make it work when there is
12139         no stack.
12141 2006-04-09  Richard Stallman  <rms@gnu.org>
12143         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
12144         specs while looking for charset.
12146         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
12148         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12149         Make them faces.
12150         (lm-font-lock-keywords): Update appropriately.
12152 2006-04-10  Kim F. Storm  <storm@cua.dk>
12154         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
12155         it can also replace buffer-substring-no-properties.
12157         * emulation/cua-base.el (cua-delete-region, cua-paste)
12158         (cua-repeat-replace-region): Use filter-buffer-substring.
12160         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
12161         (cua-cut-region-to-global-mark): Likewise.
12163         * emulation/cua-rect.el (cua--extract-rectangle)
12164         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
12166 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12168         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
12169         entry-type.  Add field delimiters to numerical fields if they are
12170         not present.
12172 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12174         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
12175         string-const to return value.
12176         (bibtex-remove-delimiters): Use it.
12178 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12180         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
12181         cl-byte-compile-compiler-macro unless it exists.
12183 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
12185         * files.el (hack-local-variables-confirm) <offer-save>:
12186         Clarify message text.  Suggested by Ralf Angeli.
12188 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12190         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
12191         (delete-extract-rectangle-line): Use `filter-buffer-substring'
12192         instead of `buffer-substring' and `delete-region'.  (Most of the
12193         code actually copied from `kill-region'.)
12195 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
12197         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
12198         (rcirc-default-port): Rename from rcirc-port.
12199         (rcirc-default-nick): Rename from rcirc-nick.
12200         (rcirc-default-user-name): Rename from rcirc-user-name.
12201         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
12202         (rcirc-low-priority-flag): New variable.
12203         (rcirc-decode-coding-system): New defcustom.
12204         (rcirc-encode-coding-system): New defcustom.
12205         (rcirc-coding-system-alist): New defcustom.
12206         (rcirc-multiline-major-mode): New defcustom.
12207         (rcirc-nick): New internal variable.
12208         (rcirc-process): Remove variable.
12209         (rcirc-server-buffer): New variable.
12210         (rcirc): Update to use rcirc-default-* variables above.
12211         (rcirc-connect): Do not add window-configuration-hook-here.
12212         (rcirc-server): New internal variable.
12213         (rcirc-connect): Do not send keepalive pings if
12214         rcirc-keepalive-seconds is nil.
12215         (with-rcirc-server-buffer): New macro.
12216         (rcirc-send-string): Encode with rcirc-encode-coding-system.
12217         (rcirc-server-name): Rename from rcirc-server.
12218         (rcirc-buffer-process): New function.
12219         (rcirc-buffer-nick): New function.
12220         (rcirc-buffer-target): Remove function.
12221         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12222         New commands.
12223         (rcirc-mode-map): Change binding of C-c C-l to
12224         rcirc-toggle-low-priority.
12225         (rcirc-mode): Initialize coding system based on
12226         rcirc-coding-system-alist.  New change-major-mode-hook to part the
12227         channel on a mode change.  Make kill-buffer-hook buffer-local.
12228         (rcirc-change-major-mode-hook): New function.
12229         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
12230         (rcirc-last-post-time): New variable.
12231         (rcirc-process-message): Store the last time user posted a message
12232         to this target.
12233         (rcirc-multiline-minor-mode): New mode.
12234         (rcirc-multiline-minor-mode-map): New mode map.
12235         (rcirc-edit-multiline): Put multiline-edit buffer in
12236         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
12237         (rcirc-print): Ignore any line starting with an ignored nick.
12238         (rcirc-print): Decode using rcirc-decode-coding-system.
12239         (rcirc-track-minor-mode): Update global-mode-string when disabling
12240         this mode.
12241         (minor-mode-alist): Add LowPri indicator.
12242         (rcirc-toggle-low-priority): New function.
12243         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
12244         next lowpriority buffer with activity.
12245         (rcirc-record-activity): Sort buffers in rcirc-activity by the
12246         last time the user posted a message in to the target.
12247         (rcirc-update-activity-string): New formatting for low priority
12248         buffers.
12249         (rcirc-split-activity): New function.
12250         (rcirc-handler-PART, rcirc-handler-KICK)
12251         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
12252         (rcirc-nick-away-alist): New variable.
12253         (rcirc-handler-301): New handler.  Away messages are printed once
12254         per change.
12256 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
12258         * info.el (Info-follow-nearest-node): Doc fix.
12260         * international/mule-cmds.el (set-locale-environment): Make sure
12261         the coding-system preferred by the locale's language has the same
12262         EOL conversion type as the original buffer-file-coding-system.
12263         (locale-language-names): Add a few MS Windows language codes.
12265 2006-04-07  Richard Stallman  <rms@gnu.org>
12267         * simple.el (eval-expression): Doc fix.
12269         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
12270         (eval-defun): Doc fixes.
12272 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
12274         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
12276 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
12278         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
12279         GDB list command without argument for greater generality.
12281 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12283         * subr.el (string-or-null-p): New function.
12285         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
12287         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
12289         * files.el: Update comment about safe-local-variable declarations.
12291 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
12293         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
12294         See idlwave.org.
12296         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
12297         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
12299         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
12300         See idlwave.org.
12302         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
12303         version 6.0 (minimal changes).  See idlwave.org.
12305         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
12306         6.0 (minimal changes).  See idlwave.org.
12308         * progmodes/idlw-rinfo.el: File obsoleted and removed.
12310 2006-04-06  Romain Francoise  <romain@orebokech.com>
12312         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
12313         symmetric encryption features and a new asynchronous interface to
12314         GnuPG.  This new version is version 1.4, plus whitespace changes.
12316 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12318         * files.el: Move some `safe-local-variable' declarations to the
12319         respective files.
12321         * textmodes/ispell.el (ispell-check-comments)
12322         (ispell-local-dictionary): Mark as safe.
12324         * abbrev.el (abbrev-mode): Mark as safe.
12326         * add-log.el (change-log-default-name): Mark as safe.
12328         * textmodes/reftex-vars.el (reftex-vref-is-default)
12329         (reftex-fref-is-default, reftex-level-indent)
12330         (reftex-guess-label-type): Mark as safe.
12332         * textmodes/fill.el (colon-double-space): Mark as safe.
12334         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
12335         (sentence-end-double-space, sentence-end-without-period)
12336         (sentence-end-without-space, sentence-end, sentence-end-base)
12337         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
12339 2006-04-06  Kim F. Storm  <storm@cua.dk>
12341         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
12342         the :set-after list.
12343         (ido-downcase-unc-hosts): New user option.  Default on.
12344         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
12345         when it is set, as regexps are now applied on the fly.
12346         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
12347         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
12348         on the fly, but only when ido-process-ignore-lists is set.
12349         Do case insensitive filtering if ido-downcase-unc-hosts is set.
12350         Only downcase names if ido-downcase-unc-hosts is set.
12352 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
12354         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
12356         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
12358 2006-04-05  Kim F. Storm  <storm@cua.dk>
12360         * ido.el (ido-mode): Set after ido-unc-hosts and
12361         ido-ignore-unc-host-regexps.
12362         (ido-save-history): Save ido-unc-hosts-cache.
12363         (ido-load-history): Load ido-unc-hosts-cache.
12364         (ido-reread-directory): Refresh unc hosts cache in // dir.
12366         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
12367         to nil while displaying slash screen.
12369 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12371         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12372         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12374 2006-04-05  Kenichi Handa  <handa@m17n.org>
12376         * international/characters.el: Setup cases of Latin, Greek, and
12377         Cyrillic characters in CJK charsets.
12379 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12381         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12382         default-enable-multibyte-characters.  This reverts the change from
12383         revision 6.17 which is no longer necessary because the passphrase
12384         is sent separately now.  GnuPG messages are unreadable under
12385         multibyte locales with default-enable-multibyte-characters set to nil.
12387 2006-04-04  Andreas Schwab  <schwab@suse.de>
12389         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
12390         and `byte-compile-warnings' as `safe-local-variable'.
12392 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
12394         * man.el (Man-mode-map): Restore the \r binding.
12395         (Man-abstract-xref-man-page): If Man-target-string is a function,
12396         call it.
12397         (Man-highlight-references): Use Man-default-man-entry to get the
12398         target.  Deal with xrefs too.
12399         (Man-highlight-references0): Don't call the target function.
12401         * woman.el (WoMan-xref-man-page): Strip the section number, woman
12402         cannot deal with it.
12404 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12406         * pgg-gpg.el: Clean up process buffers every time gpg processes
12407         complete.
12409 2006-04-04  Kenichi Handa  <handa@m17n.org>
12411         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
12412         here.
12413         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
12414         Temporarily bind inhibit-field-text-motion to t.
12416 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12418         * startup.el (normal-splash-screen): Only set mode-line-format in the
12419         splash buffer, so as not to interfere when debugging the code.
12420         Ignore errors when switching buffer.
12422 2006-04-03  Romain Francoise  <romain@orebokech.com>
12424         * dired.el (dired-dnd-protocol-alist): Fix typo.
12426 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12428         * savehist.el (savehist): Add :version.
12429         (savehist-ignored-variables): New variable.
12430         (savehist-minibuffer-hook): Don't save variables listed in
12431         `savehist-ignored-variables'.
12433         * dired.el (dired-dnd-protocol-alist): Mention that change does
12434         only apply to new buffers in doc string.
12436 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
12438         * recentf.el (recentf-open-files-item): Include newline in button
12439         field, so opening a file will work, when the point is at the end
12440         of the file name.  Allow, for example, to [i]search a file by
12441         extension and just push RET to open it.
12443 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12445         * pgg-gpg.el (pgg-gpg-process-filter)
12446         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12448         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12449         lines, temporary fix.
12451 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
12453         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
12455 2006-04-02  Richard Stallman  <rms@gnu.org>
12457         * progmodes/compile.el (compilation-message-face): Make it defcustom.
12459 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
12461         * ibuf-macs.el (define-ibuffer-column): Add a new key:
12462         header-mouse-map.
12464         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
12465         (ibuffer-mode-header-map): New keymaps.
12466         (ibuffer-update-title-and-summary): Enable mouse face highlighting
12467         and keybindings for column headers.
12468         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
12469         property.
12471 2006-04-02  Drew Adams  <drew.adams@oracle.com>
12473         * speedbar.el (speedbar-after-create-hook): Doc fix.
12475 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
12477         * shell.el (shell-directory-tracker)
12478         (shell-dynamic-complete-command): Doc fixes.
12480 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
12482         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
12483         terminals.
12485 2006-04-01  Kim F. Storm  <storm@cua.dk>
12487         * ido.el (ido-unc-hosts-cache): New defvar.
12488         (ido-unc-hosts): If value of defcustom is a function, call it to
12489         get list of UNC hosts.  Add function-item choices to specify
12490         ido-unc-hosts-net-view or user function.
12491         (ido-ignore-unc-host-regexps): New defcustom.
12492         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
12493         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
12494         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
12496 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12498         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
12499         wwidth.
12501 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
12503         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
12504         (ido-max-work-file-list, ido-switch-buffer)
12505         (ido-read-file-name-as-directory-commands):
12506         Fix typos in docstrings.
12508 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12510         * term/mac-win.el (mac-system-coding-system): Define and use after
12511         Mac-specific coding systems are ready.
12513 2006-03-27  Romain Francoise  <romain@orebokech.com>
12515         * net/rcirc.el (rcirc-connect): Add autoload cookie.
12517         * ldefs-boot.el: Update.
12519 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12521         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12522         passphrases when it is not needed.
12523         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12524         passphrase stuff from gpg, should only be necessary when you use
12525         gpg with a smartcard.
12527 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
12529         * comint.el (comint-dynamic-list-completions): Allow user to
12530         select *Completions* buffer.
12532 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
12534         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
12536 2006-03-26  Andreas Schwab  <schwab@suse.de>
12538         * progmodes/gud.el (gdb): Only complain about multiple debugging
12539         when the gdb process is still running.
12541 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
12543         * mail/rmail.el (tool-bar-map): Defvar it.
12544         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
12545         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
12547 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
12549         * help.el (print-help-return-message): Suggest to use
12550         display-buffer instead of switch-to-buffer-other-window to restore
12551         the previous window without selecting it.
12553 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12555         * frame.el (select-frame-by-name): Call x-focus-frame also when
12556         window-system is mac.
12558         * term/mac-win.el: Adjust Courier font specifications in
12559         x-fixed-font-alist.
12560         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
12561         when directly encoding to UTF-16 in native byte order, no BOM.
12563 2006-03-25  Kim F. Storm  <storm@cua.dk>
12565         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
12566         (cua--init-keymaps): Use it instead of fixed C-return.
12567         (cua-mode): Set after it.
12569         * emulation/cua-rect.el (cua--init-rectangles):
12570         Use cua-rectangle-mark-key instead of fixed C-return.
12572 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
12574         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
12575         "run" in .gdbinit.
12576         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
12578 2006-03-24  Romain Francoise  <romain@orebokech.com>
12580         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
12581         `display-buffer-other-frame'.
12583 2006-03-24  Kim F. Storm  <storm@cua.dk>
12585         * apropos.el (apropos-synonyms): Add selection => region.
12587 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
12589         * progmodes/gdb-ui.el (gdb-var-create-regexp)
12590         (gdb-var-list-children-regexp, gdb-var-update-regexp)
12591         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
12592         (gdb-data-list-register-values-regexp)
12593         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
12594         Future proof against new fields being added to MI output.
12595         (gdb-send): Don't treat backslashes for program input as
12596         continuations.
12597         (gdb-assembler-handler): Don't use window-start for this handler.
12598         (gdb-frame-handler): Don't change to hollow arrow if overlay
12599         arrow doesn't move to new frame.
12601 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
12603         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
12604         prevent compiler warnings.
12605         (gdb-stopped): Check for gud-last-last-frame (case: signal).
12606         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
12607         (gdb-assembler-custom): Use hollow-right-triangle for assembler
12608         buffer too.
12610 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
12612         * pgg-gpg.el (pgg-gpg-update-agent): Check for
12613         make-network-process, so we can use the same code in Gnus v5-10
12614         too and have this file fully synchronized with that release.
12616 2006-03-23  Romain Francoise  <romain@orebokech.com>
12618         * ibuf-ext.el (ibuffer-read-filter-group-name):
12619         Use `ibuffer-generate-filter-groups' to make completion list match
12620         the filter groups that are really displayed in the Ibuffer buffer.
12621         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
12623 2006-03-23  Kenichi Handa  <handa@m17n.org>
12625         * international/mule-cmds.el (sort-coding-systems): Describe that
12626         the argument is modified in docstring.
12628 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12630         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12631         (pgg-gpg-update-agent): New function.
12632         (pgg-gpg-use-agent-p): New function.
12633         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12634         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12635         (pgg-gpg-sign-region): Use it.
12637 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
12639         * cus-edit.el (custom-face-set): Call custom-push-theme before
12640         face-spec set so that `changed' theme is correctly saved.
12641         (custom-face-reset-standard): Reset to recalculated face rather
12642         than defface spec.
12644         * custom.el (custom-push-theme): Only save `changed' theme if the
12645         current face does not match the defface specs.
12647 2006-03-21  Simon Josefsson  <jas@extundo.com>
12649         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12650         <wilde@sha-bang.de>.
12651         (pgg-gpg-use-agent): New variable.
12652         (pgg-gpg-process-region): Use it.
12653         (pgg-gpg-encrypt-region): Likewise.
12654         (pgg-gpg-encrypt-symmetric-region): Likewise.
12655         (pgg-gpg-decrypt-region): Likewise.
12656         (pgg-gpg-sign-region): Likewise.
12657         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12659 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
12661         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
12662         bracket links.
12664 2006-03-21  Kim F. Storm  <storm@cua.dk>
12666         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
12667         fringe-indicator-alist instead of modifying global value.
12668         (gdb-frame-handler): Likewise.
12670 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
12672         * diff-mode.el (diff-function): Make it inherit from diff-header
12673         instead of diff-context.
12675         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
12676         bitmap.
12677         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
12678         change names in macro above for consistency.
12679         (gdb-frame-handler): Use hollow-right-triangle for all selected
12680         frames which except the innermost (where execution has stopped).
12681         (gdb-reset): Reset buffer-local values of overlay-arrow.
12683 2006-03-20  Richard Stallman  <rms@gnu.org>
12685         * simple.el (set-mark-command): Doc fix.
12687         * files.el (display-buffer-other-frame): New command.
12688         (ctl-x-4-map): Bind C-x 5 C-o to it.
12690 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12692         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
12693         rather than just defer-time, in case defer-time has been changed but
12694         the timer isn't running yet.
12695         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
12697 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
12699         * help-mode.el (help-follow-symbol): New function.
12700         Essentially identical to the old `help-follow', but do not let
12701         `push-button' do the work when on an xref.
12702         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
12704 2006-03-19  Richard Stallman  <rms@gnu.org>
12706         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
12707         preceded by the word `program'.
12708         (help-follow-mouse, help-follow): Throw error if not on xref.
12709         Delete no longer used args.
12711 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
12713         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
12714         annotation ensure gud-overlay-arrow-position is redisplayed.
12716 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12718         * textmodes/bibtex.el (bibtex-include-OPTkey)
12719         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
12720         (bibtex-autokey-name-case-convert)
12721         (bibtex-autokey-titleword-case-convert): Make these the aliases
12722         for the following two variables.
12723         (bibtex-autokey-name-case-convert-function)
12724         (bibtex-autokey-titleword-case-convert-function): Make these the
12725         real names.
12726         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
12727         bibtex-font-lock-crossref sublists.
12728         (bibtex-mode): Revert 2005-12-30 change (which made
12729         completion-ignore-case buffer-local).
12730         (bibtex-url): Simplify.
12732 2006-03-19  Kim F. Storm  <storm@cua.dk>
12734         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
12735         cursor property value to 2 (to align with C level change).
12737 2006-03-19  Bill Wohler  <wohler@newt.com>
12739         * image.el (image-load-path-for-library): Shorten first line in
12740         docstring.
12742 2006-03-18  Richard Stallman  <rms@gnu.org>
12744         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
12746 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
12748         * isearch.el (isearch-other-meta-char): Handle user bindings for
12749         shifted control characters.
12751 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
12753         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
12754         part that matches email addresses, file names, etc.
12756 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
12758         * term/w32-win.el (mouse-set-font):
12759         Mention w32-list-proportional-fonts in the doc string.
12761 2006-03-18  Kim F. Storm  <storm@cua.dk>
12763         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
12764         (ido-unc-hosts): New user option to explicitly define list of know
12765         UNC-style hosts for completion.
12766         (ido-cache-unc-host-shares-time): New user option.
12767         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
12768         New helper functions for UNC file-name support.
12769         (ido-may-cache-directory): Check for UNC host.  Simplify.
12770         (ido-wash-history): Clean out old UNC hosts.
12771         (ido-nonreadable-directory-p): UNC hosts are always readable.
12772         (ido-directory-too-big-p): UNC hosts are never too big.
12773         (ido-set-current-directory): Handle UNC root path.
12774         (ido-file-name-all-completions): Complete UNC host names from
12775         ido-unc-hosts list.  Cache UNC host shares.
12776         (ido-make-file-list-1): Don't filter UNC root.
12777         (ido-exhibit): Check for // in root directory, and switch to UNC
12778         mode by setting ido-current-directory to //.
12780 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
12782         * cus-edit.el (customize-changed-options): Mention explicit
12783         version number as default in prompt.
12785 2006-03-17  Bill Wohler  <wohler@newt.com>
12787         * image.el (image-load-path-for-library): Minor docstring fix.
12789 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
12791         * textmodes/org.el (org-read-date): Include subgroup 5 into
12792         replacement text.
12793         (org-popup-calendar-for-date-prompt): Fix customization type.
12795 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
12797         * progmodes/gdb-ui.el (gud-watch): Provide completion.
12798         (gdb-continuation): New variable.
12799         (gdb-send): Deal with continuation lines.
12801         * progmodes/gud.el (gud-gdb-complete-command)
12802         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
12803         expressions.
12804         (gud-tooltip-mode): Use buffer-local value.
12806 2006-03-16  Kim F. Storm  <storm@cua.dk>
12808         * ido.el (ido-edit-input): Use selected match, if any.
12810 2006-03-16  Bill Wohler  <wohler@newt.com>
12812         * image.el (image-load-path-for-library): Prefer user's images in
12813         image-load-path.
12815 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
12817         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
12818         when checking for attempt to drag leftmost or rightmost scrollbar.
12820 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
12822         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
12823         (gdb-force-mode-line-update): New function.
12824         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
12825         (gdb-exited): Use them.
12826         (gdb-signal): New function.
12827         (gdb-annotation-rules): Provide a rule for it.
12829 2006-03-16  Kenichi Handa  <handa@m17n.org>
12831         * international/mule.el (auto-coding-regexp-alist): Add entries
12832         for Unicode BOM.
12834         * sort.el (sort-build-lists): Temporarily bind
12835         inhibit-field-text-motion to t.
12837 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
12839         * locate.el (locate-command, locate-make-command-line)
12840         (locate-fcodes-file, locate-update-command)
12841         (locate-prompt-for-command, locate, locate-with-filter)
12842         (locate-get-file-positions): Doc fixes.
12843         (locate-buffer-name, locate-header-face): Remove leading `*' in
12844         defcustom.
12845         (locate-filter-output): Use `keep-lines' instead of its alias
12846         `delete-non-matching-lines'.
12847         (locate-get-filename, locate-get-dirname): Add introductory comment.
12848         (locate-find-directory-other-window): Give appropriate error
12849         message if used outside main listing.
12851 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12853         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
12854         the new extend-region feature.
12855         (font-lock-after-change-function): Update correspondingly.
12856         * jit-lock.el (jit-lock-after-change): Update correspondingly.
12857         * progmodes/grep.el (font-lock-lines-before): Don't disable.
12859 2006-03-15  Bill Wohler  <wohler@newt.com>
12861         * image.el (image-load-path-for-library): Fix example by not
12862         recommending that one binds image-load-path.  Just defvar it to
12863         placate compiler and only use it if previously defined.
12865 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
12867         * textmodes/org.el (org-insert-centered): Use `string-width' to
12868         make underlining work for wide characters.
12869         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
12870         TAB to `org-cycle', to make sure that no binding in
12871         `outline-mode-map' can supercede it.
12873 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
12875         * allout.el: Increment version to 2.2.1 in file commentary.
12877         (allout-version): Increment to 2.2.1.
12879         (allout-default-layout): New customization variable, used when the
12880         file lacks a specific allout-layout.  Uses allout-layout-type for
12881         recursively nested definition.
12883         (allout-layout-type): Widget defining allout layouts, necessary for
12884         self-recursive definition.
12886         (allout-mode): Incorporate allout-default-layout as fallback for
12887         allout-layout.
12889         (allout-layout): Mark as 'safe-local-variable', and refer mention
12890         fallback to `allout-default-layout' in absence of a specified value.
12891         (allout-passphrase-verifier-string)
12892         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
12894         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
12896         (allout-get-encryption-passphrase-verifier): Use correct name of
12897         passphrase verifier in docstring.
12899 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
12901         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
12902         elements.
12903         (gdb-find-watch-expression): Make it work for arrays too.
12904         Follow change to gdb-var-list.
12905         (gud-watch): Allow the user to enter variable name with a prexix
12906         arg.  Create keybindings.
12907         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12908         (gdb-var-list-children-handler, gdb-var-update-handler)
12909         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
12910         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
12911         Follow change to gdb-var-list.
12912         (gdb-starting): Don't show the overlay arrows when program is running.
12914         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
12915         gdb-var-list.
12917 2006-03-14  Bill Wohler  <wohler@newt.com>
12919         * image.el (image-load-path-for-library): Pass value of path
12920         rather than symbol.  Always return list of directories.
12921         Guarantee that image directory comes first.
12923 2006-03-14  Alan Mackenzie  <acm@muc.de>
12925         * font-core.el (font-lock-extend-region\(-function\)?.):
12926         New function/variable.
12928         * font-lock.el (font-lock-after-change-function):
12929         Call font-lock-extend-region.  Obey font-lock-lines-before.
12930         (font-lock-default-fontify-region): Remove reference to
12931         font-lock-lines-before.
12933         * jit-lock.el (jit-lock-after-change):
12934         Call font-lock-extend-region.  Obey font-lock-lines-before.
12936 2006-03-14  David Ponce  <david@dponce.com>
12938         * tree-widget.el (tree-widget-themes-load-path)
12939         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
12941 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
12943         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
12944         (rcirc-print): Mark the start of text at the end of the prompt.
12945         (rcirc-track-minor-mode): Add autoload cookie.
12946         (rcirc-update-activity-string): Add space to front of mode-line
12947         indicator.
12949 2006-03-13  Miles Bader  <miles@gnu.org>
12951         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
12952         (rcirc-abbrev-nick): Remove function.
12953         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
12955 2006-03-13  David Ponce  <david@dponce.com>
12957         * tree-widget.el: Handle themes across all occurrences of the main
12958         themes sub-directory found in tree-widget-themes-load-path.
12959         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
12960         (tree-widget--locate-sub-directory): Return all occurrences.
12961         (tree-widget-themes-path): New function.
12962         Replace tree-widget-themes-directory, and return a list of directories.
12963         (tree-widget-set-parent-theme)
12964         (tree-widget-lookup-image): Use it.
12966 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
12968         * textmodes/org.el (org-link-search): Avoid self-matching of
12969         links, allow target text to be distributed over several lines.
12970         (org-search-not-link): New function.
12971         (org-set-regexps-and-options, org-get-current-options):
12972         New startup options.
12973         (org-export-as-html): Take odd-level setting from local variable.
12974         (org-fontify-emphasized-text): New option.
12975         (org-set-font-lock-defaults): Include emphasized text.
12976         (org-follow-mhe-link): Allow folder-only links, fix folder name.
12977         (org-font-lock): Customize group renamed from `org-faces'.
12979 2006-03-13  John Paul Wallington  <jpw@pobox.com>
12981         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
12982         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
12984 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
12986         * cus-start.el (all): Delete :version keyword for members of the
12987         fringe group, since the entire group is new in 22.1.
12989 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
12991         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
12992         map if value is hexadecimal (an address).
12993         (gud-watch): Only search roots for existing watch expressions.
12994         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
12995         prevent caching problems with speedbar-update-directory-contents.
12997 2006-03-12  Juri Linkov  <juri@jurta.org>
12999         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13000         before comparing with `low' and `warn'.
13002         * info.el (Info-dir-remove-duplicates): Move point to the
13003         beginning of the current line after deleting the entries from
13004         redundant heading.  Use marker for `limit' and compare it with
13005         point before calling `re-search-forward'.
13007 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
13009         * simple.el (yank): Fix typo in docstring.
13011 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
13013         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13014         messages, where "D" is the 6th character.
13016 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
13018         * simple.el (yank): Fix last change.
13020 2006-03-11  David Ponce  <david@dponce.com>
13022         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13023         merging elements from the standard ispell-dictionary-alist.
13024         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
13025         alist, and return the new alist.
13027 2006-03-11  Richard Stallman  <rms@gnu.org>
13029         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
13031         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
13032         the way it is implemented is too unclean.
13034         * simple.el (kill-region, yank): Doc fix.
13036         * battery.el (battery-echo-area-format): Doc fix.
13037         (battery-mode-line-format): Likewise.
13038         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
13039         (battery-linux-proc-acpi): Ignore batteries that say "charged".
13041 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
13043         * progmodes/octave-mod.el (octave-indent-for-comment):
13044         Behave according to do string.
13046 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
13048         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
13049         Be visible only if major mode is Mail Mode.
13051         * textmodes/flyspell.el (flyspell-external-point-words)
13052         (flyspell-process-localwords): Fix last changes.
13054 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
13056         * calendar/holidays.el (list-holidays): Doc fix.
13058         * international/mule.el (auto-coding-alist): Add .odt
13059         (OpenOffice's open document) files.
13061         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
13062         document) files.  Mention in the doc string the need to sync with
13063         auto-coding-alist.
13065 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
13067         * files.el (hack-local-variables-confirm): Don't prompt for ! if
13068         enable-local-variables is set to always query, or there is no
13069         savable variable.
13071 2006-03-10  Bill Wohler  <wohler@newt.com>
13073         * image.el (image-load-path-for-library): Merge at least three
13074         functions from Gnus and MH-E into this one function that can now
13075         be shared.
13077 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
13079         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
13080         gdb-remove-mouse-face and remove help-echo too.
13081         (gdb-enqueue-input): Correct conditional clause.
13083 2006-03-10  Glenn Morris  <rgm@gnu.org>
13085         * calendar/calendar.el (calendar-holidays): Doc fix.
13086         * calendar/holidays.el (list-holidays): Doc fix.
13088 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
13090         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
13091         it gets called in gdb-prompt anyway.
13092         (gdb-use-separate-io-buffer): Only restore window arrangement for
13093         gdb-many-windows.
13094         (gdb-enqueue-input): Make it harder to send GDB input when program
13095         is running.
13096         (gdb-buffer-list): New variable.
13097         (gdb-remove-mouse-face): New function.
13098         (gdb-starting): Use it when GDB input won't get sent.
13100 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
13102         * help.el (view-lossage): Remove trailing whitespace before
13103         inserting "\n".
13105 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
13107         * files.el (hack-local-variables-confirm):
13108         Set coding-system-for-read to nil before writing to .emacs.
13110         * arc-mode.el (archive-extract): Check if an existing buffer name
13111         comes from a different archive.
13113         * help.el (describe-key-briefly): If KEY is a down event, read and
13114         discard the up event.
13116 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
13118         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
13119         be edited and use font-lock-warning-face for any changes.
13121         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
13122         (gdb-edit-value): Use it to report any errors.
13124 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
13126         * help.el (describe-key): Remove leftover test code.
13128 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
13130         * textmodes/org.el: Move defvars out of eval-when-compile.
13131         Use buffer-file-name variable.
13132         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
13133         arg `file'.
13134         (org-level-faces): Remove startup dependency.
13135         (org-cycle, org-map-tree, org-scan-tags)
13136         (org-remember-handler): Don't call `outline-level' directly.
13137         (org-mhe-search-all-folders): New option.
13138         (org-mhe-get-message-folder-from-index)
13139         (org-mhe-get-message-folder): Fix indexing search.
13140         (org-format-agenda-item): Handle nil TAGS argument.
13141         (org-cleaned-string-for-export, org-activate-target-links)
13142         (org-make-target-link-regexp): Deal with empty radio target list.
13143         (org-tag): New face.
13144         (org-get-level-face): New function.
13145         (org-set-font-lock-defaults): Simplify setup for headlines.
13146         (org-complete): Pass common substring to `display-completion-list'.
13148 2006-03-06  David Ponce  <david@dponce.com>
13150         * tree-widget.el: Update Commentary header.
13151         (tree-widget-theme-name): Ignore parent themes.
13152         (tree-widget-set-parent-theme): New function.
13153         (tree-widget-set-theme): Use it.
13154         (tree-widget-set-image-properties): Move definition.  Does nothing
13155         if image properties have already been set.
13156         (tree-widget-image-properties): Move definition.  Receive an image
13157         name.  Set the :pointer property.
13158         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
13159         Don't set the :pointer image property.
13160         (tree-widget-convert-widget): New function.  Handle :dynargs
13161         compatibility here.
13162         (tree-widget): Use it to :convert-widget.  Add the :expander-p
13163         predicate to control when the :expander function is entered.
13164         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
13165         (tree-widget-value-create): Handle :expander-p.  widget-apply
13166         :expander.
13167         (tree-widget-expander-p): New function.  Default value of the
13168         :expander-p property.
13170 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
13172         * help.el (describe-key): Properly handle the return value of
13173         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
13174         remaps.  Handle string and vector `follow-link' values.
13176 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13178         * complete.el (PC-expand-many-files): Try be more careful when parsing
13179         the shell's output.
13181 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13183         * outline.el (hide-sublevels): Provide better interactive default.
13185 2006-03-06  Kenichi Handa  <handa@m17n.org>
13187         * international/fontset.el (create-fontset-from-fontset-spec):
13188         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
13190 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
13192         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
13193         backslashes instead of one in regexp.
13194         (gud-tooltip-dereference): Add missing optional argument.
13196 2006-03-04  John Paul Wallington  <jpw@pobox.com>
13198         * wdired.el (toplevel): Require `cl' at compile-time.
13200 2006-03-04  Andreas Schwab  <schwab@suse.de>
13202         * server.el (server-process-filter): Handle errors during
13203         evaluation of the argument.
13205 2006-03-03  John Paul Wallington  <jpw@pobox.com>
13207         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
13208         escape parentheses at beginning of line.
13209         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
13210         (t-mouse-mode): Remove period from end of error message.
13212 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
13214         * textmodes/flyspell.el (flyspell-process-localwords):
13215         Be case-sensitive.
13217 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
13219         * cus-edit.el (custom-quote): Remove function, since it has been
13220         moved to custom.el.
13222         * font-lock.el (lisp-font-lock-keywords-2)
13223         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
13224         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
13225         they have no special meaning.
13227         * midnight.el (clean-buffer-list): Handle case where base-buffer of
13228         indirect buffer gets killed before indirect buffer.  Use dolist.
13230 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
13232         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
13233         value instead of a literal constant (1) on more pauses.
13235 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
13237         * textmodes/flyspell.el (flyspell-external-point-words):
13238         Be case-sensitive.
13240 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
13242         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
13243         with "www".
13245 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
13247         * allout.el: Restablish intermediate missing comment header to
13248         preserve outline structure.
13249         (allout-beginning-of-current-entry): Skip invisible text.
13250         (allout-open-topic): Fix opening a topic at end-of-buffer.
13251         (allout-minor-mode): Move nearer to allout-mode function.
13253 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
13255         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
13257 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
13259         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
13260         is nil.
13262         * progmodes/gud.el (gud-speedbar-menu-items):
13263         Use buffer-local-value and add missing :visible keyword.
13265         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
13267 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
13269         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
13270         must be `follow-link'.
13272         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
13274         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
13275         formatting: No nested anchors.
13276         (org-all-targets): Fix bug with XEmacs compatibility.
13277         (org-read-date): Add (require 'parse-time).
13278         (org-set-tags): Fix bug with extra inserted space.
13279         (org-export-html-style): Define a style class for targets.
13280         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
13281         (org-hide-leading-stars): New option.
13282         (org-hide): New face.
13283         (org-set-font-lock-defaults): Allow to hide leading stars.
13284         (org-get-legal-level, org-tr-level): New functions.
13285         (org-odd-levels-only): New option.
13286         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
13287         (org-demote, org-promote): Deal with double-star levels.
13288         (org-convert-to-odd-levels): New command.
13290 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
13292         * speedbar.el (speedbar-update-localized-contents): Try to
13293         preserve window-start.
13294         (speedbar-update-directory-contents): Try to preserve window-start
13295         and window-point.
13296         (speedbar-update-special-contents): Don't move back to start of window.
13298         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
13299         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
13300         speedbar-timer-fn.
13301         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
13302         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
13303         instead of gdb-speedbar-timer-fn.
13305 2006-02-28  Jay Belanger  <belanger@truman.edu>
13307         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
13308         (math-compose-expr): Use latex option when calling
13309         `math-compose-tex-matrix' for latex mode.
13311 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
13313         * speedbar.el: Re-instate comments about developing for speedbar
13314         [this is what info and gdb-ui use even if better methods exist now].
13316         * t-mouse.el: New file.
13317         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
13318         (t-mouse-lispy-buffer-posn-from-coords): Remove.
13319         (t-mouse-make-event-element): Use posn-at-x-y instead.
13320         (t-mouse-make-event): Deal with Fedora Core 3.
13321         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
13322         (t-mouse-mouse-position-function): New function.  Use it instead
13323         of advising mouse-position.
13324         (t-mouse-mode): New minor mode.
13325         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
13327 2006-02-27  Glenn Morris  <rgm@gnu.org>
13329         * calendar/calendar.el (calendar-holidays): Doc fix.
13331 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
13333         * progmodes/gdb-ui.el (gdb-source-window): New variable.
13334         Re-introduce the concept of a source window.
13335         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
13336         consistency with get-buffer-create.
13337         (def-gdb-auto-update-handler, gdb-info-locals-handler)
13338         (gdb-data-list-register-values-handler)
13339         (gdb-stack-list-locals-handler): Try to preserve window-start as
13340         well as window-point.
13341         (gdb-display-source-buffer): New function (old concept).
13342         (gdb-goto-breakpoint): Use it.
13344         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
13345         for gdb-ui/gdb-mi (old concept).
13347 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
13349         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
13350         binding.
13352         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
13354         * textmodes/reftex-sel.el (reftex-select-label-map)
13355         (reftex-select-bib-map): Add `follow-mouse' binding.
13357 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
13359         * jka-cmpr-hook.el (jka-compr-compression-info-list)
13360         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
13361         Give :set functions to provide automatic updating.
13362         Update docstring.  Give compiler defvars early in the file
13363         and move the defcustoms to a later spot where all called functions
13364         are defined.
13365         (jka-compr-file-name-handler-entry): Doc fix.
13366         (jka-compr-compression-info-list--internal)
13367         (jka-compr-mode-alist-additions--internal)
13368         (jka-compr-load-suffixes--internal): New variables.
13369         (jka-compr-install): Set the three above variables.
13370         Update `load-file-rep-suffixes' instead of `load-suffixes'.
13371         (jka-compr-update, jka-compr-set): New functions.
13372         (auto-compression-mode): Doc fix.
13374         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
13375         Update `load-file-rep-suffixes' instead of `load-suffixes'.
13376         Use jka-compr-compression-info-list--internal,
13377         jka-compr-mode-alist-additions--internal and
13378         jka-compr-load-suffixes--internal.
13380         * files.el (load-library):
13381         * loadhist.el (file-loadhist-lookup):
13382         * startup.el (command-line):
13383         * subr.el (locate-library):
13384         * emacs-lisp/autoload.el (update-directory-autoloads):
13385         * emacs-lisp/find-func.el (find-library-suffixes):
13386         Use `get-load-suffixes' instead of `load-suffixes'.
13388         * subr.el (locate-library):
13389         * emacs-lisp/find-func.el (find-library-name):
13390         Use `load-file-rep-suffixes' instead of '("").
13392 2006-02-26  Kim F. Storm  <storm@cua.dk>
13394         * ido.el (ido-save-history, ido-load-history): Simplify.
13395         Don't use find-file-noselect to avoid interference from other modes.
13397 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
13399         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
13400         to use the default shell if filename is not available.
13401         Reported by Giorgos Keramidas.
13403 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
13405         * progmodes/etags.el (tags-completion-table): Do completion from
13406         all the tables in the current list, as documented in the manual.
13408 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13410         * CC Mode Update to 5.31.3.
13412 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13414         * progmodes/cc-mode.el (c-postprocess-file-styles):
13415         Bind inhibit-read-only to t, around the call to
13416         c-remove-any-local-eval-or-mode-variables, so that it works on a
13417         RO file.
13419 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13421         * progmodes/cc-awk.el: Correct a typo.
13423 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13425         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
13426         c-hungry-delete-backwards, at the request of RMS.  Leave the old
13427         name as an alias.
13429 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13431         * progmodes/cc-mode.el: Correct a typo.
13433 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13435         * progmodes/cc-defs.el: Update the version number to 5.31.3.
13437 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13439         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
13440         brace-else-brace (error due to mbeg, mend being undefined).
13442 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13444         * progmodes/cc-mode.el: File Local variables: Solve the problem
13445         where both `mode' and c-file-offsets are specified: `mode' will
13446         overwrite c-f-o's settings:
13447         (c-remove-any-local-eval-or-mode-variables): New function.
13448         (c-postprocess-file-styles): Call the above new function, within
13449         c-tentative-buffer-change, to splat `mode' and `eval' before the
13450         second hack-local-variables.
13452 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13454         * progmodes/cc-mode.el:
13455         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
13456         (c-after-change): Protect the match data with save-match-data.
13457         It was getting corrupted by c-after-change-check-<>-operators.
13459         * cc-defs.el: [Supersedes patch V1.38]:
13460         (top level): Check for a buggy font-lock-compile-keywords ONLY in
13461         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
13463         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
13464         with save-match-data.  It was being corrupted when Font Lock was
13465         not enabled.
13467 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13469         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
13470         Mode and Subword Mode.
13472         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
13473         real labels ("case 1:" or "foo:") from non-labels ("public:").
13474         (c-forward-objc-directive): Replace c-forward-token-2 with crude
13475         coding; c-f-t-2 doesn't move over a token at EOB.
13477         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
13479         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
13480         (c-update-modeline): Concatenate the minor mode indicators
13481         directly onto mode-name, removing c-submode-indicators.
13482         Sometimes, c-s-i got separated from the mode name on the mode line.
13484         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
13485         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
13487 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13489         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
13490         error message when there's an evaluation error to show whether
13491         it's loaded from source or not.
13492         (c-filter-ops): Make it available at runtime too to work when
13493         `c-make-init-lang-vars-fun' needs to evaluate from source.
13495 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
13497         * help.el (help): Revert last part of 2006-02-23 change (deletion
13498         of the `provide' call).
13500 2006-02-23  Juri Linkov  <juri@jurta.org>
13502         * compare-w.el (compare-windows-highlight): Add new value
13503         `persistent' and change :type from `boolean' to `choice'.
13504         (compare-windows-overlays1, compare-windows-overlays2):
13505         New internal variables.
13506         (compare-windows-highlight): If compare-windows-highlight is
13507         `persistent', add current overlays to compare-windows-overlays[12]
13508         instead of adding compare-windows-dehighlight to pre-command-hook.
13509         (compare-windows-dehighlight): Delete all overlays from
13510         compare-windows-overlays[12].
13512         * info.el (Info-search): Don't bind search-spaces-regexp to
13513         Info-search-whitespace-regexp in non-regexp isearch mode.
13515 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13517         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
13519 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
13521         * textmodes/org.el (org-xemacs-p)
13522         (org-export-html-show-new-buffer, org-table-may-need-update)
13523         (org-insert-item, org-mhe-get-message-real-folder)
13524         (org-mhe-get-message-folder-from-index)
13525         (org-mhe-get-message-folder, org-mhe-get-message-num)
13526         (org-mhe-get-header, org-make-org-heading-search-string)
13527         (org-make-org-heading-camel, org-table-sort-lines)
13528         (org-format-org-table-html, org-format-table-table-html):
13529         Fix typos in docstrings.
13531 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
13533         * textmodes/org.el (org-cleaned-string-for-export)
13534         (org-solidify-link-text): New function.
13535         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
13536         XEmacs, just to silence the compiler.
13537         (org-export-as-ascii, org-export-as-html-and-open):
13538         Use `org-cleaned-string-for-export' and create internal links.
13539         (org-follow-mhe-link): Require mh-e, use folder.
13541 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
13543         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
13545         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
13546         gdb-debug-log-length.
13547         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
13548         it a real ring but...
13549         (gud-gdba-marker-filter): ...make it work like mark-ring.
13550         (gdb-enable-debug): Rename from gdb-enable-debug-log.
13551         (gdb-mouse-jump): New function.  Add bindings.
13553 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
13555         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
13556         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
13557         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
13558         (gdb-debug-log-length): Customize it's length.
13559         (gud-watch, gdb-var-create-handler): Display function::var format
13560         but don't use to create variable object.
13561         (gdb-var-create-handler): Use message-box in place of message.
13562         (gdb-stopped): Call gdb-exited if signalled.
13564 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
13566         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
13568         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
13570         * textmodes/reftex.el (reftex-locate-file): Search all extensions
13571         if `reftex-try-all-extensions' is set.
13573         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
13574         fail silently when there is no valid argument at point.
13575         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
13576         `fail-silently' argument.  From a patch by David Reiter.
13578         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
13579         New commands.
13580         (org-mark-ring): New variable.
13581         (org-mark-ring-length): New option.
13582         (org-open-at-point, org-goto, org-open-file): Push old position
13583         onto the mark ring.
13584         (org-add-hook): New function.
13585         (org-export-table-remove-special-lines): New option.
13586         (org-skip-comments, org-format-org-table-html): Respect new
13587         option `org-export-table-remove-special-lines'.
13588         (org-open-file): Allow special command configuration for
13589         directory link.
13590         (org-file-apps): Fix bugs in customize type, added setting
13591         for directories.
13592         (org-activate-tags, org-format-agenda-item, org-complete)
13593         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
13594         (org-get-tags, org-get-buffer-tags, org-open-at-point)
13595         (org-link-search, org-make-org-heading-search-string)
13596         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
13597         (org-radio-targets, org-file-link-context-use-camel-case)
13598         (org-activate-camels): New options.
13599         (org-update-radio-target-regexp, org-all-targets)
13600         (org-make-target-link-regexp, org-activate-target-links):
13601         New functions.
13602         (org-make-org-heading-search-string): New function.
13603         (org-store-link, org-insert-link): Use new option
13604         `org-file-link-context-use-camel-case'.
13605         (org-activate-camels): Use new option `org-activate-camels'.
13606         (org-link-regexp): Add mhe prefix.
13607         (org-open-at-point, org-store-link): Support for mhe links.
13608         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
13609         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
13610         (org-mhe-get-header, org-follow-mhe-link): New functions.
13611         (org-remove-angle-brackets, org-add-angle-brackets):
13612         New functions.
13613         (org-bracket-link-regexp): New constant.
13614         (org-read-date): Fix bug that was rejecting all typed dates.
13615         (org-link-search): Make hierarchy above visible after a match.
13616         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
13617         (org-store-link): Fix bug with link creation when cursor is in
13618         an empty line.
13619         (org-open-at-point): Fix bug with matching a link.
13620         Fixed buggy argument sequence in call to `org-view-tags'.
13621         (org-compile-prefix-format): Set `org-prefix-has-tag'.
13622         (org-prefix-has-tag): New variable.
13623         (org-format-agenda-item): Remove tags from headline
13624         if appropriate.
13625         (org-agenda-remove-tags-when-in-prefix): New option.
13627 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
13629         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
13630         Fix the regular expressions.
13632 2006-02-21  Richard M. Stallman  <rms@gnu.org>
13634         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
13635         if there's no other specific basis.
13637         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
13638         as variables at all.
13639         (unsafep-variable): Rename arg; doc fix.
13641         * abbrevlist.el (list-one-abbrev-table): Add autoload.
13643         * calendar/appt.el (diary-selective-display): Add defvar.
13645         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
13647         * isearch.el (search-whitespace-regexp): Fix custom type.
13649         * help.el (describe-key-briefly): Compute interactive args
13650         in same was as before previous change.
13652         * files.el (enable-local-variables): Doc fix.
13654 2006-02-21  Kim F. Storm  <storm@cua.dk>
13656         * fringe.el: Cleanup as file is now pre-loaded.
13657         (fringe-bitmaps): Initialize unconditionally.
13658         (fringe-mode, set-fringe-style): Remove autoload cookies.
13660 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
13662         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
13663         `horizontal-bar'.
13664         (fringe-cursor-alist): Use `horizontal-bar'.
13666 2006-02-20  Kim F. Storm  <storm@cua.dk>
13668         * fringe.el (fringe-bitmaps): Update to new bitmap names.
13669         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
13671         * loadup.el: Load "fringe" on window systems.
13673 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
13675         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
13676         out of scope components.
13678         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
13679         default.
13681 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
13683         * custom.el (customize-mark-to-save, customize-mark-as-set):
13684         Load the symbol first.
13686 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
13688         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
13689         strech spec so it doesn't display as "^J" on the header line
13690         when `Buffer-menu-use-header-line' is t.
13692 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
13694         * speedbar.el (speedbar-make-button): Keep text properties
13695         of string arguments if desired.
13697         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
13698         expessions.
13700         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
13701         of speedbar.
13703 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
13705         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
13706         to value of `read-file-name-completion-ignore-case'.
13708 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
13710         * custom.el (customize-mark-as-set): Push to `user' theme.
13712         * cus-edit.el (custom-save-variables): Allow unthemed values.
13713         (customize-set-variable): Push setting to `user' theme.
13715 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
13717         * progmodes/gud.el: Don't require font-lock as it's now
13718         automatically loaded.
13719         (gud-speedbar-buttons): Replace gdb-var-changed with
13720         gdb-force-update.
13722         * progmodes/gdb-ui.el (gdb-force-update): Rename from
13723         gdb-var-changed.
13724         (gdb-post-prompt): Use it.
13725         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13726         (gdb-var-update-handler, gdb-var-delete)
13727         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
13728         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
13729         gdb-force-update in gdb-post-prompt.
13730         (gdb-reset): Clear watch expressions from speedbar when quitting.
13732 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
13734         * viper-cmd.el (viper-insert-state-post-command-sentinel)
13735         (viper-change-state-to-vi, viper-change-state-to-emacs):
13736         Make aware of cursor coloring in the Emacs state.
13737         (viper-special-read-and-insert-char): Use read-char-exclusive.
13738         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
13740         * viper-init.el (viper-emacs-state-cursor-color): New variable.
13742         * viper-util.el (viper-save-cursor-color)
13743         (viper-get-saved-cursor-color-in-replace-mode)
13744         (viper-get-saved-cursor-color-in-insert-mode)
13745         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
13746         state.
13747         (viper-get-saved-cursor-color-in-emacs-mode): New function.
13749         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
13750         (ediff-ignore-case-option3, ediff-actual-diff-options)
13751         (ediff-actual-diff3-options): New variables to control case sensitivity.
13752         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
13753         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
13754         (ediff-toggle-ignore-case): New function.
13755         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
13757         * ediff-help.el (ediff-long-help-message-narrow2)
13758         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
13759         (ediff-long-help-message-word-mode): Add ignore-case command.
13760         (ediff-help-for-quick-help): Add ignore-case command.
13762         * ediff-merg.el: Move provide to the end.
13764         * ediff-ptch.el: Move provide to the end.
13766         * ediff-wind.el: Move provide to the end.
13768         * ediff-mult.el: Move provide to the end.
13769         (ediff-set-meta-overlay): Enable follow-link.
13771         * ediff.el: Move provide to the end.
13772         Break recursive load cycle in eval-when-compile.
13773         (ediff-patch-buffer): Better heuristics.
13775         * ediff-util.el: Move provide to the end.
13776         Break recursive load cycle in eval-when-compile.
13777         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
13778         defuns.
13779         (ediff-submit-report): Pass the values of ediff-diff3-program,
13780         ediff-diff3-options.
13782 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
13784         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
13785         the opening bracket of the following bracketing pairs: {}, [], (), <>,
13786         `' (for example, in the docstring of `windmove-default-keybindings').
13788 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
13790         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
13791         shadow face.  Don't provide binding to edit variable when it is
13792         out of scope.
13794         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
13795         (gdb-var-update-handler): Detect out of scope variables with pre
13796         GDB 6.4 too.
13797         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
13798         Reset status of variable objects to nil in update handlers.
13799         (gdb-var-update-handler-1): Detect when a variable object comes
13800         in scope.  setcar on var changes gdb-var-list directly.
13802 2006-02-17  Juri Linkov  <juri@jurta.org>
13804         * ffap.el (ffap) <defface>: Add explicit face declaration.
13805         (ffap-highlight): Use face `ffap' directly instead of checking
13806         for its existence.
13808         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
13809         `visible-ok' of `other-buffer' to find the right original buffer.
13811         * info.el (Info-search): Skip `Local Variables' node.
13813 2006-02-17  Juri Linkov  <juri@jurta.org>
13815         * info.el (Info-find-file): Check for symbols `apropos', `history',
13816         `toc' in the input filename, and return these symbols as is.
13817         (Info-find-node-2): Set Info-current-file to symbols `apropos',
13818         `history', `toc' instead of strings.
13819         (Info-set-mode-line): For non-string Info-current-file use the
13820         symbol's name inside **.
13821         (Info-isearch-push-state): Add quote before Info-current-file and
13822         Info-current-node.
13823         (Info-isearch-pop-state): Use `equal' instead of `string='.
13824         (Info-extract-pointer, Info-following-node-name): Use
13825         `match-string-no-properties' instead of `match-string'.
13826         (Info-up): Check `old-file' for `stringp'.
13827         (Info-history): Use `equal' instead of `string-equal'.
13828         Check `file' for `stringp'.
13829         (Info-history): Use symbol `history' instead of string as first arg
13830         of `Info-find-node'.
13831         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
13832         `toc' instead of string.
13833         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
13834         instead of `buffer-substring', and `match-string-no-properties'
13835         instead of `match-string'.
13836         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
13837         instead of strings.
13838         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
13839         Use symbol `apropos' instead of string.
13840         (Info-copy-current-node-name): Check `Info-current-file' for
13841         `stringp' and construct a command with `Info-find-node' from it.
13842         (Info-fontify-node): Use `match-string-no-properties' instead of
13843         `match-string' and check file names for `stringp'.
13844         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
13845         `history', `toc' instead of strings.
13847 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
13849         * files.el: Rearrange functions and variables in the file local
13850         variables section.
13852 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
13854         * files.el: Add truncate-lines, ispell-check-comments and
13855         ispell-local-dictionary as safe local variables.
13857 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
13859         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
13860         out of scope variables.
13861         (gud-speedbar-buttons): Use unless.
13863         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
13864         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
13865         (gdb-show-changed-values): Also use for out of scope variables.
13866         (gdb-var-update-handler-1): Note if variable goes out of scope.
13868 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
13870         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
13871         default to global variable values for unsupplied args.
13872         (rcirc-get-buffer-create): Fix bug with setting the target.
13873         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
13874         test for rcirc-always-use-server-buffer-flag here.
13875         (rcirc-response-formats): Add %N, which is a facified nick.  %n
13876         uses the default face.  Change the ACTION format string.  If the
13877         "nick" is the server, don't print anything for that field.
13878         Comment fixes.
13879         (rcirc-target-buffer): Don't test
13880         rcirc-always-use-server-buffer-flag here.
13881         (rcirc-print): Squeeze extra spaces out of the text before message.
13882         (rcirc-put-nick-channel): Strip potential "@" char from nick
13883         before adding them to nick table.
13884         (rcirc-url-regexp): Improve to match address like "foo.com".
13886 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
13888         * allout.el (allout-hidden-p): Move this defsubst before
13889         allout-overlay-interior-modification-handler, where it is first
13890         used.
13892 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
13894         * allout.el: Use allout invisible-text overlays instead of
13895         selective display for concealed text.  Also, lots of general
13896         cleanup, and improved compatibility code.
13898         (allout-version): Incremented, corrected, revised, and refined
13899         module commentary.
13901         (provide 'allout): Moved to the bottom, added a require of overlay.
13903         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
13904         `except-current'.
13905         (allout-write-file-hook-handler): Minimize delay.
13906         (count-trailing-whitespace-region): New function so
13907         auto-encryption of current topic can resituate cursor exactly.
13908         PGP/GPG encryption trims trailing whitespace from lines, which
13909         must be accounted for across encryption then decryption.
13911         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
13912         just plain "\C-c", to avoid intruding on user's keybinding space.
13914         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
13915         parameter, so user request to provide a new password is done.
13917         (allout-outside-normal-auto-fill-function, allout-auto-fill):
13918         Refined mechanism for auto-filling behavior while in allout mode.
13920         (allout-mode): Explicitly specify the mode map in the docstring.
13921         Clarify provision for various write-file hook var names.
13922         Adjusted for invisible-text overlays instead of selective-display.
13924         (allout-depth): Really return 0 if not within any topic.  This
13925         rectifies `allout-beginning-of-level' and sequence numbering
13926         errors that occur when cutting and pasting numbered topics.
13927         Changed from a in-line subst to a regular function, as well.
13929         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
13931         (allout-end-of-subtree, allout-end-of-subtree)
13932         (allout-end-of-entry, allout-end-of-current-heading)
13933         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
13934         (allout-show-children, allout-show-to-offshoot)
13935         (allout-hide-current-entry, allout-show-current-entry): Rectified
13936         handling of trailing blank lines between items.
13938         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
13939         (allout-current-depth, allout-unprotected, allout-hidden-p)
13940         (allout-on-current-heading-p, allout-listify-exposed)
13941         (allout-chart-subtree, allout-goto-prefix)
13942         (allout-back-to-current-heading, allout-get-body-text)
13943         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
13944         (allout-hide-region-body, allout-toggle-subtree-encryption)
13945         (allout-encrypt-string, allout-encrypted-key-info)
13946         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
13947         (allout-file-vars-section-data): Adjusted for use with
13948         invisible-text overlays instead of selective-display.
13950         (allout-kill-line, allout-kill-topic, allout-yank-processing):
13951         Reworked for use with invisible text overlays.
13953         (allout-current-topic-collapsed-p): New function.
13955         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
13956         to know when to close the containing topic.
13958         (allout-pre-command-business, allout-post-command-business):
13959         Simplify undo-batching and dynamic isearch exposure.
13961         (allout-set-overlay-category): New for invisible-text overlays.
13962         Sets properties of allout-overlay-category, used by
13963         allout-flag-region to set invisible-text overlay properties.
13964         (allout-get-invisibility-overlay): Get the first qualifying
13965         invisibility overlay, so we can find the extent of it.
13966         (allout-back-to-visible-text): Get to just before the beginnining
13967         of the current invisibility overlay, if any.
13969         (allout-overlay-insert-in-front-handler)
13970         (allout-overlay-interior-modification-handler)
13971         (allout-before-change-handler, allout-isearch-end-handler): New
13972         functions to handle extraordinary actions affecting concealed
13973         text.
13975         (allout-flag-region): Use overlays instead of selective-display
13976         for invisible text - by inheritence from the properties of
13977         allout-overlay-category in mainline Emacs, and applied
13978         property-by-property in XEmacs, some recent versions of which
13979         don't inherit the properties from the category.  Provisions to
13980         respond to concealed-text edits simplified drastically.
13982         (allout-isearch-rectification, allout-isearch-was-font-lock)
13983         (allout-isearch-expose, allout-enwrap-isearch)
13984         (allout-isearch-abort, allout-pre-was-isearching)
13985         (allout-isearch-prior-pos, allout-isearch-did-quit)
13986         (allout-isearch-dynamic-expose)
13987         (allout-hide-current-entry-completely): Functions deleted.
13989         (allout-undo-aggregation): Explicit undo aggregation no longer
13990         necessary due to transition away from selective-display.
13992         (set-allout-regexp, allout-up-current-level)
13993         (allout-next-visible-heading, allout-forward-current-level)
13994         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
13995         (allout-kill-line, allout-yank-processing, allout-show-children)
13996         (allout-expose-topic, allout-old-expose-topic)
13997         (allout-listify-exposed, allout-insert-latex-header)
13998         (allout-toggle-subtree-encryption, allout-encrypt-string)
13999         (remove-from-invisibility-spec, allout-hide-current-subtree):
14000         Ditched unused variables.
14002 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
14004         * textmodes/ispell.el (ispell-change-dictionary): Call
14005         ispell-buffer-local-dict instead of
14006         ispell-accept-buffer-local-defs.
14007         (ispell-local-dictionary-alist): Accept as valid any coding-system
14008         supported by Emacs.
14009         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14010         changed to iso-8859-3.
14012 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
14014         * speedbar.el (speedbar-frame-width): Make an inline function
14015         instead of a macro.  Use frame-width.
14016         (speedbar-try-completion, speedbar-update-contents)
14017         (speedbar-timer-fn): Use consp.
14018         (speedbar-update-localized-contents): Try to preserve point.
14020         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
14021         (menu): Re-order menu items.
14022         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
14023         field.
14024         (gdb-var-update-handler-1): Use it for GDB 6.4+.
14025         (gdb-post-prompt): Speed things by not forcing update.
14027 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
14029         * wid-edit.el (widget-button-click): For mouse-1, cancel button
14030         press and perform default action if we get a mouse movement event.
14032 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14034         * calendar/icalendar.el (icalendar--get-event-property)
14035         (icalendar--get-event-property-attributes): Fix typos in
14036         docstrings.
14038         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
14039         docstring.
14041 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
14043         * bs.el (bs-mode): Use `buffer-disable-undo'.
14044         (bs--get-file-name): Simplify.
14045         (bs-show-in-buffer): Mark the buffer as not modified.
14047 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14049         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
14050         widget-button-click.
14052         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
14053         (custom-mode): Update docstring.
14055         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
14056         binding.
14058         * files.el (hack-local-variables-confirm): Allow scrolling if the
14059         file variable list is too long.  Kill temp buffer after use.
14061 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
14063         * progmodes/gud.el (gdb): Improve doc string.
14064         (gdb-script-font-lock-keywords): Expand allowed character set.
14066         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
14067         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
14068         (gdb-separate-io-interrupt, gdb-separate-io-quit)
14069         (gdb-separate-io-stop, gdb-separate-io-eof):
14070         Rename from gdb-inferior-* to gdb-separate-*.
14071         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
14073 2006-02-14  Jay Belanger  <belanger@truman.edu>
14075         * calc/calc-arith.el (math-check-known-scalarp): Make sure
14076         expression is a symbol before checking that it is bound.
14078         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
14079         test to see if equation can be solved.
14081 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14083         * wid-edit.el (widget-button-click): Use :pressed-face property
14084         for overlay face, if it exists.
14086         * cus-edit.el (custom-manual, custom-add-see-also)
14087         (custom-add-parent-links, custom-group-link): Add :pressed-face
14088         property to links.
14090         * files.el (hack-local-variables): Remove ignored variables before
14091         checking if any variables need setting.
14093 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14095         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
14097 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
14099         * help.el (where-is): Fix message for remapped commands.
14101         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
14102         Fix typos in docstrings.
14104 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
14106         * files.el (safe-local-variable-values): New option.
14107         (hack-local-variables-prop-line): Return a list of variable-value
14108         pairs if MODE-ONLY is non-nil.
14109         (hack-local-variables): Construct list of variable-value pairs,
14110         and apply or reject them in one go.  Ask for confirmation if
14111         variables are not known safe.
14112         (hack-local-variables-confirm): Complete rewrite.  Support
14113         `safe-local-variable-values'.
14114         (enable-local-variables): Update docstring to reflect new
14115         behavior.
14116         (ignored-local-variables): Ignore ignored-local-variables and
14117         safe-local-variable-values.
14118         (safe-local-variable-p): New function.
14119         (risky-local-variable-p): `safe-local-variable' property check
14120         moved to safe-local-variable-p.
14121         (hack-one-local-variable): Checks moved to hack-local-variables.
14123         (byte-compile-dynamic, c-basic-offset, c-file-style)
14124         (c-indent-level, comment-column, fill-column, fill-prefix)
14125         (indent-tabs-mode, kept-new-versions, no-byte-compile)
14126         (no-update-autoloads, outline-regexp, page-delimiter)
14127         (paragraph-start, paragraph-separate, sentence-end)
14128         (sentence-end-double-space tab-width, version-control):
14129         Add `safe-local-variable' property.
14131         * find-lisp.el: Delete nonexistent `autocompile' file variable.
14133         * icomplete.el, play/landmark.el: Change nonexistent
14134         `outline-layout' file variable to `allout-layout'.
14136 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
14138         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
14139         (gdb-get-changed-registers): Test value of gud-minor-mode relative
14140         to gud-comint-buffer.
14141         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
14142         gdb-ui.el for gdb-mi.el.
14143         (gdb-post-prompt, gdb-get-changed-registers): Move test for
14144         registers buffer to gdb-get-changed-registers.
14145         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
14146         deletion of catchpoints (throw and catch).
14147         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14148         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
14149         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
14150         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
14151         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
14153 2006-02-13  Jay Belanger  <belanger@truman.edu>
14155         * calc/calc-arith.el (math-check-known-matrixp): Make sure
14156         expression is a symbol before checking that it is bound.
14158 2006-02-13  Richard M. Stallman  <rms@gnu.org>
14160         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
14161         for the minibuffer too, but not if resize-mini-windows will interfere.
14163         * help.el (describe-key-briefly, describe-key): Do all arg-reading
14164         inside `interactive' spec.
14165         (describe-key-briefly-internal, describe-key-internal):
14166         Functions merged back into their callers.
14168 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
14170         * info.el (info-xref-visited): Inherit from info-xref too.
14171         (Info-set-mode-line): Replace occurrences of `%' by `%%'
14172         when propertizing Info-current-file and Info-current-node.
14174 2006-02-13  Juri Linkov  <juri@jurta.org>
14176         * tumme.el (tumme-thumbnail-storage): Fix docstring.
14177         (tumme-thumb-name): Fix per-directory format.
14179 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
14181         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
14183 2006-02-12  Miles Bader  <miles@gnu.org>
14185         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
14187 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
14189         * tumme.el: Remove history section.  If someone needs the it, it
14190         can always be found in CVS.
14192 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
14194         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
14195         about the Thumbnail Managing Standard option.
14197 2006-02-12  Richard M. Stallman  <rms@gnu.org>
14199         * subr.el (substitute-key-definition): Doc fix.
14201         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
14203         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
14205         * info.el (Info-mode): Doc fix.
14207         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
14209 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
14211         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
14212         because on Solaris a POSIX compatible "id" is needed.  Reported by
14213         Magnus Henoch <mange@freemail.hu>.
14215 2006-02-12  Juri Linkov  <juri@jurta.org>
14217         * tumme.el: Remove todo item about Thumbnail Managing Standard.
14218         (tumme) <defgroup>: Change :group to `multimedia'.
14219         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
14220         Managing Standard.
14221         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
14222         Fix dostring.
14223         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
14224         and %y.  Fix docstring.
14225         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
14226         (tumme-cmd-create-standard-thumbnail-command): New user options.
14227         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
14228         is `standard'.  Fix docstring.
14229         (tumme-thumb-width, tumme-thumb-height): New user options.
14230         (tumme-external-viewer): Try to find various viewers.
14231         (tumme-get-thumbnail-image): Use `create-image' instead of
14232         constructing the `image' structure.
14233         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
14234         `standard'.
14235         (tumme-thumb-name): Add file name generation for standard storage.
14236         Simplify code for other storages.
14237         (tumme-thumb-name): Use width %w and height %h instead of size %s.
14238         Add modification time %m and thumbnail-nq8 %q.
14239         Use `tumme-cmd-create-standard-thumbnail-command' if
14240         tumme-thumbnail-storage is `standard'.
14241         (tumme-dired-insert-marked-thumbs): New autoload command.
14242         (tumme-dired-after-readin-hook): New function.
14243         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
14244         `tumme-thumb-size'.
14245         (tumme-display-image): Replace size-x %x and size-y %y with
14246         width %w and height %h.
14248         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
14249         `tumme-dired-insert-marked-thumbs'.
14251 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
14253         * tumme.el (tumme-write-tag): Fix small bug (file name did not
14254         include path).
14255         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
14256         matching tag.
14258 2006-02-12  Miles Bader  <miles@gnu.org>
14260         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
14261         New variables.
14262         (rcirc-abbrev-nick): New function.
14263         (rcirc-format-response-string): Rewrite to use the formats in
14264         `rcirc-response-formats' and expand escape sequences therein.
14265         A text-property `rcirc-text' is added over the actual response
14266         text to make easy to find inside the returned string.
14267         (rcirc-print): When filling, just look for the `rcirc-text'
14268         text-property to find the appropriate fill prefix, instead of
14269         using hardwired patterns.
14271 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
14273         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
14274         Managing Standard.
14276 2006-02-11  Kim F. Storm  <storm@cua.dk>
14278         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
14279         Don't use insert-buffer; do insert-buffer-substring directly.
14280         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
14282 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
14284         * files.el (revert-buffer, recover-file): Replace buffer-read-only
14285         with inhibit-read-only.  Suggested by Stefan Monnier.
14286         (revert-buffer): Let insert-file-contents discard
14287         buffer-undo-list.  Simplify code.
14288         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
14290 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
14292         * menu-bar.el (menu-bar-select-yank): Add a doc string.
14294         * help.el (describe-key-briefly): Now a wrapper for
14295         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
14296         to t.  Populate yank-menu if empty.
14297         (describe-key-briefly-internal): Renamed from describe-key-briefly.
14298         (describe-key): Now a wrapper for describe-key-internal.  Bind
14299         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
14300         (describe-key-internal): Renamed from describe-key.
14302 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
14304         * progmodes/glasses.el (glasses-separator): Doc fix.
14305         (glasses-original-separator): New defcustom.
14306         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
14308 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
14310         * mwheel.el (mouse-wheel-up-event): Doc fix.
14312 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
14314         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
14315         (tumme-dir): New function.  Copied from thumbs.el.
14317 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
14319         * desktop.el (desktop-outvar): Fix typo.
14320         (desktop-save-buffer-p): Doc fix.
14322         * subr.el (substitute-key-definition): Fix typo.
14324 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14326         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
14327         when window-system is mac.
14329         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
14331 2006-02-10  Kim F. Storm  <storm@cua.dk>
14333         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
14334         indirect-function instead of using condition-case.
14336 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
14338         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
14339         less `colloquial'...
14341 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
14343         * tumme.el: Add a couple of todo items.
14345 2006-02-09  Lars Hansen  <larsh@soem.dk>
14347         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
14348         (highlight-changes-mode): Don't change desktop-locals-to-save.
14350 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
14352         * image-mode.el (image-toggle-display): Clear image cache if using
14353         filename.
14355 2006-02-09  Masatake YAMATO  <jet@gyve.org>
14357         * dired-x.el (dired-guess-shell-alist-default): Add .man as
14358         a `dired-man' target.
14360         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
14361         boundary of symbols.
14363 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
14365         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
14367 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
14369         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
14370         `mapcar'; return nil.
14372 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
14374         * mouse.el (mouse-drag-track): Don't change window if we rebind to
14375         some other event.
14377 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
14379         * net/rcirc.el (rcirc-startup-channels-alist):
14380         Add irc.freenode.net and #emacs as defaults.
14381         (rcirc-ignore-all-activity-flag): Remove variable.
14382         (rcirc-authinfo): New variable.
14383         (rcirc-authinfo-filename): Remove variable.
14384         (rcirc-always-use-server-buffer-flag): New flag.
14385         (rcirc): M-x rcirc will automatically connect without prompting.
14386         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
14387         connection in lisp.
14388         (rcirc-process-server-response-1): Remove everything but the nick
14389         portion of the sender so it doesn't need to be done everywhere
14390         else.  Update related code.
14391         (global-map): Remove global keybindings.
14392         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
14393         (rcirc-send-input): Split into several functions.
14394         (rcirc-process-input-line, rcirc-process-message)
14395         (rcirc-process-command): New functions.
14396         (rcirc-target-buffer): New function to determine where to route
14397         messages.
14398         (rcirc-user-nick): Save match data.
14399         (rcirc-toggle-ignore-buffer-activity)
14400         (rcirc-update-activity-string): Remove global ignore functionality,
14401         which can be done now by toggling rcirc-track-minor-mode.
14402         (rcirc-track-minor-mode-map): New keymap.
14403         (rcirc-track-minor-mode): New minor-mode.
14404         (ignore): Make the ignore output nicer.  Always print it when
14405         adding or removing nicks.
14406         (rcirc-url-regexp): Improve.
14407         (rcirc-mangle-text): Remove properties before using text in the
14408         modeline.
14409         (rcirc-authenticate): Authentication data comes from
14410         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
14411         (rcirc-server-prefix): Inherit from rcirc-server.
14413 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
14415         * Makefile.in (compile): Append "|| true" to the end of the `find'
14416         command, like compile-always does.
14418 2006-02-08  Sam Steingold  <sds@gnu.org>
14420         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
14421         output from a dead connection.
14423 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
14425         * dired.el (dired-mode-map): Add more bindings for tumme.
14427 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14429         * wdired.el (wdired-mode-map): Use remap.
14430         (wdired-get-filename): Massage.
14431         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
14432         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
14433         `keymap' property rather than `local-map'.
14435 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
14437         * tumme.el (tumme-get-thumbnail-image): New utility function.
14438         Suggested by from Chong Yidong.
14439         (tumme-dired-with-window-configuration): Rename from
14440         `tumme-dired'.  Add code to save window configuration.
14441         (tumme-restore-window-configuration): New command to restore the
14442         window configuration that `tumme-dired-with-window-configuration'
14443         saves before it changes the window configuration.
14444         (tumme-show-all-from-dir): New command to display thumbnails for
14445         all files in a directory entered by the user, like M-x thumbs.
14446         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
14447         have been created.
14448         (tumme-display-thumbnail-original-image): Call `display-buffer'.
14449         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
14450         Remove obsolete test function.
14452 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
14454         * vc.el (small-temporary-file-directory): Remove defvar; there's
14455         a defcustom for it in files.el.
14457         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
14458         Fix typo in message.
14459         (tumme-gallery-generate): Fix typo in `error' message.
14460         (tumme-display-window-height-correction)
14461         (tumme-display-window-width-correction, tumme-line-up-dynamic)
14462         (tumme-line-up-interactive): Dox fixes.
14463         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
14464         (tumme-restore-window-configuration, tumme-format-properties-string)
14465         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
14466         Fix typos in docstrings.
14468 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
14470         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
14472 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
14474         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
14475         User should use hook if desired.
14477         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
14478         buffer if necessary.
14479         (gdb-delete-frame-or-window): New function.
14480         (gdb-breakpoints-mode-map): Bind "q" to it.
14482 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14484         * textmodes/nroff-mode.el: Clean up name space.
14485         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
14486         (nroff-mode): Obey the global setting of nroff-electric-mode.
14487         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
14489         * calendar/calendar.el (calendar-increment-month): Typo in last change.
14491 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
14493         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
14495 2006-02-06  Lars Hansen  <larsh@soem.dk>
14497         * generic-x.el (etc-fstab-generic-mode): Add file system types
14498         cifs and usbdevfs.  Allow special chars in file names.
14500 2006-02-05  Jay Belanger  <belanger@truman.edu>
14502         Update copyright notices of the files in lisp/calc.
14504 2006-02-05  Romain Francoise  <romain@orebokech.com>
14506         Update copyright notices of all files in the lisp/play directory.
14508 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
14510         * ldefs-boot.el: Regenerate.
14512         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
14514 2006-02-05  Kim F. Storm  <storm@cua.dk>
14516         * files.el (magic-mode-regexp-match-limit): New defvar.
14517         (set-auto-mode): Use it to limit magic-mode-alist matching.
14519 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
14521         * info.el (Info-index, Info-mode): Improve the description of the
14522         `i' command.
14524         * ldefs-boot.el: Regenerate.
14526 2006-02-03  Werner Lemberg  <wl@gnu.org>
14528         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
14529         greedy to find the closing bracket in \*[...] and similar
14530         expressions.  This is a first rough fix -- many additional
14531         refinements are necessary to make nroff mode really usable with groff.
14533 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
14535         * international/mule-cmds.el (set-locale-environment):
14536         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
14537         libX11.
14539 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
14541         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
14542         archive are created in archive-tmpdir.
14544 2006-02-02  John Paul Wallington  <jpw@pobox.com>
14546         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
14547         (ibuffer-fontification-alist): Use it.
14548         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
14549         to "* z" and the Ibuffer Mark menu.
14551         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
14553 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14555         * textmodes/table.el (*table--cell-describe-mode)
14556         (*table--cell-describe-bindings): Undo last change since
14557         print-help-return-message is not obsoleted by anything at all.
14559 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
14561         * emulation/cua-base.el (cua-mode): Doc fix.
14563 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
14565         * dframe.el (dframe-handle-make-frame-visible)
14566         (dframe-handle-iconify-frame, dframe-get-focus)
14567         (dframe-select-attached-frame, dframe-power-click)
14568         (dframe-frame-mode): Fix typos in docstrings.
14570         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
14571         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
14572         Fix typos in docstrings.
14574         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
14575         (hi-lock-face-buffer, hi-lock-font-lock-hook)
14576         (hi-lock-archaic-interface-message-used)
14577         (hi-lock-file-patterns-range): Fix typos in docstrings.
14579         * savehist.el (savehist-loaded, savehist-load, savehist-install)
14580         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
14582         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
14583         Fix typo in docstring.
14585         * net/newsticker.el (newsticker--decode-iso8601-date)
14586         (newsticker--set-customvar, newsticker--buffer-insert-item)
14587         (newsticker--do-run-auto-mark-filter)
14588         (newsticker--parse-generic-feed): Doc fixes.
14589         (newsticker--retrieval-timer-list, newsticker-url-list)
14590         (newsticker-hide-immortal-items-in-echo-area)
14591         (newsticker-hide-obsolete-items-in-echo-area)
14592         (newsticker-new-item-face, newsticker--enclosure)
14593         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
14594         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
14595         (newsticker--parse-generic-feed, newsticker--cache-contains)
14596         (newsticker--stat-num-items, newsticker-download-enclosures):
14597         Fix typos in docstrings.
14599         * net/rcirc.el (rcirc-debug): Doc fix.
14600         (rcirc-fill-column, rcirc-receive-message-hooks)
14601         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
14602         (rcirc-mode, rcirc-generate-new-buffer-name)
14603         (rcirc-startup-channels, rcirc-ignore-update-automatic)
14604         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
14605         Fix typos in docstrings.
14606         (rcirc-print): "?\ " -> "?\s".
14607         (rcirc-cmd-join): Improve argument/docstring consistency.
14609 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
14611         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
14612         before narrow-to-region.
14614 2006-02-01  Richard M. Stallman  <rms@gnu.org>
14616         * simple.el (move-beginning-of-line): Scan properly for invis change.
14618         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
14620 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
14622         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
14623         change bit only when id-format is 'integer.  Reported by Matt
14624         Hodges <M.P.Hodges@rl.ac.uk>.
14626 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
14628         * hilit-chg.el (highlight-changes-initial-state)
14629         (highlight-changes-global-initial-state): Doc fixes.
14630         (highlight-changes-global-modes, global-highlight-changes):
14631         Fix typos in docstrings.
14633 2006-02-01  Kim F. Storm  <storm@cua.dk>
14635         * emulation/cua-base.el (cua-mode): Mention that CUA enables
14636         transient-mark-mode in doc string.
14638 2006-01-31  Richard M. Stallman  <rms@gnu.org>
14640         * replace.el (multi-occur): Doc fix.
14641         (multi-occur-in-matching-buffers): Rename from
14642         multi-occur-by-filename-regexp.  Prefix arg says match
14643         buffer names instead of file names.
14645 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
14647         * bs.el: Allow non-default values of `bs-header-lines-length'.
14648         (bs--running-in-xemacs): Remove (not needed anymore).
14649         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
14650         instead of `shrink-window', thus avoiding having to compute the
14651         height of the window.
14652         (bs--up): Wrap around even when there's no header.
14653         (bs--down): Use `forward-line' instead of `next-line'.
14655 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
14657         * image-mode.el (image-toggle-display): Use file name if possible,
14658         instead of unnecessarily allocating a (possibly huge) lisp string.
14660 2006-01-30  John Paul Wallington  <jpw@pobox.com>
14662         * subr.el (toplevel): Define `cl-assertion-failed' condition here
14663         because the `assert' macro signals it at runtime.
14665         * emacs-lisp/cl.el (toplevel): Remove definition of
14666         `cl-assertion-failed' condition.
14668 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
14670         * thumbs.el (thumbs-marked-list): Make buffer-local and
14671         permanent-local.
14672         (thumbs-insert-thumb): Make help-echo non-sticky.
14673         (thumbs-file-alist): Use eolp as check for (non)-image.
14675 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
14677         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
14678         (ediff-before-session-group-setup-hooks)
14679         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
14680         Fix typos in docstrings.
14682         * window.el (bw-dir, bw-eqdir, balance-windows)
14683         (split-window-keep-point): Fix typos in docstrings.
14685         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
14686         (org-quote-string, org-calendar-to-agenda-key)
14687         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
14688         (org-show-following-heading, org-tags-column)
14689         (org-use-tag-inheritance, org, org-allow-space-in-links)
14690         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
14691         (org-enable-table-editor, org-calc-default-modes)
14692         (org-table-allow-automatic-line-recalculation)
14693         (org-export-html-style, org-export-with-fixed-width)
14694         (org-export-with-sub-superscripts, org-special-keyword)
14695         (org-formula, org-time-grid, org-table-may-need-update)
14696         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
14697         (org-goto-quit, org-get-indentation, org-end-of-item)
14698         (org-move-item-down, org-move-item-up)
14699         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
14700         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
14701         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
14702         (org-agenda-log-mode, org-agenda-toggle-diary)
14703         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
14704         (org-agenda-file-to-end, org-agenda-no-heading-message)
14705         (org-agenda-get-closed, org-format-agenda-item)
14706         (org-cmp-priority, org-cmp-category, org-cmp-time)
14707         (org-agenda-change-all-lines, org-agenda-diary-entry)
14708         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
14709         (org-link-search, org-camel-to-words, org-open-file)
14710         (org-remember-handler, org-table-convert-region)
14711         (org-table-move-row-down, org-table-move-row-up)
14712         (org-table-copy-region, org-table-wrap-region)
14713         (org-table-toggle-vline-visibility)
14714         (org-table-get-vertical-vector, org-table-modify-formulas)
14715         (org-table-get-specials, org-recalc-commands)
14716         (org-table-rotate-recalc-marks, org-table-eval-formula)
14717         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
14718         (org-level-color-stars-only, org-insert-heading):
14719         Fix typos in docstrings.
14720         (last-arg): Add defvar.
14722         * makefile.w32-in (WINS): Add erc.
14723         (MH_E_SRC): Update (copied from lisp/Makefile.in).
14725 2006-01-29  Bill Wohler  <wohler@newt.com>
14727         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
14728         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
14729         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
14730         (mh-autoloads): Don't use comments on otherwise empty lines.
14732 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
14734         * emulation/viper.el (viper-major-mode-modifier-list):
14735         Add insert-state and vi-state entries for erc-mode.
14736         (viper-go-away, viper-set-hooks): Add and remove
14737         viper-comint-mode-hook from erc-mode-hook as appropriate.
14739         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
14741 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
14743         * bs.el (bs--format-aux): Implement `middle' alignment as
14744         described in the docstring for `bs-attributes-list'.
14745         (bs--get-name): Simplify.  Don't pad the buffer name.
14747 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
14749         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
14750         English aspell dictionary is installed, use the first entry of
14751         ispell-dictionary-alist-1.
14753 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14755         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14756         Doc fix.
14758 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
14760         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14761         for `process-file', in order to let it work for older Emacsen too.
14763 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
14765         * international/latexenc.el: Add a suitable `coding:' tag.
14766         (latexenc-find-file-coding-system): Undo last change.
14768 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14770         * international/latexenc.el (latexenc-find-file-coding-system):
14771         Make sure latexenc-main-file is a regular file and is readable.
14773 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
14775         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
14776         Pass FILE to vc-user-login-name.
14778         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
14780 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
14782         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
14783         there are no more images to display.
14784         (thumbs-mark, thumbs-unmark): Revert change so that they move to
14785         the next image.
14787 2006-01-26  Richard M. Stallman  <rms@gnu.org>
14789         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
14791         * wid-edit.el (advertised-widget-backward): New alias.
14792         (widget-keymap): Use advertised-widget-backward for S-TAB.
14794         * tumme.el: Correct the keywords.
14795         (tumme-dir-max-size): Use defvar.
14796         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
14798         * simple.el (move-beginning-of-line): Take account of fields.
14799         (clone-indirect-buffer-other-window): Take args like
14800         clone-indirect-buffer, and work like it.
14802         * help-fns.el (describe-function): Don't pass `nil' as default.
14804         * files.el (risky-local-variable-p): Follow var aliases.
14806         * subr.el (lazy-completion-table): Doc fix.
14808         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
14809         global binding of `line'.
14811 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
14813         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
14814         Tramp.
14816         * vc.el (vc-default-dired-state-info): Pass FILE to
14817         vc-user-login-name.
14818         (vc-default-update-changelog): Don't use vc-user-login-name, we
14819         don't need it here.
14821         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
14822         no longer necessary.
14824 2006-01-25  Kenichi Handa  <handa@m17n.org>
14826         * international/mule.el (decode-char): Avoid the overhead of
14827         calling utf-lookup-subst-table-for-decode if
14828         utf-translate-cjk-mode is nil.
14829         (encode-char): Avoid the overhead of calling
14830         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
14831         nil.
14833 2006-01-22  Kenichi Handa  <handa@m17n.org>
14835         * international/mule.el (make-subsidiary-coding-system): Reset
14836         `coding-system-define-form' property of subsidiaries to nil.
14837         Avoid duplicated entry in coding-system-alist.
14838         (make-coding-system): Avoid duplicated entry in
14839         coding-system-alist.
14840         (define-coding-system-alias): Likewise.
14842 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
14844         * completion.el: Minor fixes in introductory comment.
14845         (completion-def-wrapper): Fix alist.
14847 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
14849         * thumbs.el (thumbs-new-image-size): New function.
14850         (thumbs-increment-image-size-element)
14851         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
14852         (thumbs-decrement-image-size): Delete.
14853         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
14854         temp files and use to resize.
14855         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
14856         Use increment argument to enlarge/shrink.  Preserve point.
14857         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
14858         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
14859         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
14860         (thumbs-mark, thumbs-unmark): Preserve point.
14861         (thumbs-modify-image): Keep old temp files and use to modify.
14862         Cleanup old temp files at load time.  Preserve point.
14863         (thumbs-view-image-mode-map): Use new command names.
14865 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14867         * log-view.el (log-view-minor-wrap): First rev is the one at point.
14869         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
14870         the nastiest part of the cyclic dependency.
14871         (cal-menu-update): Use dotimes and calendar-increment-month.
14873         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
14874         (calendar-week-start-day): Add an :initializer.
14875         (calendar-mode-map): Use suppress-keymap, and command remapping.
14876         (describe-calendar-mode): Setup xref-stack info for the back button.
14877         (calendar-star-date): Insert before delete.
14878         (calendar-set-mode-line): Add file-modified info if applicable.
14879         (calendar-increment-month): New function.
14881 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
14883         * font-lock.el (lisp-font-lock-keywords-2):
14884         Recognize "& keywords" only at word boundaries.
14886 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
14888         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
14889         and permanent-local.
14890         (thumbs-max-image-number): New variable.
14891         (thumbs-do-thumbs-insertion): Use them.
14892         (thumbs-per-line): Change default to 4.
14893         (thumbs-marked-list): Rename from thumbs-markedL.
14894         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
14895         (thumbs-rename-images): Use -list instead of L for internal variables.
14896         (thumbs-call-convert): Use call-process instead of shell-command.
14897         (thumbs-insert-thumb): Add filename as help-echo to each image.
14898         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
14899         Give dir to thumbs-show-thumbs-list.
14900         (thumbs-show-thumbs-list): Set default-directory to that of images.
14901         (thumbs-dired-show): Rename from thumbs-dired-show-all.
14902         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
14903         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
14904         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
14906 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14908         * ses.el (ses-read-cell): Provide a default value.
14910 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
14912         * term/w32-win.el (image-library-alist): Add additional names for
14913         GIF library.
14915 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14917         * international/latexenc.el (latexenc-find-file-coding-system):
14918         Add file-regular-p check.
14920 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14922         * simple.el (clone-buffer): Don't show the new buffer in the same
14923         window.
14925 2006-01-23  Juri Linkov  <juri@jurta.org>
14927         * faces.el (link, link-visited): New faces based on default values
14928         of `info-xref' and `info-xref-visited'.
14930         * info.el (info-xref): Inherit from `link'.
14931         (info-xref-visited): Inherit from `link-visited'.
14933         * cus-edit.el (custom-buffer-create-internal): Use widget type
14934         `custom-manual' instead of `info-link' and don't set properties
14935         `button-face' and `mouse-face' explicitly.
14936         (custom-browse-group-tag, custom-browse-variable-tag)
14937         (custom-browse-face-tag): Inherit from widget class
14938         `custom-group-link' instead of `push-button'.
14939         (custom-button-unraised): Inherit from `underline' face.
14940         (custom-link): Inherit from `link' face.  Fix doc and group.
14941         (custom-add-parent-links, custom-group-value-create): Don't set
14942         properties `button-face' and `mouse-face' explicitly for
14943         `custom-group-link' widget.
14944         (custom-group-link): Add properties `button-face' and `mouse-face'
14945         to widget definition.
14946         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
14947         editable-field's :keymap property.
14948         (custom-mode): Fix docstring: substitute keybindings for
14949         `widget-forward' and `widget-backward' from `widget-keymap',
14950         `widget-complete' from `custom-field-keymap', replace old
14951         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
14953         * desktop.el (desktop-load-file): Check for `fboundp' before
14954         calling `symbol-function'.
14956         * simple.el (clone-buffer, clone-indirect-buffer)
14957         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
14958         `read-string'.  Fix prompts.
14960         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
14962 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
14964         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
14966 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
14968         * startup.el (inhibit-splash-screen, initial-scratch-message):
14969         Doc fixes.
14971 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
14973         Sync with Tramp 2.0.52.
14975         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
14976         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
14977         `tramp-unload-tramp' for checklist.
14979         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
14980         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
14981         (tramp-unload-file-name-handler-alist)
14982         (tramp-unload-tramp): New defuns.
14983         (tramp-advice-PC-expand-many-files): New defadvice.
14984         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
14985         removed.
14986         (tramp-handle-expand-file-name): Remove double slash.
14987         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
14988         It doesn't matter, because it will be converted later on.
14989         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
14990         implementation was just heuristic.
14991         (tramp-post-connection): Set uid and gid properties.
14992         (tramp-convert-file-attributes): Set file's gid change bit.
14993         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
14994         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
14995         in case of su(do)? methods.  The home directory of the local user
14996         will be taken else.
14997         (tramp-open-connection-telnet)
14998         (tramp-open-connection-rsh, tramp-open-connection-su)
14999         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
15000         local shell prompt could hurt.  Reported by Romain Francoise
15001         <romain@orebokech.com>.
15002         (tramp-let-maybe): Add `edebug-form-spec' property.
15003         (tramp-handle-expand-file-name): Bind `default-directory' locally
15004         to "/" in order to avoid problems with UNC shares or Cygwin
15005         mounts.
15006         (tramp-md5-function): Fix typo in error message.
15008         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15010         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15011         for byte-compiler pacification.
15013 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
15015         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
15016         ID-FORMAT `string'.  This allows us to get rid of
15017         `vc-user-login-name UID'.
15019         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
15021 2006-01-22  John Paul Wallington  <jpw@pobox.com>
15023         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
15025 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
15027         * emacs-lisp/find-func.el (find-definition-noselect)
15028         (find-variable-noselect): Search variables in C source code too.
15029         (find-function-C-source, find-function-noselect, find-function)
15030         (find-function-other-frame, find-variable-noselect, find-variable)
15031         (find-variable-other-frame, find-variable-at-point):
15032         Fix docstrings.
15034 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15036         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
15038 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
15040         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
15041         Default to disabling the "Save affix" question.
15043 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
15045         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
15046         the first arg to run-python.
15048 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
15050         * startup.el (command-line-1): Handle --no-desktop if desktop.el
15051         is not loaded.
15053 2006-01-20  Jay Belanger  <belanger@truman.edu>
15055         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
15056         limit is 0.
15058         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
15059         the correct variable.
15061 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
15063         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
15064         link.  Fixed buggy argument sequence in call to `org-view-tags'.
15065         (org-compile-prefix-format): Set `org-prefix-has-tag'.
15066         (org-prefix-has-tag): New variable.
15067         (org-format-agenda-item): Remove tags from headline if
15068         appropriate.
15069         (org-agenda-remove-tags-when-in-prefix): New option.
15070         (org-get-tags-at): New function.
15072 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
15074         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
15075         (thumbs-find-image): Move image name and number from buffer name
15076         to mode name.  Set thumbs-buffer.  Preserve point so that large
15077         images remain visible.
15078         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
15079         order.
15080         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
15081         mode name.
15082         (thumbs-next-image, thumbs-previous-image): Make them work.
15084 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
15086         * cus-edit.el (custom-buffer-create-internal): State in the text above
15087         the whole buffer buttons that they do not operate on hidden items.
15088         (custom-face-menu): Use `custom-face-save' instead of
15089         `custom-face-save-command'.
15090         (custom-face-save-command): Make it an alias for `custom-face-save'
15091         and declare it obsolete.
15092         (custom-face-save): Doc fix.
15094         * dired.el (dired-no-confirm): Add quote.
15095         (dired-subdir-alist-pre-R): Add quote in
15096         `make-variable-buffer-local' form and remove unbalanced parenthesis.
15098 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15100         * textmodes/table.el (table-mode-indicator): Typo in last change.
15102 2006-01-19  Richard M. Stallman  <rms@gnu.org>
15104         * outline.el (hide-leaves): Don't call outline-end-of-heading.
15105         Fixes bug reported in Nov 2005.
15107         * isearch.el (isearch-forward): Doc fix.
15109         * dired.el (dired-move-to-filename-regexp): Define as alias.
15110         (dired-no-confirm): Use defcustom.
15111         (dired-subdir-alist-pre-R): Put defvar at top level.
15113         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
15115         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15116         Mark as risky.
15118         * simple.el (set-mark-command): Doc fix.
15119         (clone-indirect-buffer-other-window):
15120         Read arg like clone-indirect-buffer.
15121         (move-beginning-of-line): Skip invisible newlines.
15123 2006-01-19  Masatake YAMATO  <jet@gyve.org>
15125         * progmodes/cpp.el (cpp-edit-load): Make the order of
15126         listed conditions in a base C code buffer and its associate
15127         CPP Edit buffer the same.
15129 2006-01-19  Kenichi Handa  <handa@m17n.org>
15131         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
15132         (rmail-mime-feature): Likewise.
15133         (rmail-require-mime-maybe): Use display-warning to show a warning
15134         message.
15136         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
15137         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
15139 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15141         * array.el: Move defvars out of eval-when-compile.
15142         (array-make-template): Replace undeclared global var with a local one.
15143         (array-mode): Inline initialization functions.
15144         (array-init-local-variables, array-init-max-row)
15145         (array-init-max-column, array-init-columns-per-line)
15146         (array-init-field-width, array-init-rows-numbered)
15147         (array-init-line-length, array-init-lines-per-row): Remove.
15149         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
15150         (doc-mode-map): Define explicitly.
15151         (doctor-txtype): Use mapc.
15153         * textmodes/table.el: Move defvars out of eval-when-compile.
15154         Remove harmful code meant to avoid byte-compiler warnings.
15155         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
15156         specification that checks table-fixed-width-mode directly.
15157         (table-recognize-region, table-recognize-cell):
15158         Use restore-buffer-modified-p.
15159         (table-fixed-width-mode): Remove code that refreshes
15160         table-fixed-mode-indicator.
15161         (*table--cell-describe-bindings, *table--cell-describe-mode):
15162         Avoid obsolete name print-help-return-message.
15163         (table--test-cell-list): Don't use replace-regexp from elisp.
15164         (table--point-entered-cell-function, table--point-left-cell-function):
15165         Don't set table-fixed-mode-indicator, use force-mode-line-update.
15167         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
15168         that was after the end of file.  Use buffer-file-name variable.
15169         (org-timestamp-change): Use with-current-buffer.
15170         (org-todo-list): Don't unnecessarily define a new buffer-local var.
15171         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
15172         `file'.
15174         * progmodes/fortran.el: Move defvars out of eval-when-compile.
15175         (fortran-break-line): Remove unused var `opoint'.
15176         (fortran-abbrev-start): Obey help-event-list.
15178 2006-01-18  Jesper Harder  <harder@phys.au.dk>
15180         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
15182 2006-01-18  Masatake YAMATO  <jet@gyve.org>
15184         * progmodes/make-mode.el (makefile-imake-mode): New mode
15185         derived from makefile-mode.
15186         (makefile-imake-mode-syntax-table): New syntax table
15187         derived from makefile-mode-syntax-table.
15188         (makefile-mode): Write about makefile-imake-mode in doc string.
15189         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
15190         (makefile-imake-font-lock-keywords): New font lock keywords.
15192         * files.el (auto-mode-alist): Add Imakefile.
15194 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
15196         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
15197         loading the file rather than when turning on flyspell-mode.
15199 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
15201         * cus-edit.el (customize-rogue): Minor doc fix.
15203 2006-01-17  Juri Linkov  <juri@jurta.org>
15205         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
15206         instead of the file at the mark as default if the file at the mark
15207         is the same as the file at point or if dired-dwim-target-directory
15208         is not the same as the current directory and the mark is not active.
15210         * log-view.el (log-view-minor-wrap): Use the same logic to get
15211         revisions as `log-view-diff'.
15213         * info.el (Info-revert-find-node): Check for Info-current-file
15214         before preserving new-history.
15216         * man.el (Man-heading-regexp): Add `/'.
15218         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
15219         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
15221 2006-01-16  Juri Linkov  <juri@jurta.org>
15223         * faces.el (mode-line-faces): New defgroup.
15224         (mode-line-highlight): Move definition after new defgroup.
15225         (mode-line, mode-line-inactive, mode-line-highlight):
15226         Replace :group `modeline' with `mode-line-faces'.
15227         (mode-line-buffer-id): New face.
15228         (modeline-buffer-id): New face alias.
15229         (vertical-border): Remove :group `modeline'.
15231         * bindings.el (propertized-buffer-identification): Use face
15232         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
15233         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
15234         (mode-line-buffer-identification-keymap): For mouse-1 replace
15235         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
15236         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
15237         mouse-3.
15239         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
15240         Buffer-menu-buffer.  Doc fix.
15241         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
15242         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
15243         `Buffer-menu-buffer'.
15245         * info.el (Info-mode-line-node-keymap): New defvar.
15246         (Info-set-mode-line): Use `stringp' to check Info-current-file.
15247         Propertize Info-current-node with `mode-line-buffer-id' and
15248         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
15250         * time.el (display-time-mail-face): Replace :group `faces' with
15251         `mode-line-faces'.
15253 2006-01-16  Kenichi Handa  <handa@m17n.org>
15255         * international/code-pages.el: Add autoload cookies for cp125[0345678].
15257         * language/european.el (cp1252): New alias for windows-1252.
15259         * international/mule.el (autoload-coding-system): Prepare for EOL
15260         variants.
15262 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
15264         * term.el (term-raw-map): Add mapping for insert.
15265         (term-send-insert): New.
15266         (term-mode): Make variables local here instead of doing it in
15267         `term-emulate-terminal'.
15268         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
15269         Scroll reverse needs to take into account the scroll region.
15270         Saving and restoring the cursor should save the color attributes too.
15271         (term-reset-terminal): Reset the scroll region.
15272         (term-handle-ansi-escape): Cursor up and down should take into
15273         account the scroll region.
15274         (term-set-scroll-region): Rename from `term-scroll-region'.
15275         Move to 0,0 after setting the region.
15276         (term-handle-scroll): Handle scroll up.
15277         (term-down): Fix off by one error.
15278         (term-delete-lines): Do not delete outside the scroll region.
15279         (term-insert-lines): Take into account the scroll region.
15281 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15283         * textmodes/ispell.el (ispell-internal-change-dictionary)
15284         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
15285         (start, end): Move declaration outside of eval-when-compile.
15287         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
15288         (flyspell-mode-on): Use it.
15290         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
15291         ispell-kill-ispell-hook.
15293 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
15295         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15296         (Custom-reset-saved): Do not ask for confirmation in single option
15297         buffers.
15299 2006-01-13  Richard M. Stallman  <rms@gnu.org>
15301         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
15303 2006-01-13  Romain Francoise  <romain@orebokech.com>
15305         * add-log.el (add-change-log-entry, change-log-merge):
15306         Conditionally use `hard-newline'.
15308 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
15310         * wid-edit.el (widget-field-end): If the overlay is no longer
15311         associated with a buffer, behave as if the overlay didn't exist.
15313         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
15314         Make sure the links use the `custom-link' face.
15316 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15318         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
15319         (ld-script-mode): Don't set indent-line-function since we don't
15320         have one.
15322 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
15324         * textmodes/org.el (org-open-file): Use mailcap for selecting an
15325         application.
15326         (org-file-apps-defaults-gnu): Use mailcap as the default for
15327         selecting an application on a UNIX system.
15328         (org-agenda-show-tags): New command.
15329         (org-table-insert-hline): Keep cursor in current table line.
15330         (org-table-convert): Offset effect of modifying
15331         `org-table-insert-hline'.
15332         (org-format-agenda-item): New optional argument TAG.
15333         (org-compile-prefix-format): Handle %T format for the tag.
15334         (org-expand-wide-chars): New function.
15335         (org-table-insert-row, org-table-insert-hline):
15336         Use `org-expand-wide-chars'.
15337         (org-open-file): Fix bug in program launch.
15338         (org-get-time-of-day): Fix bug with times before 1am.
15339         (org-agenda-menu): Add tags commands.
15341 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
15343         * textmodes/ispell.el (ispell-init-process): Include the used
15344         dictionary in ispell process start message.
15345         (ispell-internal-change-dictionary): When flyspell-mode is active
15346         and dictionary is changed, make sure ispell process is restarted
15347         and flyspell word cache cleared out for the current buffer.
15348         (ispell-change-dictionary): Make sure flyspell word cache is
15349         cleared out in all buffers with active flyspell mode when
15350         dictionary is globally changed.
15351         Call ispell-internal-change-dictionary after dictionary change.
15353 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
15355         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
15357         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
15358         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
15359         years.  Fix small differences wrt Makefile.in.
15360         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
15361         Makefile.in does.
15363 2006-01-12  Bill Wohler  <wohler@newt.com>
15365         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
15366         mh-search.el.
15368 2006-01-12  Masatake YAMATO  <jet@gyve.org>
15370         * progmodes/ld-script.el: Update copyright year.
15372 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
15374         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
15375         Don't add widget if setting undefined.
15377 2006-01-12  John Paul Wallington  <jpw@pobox.com>
15379         * help-fns.el (describe-variable): Remove newlines from void
15380         variable output.
15382 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
15384         * wdired.el (wdired-mode-map): Add help echo for
15385         wdired-abort-changes.
15387         * man.el (Man-file-name-regexp): Adjust for a list of files.
15389 2006-01-12  Masatake YAMATO  <jet@gyve.org>
15391         * progmodes/ld-script.el (auto-mode-alist): Support
15392         suffix conventions used in netbsd and eCos.
15394 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
15396         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
15397         (custom-variable-menu, custom-face-menu, custom-group-menu)
15398         (Custom-mode-menu): Change names of menu items.  (As discussed on
15399         emacs-devel.)
15400         (custom-face-menu): Add "Undo Edits" item.
15402         * startup.el (init-file-user): defcustom -> defvar.
15404         * tooltip.el (tooltip-mode): Doc fix.
15406 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15408         * reveal.el (reveal-post-command): window-buffer signals an error on
15409         dead windows rather than returning nil.
15410         (reveal-open-new-overlays): An overlay might die while we open others.
15412 2006-01-11  Bill Wohler  <wohler@newt.com>
15414         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
15415         phrasing in docstring.
15417         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
15418         can give some systems gas.  Add new file mh-buffers.el.
15420 2006-01-06  Masatake YAMATO  <jet@gyve.org>
15422         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
15423         C preprocessor forward ported from GNU Emacs 21.2.
15425         * progmodes/asm-mode.el (asm-font-lock-keywords):
15426         Use `cpp-font-lock-keywords'.
15428         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
15430         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
15431         of $ for "\\.ld[s]?".
15433 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15435         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
15436         (tcl-indent-line): Return `noindent' if inside a string.
15438         * progmodes/flymake.el (flymake-split-string): Remove more than one
15439         empty string at beg/end of the result.
15440         (flymake-find-buildfile, flymake-find-possible-master-files):
15441         Use expand-file-name.
15442         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
15443         since expand-file-name does it for us.  Use directory-file-name.
15444         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
15445         (flymake-ler-get-type, flymake-ler-get-text)
15446         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
15447         (flymake-current-line-no): Remove spurious interactive spec.
15448         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
15449         (flymake-check-include): Remove arg inc-path merged into inc-name.
15450         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
15451         Arg regexp-list replaced by a simple regexp.
15452         (flymake-master-make-header-init, flymake-master-tex-init):
15453         Correspondingly replace regexp-list with a regexp.  Fix regexp.
15455 2006-01-10  Simon Josefsson  <jas@extundo.com>
15457         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
15458         describing AUTH PLAIN fix.
15460 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
15462         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
15463         (report-emacs-bug): Don't record initial prompt text.
15464         Instead, add text properties to prompting text.
15465         (report-emacs-bug-hook): Delete prompting text.
15467 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15469         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
15470         `dirs'.  Adjust callers.
15472 2006-01-09  John Paul Wallington  <jpw@gnu.org>
15474         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
15476 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15478         * reveal.el (reveal-open-new-overlays): New extracted fun.
15479         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
15480         using them.  Simplify the code.
15481         (reveal-post-command): Use them.  Fix up obsolete windows in
15482         reveal-open-spots.
15484         * progmodes/flymake.el: Use `require' rather than autoload for
15485         XEmacs's overlays.
15486         (flymake-get-common-file-prefix, flymake-build-relative-filename):
15487         Delete.  Use file-relative-name instead.
15488         (flymake-get-syntax-check-program-args, flymake-perl-init):
15489         Simplify the resulting code.
15491         * log-view.el (log-view-file-re, log-view-message-re): Add support
15492         for DaRCS output.
15494 2006-01-09  Alex Schroeder  <alex@gnu.org>
15496         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
15497         identifiers sometimes added in square brackets at the beginning of
15498         subject lines.
15500 2006-01-07  Richard M. Stallman  <rms@gnu.org>
15502         * cus-edit.el (Custom-set, Custom-save): Doc fix.
15503         (Custom-reset-current, Custom-reset-saved): Change question text.
15504         (Custom-reset-standard): Likewise.
15505         (custom-variable-reset-saved): Doc fix.
15507 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
15509         * startup.el (init-file-user): Doc fix.
15511 2006-01-07  Alex Schroeder  <alex@gnu.org>
15513         * mail/rmail.el (rmail-current-subject): New function.
15514         (rmail-current-subject-regexp): New function.
15515         (rmail-next-same-subject): Use it.
15517         * mail/rmailsum.el (rmail-summary-by-topic):
15518         Use rmail-current-subject and rmail-current-subject-regexp.
15519         (rmail-summary-next-same-subject): Ditto.
15521         * net/rcirc.el (rcirc-send-input): No longer check whether the
15522         process is open, since not all commands need an open process.
15523         (rcirc-send-string): Check whether the process is open before
15524         sending anything.
15525         (rcirc-ignore-list): New option.
15526         (rcirc-ignore-list-automatic): New variable.
15527         (rcirc-print): Take rcirc-ignore-list into account.
15528         (rcirc-cmd-ignore): New command.
15529         (rcirc-ignore-update-automatic): New function.
15530         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
15531         list if ignored nicks.
15532         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
15534 2006-01-06  David Reitter  <david.reitter@gmail.com>
15536         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
15537         reflect the address to which the report will be sent.
15539 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
15541         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
15542         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
15544 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
15546         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
15548         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
15549         the doc string: "functoin" => "function".
15550         * ldefs-boot.el: Likewise.
15552         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
15553         message text: "Duplicat" => "Duplicate".
15555 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
15557         * files.el (basic-save-buffer-2): If backing-up failed, reset
15558         buffer-backed-up to nil.
15560 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
15562         * progmodes/gud.el (gdb-script-skip-to-head)
15563         (gdb-script-calculate-indentation): Indent for breakpoint command
15564         lists also.
15566 2006-01-05  Bill Wohler  <wohler@newt.com>
15568         * Makefile.in (compile-always): Add mh-autoloads dependency.
15569         (bootstrap): Remove mh-autoloads dependency, as compile dependency
15570         provides it.
15571         (updates): Remove mh-autoloads dependency, since it probably has
15572         already run recently (via recompile).
15574 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15576         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
15577         argument `force' to disable the flyspell-last-buffer optimization.
15578         (flyspell-mode-on): Use it.
15580         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
15581         flymake-simple-cleanup.
15582         (flymake-allowed-file-name-masks): Use this new default.
15583         All the functions are now called in the right buffer rather than
15584         passing the buffer as argument.
15585         (flymake-process-sentinel): Switch to buffer before calling cleanup.
15586         (flymake-parse-err-lines): Remove redundant buffer arg.
15587         (flymake-get-program-dir): Comment out unused function.
15588         (flymake-start-syntax-check, flymake-start-syntax-check-process):
15589         Remove redundant buffer argument.
15590         (flymake-get-real-file-name, flymake-simple-java-cleanup)
15591         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
15593 2006-01-05  Richard M. Stallman  <rms@gnu.org>
15595         * info.el (Info-find-node): Don't record previous node if have none.
15596         (info): Go to directory only if history is empty.
15598         * simple.el (mark): Doc fix.
15600 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15602         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
15603         already of desired type.
15604         (mac-ae-list): Coerce parameter to "list" type.
15605         (mac-dispatch-apple-event): Replace cadr part of event with a
15606         dummy position so that event-start returns it.
15608 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
15610         * textmodes/org.el (org-end-of-subtree): New function.
15611         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
15612         Use `org-end-of-subtree'.
15613         (org-agenda, org-agenda-convert-date): Protect calls to
15614         `fit-window-to-buffer'.
15615         (org-tags-view): Force matching of sublevels when doing a
15616         todo-only search.  Define the correct redo command, including the
15617         arguments.
15618         (org-agenda-redo): Display message.
15619         (org-check-for-org-mode): New function.
15620         (org-agenda-type): New variable.
15621         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
15622         Set `org-agenda-type'.
15623         (org-agenda-check-type): New function.
15624         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
15625         (org-agenda-week-view, org-agenda-day-view)
15626         (org-agenda-next-date-line, org-agenda-previous-date-line)
15627         (org-agenda-log-mode, org-agenda-toggle-diary)
15628         (org-agenda-toggle-time-grid, org-agenda-date-later)
15629         (org-agenda-date-prompt, org-agenda-diary-entry)
15630         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
15631         (org-agenda-convert-date, org-agenda-menu):
15632         Use `org-agenda-check-type'.
15633         (org-make-overlay, org-delete-overlay)
15634         (org-detatch-overlay, org-move-overlay, org-overlay-put):
15635         New compatibility functions.
15636         (org-calendar-select-mouse): New command.
15638 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
15640         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
15641         (Custom-reset-standard): Fix y-or-n-p messages.
15642         (custom-link): New face for links.
15643         (custom-buffer-create-internal, custom-manual): Use it.
15644         (custom-face-save): Push to theme-face before setting face spec.
15646         * wid-edit.el (widget-default-mouse-face-get): New function.
15647         (widget-specify-button): Handle mouse-face like button-face.
15649         * custom.el (load-theme): Clear old theme settings if reloading.
15651 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
15653         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
15654         "Erase Customization" button back to same position it occupies in
15655         the individual State menus.
15657 2006-01-04  Kim F. Storm  <storm@cua.dk>
15659         * wid-edit.el (key-sequence): Rework widget to read key binding
15660         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
15661         (widget-key-sequence-default-value): Default value for empty sequence.
15662         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
15663         (widget-key-sequence-read-event): New command for C-q.
15664         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
15665         (widget-key-sequence-value-to-external): New functions.
15667 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15669         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
15670         Use expand-file-name.
15671         (flymake-delete-temp-directory): Use expand-file-name,
15672         file-name-directory, and directory-file-name.
15673         (flymake-strrchr): Delete.
15674         (flymake-start-syntax-check): Don't pass the redundant buffer argument
15675         to the init-f function.
15676         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
15677         (flymake-init-find-buildfile-dir)
15678         (flymake-init-create-temp-source-and-master-buffer-copy)
15679         (flymake-simple-make-init-impl, flymake-simple-make-init)
15680         (flymake-master-make-init, flymake-master-make-header-init)
15681         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
15682         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
15683         (flymake-xml-init): Remove corresponding redundant buffer argument.
15684         (flymake-allowed-file-name-masks): Remove last elems that are equal to
15685         the default anyway.  Clean up regexps.
15687         * progmodes/flymake.el (flymake-temp-source-file-name)
15688         (flymake-master-file-name, flymake-temp-master-file-name)
15689         (flymake-base-dir): New buffer-local vars.
15690         (flymake-buffer-data, flymake-get-buffer-value)
15691         (flymake-set-buffer-value): Replace those hash-tables by the new
15692         buffer-local vars.  Update callers.
15694         * progmodes/flymake.el (flymake-check-start-time)
15695         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
15696         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
15697         Move definition, so we can remove redundant earlier declaration.
15698         (flymake-replace-regexp-in-string, flymake-split-string)
15699         (flymake-get-temp-dir): Use defalias.
15700         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
15701         (flymake-xemacs-window-edges): Remove unused function.
15702         (flymake-get-point-pixel-pos): Move.
15703         (flymake-pid-to-names, flymake-reg-names)
15704         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
15705         Replace by a simple list flymake-processes and by process-buffer.
15706         Update callers.  Other than simplify the code, it uses buffers rather
15707         than buffer-names so it doesn't get confused by uniquify.
15708         (flymake-buffer-data): The global value should just be nil.
15710         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
15711         Optimize the body of a defalias like any other code.
15713         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
15714         Make sure we've setup font-lock's vars.  It may influence which
15715         function we then call.
15716         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
15717         here since it's too late anyway.
15719 2006-01-03  Romain Francoise  <romain@orebokech.com>
15721         * startup.el (fancy-splash-tail, normal-splash-screen):
15722         Update copyright year.
15724 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
15726         * mouse.el (mouse-drag-track): Rename, from
15727         `mouse-drag-region-1'.  Includes optional argument required to
15728         enable post-drag event processing (e.g. delete region keys).
15729         Can be used without this argument to track a mouse region and operate
15730         on it as soon as the drag completes.
15731         (mouse-drag-region): Use `mouse-drag-track'.
15733 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
15735         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
15736         Move to `custom-buffer' group.
15738         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
15739         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
15740         (custom-theme-insert-face-marker, custom-theme-variable-menu)
15741         (custom-theme-face-menu): New variables.
15742         (custom-theme-add-variable, custom-theme-variable-action)
15743         (custom-variable-reset-theme, custom-theme-delete-variable)
15744         (custom-face-reset-theme, custom-theme-face-action)
15745         (custom-theme-delete-face, custom-theme-merge-theme)
15746         (custom-theme-add-face, custom-theme-visit-theme): New functions.
15748 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
15750         * custom.el: Move Custom Themes commentary to start of theme code.
15751         (custom-known-themes): Rename `standard' theme to `changed'.
15752         (custom-push-theme): Caller no longer specifies what theme to use
15753         when doing `reset'---the setting is simply removed from the theme.
15754         Delete MODE from `theme-value' and `theme-settings' properties.
15755         (custom-declare-theme): Ignore &rest args since we don't use them.
15757         (custom-loaded-themes): Delete variable.
15758         (custom-theme-load-themes, custom-theme-loaded-p)
15759         (custom-theme-value): Delete functions.
15761         (custom-declare-theme): Signal error on invalid theme names.
15762         (provide-theme): custom-loaded-themes was deleted.
15763         (load-theme): Load the file unconditionally.
15764         (enable-theme): Call `load-theme' if theme is undefined.
15765         (custom-enabled-themes): Only update value for successful loads.
15766         (disable-theme): Complete from enabled themes when interactive.
15767         (custom-variable-theme-value): Calculate theme value directly.
15769         (custom-theme-reset-variables, custom-reset-variables): Mark as
15770         XEmacs compatibility functions.  We don't actually use these.
15772         * cus-edit.el (custom-variable-state-set):
15773         Use custom-variable-theme-value instead of custom-theme-value.
15774         (custom-face-state-set): Rename `standard' theme to `changed'.
15775         (custom-save-variables, custom-save-faces): Delete unneeded
15776         references to custom-reset-variables.
15777         (custom-save-resets): Delete function.
15778         (custom-save-variables, custom-save-faces): MODE argument deleted.
15779         (custom-save-variables, custom-save-faces): Ignore theme values.
15781         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
15782         compatibility function.
15784 2006-01-01  Richard M. Stallman  <rms@gnu.org>
15786         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
15787         (Custom-reset-current, Custom-reset-saved): Likewise.
15788         (Custom-reset-standard): Show message if aborted.
15789         (custom-mode): Doc fix, describing those commands.
15791         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
15792         put on event-kind property.
15794 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
15796         * custom.el (provide-theme): Ban `user' theme name.
15797         (custom-enabling-themes): New variable.
15798         (enable-theme): Don't enable user if custom-enabling-themes is t.
15799         (custom-enabled-themes): Make it a defcustom.
15800         (custom-theme-recalc-face): No-op if face is undefined.
15802         * cus-edit.el (custom-button-mouse): New variable.
15803         (custom-button-mouse): New face.
15804         (custom-raised-buttons, custom-mode): Use it.
15806         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
15808 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
15810         * progmodes/gud.el (gud-display-line): Support hl-line in the
15811         source buffer.
15813 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
15815         * mouse.el (mouse-drag-window-above): Verify that the found window
15816         overlaps with the given window in the horizontal dimension.
15818 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
15820         * Makefile.in (cvs-update): New target.
15822         * makefile.w32-in (cvs-update): Ditto.
15824 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
15826         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
15827         (custom-new-theme-mode-map): New variable.
15829 2005-12-30  Richard M. Stallman  <rms@gnu.org>
15831         * custom.el (custom-load-themes): Function deleted.
15833         * cus-edit.el (custom-save-loaded-themes): Function deleted.
15834         (custom-save-variables): Don't delete or add custom-load-themes call.
15836 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15838         * cus-start.el: Add `visible-cursor'.
15840         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
15841         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
15842         (flymake-process-filter): Switch to buffer before calling it instead.
15843         (flymake-post-syntax-check, flymake-highlight-err-lines)
15844         (flymake-delete-own-overlays, flymake-parse-err-lines)
15845         (flymake-start-syntax-check, flymake-start-syntax-check-process)
15846         (flymake-count-lines, flymake-parse-residual):
15847         Remove constant buffer argument.
15848         (flymake-start-syntax-check-for-current-buffer): Remove.
15849         Update callers to use flymake-start-syntax-check instead.
15850         (flymake-display-err-menu-for-current-line):
15851         Remove unused var `mouse-pos'.
15852         (flymake-restore-formatting): Comment out unused function.
15853         (flymake-report-status, flymake-report-fatal-status): Remove buffer
15854         argument, use current-buffer instead.  Update callers.
15856 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15858         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
15859         buffer-local because choose-completion-delete-max-match requires
15860         that we set completion-ignore-case (i.e., binding via let is not
15861         sufficient).
15862         (bibtex-complete): Always set completion-ignore-case and
15863         choose-completion-string-functions.  The latter is needed because
15864         choose-completion-string-functions keeps its value if we quit the
15865         *Completions* buffer without requesting a completion.
15867 2005-12-30  Andreas Schwab  <schwab@suse.de>
15869         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
15871 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
15873         * jit-lock.el (jit-lock-chunk-size): Doc fix.
15875 2005-12-30  Juri Linkov  <juri@jurta.org>
15877         * locate.el (locate-fcodes-file, locate-header-face)
15878         * progmodes/delphi.el (delphi-other-face)
15879         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
15881         * paren.el (show-paren-match, show-paren-mismatch): Use existing
15882         group `paren-showing-faces'.
15884         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
15885         (goto-address): Fix docstring.
15887         * net/webjump.el (webjump-sample-sites): Update URLs.
15889         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
15891         * subr.el (cancel-change-group): Add listp around pending-undo-list.
15893 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15895         * font-lock.el (font-lock-compile-keywords): Signal an error when
15896         font-lock-set-defaults hasn't been called.
15898 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
15900         * subr.el (noreturn, 1value): Doc fixes.
15902 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15904         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
15905         that assoc-string returns nil.
15907 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15909         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
15910         (bibtex-entry-type-str, bibtex-empty-field-re)
15911         (bibtex-search-backward-string, bibtex-preamble-prefix)
15912         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
15913         (bibtex-any-valid-entry-type): New variable.
15914         (bibtex-parse-field-name): Simplify.
15915         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
15916         (bibtex-preamble-prefix): Include left delimiter.
15917         (bibtex-search-forward-field, bibtex-search-backward-field):
15918         Allow unbounded search past entry boundaries (required by bibtex-pop).
15919         (bibtex-text-in-field-bounds): Use push.
15920         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
15921         (bibtex-parse-preamble, bibtex-valid-entry)
15922         (bibtex-beginning-first-field): New functions.
15923         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
15924         (bibtex-map-entries): Fix docstring.
15925         (bibtex-flash-head): New arg prompt.  Simplify.
15926         (bibtex-enclosing-field): Include code of bibtex-inside-field.
15927         (bibtex-insert-kill): Simplify.  Always insert text past the
15928         current field or entry.
15929         (bibtex-format-entry): Use bibtex-parse-field.
15930         (bibtex-pop): Use bibtex-beginning-of-entry and
15931         bibtex-end-of-entry to initiate the search.  Insert empty field if
15932         we found ourselves.
15933         (bibtex-print-help-message): New args field and comma.
15934         Handle entry keys.
15935         (bibtex-make-field): Use bibtex-beginning-of-entry.
15936         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
15937         invalid entry.
15938         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
15939         Handle preambles.  Simplify code for thorough test.
15940         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
15941         New arg comma.  Handle entry heads.
15942         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
15943         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
15944         New arg comma.
15945         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
15946         (bibtex-fill-field): Simplify.
15947         (bibtex-fill-entry): Use bibtex-beginning-first-field and
15948         bibtex-parse-field.
15949         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
15950         (bibtex-complete): Use bibtex-parse-preamble.
15952 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
15954         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
15955         Display name of expression instead of convenience variable.
15956         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
15958         * progmodes/gud.el (gud-tooltip-dereference): Rename from
15959         toggle-gud-tooltip-dereference.
15960         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
15961         (gud-tooltip-tips): ...here when dereferencing.
15963 2005-12-28  Bill Wohler  <wohler@newt.com>
15965         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
15967 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15969         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
15970         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
15971         (vc-annotate-display-autoscale): Adjust call.
15972         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
15973         Fix interactive spec.
15974         (vc-annotate-time-span): Remove.
15975         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
15976         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
15977         (vc-annotate-display-select): Use new name.
15979         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
15980         (vc-annotate-mode-menu): Remove left-over redundant declaration.
15981         Correct the construction of span entries.  Simplify.
15982         (vc-annotate-display-select): Fix the nil case.
15983         (vc-annotate): Remove obsolete (and now broken) code.
15984         (vc-annotate-extract-revision-at-line): Remove obsolete code.
15985         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
15987 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
15989         * subr.el (lazy-completion-table): Correct typo in docstring.
15991         * startup.el (command-line): Use `custom-reevaluate-setting' for
15992         `send-mail-function'.
15994         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
15996 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
15998         * mail/smtpmail.el (smtpmail-try-auth-methods):
15999         Send credentials together with "AUTH PLAIN" command.
16001 2005-12-27  Richard M. Stallman  <rms@gnu.org>
16003         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16004         mouse-2, go back to previously selected window, so it's selected
16005         when mouse-2 command runs.
16007 2005-12-27  Juri Linkov  <juri@jurta.org>
16009         * descr-text.el (describe-text-sexp): Use square brackets for
16010         button [Show] to distinguish it from the property value `show'.
16011         (describe-property-list): Use `insert-text-button' with
16012         `help-face' type instead of putting face in quotes, because button
16013         is not created automatically for a list of faces.
16014         (describe-text-properties-1): Put button-type value in quotes to
16015         distinguish from plain text "button".
16016         (describe-char): Display code point values in hex.  Don't use
16017         `symbol-name' for `current-input-method' because it is a string.
16018         Use `insert-text-button' with `help-face' type instead of putting
16019         hardcoded face in quotes, because button is not created automatically.
16021 2005-12-27  Richard M. Stallman  <rms@gnu.org>
16023         * progmodes/glasses.el (glasses-face): More specific custom type.
16025         * files.el (set-visited-file-name): Doc fix.
16027         * textmodes/flyspell.el (flyspell-external-point-words):
16028         Use local var buffer-scan-pos to advance scan for next misspelling.
16029         Advance it only after we find the misspelling.
16031 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
16033         * textmodes/flyspell.el (flyspell-external-point-words):
16034         New criteria for finding the misspelling in the buffer.
16036 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
16038         * help-mode.el (help-insert-string): Set help-xref-stack-item
16039         rather than call help-setup-xref.
16041         * descr-text.el (describe-char): Revert previous changes for
16042         optional buffer argument.
16044 2005-12-27  Juri Linkov  <juri@jurta.org>
16046         * help-mode.el (help-insert-string): New function.  Save buffer
16047         contents in cases where it is impossible to recompute the old contents.
16049         * descr-text.el (describe-char): Set help-xref-stack-item
16050         explicitly after buffer has been generated.
16052 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16054         * cus-start.el (all): Add x-gtk-show-hidden-files.
16056 2005-12-26  Richard M. Stallman  <rms@gnu.org>
16058         * replace.el (perform-replace): Calculate match-again
16059         before skipping read-only matches.
16061         * paren.el (paren-showing-faces): New group.
16062         (show-paren-match, show-paren-mismatch): Move to that group.
16064         * button.el (button): Put into group `basic-faces'.
16066         * progmodes/make-mode.el: Remove faces from group `faces'.
16068         * apropos.el (apropos, apropos-value): Doc fix.
16069         (apropos-documentation): Doc fix.
16071 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16073         * subr.el (lazy-completion-table): Remove argument `args'.
16075         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16076         Don't use the `args' argument of lazy-completion-table.
16078 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
16080         * descr-text.el (describe-char): Add optional argument for buffer.
16081         Set buffer appropriately.  Call help-setup-xref.
16082         Suggested by Stefan Monnier.
16084 2005-12-26  Juri Linkov  <juri@jurta.org>
16086         * descr-text.el: Require `help-fns' at runtime.  Don't require
16087         `button' for byte compilation.
16088         (describe-text-widget): Add `help-echo' for first button.
16089         Use `help-info' for second.
16090         (describe-property-list): Use `help-argument-name' instead of `italic'.
16091         (describe-text-category): Add prompt to interactive spec.
16092         Call `help-setup-xref'.
16093         (describe-char): Use `help-character-set'.  Add `help-echo' for
16094         code point.  Use `help-input-method'.  Remove superfluous insert.
16096 2005-12-25  Richard M. Stallman  <rms@gnu.org>
16098         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
16099         at point, in case of narrowing.
16101         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
16103         * locate.el (locate-header-face): Allow nil in type.
16105         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
16107 2005-12-25  Romain Francoise  <romain@orebokech.com>
16109         * battery.el (battery-linux-proc-acpi): Also try
16110         `/proc/acpi/thermal_zone/THM0/temperature'.
16112 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
16114         * custom.el (custom-push-theme): Fix docstring.
16116         * cus-edit.el (custom-variable-set, custom-variable-save)
16117         (custom-variable-save): Custom-quote widget values.
16118         (customize-save-variable): Fix custom-push-theme call.
16120 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
16122         * w32-fns.el (w32-batch-update-autoloads): New function.
16124         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
16125         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
16126         from the command line.
16128 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
16130         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
16131         reset means to remove setting from theme entirely.  Don't keep
16132         expanding theme-settings list; delete old entries if necessary.
16134         * cus-edit.el (custom-buffer-create-internal): Move "Erase
16135         customization" button one line up.
16136         (custom-themed): New face.
16137         (custom-magic-alist): New value, THEMED, for theme settings.
16138         (custom-variable-state-set, custom-face-state-set):
16139         Check theme-value instead of saved-value.
16140         (custom-variable-reset-standard, custom-face-reset-standard):
16141         Remove theme setting entirely.  Recalculate new values.
16142         (custom-variable-set, custom-variable-set)
16143         (custom-variable-reset-saved, custom-variable-reset-backup)
16144         (custom-face-set, custom-face-reset-saved): Update `user' theme.
16145         (custom-variable-save): Fix typos.
16147 2005-12-23  Juri Linkov  <juri@jurta.org>
16149         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
16150         Add autoload cookies.
16151         (edebug-outside-d-c-i-n-s-w): New variable.
16152         (edebug-display, edebug-outside-excursion): Use it to save the
16153         original value of default-cursor-in-non-selected-windows.
16154         Set default-cursor-in-non-selected-windows to t while Edebug
16155         is active.
16156         (edebug-mode, edebug-eval-mode): Doc fix.
16158         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
16159         with `buffer-substring-no-properties' to remove common substring
16160         highlighting.
16162         * info.el (info-other-window, info): Rename function argument
16163         `file' to `file-or-node'.
16164         (Info-complete-menu-item): Use local variable `complete-nodes' to
16165         keep the global value of `Info-complete-nodes' unchanged for
16166         subsequent completions.
16167         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
16169         * simple.el (get-next-valid-buffer, last-buffer)
16170         (next-error-buffer-p, next-error-find-buffer)
16171         (minibuffer-history-sexp-flag): Doc fix.
16173         * savehist.el (savehist-mode-hook): Add `:group'.
16175         * log-view.el: Call autoload for vc-find-version.
16176         (log-view-current-file): Adjust subgroup numbers.
16177         (log-view-current-tag): Add `length'.
16179 2005-12-23  Richard M. Stallman  <rms@gnu.org>
16181         * vc.el (vc-annotate-car-last-cons): Defn moved up.
16183 2005-12-23  Juri Linkov  <juri@jurta.org>
16185         * hi-lock.el (hi-lock-archaic-interface-message-used)
16186         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
16187         (hi-lock-mode): Display "Hi" in the mode line only when
16188         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
16189         (hi-lock-write-interactive-patterns):
16190         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
16191         (hi-lock-set-pattern, hi-lock-set-file-patterns)
16192         (hi-lock-font-lock-hook): Set 3rd arg `how' of
16193         font-lock-add-keywords to t.
16195 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
16197         * hi-lock.el (hi-lock-highlight-range): New variable.
16198         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
16199         only if font-lock-fontified is non-nil.  Remove overlays.
16200         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
16201         font-lock-fontified is non-nil, otherwise use overlays (instead of
16202         text properties).
16203         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
16204         New variables.
16205         (hi-lock-string-serialize): New function.
16207 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16209         * menu-bar.el (menu-find-file-existing): New function.
16210         (menu-bar-file-menu): Use menu-find-file-existing for Open.
16212         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
16214 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16216         * vc.el: Remove unnecessary leading * in docstrings.
16217         (vc-annotate-mode-map): Move initialization into declaration.
16218         (vc-static-header-alist): Nitpick on the regexp.
16219         (vc-default-init-version): New fun.
16220         (vc-register): Use it.
16221         (vc-insert-headers): Use dolist.
16222         (vc-annotate-get-backend): Remove unused function.
16223         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
16224         (vc-annotate-mode): Remove corresponding call.
16225         (vc-annotate-car-last-cons): Simplify.
16226         (vc-annotate-buffers): Remove var.
16227         (vc-annotate-backend): Make it buffer-local.
16228         (vc-annotate): Move the interaction to the interactive spec.
16229         Add a `buf' argument.
16230         (vc-annotate-warp-version): Use this new `buf' argument to avoid
16231         killing&creating a vc-annotate buffer, which is very disruptive when
16232         the buffers are shown in dedicated frames.
16234 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
16236         * descr-text.el: Add FSF as maintainer.
16237         (describe-text-mode, describe-text-mode-map)
16238         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
16239         help-mode.
16240         (describe-text-widget, describe-text-sexp)
16241         (describe-property-list, describe-text-category)
16242         (describe-text-properties, describe-text-properties-1)
16243         (describe-char): Use help buttons instead of widgets.
16244         (describe-char-unicodedata-file): Make URL link in doc string.
16246 2005-12-22  Richard M. Stallman  <rms@gnu.org>
16248         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
16249         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
16250         Don't include buttons that write a file when there's no file.
16251         (custom-variable-menu, custom-face-menu, custom-group-menu):
16252         Don't include commands that write a file when there's no file.
16253         (customize-browse): Reword the top-of-buffer help intro.
16254         (custom-buffer-create-internal): Fix previous change.
16255         (customize-changed-options-previous-release): Prev release is 21.1.
16256         (customize-changed-options): Doc fix.
16257         (customize-changed): New alias.
16258         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
16259         Say "standard values".
16260         (Custom-reset-standard): Doc fix.
16261         (custom-face-reset-standard): Doc fix.
16263 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16265         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
16266         even if font-lock-mode is non-nil since it may be t without having
16267         turned on font-lock-mode-internal.
16268         (font-lock-choose-keywords): Minor optimization.
16269         (font-lock-add-keywords, font-lock-remove-keywords)
16270         (font-lock-set-defaults): Don't call make-local-variable on a variable
16271         that we know to already be local.
16273 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16275         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
16276         messages if in the minibuffer.
16278 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16280         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
16281         (tex-mode-flyspell-verify, flyspell-get-word)
16282         (flyspell-external-point-words): Don't use point-min/max uselessly.
16284         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
16285         by Kevin Rodgers.  Instead, just hide the completions buffer if we
16286         don't need to show it.
16288 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
16290         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
16292 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16294         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
16295         delete-windows-on with an inexistent buffer.
16297 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
16299         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16300         Delete defcustom variable :tag names.
16302 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16304         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
16305         (log-view-font-lock-keywords): Ajust subgroup numbers.
16306         (log-view-current-tag): Don't hard code the number of subgroups.
16308 2005-12-20  Juri Linkov  <juri@jurta.org>
16310         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
16311         (tooltip-x-offset, tooltip-y-offset): Doc fix.
16313         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16314         (menu-bar-non-minibuffer-window-p): Instead of checking
16315         display-multi-frame-p, use selected-frame when menu-updating-frame
16316         is nil.
16318 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
16320         * align.el (align-rules-list): Use [ \t] instead of \s-
16321         for column separators in text mode.
16323 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
16325         * help-mode.el (help-customize-variable, help-customize-face):
16326         Don't pop help-xref-stack as help-follow no longer pushes
16327         anything on to it.
16329 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
16331         * textmodes/org.el (org-agenda-custom-commands): New option.
16332         (org-agenda): Offer custom commands on splash screen.
16333         (org-make-tags-matcher): Parser for Boolean logic added.
16334         (org-agenda-set-tags): New command.
16335         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
16336         (org-set-tags): Efficiency improvements.
16337         (org-auto-align-tags): New option.
16338         (org-todo, org-demote, org-promote): Realign tags.
16339         (org-tags-completion-function): Use also "&" and "|" as separators.
16340         (org-org-menu): Agenda commands simplified.
16342 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
16344         * cus-edit.el (customize-apropos, customize-apropos-options):
16345         Docstring changes.
16347         * font-lock.el (font-lock): Add tags to the links in the defgroup.
16349 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
16351         * longlines.el (longlines-mode): Wrap while widened.
16352         (longlines-decode-region, longlines-encode-region): Compute max
16353         just once.
16355 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16357         * cus-edit.el (mac): New group.
16359         * cus-start.el (all): Add user options in macterm.c.  Add test for
16360         Mac-related built-ins.  Fix test for GTK-related built-ins.
16362         * term/mac-win.el (mac-handle-language-change)
16363         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
16364         (mac-services-open-selection, mac-services-mail-selection)
16365         (mac-services-mail-to, mac-services-insert-text)
16366         (mac-dispatch-apple-event): Add docstrings.
16367         (x-get-selection, mac-select-convert-to-string): Select coding
16368         system from `utf-16be' and `utf-16le' using `byteorder'.
16370 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16372         * subr.el (lazy-completion-table): Don't be fooled if the var holds
16373         a "list" (lambda ...) rather than a real completion list.
16375         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
16376         lexical-let when encountering ((lambda (...) ...) ...).
16378 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
16380         * progmodes/sh-script.el (sh-mode):
16381         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
16382         * textmodes/picture.el (picture-mode): Update docstrings.
16384 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
16386         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
16387         commands enclosed in $(ARGQUOTE)s should not be split between two
16388         lines, as that will break with GNU Make >3.80, when sh.exe is used
16389         and arg quoting is with '..'.
16390         (autoloads): Don't break the quoted --eval expression between
16391         several lines.
16393 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
16395         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
16396         Capture error from printing circular structures.
16398 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
16400         * wid-edit.el (widget-checkbox-action): Clear undo info.
16402 2005-12-16  Bill Wohler  <wohler@newt.com>
16404         * menu-bar.el (kill-this-buffer): Set a good example by using menu
16405         bar, not menubar in comment.
16407 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16409         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
16410         After-change-functions should not clobber the match data.
16412 2005-12-16  Juri Linkov  <juri@jurta.org>
16414         * simple.el (choose-completion): Use `buffer-substring-no-properties'
16415         instead of `buffer-substring'.
16416         (completion-common-substring): Doc fix.
16417         (completion-setup-function): Use minibuffer-completion-contents
16418         instead of minibuffer-contents.  Don't set common-string-length
16419         initially.  Remove special handling of partial-completion-mode.
16420         Move computation of completion-base-size into one cond.
16421         Call completion-base-size-function in mainbuf.  In computation of
16422         completion-base-size for file name completion don't move point to
16423         the end of the minibuffer.  Move computation of common-string-length
16424         into one cond.  Start putting faces only when common-string-length>=0.
16425         Add condition to put completions-common-part when
16426         common-string-length>0.
16428         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
16429         place point at the first different character in the minibuffer
16430         even if this position is at the beginning of the minibuffer.
16432         * info.el (Info-read-node-name-1): In completion-base-size-function's
16433         lambda return 1 if common-substring or minibuffer-completion-contents
16434         starts with (, and 0 otherwise.
16436         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
16437         Use `crm-current-element' for second arg of `display-completion-list'.
16439 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
16441         * files.el (set-auto-mode): Look for an interpreter specified on
16442         the first line also if search for mode specification succeeded,
16443         but the mode is not known.
16445 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
16447         * textmodes/org.el (org-tags-match-list-sublevels): New option.
16448         (org-open-at-point): Implement tag searches as links.
16449         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
16450         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
16451         (org-tags-sparse-tree, org-tags-view, org-set-tags)
16452         (org-agenda-dispatch): New commands.
16453         (org-use-tag-inheritance, org-tags-column): New options.
16454         (org-tab-follows-link, org-return-follows-link): New options.
16455         (org-tags): New customize group.
16456         (org-start-icalendar-file): Get local time zone.
16457         (org-tags-completion-function): New function.
16458         (org-set-font-lock-defaults): Make sure links will also be
16459         highlighted inside headlines.
16461 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
16463         * term.el (term-emulate-terminal):
16464         Let term-handle-ansi-terminal-messages override what Bash says about
16465         its current directory.
16467 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
16469         * bindings.el (last-buffer): Move to simple.el.
16470         * simple.el (last-buffer): Move here.
16471         (get-next-valid-buffer): New function.
16472         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
16473         (prev-buffer): Ditto.  Rename to `previous-buffer'.
16475         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
16476         * bindings.el (global-map): Ditto.
16478 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
16480         * cus-edit.el: Introductory comment change.
16481         (custom-magic-alist): Change message string for the `rogue' state.
16483 2005-12-15  Richard M. Stallman  <rms@gnu.org>
16485         * tooltip.el: Delete defcustom variable :tag names.
16487         * complete.el (partial-completion-mode): Doc fix.
16489         * textmodes/flyspell.el (flyspell-external-point-words):
16490         Use save-excursion to ensure we don't move backward in the
16491         search loop, not even one character.
16492         (flyspell-delete-all-overlays): Use remove-overlays directly.
16494         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
16495         (ispell-start-process): Set that variable.
16496         Clear ispell-buffer-local-name.
16497         (ispell-internal-change-dictionary):
16498         Set ispell-current-dictionary after killing process.
16499         (ispell-buffer-local-dict):
16500         Don't set spell-personal-dictionary after killing process.
16501         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
16502         (ispell-tex-skip-alists, ispell-html-skip-alists)
16503         (ispell-skip-region-alist): Mark as risky.
16505         * net/newsticker.el (newsticker--retrieval-timer-list)
16506         (newsticker--display-timer, newsticker-running-p)
16507         (newsticker-ticker-running-p): Definitions moved up.
16509 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
16511         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
16513 2005-12-15  David Ponce  <david@dponce.com>
16515         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
16516         (recentf-edit-list, recentf-open-files): Signal an error when
16517         there is no recent file.
16519 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
16521         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
16522         read-only except for texinfo-format-region evaluation.
16524 2005-12-14  Richard M. Stallman  <rms@gnu.org>
16526         * vc.el (vc-default-previous-version, vc-default-next-version)
16527         (vc-do-command): Doc fixes.
16529 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16531         * textmodes/bibtex.el (bibtex-expand-strings)
16532         (bibtex-autokey-expand-string, bibtex-name-part)
16533         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
16534         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
16535         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
16536         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
16537         (bibtex-entry-postfix, bibtex-known-entry-type-re)
16538         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
16539         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
16540         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
16541         (bibtex-beginning-of-last-entry): Remove.
16542         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
16543         message if comma is missing but buffer is read-only.
16544         (bibtex-parse-field-text): Handle whitespaces at the end of field
16545         text.  Return 3-element list with beginning and end of field text
16546         and end of field.
16547         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
16548         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
16549         (bibtex-search-forward-field, bibtex-search-backward-field):
16550         Search always delimited by limits of entry.  Use more efficient
16551         search algorithms.
16552         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
16553         bibtex-end-of-name-in-field.
16554         (bibtex-text-in-field-bounds): Handle BibTeX strings when
16555         extracting the content of a field.
16556         (bibtex-text-in-field): Use search limits.
16557         (bibtex-parse-string-prefix): Handle empty string keys based on
16558         bibtex-string-empty-key.
16559         (bibtex-parse-string): Fix docstring.
16560         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
16561         (bibtex-preamble-prefix, bibtex-strings): New functions.
16562         (bibtex-skip-to-valid-entry): Include preceding whitespace in
16563         BibTeX entries (consistent with other BibTeX functions).
16564         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
16565         (bibtex-search-entry): Fix docstring.  Simplify.
16566         (bibtex-flash-head, bibtex-complete-string-cleanup)
16567         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
16568         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
16569         (bibtex-parse-entry): New optional arg content.
16570         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
16571         Use bibtex-text-in-field-bounds.
16572         (bibtex-print-help-message): Handle BibTeX strings and preambles.
16573         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
16574         bibtex-parse-string-postfix.
16575         (bibtex-find-text-internal): New function.
16576         (bibtex-remove-delimiters): Use it.
16577         (bibtex-find-text): Use it.  New optional arg help.
16578         (bibtex-complete): Handle BibTeX string and preamble entries.
16579         (bibtex-Preamble): Fix order of closing delimiters.
16581 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16583         * vc.el (vc-default-revert): New fun.
16585         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
16587 2005-12-14  Romain Francoise  <romain@orebokech.com>
16589         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
16590         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
16591         (font-lock-remove-keywords): Likewise.
16593 2005-12-14  Juri Linkov  <juri@jurta.org>
16595         * log-view.el (log-view-diff): Doc fix.
16597         * isearch.el (isearch-query-replace): Use (mark) instead of
16598         isearch-opoint if mark is active in transient-mark-mode.
16600 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
16602         * isearch.el (isearch-query-replace): Check for isearch-other-end.
16604 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
16606         * progmodes/cpp.el (cpp-face): New widget.
16607         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
16609 2005-12-14  Juri Linkov  <juri@jurta.org>
16611         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
16612         around `erase-buffer' and `insert'.
16614         * descr-text.el (describe-text-properties): Replace buffer name
16615         "*Help-2*" with "*Help*<2>".
16616         (describe-char): Add functions print-help-return-message,
16617         toggle-read-only.  Use help-setup-xref with nil to not store
16618         describe-char in help-xref-stack.  Use help-make-xrefs to
16619         make [back] button.
16621         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
16623         * wdired.el (wdired-old-point): New internal variable.
16624         (wdired-change-to-wdired-mode): Set it buffer-locally.
16625         (wdired-abort-changes): Restore point after aborting changes.
16627 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16629         * vc.el (vc-do-command): Add a new value t for okstatus.
16631         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
16632         frame in case of errors.
16634 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16636         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
16637         so it comes after "On the Left" in the menu.
16639 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
16641         * cus-edit.el (customize-apropos, customize-apropos-options)
16642         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
16644 2005-12-12  Bill Wohler  <wohler@newt.com>
16646         * vc-svn.el (vc-svn-registered): Fix problem of visiting
16647         non-writable Subversion-controlled files by saving window
16648         configuration before calling vc-do-command.  vc-do-command calls
16649         pop-to-buffer on error which is unexpected during registration.
16651 2005-12-12  Jay Belanger  <belanger@truman.edu>
16653         * calc/README: Update the summary of changes.
16655 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16657         * descr-text.el (describe-char): Rework last fix to solve the problem
16658         is the same way it's solved for everything else in that function
16659         (i.e. by extracting the info before setting up the *Help* buffer).
16661 2005-12-12  Kim F. Storm  <storm@cua.dk>
16663         * subr.el (version-regexp-alist): Allow space as separator before
16664         non-numeric part, e.g. "1.0 alpha".
16665         (version-to-list): Interpret .X.Y version as 0.X.Y version.
16667 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
16669         * textmodes/org.el (org-agenda, org-timeline, org-todo):
16670         Implement Logging and the keep-modes setting.
16671         (org-get-category): Make sure a string is returned.
16672         (org-log-done): New function.
16673         (org-log-done, org-closed-string): New options.
16675 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16677         * tooltip.el (tooltip-y-offset): Change default to 20.
16679 2005-12-12  Richard M. Stallman  <rms@gnu.org>
16681         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
16683         * frame.el (display-hourglass): Doc fix.
16685         * help.el (help-for-help-internal): Simplify entry for `a'.
16687         * info.el (Info-on-current-buffer): Doc fix.
16688         (info-insert-file-contents): Don't test (featurep 'jka-compr).
16690         * startup.el (inhibit-splash-screen): Make this the real name.
16691         (inhibit-startup-message): Make this the alias.
16692         (command-line): Find only simple.el, and use its directory
16693         to fill in other preloaded files' names.
16694         (command-line): Deactivate the mark if deactivate-mark is set.
16696         * international/mule.el (load-with-code-conversion):
16697         Bind deactivate-mark.
16699         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
16701 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
16703         * cus-edit.el (customize-apropos): Avoid listing an option more
16704         than once under different aliases.  No longer list user options
16705         that are not defined with defcustom (unless a prefix arg is given).
16706         Doc fix.
16707         (customize-apropos-options): Doc fix.
16709 2005-12-11  Juri Linkov  <juri@jurta.org>
16711         * frame.el (set-background-color, set-foreground-color)
16712         (set-cursor-color, set-mouse-color, set-border-color):
16713         Add explicit prompts to read colors by `facemenu-read-color'.
16714         (show-trailing-whitespace, blink-cursor-delay)
16715         (blink-cursor-interval, display-hourglass, hourglass-delay):
16716         Remove tags.
16717         (display-hourglass, hourglass-delay): Doc fix.
16718         (cursor-in-non-selected-windows): Capitalize words in tag.
16720         * faces.el (frame-background-mode): Replace `choice-item' keywords
16721         with `const' to not make [default] button.  Change default value tag
16722         from `default' to `automatic'.  Doc fix.
16723         (trailing-whitespace) <defface>: Change group `whitespace' to
16724         `whitespace-faces'.
16726 2005-12-11  Richard M. Stallman  <rms@gnu.org>
16728         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
16730 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16732         * term/mac-win.el: Create keymap for mac-apple-event-map.
16734 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
16736         * tooltip.el (tooltip-mode): Move to start of file so that it
16737         appears at top of customize buffer.
16739         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16740         Add the gud groupname.
16741         (gud-tooltip-mode): Add the tooltip groupname.
16742         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
16743         avoid conflict with tooltip-use-echo-area.
16745 2005-12-10  Romain Francoise  <romain@orebokech.com>
16747         * help.el (help-for-help-internal): Add `r' in doc string.
16749 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
16751         * align.el (align-regexp, align-highlight-rule):
16752         Use region-beginning and region-end instead of point and mark, so that
16753         repetition (with `repeat-complex-command') recomputes the region
16754         bounds.
16756 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
16758         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
16759         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
16760         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
16761         (balance-windows): Rewrite using the above new functions.
16763 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
16765         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
16766         react if global-hi-lock-mode seems intended.
16767         (global-hi-lock-mode): Renamed from hi-lock-mode.
16768         (hi-lock-archaic-interface-message-used)
16769         (hi-lock-archaic-interface-deduce): New variables.
16770         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
16771         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
16772         (hi-lock-find-patterns, hi-lock-font-lock-hook):
16773         Replace hi-lock-buffer-mode with hi-lock-mode.
16775 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16777         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
16778         completion list, even after a partial completion has been
16779         inserted in the current buffer.  If there are more than 1
16780         completion, redisplay the *Completions* buffer; if the
16781         completion is unique, delete the *Completions* window.
16783 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
16785         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
16786         strings and long subject lines that were broken into multiple
16787         lines at arbitrary places.  Handle subjects that have "Re: " in
16788         the middle.
16790 2005-12-10  John W. Eaton  <jwe@octave.org>
16792         * emacs/octave-mod.el (octave-electric-space): Don't indent
16793         comments or strings if octave-auto-indent is nil.
16795 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16797         * term/mac-win.el: Require url when compiling.
16798         Call mac-process-deferred-apple-events after loading init files.
16799         (mac-apple-event-map): New defvar.  Define event handlers in it.
16800         (core-event, internet-event): New Apple event class symbols.
16801         (open-application, reopen-application, open-documents)
16802         (print-documents, open-contents, quit-application)
16803         (application-died, show-preferences, autosave-now, get-url):
16804         New Apple event ID symbols.
16805         (about): New HICommand ID symbol.
16806         (mac-event-spec, mac-event-ae): New macros.
16807         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
16808         (mac-ae-selection-range, mac-ae-text-for-search)
16809         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
16810         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
16811         and Services menu events are now defined in mac-apple-event-map.
16812         (mac-drag-n-drop): Remove selection range handling.
16814 2005-12-10  Kenichi Handa  <handa@m17n.org>
16816         * simple.el (zap-to-char):
16817         * isearch.el (isearch-process-search-char): Translate CHAR by
16818         translation-table-for-input.
16820 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
16822         * foldout.el (foldout-exit-fold): Properly hide subtree.
16824 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16826         * files.el (save-buffer):
16827         * international/ucs-tables.el (ucs-set-table-for-input):
16828         * mail/mail-extr.el (mail-extract-address-components):
16829         * mail/sendmail.el (mail-mode): Reformat doc string.
16831 2005-12-09  Juri Linkov  <juri@jurta.org>
16833         * isearch.el (isearch-highlight): Change main overlay priority
16834         from 1 to 1001.  Simplify.
16835         (isearch-lazy-highlight-update): Change lazy overlay priority
16836         from 0 to 1000.
16838         * replace.el (replace-highlight): Change overlay priority from
16839         1 to 1001.
16841         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
16842         Change overlay priority from 1 to 1001.  Reuse existing overlay.
16844         * compare-w.el (compare-windows-highlight): Change overlay
16845         priority from 1 to 1000.
16847         * menu-bar.el (menu-bar-edit-menu): Add listp around
16848         pending-undo-list to disable menu item "undo" when pending
16849         undo list is empty.
16851         * locate.el (locate): Disable undo in *Locate* buffer.
16853 2005-12-09  Kim F. Storm  <storm@cua.dk>
16855         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
16857 2005-12-09  David Ponce  <david@dponce.com>
16859         * recentf.el: Improvement of the menu code.
16860         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
16861         instead of menu hook.
16862         (recentf-show-menu, recentf-hide-menu): New functions.
16863         (recentf-menu-customization-changed, recentf-mode): Use them.
16864         (recentf-menu-action, recentf-max-menu-items)
16865         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
16866         (recentf-arrange-by-rule-others)
16867         (recentf-arrange-by-rules-min-items)
16868         (recentf-arrange-by-rule-subfilter): Don't use
16869         `recentf-menu-customization-changed'.
16870         (recentf-arrange-rules): Likewise.  Accept functions to compute
16871         sub-menu titles.
16872         (recentf-menu-filter): Likewise.  Doc fix.
16873         (recentf-menu-value-shortcut): Doc fix.
16874         (recentf-dump-variable): Quote atom value.
16875         (recentf-make-menu-items): Update to use it as a menu filter.
16876         (recentf-match-rule): New function.
16877         (recentf-arrange-by-rule): Use it.
16878         (recentf-indirect-mode-rule): New function.
16879         (recentf-build-mode-rules): Use it.
16880         (recentf-dir-rule): New function.
16881         (recentf-arrange-by-dir): Use it.
16882         (recentf-filter-changer-current): Rename from
16883         `recentf-filter-changer-state'.  All references updated.
16884         (recentf-filter-changer-alist): Update filter names.
16885         (recentf-filter-changer-select): New function.
16886         (recentf-filter-changer): Use it.  Make a sub-menu from filters
16887         available in `recentf-filter-changer-alist'.
16888         (recentf-data-cache, recentf-clear-data)
16889         (recentf-update-menu): Remove.  All references updated.
16890         (recentf-match-rule-p, recentf-build-dir-rules)
16891         (recentf-filter-changer-goto-next)
16892         (recentf-filter-changer-get-current)
16893         (recentf-filter-changer-get-next): Remove.
16895 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
16897         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
16898         buffer "Reset" button to "Reset to Current" for consistency with
16899         the State buttons.
16901 2005-12-08  John Paul Wallington  <jpw@pobox.com>
16903         * ibuf-ext.el (define-ibuffer-filter filename):
16904         If `dired-directory' is a list then really use its car.
16906 2005-12-08  Kim F. Storm  <storm@cua.dk>
16908         * emulation/cua-rect.el (cua--rectangle-aux-replace):
16909         Fix indention of text on right side of replaced rectangle.
16911 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
16913         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
16914         No need to check gud-comint-buffer is bound.
16915         (gdb): Prevent multiple debugging when first session uses gdba.
16917 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16919         CC Mode update to 5.31.
16921         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
16922         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
16923         We might do this function properly in the future).
16925         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
16926         New macros c-sentence-end and c-default-value-sentence end, to cope
16927         with Emacs 22's new function `sentence-end'.
16929 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16931         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
16932         compat issue using `c-put-overlay' and `c-delete-overlay'.
16934         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
16935         New compat macros to handle overlays/extents.
16937 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16939         * progmodes/cc-fix.el: Add definitions of the macros push and pop
16940         (for GNU Emacs 20.4).
16942         * progmodes/cc-defs.el:
16943         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
16945         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
16946         highlighting mechanism so it will work in XEmacs too.
16948         * progmodes/cc-defs.el: Insert c-int-to-char.
16950         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
16951         call to the new macro c-int-to-char.  This solves XEmacs's
16952         regarding characters as different from integers.
16954 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16956         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
16957         New internal helper.
16959         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
16960         construct to make the indirect face lookup work in XEmacs.
16962         (c-cpp-matchers): Append the negation char face to the existing
16963         fontification, so that the cpp face doesn't disappear.
16964         Use `c-make-syntactic-matcher' to avoid negation chars in comments
16965         and strings.
16967         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
16968         to map to `font-lock-negation-char-face' in emacsen where it exists.
16970 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16972         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
16974         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
16975         Rename "c-subword-move-mode" as "c-subword-mode".
16977         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
16978         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
16980 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16982         * progmodes/cc-mode.el: Added autoload directive for
16983         `c-subword-move-mode' for use in older emacsen.
16985 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16987         * progmodes/cc-mode.el:
16988         (i): Insert a binding for C-c C-backspace into
16989         c-bind-special-erase-keys which works in TTYs.
16990         (ii): Make sure that when file styles are used, any explicitly
16991         given style variables take priority over those in the style.
16992         Do this by calling `hack-local-variables' a second time.
16994         * progmodes/cc-vars.el: Add language specific customization
16995         widgets for AWK to c-doc-comment-style, c-require-final-newline
16996         and c-default-style.  Add a defcustom for awk-mode-hook.
16997         Give c-syntactic-element and c-syntactic-context doc-strings by
16998         directly setting their `variable-documentation' propery.
16999         This allows Emacs 22.1 to read these with C-h v.
17001         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
17003 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17005         * progmodes/cc-fonts.el, cc-vars.el
17006         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17007         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
17008         Masatake YAMATO.
17010         (c-doc-comment-style): Made GtkDoc default in C mode.
17012         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17013         and C-c C-<delete>.
17015         (c-bind-special-erase-keys): New function for use on
17016         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
17018         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
17019         <delete> key behavior in XEmacs according to `delete-forward-p'.
17020         C.f. `c-electric-delete'.
17022 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17024         * progmodes/cc-mode.el: Give c-hungry-backspace and
17025         c-hungry-delete-forward permanent key bindings.
17027         * progmodes/cc-cmds.el (c-electric-semi&comma):
17028         Bind c-syntactic-context for calls to "criteria functions", for
17029         consistency with other calls to user functions.
17031         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
17032         `current-prefix-arg', since this might be the prefix arg to a
17033         command which calls c-indent-command as a function.  Change the
17034         interactive spec from "p" to "P".
17036         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
17037         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
17038         was difficult to understand.
17040 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17042         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
17043         first char of an identifier.
17045         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
17046         +" syntax in C++.
17048 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17050         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
17051         auto-fill doesn't split a c-comment's last word from a hanging
17052         "*/" when a space is typed between them after fill-column.
17054         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
17056         * progmodes/cc-styles.el (c-set-style)
17057         (c-setup-paragraph-variables): Abort the command if we're not in a
17058         CC Mode buffer.
17060         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
17061         with blank comment-prefix, and a blank line as the comment's
17062         second line.
17064 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17066         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
17067         Incorporate the patterns added in the Emacs development branch
17068         for the new Emacs 22 face `font-lock-negation-char-face'.
17070         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
17071         of "red" since it stands out better in xterms and DOS terminals.
17073         * progmodes/cc-engine.el (c-literal-faces):
17074         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
17076 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17078         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
17079         forcibly enable c-electric-flag.
17081         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
17082         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
17083         after the comment-prefix of a C-style comment will close that comment.
17085 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17087         * progmodes/cc-fonts.el (c-basic-matchers-before)
17088         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
17089         in Pike.
17091         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
17092         digraphs.
17094         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
17095         (c-cpp-message-directives, c-cpp-include-directives)
17096         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
17097         (c-cpp-expr-directives): Introduce new language constants to
17098         control cpp syntax in a cleaner way.
17100         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
17102         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
17104         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
17105         (c-multiline-string-start-char): New language constants and
17106         variables to specify how newlines in string literals work.
17108         (c-font-lock-invalid-string): Use them.
17110         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
17111         unbalanced close brace is entered.  Optimization by avoiding going
17112         back over arbitrarily large blocks.  Removed hints that this
17113         function only would be relevant/useful in AWK.
17115         (c-electric-brace): Indent syntactically after the cleanups since
17116         lineup functions might do it differently then.
17118         * progmodes/cc-engine.el, cc-langs.el
17119         (c-opt-op-identifier-prefix): New language constant and variable.
17121         (c-just-after-func-arglist-p, c-after-special-operator-id)
17122         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
17124         * progmodes/cc-align.el, cc-engine.el
17125         (c-after-special-operator-id): New helper to handle C++ operator
17126         identifiers.
17128         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
17129         (c-guess-basic-syntax): Handle C++ operator identifiers in
17130         declarations.
17132         * progmodes/cc-langs.el (c-assignment-operators): Add the
17133         trigraph version of ^= too.
17135         * progmodes/cc-langs.el (c-assignment-operators): Add the
17136         trigraph version of |= in C++.
17138         * progmodes/cc-fonts.el (c-font-lock-declarators):
17139         Handle `c-decl-hangon-kwds' after the identifier name.
17141         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
17142         whether an arglist is "nonempty", ignore a comment after the open
17143         paren if it isn't followed by a non-comment token on the same line.
17145         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
17146         Enable heuristics below the point to cope with classes inside special
17147         brace lists in Pike.
17149 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17151         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
17153 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17155         * progmodes/cc-guess.el (cc-guess-install): New function to
17156         install an already guessed style in another buffer.
17158         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
17159         sets `inhibit-read-only' - `c-save-buffer-state' should be used
17160         anyway if the change always is undone.
17162 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17164         Implement togglable electricity:
17166         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
17167         saying when it should be used.
17169         * progmodes/cc-engine.el: Add the new buffer-local variable,
17170         c-electric-flag.
17172         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
17173         c-toggle-auto-newline.
17175         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
17176         c-toggle-auto-newline.  Remove the binding for
17177         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
17178         c-toggle-electric-state.
17180         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
17182         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
17183         c-\(forward\|backward\)-subword.
17184         (c-update-modeline): Add the new modeline flag `l' for
17185         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
17186         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
17187         Make the old name an alias of the new name.
17188         (c-toggle-electric-state): New function.
17189         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
17190         Adapt these functions to do electric things only when
17191         c-electric-flag is non-nil.
17192         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
17193         new functions from c-electric-brace.
17194         (c-point-syntax): Add a check for "virtual semicolons" in AWK
17195         mode, so that the tentative extra newline doesn't change the
17196         syntax of the following brace.
17197         (c-electric-brace): Restructure by extracting the above functions.
17198         Tidy up the coding somewhat.
17199         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
17200         restructure a bit.
17202 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17204         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
17205         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
17207         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
17208         (c-submode-indicators): Change name from `c-auto-hungry-string'
17209         since it's now used to track another submode.
17211         (c-update-modeline): Convert to function and extended to check
17212         `c-subword-move-mode'.
17214         (c-forward-into-nomenclature, c-backward-into-nomenclature):
17215         Convert to compat aliases for `c-forward-subword' and
17216         `c-backward-subword'.
17218         * progmodes/cc-subword.el: New functions and minor mode to handle
17219         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
17221         (c-forward-subword, c-backward-subword, c-mark-subword)
17222         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
17223         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
17224         Functions corresponding to the standard word handling functions.
17226         (c-subword-move-mode): Minor mode that replaces all the standard
17227         word handling functions with their subword equivalences.
17229 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17231         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
17232         entry for one-liner-defun.
17234         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
17235         name in its def-edebug-spec.
17237         * progmodes/cc-cmds.el (c-electric-brace): Make the
17238         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
17239         compacts space before a comment, if this will make things fit on
17240         one line.
17242         Introduce an "awk" style, mainly for auto-newline and clean-ups.
17244         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
17246         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
17247         clean-up one-liner-defun.
17249         * progmodes/cc-styles.el: Add the new "awk" style.
17251         * progmodes/cc-vars.el: Add description of one-liner-defun to
17252         c-cleanup-list's doc-string.  New user options,
17253         c-max-one-liner-length.  In c-default-style, set the default style
17254         for AWK to "awk".
17256 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17258         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
17259         macros inside labels.
17261         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
17262         `c-at-statement-start-p' and `c-at-expression-start-p'.
17264         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
17265         error if the mark isn't set.
17267         * progmodes/cc-engine.el (c-guess-continued-construct)
17268         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
17269         accurately detect functions inside functions.
17271         * progmodes/cc-engine.el (c-at-expression-start-p): New function
17272         like `c-at-statement-start-p' that additionally recognizes commas
17273         and expression parentheses as delimiters.
17275         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
17276         to avoid heuristics that doesn't work for unclosed blocks.
17277         (c-at-statement-start-p): New function.
17279         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
17280         Objective-C directives, e.g. directives spanning lines should work
17281         reasonably well now.
17283         (c-put-c-type-property, c-clear-c-type-property): New helpers.
17285         (c-forward-objc-directive): New function to move over any ObjC
17286         directive.
17288         (c-just-after-func-arglist-p, c-guess-basic-syntax)
17289         (c-basic-matchers-before): Use it.
17291         (c-font-lock-objc-iip-decl): Remove.
17293         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
17294         in the template arglist recognition.
17296         * progmodes/cc-styles.el (c-style-alist): Fix several
17297         inconsistencies in the Whitesmith style.
17299         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
17300         New lineup function to get lines after Whitesmith style blocks
17301         correctly indented.
17303         (c-lineup-whitesmith-in-block): Back out the compensation for
17304         opening parens since it's done using `add' lists in the style
17305         definition instead.  Don't use the anchor position since it varies
17306         too much between the syntactic symbols. :P
17308         * progmodes/cc-vars.el (c-valid-offset): Update.
17310         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
17311         lists where the offsets are combined according to several
17312         different methods: `first', `min', `max', and `add'.
17313         Report offset evaluation errors with `c-benign-error' so that some kind
17314         of reindentation still is done.
17316         * progmodes/cc-engine.el (c-guess-basic-syntax):
17317         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
17318         `arglist-close'.
17320         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
17321         situations for `arglist-cont-nonempty' and `arglist-close'.
17323         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
17325         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
17326         cc-bytecomp-boundp' in a number of places.
17328         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
17329         macro related issue.
17331 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17333         * progmodes/cc-awk.el: Change the terminology of regexps: A char
17334         list is now [asdf], a char class [:alpha:].
17335         Include code for char classes.
17336         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
17337         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
17339         Remove (nearly all of) the cruft associated with AWK Mode's former
17340         concept of "virtual semicolons":
17342         Adapt c-beginning-of-statement, c-end-of-statement (together with
17343         subfunctions) to use the new notion of "virtual semicolon" in
17344         place of the old awkward special handling for AWK.  There remains
17345         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
17346         * progmodes/cc-cmds.el:
17347         (c-ascertain-adjacent-literal): In the backwards direction, now
17348         recognises AWK regexp delimiters as string delimiters.
17349         (c-after-statement-terminator-p): Adapt for virtual semicolons;
17350         check more rigorously for "end of macro".
17351         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
17352         virtual semicolons;
17353         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
17354         out the code for forward movement into ...
17355         (c-end-of-statement): Now contains the code for forward movement,
17356         adapted for virtual semicolons.
17358         * progmodes/cc-engine.el:
17359         (c-ws*-string-limit-regexp): New regexp.
17360         (c-forward-single-comment, c-backward-single-comment): Comment out
17361         the (now redundant) "special" AWK stuff.
17363         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
17364         c-string-par-start, c-string-par-separate to be more like Text
17365         Mode than Fundamental Mode.
17367 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17369         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
17370         to the fontified region so that fontification doesn't occur
17371         outside it (could happen e.g. when fontifying a line with an
17372         unfinished declaration).
17374 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17376         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
17377         start of the file.  ^L now separate sections of the file.
17378         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
17379         (c-awk-one-line-possibly-open-string-re)
17380         (c-awk-regexp-one-line-possibly-open-char-class-re)
17381         (c-awk-one-line-possibly-open-regexp-re)
17382         (c-awk-one-line-non-syn-ws*-re): New defonsts.
17383         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
17385         Amend the concept of "virtual semicolons" (in the indentation
17386         engine) for languages like AWK, such that they are now
17387         conceptually attached to end of the last token of a statement, not
17388         the end of the line.  (In AWK Mode, however, the pertinent text
17389         property is still physically set on the EOL.)  Remove the specific
17390         tests for awk-mode, thus facilitating the introduction of other
17391         language modes where EOLs can end statements.
17392         (Note: The funtionality in cc-cmds.el, specifically
17393         c-beginning/end-of-statement has yet to be amended.)
17395         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
17396         New macros.
17398         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
17399         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
17400         c-vsemi-status-unknown-p-fn (in a new page).
17402         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
17403         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
17404         numerous awkward forms like
17405         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
17406         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
17407         variable before-ws-ip, the place just after char-before-ip appears.
17409         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
17410         a comment.
17412 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17414         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
17415         `c-tentative-buffer-changes'.
17417         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
17418         convert to macro to choose between Emacs and XEmacs at compile time.
17420         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
17422         (c-tentative-buffer-changes): New macro to handle temporary buffer
17423         changes in a convenient way.
17425         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
17426         for `c-tentative-buffer-changes'.
17428         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
17429         the checks for paren sexps between the point and the keyword, to
17430         avoid some false alarms.
17432         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
17433         Fixed a situation where an error could be thrown for unbalanced
17434         parens.  Changed to make use of c-keyword-member' to avoid some
17435         repeated regexp matches.
17437         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
17438         These language variable are no longer necessary.
17440         (c-block-stmt-kwds): New language constant used by
17441         c-looking-at-inexpr-block'.
17443         (c-guess-basic-syntax): Remove an optional check that looked at
17444         the existence of the now removed language variables.
17446         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
17447         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
17448         object instantiation expressions as declarations in some contexts.
17449         This bug only affected languages where the declarator can't be
17450         enclosed in parentheses.
17452         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
17453         insert newlines before and after substatement braces.
17455         * progmodes/cc-engine.el: Improved the heuristics for recognizing
17456         function declaration headers and the handling of C++ style member
17457         init lists.
17459         (c-just-after-func-arglist-p): Rewritten to use
17460         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
17462         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
17464         (c-guess-basic-syntax): Adapt case 5B for the new
17465         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
17466         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
17467         covers all cases now).
17469         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
17471 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17473         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
17474         c-string-par-start/separate c-sentence-end-with-esc-eol,
17475         initialised in c-setup-paragraph-variables, used in string
17476         scanning subroutines of c-beginning-of-statement.
17478         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
17479         which precedes the newly inserted `{'.
17481 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17483         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
17484         function for declaration level blocks.  It should now cope with
17485         templates better and also be a lot more comprehensible.
17487         (c-looking-at-decl-block): The new function.
17489         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
17490         for compatibility.
17492         (c-add-class-syntax, c-guess-continued-construct)
17493         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
17495         (c-decl-block-key): Change to tell apart ambiguous and
17496         unambiguous keywords.  Pike specials are now handled directly in
17497         the code instead.
17499         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
17500         New language constants and variables to make the backward skip in
17501         `c-looking-at-decl-block' as tight as possible.
17503         (c-nonsymbol-token-char-list): New language constant.
17505         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
17506         find balanced template arglists backwards.
17508         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
17509         making char classes for `c-syntactic-skip-backward'.
17511         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
17512         16D - can't be a class-close at that point.
17514         * progmodes/cc-engine.el (c-guess-basic-syntax)
17515         (c-add-class-syntax): Don't narrow out the enclosing declaration
17516         level.  This makes everything a lot easier, and it was actually
17517         only four small places that needed it to work.  Some places that
17518         previously did `widen' are removed now, which has the effect that
17519         `c-guess-basic-syntax' never will look at things outside the
17520         current narrowment now.  The anchor position for `topmost-intro'
17521         is affected by this, but it was so bogus it was basically useless
17522         before, and now it's equally bogus but in a slightly different way.
17524         (c-narrow-out-enclosing-class): Gone.
17526         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
17527         the narrowed region.
17529         (c-least-enclosing-brace): Remove silly optional argument.
17531         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
17532         the point could be left directly after an open paren when finding
17533         the beginning of the first decl in the block.
17535         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
17536         Specify which submatch to use.
17538         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
17540         (c-decl-start-re): No longer any need for special treatment of
17541         ObjC due to the above.
17543         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
17544         presumably follows C in that regard.
17546         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
17547         New language constants to specify operator tokens inside
17548         identifiers in a more high level way.
17550         (c-opt-identifier-prefix-key): New internal language constant.
17552         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
17553         (c-identifier-start, c-identifier-key): Now completely calculated
17554         from other constants.
17556         (c-identifier-last-sym-match): Decommission since it's no longer used.
17558         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
17560         * progmodes/cc-engine.el (c-forward-name): Remove the
17561         optimization when c-identifier-key is equal to c-symbol-key since
17562         it doesn't work in byte compiled files.  Don't record empty
17563         regions as identifiers.
17565         * progmodes/cc-langs.el (c-filter-ops): New helper function to
17566         simplify access to `c-operators' and its likes.
17568         (c-operator-list, c-all-op-syntax-tokens)
17569         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
17570         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
17571         (c-primary-expr-regexp, c-cast-parens): Use it.
17573         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
17574         an explicit language in functions.
17576         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
17577         variant of adornment.
17579         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
17580         variable.
17582         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
17583         the Pike value.
17585         * progmodes/cc-engine.el (c-on-identifier)
17586         (c-simple-skip-symbol-backward): Small fix for handling "-"
17587         correctly in `skip-chars-backward'.  Affected the operator lfun
17588         syntax in Pike.
17590         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
17591         diagnostic message about precompiled language vars not being used.
17593         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
17594         "__attribute__" is followed by a parenthesis.
17596         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
17597         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
17598         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
17600         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
17601         Internal cleanups to properly detect the declared identifiers in
17602         various declarations.
17604         (c-decl-start-kwds): New language constant to recognize
17605         declarations that can start anywhere.  Used for class declarations
17606         in Pike.
17608         (c-specifier-key, c-not-decl-init-keywords)
17609         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
17610         (c-find-decl-spots): Implement `c-decl-start-kwds'.
17612         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
17613         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
17614         handling of the compiler specific extension keywords into a new
17615         language constant `c-decl-hangon-kwds' that defines keyword
17616         clauses to be ignored in declarations.
17618         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
17619         past unrecognized tokens when handling `c-colon-type-list-kwds'.
17620         Necessary to stop at the declared identifier in e.g. IDL valuetype
17621         declarations.
17623         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
17624         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
17625         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
17626         (c-forward-decl-or-cast-1): Recognize the declared identifier in
17627         class and enum declarations as such and not as part of the type.
17629         (c-forward-decl-or-cast-1, c-forward-label): Relax the
17630         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
17632         (c-forward-decl-or-cast-1): Don't disregard sure signs of
17633         declarations when there's some syntax error later on.
17635         (c-complex-decl-matchers): Did away with a reference to
17636         `c-specifier-key'.
17638         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
17639         value - this variable is always dynamically bound.
17641         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
17642         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
17643         * cc-cmds.el, cc-defs.el: Change the policy for marking up
17644         functions that might do hidden buffer changes: All such internal
17645         functions are now marked instead of those that don't.
17647         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
17648         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
17649         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
17650         (c-literal-type): Allow these functions to make hidden buffer changes,
17651         so that they are free to use text property caching later on.
17653         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
17654         (c-electric-brace, c-electric-slash, c-electric-star)
17655         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
17656         (c-electric-paren, c-electric-continued-statement, c-indent-command)
17657         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
17658         (c-context-line-break): Add `c-save-buffer-state' calls to comply
17659         with the changed semantics of the functions above.
17661         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
17662         when macros occur in obscure places.  Optimized the sexp movement
17663         a bit.
17665 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17667         Enhancements for c-beginning-of-statement to work in AWK Mode:
17669         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
17670         (completed statement) with `}' (statement completed by closing
17671         brace or semicolon) and `$' (statement completed by EOL).
17673         (c-awk-virtual-semicolon-ends-prev-line-p)
17674         (c-awk-virtual-semicolon-ends-line-p)
17675         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
17676         (c-awk-at-statement-end-p): New functions.
17678         * progmodes/cc-cmds.el: Simplify the structure of functions
17679         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
17680         two functions and c-beginning-of-statement to handle AWK Mode.
17682         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
17683         c-backward-single-comment for AWK mode.  Attempt to clarify their
17684         doc-strings.
17686         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
17688 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17690         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
17691         label handling.  Labels are now recognized in a uniform and more
17692         robust way, regardless of context.  Text properties are put on all
17693         labels to recognize the following declarations better.
17694         Multiword labels are handled both in indentation and fontification for
17695         the benefit of language extensions like Qt.  For consistency, keywords
17696         in labels are now fontified with the label face instead.
17697         That also applies to "case" and "default".
17699         (c-beginning-of-statement-1): Fix some bugs in the label
17700         handling.  Disregard `c-nonlabel-token-key' in labels that begin
17701         with `c-label-kwds'.
17703         (c-find-decl-spots): Support that the callback adds more
17704         `c-decl-end' spots to find.
17706         (c-forward-decl-or-cast-1): Don't treat a list of plain
17707         identifiers followed by a colon as a declaration.
17709         (c-forward-label): New function to recognize labels.
17711         (c-guess-basic-syntax): Replace uses of `c-label-key' with
17712         `c-forward-label'.  Moved the label recognition cases (14 and 15)
17713         earlier since they aren't so context sensitive now.  Handle labels
17714         on the top level gracefully.  Moved access label recognition to
17715         the generic label case (CASE 15) - removed CASE 5E.
17717         (c-font-lock-declarations): Add recognition of labels in the
17718         same round since we need to handle labels in parallell with other
17719         declarations to recognize both accurately.  It should also improve
17720         speed.
17722         (c-simple-decl-matchers, c-basic-matchers-after):
17723         Move `c-font-lock-labels' so that it only is used on decoration level 2
17724         since `c-font-lock-declarations' handles it otherwise.
17726         (c-complex-decl-matchers): Remove the simplistic recognition of
17727         access labels.
17729         (c-decl-prefix-re): Remove the kludges that was necessary to cope
17730         with labels earlier.
17732         (c-decl-start-re): New language variable to make
17733         `c-font-lock-declarations' stop for the special protection labels
17734         in Objective-C that start with `@'.
17736         (c-label-key): Remove since it's no longer used.
17738         (c-recognize-colon-labels, c-label-prefix-re): New language
17739         constants to support recognition of generic colon-terminated labels.
17741         (c-type-decl-end-used): `c-decl-end' is now used whenever there
17742         are colon terminated labels.
17744         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
17745         first argument starts with a special brace list.
17747         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
17748         (c-font-lock-declarations): Break out the declaration and cast
17749         recognition from `c-font-lock-declarations' to a new function, so
17750         that it can be used in the indentation engine.
17752         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
17753         up to the start of the literal.  Fixed bug with the point on the
17754         wrong side of the search limit that could happen when the start
17755         position is inside a literal.
17757         * progmodes/cc-engine.el (c-parse-state)
17758         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
17759         so that it's kept a little bit back to increase the hit rate.
17761         (c-parse-state): Change the macro handling and fixed some
17762         glitches.  Macro context is checked more often than necessary now,
17763         but otoh less garbage conses are generated.
17765         * progmodes/cc-engine.el (c-parse-state)
17766         (c-invalidate-state-cache): Cache the last position where
17767         `c-state-cache' applies.  This can speed up refontification quite
17768         a bit in blocks where there are many non-brace parens before the point.
17770         (c-state-cache-end): New variable for this.
17772         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
17773         cache variable.
17775         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
17776         get close initial continue positions when the start position is
17777         inside a literal or macro.  Do not call the callback for spots
17778         before the start position (which can happen e.g. for `c-decl-end'
17779         spots inside comments).  Optimize better in special cases when the
17780         region is a single line inside a literal or macro (typically when
17781         the current line is refontified).
17783         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
17784         to `c-add-stmt-syntax' - there's no need to explicitly whack off
17785         entries from the paren state.
17787         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
17788         special case for "else if" clauses.
17790         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
17791         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
17793         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
17794         New language variable to recognize the gcc extension with statement
17795         blocks inside expressions.
17797         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
17798         it somewhat more comprehensible.  The argument AT-BLOCK-START is
17799         no longer used and hence removed.
17801         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
17802         to `c-add-stmt-syntax'.
17804         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
17805         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
17806         This fixes bogus label recognition.
17808         * progmodes/cc-engine.el (c-add-type, c-check-type)
17809         (c-forward-name, c-forward-type): Improve storage of template
17810         types in `c-found-types' so that they can be recognized better.
17812         (c-syntactic-content): Add option to skip past nested parens.
17814         * progmodes/cc-engine.el (c-forward-name):
17815         Set `c-last-identifier-range' all the time.  It's less work that way.
17816         Handle that there might not be an identifier to store in
17817         `c-last-identifier-range'.
17819         (c-forward-type): Handle that `c-last-identifier-range' might be
17820         nil from `c-forward-name'.
17822         * progmodes/cc-defs.el (c-safe-scan-lists)
17823         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
17825         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
17826         to work even if the form fails.
17828         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
17829         down in a large file in one go.
17831         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
17833         * progmodes/cc-align.el (c-lineup-assignments): New lineup
17834         function which is like `c-lineup-math' but returns nil instead of
17835         `c-basic-offset' when it doesn't match.
17837         (c-lineup-math): Change to use `c-lineup-assignments'.
17839 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17841         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
17842         c-beginning-of-statement.  New subfunctions
17843         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
17845 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17847         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
17848         hardcoded char classes whereever possible.  Changed a couple of
17849         places to use skip by syntax instead of skip by char class.
17851         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
17852         Fix a bug in the regexp that caused extreme backtracking.
17854         * progmodes/cc-langs.el (c-block-comment-starter)
17855         (c-block-comment-ender): New language constants to specify in a
17856         single place how block comments look.
17858         (c-comment-start-regexp, c-block-comment-start-regexp)
17859         (comment-start, comment-end, comment-start-skip)
17860         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
17861         (c-syntactic-ws, c-nonempty-syntactic-ws)
17862         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
17863         `c-line-comment-starter', `c-block-comment-starter' and
17864         `c-block-comment-ender'.
17866         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
17867         New language constants to break up things a bit.
17869         (c-simple-ws): New language constant for simple whitespace.
17871         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
17873         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
17874         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
17875         newlines.  Allow and ignore nil elements in the list.
17877 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17879         * progmodes/cc-cmds.el: Comment out a (n almost certainly
17880         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
17882         * progmodes/cc-cmds.el: Tidy up the comments in
17883         c-beginning-of-statement and subfunctions.
17885         * progmodes/cc-awk.el: Replace calls to put-text-property to the
17886         more flexible c-put-char-property and c-clear-char-properties.
17887         Add the author's email address.
17889         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
17891         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
17892         closing "*/" of a block comment.
17894         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
17895         subfunctions) so that it works at BOB and EOB.
17897         * progmodes/cc-cmds.el, cc-vars.el: More updating of
17898         c-beginning-of-statement, including new variable
17899         c-block-comment-start-regexp.
17901 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17903         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
17904         symbols from `*-font-lock-extra-types' so that there's no need to
17905         use `regexp-opt' on those lists.
17907         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
17908         `c-type-modifier-kwds' is empty.
17910         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
17911         there are several strings on the same line.
17913         * progmodes/cc-engine.el (c-literal-limits): Remove the
17914         compatibility function for older emacsen.  `c-literal-limits-fast'
17915         has now taken the place of this function.
17917         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
17918         with older emacsen: We now require `pps-extended-state'.
17920 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17922         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
17923         which obviates the need to hack sentence-end.  This now handles
17924         escaped newlines in strings correctly.  Correct minor bugs in
17925         c-move-over-sentence and in c-beginning-of-statement.
17927         * progmodes/cc-cmds.el (c-beginning-of-statement (and
17928         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
17929         that movement over macros and code are rigorously separated from
17930         eachother.  Correct a few incidental bugs.
17932         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
17933         Improve its doc-string.  Improve the handling of certain specific cases.
17935 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17937         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
17938         (c-guess-basic-syntax): Change the way class-level labels are
17939         recognized; they can now contain essentially any symbols.
17941         (c-opt-extra-label-key): New language variable to cope with the
17942         special protection label syntax in Objective-C.
17944         (c-opt-access-key): Remove; this is now handled better by
17945         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
17947         (c-complex-decl-matchers): Update to handle that
17948         `c-opt-access-key' no longer exists.
17950         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
17951         improved label recognition in `c-beginning-of-statement-1'.
17953         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
17954         Recognize bitfields better.
17956         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
17957         Remove some cruft and fixed a bug that could cause it to go to a
17958         position further down.
17960         * progmodes/cc-langs.el, cc-engine.el
17961         (c-beginning-of-statement-1): Improve detection of labels in
17962         declaration contexts.
17964         (c-beginning-of-decl-1): Use it.
17966         (c-nonlabel-token-key): New language constant and variable needed
17967         by `c-beginning-of-statement-1'.
17969         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
17970         manifested itself due to the correction in `c-forward-sexp'.
17972         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
17973         Make these behave as documented when used at the buffer limits.
17975         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
17976         (c-type-decl-end-used): Made this a language variable.
17978         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
17979         correctly when `combine-after-change-calls' is used together with
17980         temporary narrowings.
17982         * progmodes/cc-engine.el (c-beginning-of-statement-1):
17983         Report labels correctly when the start point is immediately after the
17984         colon.
17986         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
17987         Remove since it isn't used anymore.
17989         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
17990         bracket arglists such as template parens in C++.
17992         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
17993         in the last check-in.  Some optimization.
17995         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
17996         where it could stop at the same level in a preceding sexp when
17997         PAREN-LEVEL is set.
17999         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18000         text property lookup only when it's needed.
18002         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
18003         Change the policy for paren marked angle brackets to be more
18004         persistent; once marked they remain marked even when they're found
18005         to be unbalanced in the searched region.  This should keep the
18006         paren syntax around even when individual lines are refontified in
18007         multiline template arglists.
18009         (c-parse-and-markup-<>-arglists): New dynamically bound variable
18010         to control markup so that incorrect angle bracket arglists aren't
18011         marked in contexts where the correct value for
18012         `c-disallow-comma-in-<>-arglists' isn't known.
18014         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
18015         argument has become `c-parse-and-markup-<>-arglists'.
18017         (c-remove-<>-arglist-properties): Remove - no longer used.
18019         (c-after-change-check-<>-operators): New function used on
18020         `after-change-functions' to avoid that "<" and ">" characters that
18021         are part of longer operators have paren syntax.
18023         (c-<>-multichar-token-regexp): New language variable used by
18024         `c-after-change-check-<>-operators'.
18026         (c-after-change): Call `c-after-change-check-<>-operators'.
18028         (c-font-lock-<>-arglists): Use the context properties set by
18029         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
18030         correctly to avoid doing invalid markup.
18032         (c-font-lock-declarations): Remove code that undoes the invalid
18033         markup done by `c-font-lock-<>-arglists'.
18035         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
18036         after `c-font-lock-declarations'.
18038         * progmodes/cc-engine.el (c-syntactic-skip-backward):
18039         Add paren-level feature.
18041         (c-guess-basic-syntax): Improve the anchor position for
18042         `template-args-cont' in nested template arglists.  There's still
18043         much to be desired in this area, though.
18045 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18047         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
18048         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
18050 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18052         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
18053         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
18055         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
18056         it doesn't work no longer are supported.
18058         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
18059         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
18060         requires support for the syntax-table' text property, which rules
18061         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
18062         cruft associated with those versions.
18064         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
18065         for the `syntax-table' text property, which rules out Emacs 19 and
18066         XEmacs < 21.4.  Removed various compatibility cruft associated
18067         with those versions.
18069         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
18070         support for the `syntax-table' text property.
18072         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
18073         variable and use an extra quoted face name instead.  All the
18074         emacsen flavors handle that correctly.
18076         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
18077         (c-font-lock-declarators, c-font-lock-declarations)
18078         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
18079         property to mark the items in in declarator lists to handle
18080         refontification inside multiline declarations better.
18082         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
18083         construct like "a * b = c;" as a declaration.
18085 2005-12-08  Kim F. Storm  <storm@cua.dk>
18087         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
18088         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
18089         select either meta, hyper, or super modifier for rectangle commands.
18090         (cua--rectangle-modifier-key): New defvar.
18091         (cua--M/H-key): Use it.  Remove special case for `space'.
18092         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
18093         on X, to meta otherwise.  Always bind C-return to toggle
18094         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
18096         * emulation/cua-rect.el (cua-help-for-rectangle):
18097         Use cua--rectangle-modifier-key.  Handle super modifier too.
18098         (cua--init-rectangles): Always bind C-return to toggle rectangle.
18099         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
18101         * ido.el: Move Acknowledgements and History after Commentary.
18102         Minor changes to Commentary.
18104         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
18105         keymap if cua--prefix-override-timer is `shift'.
18106         (cua--shift-control-prefix): New function; emulate "type prefix
18107         key twice" functionality to handle shifted prefix key override.
18108         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
18109         New commands.
18110         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
18112 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
18114         * textmodes/org.el (org-insert-heading): Try to do items before
18115         headings.
18116         (org-agenda-mode): Quote `org-agenda-mode-hook'.
18117         (org-insert-item): New function.
18118         (org-renumber-ordered-list): Don't skip to higher level lists.
18120 2005-12-08  Juri Linkov  <juri@jurta.org>
18122         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
18124         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
18126         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
18128         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
18129         the constructed function name fun-1.
18131         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
18132         because such links don't lead to parent documentation.
18134 2005-12-08  Kenichi Handa  <handa@m17n.org>
18136         * descr-text.el (describe-char): Use *Help-2* buffer if the
18137         current buffer is *Help*.  Call describe-text-properties while
18138         setting the original buffer.
18140 2005-12-07  Bill Wohler  <wohler@newt.com>
18142         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
18143         and causes problems with non-MH users (such as Gnus users).
18145 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
18147         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
18148         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
18149         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
18150         command "info sources".  Move calls to GDB command "list".
18151         (gdb-find-file-hook): Just use gdb-source-file-list.
18152         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
18153         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
18154         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
18155         (gdb-data-list-register-values-handler): Use correct trigger name.
18157 2005-12-07  Kim F. Storm  <storm@cua.dk>
18159         * ido.el (ido-completion-map): Rename from ido-mode-map.
18160         (ido-common-completion-map, ido-file-completion-map)
18161         (ido-file-dir-completion-map, ido-buffer-completion-map):
18162         Rename from ido-mode-....-map.
18163         (ido-init-completion-maps): Rename from ido-init-mode-maps.
18164         (ido-setup-completion-map): Rename from ido-define-mode-map.
18165         (ido-read-internal): Bind minibuffer-local-filename-completion-map
18166         to ido-completion-map.
18168 2005-12-07  Kenichi Handa  <handa@m17n.org>
18170         * international/mule-cmds.el
18171         (set-display-table-and-terminal-coding-system): If the coding
18172         system specified in `unibyte-display' property is different from
18173         the arg coding-system, don't setup standard-display-table.
18175 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18177         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
18178         that comments end at \n, regardless of selective-display.
18180 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
18182         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
18183         (gdb-version): New variables.
18184         (gdb-source-file-list, gdb-register-names)
18185         (gdb-changed-registers): New variables for use with GDB 6.4+.
18186         (gdb-ann3): Replace with...
18187         (gdb-init-1, gdb-init-2): ...two new functions.
18188         (gdba, gdb-prompt): Call gdb-init-1.
18189         (gdb-get-version): New function.  Call gdb-init-2 from here.
18190         (gud-watch): Make it work with mouse events too.
18191         (gdb-post-prompt): Don't add to queue until GDB version is known.
18192         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
18193         (gdb-locals-mode): Use gdb-version.
18194         (gdb-memory-format-map, gdb-memory-unit-map)
18195         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
18196         (gdb-locals-font-lock-keywords-1)
18197         (gdb-locals-font-lock-keywords-2): New variables.
18198         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
18199         (gdb-set-gud-minor-mode-existing-buffers-1)
18200         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
18201         (gdb-var-update-1, gdb-var-update-handler-1)
18202         (gdb-data-list-register-values-handler)
18203         (gdb-data-list-register-values-custom)
18204         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
18205         (gdb-stack-list-locals-handler, gdb-get-register-names):
18206         New functions for use with GDB 6.4+.
18207         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
18208         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
18209         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
18210         (gdb-stack-list-locals-regexp)
18211         (gdb-data-list-register-names-regexp): New regexps for use with
18212         GDB 6.4+.
18214 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18216         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
18218 2005-12-06  Nozomu Ando  <nand@mac.com>
18220         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
18221         prompts work for AUTH PLAIN.  Also reported by Steve Allan
18222         <seallan@verizon.net>.
18224 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
18226         * frame.el (set-frame-parameter): Add doc string.
18228 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
18230         * textmodes/org.el (org-occur-highlights): New variable.
18231         (org-highlight-new-match, org-remove-occur-highlights): New functions.
18232         (org-highlight-sparse-tree-matches): New option.
18233         (org-do-occur): New function.
18234         (org-get-heading): Make it work also at beginning of line.
18235         (org-category-table): New variable.
18236         (org-get-category-table, org-get-category)
18237         (org-camel-to-words, org-link-search): New functions.
18238         (org-select-this-todo-keyword): New variable.
18239         (org-todo-list): New command.
18240         (org-shiftright, org-shiftleft): New commands.
18241         (org-agenda-todo): Add prefix argument.
18242         (org-show-hierarchy-above): New option.
18243         (org-show-todo-tree): Numerical prefix creates tree for specific
18244         TODO keyword.
18245         (org-outline-level): New function, to assign a level to plain
18246         lists items.
18247         (org-cycle-include-plain-lists): New option.
18248         (org-mode): Use `org-outline-level' as value of `outline-level'.
18249         (org-cycle): Temporarily switch `outline-regexp' if
18250         `org-cycle-include-plain-lists' is non-nil.
18251         (org-start-icalendar-file): Fix format bug.
18252         (org-agenda-get-day-entries): Create category table.
18253         (org-agenda-get-todos, org-agenda-get-timestamps)
18254         (org-agenda-get-deadlines, org-agenda-get-scheduled)
18255         (org-agenda-get-blocks): Use `org-get-category'.
18256         (org-context-in-file-links): Rename from
18257         `org-line-numbers-in-file-links'.
18259 2005-12-06  Romain Francoise  <romain@orebokech.com>
18261         * window.el (balance-windows): Delete extraneous third arg in call
18262         to `enlarge-window'.
18264 2005-12-06  Kenichi Handa  <handa@m17n.org>
18266         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
18268 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
18270         * progmodes/gdb-ui.el (gdb-var-create-handler)
18271         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
18272         (gdb-var-list-children-handler, gdb-var-update-handler):
18273         Current buffer is already gdb-partial-output-buffer, don't
18274         make it current again.
18276 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
18278         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
18279         (list-buffers-noselect): Use it.
18281 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18283         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
18284         (mail-yank-ignored-headers): Use regexp-opt.
18285         (mail-mode-map): Move initialization into declaration.
18286         (mail-sent-via): Remove unused shadowed var `to-line'.
18287         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
18288         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
18289         (mail-do-fcc): Use dolist and push.
18290         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
18291         (mail-yank-ignored-headers): Don't autoload.
18293 2005-12-05  Kenichi Handa  <handa@m17n.org>
18295         * international/mule-cmds.el (set-language-info-internal): New fun.
18296         (set-language-info): Call set-language-info-internal to update
18297         language-info-alist.  If LANG-ENV is the current one, call
18298         set-language-environment to make INFO effective now.
18299         (set-language-info-alist): Likewise.
18300         (locale-language-names): With locale "en", use English
18301         lang. env. but set the default codings to iso-8859-1.
18303 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
18305         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
18306         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
18307         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
18308         for plain strings.
18309         (gdb-frames-mode): Remove redundant call to font-lock-mode.
18310         (gdb-all-registers): Rename from toggle-gdb-all-registers.
18311         Create registers buffer if necessary.  Echo new state in minibuffer.
18312         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
18314 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
18316         * info.el (Info-fontify-node): Match external links using
18317         non-directory part of filename.
18319 2005-12-04  Juri Linkov  <juri@jurta.org>
18321         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
18322         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
18323         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
18324         because there is no customization option for it.
18326         * font-lock.el (lisp-font-lock-keywords-1):
18327         Add define-global-minor-mode.
18329         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
18331         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
18332         properties on the constructed variable names.
18334         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18335         Put `definition-name' properties on the constructed function names
18336         next-sym and prev-sym.
18338         * emacs-lisp/find-func.el (find-function-regexp):
18339         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
18340         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
18341         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
18342         and easy-menu-define.
18344         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
18345         easy-mmode-define-global-mode and define-global-minor-mode.
18346         (lisp-imenu-generic-expression): Add define-global-minor-mode.
18348         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
18349         instead of easy-mmode-define-global-mode.
18351         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18352         Use define-minor-mode instead of easy-mmode-define-minor-mode.
18354         * cus-edit.el (customize-group, customize-group-other-window):
18355         Filter out autoloaded options from the group completion list by
18356         using heuristics that autoloaded groups don't have `custom-autoload'
18357         property on their symbols (they have only `custom-loads').
18359         * simple.el (completion-setup-function): Put completions-common-part
18360         face on complete completion string too (i.e. completion string
18361         without completions-first-difference face).
18363         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
18365 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
18367         * view.el (view-mode): Doc fix.
18369         * disp-table.el (standard-display-european): Add to the warning
18370         message a reference to the doc string.
18372         * play/yow.el (apropos-zippy): Call print-help-return-message,
18373         similar to other Help and Apropos commands.
18375         * help.el (print-help-return-message): If pop-up-frames is
18376         non-nil, set up help-return-method to delete the help window and,
18377         possibly, its frame as well, and don't display message about
18378         scrolling the help window.  Doc fix.
18379         (help-return-method): Doc fix.
18381 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
18383         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
18384         whereby names of length one or names starting with a
18385         symbol-constituent character would not be returned.
18387 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
18389         * subr.el (atomic-change-group): Add edebug and indentation spec.
18391 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18393         * completion.el (save-completions-file-name): Fix typo in last change.
18395 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18397         * info.el: Move back/forward history to the beginning of the tool bar.
18399 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
18401         * allout.el (eval-when-compile): Remove unnecessary load of cl.
18402         Add fset of allout-real-isearch-abort during compile to fix
18403         byte-compilation warnings.
18404         (allout-mode-p): Move definition of this macro above all uses, or
18405         byte compilation in barren Emacs (eg, during Emacs build) will
18406         lack the definition.
18407         (allout-mode): Move this variable above any uses, or byte
18408         compilation will fail.
18409         (allout-resolve-xref): Remove use of personal file-reference function.
18410         (allout-toggle-current-subtree-encryption): Do the current (ie,
18411         visible containing) topic, rather than nearest around point.  Doc fix.
18412         (allout-toggle-subtree-encryption): New function, workhorse that
18413         works on nearest topic containing point.
18414         (allout-encrypt-string): Signal requirement for newer version of pgg.
18415         (allout-resumptions): Doc fix.
18417 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
18419         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
18421 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
18423         * textmodes/flyspell.el (flyspell-external-point-words):
18424         Consider a misspelling as found in the string search if: (a) misspelling
18425         and found string lengths match, or (b) misspelling is found as
18426         element in a boundary-chars separated longer string, or (c)
18427         ispell-program-name is really ispell and misspelling is found as
18428         part of a TeX string.  After successful match move beginning of
18429         search region to end of match.  Warn about not found misspellings
18430         once the process is done.
18431         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
18433 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
18435         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
18436         tool bar (removed inadvertently).
18438 2005-12-02  Juri Linkov  <juri@jurta.org>
18440         * log-view.el (log-view-diff): Clarify doc string.
18442 2005-12-01  Bill Wohler  <wohler@newt.com>
18444         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
18445         triggers lm-verify errors.
18447 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
18449         * simple.el (transient-mark-mode, line-number-mode)
18450         (column-number-mode, size-indication-mode): Remove `:require nil'.
18452 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
18454         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
18455         in the margin also.
18456         (gdb-breakpoints-mode-map): Use D instead of d for
18457         gdb-delete-breakpoint.
18458         (gdb-get-frame-number): Require a number to match on.
18459         (gdb-threads-mode-map): Add follow-link binding.
18461 2005-11-30  Jason Rumney  <jasonr@gnu.org>
18463         * isearch.el (isearch-mode-map): Avoid exiting search on
18464         language-change event.
18466 2005-11-30  Romain Francoise  <romain@orebokech.com>
18468         * speedbar.el (speedbar-default-position): New defcustom.
18469         (speedbar-frame-reposition-smartly): Use it.
18471         * dframe.el (dframe-reposition-frame-emacs): Fix position
18472         computation for `left' location.
18473         Update copyright year.
18475 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18477         * help.el (help-map): Move initialization into declaration.
18479         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
18481         * help-fns.el (help-argument-name): Don't autoload.
18482         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
18483         to be re-loaded when customizing the `help' group.
18485 2005-11-30  John Paul Wallington  <jpw@gnu.org>
18487         * help-fns.el (describe-function-1): Fill arglist output.
18489 2005-11-30  Kim F. Storm  <storm@cua.dk>
18491         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
18492         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
18493         after revert-buffer (or anything else which kills all local variables).
18495         * apropos.el (apropos-parse-pattern): Doc fix.
18496         Set apropos-regexp directly, rather than expecting callers to do so.
18497         (apropos-command, apropos, apropos-value, apropos-documentation):
18498         Simplify calls to apropos-parse-pattern.
18500 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
18502         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
18503         (hi-lock-face-phrase-buffer): Use hi-yellow face.
18504         (hi-lock-write-interactive-patterns): Use comment-region.
18506         * longlines.el (longlines-mode): Add mail-setup-hook.
18508         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
18510         * simple.el (sendmail-user-agent-compose, next-line):
18511         Conditionally use hard-newline.
18513 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18515         * international/latexenc.el (latex-inputenc-coding-alist):
18516         Reword doc string.
18518 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
18520         * help.el (describe-key-briefly, describe-key): Recognize default
18521         bindings.
18523 2005-11-29  Romain Francoise  <romain@orebokech.com>
18525         * view.el (view-inhibit-help-message): New defcustom.
18526         (view-mode-enter): Use it.
18528 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
18530         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
18531         Preserve user position.
18533 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
18535         * font-lock.el: Throw error if facemenu is not loaded to prevent
18536         accidental change of loading order in loadup.el.  (Suggested by RMS.)
18538         * loadup.el: Add comment explaining why facemenu must be loaded
18539         before font-lock.
18541 2005-11-28  Jay Belanger  <belanger@truman.edu>
18543         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
18544         (calc-dispatch-map): Add more keys for `calc-same-interface'.
18546         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
18548         * calc/calc-embed.el (calc-do-embedded): Update help message.
18550         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
18552 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18554         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
18556         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
18557         called-interactively-p.
18558         (elp-profilable-p): Rename from elp-not-profilable-p.
18559         Invert result and take into account macros and autoloaded functions.
18560         (elp-instrument-function): Update call.
18561         (elp-instrument-package): Update call.  Add completion.
18562         (elp-pack-number): Use match-string.
18563         (elp-results-jump-to-definition-by-mouse): Merge into
18564         elp-results-jump-to-definition and then remove.
18565         (elp-output-insert-symname): Make help echo text single-line.
18567         * replace.el (query-replace-map): Move initialization into declaration.
18568         (occur-engine): Use with-current-buffer.
18569         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
18570         (occur-mode-mouse-goto): Replace with an alias.
18572 2005-11-28  Juri Linkov  <juri@jurta.org>
18574         * simple.el (quoted-insert): Let-bind input-method-function to nil.
18576         * term/w32-win.el: Bind [S-tab] to [backtab].
18578         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
18579         `Info-find-file' to t.
18581         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
18582         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
18583         and same-window-regexps.
18584         (occur-next-error): Don't move point for arg 0.
18586 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
18588         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
18590 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18592         * log-edit.el (log-edit-changelog-use-first): New var.
18593         (log-edit-changelog-ours-p): Use it.
18594         (log-edit-insert-changelog): Set it with new arg `use-first'.
18595         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
18596         (log-edit-hook): Add them to the list of suggested options.
18598         * textmodes/flyspell.el (flyspell-last-buffer): New var.
18599         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
18600         redundant work.
18601         (flyspell-mode-on): Use add-hook for after-change-functions.
18602         (flyspell-mode-off): Use remove-hook for after-change-functions.
18603         (flyspell-changes): Make it buffer-local.
18604         (flyspell-after-change-function): Make it non-interactive.  Use push.
18605         (flyspell-post-command-hook): Check input-pending-p while processing
18606         the potentially long list of buffer changes.
18608 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
18610         * buff-menu.el (list-buffers-noselect): Display the selected
18611         frame's buffer list, not the global one.
18613 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
18615         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
18616         that (list last-input-event) works as in interactive spec.
18618 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
18620         * loadup.el ("facemenu"): Load facemenu before font-lock, because
18621         `facemenu-keymap' needs to be defined when font-lock is loaded.
18622         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
18624 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18626         * completion.el: Remove useless leading * in defcustom docstrings.
18627         (save-completions-file-name): Use ~/.emacs.d if available.
18628         (completion-standard-syntax-table): Rename from
18629         cmpl-standard-syntax-table and fold initialization into declaration,
18630         thus removing cmpl-make-standard-completion-syntax-table.
18631         (completion-lisp-syntax-table, completion-c-syntax-table)
18632         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
18633         (cmpl-saved-syntax, cmpl-saved-point): Remove.
18634         (symbol-under-point, symbol-before-point)
18635         (symbol-under-or-before-point, symbol-before-point-for-complete)
18636         (add-completions-from-c-buffer): Use with-syntax-table.
18637         (make-completion): Don't return a list of completion entries.
18638         Update callers.
18639         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
18640         (completion-initialize): Rename from initialize-completions.
18641         (completion-find-file-hook): Rename from cmpl-find-file-hook.
18642         (kill-emacs-save-completions): Collect stats here.
18643         (save-completions-to-file, load-completions-from-file):
18644         Use with-current-buffer.
18645         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
18646         into a function.  Move all calls to toplevel.
18647         (completion-lisp-mode-hook): New fun.
18648         (completion-c-mode-hook, completion-setup-fortran-mode):
18649         Set the syntax-table here.  Use local-set-key.
18650         (completion-saved-bindings): New var.
18651         (dynamic-completion-mode): Make it into a proper minor mode.
18652         (load-completions-from-file): Remove unused var `num-uses'.
18654         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
18655         constructor if it is explicitly overridden.
18657         * complete.el (PC-completion-as-file-name-predicate):
18658         Use minibuffer-completing-file-name.
18659         (partial-completion-mode): Use find-file-not-found-functions.
18660         (PC-lisp-complete-symbol): Use with-syntax-table.
18661         (PC-look-for-include-file): Remove dead setq.
18662         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
18663         (PC-complete): Use with-current-buffer.
18665         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
18666         escape single quotes.
18668 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
18670         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
18671         of `if' whose condition always returned nil.  Doc fix.
18673         * buff-menu.el (Buffer-menu-revert-function): Make the selected
18674         window's buffer the current buffer around the call to
18675         `list-buffers-noselect'.  This is necessary to mark that buffer
18676         with a `.' in the Buffer Menu when called from Lisp, for instance
18677         by Auto Revert Mode.
18679 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
18681         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
18682         attaching to it.
18683         (gdb-pre-prompt): Make sure gdb-error is reset.
18685         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
18686         with a child process, detect it.
18687         (gud-speedbar-buttons): Match regexp more carefully.
18689 2005-11-27  Richard M. Stallman  <rms@gnu.org>
18691         * mouse.el (mouse-drag-move-window-bottom):
18692         Use adjust-window-trailing-edge.
18694 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
18696         * simple.el (blink-matching-open): Ignore
18697         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
18698         (blink-matching-paren-on-screen): Update docstring.
18700         * paren.el (show-paren-mode): No longer change
18701         `blink-matching-paren-on-screen'.
18703 2005-11-27  John Paul Wallington  <jpw@pobox.com>
18705         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
18706         (gdb-threads-select, gdb-edit-register-value):
18707         Use `posn-set-point' instead of `mouse-set-point' because the
18708         latter is not fbound when configured without X.
18710 2005-11-27  Kim F. Storm  <storm@cua.dk>
18712         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
18713         existing face when partially highlighting a TAB in a rectangle.
18715 2005-11-26  Kim F. Storm  <storm@cua.dk>
18717         * ido.el (ido-mode-map): Doc fix.
18718         (ido-mode-common-map, ido-mode-file-map)
18719         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
18720         (ido-define-mode-map): Rewrite.  Select one of the new maps as
18721         parent for ido-mode-map instead of building from scratch.
18722         (ido-init-mode-maps): New defun to initialize new maps.
18723         (ido-mode): Call it.
18724         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
18725         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
18727 2005-11-26  John Paul Wallington  <jpw@pobox.com>
18729         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
18730         `mouse-set-point' because the latter is not fbound when configured
18731         without X.
18733 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
18735         * files.el (file-relative-name): Doc fix.
18737 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
18739         * progmodes/octave-inf.el (inferior-octave-startup): Force a
18740         non-empty string for secondary prompt PS2.
18742 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
18744         * progmodes/compile.el (compilation-setup): Fix last change.
18746 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
18748         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
18749         (gdb-mouse-toggle-breakpoint-margin)
18750         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
18751         Add gdb-server-prefix to keep out of command history.
18752         (gdb-edit-register-value): New function.
18753         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
18754         (gdb-info-registers-custom): Use above map.
18756 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
18758         * custom.el (enable-theme): Signal error if argument is not a
18759         theme.  Don't recalculate a face if it's not loaded yet.
18761         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
18762         the `user' theme is in effect.
18764         * info.el (Info-on-current-buffer): Record actual filename in
18765         Info-current-file, instead of t, or a fake filename if a non-file
18766         buffer.  Make autoload.
18767         (Info-find-node, Info-revert-find-node): No need to check for
18768         Info-current-file nil.
18769         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
18770         Info-current-file is now never `t'.
18771         (Info-fontify-node): Many simplifications due to Info-current-file
18772         always being valid.  Use Info-find-file to find node filename.
18774 2005-11-25  David Kastrup  <dak@gnu.org>
18776         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
18777         new character, then delete" in order to preserve markers.
18779 2005-11-25  David Ponce  <david@dponce.com>
18781         * recentf.el (recentf-arrange-by-rule): Handle a special
18782         `auto-mode-alist'-like "strip suffix" rule.
18783         (recentf-build-mode-rules): Handle second level auto-mode entries.
18785 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
18787         * viper-keym.el (viper-ESC-key): Use different values in terminal and
18788         window modes.
18790         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
18791         jde-javadoc-checker-report-mode.
18793         * ediff-wind (ediff-make-wide-display): Slight simplification.
18795         * ediff.el (ediff-date): Change the date of last update.
18797 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
18799         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
18800         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
18801         (hi-lock-mode): New global minor mode.
18802         (turn-on-hi-lock-if-enabled): New function.
18803         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
18804         Change arguments to regexp and face instead of a font-lock pattern.
18805         Directly set face property, instead of refontifying.
18806         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
18807         (hi-lock-find-patterns): Use line-number-at-pos.
18809         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
18810         arguments for hi-lock-set-pattern.
18811         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
18812         Call font-lock-fontify-buffer.
18813         (hi-lock-find-file-hook, hi-lock-current-line)
18814         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
18816         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
18817         turned off.
18819         * progmodes/compile.el (compilation-setup): Don't fiddle with
18820         font-lock-defaults.
18822 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
18824         * progmodes/gdb-ui.el (gdb-var-create-handler)
18825         (gdb-var-list-children-handler): Find values for all variable
18826         objects.  gud-speedbar-buttons decides whether to display them.
18828 2005-11-24  Romain Francoise  <romain@orebokech.com>
18830         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
18831         buffer name with a space.
18833 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
18835         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
18836         `org-export-local-list-max-depth'.  Change default value to 3.
18837         (org-auto-renumber-ordered-lists)
18838         (org-plain-list-ordered-item-terminator): New options.
18839         (org-at-item-p, org-beginning-of-item, org-end-of-item)
18840         (org-get-indentation, org-get-string-indentation)
18841         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
18842         New functions.
18843         (org-move-item-down, org-move-item-up): New commands.
18844         (org-export-as-html): New classes for CSS support.  Bug fix in
18845         regular expression detecting fixed-width regions.  Respect
18846         `org-local-list-ordered-item-terminator'.
18847         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
18848         also a list item.
18849         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
18850         New item moving functions.
18852 2005-11-24  Juri Linkov  <juri@jurta.org>
18854         * isearch.el (isearch-repeat): With empty search ring set
18855         `isearch-error' to the error string instead of signaling error
18856         with the function `error'.
18858 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18860         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
18862 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
18864         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
18865         and variable.
18866         (gdb-var-create-handler, gdb-var-list-children-handler):
18867         Don't match on "char **...".
18868         (gdb-var-update-handler): Find values for all variable objects.
18869         (gdb-info-frames-custom): Identify frames by leading "#".
18871         * progmodes/gud.el (gud-speedbar-menu-items): Add
18872         gdb-speedbar-auto-raise as radio button.
18873         (gud-speedbar-buttons): Raise speedbar if requested.
18874         Don't match on "char **...".
18875         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
18876         Make it editable.
18878 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
18880         * info.el (Info-fontify-node): Handle the case where
18881         Info-current-file is t.
18883 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18885         * simple.el (blink-matching-open): Fix off-by-one in last change.
18887 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18889         * term/mac-win.el: Don't change default directory.
18891 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
18893         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
18894         buffers correctly.  (It used to throw an error in such buffers.)
18895         Make it ask for confirmation in group buffers and other Custom
18896         buffers containing more than one customization item.
18898 2005-11-22  John Paul Wallington  <jpw@gnu.org>
18900         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
18901         property on mail and url overlays.
18902         (goto-address-at-point): Use `posn-set-point' instead of
18903         `mouse-set-point' because the latter is not fbound when configured
18904         without X.
18906 2005-11-22  Lars Hansen  <larsh@soem.dk>
18908         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
18909         (ls-lisp-classify, ls-lisp-format): Delete call to
18910         ls-lisp-parse-symlink.
18911         (ls-lisp-handle-switches): Handle symlinks to directories as
18912         directories when ls-lisp-dirs-first in non-nil.
18914 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
18916         * startup.el (command-line): Make sure that loaddefs.el is handled
18917         correctly in load-history.
18919 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
18921         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
18922         (gdb-struct-string, gdb-array-string): New constants.
18923         (gdb-info-locals-handler): Use them.
18924         (gdb-reset): Reset gdb-var-list to nil.
18926 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18928         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
18929         in patterns.
18931 2005-11-21  Juri Linkov  <juri@jurta.org>
18933         * custom.el (defcustom): Update link types in docstring.
18935 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
18937         * custom.el (defgroup): Add doc-string-elt info.
18939         * widget.el (define-widget): Don't use declare for the doc-string-elt.
18941 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18943         * newcomment.el (comment-enter-backward): Fix last fix.
18945         * simple.el (blink-matching-open):
18946         * paren.el (show-paren-function): Allow new paren-class info.
18948 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
18950         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
18951         handled automagically.
18953 2005-11-20  Andreas Schwab  <schwab@suse.de>
18955         * descr-text.el (describe-char): When copying overlays put them
18956         over the full char description instead of just the first character
18957         of it.
18959 2005-11-20  Juri Linkov  <juri@jurta.org>
18961         * simple.el (what-cursor-position):
18962         * descr-text.el (describe-char): Use Lisp-readable syntax
18963         for octal and hex.  Reorder decimal, octal and hex values.
18964         Remove excess whitespace in the output.  Use `=' in `column='
18965         like in `point=' and `Hscroll='.
18967         * international/mule-cmds.el (encoded-string-description):
18968         Use Lisp-readable syntax for hex.
18970 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18972         * newcomment.el (comment-enter-backward): Handle the case where the
18973         comment is closed by EOB.
18975 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18977         * longlines.el (longlines-before-revert-hook)
18978         (longlines-after-revert-hook): New functions.
18979         (longlines-mode): Turn off longlines temporarily when reverting.
18980         Add a message-setup-hook.
18981         (longlines-decode-buffer): New function.
18982         (longlines-wrap-line): Preserve marker positions.
18984 2005-11-19  Andreas Schwab  <schwab@suse.de>
18986         * emacs-lisp/shadow.el: Handle compressed files.
18988 2005-11-19  Romain Francoise  <romain@orebokech.com>
18990         * net/browse-url.el (browse-url-default-browser): Signal an error
18991         if no usable browser can be found, rather than try to load w3.
18993 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
18995         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
18996         replacing existing properties.
18997         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18998         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
18999         tty specs.
19000         (rcirc-server-prefix, rcirc-server): New faces.
19001         (rcirc-url-regexp): Generate with rx macro.
19002         (rcirc-last-server-message-time): New variable.
19003         (rcirc-filter): Record time of last message.
19004         (rcirc-keepalive): Kill processes that did not send a message
19005         since the last ping.
19006         (rcirc-mode): Give rcirc-topic a local binding here.
19008 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
19010         * subr.el (read-passwd): Fontify the prompt as we do with other
19011         prompts.
19013 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
19015         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
19016         binding buffer-read-only to nil.
19018 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
19020         * complete.el (partial-completion-mode):
19021         Mention completion-auto-help in the doc string.
19023         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
19024         more Lisp-ish way.
19026 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
19028         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
19029         digits, not 8, to avoid misalignment for files larger than 100MB.
19031 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
19033         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
19034         Mention "keyboard shortcuts" in the help text.
19036 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19038         * startup.el (fancy-splash-default-action): Discard only
19039         mouse-down and succeeding mouse-up events in the splash screen
19040         window so that drag-n-drop event can be processed.
19042 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
19044         * longlines.el (longlines-mode): Add hacks for mail-mode and
19045         message-mode.
19047 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
19049         * textmodes/org.el (org-table-sort-lines): New command.
19050         (org-tbl-menu): Add entry for `org-table-sort-lines'.
19051         (org-add-file): Command removed, use `org-agenda-file-to-front'
19052         instead.
19053         (org-export-icalendar): Use `org-icalendar-combined-name'.
19054         (org-cycle-agenda-files, org-agenda-file-to-end)
19055         (org-agenda-file-to-front): New commands.
19056         (org-table-tab-jumps-over-hlines, org-export-html-style):
19057         New options.
19058         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
19059         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
19060         New functions.
19061         (org-fill-paragraph): Call `org-table-align' in tables.
19062         (org-mode): Call `org-set-autofill-regexps'.
19063         (org-export-as-html): Support for local handformatted lists.
19064         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
19065         (org-export-local-list-max-depth): New option.
19066         (org-html-expand): Use `org-html-protect'.
19068 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
19070         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
19071         to "p".
19072         (gdb): Move definition of gud-pp to...
19074         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
19075         speedbar.
19076         (gdb-find-watch-expression): New function.
19078 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19080         * faces.el (face-attribute, set-face-attribute): Mention existence
19081         of `:ignore-defface' setting in docstring.
19083 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19085         * simple.el (completion-setup-function): Fix last change.
19087 2005-11-17  John Paul Wallington  <jpw@pobox.com>
19089         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
19090         Use `posn-set-point' instead of `mouse-set-point' because the
19091         latter is not fbound when configured without X.
19093         * comint.el (comint-insert-input): Likewise.
19095 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19097         * simple.el (hard-newline): New variable.
19098         (sendmail-user-agent-compose, next-line): Use it.
19100         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
19101         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
19102         (mail-mail-reply-to, mail-mail-followup-to)
19103         (mail-position-on-field, mail-signature, mail-yank-original)
19104         (mail-attach-file): Likewise.
19106         * mail/mailheader.el (mail-header-format)
19107         (mail-header-format-function): Likewise.
19109         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
19111 2005-11-17  Juri Linkov  <juri@jurta.org>
19113         * font-lock.el (font-lock-faces): Rename this defgroup from
19114         `font-lock-highlighting-faces'.
19115         (font-lock-comment-face, font-lock-comment-delimiter-face)
19116         (font-lock-string-face, font-lock-doc-face)
19117         (font-lock-keyword-face, font-lock-builtin-face)
19118         (font-lock-function-name-face, font-lock-variable-name-face)
19119         (font-lock-type-face, font-lock-constant-face)
19120         (font-lock-warning-face, font-lock-negation-char-face)
19121         (font-lock-preprocessor-face)
19122         (font-lock-regexp-grouping-backslash)
19123         (font-lock-regexp-grouping-construct): Rename :group from
19124         `font-lock-highlighting-faces' to `font-lock-faces'.
19126         * cus-edit.el (lisp, c, tex):
19127         * progmodes/ada-mode.el (ada):
19128         * progmodes/asm-mode.el (asm):
19129         * progmodes/cperl-mode.el (cperl-faces):
19130         * progmodes/cpp.el (cpp):
19131         * progmodes/dcl-mode.el (dcl):
19132         * progmodes/f90.el (f90):
19133         * progmodes/fortran.el (fortran):
19134         * progmodes/icon.el (icon):
19135         * progmodes/idlwave.el (idlwave-misc):
19136         * progmodes/m4-mode.el (m4):
19137         * progmodes/make-mode.el (makefile):
19138         * progmodes/meta-mode.el (meta-font):
19139         * progmodes/modula2.el (modula2):
19140         * progmodes/octave-mod.el (octave):
19141         * progmodes/pascal.el (pascal):
19142         * progmodes/perl-mode.el (perl):
19143         * progmodes/prolog.el (prolog):
19144         * progmodes/ps-mode.el (PostScript-edit):
19145         * progmodes/scheme.el (scheme):
19146         * progmodes/sh-script.el (sh-script):
19147         * progmodes/simula.el (simula):
19148         * progmodes/tcl.el (tcl):
19149         * textmodes/nroff-mode.el (nroff):
19150         * textmodes/reftex-vars.el (reftex-fontification-configurations):
19151         * textmodes/sgml-mode.el (sgml):
19152         * textmodes/texinfo.el (texinfo):
19153         Add :link (custom-group-link font-lock-faces) to defgroup.
19155         * hi-lock.el (hi-lock): Rename this defgroup from
19156         `hi-lock-interactive-text-highlighting'.  Change parent group from
19157         `faces' to `font-lock'.  Add link to the manual.
19158         (hi-lock-mode, hi-lock-file-patterns-range)
19159         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
19160         `hi-lock-interactive-text-highlighting' to `hi-lock'.
19161         (hi-lock-faces): Add :group `faces'.
19163         * cus-edit.el (custom-variable-prompt): Clarify the code.
19165         * faces.el (face-read-string): Set the default value arg of
19166         completing-read.
19168 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
19170         * rfn-eshadow.el (file-name-shadow-properties)
19171         (file-name-shadow-tty-properties, file-name-shadow-mode):
19172         Remove autoloads, because the file is now preloaded.
19174 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19176         * printing.el (easy-menu-intern): Don't define.
19177         (pr-get-symbol): Use easy-menu-intern only if defined.
19179         * simple.el (blink-matching-open): Simplify a bit.
19180         (completion-setup-function): Fix the case of partial-completion-mode
19181         when the minibuffer's contents start with "-".
19182         Obey completion-base-size-function even when
19183         minibuffer-completing-file-name is non-nil.
19185 2005-11-16  Richard M. Stallman  <rms@gnu.org>
19187         * net/eudcb-ph.el (eudc-ph-open-session):
19188         Use set-process-query-on-exit-flag.
19190         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
19192         * international/ucs-tables.el (ucs-set-table-for-input):
19193         Use make-local-variable, not make-variable-buffer-local.
19195         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
19196         Improve warning message text.
19198         * savehist.el (savehist-save-hook): Add :group.
19200         * menu-bar.el (menu-bar-help-menu):
19201         Rename Find Extra Packages to External Packages.
19203         * cus-edit.el (Custom-reset-standard): Verify that
19204         :custom-standard-value prop exists before calling it.
19206         * apropos.el (apropos-calc-scores): Use apropos-pattern.
19208 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
19210         * wid-edit.el (color): Enclose %t in %{...%}.
19212         * cus-edit.el (face): Enclose %t in %{...%}.
19214 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
19216         * savehist.el (savehist-mode-hook): Re-add the var.
19217         (savehist-mode): Use it.
19219 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19221         * textmodes/flyspell.el: Fix commenting convention.
19222         Remove unnecessary leading * in custom docstrings.
19223         (flyspell-emacs): Remove unused var.
19224         (flyspell-delete-region-overlays): Use remove-overlays.
19225         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
19226         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
19227         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
19228         (flyspell-debug-signal-word-checked): Use with-current-buffer.
19229         (make-flyspell-overlay): Don't locally reuse a global name.
19230         (flyspell-highlight-incorrect-region)
19231         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
19232         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
19233         (flyspell-notify-misspell): Remove unused args `start' and `end'.
19234         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
19235         Wrap calls to accept-process-output inside with-local-quit since it's
19236         often called from a post-command-hook.
19237         (flyspell-correct-word, flyspell-auto-correct-word):
19238         Use ispell-send-string.
19239         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
19241         * calendar/diary-lib.el (diary-list-entries): Also hide the
19242         terminating newline.
19244 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
19246         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
19247         window-system, to allow fonts on tty.
19249 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
19251         * progmodes/gud.el (gud-speedbar-item-info): New function.
19252         (gud-install-speedbar-variables): Use it to display data type
19253         of watch expression as a tooltip in speedbar.
19255 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
19257         * font-core.el (global-font-lock-mode): Add :version keyword,
19258         because default was changed.
19260         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
19262         * startup.el (command-line): Use `custom-reevaluate-setting' for
19263         `file-name-shadow-mode'.
19265         * loadup.el: Preload rfn-eshadow.
19267         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
19268         Add :version keyword.
19269         (file-name-shadow-properties, file-name-shadow-tty-properties)
19270         (file-name-shadow): Add :version keyword.
19272         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
19273         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
19274         in the custom-group property of the symbol frames and the fringe
19275         group got no link to its parent group frames.
19276         Doc fix.
19278 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19280         * progmodes/gud.el (gud-stop-subjob): New function.
19281         (gud-menu-map, gud-tool-bar-map): Use it.
19283 2005-11-16  Kim F. Storm  <storm@cua.dk>
19285         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
19286         than kill it.
19287         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
19288         to a more useful/logical place.
19290 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19292         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
19293         go buttons complementary.
19295 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19297         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
19298         (rfn-eshadow-sifn-equal): New function.
19299         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
19301 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
19303         * viper-utils.el (viper-non-word-characters-reformed-vi):
19304         Quote `-' in string.
19306         * viper.el (viper-emacs-state-mode-list): Ensure that
19307         rcirc-mode buffers come up in Emacs state.
19309         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
19310         operation.
19312 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
19314         * term.el (term-termcap-format): Fix typos.
19315         (term-down): Fix the negative argument case.
19317 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19319         * progmodes/gdb-ui.el: Remove face-alias left over from change on
19320         2005-08-15.
19321         (gdb-ann3): New command gud-go.
19322         (menu): Accomodate gdb-mi.el.
19323         (gdb-assembler-custom): Make buffer of selected window current
19324         so that set-window-point works.
19326         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
19327         buttons and include new ones.
19329 2005-11-16  Kim F. Storm  <storm@cua.dk>
19331         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
19332         (gud-menu-map): Use it.
19334 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
19336         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
19337         that works correctly for Custom and that does not override a user
19338         who disables it.
19340         * help-mode.el (help-make-xrefs, help-xref-on-pp)
19341         (help-xref-interned, help-follow): Make hyperlinks for variables
19342         that are unbound, but have a non-nil variable-documentation property.
19344         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
19345         mode hook.  (It conflicted with defcustoms for some mode hooks.)
19346         Use the `variable-documentation' property to give the mode hook a
19347         docstring and expand that docstring.
19349 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
19351         * savehist.el (savehist-mode): Don't bother with
19352         `custom-set-minor-mode'.
19353         (savehist-coding-system): Check XEmacs version.
19354         (history-length): Declare also at run time.
19355         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
19356         Don't set the customize state.
19357         (savehist-minibuffer-hook): Special case for when
19358         minibuffer-history-variable is equal to t.
19360 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19362         * files.el (write-file): Refresh VC status.
19364         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
19365         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
19366         than fundamental-mode to see if the mode was set.
19368 2005-11-14  Romain Francoise  <romain@orebokech.com>
19370         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
19371         dummy function in `eval-when-compile' to avoid compiler warning.
19372         Require `man' at compile time.
19374 2005-11-14  Jay Belanger  <belanger@truman.edu>
19376         * calc-alg.el (calcFunc-write-out-power): Rename it to
19377         calcFunc-powerexpand.
19378         (math-write-out-power): Rename it to math-powerexpand; have it
19379         handle negative exponents.
19380         (calc-writeoutpower): Rename it to calc-powerexpand.
19382         * calc-ext.el: Change calcFunc-writeoutpower and
19383         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
19384         autoloads.
19385         Add calcFunc-ldiv to autoloads.
19387         * calc-arith.el (calcFunc-ldiv): New function.
19389         * calc.el (calc-left-divide): New function.
19391 2005-11-14  Juri Linkov  <juri@jurta.org>
19393         * cus-edit.el (custom-variable-prompt): Set the default value arg
19394         of completing-read.
19396         * cus-dep.el (custom-make-dependencies): Reverse the list of
19397         found dependencies.
19399 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
19401         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
19402         Highlighting" entry, it is on by default now.
19403         (menu-bar-options-save): Do not save global-font-lock-mode.
19405 2005-11-13  Richard M. Stallman  <rms@gnu.org>
19407         * textmodes/flyspell.el (flyspell-large-region):
19408         Call flyspell-accept-buffer-local-defs.
19410 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
19412         * textmodes/flyspell.el (flyspell-notify-misspell):
19413         Fix misspelling of "Misspelling".
19414         (flyspell-process-localwords): New function.
19415         (flyspell-large-region): Call flyspell-process-localwords and
19416         flyspell-delete-region-overlays.
19417         (flyspell-delete-region-overlays): New function.
19418         (flyspell-delete-all-overlays): Call that.
19420 2005-11-13  Richard M. Stallman  <rms@gnu.org>
19422         * help.el (help-for-help-internal): Improve doc of C-h a.
19423         (describe-key): Improve prompt; doc fix.
19425 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19427         * vc-svn.el (vc-svn-registered): Catch all errors.
19429         * cus-dep.el (custom-make-dependencies): Typo.
19431 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
19433         * net/tramp-util.el (top): Fix compilation warning.
19435 2005-11-13  Kim F. Storm  <storm@cua.dk>
19437         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
19439 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
19441         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
19442         (gud-speedbar-buttons): Match on "const char *" too.
19444         * progmodes/gdb-ui.el (gdb-var-create-handler)
19445         (gdb-var-list-children-handler): Match on "const char *" too.
19446         (gdb-var-evaluate-expression-handler): Match on empty string.
19447         (gdb-var-update-handler): Only call
19448         gdb-var-evaluate-expression-handler when required.
19450 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
19452         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
19453         selected window.  This still doesn't work for speedbar.
19454         (gud-speedbar-buttons): Handle string expressions properly.
19456         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
19457         (gdb-var-create-handler): Handle string expressions properly.
19458         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
19459         Handle string expressions properly.  Move "type" field into regexp.
19461 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
19463         * bookmark.el (bookmark-maybe-message): New function to reduce
19464         code duplication: invokes `message' iff baud-rate is high enough.
19465         (bookmark-write-file): Use above instead of an inline conditional.
19466         (bookmark-load): Same.
19468 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
19470         * bookmark.el (bookmark-write-file): Don't visit the destination
19471         file, just write the data to it using write-region.  This is
19472         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
19473         change to avoid visiting the file in the first place.
19475 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
19477         * hi-lock.el (hi-lock-mode): Set the default value of
19478         font-lock-defaults.
19480 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
19482         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
19483         arg to `file-attributes'.
19484         (find-lisp-format): The UID and GID can now be strings.
19486 2005-11-12  Kim F. Storm  <storm@cua.dk>
19488         * help.el (help-map): Bind C-h d to apropos-documentation.
19490         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
19491         when point is at end-of-buffer.
19493         * apropos.el (apropos-match-face): Doc fix.
19494         (apropos-sort-by-scores): Add new choice `verbose'.
19495         (apropos-documentation-sort-by-scores): New defcustom.
19496         (apropos-pattern): Now contains the pattern entered by the user.
19497         (apropos-pattern-quoted): New defvar.
19498         (apropos-regexp): New defvar, containing the regexp corresponding
19499         to apropos-pattern.
19500         (apropos-all-words-regexp): Rename from apropos-all-regexp.
19501         (apropos-read-pattern): New defun.  Use it to read pattern arg in
19502         interactive calls; returns list of words for a word list, and
19503         string for a regexp.
19504         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
19505         parses a list of words or regexp as returned by apropos-read-pattern.
19506         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
19507         (apropos-score-doc): Return a very high score if the string
19508         entered by the user matches literally.
19509         (apropos-variable): Doc fix.  Use apropos-read-pattern.
19510         (apropos-command): Doc fix.  Use apropos-read-pattern and
19511         apropos-parse-pattern.  Call apropos-print with nosubst=t.
19512         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
19513         apropos-parse-pattern.
19514         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
19515         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
19516         apropos-documentation-sort-by-scores.  Call apropos-print with
19517         nosubst=t.
19518         (apropos-documentation-internal): Pass doc string through
19519         substitute-key-definition before adding text properties.
19520         Highlight substring matching literal user input if possible.
19521         (apropos-documentation-check-doc-file): Remove locals beg and end.
19522         Fix calculation of score (as added twice).  Pass doc string through
19523         substitute-key-definition before adding text properties.
19524         (apropos-documentation-check-elc-file): Pass doc string through
19525         substitute-key-definition before adding text properties.
19526         Highlight substring matching literal user input if possible.
19527         (apropos-print): Add new arg NOSUBST; if set, command and variable
19528         doc strings have already been passed through substitute-key-definition.
19529         Add code to handle apropos-accumulator items without score element
19530         for backwards compatibility (e.g. with woman package).
19531         Only show scores if apropos-sort-by-scores is `verbose'.
19533 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19535         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
19536         Add jka-compr-load-suffixes to load-suffixes.
19538         * jka-compr.el: Require jka-cmpr-hook.
19539         (jka-compr-info-compress-message, jka-compr-info-compress-program)
19540         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
19541         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
19542         (jka-compr-info-can-append, jka-compr-info-strip-extension)
19543         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
19544         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
19545         (jka-compr-uninstall): Remove entries from
19546         jka-compr-added-to-file-coding-system-alist after they are used.
19547         (jka-compr-error): Remove unused var `curbuf'.
19548         (jka-compr-file-local-copy): Remove unused var `notfound'.
19550 2005-11-10  Romain Francoise  <romain@orebokech.com>
19552         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
19554 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
19556         * progmodes/gud.el (gud-menu-map): Move parentheses.
19557         (gdb): New command gud-pv.
19559 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19561         * tar-mode.el: Remove spurious or unnecessary leading stars
19562         in docstrings.
19563         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
19564         (tar-parse-octal-integer-safe): Use mapc.
19565         (tar-header-block-summarize): Remove unused var `ck'.
19566         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
19567         cleared before.  Obey default-enable-multibyte-characters.
19568         Use mapconcat.  Simplify setting of tar-header-offset.
19569         (tar-mode-map): Move initialization inside delcaration.
19570         (tar-flag-deleted): Use `abs'.
19571         (tar-expunge-internal): Remove unused var `line'.
19572         (tar-expunge-internal): Don't hardcode point-min==1.
19573         (tar-expunge): Widen while doing set-buffer-multibyte.
19574         (tar-rename-entry): Use file-name-coding-system.
19575         (tar-alter-one-field): Don't hardcode point-min==1.
19576         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
19577         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
19579 2005-11-10  Masatake YAMATO  <jet@gyve.org>
19581         * add-log.el (add-log-current-defun): Handle class::method
19582         notation of c++.  Fix incorrect comment.
19584 2005-11-10  Alan Mackenzie  <acm@muc.de>
19586         * help-fns.el (describe-variable): Make C-h v work when a variable
19587         has variable documentation yet is unbound.
19589 2005-11-10  Masatake YAMATO  <jet@gyve.org>
19591         * man.el (Man-highlight-references): Set an empty
19592         string to `Man-arguments' if it is nil.
19593         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
19595 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19597         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
19598         commenting conventions.
19600         * cus-dep.el (custom-make-dependencies): Simplify.
19601         Better follow the commenting conventions.
19603 2005-11-09  Richard M. Stallman  <rms@gnu.org>
19605         * apropos.el (apropos-pattern): Rename from apropos-regexp.
19606         (apropos-orig-pattern): Rename from apropos-orig-regexp.
19607         All uses changed.
19608         (apropos-rewrite-regexp): Doc fix.
19609         (apropos-variable, apropos-command, apropos, apropos-value):
19610         Change prompt; carry through the argument renaming.
19612 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
19614         * find-lisp.el: Require dired.
19615         (find-lisp-find-dired-internal): Do not call
19616         `abbreviate-file-name' on DIR.
19618 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
19620         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
19622 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
19624         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
19625         when using the speedbar.
19626         (gdb): New command gud-pp.
19627         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
19629 2005-11-09  Juri Linkov  <juri@jurta.org>
19631         * replace.el (occur-excluded-properties): New defcustom.
19632         (occur-1, occur-engine, occur-accumulate-lines): Use it.
19634 2005-11-08  Jay Belanger  <belanger@truman.edu>
19636         * calc/calc-units.el (math-convert-units): Replace any composite
19637         unit by its definition.
19639 2005-11-08  Lars Hansen  <larsh@soem.dk>
19641         * emacs-lisp/autoload.el (update-directory-autoloads):
19642         Add obsolete function alias.
19644 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19646         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19647         comment-indent-function.
19648         (lisp-comment-indent): Replace by an alias for comment-indent-default.
19650         * reveal.el (reveal-post-command): Rework the handling of
19651         reveal-open-spots, so as to be more reliable.  There were several
19652         tricky corner cases where an open spot might be lost, or where
19653         a closed spot might end up on the list of open spots.
19654         Only reveal text that's ellipsised.
19656 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
19658         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
19660 2005-11-07  John Paul Wallington  <jpw@gnu.org>
19662         * ibuffer.el (ibuffer): Search iconified frames too when
19663         getting Ibuffer buffer's window.
19665 2005-11-06  Richard M. Stallman  <rms@gnu.org>
19667         * progmodes/compile.el (compilation-internal-error-properties):
19668         save-excursion around the computation of MARKER.
19670 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
19672         * textmodes/flyspell.el (flyspell-external-point-words):
19673         flyspell-get-word returns a list, not just a string.
19675 2005-11-06  John Paul Wallington  <jpw@pobox.com>
19677         * ibuffer.el (ibuffer): Search all visible frames when getting
19678         Ibuffer buffer's window.
19680 2005-11-07  Masatake YAMATO  <jet@gyve.org>
19682         * man.el (Man-reference-regexp): Accept spaces between
19683         `Man-name-regexp' and `Man-section-regexp'.
19684         (Man-apropos-regexp): New variable.
19685         (Man-abstract-xref-man-page): Use value for `Man-target-string'
19686         if available.
19687         (Man-highlight-references, Man-highlight-references0):
19688         Handle the case when `Man-arguments' includes "-k".
19689         (Man-highlight-references0): Rename the argument `TARGET-POS' to
19690         `TARGET'. `TARGET' can be a number, function or nil.
19692 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
19694         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
19695         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
19696         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
19697         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
19698         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
19699         (gdb-send-item): Use buffer-local-value and simplify.
19701 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
19703         * startup.el (command-line): Use `custom-reevaluate-setting' for
19704         `global-font-lock-mode'.
19706         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
19707         by default, except in batch mode or when the -D option is given.
19709         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
19710         specified keyword args on to `define-minor-mode'.  Update docstring.
19712 2005-11-05  Romain Francoise  <romain@orebokech.com>
19714         * replace.el (occur-engine): Add marker at end of line, too.
19716 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
19718         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19719         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19720         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19721         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19722         argument to all these routines, so the passphrase can be managed
19723         externally and passed in to the system.
19724         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19725         pgg-add-passphrase-to-cache function.
19727         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19728         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
19729         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
19730         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
19731         argument to all these routines, so the passphrase can be managed
19732         externally and passed in to the system.
19733         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
19734         function.
19736 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
19738         * font-lock.el: Don't deal with font-lock-face-attributes here,
19739         move the code ...
19741         * startup.el (command-line): ... here.  Use face-spec-set instead
19742         of custom-declare-face.
19744         * faces.el (face-spec-set): Reset the face if spec is not nil.
19746 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19748         * newcomment.el (comment-region-internal): Box more tightly in the
19749         common case where there's no TAB in the boxed text.
19751 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19753         * info.el (info-tool-bar-map): Use images prev-node, next-node and
19754         up-node.
19756 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
19758         * newsticker.el: Commentary updated.  Code formatting changed.
19759         (newsticker-version): Change to "1.9".
19760         (newsticker, newsticker-feed): Doc fix.
19761         (newsticker-url-list): Doc fix.  Add option "Weekly".
19762         (newsticker-retrieval-interval): Add option "Weekly".
19763         (newsticker-headline-processing): Doc fix.
19764         (newsticker-auto-mark-filter): Remove.
19765         (newsticker-auto-mark-filter-list): New.
19766         (newsticker-layout, newsticker-sort-method): Doc fix.
19767         (newsticker-hide-old-items-in-newsticker-buffer)
19768         (newsticker-heading-format, newsticker-item-format)
19769         (newsticker-desc-format): Doc fix.
19770         (newsticker-show-all-rss-elements): Remove.
19771         (newsticker-show-all-news-elements): New.
19772         (newsticker-faces, newsticker-ticker): Doc fix.
19773         (remove-from-invisibility-spec): Code formatting.
19774         (newsticker--process-ids): New.
19775         (newsticker-mode): Doc fix.
19776         (newsticker-mode): Change mode-line-format.
19777         (newsticker-start): Remove debug output.
19778         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
19779         (newsticker-w3m-show-inline-images): Code formatting.
19780         (newsticker-next-item): Call `force-mode-line-update'.
19781         (newsticker-previous-item): Call `force-mode-line-update'.
19782         (newsticker-next-feed): Call `force-mode-line-update'.
19783         (newsticker-previous-feed): Call `force-mode-line-update'.
19784         (newsticker-mark-all-items-at-point-as-read): Code formatting.
19785         (newsticker-show-old-items): Do not show descs.
19786         (newsticker-hide-entry): Hide too much.
19787         (newsticker-hide-entry, newsticker-show-entry)
19788         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
19789         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
19790         (newsticker-toggle-auto-narrow-to-item): Code formatting.
19791         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
19792         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
19793         (newsticker-get-news): Call `force-mode-line-update'.
19794         Collect process ids.
19795         (newsticker--sentinel): Change coding system handling.
19796         Move image retrieval to new functions newsticker--get-logo-url-*.
19797         Move feed parsing to new functions newsticker--parse-*.
19798         Update list of process ids.
19799         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
19800         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
19801         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
19802         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
19803         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
19804         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
19805         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
19806         (newsticker--decode-coding-string): Remove.
19807         (newsticker--decode-numeric-entities): Check input.  Format code.
19808         (newsticker--remove-whitespace): Check input.
19809         (newsticker--do-forget-preformatted): Doc fix.
19810         (newsticker--decode-rfc822-date): Allow for missing time.
19811         (newsticker--update-process-ids): New.
19812         (newsticker--image-sentinel): Change comment.
19813         (newsticker--image-read): Change error message.
19814         (newsticker--imenu-goto): Doc fix.  Show headline title.
19815         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
19816         (newsticker--buffer-do-insert-text): Clean whitespace in
19817         html-rendered headline title.  Code formatting.
19818         Call `newsticker--buffer-print-extra-elements'.
19819         (newsticker--buffer-print-extra-element): Remove.
19820         (newsticker--buffer-print-extra-elements): New.
19821         (newsticker--buffer-do-print-extra-element): New.
19822         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
19823         large sizes.
19824         (newsticker--run-auto-mark-filter)
19825         (newsticker--do-run-auto-mark-filter):
19826         Use `newsticker-auto-mark-filter-list'.
19828 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
19830         * net/rcirc.el: Use split-string OMIT-NULLS argument.
19831         (rcirc-print): Force redisplay before running hooks.  Do long
19832         buffer truncation after making new text read-only.  Deal with nil
19833         text when decoding strings.  If TARGET is nil, use either the
19834         currently selected buffer, if it is an rcirc buffer and of the
19835         same process or the process buffer.
19836         (rcirc-mode): Remove header-line.  Recompute short buffer names.
19837         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
19838         (rcirc-short-buffer-name): Add variable.
19839         (rcirc-kill-buffer-hook): Recompute short buffer names.
19840         Remove nick from private channel.
19841         (rcirc-send-input): Send command text to current-buffer.
19842         Don't clear overlay arrow here.
19843         (rcirc-short-buffer-name): Return a short buffer name.
19844         (rcirc-update-short-buffer-names, rcirc-abbreviate)
19845         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
19846         buffer-name abbreviations.
19847         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
19848         Do not touch nick-table when killing a parted channel.
19849         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
19850         Clear arrow from current buffer if it is now hidden.
19851         (rcirc-current-buffer): Add variable.
19852         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19853         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
19854         Remove -face from names.
19855         (rcirc-update-activity-string): Print "DND" when globally ignoring
19856         activity.
19857         (rcirc-ignore-buffer-activity-flag): Rename from
19858         rcirc-ignore-channel-activity.
19859         (rcirc-ignore-all-activity-flag): Doc fix.
19860         (rcirc-channels): Remove variable.
19861         (rcirc-kill-buffer-hook):
19862         (rcirc-get-buffer-create): Add nick to private channel.
19863         (rcirc-multiline-edit-submit): Remove tabs.
19864         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
19865         folded.
19866         (rcirc-remove-nick-channel): Bug fix.
19867         (rcirc-toggle-ignore-buffer-activity): Rename from
19868         rcirc-toggle-ignore-channel-activity.
19869         (rcirc-record-activity): Add buffers to the front of the list.
19870         (rcirc-update-activity): Remove killed buffers from list.
19871         (rcirc-process-server-response-1): Remove last argument if it is
19872         null before calling handler.
19873         (rcirc): Add "rcirc" defcustom prefix.
19874         (rcirc-prompt): Simplify default prompt.
19875         Use custom-initialize-default.
19876         (rcirc-private-chats): Remove variable.
19877         (rcirc-prompt): Change initialization.
19878         (rcirc-version): Remove function.
19879         (rcirc-id-string): Add constant.
19880         (rcirc-last-buffer): Remove variable.
19881         (rcirc-buffer-alist): Add variable.
19882         (rcirc-connect): Update variable setup.
19883         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
19884         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
19885         default.
19886         (rcirc-handler-generic): Trigger activity.
19887         (rcirc-send-message): Create the buffor of the target.
19888         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
19889         (rcirc-get-buffer): Just return nil if there is no matching buffer.
19890         (rcirc-multiline-edit-cancel): Remove function.
19891         (rcirc-set-last-buffer): Remove function.
19892         (rcirc-get-any-buffer): Add function.
19893         (rcirc-join-channels): Don't print /join text.
19894         (rcirc-toggle-ignore-channel-activity): Add and update echo area
19895         messages.
19896         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
19897         (rcirc-handler-NOTICE): Recognize CTCP responses.
19898         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
19899         constructing TOPIC string for buffers we are not JOINed.
19900         (rcirc-handler-CTCP-response): Add handler.
19901         (rcirc-multiline-edit-submit): Restore the window-configuration
19902         before adjusting point.
19903         (rcirc): Add customization group.
19904         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
19905         (rcirc-user-full-name, rcirc-startup-channels-alist)
19906         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
19907         (rcirc-ignore-all-activity-flag, rcirc-time-format)
19908         (rcirc-input-ring-size, rcirc-read-only-flag)
19909         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
19910         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
19911         Change defvar to defcustom.
19912         (rcirc-update-prompt): Add optional ALL arg, which will update
19913         prompts in all rcirc buffers.  Regexp quote replacement text.
19914         (rcirc-fill-column): Accept frame-width as a value.
19915         (rcirc-set-changed): Add function.
19916         (rcirc-next-active-buffer): Write more meaningful messages.
19917         (rcirc-faces): Add customization group.
19918         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
19919         (rcirc-nick-in-message-face, rcirc-prompt-face)
19920         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
19921         (with-rcirc-process-buffer): Move before first usage.
19922         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
19923         (rcirc-debug-flag): Rename from `rcirc-log-p'.
19924         (rcirc-debug): Rename from `rcirc-log'.
19925         (rcirc-format-response-string): Do not print `-' chars for a
19926         NOTICE with no sender.  Simplify output of server responses.
19928 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
19930         (rcirc-browse-url-map, rcirc-browse-url-at-point)
19931         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
19932         Make urls mouse and RET clickable.
19934 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
19936         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
19938 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
19940         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19941         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19942         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19943         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19944         argument to all these routines, so the passphrase can be managed
19945         externally and passed in to the system.
19946         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19947         pgg-add-passphrase-to-cache function.
19949         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19950         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
19951         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
19952         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
19953         argument to all these routines, so the passphrase can be managed
19954         externally and passed in to the system.
19955         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
19956         function.
19958 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
19960         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
19961         from goto-address-url-regexp.
19963 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
19965         * textmodes/org.el (org-read-date, org-goto-calendar)
19966         (org-recenter-calendar, org-agenda-goto-calendar):
19967         Temporarily clear `calendar-move-hook'.
19969 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
19971         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
19972         merging.
19974         * ediff-util.el (ediff-previous-difference): Don't skip regions that
19975         have merge clashes.
19977 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19979         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19980         Undo previous change.
19982         * startup.el (command-line): Use `custom-reevaluate-setting' for
19983         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
19984         tty-register-default-colors on Mac.
19986 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
19988         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
19989         (gdb-buffer-type): Make it automatically buffer local...
19990         (gdb-get-create-buffer): ...and set it accordingly.
19991         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
19992         actually work.
19994 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
19996         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
19997         not red.
19999 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
20001         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20002         case GUD buffer is not visible.
20003         (gdb-goto-breakpoint): Try to force display in source buffer.
20004         (gdb-frame-gdb-buffer): Copy other similar functions.
20005         (gdb-restore-windows): Don't display source if not asked for.
20006         (gdb-assembler-buffer-name): Don't capitalise.
20008 2005-11-03  Richard M. Stallman  <rms@gnu.org>
20010         * wid-edit.el (key-sequence): New widget type.
20012         * simple.el (set-mark-command-repeat-pop): New variable.
20013         (set-mark-command): Only interpret plan C-@ after a pop as a pop
20014         if set-mark-command-repeat-pop is true.
20016         * info.el (Info-fontify-node): Don't display extra "see" if there
20017         already is one here.
20019         * mouse.el: Fix special handling of DEL after dragging a region:
20020         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
20021         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
20023         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
20025         * textmodes/ispell.el (ispell-command-loop): Change `i' description
20026         not to assume it pertains to an affix.
20028         * textmodes/flyspell.el (flyspell-post-command-hook):
20029         Bind deactivate-mark to prevent deactivation.
20031 2005-11-03  Lars Hansen  <larsh@soem.dk>
20033         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
20034         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
20035         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
20037 2005-11-03  Romain Francoise  <romain@orebokech.com>
20039         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
20040         Update copyright years.
20042 2005-11-03  Sam Steingold  <sds@gnu.org>
20044         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20045         Use system-type instead of window-system because window-system is not
20046         correctly defined during loadup.
20048 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
20050         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
20051         (xml-parse-tag): Join strings separated by a comment properly.
20053 2005-11-02  Andreas Schwab  <schwab@suse.de>
20055         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
20057 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20059         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
20060         (byte-optimize-pure-func): Quote the eval'd value.
20062         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
20063         Rename from perl-font-lock-syntactic-face-function.
20064         Change the calling convention so it can be used as a font-lock MATCHER.
20065         Do the parse-partial-sexp loop outselves.
20066         (perl-font-lock-syntactic-keywords): Use it.
20067         (perl-mode): Don't set font-lock-syntactic-face-function any more.
20069 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
20071         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
20072         disassembly buffer too.
20073         (gdb-exited): Remove overlay arrows when execution has finished.
20074         (gdb-info-frames-custom, gdb-info-threads-custom)
20075         (gdb-info-registers-custom): Don't add inappropriate text
20076         properties if inferior is not active.
20078 2005-11-02  Glenn Morris  <rgm@gnu.org>
20080         * progmodes/fortran.el (fortran-blink-match):
20081         Use `blink-matching-delay'.
20083 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
20085         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
20087 2005-11-02  Lars Hansen  <larsh@soem.dk>
20089         * net/tramp.el (tramp-action-out-of-band): Handle scp message
20090         "Permission denied".
20092 2005-11-01  Richard M. Stallman  <rms@gnu.org>
20094         * textmodes/flyspell.el (flyspell-external-point-words):
20095         Pass nil to flyspell-get-word.
20097 2005-11-02  Kim F. Storm  <storm@cua.dk>
20099         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
20100         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
20102 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20104         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
20105         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
20106         (calendar-mouse-print-dates): Add optional `event' argument.
20107         Update interactive-spec.
20108         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
20109         Use `calendar-event-to-date' instead of `event'.
20111 2005-11-02  Masatake YAMATO  <jet@gyve.org>
20113         * progmodes/ld-script.el (ld-script-builtins):
20114         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
20115         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
20116         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
20118 2005-11-01  Romain Francoise  <romain@orebokech.com>
20120         * vc-sccs.el: Update copyright year.
20121         * ezimage.el: Likewise.
20123 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
20125         * info.el (Info-fontify-node): Use `string-width' for fontifying
20126         underlined titles.
20128 2005-11-01  Juri Linkov  <juri@jurta.org>
20130         * info.el (Info-fontify-node): Downcase node header keywords Node,
20131         Prev, Next, Up before comparison.
20132         (Info-history): Insert absolute directory name, and put invisible
20133         property on it.
20135 2005-11-01  Juri Linkov  <juri@jurta.org>
20137         * info.el (Info-file-supports-index-cookies): New variable.
20138         (Info-find-node-2): Check makeinfo version for index cookie support.
20139         (Info-index-nodes): Search for nodes with index cookies only when
20140         Info-file-supports-index-cookies is t.  Otherwise, search nodes
20141         with "Index" in the node name.
20142         (Info-index-node): Search index cookie in the current node only when
20143         Info-file-supports-index-cookies is t.  Otherwise, check the word
20144         "Index" in the node name.
20145         (Info-find-emacs-command-nodes): Remove code that searches nodes
20146         with "Index" node name in the top menu.
20148 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20150         * progmodes/scheme.el (scheme-mode-variables): Use the default
20151         comment-indent-function.
20153         * faces.el (face-attribute): Handle the case where a face inherits from
20154         a non-existent face.
20156         * simple.el (eval-expression-print-format): Use lisp-readable syntax
20157         for octal and hexa output, and merge the char into the paren.
20158         (kill-new): Use push.
20159         (copy-to-buffer): Use with-current-buffer.
20160         (completion-setup-function): Move code in loop to remove redundancy.
20161         (minibuffer-local-must-match-map): Don't add bindings that duplicate
20162         those inherited from minibuffer-local-completion-map.
20164         * savehist.el (savehist-mode) <defcustom>:
20165         Use custom-set-minor-mode if available.
20166         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
20167         and emit a message if applicable.
20169 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
20171         * savehist.el: Sync up to version 19.
20172         (savehist-mode): New minor mode.
20173         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
20174         (savehist-length): Remove (use history-length instead).
20175         (savehist-file-modes): Rename from savehist-modes.
20176         (savehist-save-hook, savehist-loaded): New vars.
20177         (savehist-load): Use savehist-mode.  Try to smooth up transition from
20178         old format to new format.
20179         (savehist-install): Allow savehist-autosave-interval to be nil.
20180         (savehist-save): Run the new hook.  Be more careful to only trim the
20181         history variables.
20182         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
20183         (savehist-printable): Print into a buffer rather than char-by-char.
20185 2005-11-01  John Wiegley  <johnw@newartisans.com>
20187         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
20188         toggle-ignore keybinding (C-a).  The author said it had been
20189         disabled much earlier due to a possible incompatibility, but after
20190         many months of usage I have encountered no problems (and it is a
20191         rather useful option, especially for switching to " *temp*").
20193         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
20194         support for OS/X's AddressBook, by calling out to the open source
20195         program "contacts" (installable through Fink).
20197         * net/eudc.el (eudc-expand-inline): If the
20198         `eudc-multiple-match-handling-method' is set to `all', delete the
20199         query string before inserting the query result.
20201         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
20202         flag, to prevent Eshell from using the system ls when
20203         `eshell-ls-insert-directory' is in used.
20204         (eshell-ls-insert-directory): Disable font-lock in directory
20205         buffer so that Eshell's own fontification is seen.  This broke
20206         recently due to changes in font-lock, so this goes back to version
20207         21 behavior.
20209 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
20211         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
20212         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
20213         (gdb-many-windows): Doc fix.
20215 2005-10-31  Romain Francoise  <romain@orebokech.com>
20217         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
20219 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
20221         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
20222         that global-font-lock-mode can be enabled by default.
20224         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
20225         (font-lock-add-keywords, font-lock-remove-keywords)
20226         (font-lock-fontify-buffer): Remove autoload cookies.
20228         * jit-lock.el (jit-lock-register): Likewise.
20230         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
20232 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
20234         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
20235         intact if there is no gud-comint-buffer.
20237 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
20239         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
20240         old prompt comint-prompt-read-only is t and GDB commands are
20241         issued from tool bar etc.
20243 2005-10-31  Masatake YAMATO  <jet@gyve.org>
20245         * vc.el (vc-directory-exclusion-list): Add "{arch}".
20247 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20249         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
20250         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
20252 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
20254         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
20255         starting at beginning of line.  Fontification is messed up when
20256         `open-paren-in-column-0-is-defun-start' set to t.
20257         Reported by John Paul Wallington <jpw@pobox.com>.
20259 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
20261         * comint.el (comint-send-input): Call `comint-update-fence' when
20262         `comint-process-echoes' and `comint-prompt-read-only' are both
20263         non-nil, to avoid leftover read-only newline.
20265 2005-10-30  Richard M. Stallman  <rms@gnu.org>
20267         * textmodes/flyspell.el (flyspell-external-point-words):
20268         Detect when WORD can't be checked properly because
20269         flyspell-get-word finds just part of it, and move on.
20271         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
20272         boundarychar for Polish.
20273         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
20274         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
20276 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
20278         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
20279         (gdb-registers-font-lock-keywords): Delete.
20280         (gdb-registers-mode): Don't fontify.
20281         (gdb-info-registers-custom): Use text properties instead as, in
20282         future, changed register values will use font-lock-warning-face.
20283         (gdb-local-font-lock-keywords): Rename to...
20284         (gdb-locals-font-lock-keywords): ...for consistency.
20286 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
20288         * vc.el (vc-switch-backend): Better error message if the buffer is
20289         not visiting a file under version control.
20291         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
20293 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
20295         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
20296         ~/.emacs.d/.emacs.
20298 2005-10-29  Richard M. Stallman  <rms@gnu.org>
20300         * replace.el (occur-mode-mouse-goto): Always go to other window.
20301         (occur-mode-goto-occurrence): Always switch in same window.
20303         * simple.el (undo): Display message at end, not at start.
20305         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
20306         New arg REUSE-CELL.
20307         (cancel-timer-internal): New function.
20308         (timer-event-handler): Use cancel-timer-internal,
20309         and pass the cell it returns to timer-activate...
20311         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
20312         (jit-lock-deferred-fontify, jit-lock-context-fontify)
20313         (jit-lock-after-change): Test memory-full.
20315 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
20317         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20318         part of the decoded armor to find the key-identifier.
20319         (pgg-gpg-lookup-key-owner): New function to return the
20320         human-readable identifier of a key owner.
20321         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20322         key itself.
20323         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20324         the key value) if we have a key and can match it against a secret
20325         key.  Also, added a note pointing out fact that the prompt only
20326         indicates the first matching key.
20328         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20329         pgg-decrypt-region.
20330         (pgg-pending-timers): A new hash for tracking the passphrase cache
20331         timers, so that new ones supercede old ones.
20332         (pgg-add-passphrase-to-cache): Rename from
20333         `pgg-add-passphrase-cache' to reduce confusion (all callers
20334         changed).  Modified to cancel old timers when new ones are added.
20335         (pgg-remove-passphrase-from-cache): Rename from
20336         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20337         changed).  Modified to cancel old timers when their keys are
20338         removed from the cache.
20339         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20340         XEmacs, an indirection to delete-itimer.
20341         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20342         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20343         users can only check cache without risk of prompting.  Correct bug in
20344         notruncate behavior.
20345         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20346         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20347         Add informative docstrings.
20348         (pgg-decrypt): Convey provided passphrase in subordinate call to
20349         pgg-decrypt-region.
20351         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20352         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20353         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20354         `passphrase' argument, so the passphrase can be managed externally
20355         and then passed in to the system.
20357         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20358         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20359         so the passphrase cache can be used reliably with identifiers
20360         besides a pgp packet's key id.
20362         * pgg-gpg.el (pgg-pgp-encrypt-region)
20363         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20364         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20365         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20366         argument to all these routines, so the passphrase can be managed
20367         externally and passed in to the system.
20369         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20370         `notruncate' argument, so the passphrase cache can be used
20371         reliably with identifiers besides a pgp packet's key id.
20373 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
20375         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20376         symmetric encryption.
20377         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20378         encrypted session key.
20379         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20380         message ask for the passphrase in a proper way.
20382         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20383         New user commands for symmetric encryption.
20385 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
20387         * textmodes/conf-mode.el (conf-assignment-sign)
20388         (conf-assignment-regexp): Fix docstrings.
20389         (conf-mode-initialize): New function.
20390         (conf-mode): Remove optional args.  Use delay-mode-hooks to
20391         recognize recursive calls.
20392         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
20393         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
20394         (conf-xdefaults-mode): Use define-derived-mode and
20395         conf-mode-initialize.
20397 2005-10-29  Romain Francoise  <romain@orebokech.com>
20399         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
20401 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
20403         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20404         part of the decoded armor to find the key-identifier.
20405         (pgg-gpg-lookup-key-owner): New function to return the
20406         human-readable identifier of a key owner.
20407         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20408         key itself.
20409         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20410         the key value) if we have a key and can match it against a secret
20411         key.  Also, added a note pointing out fact that the prompt only
20412         indicates the first matching key.
20414         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20415         pgg-decrypt-region.
20416         (pgg-pending-timers): A new hash for tracking the passphrase cache
20417         timers, so that new ones supercede old ones.
20418         (pgg-add-passphrase-to-cache): Rename from
20419         `pgg-add-passphrase-cache' to reduce confusion (all callers
20420         changed).  Modified to cancel old timers when new ones are added.
20421         (pgg-remove-passphrase-from-cache): Rename from
20422         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20423         changed).  Modified to cancel old timers when their keys are
20424         removed from the cache.
20425         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20426         XEmacs, an indirection to delete-itimer.
20427         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20428         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20429         users can only check cache without risk of prompting.  Correct bug in
20430         notruncate behavior.
20431         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20432         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20433         Add informative docstrings.
20434         (pgg-decrypt): Convey provided passphrase in subordinate call to
20435         pgg-decrypt-region.
20437 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20439         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20440         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20441         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20442         `passphrase' argument, so the passphrase can be managed externally
20443         and then passed in to the system.
20445         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20446         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20447         so the passphrase cache can be used reliably with identifiers
20448         besides a pgp packet's key id.
20450         * pgg-gpg.el (pgg-pgp-encrypt-region)
20451         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20452         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20453         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20454         argument to all these routines, so the passphrase can be managed
20455         externally and passed in to the system.
20457         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20458         `notruncate' argument, so the passphrase cache can be used
20459         reliably with identifiers besides a pgp packet's key id.
20461 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
20463         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20464         symmetric encryption.
20465         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20466         encrypted session key.
20467         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20468         message ask for the passphrase in a proper way.
20470         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20471         New user commands for symmetric encryption.
20473 2005-10-28  Bill Wohler  <wohler@newt.com>
20475         * help-mode.el (help-url): New button type.  Calls browse-url.
20476         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
20477         Similar to Info nodes: URL `url'.
20478         (help-make-xrefs): Create help-url buttons for
20479         help-xref-url-regexp matches.
20481 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
20483         * tool-bar.el (tool-bar-add-item-from-menu)
20484         (tool-bar-local-item-from-menu): Fix doc strings.
20486 2005-10-28  Romain Francoise  <romain@orebokech.com>
20488         * ldefs-boot.el: Update.
20490         * subr.el (locate-library): Move from help-fns.el.
20491         * help-fns.el (locate-library): Move to subr.el.
20493 2005-10-28  Richard M. Stallman  <rms@gnu.org>
20495         * net/tramp.el (tramp-completion-mode): defvar moved up.
20497         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
20499         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
20501         * files.el (find-file-noselect): Use %d to format large file size.
20503         * bindings.el (mode-line-format): Add %e.
20505         * loadup.el ("facemenu"): Load unconditionally.
20506         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
20507         ("x-dnd"): Load, when appropriate.
20509         * startup.el (command-line): Call before-init-hook earlier.
20510         Warn about some bad characters in -u user name.
20512         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
20513         (flyspell-external-point-words): Error if misspelled word is not found.
20514         Set flyspell-large-region-beg at end of word.
20516 2005-10-28  Andreas Schwab  <schwab@suse.de>
20518         * view.el (View-revert-buffer-scroll-page-forward):
20519         Use view-page-size-default.
20521 2005-10-28  Juri Linkov  <juri@jurta.org>
20523         * international/quail.el (quail-get-current-str): Translate last
20524         raw character for deterministic input methods.
20526 2005-10-27  Jay Belanger  <belanger@truman.edu>
20528         * calc/calc-ext.el: Add functions to autoloads.
20529         (math-identity-matrix-p, math-ident-row-p): New functions.
20531         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
20532         multiplication by an identity matrix; don't turn multiplication by
20533         an inverse matrix into division.
20534         (math-div-symbol-fancy): Replace division by matrices with
20535         multiplication by inverse.
20537         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
20539         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
20540         (calc-writeoutpower): New functions.
20542 2005-10-27  Romain Francoise  <romain@orebokech.com>
20544         * replace.el (occur-engine): Include colon in mouse-face highlight.
20546         * dired-x.el: Change Maintainer field.
20548 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
20550         * longlines.el (longlines-mode): Bind after-change-functions to
20551         nil during initial decoding and final encoding.
20553 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
20555         * term.el (term-emulate-terminal, term-handle-colors-array)
20556         (term-handle-ansi-escape): Specify the terminfo capabilities
20557         implemented.
20559 2005-10-26  Richard M. Stallman  <rms@gnu.org>
20561         * info.el (Info-fontify-node): Fix detection of sentence-break
20562         before *Note.
20564 2005-10-26  Romain Francoise  <romain@orebokech.com>
20566         * smerge-mode.el: Add `tools' to file keywords.
20568 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
20570         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
20571         when the fringe is not available.
20573         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
20574         (def-gdb-auto-update-trigger): Simplify construction.
20575         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
20576         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
20577         defined explicitly.
20578         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
20579         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
20580         defined explicitly.
20581         (gdb-info-locals-custom): Remove as it's a no-op.
20583 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
20585         * longlines.el (longlines-mode): Remove narrowing before
20586         performing the initial decoding or final encoding.
20588 2005-10-25  Romain Francoise  <romain@orebokech.com>
20590         * emacs-lisp/find-func.el (find-library-name): Also strip
20591         extension if library name ends in .el, to take advantage of
20592         `find-library-suffixes'.
20594 2005-10-25  Richard M. Stallman  <rms@gnu.org>
20596         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
20598 2005-10-25  Juri Linkov  <juri@jurta.org>
20600         * textmodes/texinfo.el (texinfo-mode): Change charset of one
20601         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
20603 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20605         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
20606         (blackbox-redefine-key): Add argument `map'.
20608         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
20609         regions when moving the jit-lock-context-unfontify-pos boundary.
20611 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20613         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
20615 2005-10-25  Masatake YAMATO  <jet@gyve.org>
20617         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
20619 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
20621         * play/blackbox.el (blackbox-redefine-key): New function.
20622         (blackbox-mode-map): Use it to remap existing bindings for cursor
20623         motion instead of binding literal keys.
20625 2005-10-25  Glenn Morris  <rgm@gnu.org>
20627         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
20628         diary does not end in a newline.  Do not assume a blank line at
20629         the start of the diary file.
20631 2005-10-25  Kenichi Handa  <handa@m17n.org>
20633         * international/quail.el (quail-translate-key): If the input
20634         method is deterministic and failed to handle the last key, restart
20635         the key handling loop from an appropriate key.
20637 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
20639         * vc.el (vc-dired-mode): Extend comment for binding of
20640         `directory-listing-before-filename-regexp'.
20642 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20644         * textmodes/texinfo.el (texinfo-mode):
20645         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
20646         not to unnecessarily expose emacs-mule's internal char codes.
20648 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
20650         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
20651         Display hand pointer and help-echo on disabled icon too.
20652         (gdb-mouse-until): New function.
20653         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
20655 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
20657         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
20658         with 2005-10-23 change to doctor.el.
20660         * finder.el (finder-mode-map): Add follow-link binding.
20662 2005-10-25  Kim F. Storm  <storm@cua.dk>
20664         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
20665         to gdb-mouse-toggle-breakpoint-fringe.
20666         (gdb-mouse-toggle-breakpoint-margin): Rename from
20667         gdb-mouse-toggle-breakpoint.  Fix doc.
20668         (gdb-mouse-toggle-breakpoint-fringe): New defun.
20669         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
20670         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
20671         string properties also for fringe breakpoint bitmaps.
20673 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
20675         * textmodes/org.el (org-start-icalendar-file): Fix format form.
20677 2005-10-25  Masatake YAMATO  <jet@gyve.org>
20679         * simple.el (completion-common-substring):
20680         Use `completion-common-substring' prior to `completion-base-size'.
20682 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
20684         * savehist.el: Require CL while compiling.
20685         (savehist-history-variables): Remove.
20686         (savehist-save-minibuffer-history, savehist-additional-variables)
20687         (savehist-minibuffer-history-variables): New vars.
20688         (savehist-save): Use them.
20689         (savehist-uninstall, savehist-minibuffer-hook): New funs.
20690         (savehist-install): New fun, extracted from savehist-load.
20691         (savehist-load): Use them.
20693 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20695         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
20696         a dummy doc-string-elt property.
20697         (defalias, defvaralias, define-category): Add a docstring property.
20699         * image.el (defimage):
20700         * widget.el (define-widget):
20701         * custom.el (defface, defcustom): Add `doc-string' declaration.
20703         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
20704         (defadvice): Add `doc-string' declaration.
20706         * emacs-lisp/byte-run.el (macro-declaration-function):
20707         Handle `doc-string' declarations.
20708         (define-obsolete-function-alias, define-obsolete-variable-alias):
20709         Add `doc-string' declaration.
20711 2005-10-24  Kenichi Handa  <handa@m17n.org>
20713         * international/utf-7.el (utf-7): Add autoload cookie.
20715         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
20717 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
20719         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
20720         list of directories passed to batch-update-autoloads.  Add "." to
20721         the list of the echoed directories.
20723         * pgg-def.el:
20724         * pgg-gpg.el:
20725         * pgg-parse.el:
20726         * pgg-pgp.el:
20727         * pgg-pgp5.el:
20728         * pgg.el: Moved here from the gnus subdirectory.
20730 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
20732         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
20733         in case comint-prompt-read-only is set to t.
20735         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
20736         in case comint-prompt-read-only is set to t.
20738 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
20740         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
20741         Now a string.
20742         (icalendar-import-format): Handle CLASS, STATUS, URL.
20743         Rename `subject' to `summary'.
20744         (icalendar-import-format-summary): Rename from
20745         `icalendar-import-format-subject'.
20746         (icalendar-import-format-url, icalendar-import-format-status)
20747         (icalendar-import-format-class): New variables.
20748         (icalendar--rris): Take variable argument list.
20749         (icalendar--datestring-to-isodate): Remove unnecessary
20750         calendar-style check when converting dates with explicit month names.
20751         (icalendar-export-region): Change return type of conversion
20752         subroutines.  Bury current buffer unless error occurred.
20753         (icalendar--convert-to-ical)
20754         (icalendar--parse-summary-and-rest): New functions.
20755         (icalendar--convert-ordinary-to-ical)
20756         (icalendar--convert-weekly-to-ical)
20757         (icalendar--convert-yearly-to-ical)
20758         (icalendar--convert-block-to-ical)
20759         (icalendar--convert-cyclic-to-ical)
20760         (icalendar--convert-anniversary-to-ical): Change return type.
20761         Strip trailing blanks from subject.
20762         (icalendar--convert-sexp-to-ical): Change return type.
20763         Strip trailing blanks from subject.  Handle simple sexp
20764         entries as generated by icalendar.el.
20765         (icalendar--convert-float-to-ical)
20766         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
20767         (icalendar-import-file): Doc fix.
20768         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
20769         Correct call to icalendar--rris.
20770         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
20771         `summary'.
20772         (icalendar--add-diary-entry): Rename `subject' to `summary'.
20774 2005-10-24  Romain Francoise  <romain@orebokech.com>
20776         * server.el (server-sentinel): Set query-on-exit flag to nil on
20777         new client processes (it isn't inherited from the server process).
20779         * replace.el (occur-engine): Rearrange text properties.
20781 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20783         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
20784         case-fold-search is nil.
20785         (debug-help-follow): Use help-xref-interned directly.
20787 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20789         * thumbs.el (thumbs-image-type): Add .pbm.
20791 2005-10-23  Richard M. Stallman  <rms@gnu.org>
20793         * faces.el (inhibit-face-set-after-frame-default): New variable.
20794         (set-face-attribute): Bind it.
20795         (face-set-after-frame-default): Test it.
20797         * help-fns.el (describe-simplify-lib-file-name): New function.
20798         (describe-function-1, describe-variable): Use it.
20800         * faces.el (describe-face): Use describe-simplify-lib-file-name.
20802         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
20803         Eliminate nil as possible value.
20804         (tooltip-hide-delay): Reduce internal-border-width.
20806         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
20807         (menu-bar-file-menu) <new-file>: Likewise.
20809         * simple.el (line-move-finish): Ignore fields computing LINE-END.
20811         * international/mule.el (load-with-code-conversion):
20812         Pass full file name to `eval-buffer' unless preloading.
20814         * textmodes/flyspell.el (flyspell-large-region):
20815         Call ispell-check-version.
20817         * textmodes/ispell.el (ispell-local-dictionary-overridden):
20818         Fix the make-variable-buffer-local call that was supposed
20819         to be for this variable.
20820         (ispell-aspell-supports-utf8): Doc fix.
20821         (ispell-find-aspell-dictionaries): Preserve elements of
20822         ispell-dictionary-alist for dictionaries that aspell doesn't report.
20823         (ispell-aspell-find-dictionary): Return nil on error.
20825         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
20826         (doctor-symptoms): Likewise.
20828         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
20830 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20832         * cus-edit.el (custom-button, custom-button-pressed): New vars.
20833         (custom-raised-buttons): Add :set spec.
20834         (custom-button-unraised, custom-button-pressed-unraised):
20835         New faces, so that custom-raised-buttons actually does something.
20836         (custom-mode): Use custom-button and custom-button-pressed.
20838         * wid-edit.el (widget-specify-button): Don't ignore
20839         widget-mouse-face on graphic terminals.
20840         (widget-move-and-invoke): Cleanup.
20842 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
20844         * whitespace.el (whitespace-cleanup): Doc fix.
20846 2005-10-23  Romain Francoise  <romain@orebokech.com>
20848         * emulation/viper.el (viper-set-hooks): Quote forms passed to
20849         `eval-after-load' to avoid evaluating their result.
20851 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
20853         * files.el (directory-listing-before-filename-regexp):
20854         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
20856         * dired.el (dired-move-to-filename-regexp): Remove.
20857         All occurrences replaced by `directory-listing-before-filename-regexp'.
20859         * dired-x.el, locate.el, vc.el:
20860         Replace `dired-move-to-filename-regexp' by
20861         `directory-listing-before-filename-regexp'.  In vc.el it is
20862         overwritten locally; maybe this can be handled in files.el too.
20864         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
20865         replaced by `directory-listing-before-filename-regexp'.
20867 2005-10-23  Andreas Schwab  <schwab@suse.de>
20869         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
20870         and eval-next-after-load.
20872 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
20874         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
20875         exist, create it.
20877 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
20879         * allout.el: Remove autoloads for mailcrypt and crypt++.
20880         Require pgg, pgg-gpg during compilation.
20881         (allout-version): Increment version number to 2.1, and use a literal
20882         rather than RCS Id.
20883         (allout-default-encryption-scheme): Remove.
20884         (allout-passphrase-verifier-handling)
20885         (allout-passphrase-verifier-string)
20886         (allout-file-passphrase-verifier-string)
20887         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
20888         (allout-passphrase-hint-handling): Rename and simplify.
20889         (allout-init): Use `find-file-hook' if available, otherwise
20890         `find-file-hooks'.
20891         (allout-mode): Use `write-file-functions' if available, otherwise
20892         `local-write-file-hooks' and, instead of making auto-save-hook
20893         buffer local, make the write-file-hook activity contingent to
20894         allout-mode.
20895         (allout-mode): Use key-binding substitution in the docstring.
20896         (allout-kill-line): Spell-out kill ring data structure mutation
20897         instead of using byte-compiler-complaint-provoking `pop'.
20898         (allout-insert-listified): Use `insert' rather than `insert-string'
20899         (allout-toggle-current-subtree-encryption): Update docstring, adjust
20900         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
20901         (allout-encrypt-string): Totally revamped vis new underlying
20902         encryption facilities.
20903         (allout-mc-activate-passwd): Remove.
20904         (allout-obtain-passphrase): New, more or less replaces
20905         allout-mc-activate-passwd.
20906         (allout-encrypted-key-info): More or less replaces
20907         allout-encrypted-text-type.
20908         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
20909         (my-mark-marker): Use `(featurep 'xemacs)'.
20911 2005-10-23  Lars Hansen  <larsh@soem.dk>
20913         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
20914         (byte-compile-file-form-defmumble, byte-compile-defun)
20915         (byte-compile-defmacro): Use it.
20916         (byte-compile-form): Don't call byte-compile-set-symbol-position
20917         when a byte-compile handler is called.
20919 2005-10-22  Romain Francoise  <romain@orebokech.com>
20921         * savehist.el (savehist-history-variables): Add `grep-find-history'.
20923         * subr.el (eval-after-load): Convert library name to an absolute
20924         file name using locate-library, since load-history no longer has
20925         library names in it.
20927 2005-10-22  Richard M. Stallman  <rms@gnu.org>
20929         * files.el (make-temp-file): Move from subr.el.
20930         * subr.el (make-temp-file): Move to files.el.
20932         * window.el (get-buffer-window-list): Move from subr.el.
20933         * subr.el (get-buffer-window-list): Move to window.el.
20935         * image.el (image-load-path): Use eval-at-startup to initialize.
20937         * subr.el (eval-at-startup): New macro.
20939         * subr.el: Much rearrangement of functions and division
20940         into pages.  No code changes.
20942 2005-10-22  Kenichi Handa  <handa@m17n.org>
20944         * tar-mode.el (tar-extract): Be sure to call
20945         find-operation-coding-system if set-auto-coding doesn't find a
20946         coding system.
20948 2005-10-22  Kim F. Storm  <storm@cua.dk>
20950         * image.el (image-type-header-regexps): Rename from image-type-regexps.
20951         Change users.
20952         (image-type-file-name-regexps): New defconst.
20953         (image-type-from-data): Simplify loop.
20954         (image-type-from-buffer): New defun.
20955         (image-type-from-file-header): Use it instead of image-type-from-data.
20956         Use image-search-load-path instead of only looking in data-directory.
20957         (image-type-from-file-name): New defun.
20958         (image-search-load-path): Change `pathname' to `filename'.
20959         Make PATH arg optional, default to image-load-path.
20961 2005-10-21  Richard M. Stallman  <rms@gnu.org>
20963         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
20965         * textmodes/paragraphs.el (sentence-end-base): New variable.
20966         (sentence-end): Use sentence-end-base.
20968 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20970         * font-lock.el (font-lock-default-fontify-region): Check the multiline
20971         property independently from the font-lock-multiline variable.
20973 2005-10-21  Richard M. Stallman  <rms@gnu.org>
20975         * emacs-lisp/find-func.el (find-library-name): Doc fix.
20977         * startup.el (command-line): Convert library names
20978         in `load-history' to absolute file names.
20980         * subr.el (symbol-file): Doc fix.
20982         * loadhist.el (file-loadhist-lookup): Call locate-library
20983         instead of find-library-name.  Don't try converting
20984         abs file names to library names, since load-history no longer
20985         has library names in it.
20986         (file-dependents, file-provides, file-requires): Doc fixes.
20988 2005-10-21  Juri Linkov  <juri@jurta.org>
20990         * progmodes/etags.el (tags-table-mode): New function.
20991         (tags-verify-table): Replace initialize-new-tags-table with
20992         tags-table-mode.
20994         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
20995         default value.
20996         (desktop-modes-not-to-save): Add tags-table-mode to the
20997         default value.
20999         * info.el (Info-index-next): Add total number of index
21000         alternatives to the message.
21002         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21003         backward only space (instead of space and period) before looking
21004         at sentence end.
21006         * simple.el (set-variable): Use user-variable-p instead of symbolp.
21007         Add the old variable value as 4th default-value arg of read-string.
21009 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21011         * cus-face.el (custom-declare-face): Make face from X resources
21012         also on Mac.
21014         * disp-table.el (standard-display-g1, standard-display-graphic):
21015         Refuse to use string glyphs also on Mac.
21016         (standard-display-european): Don't set terminal coding system also
21017         on Mac.
21019         * frame.el (display-screens): Use x-display-screens also on Mac.
21021 2005-10-21  Romain Francoise  <romain@orebokech.com>
21023         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
21025 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21027         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
21028         and $? into sexps.
21030         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
21031         warning face on open-paren-in-column-0.
21033         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
21034         boundary case.  Fix typo.
21035         Suggested by Martin Rudalics <rudalics@gmx.at>.
21037 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
21039         * textmodes/org.el (org-combined-agenda-icalendar-file)
21040         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
21041         (org-export-icalendar-this-file)
21042         (org-export-icalendar-all-agenda-files)
21043         (org-export-icalendar-combine-agenda-files): New commands.
21044         (org-export-icalendar, org-print-icalendar-entries)
21045         (org-start-icalendar-file, org-finish-icalendar-file)
21046         (org-ical-ts-to-string): New functions.
21047         (org-read-date, org-goto-calendar)
21048         (org-agenda-goto-calendar): Inhibit displaying diary entries by
21049         call to `calendar'.
21050         (orgtbl-setup): Remove the :keys arguments from the menu description.
21051         (org-after-save-iCalendar-file-hook): New variable.
21053 2005-10-21  Kenichi Handa  <handa@m17n.org>
21055         * language/vietnamese.el (tcvn-5712): Make it an alias of
21056         vietnamese-tcvn coding-system.
21058 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
21060         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
21061         group id is given.
21063 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21065         * progmodes/sh-script.el (sh-escaped-line-re): New var.
21066         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
21067         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
21068         whose line is either continued or ends with a comment.
21070 2005-10-20  Romain Francoise  <romain@orebokech.com>
21072         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
21074         * replace.el (occur-engine): Add follow-link property.
21076         * font-core.el (font-lock-mode): Doc fix.
21078 2005-10-20  Richard M. Stallman  <rms@gnu.org>
21080         * net/rcirc.el: New file.
21082 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
21084         * term.el (term-term-name): Initialize to "eterm-color".
21086 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
21088         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
21089         for encryption functionality.
21090         Move allout customization subgroup from `editing' to `outlines' group.
21091         Fix commentary keywords to legitimate ones.
21092         Update author info (using my current email address, obscurified).
21093         (allout-encrypt-string, allout-encryption-produce-work-buffer)
21094         (allout-encrypted-topic-p, allout-encrypted-text-type)
21095         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
21096         (allout-situate-encryption-key-verifier)
21097         (allout-get-encryption-key-verifier, allout-verify-key)
21098         (allout-next-topic-pending-encryption)
21099         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
21100         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
21101         (outline-key-verifier-handling, outline-key-hint-handling)
21102         (outline-encrypt-unencrypted-on-saves): New defcustoms.
21103         (allout-file-key-verifier-string, allout-encryption-scheme)
21104         (allout-key-verifier-string, allout-key-hint-string)
21105         (allout-after-save-decrypt): New variables.
21106         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
21107         (allout-after-saves-handler): New hook functions.
21108         (allout-post-command-business): Do allout-after-save-decrypt.
21109         (allout-enable-file-variable-adjustment): Custom var to enable
21110         mechanism for adding and adjusting settings of Emacs file variables.
21111         (allout-adjust-file-variable, allout-file-vars-section-data):
21112         New functions, implement the mechanism.
21113         (outlineify-sticky): Use the file vars mechanism.
21114         (allout-inhibit-protection, allout-during-write-cue)
21115         (allout-override-protect, allout-before-change-protect): Remove.
21116         (allout-flag-region, allout-open-topic): Adjust read-only text.
21117         (allout-open-line-not-read-only): Add to facilitate read-only
21118         text based protection.
21119         (allout-kill-line): Revise to adjust read-only text, clue the
21120         user about the inhibition.
21121         (allout-unprotected): Use unwind-protect.
21122         (allout-shift-in, allout-shift-out): Disallow manually shifting a
21123         topic deeper than the offspring depth of the previous topic -
21124         avoiding confusing "containment discontinuities".
21125         (allout-reindent-bodies): Fix retention of body relative hanging
21126         indent during promotion of collapsed bodies.
21127         (allout-open-topic): Make it easy to open new topic with same
21128         bullet as current topic - topic creation functions provided with
21129         any universal argument provokes now prompt for bullet, defaulting
21130         to the bullet of the previous topic.
21131         (allout-plain-bullets-string, allout-distinctive-bullets-string):
21132         Plain bullet alternates `.' period and `,' comma only.  All other
21133         bullets are relegated to special status (but customizable).
21134         (allout-end-of-entry): Rename from allout-end-of-current-entry
21135         since it actually operates w.r.t. most immediately containing
21136         entry, visible or not.
21137         (allout-hide-current-entry, allout-show-current-entry): Use the
21138         revised version.
21139         (allout-old-expose-topic): Solidify deprecation.
21140         (allout-end-of-subtree): Add so we can span concealed as well
21141         as visible topics.
21142         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
21143         (allout-end-of-current-heading): Tweak to just respect the first line.
21144         (allout-get-body-text): Add.
21145         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
21146         when invoked interactively.
21147         (allout-up-current-level): Use `interactive-p'.
21148         (allout-mode, allout-init): Miscellaneous docstring and
21149         operational refinements, as well as hookups of new encryption stuff.
21150         (allout-beginning-of-current-entry): Now works as advertised.
21151         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
21152         (allout-isearch-rectification): Refine condition for isearching.
21153         (allout-isearch-abort, allout-enwrap-isearch)
21154         (allout-flag-region, my-region-active-p): Relocate some macros.
21155         (allout-title): Fallback title is (buffer-name), not
21156         non-existing (current-buffer-name).
21157         (subst-char-in-string): Define if absent (for some XEmacs versions).
21159 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
21161         * mail/sendmail.el (mail-setup-hook, mail-aliases)
21162         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
21163         (mail-citation-prefix-regexp, mail-signature-file)
21164         (mail-default-headers, mail-bury-selects-summary)
21165         (mail-send-nonascii): Add autoload cookies.
21167 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21169         * frame.el (blink-cursor-mode): Add `mac' to the list of
21170         window-system's that support blinking cursor.
21172 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
21174         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
21176 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
21178         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
21179         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
21180         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
21182 2005-10-20  Kim F. Storm  <storm@cua.dk>
21184         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
21185         (ido-set-current-directory): Don't add / after final @.
21186         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
21187         Explicitly handle ange-ftp completion oddities.
21188         (ido-make-file-list): Don't rotate list at tramp root to avoid
21189         triggering tramp file handler for expand-file-name via get-file-buffer.
21191 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21193         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
21195 2005-10-19  Jay Belanger  <belanger@truman.edu>
21197         * calc/calc-units.el (math-standard-units): Add units, adjust
21198         symbols and update values.
21199         (math-unit-prefixes): Add more prefixes.
21201 2005-10-19  Romain Francoise  <romain@orebokech.com>
21203         * bookmark.el (bookmark-menu-heading): New face.
21204         (bookmark-bmenu-list): Use it.
21205         Don't fiddle with `baud-rate' at top-level.
21207 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
21209         * image.el (create-image, find-image): Mention max-image-size in
21210         docstring.
21212 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21214         * savehist.el (savehist-load): Revert to checking XEmacs.
21216         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
21217         Various docstring and line-width fixups.
21218         (conf-mode): Use cond.
21219         Set font-lock-defaults.  Don't set comment-use-syntax.
21221 2005-10-18  David Ponce  <david@dponce.com>
21223         * tree-widget.el (tree-widget-button-click): New function.
21224         (tree-widget-button-keymap): Use it.
21226 2005-10-18  Romain Francoise  <romain@orebokech.com>
21228         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21229         (bookmark-bmenu-hide-filenames): Add follow-link property.
21230         Improve help-echo text.
21232         * ffap.el (find-file-at-point): Doc fix.
21234 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21236         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
21238 2005-10-18  Masatake YAMATO  <jet@gyve.org>
21240         Install to the CVS repository what I forgot to install in my
21241         2005-10-16 changes.
21243         * progmodes/python.el (python-complete-symbol): Pass the common
21244         prefix substring of completion to `display-completion-list'.
21246         * textmodes/org.el (org-complete): Ditto.
21248 2005-10-18  Masatake YAMATO  <jet@gyve.org>
21250         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
21252         * woman.el (WoMan-xref-man-page): New button type derived
21253         from `Man-abstract-xref-man-page'.
21254         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
21256         * man.el (Man-abstract-xref-man-page): New button type.
21257         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
21258         (Man-highlight-references): Add new optional argument `xref-man-type'.
21260 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
21262         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
21264 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21266         * cus-edit.el (Custom-move-and-invoke): Delete.
21267         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
21269         * wid-edit.el (widget-move-and-invoke): New function, from
21270         Custom-move-and-invoke.
21272 2005-10-17  Bill Wohler  <wohler@newt.com>
21274         Move all remaining images from lisp/toolbar to etc/images, move
21275         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
21276         the low resolution images in their own directory (low-color).
21278         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
21279         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
21280         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
21281         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
21282         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
21283         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
21284         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
21286         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
21287         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
21288         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
21289         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
21290         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
21291         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
21292         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
21293         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
21294         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
21295         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
21296         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
21297         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
21298         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
21299         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
21300         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
21302         To conform with convention, replace the underscore (_) in the
21303         following image names with dash (-) or (/) as appropriate.
21305         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
21306         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
21307         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
21308         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
21309         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
21310         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
21311         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
21312         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
21313         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
21314         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
21315         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
21316         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
21317         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
21318         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
21319         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
21321         * info.el (info-tool-bar-map): Replace underscores in image names
21322         with dashes.
21324         * makefile.w32-in (WINS): Remove toolbar.
21326         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
21328         * tool-bar.el: Move to lisp from toolbar.  Now that
21329         toolbar is empty, it should be deleted when folks run "cvs up -P".
21331 2005-10-18  Jay Belanger  <belanger@truman.edu>
21333         * calc/calc-store.el (calc-store-into): Get the proper variable name
21334         to display in message.
21336 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
21338         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
21339         expressions display in speedbar for all buffers when debugging.
21340         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
21342         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
21343         (speedbar-insert-button, speedbar-make-button):
21344         Use add-text-properties.
21345         (speedbar-update-localized-contents)
21346         (speedbar-update-directory-contents)
21347         (speedbar-update-special-contents): Use dolist.
21348         (speedbar-buffer-easymenu-definition): Add a menu separator.
21350 2005-10-17  Jason Rumney  <jasonr@gnu.org>
21352         * makefile.w32-in: Use $(lisp) consistently.
21353         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
21354         for shell specific generation of mh-autoloads.
21356 2005-10-17  Richard M. Stallman  <rms@gnu.org>
21358         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
21360 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21362         * jit-lock.el (jit-lock-fontify-now):
21363         Move jit-lock-context-unfontify-pos to avoid wasted work.
21365 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
21367         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
21368         `tramp-completion-mode' for checking if we are in completion mode.
21369         (tramp-completion-handle-file-name-all-completions): Reorder code
21370         in order to complete for file names only in case there are no
21371         method/user/host completions.  This is necessary for cooperation
21372         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
21374 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
21376         * longlines.el (longlines-search-forward)
21377         (longlines-search-backward): Match any number of spaces.
21379 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
21381         * diff-mode.el (diff-mode): Doc fix.
21383 2005-10-16  David Reitter  <david.reitter@gmail.com>
21385         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
21386         as default on darwin and windows systems.
21388 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
21390         * arc-mode.el (archive-zip-extract): Doc fix.
21392 2005-10-16  Romain Francoise  <romain@orebokech.com>
21394         * mouse.el (mouse-1-click-follows-link): Doc fix.
21396 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21398         * savehist.el: Don't require CL at runtime.
21399         (savehist-xemacs): Remove.
21400         (savehist-coding-system): Use utf-8 if present, regardless of religion.
21401         (savehist-no-conversion): Use (featurep 'xemacs).
21402         (savehist-load): Check existence of start-itimer rather than XEmacs.
21403         Use an idle timer.
21404         (savehist-process-for-saving): Replace use of CL funs `subseq' and
21405         `delete-if-not'.
21407 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
21409         * savehist.el: Newer version.
21410         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
21411         (savehist-last-checksum, savehist-no-conversion): New vars.
21412         (savehist-autosave, savehist-process-for-saving, savehist-printable):
21413         New functions.
21414         (savehist-load, savehist-save): Use them.
21415         (savehist-delimit): Remove.
21417 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21419         * progmodes/compile.el (compilation-goto-locus): Display the
21420         compilation buffer first and the source buffer second, in case they're
21421         in overlapping frames.  Don't raise the compilation frame if it was the
21422         selected window upon entry.  Pass the `other-window' arg to
21423         pop-to-buffer.
21425         * info.el (Info-fontify-node): Use dolist.
21426         Change add-text-properties to put-text-property.
21428 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21430         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
21431         bound of search.
21433 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21435         * dabbrev.el (dabbrev-completion): Pass the common
21436         prefix substring of completion to `display-completion-list'.
21438         * filecache.el (file-cache-minibuffer-complete)
21439         (file-cache-complete): Ditto.
21441         * tempo.el (tempo-display-completions): Ditto.
21443         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
21445         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
21447         * eshell/em-hist.el (eshell-list-history): Ditto.
21449         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
21451         * mail/mailalias.el (mail-complete): Ditto.
21453         * progmodes/etags.el (complete-tag): Ditto.
21455         * progmodes/make-mode.el (makefile-complete): Ditto.
21457         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
21459         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
21461         * progmodes/pascal.el (pascal-complete-word)
21462         (pascal-show-completions): Ditto.
21464         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
21466         * simple.el (completion-common-substring): New variable.
21467         (completion-setup-function): Use `completion-common-substring'
21468         to put faces.
21470 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21472         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
21473         (x-get-selection, mac-select-convert-to-string): Convert from/to
21474         UTF-16 clipboard data as in native byte order, no BOM.
21476 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
21478         * progmodes/gud.el (gud-tool-bar-map): Rename the images
21479         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
21480         (gud-sentinel): Use speedbar-frame to check for speedbar.
21482 2005-10-15  Richard M. Stallman  <rms@gnu.org>
21484         * savehist.el: New file.
21486 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
21488         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
21489         Fix bug in \bf fontification.
21491 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21493         * pcvs.el (cvs-edit-log-files): New var.
21494         (cvs-mode-edit-log): New arg `file'.
21495         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
21496         Instead force the use of the original file and nothing else.
21497         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
21498         the cvs-minor-wrap-function is set.
21499         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
21501 2005-10-14  Bill Wohler  <wohler@newt.com>
21503         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
21504         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
21505         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
21506         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
21507         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
21508         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
21509         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
21510         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
21511         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
21512         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
21513         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
21514         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
21515         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
21516         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
21517         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
21519         * progmodes/gud.el (gud-tool-bar-map): Rename the images
21520         appropriately (for example, gud-break to gud/break).
21522 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
21524         * longlines.el (longlinges-search-function)
21525         (longlines-search-forward, longlines-search-backward): New functions.
21526         (longlines-mode): Set isearch-search-fun-function to
21527         longlinges-search-function.
21529         * mouse.el (mouse-drag-region-1): Handle the case where a
21530         double-click event is bound to an arbitrary function.
21532 2005-10-14  David Ponce  <david@dponce.com>
21534         * recentf.el (recentf-track-opened-file)
21535         (recentf-track-closed-file, recentf-update-menu)
21536         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
21537         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
21538         mouse-1-click-follows-link.
21540 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21542         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
21543         Gnome file-manager.png.  Suggested by
21544         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
21546         * toolbar/README: Add diropen.xpm.
21548 2005-10-13  Bill Wohler  <wohler@newt.com>
21550         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
21551         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
21553 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21555         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21556         Don't waste the byte-compiler's time on constant data.
21558 2005-10-13  Kenichi Handa  <handa@m17n.org>
21560         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
21561         byte with `escape-glyph' face.
21563         * international/fontset.el (ccl-encode-unicode-font):
21564         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
21565         Handle the case that ucs-mule-to-mule-unicode translates a character to
21566         ASCII (usually for IPA characters).
21568 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21570         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
21571         Don't hide the underline of titles if font-lock-mode is disabled.
21573 2005-10-12  Bill Wohler  <wohler@newt.com>
21575         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
21576         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
21577         files in MH-E-SRC have been updated.
21578         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
21580 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21582         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
21583         (mixal-mode-syntax-table): Add \n as end-comment.
21584         (mixal-operation-codes-alist): Immediately initialize to full value.
21585         (mixal-add-operation-code): Remove.
21586         (mixal-describe-operation-code): Make the arg non-optional.
21587         Use the interactive spec instead.
21588         Use mixal-operation-codes-alist rather than mixal-operation-codes.
21589         (mixal-font-lock-keywords): Don't highlight comments here any more.
21590         (mixal-font-lock-syntactic-keywords): New var.
21591         (mixal-mode): Use it.  Fix comment-start-skip.
21593 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21595         * startup.el (command-line-x-option-alist): -nb => -nbi.
21597 2005-10-12  Kim F. Storm  <storm@cua.dk>
21599         * startup.el (fancy-splash-default-action): Discard mouse click in
21600         the splash screen window, as it has no sensible meaning in the
21601         next window to be selected.  Fixes error reported by Jan D.
21603 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21605         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
21607 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21609         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
21610         Try to fix up minor layout issues like indentation, line break, etc...
21611         (mixal-mode-syntax-table): Don't try to specify comment syntax,
21612         because it doesn't work.
21613         (mixal-operation-codes): Add some more codes.
21614         (mixal-font-lock-keywords): Process comments here.
21615         (mixal-mode): mixasm no longer needs -g option.
21617 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
21619         * progmodes/sh-script.el (sh-tmp-file):
21620         Use mktemp -t.  Finish support for es and rc shells.
21622 2005-10-11  Jay Belanger  <belanger@truman.edu>
21624         * calc/calcalg2.el (calc-integral): With an argument, compute the
21625         definite integral.
21627 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
21629         * mouse.el (mouse-drag-region-1): Don't try to catch a
21630         double-click when doing follow-link (it's overridden anyway).
21632 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
21634         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
21635         (autoload-print-form-outbuf): Add docstring.
21637 2005-10-11  Juri Linkov  <juri@jurta.org>
21639         * info.el (Info-mode-menu): Delete menu item "Edit".
21640         (Info-mode): Delete description of Info-edit from docstring,
21641         and rearrange descriptions of Info commands in the order
21642         they are documented in the Info manual.
21644 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21646         * calendar/appt.el (appt-check): Use diary-selective-display var.
21648 2005-10-10  Richard M. Stallman  <rms@gnu.org>
21650         * net/newsticker.el (newsticker-start, newsticker-show-news):
21651         Add autoload cookies.
21653 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
21655         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
21657 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
21659         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
21661 2005-10-10  Jay Belanger  <belanger@truman.edu>
21663         * calc/calc-arith.el (math-check-known-scalarp)
21664         (math-check-known-matrixp): Check the values of arguments that are
21665         variables.
21666         (math-check-known-square-matrixp): New function.
21667         (math-known-square-matrixp): Use math-check-known-square-matrixp.
21668         (math-super-types): Add sqmatrix type.
21670         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
21671         mode name `square' to `sqmatrix'.
21673         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
21674         mode name `square' to `sqmatrix'.
21676 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21678         * progmodes/etags.el (select-tags-table-mode): Don't use
21679         selective-display.
21680         (tags-select-tags-table): Pass `button' to the action function.
21681         (select-tags-table): Place the side-info on button properties rather
21682         than in hidden text.  Abbreviate file names.
21683         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
21684         (select-tags-table-select): Add `button' argument.
21685         Get side-info from the button property rather than from hidden text.
21687 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
21689         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
21690         (gud-speedbar-buttons): Preserve point if possible.
21691         (gud-sentinel): Restore previous speedbar display type.
21693         * progmodes/gdb-ui.el (gdba): Improve diagram.
21694         (def-gdb-auto-update-handler, gdb-info-locals-handler)
21695         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
21696         Call get-buffer-window once.
21698 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21700         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
21701         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
21702         (pascal-indent-command): Remove unused var `ind'.
21703         (pascal-indent-case): Remove unused var `oldpos'.
21704         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
21705         since it's now used as a proper minor mode map.
21706         (pascal-outline): Rename to pascal-outline-mode.
21707         (pascal-outline-mode): Use define-minor-mode.
21708         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
21709         selective-display.
21711 2005-10-10  Andreas Schwab  <schwab@suse.de>
21713         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
21714         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
21716         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
21717         outside source directory.
21719 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
21721         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
21722         C-x' as a prefix.
21723         (orgtbl-mode-map): Full keymap instead of sparse, because all
21724         `self-insert-command' keys are redefined in this map.
21725         (org-export-as-html): Specify charset for HTML file, by taking it
21726         from the coding system.
21728 2005-10-10  Kenichi Handa  <handa@m17n.org>
21730         * textmodes/flyspell.el (flyspell-check-word-p):
21731         If unread-command-events is non-empty, don't call sit-for.
21733 2005-10-09  Richard M. Stallman  <rms@gnu.org>
21735         * font-lock.el (font-lock-syntactic-keywords)
21736         (font-lock-keywords): Doc fixes.
21738         * textmodes/flyspell.el (flyspell-external-point-words):
21739         Simplify logic, and don't try to check for consecutive appearances
21740         of one incorrect word.
21742 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
21744         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
21745         separator.
21747         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
21748         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
21749         (gud-expansion-speedbar-buttons): New function.
21750         (gud-speedbar-buttons): Check for gud-comint-buffer.
21752 2005-10-09  Bill Wohler  <wohler@newt.com>
21754         * Makefile.in (updates): Add mh-loaddefs dependency.
21756 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
21758         * speedbar.el (speedbar-file-key-map): Fix typo.
21760 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21762         * cus-start.el (line-spacing): Add custom spec.
21764 2005-10-09  Romain Francoise  <romain@orebokech.com>
21766         * textmodes/ispell.el (ispell-check-version): Fix last change.
21768 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21770         * term/x-win.el: Remove -i, --icon-type from comment.
21772         * startup.el (command-line-x-option-alist): Remove options -i,
21773         -itype, --icon-type, added -nb, --no-bitmap-icon.
21775 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
21777         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
21778         instead of :active.
21780 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
21782         * textmodes/ispell.el (ispell-check-version):
21783         Ignore hyphen, and all that follows, in aspell's version text.
21785 2005-10-08  Jay Belanger  <belanger@truman.edu>
21787         * calc/calc-arith.el (math-known-square-matrixp): New function.
21788         (math-pow-fancy): Check for matrices before distributing exponent
21789         across products.
21791         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
21792         fullscreen keypad.  Suggested by Luc Teirlinck.
21793         (calc-keypad-show-input): Add space for formatting.
21795         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
21796         Add square matrix option.
21798         * calc/calc-poly.el (math-expand-term): Check for matrices instead
21799         of checking calc-matrix-mode when deciding how to expand.
21801         * calc/calc.el (calc-set-mode-line): Add square matrix option.
21803 2005-10-08  Lars Hansen  <larsh@soem.dk>
21805         * net/tramp.el (tramp-perl-directory-files-and-attributes):
21806         Add error handling.
21807         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
21809 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
21811         Sync with Tramp 2.0.51.
21813         * net/tramp.el (tramp-handle-set-visited-file-modtime)
21814         (tramp-handle-insert-file-contents, tramp-handle-write-region):
21815         Insert special handling for `last-coding-system-used', again
21816         it still seems to be necessary (unlike stated before).
21817         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
21818         (tramp-password-prompt-regexp): There might be other words before
21819         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
21820         (tramp-chunksize): Improve docstring.
21821         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
21822         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
21823         Christian Joergensen <bugs@razor.dk>.
21825 2005-10-07  Glenn Morris  <rgm@gnu.org>
21827         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
21828         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
21829         precision'.
21831 2005-10-07  Romain Francoise  <romain@orebokech.com>
21833         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
21834         (ibuffer-do-shell-command-pipe-replace)
21835         (ibuffer-do-shell-command-file, ibuffer-do-eval)
21836         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
21837         (ibuffer-do-revert, ibuffer-do-replace-regexp)
21838         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
21839         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
21840         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
21841         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
21842         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
21843         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
21844         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
21845         Autoload file sans suffix.
21847         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
21849 2005-10-07  David Ponce  <david@dponce.com>
21851         * recentf.el (recentf-menu-open-all-flag): New option.
21852         (recentf-digit-shortcut-command-name): New function.
21853         (recentf--shortcuts-keymap): New variable.
21854         (recentf-menu-shortcuts): New variable.
21855         (recentf-make-menu-items): Initialize it.  Replace the "More..."
21856         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
21857         (recentf-menu-value-shortcut): New function.
21858         (recentf-make-menu-item): Use it.  No more in-lined.
21859         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
21860         (recentf-open-most-recent-file): Rename from
21861         `recentf-open-file-with-key'.  Don't depend on key binding.
21862         (recentf-mode-map): New variable.
21863         (recentf-mode): Use it.
21865 2005-10-06  Bill Wohler  <wohler@newt.com>
21867         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
21869         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
21870         (MH-E-SRC): New.  Used by mh-autoloads.
21871         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
21872         files in MH-E-SRC have been updated.
21873         (compile, recompile, bootstrap): Depend on mh-autoloads.
21875 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
21877         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
21878         gud-break and gud-remove icons when the fringe is not available.
21880         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
21881         Typo.
21883 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
21885         * play/zone.el (zone): Wrap body with save-window-excursion.
21887 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21889         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
21890         Use the new `list-only' arg to diary-list-entries.
21892         * calendar/diary-lib.el: Use overlays rather than selective-display.
21893         (diary-selective-display): New var.
21894         (diary-header-line-format): Use it.
21895         (diary-list-entries): Add argument `list-only'.
21896         Put the buffer in diary-mode.  Don't add \^M at beg and end.
21897         Replace \^M by invisible overlays.
21898         (diary-unhide-everything): Replace \^M by invisible overlays.
21899         (print-diary-entries): Look for overlays rather than \^M.
21900         Add a space to the temp buffer name.
21901         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
21902         Put the buffer in diary-mode.
21903         (list-sexp-diary-entries): Replace \^M by invisible overlays.
21904         (diary-anniversary): Make the year arg optional.
21905         (diary-time-regexp): New const.
21906         (diary-font-lock-keywords): Use it to accept a few more time formats.
21908         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
21910 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
21912         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
21913         Fix bug introduced 2005-07-03: Use (car (last ...))
21914         to faithfully reproduce replaced artist-last.
21915         (artist-set-arrow-points-for-poly): Likewise.
21916         Suggested by Johan Bockg\e,Ae\e(Brd.
21918 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
21920         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
21921         * wid-edit.el (widget):
21922         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
21923         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
21925 2005-10-06  Kenichi Handa  <handa@m17n.org>
21927         * international/mule-cmds.el (set-language-environment):
21928         Fix setting up of case-table for unibyte mode.
21930         * simple.el (what-cursor-position): If the character is displayed
21931         by some `display' text property, show that.  Don't use
21932         single-key-description for eight-bit characters in multibyte mode.
21934 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
21936         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
21937         (gdb-ann3): Set it.
21938         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
21939         (gdb-info-frames-custom): Use inverse-video for first five
21940         characters of selected frame only.
21941         (gdb-get-frame-number): Select frame even when point is on frame
21942         number.
21944 2005-10-06  Masatake YAMATO  <jet@gyve.org>
21946         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
21947         Put `font-lock-function-name-face'.
21948         (gdb-info-frames-custom): Put `font-lock-function-name-face'
21949         and `font-lock-variable-name-face'
21950         (gdb-registers-font-lock-keywords): New font lock keywords definition.
21951         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
21952         (gdb-memory-font-lock-keywords): New font lock keywords definition.
21953         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
21954         (gdb-local-font-lock-keywords): New font lock keywords definition.
21955         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
21956         (gdb-threads-font-lock-keywords): New font lock keywords definition.
21957         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
21959 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
21961         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
21962         (ediff-merge-region-is-non-clash-to-skip): Previously called
21963         ediff-merge-region-is-non-clash.
21965         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
21966         Use insert-buffer-substring.
21968         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
21969         selecting files to patch.  Also bug fixes.
21971         * ediff-util.el (ediff-setup): Bug fix.
21972         (ediff-next-difference): Never skip clashes that differ in white
21973         space only.
21975         * ediff-wind.el (ediff-setup-control-frame)
21976         (ediff-destroy-control-frame): Check the menubar feature.
21978         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
21979         (viper-refresh-mode-line): Use make-local-variable to localize
21980         some vars instead of make-variable-buffer-local.  Suggested by
21981         Stefan Monnier.
21983         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
21984         (viper-restore-cursor-type, viper-set-insert-cursor-type):
21985         Use make-local-variable instead of make-variable-buffer-local.
21986         Suggested by Stefan Monnier.
21988         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
21989         (viper-comint-mode-hook): Use make-local-variable on
21990         require-final-newline.
21991         (viper-non-hook-settings): Don't use make-variable-buffer-local.
21993 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21995         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
21996         also the second char of a comment-start sequence.
21997         (scheme-sexp-comment-syntax-table): New var.
21998         (lambda, define): Set their scheme-doc-string-elt property.
21999         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22000         Use lisp-font-lock-syntactic-face-function now that it properly
22001         handles |...| symbols.
22002         (scheme-mode-variables): Set lisp-doc-string-elt-property,
22003         parse-sexp-lookup-properties and font-lock-extra-managed-props.
22005         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22006         bit from # to |.
22007         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22009         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22010         (lisp-doc-string-elt-property): New var.
22011         (lisp-font-lock-syntactic-face-function): Use it.
22012         Rewrite to recognize docstrings even for forms not at toplevel.
22014         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
22015         annotation on the | part of #| rather than on the # part.
22016         (scheme-font-lock-syntactic-face-function): New function, to
22017         distinguish strings from |...| symbols.
22018         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
22019         syntax-table so that #|...|# is properly highlighted.
22021         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
22022         Don't mark as docstring the 3rd elem of an unknown toplevel form.
22024 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22026         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
22027         and C-e.
22029         * emacs-lisp/eldoc.el: Move comments into docstrings.
22030         (eldoc-message-commands): Initialize in its declaration.
22031         Add move-beginning-of-line and move-end-of-line.
22032         (eldoc-add-command, eldoc-add-command-completions)
22033         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
22035         * outline.el (outline-mark-subtree): Activate the mark.
22037         * calendar/appt.el (appt-time-regexp): New var.
22038         (appt-add, appt-make-list): Use it.
22039         (appt-convert-time): Clean up.
22041         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
22042         Don't set any syntax-table property here.
22043         (tex-font-lock-verb): New function.  Do it here.
22044         (tex-font-lock-syntactic-keywords): Use it.
22046 2005-10-04  Richard M. Stallman  <rms@gnu.org>
22048         * wid-edit.el (widget-file-complete): Get the widget start point
22049         the right way.  Default directory to `/' if file has none.
22051         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
22053         * textmodes/flyspell.el (flyspell-mode-on):
22054         Call ispell-maybe-find-aspell-dictionaries.
22056         * textmodes/ispell.el (ispell-word, ispell-region):
22057         Call ispell-maybe-find-aspell-dictionaries.
22058         (ispell-accept-buffer-local-defs):
22059         Don't call ispell-maybe-find-aspell-dictionaries.
22061 2005-10-04  Richard M. Stallman  <rms@gnu.org>
22063         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
22065 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
22067         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
22068         instead of `fboundp' in order to allow for anonymous functions.
22070 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
22072         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
22073         case the user clicks on the link while another window is selected.
22074         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
22076         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
22077         functionality.
22078         (dframe-help-echo): Save point in case mouse tracking is off.
22080 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
22082         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
22084 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22086         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
22087         not change the global value of those vars.
22089         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
22090         make-local-variable which we do not need any more.
22092 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
22094         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
22095         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
22096         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
22097         (speedbar-path-line): Define obsolete aliases.
22098         (speedbar-line-directory): Doc fix.
22100         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
22101         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
22102         instead of speedbar-line-path.
22104 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22106         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
22107         to nil if dropping on a window.  Handle dropping on a minibuffer window
22108         like dropping on a non-window part of Emacs.
22110 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22112         * net/ange-ftp.el: Use with-current-buffer.
22113         (ange-ftp-insert-directory): Do not follow symlinks any more.
22115         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
22116         Remove interactive spec.
22118 2005-10-03  Kim F. Storm  <storm@cua.dk>
22120         * ido.el (ido-mode): Use custom-initialize-set.
22122 2005-10-02  Richard M. Stallman  <rms@gnu.org>
22124         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
22125         Use insert-buffer-substring.
22127         * net/tramp.el: Pacify byte compiler warnings in pacification code.
22128         (tramp-handle-file-local-copy): Use insert-buffer-substring.
22130 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22132         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
22133         in last change.
22134         (ange-ftp-insert-directory): Fix up the search for the case where
22135         `file' is absolute.
22137 2005-10-02  Romain Francoise  <romain@orebokech.com>
22139         * progmodes/compile.el (compile-goto-error): Delete extra paren.
22141 2005-10-02  Andreas Schwab  <schwab@suse.de>
22143         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
22144         directory component in the session info.
22146 2005-10-01  Richard M. Stallman  <rms@gnu.org>
22148         * comint.el (comint-redirect-subvert-readonly): Doc fix.
22150         * simple.el (next-error-internal): New function.
22152         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
22153         (compilation-start): Pass new arg to compilation-buffer-name.
22154         (compile-goto-error): Use next-error-internal.
22156 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
22158         * speedbar.el: Remove RCS tag.
22159         (speedbar-check-read-only): Handle non-existent files.
22161         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
22163         * info.el (Info-speedbar-hierarchy-buttons)
22164         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
22166 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22168         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
22169         Do not match newline.
22170         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
22171         (bibtex-summary): Remove unnecessary save-excursion.
22172         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
22174 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22176         * term/mac-win.el: Add charset info for "iso10646-1".
22177         Modify default fontset to use ATSUI-compatible fonts for some charsets
22178         if available.
22180 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
22182         * speedbar.el: Re-apply arch tag.
22183         (speedbar-version): Rename to version 1.0.  Suggested by Eric
22184         M. Ludlam.
22185         Reapply two changes from Emacs CVS' version of speedbar lost
22186         during the merge:
22187         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
22188         (speedbar-frame-parameters): Improve customize type.
22190 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22192         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
22193         (ange-ftp-file-directory-p): Fix the symlink case.
22194         (ange-ftp-insert-directory): When listing a single file, get a list of
22195         the parent buffer and extract the relevant line.  Inspired from a patch
22196         by Katsumi Yamaoka <yamaoka@jpl.org>.
22197         (ange-ftp-file-name-sans-versions): Simplify.
22199 2005-09-30  Bill Wohler  <wohler@newt.com>
22201         Move MH-E image files from toolbar and mail directories into
22202         etc/images.
22204         * mail/reply2.*: Move to etc/images/mail/reply*.
22206         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
22207         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
22208         etc/images.
22210         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
22211         * toolbar/reply*: Move to etc/images/mail.
22213         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
22215 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
22217         * speedbar.el: New version 1.0pre3.
22219         Frame management code (including timer, and mouse click specifics)
22220         moved to dframe.el:
22221         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
22222         (speedbar-timer): Removed.  Use dframe-timer.
22223         (speedbar-close-frame): Removed.  Use dframe-close-frame.
22224         (speedbar-activity-change-focus-flag): Removed.  Use
22225         dframe-activity-change-focus-flag.
22226         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
22227         dframe-update-speed.
22229         (speedbar-current-frame): New macro.  Use this instead of the
22230         variable speedbar-frame.
22232         (speedbar-use-images, speedbar-expand-image-button-alist)
22233         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
22235         (speedbar-find-image-on-load-path): Removed.  Replaced by
22236         defezimage in ezimage.el.
22237         (speedbar-expand-image-button-alist): Removed.  Replaced by
22238         ezimage-expand-image-button-alist in ezimage.el.
22240         (speedbar-ignored-directory-regexp)
22241         (speedbar-add-ignored-directory-regexp)
22242         (speedbar-ignored-directory-expressions)
22243         (speedbar-line-directory, speedbar-buffers-line-directory)
22244         (speedbar-directory-line, speedbar-buffers-line-directory):
22245         Renamed, replacing `path' with `directory'.
22247         (speedbar-create-directory, speedbar-expand-line-descendants)
22248         (speedbar-toggle-line-expansion)
22249         (speedbar-contract-line-descendants): New commands.
22251         (speedbar-query-confirmation-method, speedbar-select-frame-method)
22252         (speedbar-use-tool-tips-flag): New options.
22254         (speedbar-check-read-only, speedbar-require-version)
22255         (speedbar-insert-separator, speedbar-buffers-tail-notes)
22256         (speedbar-handle-delete-frame, speedbar-try-completion)
22257         (speedbar-update-localized-contents): New functions.
22259         (speedbar-incompatible-version, speedbar-ro-to-do-point)
22260         (speedbar-object-read-only-indicator): New variables.
22262         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
22263         New hooks.
22265         (speedbar-separator-face): New face.
22267         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
22268         (speedbar-ignored-modes): Add fundamental-mode.
22269         (speedbar-directory-unshown-regexp): Add . directories.
22271         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
22272         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
22273         `]' for full expand/close.
22274         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
22276         (speedbar-check-vc): Support hidden files.
22277         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
22278         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
22279         state is nil, it is not checked out.
22281         (speedbar-line-text, speedbar-line-token): Support expand buttons
22282         with no text.
22283         (speedbar-refresh): Universal argument acts as power-click.
22284         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
22285         that buffer to get variable values.
22287         And many other bugfixes.
22289         * dframe.el, ezimage.el, sb-image.el: New files.
22291         * sb-*.xpm: Remove files.  New image files installed into
22292         etc/images/ezimage.
22294 2005-09-30  Kenichi Handa  <handa@m17n.org>
22296         * ps-mule.el (ps-mule-show-warning): If a character is in
22297         ps-print-translation-table, don't treat it as non-printable.
22299 2005-09-30  David Ponce  <david@dponce.com>
22301         * tree-widget.el (tree-widget-themes-load-path): New variable.
22302         (tree-widget-themes-directory): Doc fix.
22303         (tree-widget-image-formats) [Emacs]: Doc fix.
22304         (tree-widget--locate-sub-directory): New function.
22305         (tree-widget-themes-directory): Use it.
22307         * recentf.el (recentf-filename-handlers): Rename from
22308         `recentf-filename-handler'.  Allow a list of functions.
22309         (recentf-menu-items-for-commands): Fix :help strings.
22310         (recentf-apply-filename-handlers): New function.
22311         (recentf-expand-file-name): Use it.
22312         (recentf-cleanup): Remove duplicates too.
22314 2005-09-29  Juri Linkov  <juri@jurta.org>
22316         * faces.el: Rearrange face definitions to be in the same order as
22317         their face descriptions in "(emacs)Standard Faces".
22319         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
22321         * tooltip.el (tooltip): Add group `basic-faces'.
22323         * buff-menu.el (Buffer-menu-buffer): Remove group
22324         `font-lock-highlighting-faces'.
22326         * progmodes/compile.el (compilation-error, compilation-warning)
22327         (compilation-info, compilation-line-number, compilation-column-number):
22328         Change group from `font-lock-highlighting-faces' to `compilation'.
22330         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22331         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
22332         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
22333         (vhdl-font-lock-reserved-words-face)
22334         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
22335         `font-lock-highlighting-faces'.
22337         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
22339 2005-09-28  Kim F. Storm  <storm@cua.dk>
22341         * emulation/cua-base.el: Set CUA move property on additional commands:
22342         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
22343         forward-sexp, backward-sexp, forward-list, backward-list.
22345 2005-09-28  Romain Francoise  <romain@orebokech.com>
22347         * comint.el (comint-show-output): Really set point at the
22348         beginning of the output when not using `comint-use-prompt-regexp'.
22350 2005-09-27  Jay Belanger  <belanger@truman.edu>
22352         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
22353         in TeX mode.
22355 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
22357         * textmodes/org.el (org-table-sum): Fix format string.
22359         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
22360         Quote face names.
22362 2005-09-26  Romain Francoise  <romain@orebokech.com>
22364         * isearch.el (isearch-forward-regexp): Close doc string.
22366 2005-09-25  Richard M. Stallman  <rms@gnu.org>
22368         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
22370         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
22372         * progmodes/compile.el (compilation-error-properties):
22373         When getting the file from the previous error message,
22374         correctly decode the new data format.
22376         * progmodes/cc-cmds.el (c-electric-paren):
22377         Call old-blink-paren only for close-paren.
22379 2005-09-24  Andreas Schwab  <schwab@suse.de>
22381         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
22382         condition.
22384 2005-09-25  Romain Francoise  <romain@orebokech.com>
22386         * dired-aux.el (dired-copy-file-recursive):
22387         * dired.el (dired-delete-file):
22388         * ediff-mult.el (ediff-dir-diff-copy-file):
22389         * ediff-util.el (ediff-test-save-region):
22390         * forms.el (forms-mode):
22391         * ido.el (ido-file-internal, ido-delete-file-at-head):
22392         * log-edit.el (log-edit-done):
22393         * ses.el (ses-yank-resize):
22394         * play/gomoku.el (gomoku-human-plays, gomoku)
22395         (gomoku-human-resigns, gomoku-prompt-for-other-game)
22396         (gomoku-offer-a-draw):
22397         * play/landmark.el (lm-human-resigns, lm):
22398         * net/eudcb-ldap.el (eudc-ldap-check-base):
22399         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
22400         * progmodes/ebrowse.el (ebrowse-find-pattern):
22401         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
22402         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
22403         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
22405         * vc.el (vc-delete-file):
22406         * play/gomoku.el (gomoku-terminate-game, gomoku)
22407         (gomoku-prompt-for-move, gomoku-human-takes-back):
22408         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
22409         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
22411 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
22413         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
22414         color rxvt terminals by using the code xterm.el used to use before
22415         2005-04-09 in order to match the colors used by rxvt.
22417 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22419         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
22420         colors rxvt-unicode terminals by using the same code as xterm.el.
22422 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22424         * textmodes/tex-mode.el (tex-font-lock-append-prop)
22425         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
22426         new symbol used for the tex-verbatim face.
22428 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22430         * woman.el (woman-file-name):
22431         * wid-edit.el (widget-file-prompt-value)
22432         (widget-coding-system-prompt-value):
22433         * w32-fns.el (set-w32-system-coding-system):
22434         * vc.el (vc-version-diff, vc-annotate):
22435         * textmodes/reftex-auc.el (reftex-arg-cite)
22436         (reftex-arg-index-tag):
22437         * textmodes/refer.el (refer-get-bib-files):
22438         * textmodes/artist.el (artist-figlet-choose-font):
22439         * terminal.el (terminal-emulator):
22440         * replace.el (occur-read-primary-args):
22441         * rect.el (string-rectangle, string-insert-rectangle):
22442         * ps-print.el (ps-print-preprint):
22443         * progmodes/pascal.el (pascal-goto-defun):
22444         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
22445         * progmodes/compile.el (compilation-find-file):
22446         * printing.el (pr-interactive-n-up):
22447         * play/animate.el (animate-birthday-present):
22448         * net/rcompile.el (remote-compile):
22449         * man.el (man, Man-goto-section, Man-follow-manual-reference):
22450         * mail/rmailsum.el (rmail-summary-search-backward)
22451         (rmail-summary-search):
22452         * mail/rmailout.el (rmail-output-read-rmail-file-name)
22453         (rmail-output-read-file-name):
22454         * mail/rmail.el (rmail-search, rmail-search-backwards):
22455         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
22456         * locate.el (locate):
22457         * international/quail.el (quail-show-keyboard-layout):
22458         * international/mule.el (set-buffer-file-coding-system)
22459         (revert-buffer-with-coding-system, set-file-name-coding-system)
22460         (set-terminal-coding-system, set-keyboard-coding-system)
22461         (set-next-selection-coding-system):
22462         * international/mule-diag.el (describe-coding-system)
22463         (describe-font, describe-fontset):
22464         * international/mule-cmds.el (universal-coding-system-argument)
22465         (search-unencodable-char, describe-input-method)
22466         (set-language-environment, describe-language-environment):
22467         * international/codepage.el (codepage-setup):
22468         * international/code-pages.el (codepage-setup):
22469         * info.el (Info-search, Info-follow-reference)
22470         (Info-search-backward):
22471         * emacs-lisp/advice.el (ad-read-advised-function)
22472         (ad-read-advice-class, ad-clear-cache, ad-activate)
22473         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
22474         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
22475         (ad-read-regexp):
22476         * ediff-util.el (ediff-toggle-regexp-match):
22477         * ediff-ptch.el (ediff-prompt-for-patch-file):
22478         * dired-aux.el (dired-diff):
22479         * diff.el (diff):
22480         * cus-edit.el (custom-variable-prompt):
22481         * calendar/timeclock.el (timeclock-ask-for-project):
22482         * calc/calcalg3.el (calc-get-fit-variables):
22483         * calc/calc-store.el (calc-edit-variable)
22484         (calc-permanent-variable):
22485         * vc-mcvs.el (vc-mcvs-register):
22486         * shadowfile.el (shadow-define-literal-group):
22487         * woman.el (woman-file-name):
22488         * vc.el (vc-version-diff, vc-merge):
22489         * textmodes/reftex-index.el (reftex-index-complete-tag):
22490         * format.el (format-decode-buffer, format-decode-region):
22491         * emulation/viper-cmd.el (viper-read-string-with-history):
22492         * emacs-lisp/debug.el (cancel-debug-on-entry):
22493         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
22494         * ediff.el (ediff-merge-revisions)
22495         (ediff-merge-revisions-with-ancestor, ediff-revision):
22496         * completion.el (interactive-completion-string-reader):
22497         * calc/calc-prog.el (calc-user-define-formula):
22498         Follow convention for reading with the minibuffer.
22500 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
22502         * progmodes/python.el (python-describe-symbol): Add globals() and
22503         locals() to the arguments of emacs.ehelp.
22505 2005-09-24  Magnus Henoch  <mange@freemail.hu>
22507         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
22508         New function, code extracted from ispell-valid-dictionary-list.
22509         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
22510         Call it.
22512 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
22514         * subr.el (version-regexp-alist): Extend valid syntax for version
22515         strings: allow any of the characters -,_,+ to separate the
22516         alpha/beta/rc part from the version part.  Doc fix.
22517         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
22519 2005-09-23  David Reitter  <david.reitter@gmail.com>
22521         * mail/mailclient.el: New file.
22523 2005-09-23  Richard M. Stallman  <rms@gnu.org>
22525         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
22526         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
22527         Doc fixes.
22529         * progmodes/cc-mode.el (c-font-lock-init):
22530         Specify font-lock-lines-before.
22532 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22534         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
22535         whole conflict.
22537 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
22539         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
22540         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
22541         of `remap' feature when available.  Additional key bindings for
22542         better tty support.
22543         (org-mode-restart, org-force-self-insert): New commands.
22544         (org-time-stamp-inactive): New command.
22545         (org-remap): New function.
22546         (org-table-auto-blank-field, org-level-color-stars-only): New options.
22547         (org-enable-fixed-width-editor): Move to `org-structure'
22548         customization group.
22549         (org-self-insert-command, orgtbl-self-insert-command): Modify to
22550         blank field after field motion commands.
22552 2005-09-23  Kenichi Handa  <handa@m17n.org>
22554         * international/mule-cmds.el (set-language-environment):
22555         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
22556         have to call utf-translate-cjk-load-tables.
22558 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22560         * mouse.el (mouse-move-drag-overlay): Fix last change.
22562 2005-09-22  David Ponce  <david@dponce.com>
22564         * tree-widget.el (tree-widget-value-create): Fix previous change.
22566 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
22568         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
22570 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22572         * mouse.el (mouse-move-drag-overlay): New function.
22573         (mouse-drag-region-1): Use it.
22574         Try to simplify a bit the state handling.  Handle clicks on links
22575         inside intangible areas.
22576         (mouse-save-then-kill): Minor simplification.
22577         (mouse-secondary-overlay): Make it always non-nil instead of
22578         recreating it each time.
22579         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
22580         (mouse-kill-secondary, mouse-secondary-save-then-kill):
22581         Simplify accordingly.
22583 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
22585         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
22587 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
22589         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
22590         (ediff-file-name-sans-prefix): Treat nil as an empty string.
22591         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
22592         to patch.
22594         * ediff-util.el: Use insert-buffer-substring.
22596         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
22598         * emulation/viper-cmd.el (viper-change-state): Don't move over the
22599         field boundaries in the minibuffer.
22600         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
22601         (viper-minibuffer-post-command-hook): New hook.
22602         (viper-line): Don't move cursor at bolp.
22604         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
22606         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
22607         avoid compiler warnings.
22609         * emulation/viper-macs.el (ex-map): Better messages.
22611         * emulation/viper-utils.el (viper-beginning-of-field): New function.
22613         * emulation/viper.el: Replace make-variable-buffer-local with
22614         viper-make-variable-buffer-local everywhere, to avoid warnings.
22616 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22618         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
22619         Delete unused var `old-selected-window'.
22620         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
22621         (mouse-drag-secondary): Delete unused var `start-frame'.
22623 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22625         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
22627 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22629         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
22630         Re-indent within 80 columns.  Use inhibit-read-only.
22632 2005-09-19  Romain Francoise  <romain@orebokech.com>
22634         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
22636 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22638         * font-lock.el (font-lock-default-fontify-region): Don't add a line
22639         unconditionally, since the after-change-function already did it.
22641 2005-09-19  Miles Bader  <miles@gnu.org>
22643         * net/newsticker.el: Get rid of CVS keyword.
22645 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
22647         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
22648         The prompt is formatted later.
22650 2005-09-19  David Ponce  <david@dponce.com>
22652         * tree-widget.el (tree-widget-value-create): Save the converted
22653         tree :node widget.
22655 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
22657         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
22658         variable `message'.
22660 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
22662         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
22663         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
22664         <slawomir.nowaczyk.847@student.lu.se>.
22666 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
22668         * image.el (image-load-path): Use symbol `data-directory' instead
22669         of its value, for backward compatibility with packages that bind
22670         it during `find-image'.  Suggested by Katsumi Yamaoka.
22671         (image-search-load-path): Handle symbols whose values are strings.
22673 2005-09-18  Romain Francoise  <romain@orebokech.com>
22675         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
22676         with-current-buffer form in save-excursion.
22678 2005-09-18  Deepak Goel  <deego@gnufans.org>
22680         * apropos.el (apropos-command): Fix `message' call: first arg
22681         should be a format spec.  In this and all other cases that appear
22682         below and elsewhere in the source code, I made a change only when
22683         two conditions were satisfied: [1] I can think of a possibility
22684         that the arguments would cause an error, for example, the code in
22685         question relies on external variables such as filenames.  [2] I
22686         was sure that the arg to `message' could not have been nil in the code.
22688         * textmodes/tildify.el (tildify-region): Ditto.
22690         * textmodes/reftex-index.el (reftex-index-change-entry)
22691         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
22692         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
22693         * textmodes/org.el (org-complete, org-deadline, org-schedule)
22694         (org-priority, org-table-sum):
22695         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
22696         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
22697         (flyspell-word, flyspell-display-next-corrections):
22698         * textmodes/bibtex.el (bibtex-print-help-message):
22699         * textmodes/artist.el (artist-key-set-point-poly):
22700         * term/mac-win.el (mac-services-insert-text):
22701         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
22702         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
22703         (vhdl-port-paste-testbench, vhdl-compose-new-component)
22704         (vhdl-compose-configuration):
22705         * progmodes/sh-script.el (sh-blink, sh-show-indent)
22706         (sh-set-indent, sh-learn-line-indent):
22707         * progmodes/ps-mode.el (ps-mode-target-column):
22708         * progmodes/idlwave.el (idlwave-make-tags)
22709         (idlwave-scan-library-catalogs):
22710         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
22711         * progmodes/gud.el (gud-jdb-analyze-source):
22712         * progmodes/flymake.el (flymake-log):
22713         * progmodes/ebnf2ps.el (ebnf-generate-region):
22714         * progmodes/cmacexp.el (c-macro-expansion):
22715         * progmodes/ada-xref.el (ada-treat-cmd-string):
22716         * progmodes/ada-mode.el (ada-create-case-exception-substring)
22717         (ada-justified-indent-current, ada-batch-reformat):
22718         * play/zone.el (zone):
22719         * play/landmark.el (lm-move):
22720         * play/decipher.el (decipher-show-alphabet):
22721         * net/newsticker.el (newsticker--display-jump)
22722         (newsticker--display-scroll):
22723         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
22724         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
22725         * mail/feedmail.el (feedmail-dump-message-to-queue):
22726         * eshell/esh-proc.el (eshell-remove-process-entry):
22727         * emulation/ws-mode.el (ws-last-error):
22728         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
22729         (viper-record-kbd-macro):
22730         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
22731         * emacs-lisp/lisp-mnt.el (lm-report-bug):
22732         * emacs-lisp/find-func.el (find-function-noselect):
22733         * calendar/timeclock.el (timeclock-status-string)
22734         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
22735         (timeclock-when-to-leave-string):
22736         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
22737         * calc/calc-units.el (calc-enter-units-table):
22738         * calc/calc-mode.el (calc-mode-record-mode):
22739         * woman.el (woman-mini-help):
22740         * wdired.el (wdired-change-to-wdired-mode):
22741         * vc.el (vc-retrieve-snapshot):
22742         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
22743         * startup.el (display-startup-echo-area-message):
22744         * simple.el (set-goal-column):
22745         * ses.el (ses-command-hook, ses-recalculate-cell):
22746         * server.el (server-process-filter):
22747         * printing.el (pr-interface-txt-print, pr-interface-printify)
22748         (pr-interface-ps):
22749         * pcvs.el (cvs-help):
22750         * log-edit.el (log-edit, log-edit-mode-help):
22751         * iswitchb.el (iswitchb-possible-new-buffer):
22752         * isearch.el (isearch-edit-string):
22753         * image-mode.el (image-mode, image-minor-mode):
22754         * ibuf-macs.el (define-ibuffer-filter):
22755         * hi-lock.el (hi-lock-find-patterns):
22756         * files.el (toggle-read-only):
22757         * ediff-util.el (ediff-copy-diff)
22758         (ediff-write-merge-buffer-and-maybe-kill):
22759         * echistory.el (Electric-history-undefined):
22760         * dnd.el (dnd-insert-text):
22761         * dired-aux.el (dired-query):
22762         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
22763         * bookmark.el (bookmark-bmenu-locate):
22764         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
22765         Fix `message' calls to ensure first arg is a format string.
22766         The change was made only when these two conditions were satisfied:
22767         [1] when there is a possibility that the arguments would cause an error
22768         for example, if the code in question relies on external variables
22769         such as filenames, and
22770         [2] if the arg to `message' could not have been nil in the code.
22772         * pcomplete.el (pcomplete--help): Fix `message' format spec.
22773         Not having a %s would be weird, though not technically wrong.
22775 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22777         * term/mac-win.el (mac-add-charset-info): Doc fix.
22779 2005-09-17  Romain Francoise  <romain@orebokech.com>
22781         * shell.el (shell-resync-dirs): Handle echoing processes more
22782         reliably.  Don't insert resync command if `comint-process-echoes'
22783         is non-nil.
22785 2005-09-17  Magnus Henoch  <mange@freemail.hu>
22787         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
22788         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
22789         aspell versions >= 0.60.
22790         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
22791         only if ispell-aspell-supports-utf8 is non-nil.
22793 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
22795         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
22796         buffer-local value to lisp-indent-function.
22798 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
22800         * progmodes/glasses.el (glasses-make-readable): If
22801         glasses-separator differs from underscore, put appropriate
22802         overlays over underscore characters.
22803         (glasses-convert-to-unreadable): If glasses-separator differs from
22804         underscore, try to convert glasses-separator characters to
22805         underscores.
22807 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22809         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
22810         Use with-syntax-table and dolist.
22812 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
22814         * textmodes/reftex-auc.el:
22815         * textmodes/reftex-cite.el:
22816         * textmodes/reftex-dcr.el:
22817         * textmodes/reftex-global.el:
22818         * textmodes/reftex-parse.el:
22819         * textmodes/reftex-ref.el:
22820         * textmodes/reftex-sel.el:
22821         * textmodes/reftex-toc.el:
22822         * textmodes/reftex-vars.el:
22823         * textmodes/reftex.el: Small changes to remove compiler warnings.
22825         * textmodes/reftex-index.el: Likewise.
22826         (reftex-query-index-phrase): More efficient use of markers.
22828 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
22830         * image.el (image-load-path): New variable.
22831         (image-search-load-path): New function.
22832         (find-image): Search for images in `image-load-path'.
22834 2005-09-15  Richard M. Stallman  <rms@gnu.org>
22836         * follow.el: Change Maintainer field.
22838 2005-09-15  David Ponce  <david@dponce.com>
22840         * recentf.el (recentf-save-file-modes): New option.
22841         (recentf-save-list): Use it.
22843 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
22845         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
22846         (mode-line-mule-info, mode-line-modified): Move bindings from
22847         mouse-3 to mouse-1.
22849 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
22851         * simple.el (sendmail-user-agent-compose): Revert last change.
22853 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22855         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
22856         Use with-current-buffer.
22857         (ange-ftp-gwp-start): Remove unused var `gw-user'.
22858         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
22859         (ange-ftp-insert-directory): Remove unused var `short'.
22860         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
22862         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
22863         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
22865         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
22866         (check-calendar-holidays, diary-list-entries): Autoload.
22867         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
22868         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
22870         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
22871         which mistakenly removed a call to display-buffer.
22873 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
22875         * obsolete/iso-insert.el: Move to obsolete/ from international/.
22877 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
22879         * progmodes/hideshow.el
22880         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
22881         (hs-allow-nesting): New user var.
22882         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
22883         (hs-hide-block-at-point): When nesting allowed,
22884         if there is already an overlay in place, delete it.
22885         (hs-safety-is-job-n): Delete func; remove call sites.
22886         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
22887         (hs-overlay-at): New func.
22888         (hs-already-hidden-p, hs-show-block): Use it.
22889         (hs-hide-all): Don't pre-clean if nesting allowed.
22890         (hs-show-all): Temporarily disallow
22891         nesting around call to `hs-discard-overlays'.
22893 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
22895         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
22896         Delete unused local var.
22898 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
22900         * help-fns.el (describe-categories): "?\ " -> "?\s".
22901         (help-do-arg-highlight): Recognize also ARG-n, as in
22902         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
22904         * international/codepage.el (dos-unsupported-char-glyph):
22905         * net/newsticker.el (tool-bar-map, w3-mode-map)
22906         (w3m-minor-mode-map):
22907         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
22908         (ent-alist):
22909         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
22911 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
22913         * custom.el (custom-push-theme): Handle the case where a symbol is
22914         bound but face properties have not yet been assigned.
22916         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
22917         Fix behavior if noerase is `t' and there is no mail buffer.
22919         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
22920         if `continue' is nil, rather than signal an error.
22922 2005-09-12  Richard M. Stallman  <rms@gnu.org>
22924         * font-lock.el (font-lock-keywords): Add autoload.
22926         * help-fns.el (describe-variable): Rearrange to put source link
22927         in a predictable place.
22929         * net/newsticker.el: New file.
22931 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22933         * calendar/calendar.el (calendar-for-loop): Add edebug info.
22934         (calendar-basic-setup): Use the new nil arg.
22935         (number-of-diary-entries): Move to diary-lib.el.
22937         * calendar/diary-lib.el: Use with-current-buffer, match-string.
22938         (diary-list-entries): Use with-syntax-table and dolist.
22939         Rename from list-diary-entries.
22940         Use number-of-diary-entries if `number' is nil.
22941         (diary, diary-view-entries): Use this new name and new nil arg value.
22942         (number-of-diary-entries): Move from calendar.el.
22943         (diary-unhide-everything): New function.
22944         (include-other-diary-files, fancy-diary-display)
22945         (diary-show-all-entries, make-diary-entry): Use it.
22946         (diary-mail-entries): Use buffer-string.
22947         (mark-diary-entries): Fix long standing paren typo.
22948         (diary-sexp-entry): Use count-lines.
22949         (make-diary-entry): Avoid `previous-line'.
22950         (diary-mode-map): New var.
22951         (diary-mode): Redraw cal after saving.  Setup header-line.
22952         (fancy-diary-display-mode): Use local-set-key.
22954         * startup.el (command-line): Try calling various terminal-init-foo-bar
22955         functions by stripping hyphenated suffixes from $TERM.
22957         * files.el (normal-mode): Check boundness of font-lock-keywords.
22959 2005-09-12  Richard M. Stallman  <rms@gnu.org>
22961         * progmodes/compile.el: Don't decide a file's directory
22962         until the user actually tries to go there.
22963         (compilation-next-error-function):
22964         Pass compilation-find-file the directory from the file-struct.
22965         (compilation-internal-error-properties): Separate local FILE-STRUCT
22966         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
22967         (compilation-find-file): Arg DIR renamed to DIRECTORY.
22968         Expand it, and if nil, use default-directory.
22969         (compilation-get-file-structure): Don't mix specified directory
22970         with default directory.  Put specified directory into
22971         file-struct.  Don't make the file name absolute.
22973         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
22974         (compile-command): Add autoload.
22975         (compilation-disable-input): Add autoload.
22977 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
22979         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
22980         strings of the variables it can override.
22981         (time-stamp): New (as yet undocumented) time-stamp-format escapes
22982         %Q and %q, for fully-qualified domain name and unqualified host name.
22984 2005-09-11  Kim F. Storm  <storm@cua.dk>
22986         * emacs-lisp/authors.el (authors-aliases): Update list.
22987         (authors-fixed-entries): Update mldrag.el entry.
22989 2005-09-10  Alan Mackenzie  <acm@muc.de>
22991         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
22992         from the region narrowed to.
22994 2005-09-10  Magnus Henoch  <mange@freemail.hu>
22996         * textmodes/ispell.el (ispell-check-version): Signal an error if
22997         aspell version is less than 0.60.
22999 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
23001         * progmodes/octave-inf.el (inferior-octave-startup):
23002         Resync current dir at the end.
23004 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
23006         * woman.el (woman-topic-at-point-default):
23007         Rename to woman-use-topic-at-point-default.
23008         (woman-topic-at-point): Rename to woman-use-topic-at-point.
23009         (woman-file-name): Reflect renames above.  Automatically use the
23010         word at point as topic if woman-use-topic-at-point is non-nil.
23011         Otherwise offer it as default but don't insert it in the
23012         minibuffer.  Also use `test-completion' instead of `assoc' as
23013         suggested by Stefan Monnier.
23015 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
23017         * vc.el (vc-directory, vc-update-change-log): Throw an error on
23018         the attempt to do it over Tramp.  This is not yet supported.
23020 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
23022         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
23023         (menu-bar-non-minibuffer-window-p): New functions.
23024         ("Split Window", "Save As..."): Use them.
23025         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
23026         ("Print Buffer", "Truncate Long Lines in this Buffer"):
23027         Use menu-bar-menu-frame-live-and-visible-p.
23028         ("Save Buffer", "Insert File", "Open Directory...")
23029         ("Open File...", "Visit New File..."):
23030         Use menu-bar-non-minibuffer-window-p.
23031         (kill-this-buffer-enabled-p, dired <menu-enable>):
23032         Use menu-bar-non-minibuffer-window-p.
23034 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
23036         * cus-start.el (all): Don't complain about fringe-related
23037         built-ins if fringes are not supported.  Ditto about
23038         selection-related built-ins.  Fix the test for GTK-related built-ins.
23040         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
23041         ("Postscript Print Buffer", "Print Region", "Save As...")
23042         ("Save", "Insert File...", "Open Directory...")
23043         ("Open File...", "Visit New File..."")
23044         ("Truncate Long Lines in this Buffer"): Don't look at
23045         menu-updating-frame if this display does not support multiple frames.
23047 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23049         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
23051 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
23053         * woman.el: Format- and whitespace-related changes.
23055 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
23057         * woman.el: Fix my email address.
23059 2005-09-08  Richard M. Stallman  <rms@gnu.org>
23061         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
23062         (sh-mode): Locally set skeleton-pair-default-alist.
23064         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
23066         * progmodes/flymake.el: Require `compile' unconditionally.
23068         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
23070         * woman.el (woman-file-name): Provide a default, not initial input.
23072         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
23074         * font-lock.el (font-lock-support-mode): Doc fix.
23076         * descr-text.el (describe-property-list): Handle non-symbol prop names.
23078 2005-09-08  Richard M. Stallman  <rms@gnu.org>
23080         * simple.el (blink-matching-open): Get rid of text props from
23081         the string shown in echo area.  Don't permanently set point.
23082         Some rearrangements.
23084 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23086         * recentf.el (recentf-filename-handler): Add custom choice
23087         `abbreviate-file-name'.
23089         * msb.el (msb--very-many-menus): Fix typo.
23091         * disp-table.el (standard-display-european): Don't set
23092         enable-multibyte-characters to nil.
23094 2005-09-08  David Ponce  <david@dponce.com>
23096         * recentf.el (recentf-show-file-shortcuts-flag): New option.
23097         (recentf-expand-file-name): Doc fix.
23098         (recentf-dialog-mode-map): Define digit shortcuts.
23099         (recentf--files-with-key): New variable.
23100         (recentf-show-digit-shortcut-filter): New function.
23101         (recentf-open-files-items): New function.
23102         (recentf-open-files): Use it.
23103         (recentf-open-file-with-key): New command.
23105 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
23107         * buff-menu.el (Buffer-menu-sort-by-column): New function.
23108         Suggested by Kim F. Storm.
23109         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
23110         (Buffer-menu-make-sort-button): Use global keymap.
23112 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
23114         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
23115         (Man-getpage-in-background-advice): Remove defadvice; it isn't
23116         necessary any longer with the remapped command.
23117         (Man-bgproc-sentinel-advice): Remove defadvice which counts
23118         formatting time only.
23120         * net/tramp.el (tramp-action-password)
23121         (tramp-multi-action-password): Compile the password prompt from
23122         `method', `user' and `host'.  Sometimes it isn't obvious which
23123         password to enter, for example with remote files offered by
23124         recentf.el, or with multiple steps.  Suggested by Robert Marshall
23125         <robert@chezmarshall.freeserve.co.uk>.
23127 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23129         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
23130         Fix regexp for when "s///" is at the beginning of line.
23132 2005-09-07  Jay Belanger  <belanger@truman.edu>
23134         * calc/calc-poly.el (math-expand-term): Multiply out any powers
23135         when in matrix mode.
23137 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23139         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
23140         non-anonymous functions.
23142 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
23144         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
23145         when using a header line.  Otherwise, use mouse-1-click-follows-link.
23147         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
23148         can't be moved; don't signal an error.
23150 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
23152         * cus-theme.el (custom-theme-write-faces): Save the current face
23153         spec, not the defface spec.
23155         * custom.el (custom-known-themes): Clarify meaning of "standard".
23156         (custom-push-theme): Save old values in the standard theme.
23157         (disable-theme): Correct typo.
23158         (custom-face-theme-value): Deleted unused function.
23159         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
23161 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23163         * progmodes/compile.el (compilation-goto-locus): Take into account
23164         iconified frames when determining whether the buffer is
23165         already visible.
23166         Don't reset window height if the window already existed.
23168 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
23170         * custom.el (load-theme): Rename from require-theme.
23171         Add interactive spec.
23172         (enable-theme): Rename from custom-enable-theme.
23173         Add interactive spec.
23174         (disable-theme): Rename from custom-disable-theme.
23175         Add interactive spec.
23176         (custom-make-theme-feature): Doc fix.
23177         (custom-theme-directory): Doc fix.
23178         (provide-theme): Call enable-theme.
23180 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23182         * obsolete/lazy-lock.el (lazy-lock-mode):
23183         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
23184         font-lock-mode if it's off.  Print a warning instead.
23186         * progmodes/compile.el (compilation-start): Ignore errors if the
23187         process died before we get to send-eof.
23189         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
23190         Undo last change.  Enclosing the result in quotes broke things on Unix
23191         since tex-send-command passes it through shell-quote-argument.
23192         (tex-send-command): Pass `file' through convert-standard-filename
23193         when possible.
23194         (tex-uptodate-p): Handle the case where TeX hasn't put additional
23195         info in a transcript.
23197 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
23199         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
23200         fix compilation warning.  Reorder the key definitions to group
23201         together keys emitted by the current version of xterm.
23203         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
23204         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
23205         Reorder predicates to correct min-color usage.
23207 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
23209         * longlines.el (longlines-mode): Inhibit read-only when encoding.
23210         Kill local variables when longlines-mode is turned off.
23212 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23214         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
23216         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
23218         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
23220         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
23221         (font-lock-lines-before): Change default to being inactive.
23222         (font-lock-default-fontify-region): Obey font-lock-lines-before.
23223         (font-lock-after-change-function): Don't handle f-l-lines-before here.
23225 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
23227         * net/tramp.el (tramp-handle-make-auto-save-file-name):
23228         Deactivate temporarily advice if active (not needed for Emacs 22,
23229         but for backwards compatibility).
23230         (tramp-exists-file-name-handler): Rewrite.  First implementation
23231         was too simple.
23232         (tramp-advice-make-auto-save-file-name):
23233         Call `tramp-handle-make-auto-save-file-name' (again, just for
23234         backwards compatibility).
23236 2005-08-31  Reto Zimmermann  <reto@gnu.org>
23238         * progmodes/vhdl-mode.el
23239         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
23240         (vhdl-end-p): Fix indentation bug "else" after "-- when".
23241         (vhdl-set-default-project): New function (easier setting of default).
23242         (vhdl-port-copy): Handle extended identifiers for generics.
23243         (vhdl-compiler-alist): Better description for error message regexp.
23244         (vhdl-make): Query for target, use previous as default.
23245         (vhdl-port-copy): Fix port copy for port names starting with "signal".
23246         (vhdl-font-lock-keywords-2): Fix fontification for record
23247         el. assign.
23248         (vhdl-speedbar-make-subpack-line): Add package body link.
23249         (vhdl-generate-makefile-1): Not include itself as dependency.
23250         (vhdl-font-lock-init): Highlight c-preprocessor directives.
23251         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
23252         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
23253         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
23254         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
23255         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
23256         (vhdl-import-project): Add string argument for `error'.
23257         (vhdl-compose-configuration)
23258         (vhdl-compose-configuration-architecture): Add configuration
23259         declaration generation.
23260         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
23261         (vhdl-trailer-re): Add "record" keyword (better indentation).
23262         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
23263         "[^ \t-\"]+".
23264         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
23265         (vhdl-testbench-entity-file-name)
23266         (vhdl-testbench-architecture-file-name): Allow separate
23267         customization of testbench file names.
23268         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
23269         (vhdl-get-visible-signals): Allow newline within alias declaration.
23270         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
23271         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
23272         (member-ignore-case): Alias for missing function in XEmacs.
23273         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
23274         (vhdl-update-sensitivity-list): Ignore case on read signals.
23275         (vhdl-replace-string): Adjust case only for file names.
23276         (vhdl-update-sensitivity-list): Fix search for read signals.
23277         (vhdl-update-sensitivity-list): Exclude formal parameters.
23278         (vhdl-get-visible-signals): Include aliases of signals.
23279         (vhdl-get-visible-signals): Fix signal name searching.
23280         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
23281         (vhdl-fixup-whitespace-region): Fix for character
23282         literals (e.g. `:').
23284 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
23286         * ansi-color.el (comint-last-output-start):
23287         * bs.el (font-lock-verbose):
23288         * diff-mode.el (add-log-buffer-file-name-function):
23289         * dired-x.el (vm-folder-directory):
23290         * faces.el (help-xref-stack-item):
23291         * files.el (font-lock-keywords):
23292         * find-lisp.el (dired-buffers, dired-subdir-alist):
23293         * ido.el (cua-inhibit-cua-keys):
23294         * log-view.el (cvs-minor-wrap-function):
23295         * outline.el (font-lock-warning-face):
23296         * simple.el (compilation-current-error):
23297         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
23298         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
23299         * tooltip.el (comint-prompt-regexp):
23300         * w32-fns.el (explicit-shell-file-name):
23301         * term/mac-win.el (mac-charset-info-alist)
23302         (mac-services-selection, mac-system-script-code):
23303         * term/tty-colors.el (msdos-color-values):
23304         * term/w32-win.el (xlfd-regexp-registry-subnum):
23305         * term/x-win.el (x-keysym-table, x-selection-timeout)
23306         (x-session-id, x-session-previous-id):
23307         * textmodes/ispell.el (mail-yank-prefix):
23308         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
23309         * textmodes/org.el (calc-embedded-close-formula)
23310         (calc-embedded-open-formula)
23311         (font-lock-unfontify-region-function):
23312         * textmodes/reftex-global.el (isearch-next-buffer-function)
23313         (TeX-master):
23314         * textmodes/reftex.el (font-lock-keywords):
23315         * textmodes/tex-mode.el (font-lock-comment-face)
23316         (font-lock-doc-face):
23317         * textmodes/texinfo.el (outline-heading-alist):
23318         Add defvars.
23320         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
23321         (artist-spray-chars, artist-mode-init, artist-replace-string)
23322         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
23323         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
23324         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
23326         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
23327         (conf-align-assignments): "?\ " -> "?\s".
23329         * textmodes/reftex-index.el (TeX-master): Add defvar.
23330         (reftex-index-phrases-marker): Move up defvar.
23332         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
23333         (reftex-toc-include-labels-indicator)
23334         (reftex-toc-include-index-indicator)
23335         (reftex-toc-max-level-indicator): Move up declarations.
23337         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
23338         of args to `tramp-run-real-handler', even if it's empty in this case.
23340 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23342         * dired.el (dired-move-to-filename-regexp): Add date format for
23343         Mac OS X 10.3 in East Asian locales.
23345 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
23347         * files.el (make-auto-save-file-name): Add file name handler call
23348         if applicable.
23350         * net/tramp.el (tramp-file-name-handler-alist)
23351         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
23352         (tramp-handle-make-auto-save-file-name): Rename from
23353         `tramp-make-auto-save-file-name'.
23354         (tramp-exists-file-name-handler): New defun.
23355         (tramp-advice-make-auto-save-file-name): Make defadvice only when
23356         `make-auto-save-file-name' is not a magic file name operation.
23358 2005-08-30  Richard M. Stallman  <rms@gnu.org>
23360         * files.el (risky-local-variable-p):
23361         Match `-predicates' and `-commands.
23363         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
23364         (custom-save-all): Visit the file if necessary;
23365         kill the buffer if we created it.
23366         (custom-save-delete): Don't visit file or kill buffer here.
23368 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
23370         * textmodes/org.el (org-special-keyword): New face.
23371         (org-table-copy-down, org-table-eval-formula)
23372         (org-table-recalculate, org-init-section-numbers):
23373         Use `string-to-number' instead of `string-to-int'.
23374         (org-get-location): Use `insert-buffer-substring' instead of
23375         `insert-buffer'.
23376         (org-modify-diary-entry-string): New function.
23377         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
23378         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
23379         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
23380         active region.
23381         (org-export-as-html): Handle QUOTE keyword.
23382         (org-quote-string): New option.
23383         (org-bookmark-jump-unhide): New function, used for
23384         `bookmark-after-jump-hook'.
23385         (org-diary-default-entry): Apply only when not called through
23386         `org-agenda'.
23388 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
23390         * net/eudc.el (mode-popup-menu):
23391         * play/handwrite.el (ps-printer-name, ps-lpr-command):
23392         * progmodes/ada-mode.el (compile-auto-highlight)
23393         (skeleton-further-elements):
23394         * progmodes/autoconf.el (font-lock-syntactic-keywords):
23395         * progmodes/cmacexp.el (msdos-shells):
23396         * progmodes/compile.el (font-lock-extra-managed-props)
23397         (font-lock-keywords, font-lock-maximum-size)
23398         (font-lock-support-mode):
23399         * progmodes/grep.el (font-lock-lines-before):
23400         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
23401         * progmodes/mixal-mode.el (compile-command):
23402         * progmodes/perl-mode.el (font-lock-comment-face)
23403         (font-lock-doc-face, font-lock-string-face):
23404         * progmodes/prolog.el (comint-prompt-regexp):
23405         * progmodes/sh-script.el (font-lock-comment-face)
23406         (font-lock-set-defaults, font-lock-string-face):
23407         * progmodes/sql.el (font-lock-keyword-face)
23408         (font-lock-set-defaults, font-lock-string-face):
23409         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
23410         (itimer-version, lazy-lock-defer-contextually)
23411         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
23412         Add defvars.
23414         * progmodes/cperl-mode.el (cperl-electric-lbrace)
23415         (cperl-electric-keyword, cperl-electric-pod)
23416         (cperl-electric-backspace, cperl-forward-re)
23417         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
23418         (vc-rcs-header, vc-sccs-header): Add defvars.
23420         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
23421         (font-lock-syntactic-keywords, gud-find-expr-function):
23422         Add defvars.
23424         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
23425         (gdb-frame-parameters): Declare before use.
23427         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
23428         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
23429         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
23430         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
23432         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
23433         (idlwave-help-with-source): Use `insert-buffer-substring', not
23434         `insert-buffer'.
23436 2005-08-29  Juri Linkov  <juri@jurta.org>
23438         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
23439         Put outline-back-to-heading function call inside save-excursion.
23441 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
23443         * man.el (Man-init-defvars, Man-translate-references)
23444         (Man-support-local-filenames, Man-highlight-references):
23445         * progmodes/sql.el (sql-interactive-mode):
23446         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
23448         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
23449         (compilation-mode-font-lock-keywords): Add defvars.
23450         (checkdoc-interactive-loop): "?\ " -> "?\s".
23452         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
23453         (font-lock-doc-face, font-lock-string-face)
23454         (font-lock-keywords-case-fold-search): Add defvars.
23455         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
23457         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
23458         Don't pass X and Y (they are ignored anyway).
23459         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
23460         (mouse-delete-window): Make arguments optional.
23462         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
23463         (caesar-translate-table, minor-modes, news-buffer-save)
23464         (news-group-name, news-minor-modes): Add defvars.
23466         * emacs-lisp/lselect.el (mouse-highlight-priority)
23467         (x-lost-selection-functions, zmacs-regions):
23468         * emacs-lisp/pp.el (font-lock-verbose):
23469         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
23470         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
23471         (ses-mode-map):
23472         * emacs-lisp/tcover-unsafep.el (safe-functions):
23473         * international/mule-cmds.el (mac-system-coding-system)
23474         (mac-system-locale):
23475         * language/ethio-util.el (rmail-current-message)
23476         (rmail-message-vector):
23477         * language/thai-util.el (thai-auto-composition-mode):
23478         * mail/metamail.el (rmail-current-message, rmail-message-vector):
23479         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
23480         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
23481         (vm-primary-inbox, vm-spool-files):
23482         * mail/rmail.el (deleted-head, font-lock-fontified)
23483         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
23484         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
23485         (total-messages):
23486         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
23487         (rmail-summary-mode-map):
23488         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
23489         (rmail-last-label, rmail-last-multi-labels)
23490         (rmail-summary-vector, rmail-total-messages):
23491         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
23492         * mail/rmailsum.el (msgnum):
23493         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
23494         (rmail-current-message):
23495         * obsolete/fast-lock.el (font-lock-face-list):
23496         * obsolete/rnewspost.el (mail-reply-buffer):
23497         * obsolete/scribe.el (compile-command):
23498         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
23500 2005-08-28  John Paul Wallington  <jpw@gnu.org>
23502         * ibuf-ext.el (ibuffer-auto-update-changed):
23503         Use `frame-or-buffer-changed-p' to check whether we need to update.
23504         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
23505         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
23506         as a `frame-or-buffer-changed-p' state vector instead.
23508 2005-08-27  Romain Francoise  <romain@orebokech.com>
23510         * textmodes/makeinfo.el (makeinfo-compile):
23511         Use `compilation-start'.  Set `next-error-function' according to
23512         `disable-errors'.
23513         (makeinfo-next-error): New function.
23514         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
23515         (makeinfo-buffer): Likewise.
23517         * progmodes/compile.el (compilation-start): Add autoload cookie.
23519         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
23520         * textmodes/sgml-mode.el: Likewise.
23521         * progmodes/python.el: Likewise.
23523 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
23525         * simple.el (blink-matching-paren-distance): Document the meaning
23526         of nil value, and allow to customize to nil.
23528         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
23529         command.com, not command.exe.
23531 2005-08-26  John Wiegley  <johnw@newartisans.com>
23533         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
23534         code around a bit so that an extraneous nil argument is not added
23535         to a command when no args are given.
23537         * eshell/esh-arg.el (eshell-parse-double-quote): If a
23538         double-quoted argument resolves to nil, return it as an empty
23539         string rather than as nil.  This made it impossible to pass "" to
23540         a shell script as a null string argument.
23542 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23544         * outline.el (outline-invent-heading): New fun.
23545         (outline-promote, outline-demote): Use it.
23546         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
23547         (outline-end-of-subtree): Remove unused var `opoint'.
23549 2005-08-26  David Reitter  <david.reitter@gmail.com>
23551         * menu-bar.el (truncate-lines, write-file, print-buffer)
23552         (ps-print-buffer-faces, ps-print-buffer, split-window):
23553         Disable menu items when the frame they refer to is invisible, or when
23554         they refer to a buffer and the minibuffer is selected.
23556 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
23558         * progmodes/flymake.el (flymake-highlight-err-lines):
23559         Use save-excursion around flymake-highlight-line to preserve point.
23561 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
23563         * progmodes/octave-mod.el: Change Author and Maintainer address.
23564         (octave-maintainer-address): Change Kurt's email address.
23565         * progmodes/octave-inf.el: Change Author and Maintainer address.
23566         * progmodes/octave-hlp.el: Change Author and Maintainer address.
23568 2005-08-26  Kim F. Storm  <storm@cua.dk>
23570         * subr.el (version-list-<, version-list-<=, version-list-=):
23571         Rename from integer-list-*.
23572         (version-list-not-zero): Likewise.  Fix while loop.
23573         (version=): Use version-list-= instead of string-equal.
23575 2005-08-26  Richard M. Stallman  <rms@gnu.org>
23577         * outline.el (outline-promote): Try shortening the heading.
23578         As last resort, read the heading to use.
23579         (outline-demote): As last resort, read the heading to use.
23581 2005-08-26  Romain Francoise  <romain@orebokech.com>
23583         * progmodes/compile.el (compilation-start): Doc fix.
23585         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
23586         (antlr-font-lock-additional-keywords): Fix reference to
23587         `antlr-font-lock-literal-regexp' erroneously changed during the
23588         mass face rename.
23589         (antlr-run-tool): Use `compilation-start'.
23591         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
23592         instead of the obsolete `compile-internal'.
23594 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
23596         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
23597         (number, original-date):
23598         * calendar/cal-china.el (date):
23599         * calendar/cal-coptic.el (date):
23600         * calendar/cal-french.el (date):
23601         * calendar/cal-hebrew.el (date, entry, number, original-date):
23602         * calendar/cal-islam.el (date, number, original-date):
23603         * calendar/cal-iso.el (date):
23604         * calendar/cal-julian.el (date):
23605         * calendar/cal-mayan.el (date):
23606         * calendar/cal-menu.el (date, event):
23607         * calendar/cal-persia.el (date):
23608         * calendar/lunar.el (date):
23609         * calendar/solar.el (date): Add defvars.
23611         * emerge.el:
23612         * ibuffer.el:
23613         * info-xref.el:
23614         * obsolete/bg-mouse.el:
23615         * obsolete/sun-curs.el:
23616         * obsolete/swedish.el: Move the `defvar's to the top level.
23618         * smerge-mode.el (smerge-refined-change): Add :group.
23620 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23622         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
23623         (smerge-keep-n): Remove props.
23624         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
23625         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
23626         now that it's done in smerge-keep-n.
23627         (smerge-refined-change): New face.
23628         (smerge-refine-chopup-region, smerge-refine-highlight-change)
23629         (smerge-refine): New funs.
23630         (smerge-basic-map): Bind smerge-refine.
23632 2005-08-25  Juri Linkov  <juri@jurta.org>
23634         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
23635         compilation-process-setup-function and compilation-disable-input
23636         in grep-mode instead of let-bindings in grep.
23638         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
23639         Delete "Automatic File De/compression" (auto-compression-mode).
23641 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
23643         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
23644         Silence warning about non-existent variable.
23646 2005-08-25  Richard M. Stallman  <rms@gnu.org>
23648         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
23649         Rename "Describe Key" to "Describe Key or Mouse Operation".
23651         * mail/mailalias.el (build-mail-aliases): Delete comments
23652         from the contents before processing them.
23654         * isearch.el (isearch-edit-string): Erase the Search prompt
23655         if user enters an empty string and there is no default.
23657         * comint.el (comint-file-name-prefix): Add autoload.
23659 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
23661         * subr.el (play-sound): Rearrange to avoid warning.
23663 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
23665         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
23666         New hook.
23667         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
23669 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23671         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
23673         * custom.el (custom-theme-set-variables): Sort minor modes last.
23675 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23677         * subr.el (version-separator, version-regexp-alist): New vars used by
23678         version comparison funs.
23679         (integer-list-<, integer-list-=, integer-list-<=)
23680         (integer-list-not-zero): New funs for integer list comparison.
23681         (version-to-list, version=, version<, version<=): New funs for version
23682         comparison.
23684 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
23686         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
23687         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
23688         time to silence the byte-compiler.
23690         * ibuffer.el (ibuffer-compile-make-eliding-form)
23691         (ibuffer-check-formats): Use `with-no-warnings' to hide references
23692         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
23693         so it's silly to get warnings for it).
23694         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
23695         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
23696         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
23697         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
23698         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
23699         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
23700         Defvar at compile time.
23701         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
23702         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
23703         Declare them before use.
23705         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
23706         (info-xref-good, info-xref-bad): Defvar at compile time.
23708         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
23709         Use `let*' instead of `let'.
23711         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
23712         (*mouse-y*, menu, char): Defvar at compile time.
23713         (sc::menu): Declare it before use.
23714         (sc::pack-one-line): Use `let', not `let*'.
23716         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
23717         (mail-send-hook): Defvar at compile time.
23719         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
23720         Defvar at compile time.
23722         * term/sun-mouse.el (current-global-mousemap)
23723         (current-local-mousemap): Declare them before use.
23725 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
23727         * bookmark.el (bookmark-after-jump-hook): New hook.
23728         (bookmark-jump): Run `bookmark-after-jump-hook'.
23730 2005-08-23  Juri Linkov  <juri@jurta.org>
23732         * faces.el (minibuffer-prompt): Doc fix.
23734 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
23736         * progmodes/xscheme.el: Trivial changes to silence warnings.
23737         (xscheme-previous-mode, xscheme-previous-process-state):
23738         Add defvars.
23739         (xscheme-last-input-end, xscheme-process-command-line)
23740         (xscheme-process-name, xscheme-buffer-name)
23741         (xscheme-expressions-ring-max, xscheme-expressions-ring)
23742         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
23743         (xscheme-control-g-synchronization-p)
23744         (xscheme-control-g-disabled-p, xscheme-string-receiver)
23745         (default-xscheme-runlight, xscheme-runlight)
23746         (xscheme-runlight-string, xscheme-process-filter-state)
23747         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
23748         Move to beginning of file.
23749         (scheme-interaction-mode-commands-alist)
23750         (scheme-interaction-mode-map, scheme-debugger-mode-map):
23751         Declare them before use.  Note: the initialization code for the
23752         variables has not been moved because it uses functions that reference
23753         the variables.
23754         (xscheme-control-g-message-string, xscheme-process-filter-alist)
23755         (xscheme-prompt-for-expression-map): Declare them before use.
23756         (scheme-debugger-mode-commands): "?\ " -> "?\s".
23758 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
23760         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
23762 2005-08-22  Juri Linkov  <juri@jurta.org>
23764         * faces.el (set-face-underline): Delete this duplicate function
23765         and make an obsolete alias to set-face-underline-p.
23766         (set-face-underline-p): Use docstring of set-face-underline.
23767         (describe-face): Create hyperlink to parent face.
23769         * info.el (Info-insert-dir): Use save-excursion around
23770         insert-buffer-substring.
23771         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
23772         (Info-escape-percent): Delete function.
23773         (Info-fontify-node): Replace Info-escape-percent by
23774         replace-regexp-in-string with REP arg set to lambda that
23775         duplicates `%' and preserves text properties.
23777         * progmodes/compile.el (compilation-disable-input): Doc fix.
23778         (define-compilation-mode): Doc fix and refill.
23779         (kill-compilation): Use `mode-name' in the error message.
23780         (compilation-find-file): Use `compilation-error' in the
23781         read-file-name's prompt.
23783 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23785         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
23786         (smerge-auto-leave): Make undo re-enable the mode.
23787         (debug-ignored-errors): Add the user-error of impossible resolution.
23788         (smerge-resolve): Move things around a bit, in preparation for later.
23789         (smerge-diff): Don't fail if the buffer has no associated file.
23790         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
23791         (smerge-conflict-overlay): New function.
23792         (smerge-match-conflict): Don't add text properties here.
23793         (smerge-find-conflict): Instead, add an overlay here.
23794         Also check for the case where we're inside a conflict already, so as to
23795         obviate the need for font-lock-multiline, which is unbearably slow with
23796         large conflicts and ciomplex font-lock patterns.
23797         (smerge-remove-props): Remove overlay rather than text-properties.
23798         (smerge-mode): Don't set font-lock-multiline.
23799         Remove overlays when turned off.
23801 2005-08-21  Kim F. Storm  <storm@cua.dk>
23803         * ido.el (ido-ignore-item-p): Use save-match-data.
23804         Bind case-fold-search to ido-case-fold locally.
23806 2005-08-20  Richard M. Stallman  <rms@gnu.org>
23808         * files.el (normal-mode): If font lock is on, turn it off and on.
23810         * subr.el (replace-regexp-in-string): Doc fix.
23812         * startup.el (command-line-1): Don't suppress startup screen
23813         due to existing processes.
23815         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
23817         * progmodes/compile.el (compilation-disable-input): Default to nil.
23819 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
23821         * progmodes/compile.el (compilation-disable-input): New defcustom.
23822         (compilation-start): If compilation-disable-input is non-nil, send
23823         EOF to the compilation process.
23825 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
23827         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
23828         Run the argument of tex-shell-cd-command through
23829         convert-standard-filename, to get the correct style of slashes on
23830         Windows, and enclose the result in quotes, in case the file name
23831         includes whitespace or other special characters.
23833 2005-08-19  Andreas Schwab  <schwab@suse.de>
23835         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
23836         process.
23838 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
23840         * cus-start.el (minibuffer-prompt-properties): Correct typo.
23842 2005-08-18  Kim F. Storm  <storm@cua.dk>
23844         * scroll-lock.el: Fix errors due to incorrect line wrapping.
23846 2005-08-18  Richard M. Stallman  <rms@gnu.org>
23848         * scroll-lock.el: New file.
23850 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
23852         * dired.el (dired-move-to-end-of-filename):
23853         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
23855 2005-08-18  Kim F. Storm  <storm@cua.dk>
23857         * ido.el (ido-everywhere): Fix defcustom :set function to disable
23858         rather than toggle mode when custom value is nil.
23859         (ido-everywhere): Fix defun doc string.
23861 2005-08-17  Richard M. Stallman  <rms@gnu.org>
23863         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
23864         as tag instead of "Inviolable".
23866 2005-08-17  Kim F. Storm  <storm@cua.dk>
23868         * windmove.el (windmove-coordinates-of-position): Remove.
23869         (windmove-coordinates-of-window-position): Remove.
23870         (windmove-reference-loc): Use posn-at-point instead.
23872         * subr.el (insert-for-yank-1): Doc fix.
23874         * ido.el (ido-enter-matching-directory): Rename from
23875         ido-enter-single-matching-directory.  Change `slash' choice to
23876         `only'.  Add `first' choice.
23877         (ido-exhibit): Adapt to above changes.
23879 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
23881         * Makefile.in: Expand comment about building loaddefs.el.
23883 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
23885         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
23886         Comment use of defadvice.
23888         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
23890 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
23892         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
23893         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
23894         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
23895         * progmodes/idlw-shell.el, progmodes/ld-script.el,
23896         * progmodes/which-func.el, ruler-mode.el, strokes.el,
23897         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
23898         for backward compatibility for faces that did not appear in the
23899         previous Emacs release.
23901         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
23903 2005-08-15  Kim F. Storm  <storm@cua.dk>
23905         * emulation/cua-base.el (cua-delete-region): Return t if
23906         deleted region was non-empty.
23907         (cua-replace-region): Inhibit overwrite-mode for
23908         self-insert-command if replaced region was non-empty.
23909         (cua--explicit-region-start, cua--status-string): Make them
23910         buffer-local at top-level...
23911         (cua-mode): ...rather than when mode is enabled.
23913 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
23915         * progmodes/vhdl-mode.el (vhdl-emacs-21):
23916         Set t for Emacs 21, 22, and so on.
23918 2005-08-15  David Ponce  <david@dponce.com>
23920         * tree-widget.el: Update Commentary header.
23921         (tree-widget-theme): Doc fix.
23922         (tree-widget-space-width): New option.
23923         (tree-widget-image-properties): Look up in the default theme too.
23924         (tree-widget--cursors): Only for images with arrow pointer shape.
23925         (tree-widget-lookup-image): Pointer shape is hand by default.
23926         (tree-widget-icon): Rename generic icon widget from
23927         `tree-widget-control'.
23928         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
23929         derive from `tree-widget-icon'.
23930         (tree-widget-handle): Improve default look and feel of the text
23931         representation.
23932         (tree-widget): Rename :*-control properties to :*-icon properties.
23933         Add :action and :help-echo properties.
23934         (tree-widget-after-toggle-functions): Move.
23935         (tree-widget-close-node, tree-widget-open-node): Remove.
23936         (tree-widget-before-create-icon-functions): New hook.
23937         (tree-widget-value-create): Update to allow customization of icons
23938         and nodes at run-time via that new hook.
23939         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
23940         (tree-widget-icon-action, tree-widget-icon-help-echo)
23941         (tree-widget-action, tree-widget-help-echo): New functions.
23943 2005-08-15  Kim F. Storm  <storm@cua.dk>
23945         * ido.el (ido-buffer-internal): Use with-no-warnings.
23946         (ido-make-merged-file-list): Use while-no-input.
23948 2005-08-15  Richard M. Stallman  <rms@gnu.org>
23950         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
23951         (flyspell-large-region): Fix doc and custom type.
23953 2005-08-14  Richard M. Stallman  <rms@gnu.org>
23955         * files.el (interpreter-mode-alist): Doc fix.
23957         * mail/rmail.el (rmail-nonignored-headers): New variable.
23958         (rmail-clear-headers): Use it.
23959         (rmail-reply): Better handling of mail-followup-to header.
23961         * progmodes/sh-script.el (sh-font-lock-keywords-var):
23962         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
23963         don't try to refer to executable-font-lock-keywords.
23964         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
23965         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
23966         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
23967         (sh-mode): Set comment-start-skip, local-abbrev-table,
23968         imenu-case-fold-search.
23969         (sh-set-shell): Don't set them here.
23970         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
23971         Don't cache the results in the original alist; don't ever modify
23972         that alist.
23974         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
23976         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
23977         empty.
23979 2005-08-15  Andreas Schwab  <schwab@suse.de>
23981         * desktop.el: Put autoload cookie at risky-local-variable declarations.
23983         * dired.el, info.el, mail/rmail.el: Revert last change.
23985 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
23987         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
23988         modification in `eval-after-load' form.
23989         * info.el: Likewise.
23990         * mail/rmail.el: Likewise.
23992 2005-08-14  Juri Linkov  <juri@jurta.org>
23994         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23995         Remove highlighting of "Compilation started".  Highlight only
23996         the word "finished" in "Compilation finished".  Add highlighting
23997         of "interrupt", "killed", "terminated" and the exit code.
23998         (compilation-start): Add newline after header.  Use exactly the
23999         same time stamp format as the finishing message.
24000         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24002         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24003         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24004         Add highlighting of "interrupt", "killed", "terminated".
24006         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24007         enabled and the current command is self-insert-command, call it
24008         explicitly with overwrite-mode bound to nil, to not allow it
24009         to delete the character after the selected region.
24011 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
24013         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24014         move-end-of-line, end-of-line, and beginning-of-line to the list
24015         of commands after which the echo area is updated.
24017 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
24019         * cus-edit.el (custom-save-all, custom-save-delete):
24020         Bind recentf-exclude to exclude custom-file.
24022 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
24024         * mail/rmailsum.el (rmail-summary-end-of-message): New command
24025         to go to the bottom of the mail message.  Added to
24026         `rmail-summary-mode-map' with key "/".
24027         (rmail-summary-show-message): New (internal) function for use by
24028         both `rmail-summary-beginning/end-of-message'.
24029         (rmail-summary-beginning-of-message): Change to use
24030         rmail-summary-show-message.
24032         * mail/rmail.el (rmail-end-of-message): New command to go to the
24033         end of the current message.  Added to `rmail-mode-map' with key "/".
24034         (rmail-beginning-of-message): Fix to work as documented.
24035         (rmail-mode): Change documentation.
24037         * progmodes/compile.el (compilation-start): Add the line
24038         "Compilation started" with compilation start time.
24039         (compilation-mode-font-lock-keywords): Add `started' to keywords.
24041 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
24043         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
24044         of menu items.
24046 2005-08-11  Richard M. Stallman  <rms@gnu.org>
24048         * simple.el (pop-global-mark): Reverse test of widen-automatically.
24050         * battery.el (battery-status-function): Don't use ignore-errors.
24052 2005-08-11  Lute Kamstra  <lute@gnu.org>
24054         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
24055         define-obsolete-variable-alias.
24057 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24059         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
24060         (ange-ftp-send-cmd): Revert last change, and expand
24061         the comment explaining the problem.
24063 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
24065         * ldefs-boot.el: Update.
24067         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
24068         item to "Time, Load and Mail".  Change help echo text.
24070         * time.el (display-time-use-mail-icon, display-time-format)
24071         (display-time-string-forms): Shorten first line of docstrings.
24073 2005-08-10  Lars Hansen  <larsh@soem.dk>
24075         * desktop.el (desktop-buffer-mode-handlers):
24076         Make non-customizable.  Add autoload cookie.  Change initial value to
24077         nil; add elements in respective modules instead.  Fix doc string.
24078         (desktop-load-file): New function.
24079         (desktop-minor-mode-handlers): New autoloaded variable.
24080         (desktop-create-buffer): Call minor mode handlers.
24081         Use desktop-load-file to load major and minor mode modules prior to
24082         checking for a handler.
24083         (desktop-save): Don't add nil to desktop-minor-modes for minor
24084         modes with nil function in desktop-minor-mode-table.  Don't delete
24085         desktop file before rewriting it.
24086         (desktop-locals-to-save): Add autoload cookie.  Don't make
24087         automatically buffer-local.  Add variables column-number-mode,
24088         size-indication-mode, indent-tabs-mode,
24089         indicate-buffer-boundaries, indicate-empty-lines and
24090         show-trailing-whitespace.
24091         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
24092         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
24093         (desktop-clear-preserve-buffers-regexp): Delete.
24094         (desktop-clear-preserve-buffers): Update initial value and docstring.
24095         (desktop-save-buffer): Fix doc string.
24097         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
24098         (hilit-chg-desktop-restore): New function.
24099         (highlight-changes-mode): Add highlight-changes-mode to
24100         desktop-locals-to-save.
24102         * dired.el: Add handler to desktop-buffer-mode-handlers.
24103         (dired-restore-desktop-buffer): Remove autoload cookie.
24104         (dired-mode): Add autoload cookie.
24106         * info.el: Add handler to desktop-buffer-mode-handlers.
24107         (Info-restore-desktop-buffer): Remove autoload cookie.
24108         (Info-mode): Add autoload cookie.
24110         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
24111         (mh-restore-desktop-buffer): Remove autoload cookie.
24112         (mh-folder-mode): Add autoload cookie.
24114         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
24115         (rmail-restore-desktop-buffer): Remove autoload cookie.
24117 2005-08-11  Masatake YAMATO  <jet@gyve.org>
24119         * hexl.el (hexl-address-region):
24120         (hexl-ascii-region, hexl-font-lock-keywords):
24121         (hexl-highlight-line-range): Use the term "region"
24122         instead of "area" for consistency with the other symbols
24123         defined in hexl.el.
24125 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
24127         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
24128         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
24129         out by Juri Linkov).  Add `display-battery-mode'.
24131 2005-08-09  Juri Linkov  <juri@jurta.org>
24133         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24134         Remove `-text' from face variable names.
24135         (compilation-error-file-name, compilation-warning-file-name)
24136         (compilation-info-file-name): Delete faces.
24137         (compilation-line-number, compilation-column-number):
24138         Remove face underlining.
24139         (compilation-message-face): Set to `underline' value by default.
24140         (compilation-error-face, compilation-warning-face)
24141         (compilation-info-face): Remove `-file-name' from face names.
24142         (compilation-error-text-face, compilation-warning-text-face)
24143         (compilation-info-text-face): Delete face variables.
24144         (compilation-text-face): Delete function.
24146         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
24147         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
24148         (grep-error-face): Set to `compilation-error' instead of
24149         `compilation-error-face' (which is redefined to `grep-hit-face' in
24150         grep buffers).
24151         (grep-mode-font-lock-keywords): Remove `-text' from face variable
24152         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
24154         * dired-aux.el (dired-do-query-replace-regexp):
24155         Use `query-replace-read-args'.
24157         * replace.el (query-replace-read-from, query-replace-read-to)
24158         (query-replace-read-args): Rename arg `string' to `prompt'.
24160         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
24162 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24164         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
24165         uploading files.
24166         (ange-ftp-canonize-filename): Handle file names beginning with ~
24167         correctly.
24169 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
24171         * textmodes/fill.el (canonically-space-region)
24172         (fill-context-prefix, fill-french-nobreak-p)
24173         (fill-delete-newlines, fill-comment-paragraph)
24174         (justify-current-line): "?\ " -> "?\s".
24176 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
24178         * textmodes/fill.el (fill-nonuniform-paragraphs):
24179         Improve argument/docstring consistency.
24181 2005-08-09  Richard M. Stallman  <rms@gnu.org>
24183         * textmodes/ispell.el (ispell-word): More fboundp checks.
24185         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
24186         (find-file-noselect-1): Call it here, only if RAWFILE.
24187         (normal-mode): Always set some major mode.
24188         (save-some-buffers-action-alist): Change some explanation strings.
24189         (file-name-non-special): In the `quote' method, use unwind-protect.
24191 2005-08-09  Magnus Henoch  <mange@freemail.hu>
24193         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
24194         (ispell-have-aspell-dictionaries): New variable.
24195         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
24196         (ispell-get-aspell-config-value): New function.
24197         (ispell-aspell-find-dictionary): New function.
24198         (ispell-aspell-add-aliases): New function.
24199         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
24200         appropriate.  Don't look for ispell dictionaries if we use aspell.
24201         (ispell-menu-map): Don't build a submenu of dictionaries.
24203 2005-08-09  Richard M. Stallman  <rms@gnu.org>
24205         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
24206         (sql-read-passwd): Use read-passwd.
24208         * progmodes/idlw-toolbar.el (idlwave-toolbar)
24209         (idlwave-toolbar-is-possible): Add defvars.
24211         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
24212         Avoid warnings.
24214         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
24215         (idlwave-system-class-info, idlwave-executive-commands-alist):
24216         Use defvar.
24218         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
24220         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
24221         Avoid warnings.
24223         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
24224         and content-type: headers.
24226         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
24228         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
24229         and rename some of them to be more self-explanatory.
24231         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
24233         * startup.el (command-line-1): Implement -scriptload.
24235         * replace.el (occur-engine): Initial *Occur* output not undoable.
24237         * menu-bar.el (menu-bar-file-menu): Rename some menu items
24238         and improve help strings.
24240         * isearch.el (isearch-repeat): When changing direction,
24241         mark search successful.
24243         * ediff-init.el: Use (featurep 'xemacs).
24245         * comint.el (send-invisible): Identify buffer, if not selected.
24247         * align.el: Delete autoload for c-guess-basic-syntax.
24249 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
24251         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
24252         Improve argument/docstring consistency.  Doc fixes.
24253         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
24254         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
24255         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
24256         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
24257         (r2bv-organization, r2bv-pages, r2bv-primary-author)
24258         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
24259         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
24260         Defvar at compile time.
24262 2005-08-09  Juri Linkov  <juri@jurta.org>
24264         * info.el: Replace `info' with upper-case `Info' where appropriate.
24265         (info-title-1, info-title-2, info-title-3, info-title-4)
24266         (info-menu-header): Move up face definitions.
24267         (info-menu-star): Rename from `info-menu-5'.
24268         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
24269         (Info-fontify-visited-nodes): Fix docstring.
24270         (Info-hide-note-references): Fix docstring.
24271         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
24272         menu items in the same way as on cross-references.
24273         (info-apropos): Fix sorting order and formatting to be like in the
24274         stand-alone Info browser.  Display error messages for 1 sec.
24275         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
24276         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
24277         from the menu bar.
24278         (Info-insert-dir): Restore point after calling
24279         `insert-buffer-substring'.
24281 2005-08-08  Richard M. Stallman  <rms@gnu.org>
24283         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
24284         (recompute-lucid-menubar): Add defvars.
24286         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
24288         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
24290         * net/net-utils.el (run-dig): Rename from `dig'.
24292         * play/gametree.el (gametree-mode): Use make-local-variable,
24293         not make-variable-buffer-local.
24295         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
24297         * ansi-color.el (ansi-color-make-extent)
24298         (ansi-color-set-extent-face): Use fboundp, not functionp.
24300         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
24301         not make-variable-buffer-local.
24303         * bookmark.el (Info-current-file): Add defvar.
24304         (bookmark-jump-noselect): Use with-no-warnings.
24306         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
24308         * ebuff-menu.el (Helper-return-blurb): Add defvar.
24310         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
24312         * find-file.el (ada-procedure-start-regexp)
24313         (ada-package-start-regexp): Add defvars.
24315         * info.el (Info-insert-dir): Use insert-buffer-substring.
24317         * xml.el (xml-att-def-re): Add defvar.
24319         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
24320         calling convention.
24322         * subr.el (while-no-input): Return t if there is input.
24324 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
24326         * cus-start.el (all): Add `overflow-newline-into-fringe'.
24328 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
24330         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
24331         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
24333 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
24335         * cmuscheme.el (scheme-start-file): Replace reference to
24336         `user-emacs-directory' by "~/.emacs.d/".
24338 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
24340         * info.el (Info-dir-remove-duplicates): Avoid case folding
24341         in loop; instead, keep downcased strings for comparison.
24342         Suggested by Helmut Eller.
24344 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
24346         Sync with Tramp 2.0.50.
24348         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
24349         XEmacs case; not necessary anymore.
24350         (tramp-user-regexp): Allow "@" as part of user name.
24351         (tramp-handle-set-visited-file-modtime)
24352         (tramp-handle-insert-file-contents)
24353         (tramp-handle-write-region): No special handling for
24354         `last-coding-system-used, because this is done in
24355         `tramp-accept-process-output' now.
24356         (tramp-accept-process-output): New defun.
24357         (tramp-process-one-action, tramp-process-one-multi-action)
24358         (tramp-wait-for-regexp, tramp-wait-for-output)
24359         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
24360         Howells <dhowells@redhat.com>.
24361         (clear-visited-file-modtime): Defadvice removed.  The check for
24362         unset buffer's modtime does not need to be based on
24363         `tramp-buffer-file-attributes'.  Suggested by RMS.
24364         (tramp-message): Insert "\n" if not being at beginning of line.
24365         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
24366         sequence with same logic.
24367         (tramp-completion-handle-expand-file-name): Discard call of
24368         `tramp-drop-volume-letter'.  It is not necessary, and there have
24369         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
24370         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24371         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
24372         should always be visible.
24373         (tramp-handle-insert-directory, tramp-setup-complete)
24374         (tramp-set-process-query-on-exit-flag)
24375         (tramp-append-tramp-buffers): Pacify byte-compiler.
24376         (tramp-bug): Delete non-existing variables from list.
24377         Apply `tramp-load-report-modules' as pre-hook.
24378         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
24379         `shell-prompt-pattern' because of non-7bit characters.
24380         Reported by Sebastian Luque <sluque@mun.ca>.
24381         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
24382         (tramp-match-string-list): Remove function.
24383         (tramp-wait-for-regexp): Remove call of that function.
24384         Suggested by Kim F. Storm <storm@cua.dk>.
24385         (tramp-set-auto-save-file-modes): Use octal integer code #o600
24386         instead of octal character code ?\600.  The latter resulted in a
24387         syntax error with XEmacs.
24389         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
24390         XEmacs case; not necessary anymore.
24391         (tramp-smb-handle-write-region): No special handling for
24392         `last-coding-system-used, because this is done in
24393         `tramp-accept-process-output' now.
24394         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
24396 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
24398         * wid-edit.el (widget-choice-value-create):
24399         Unconditionally respect user choice.  Set :explicit-choice back to nil
24400         when no longer needed.
24401         (widget-choice-action): Unconditionally respect user choice.
24402         Eliminate :explicit-choice-value.
24404         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
24406         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
24407         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
24408         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
24409         running new function `toggle-indicate-empty-lines'.
24410         Rename "Customize" item to "Customize fringe".
24411         Rename "Indicators" item to "Buffer boundaries" and change help echo.
24412         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
24413         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
24414         Delete "Empty lines only" item.
24415         (menu-bar-showhide-fringe-ind-customize): New function.
24416         (menu-bar-showhide-fringe-ind-mixed)
24417         (menu-bar-showhide-fringe-ind-box)
24418         (menu-bar-showhide-fringe-ind-right)
24419         (menu-bar-showhide-fringe-ind-left)
24420         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
24421         instead of `fringe-indicators'.
24423 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
24425         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
24426         Change the date of last update.
24428 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
24430         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
24431         (viper-exec-yank, viper-put-back): Don't display modification msg
24432         if in the minibuffer.
24434         * viper-init.el (viper-replace-overlay-cursor-color)
24435         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
24436         Make variables frame local.
24438         * viper-util.el (viper-append-filter-alist): Use append instead of
24439         nconc.
24441         * viper.el (viper-vi-state-mode-list)
24442         (viper-emacs-state-mode-list): Move help-mode and
24443         completion-list-mode from the first list to the second.
24444         (viper-mode): Docstring.
24445         (viper-go-away, viper-non-hook-settings): Don't localize
24446         minor-mode-alist in newer Emacsen.  Add advice to
24447         set-cursor-color.  Don't bind "\C-c\\".
24449 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
24451         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
24452         (scheme-macro-expand-command): New user options.
24453         (scheme-trace-procedure, scheme-expand-current-form): New commands.
24454         (scheme-form-at-point, scheme-start-file)
24455         (scheme-interactively-start-process): New functions.
24456         (scheme-get-process): New function, extracted from `scheme-proc'.
24457         (run-scheme): Call `scheme-start-file' to get start file, and pass
24458         it to `make-comint'.
24459         (switch-to-scheme, scheme-proc):
24460         Call `scheme-interactively-start-process' if no Scheme buffer/process
24461         is available.
24463 2005-08-06  Juri Linkov  <juri@jurta.org>
24465         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24466         Use `compilation-text-face', `compilation-info-text-face' and
24467         `compilation-error-text-face' instead of `font-lock-keyword-face'.
24468         (compilation-error): New face.
24469         (compilation-error-file-name): Inherit from
24470         `compilation-error' instead of `font-lock-warning-face'.
24471         (compilation-warning-file-name): Inherit from
24472         `compilation-warning' instead of `font-lock-warning-face'.
24473         (compilation-info, compilation-error-file-name)
24474         (compilation-warning-file-name, compilation-info-file-name)
24475         (compilation-line-number, compilation-column-number): Doc fix.
24476         (compilation-error-text-face, compilation-warning-text-face)
24477         (compilation-info-text-face): New face variables.
24478         (compilation-line-face, compilation-column-face)
24479         (compilation-enter-directory-face)
24480         (compilation-leave-directory-face): Doc fix.
24481         (compilation-text-face): New function.
24483         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
24484         instead of 1 to display binary file names as info file links.
24485         (grep-error-face): Use `compilation-error-face' instead of
24486         `font-lock-keyword-face'.
24487         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
24488         and `compilation-warning-text-face' instead of
24489         `font-lock-keyword-face'.  Use `compilation-error-text-face'
24490         instead of `grep-error-face'.
24492 2005-08-05  Kenichi Handa  <handa@m17n.org>
24494         * international/code-pages.el: Add autoload cookies for all coding
24495         systems.
24497 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
24499         * cus-start.el (all): Put undo.c where it alphabetically belongs.
24501 2005-08-04  Juri Linkov  <juri@jurta.org>
24503         * progmodes/compile.el (compilation-mode-map):
24504         * progmodes/grep.el (grep-mode-map):
24505         Bind TAB to `compilation-next-error' and [backtab] to
24506         `compilation-previous-error'.
24508         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
24509         matching line numbers, column numbers and their ranges with regexp
24510         matching only line numbers.
24511         (grep-context-face): New face variable.
24512         (grep-mode-font-lock-keywords): Use it.
24514         * faces.el (read-face-name): Delete duplicate faces.
24516 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
24518         * thumbs.el (thumbs-find-image): Don't make variables
24519         automatically buffer local.
24520         (thumbs-current-tmp-filename, thumbs-current-image-filename)
24521         (thumbs-image-num): Make automatically buffer local.
24522         (thumbs-show-thumbs-list): Use `make-local-variable', not
24523         `make-variable-buffer-local'.
24524         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
24526         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
24527         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
24528         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
24529         (bother, bye, canyou, chatlst, continue, deathlst, describe)
24530         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
24531         (feelings-about, foullst, found, hello, history, howareyoulst)
24532         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
24533         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
24534         (neglst, obj, object, owner, please, problems, qlist)
24535         (random-adjective, relation, remlst, repetitive-shortness)
24536         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
24537         (shortlst, something, sportslst, stallmanlst, states, subj)
24538         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
24539         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
24540         Defvar at compile time.
24542         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
24543         not `make-variable-buffer-local'.
24545 2005-08-02  Kim F. Storm  <storm@cua.dk>
24547         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
24548         rectangle overlay in selected window.
24550 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
24552         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
24553         instead of display group.  Make `indicate-buffer-boundaries'
24554         customizable through Custom.
24556 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
24558         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
24559         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
24560         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
24561         (gdb-put-string): Fix typos in docstrings.
24563 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
24565         Update copyright notices of files in progmodes directory for
24566         release of Emacs 22.1.
24568         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
24570         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
24571         Don't barf if the GUD buffer has been killed.
24573 2005-08-01  Kim F. Storm  <storm@cua.dk>
24575         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
24577 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24579         * simple.el (next-error-follow-minor-mode):
24580         make-variable-buffer-local -> make-local-variable.
24582         * emacs-lisp/cl-extra.el: Require CL also when compiling.
24584         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
24585         (byte-compile-form-make-variable-buffer-local): New functions to warn
24586         about misuses of make-variable-buffer-local where make-local-variable
24587         was meant.
24589 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
24591         * bs.el (bs-attributes-list): Doc fix.
24592         (bs): Update url-link.
24594         * desktop.el (desktop-save-buffer): Fix typos in docstring.
24595         (desktop-load-default): Simplify.
24597         * ibuffer.el (ibuffer-columnize-and-insert-list)
24598         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
24599         (ibuffer-unmark-all, ibuffer-toggle-marks)
24600         (ibuffer-unmark-forward, ibuffer-unmark-backward)
24601         (ibuffer-compile-make-format-form, ibuffer-format-column)
24602         (ibuffer-current-buffers-with-marks)
24603         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
24604         (ibuffer): Doc fix.
24605         (ibuffer-mode): Fix typo in docstring.
24606         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
24607         with `define-obsolete-variable-alias'.
24608         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
24610 2005-07-29  Kenichi Handa  <handa@m17n.org>
24612         * international/mule-cmds.el (select-message-coding-system):
24613         Be sure to use LF for end-of-line.  If no coding system is decided,
24614         return iso-8859-1-unix.
24616 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24618         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
24619         (ange-ftp-pending-error-line): New vars.
24620         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
24621         to handle the non-fatal no-route-to-host messages.
24622         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
24624 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
24626         * isearch.el (isearch-mode-map, isearch-other-meta-char)
24627         (isearch-quote-char, isearch-printing-char)
24628         (isearch-text-char-description): "?\ " -> "?\s".
24629         (isearch-lazy-highlight-cleanup)
24630         (isearch-lazy-highlight-initial-delay)
24631         (isearch-lazy-highlight-interval)
24632         (isearch-lazy-highlight-max-at-a-time)
24633         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
24634         Declare with define-obsolete-*-alias macros.
24635         (isearch-forward): Fix typo in docstring.
24636         (search-invisible, search-ring-yank-pointer)
24637         (regexp-search-ring-yank-pointer): Doc fixes.
24639         * recentf.el (recentf-menu-append-commands-p): Declare with
24640         `define-obsolete-variable-alias'.
24641         (recentf-max-saved-items, recentf-menu-filter)
24642         (recentf-arrange-by-rule-subfilter): Doc fixes.
24643         (recentf-menu-append-commands-flag)
24644         (recentf-initialize-file-name-history, recentf-expand-file-name)
24645         (recentf-clear-data): Fix typos in docstrings.
24647 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
24649         * progmodes/gdb-ui.el: Smarten comments.
24650         (gdb-info-breakpoints-custom): Use nowarn when finding file.
24652 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
24654         * term/apollo.el (terminal-init-apollo): New function containing
24655         all former top level forms in the file.
24656         * term/bobcat.el (terminal-init-bobcat):
24657         * term/cygwin.el (terminal-init-cygwin):
24658         * term/iris-ansi.el (terminal-init-iris-ansi):
24659         * term/linux.el (terminal-init-linux):
24660         * term/news.el (terminal-init-news):
24661         * term/rxvt.el (terminal-init-rxvt):
24662         * term/sun.el (terminal-init-sun):
24663         * term/tvi970.el (terminal-init-tvi970):
24664         * term/vt100.el (terminal-init-vt100):
24665         * term/vt102.el (terminal-init-vt102):
24666         * term/vt125.el (terminal-init-vt125):
24667         * term/vt200.el (terminal-init-vt200):
24668         * term/vt201.el (terminal-init-vt201):
24669         * term/vt220.el (terminal-init-vt220):
24670         * term/vt240.el (terminal-init-vt240):
24671         * term/vt300.el (terminal-init-vt300):
24672         * term/vt320.el (terminal-init-vt320):
24673         * term/vt400.el (terminal-init-vt400):
24674         * term/vt420.el (terminal-init-vt420):
24675         * term/wyse50.el (terminal-init-wyse50):
24676         * term/xterm.el (terminal-init-xterm): Likewise.
24678         * term/README: Describe the terminal-init-* functionality.
24680         * startup.el (command-line): After loading the terminal initialization
24681         file call the corresponding terminal initialization function.
24683 2005-07-27  Kenichi Handa  <handa@m17n.org>
24685         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
24686         negative.
24688         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
24689         (ps-mule-composition-prologue): Fix for the case that
24690         RelativeCompose is false.
24692 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24694         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
24696         * descr-text.el (describe-char): Handle the case where the list of
24697         chars is displayed in a separate frame.
24698         Be a bit more discriminating when looking for the char.
24700 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
24702         * bookmark.el (bookmark-automatically-show-annotations)
24703         (bookmark-read-annotation-text-func): Doc fixes.
24704         (bookmark-save): Improve argument/docstring consistency.
24705         (bookmark-get-bookmark, bookmark-get-bookmark-record)
24706         (bookmark-alist-from-buffer)
24707         (bookmark-upgrade-file-format-from-0)
24708         (bookmark-grok-file-format-version)
24709         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
24710         (bookmark-read-annotation-mode)
24711         (bookmark-insert-current-bookmark, bookmark-jump)
24712         (bookmark-exit-hook): Fix typos in docstrings.
24713         (bookmark-exit-hooks): Define as obsolete alias.
24714         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
24715         not `bookmark-exit-hooks'.  Fix docstring.
24716         (bookmark-bmenu-select): "?\ " -> "?\s".
24718 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
24720         * startup.el (command-line): Fix typo.
24722 2005-07-24  Richard M. Stallman  <rms@gnu.org>
24724         * tooltip.el (tooltip-mode): Test emacs-basic-display,
24725         not emacs-quick-startup.
24727 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
24729         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
24730         (reb-next-match, reb-show-subexp): Use `with-selected-window'
24731         instead of `reb-with-current-window'.
24732         (reb-prev-match): Likewise.  Also, don't move left if the search
24733         was unsuccessful.
24734         (reb-initialize-buffer): New function.
24735         (re-builder, reb-change-syntax): Use it.
24737         * man.el (Man-goto-page): Make second argument NOERROR optional.
24739 2005-07-23  Richard M. Stallman  <rms@gnu.org>
24741         * man.el (Man-bgproc-sentinel): Check here for failure to find
24742         any man page in the output, and report the error here.
24743         (Man-arguments): Make it permanent local.
24744         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
24745         (Man-mode): Pass t for NOERROR.
24747         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
24748         (grep-mode-font-lock-keywords):
24749         Don't use compilation-...-face for messages that are not file names.
24751         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24752         Don't use compilation-...-face for messages that are not file names.
24754 2005-07-22  Juri Linkov  <juri@jurta.org>
24756         * startup.el (normal-splash-screen): Update menu name.
24758         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
24760 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
24762         * term/xterm.el: Load term/rxvt if the terminal is actually an
24763         rxvt terminal.
24764         (xterm-rxvt-set-background-mode): Remove, not used anymore.
24766         * term/rxvt.el (function-key-map): Use substitute-key-definition
24767         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
24769         * term/cygwin.el: New file.
24771 2005-07-22  Kim F. Storm  <storm@cua.dk>
24773         * image-file.el (insert-image-file, image-file-yank-handler):
24774         Fix last change to maintain a (unique) yank-handler on yanked images.
24776 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
24778         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
24779         of the file size (as in "177B" for 177 bytes).  This happens with
24780         "ls -lh" on FreeBSD.
24782 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
24784         * hilit-chg.el (highlight-changes-global-initial-state)
24785         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
24786         (hilit-chg-fixup, highlight-changes-mode):
24787         Fix typos in docstrings.
24788         (highlight-changes-global-modes, highlight-changes-rotate-faces):
24789         Doc fixes.
24791 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
24793         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
24794         mode function using `eval-after-load'.
24796 2005-07-21  Kim F. Storm  <storm@cua.dk>
24798         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
24799         included when reporting an Emacs crash, and tell about the DEBUG file.
24801         * image-file.el (insert-image-file): Add yank-handler.
24802         (image-file-yank-handler): Yank handler to make unique copies of
24803         images when they are yanked into a buffer next to each other.
24805 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
24807         * comint.el (comint-use-prompt-regexp, comint-send-input)
24808         (comint-source-default, comint-extract-string)
24809         (comint-get-source, comint-word, comint-completion)
24810         (comint-source, comint-prompt-read-only, comint-update-fence):
24811         Fix typos in docstrings.
24812         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
24813         Declare with define-obsolete-*-alias macros.
24814         (comint-previous-matching-input-from-input)
24815         (comint-next-matching-input-from-input)
24816         (comint-previous-matching-input, comint-next-matching-input)
24817         (comint-forward-matching-input):
24818         Improve argument/docstring consistency.
24820         * desktop.el (desktop-clear-preserve-buffers-regexp):
24821         Also preserve the *server* buffer.
24823         * simple.el (clone-indirect-buffer): Doc fix.
24824         (fixup-whitespace, just-one-space)
24825         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
24826         (next-error, next-error-highlight)
24827         (next-error-highlight-no-select, next-error-last-buffer)
24828         (next-error-buffer-p, next-error-find-buffer, next-error)
24829         (previous-error, next-error-no-select, previous-error-no-select)
24830         (open-line, split-line, minibuffer-prompt-width, kill-new)
24831         (binary-overwrite-mode): Fix typos in docstrings.
24832         (set-fill-column): Fix typo in message.
24834         * skeleton.el (skeleton-proxy-new): Doc fix.
24836         * strokes.el (strokes-load-hook): Doc fix.
24837         (strokes-grid-resolution, strokes-get-grid-position)
24838         (strokes-renormalize-to-grid, strokes-read-stroke)
24839         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
24840         (strokes-global-map): Fix typos in docstrings.
24841         (strokes-help): Doc fix.  Fix help message and pass it through
24842         `substitute-command-keys'.
24844         * tempo.el (tempo-insert-prompt, tempo-interactive)
24845         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
24846         (tempo-insert-string-functions, tempo-local-tags)
24847         (tempo-define-template, tempo-insert-template)
24848         (tempo-insert-prompt-compat, tempo-is-user-element)
24849         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
24850         Fix typos in docstrings.
24852         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
24853         (vcursor-key-bindings, vcursor-use-vcursor-map)
24854         (vcursor-find-window, vcursor-scroll-down)
24855         (vcursor-disable, vcursor-beginning-of-buffer)
24856         (vcursor-end-of-buffer): Fix typos in docstrings.
24857         (vcursor-relative-move, vcursor-get-char-count):
24858         Improve argument/docstring consistency.
24860         * version.el: "?\ " -> "?\s".
24862         * wid-edit.el (widget-default-create, widget-after-change)
24863         (widget-default-format-handler, widget-checklist-add-item)
24864         (widget-radio-add-item, widget-choose, widget-specify-secret)
24865         (widget-field-value-create, widget-field-value-get)
24866         (widget-editable-list-format-handler)
24867         (widget-editable-list-entry-create, widget-group-value-create)
24868         (widget-documentation-link-add)
24869         (widget-documentation-string-value-create): "?\ " -> "?\s".
24870         (widget-convert-text): Doc fix.
24871         (widget-narrow-to-field, widget-field-find)
24872         (widget-url-link-action, widget-emacs-library-link-action)
24873         (widget-color-notify): Fix typos in docstrings.
24875         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
24876         (x-select-text, set-w32-system-coding-system)
24877         (w32-add-charset-info): Fix typos in docstrings.
24879         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
24880         (cua-enable-cua-keys, cua-use-hyper-key)
24881         (cua-virtual-rectangle-edges): Fix typos in docstrings.
24882         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
24884         * net/tramp.el (tramp-handle-load): Fix typo in error message.
24886         * emacs-lisp/re-builder.el (regexp-builder): Declare with
24887         `defalias' instead of faking it.
24889         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
24890         (eshell-ls-missing, eshell-ls-dired-initial-args)
24891         (eshell-ls-use-in-dired): Fix typos in docstrings.
24893 2005-07-20  Kim F. Storm  <storm@cua.dk>
24895         * emulation/cua-base.el (cua-mode): Improve doc string.
24897 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
24899         * abbrev.el (expand-region-abbrevs): Doc fix.
24900         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
24901         Improve argument/docstring consistency.
24903         * arc-mode.el (archive-get-descr, archive-alternate-display):
24904         Doc fixes.
24905         (archive-l-e): Improve argument/docstring consistency.
24906         (archive-tmpdir, archive-unixdate, archive-unixtime)
24907         (archive-chmod-entry): Fix typos in docstrings.
24908         (archive-unflag, archive-unflag-backwards)
24909         (archive-unmark-all-files): "?\ " -> "?\s".
24911         * buff-menu.el (Buffer-menu-unmark): Doc fix.
24912         (Buffer-menu-not-modified, Buffer-menu-execute)
24913         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
24914         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
24916         * composite.el (compose-string, encode-composition-rule)
24917         (compose-last-chars): Fix typos in docstrings.
24919         * desktop.el (desktop-enable, desktop-basefilename):
24920         Declare with `define-obsolete-variable-alias'.
24921         (desktop-internal-v2s): Don't quote keywords.
24922         (desktop-clear): "?\ " -> "?\s".
24924         * dired.el (dired-align-file, dired-flag-backup-files)
24925         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
24926         (dired-listing-switches, dired-ls-F-marks-symlinks)
24927         (dired-dwim-target, dired-load-hook, dired-mode-hook)
24928         (dired-directory, dired-faces, dired, dired-revert)
24929         (dired-mode, dired-summary, dired-view-file)
24930         (dired-copy-filename-as-kill, dired-delete-file)
24931         (dired-no-confirm, dired-unmark-all-marks)
24932         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
24933         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
24934         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
24935         Fix typos in message strings.
24937         * dired-x.el (virtual-dired): Declare with `defalias'.
24938         (dired-mark-unmarked-files, dired-local-variables-file)
24939         (dired-omit-here-always): Doc fix.
24940         (dired-omit-mode, dired-find-subdir)
24941         (dired-enable-local-variables, dired-clean-up-buffers-too)
24942         (dired-extra-startup, dired-mark-extension, dired-jump)
24943         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
24944         (dired-smart-shell-command, dired-guess-shell-alist-user)
24945         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
24946         (dired-x-bind-find-file, dired-x-submit-report):
24947         Fix typos in docstrings.
24948         (dired-mark-unmarked-files): "?\ " -> "?\s".
24950         * dirtrack.el (dirtrack-list): Fix typos in docstring.
24952         * faces.el (describe-face): "?\ " -> "?\s".
24953         (read-all-face-attributes, read-face-font, modify-face)
24954         (face-attr-construct, italic): Fix typos in docstrings.
24955         (frame-update-face-colors): Declare with
24956         `define-obsolete-function-alias'.
24958         * files.el (find-file-noselect, recode-file-name): Doc fixes.
24959         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
24960         (magic-mode-alist, buffer-file-numbers-unique)
24961         (write-file-functions, get-free-disk-space):
24962         Fix typos in docstrings.
24963         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
24964         (write-contents-hooks, write-file-hooks):
24965         Declare with `define-obsolete-variable-alias'.
24967         * forms-d2.el (arch-rj): Fix typo in docstrings.
24968         (arch-tocol): Likewise.  "?\ " -> "?\s".
24970         * frame.el (set-frame-font, cursor-in-non-selected-windows):
24971         Fix typo in docstring.
24972         (set-screen-width, set-screen-height): Delete redundant info in
24973         doctrings.
24974         (new-frame, screen-height, screen-width): Declare with
24975         `define-obsolete-function-alias'.
24976         (delete-frame-hook, blink-cursor): Declare with
24977         `define-obsolete-variable-alias'.
24979         * paths.el (prune-directory-list): Fix typos in docstring.
24981         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
24982         (cvs-prefix-get): Fix typos in docstrings.
24984         * ps-print.el (ps-extend-face-list, ps-extend-face)
24985         (ps-print-background-image): Fix typos in docstrings.
24986         (ps-default-fg, ps-default-bg): Doc fixes.
24988         * s-region.el (s-region-bind): Doc fix.
24989         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
24991         * textmodes/org.el (org-table-formula-substitute-names)
24992         (org-table-get-vertical-vector): Doc fixes.
24993         (org-table-recalculate): Remove unused argument to `message'.
24995 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
24997         * textmodes/org.el (org-table-column-names)
24998         (org-table-column-name-regexp)
24999         (org-table-named-field-locations): New variables.
25000         (org-archive-subtree): Protect `this-command' when calling
25001         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25002         the kill buffer.
25003         (org-complete): Remove fixed-formula completion.
25004         (org-edit-formulas-map): New variable.
25005         (org-table-edit-formulas): New command.
25006         (org-finish-edit-formulas, org-abort-edit-formulas)
25007         (org-show-variable, org-table-get-vertical-vector): New functions.
25008         (org-table-maybe-eval-formula): Handle `:=' fields.
25009         (org-table-get-stored-formulas, org-table-store-formulas)
25010         (org-table-get-formula, org-table-modify-formulas)
25011         (org-table-replace-in-formulas): Handle named field formulas.
25012         (org-table-get-specials): Store locations of named fields.
25014 2005-07-19  Juri Linkov  <juri@jurta.org>
25016         * progmodes/grep.el (grep-regexp-alist)
25017         (grep-mode-font-lock-keywords, grep-process-setup):
25018         Use default GNU grep match color "01;31m" instead of "01;41m".
25019         (grep-regexp-alist, grep-mode-font-lock-keywords):
25020         Use `\\[[0-9]*m' instead of `\\[00m'.
25021         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
25022         sgr_start where its handling is more important.  Use the real
25023         length of sgr_start instead of constant 8.
25024         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
25025         specially.  Delete all remaining escape sequences.
25026         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
25027         (grep-regexp-alist): Make hyperlink only for binary file name
25028         instead of the whole line.
25029         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
25030         (grep-mode): Add autoload.
25032         * emacs-lisp/find-func.el (find-function-regexp):
25033         Add `define-compilation-mode'.
25035 2005-07-19  Juri Linkov  <juri@jurta.org>
25037         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
25038         (compare-windows-sync-string-size, compare-windows-recenter)
25039         (compare-windows-highlight, compare-windows): Add version 22.1.
25040         (compare-windows) <defface>: Inherit from lazy-highlight instead
25041         of duplicating its default value.
25043         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
25044         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
25046         * descr-text.el (describe-char): Create link buttons for `charset'
25047         and `code point'.  Add the current input method name with a link
25048         button to `to input' field.  Print face names of display table
25049         characters in `The display table entry is displayed by' section
25050         instead of printing face-id in the `display' field.
25051         Guess hardcoded faces and create a link button for them.
25052         Skip empty fields when calculating max-width.
25053         Treat `widget-create' specially while inserting strings from the
25054         collected field list.
25055         (describe-char-after): Made obsolete in version 22.1, not 21.5.
25057         * diff-mode.el (diff-file-header): Change foreground color from
25058         yellow to green on light backgrounds.
25059         (diff-context): Inherit from `shadow' only for color/grayscale
25060         with more than 88 colors.
25061         (diff-indicator-removed, diff-indicator-added)
25062         (diff-indicator-changed): New faces.
25063         (diff-font-lock-keywords): Use new faces.  Regroup rules.
25064         Add "^---$" for `normal' diff format.  Fontify `#' lines with
25065         font-lock-comment-delimiter-face and font-lock-comment-face.
25066         Add `#' to ^[^...] in the rule for `diff-context-face'.
25068         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
25069         a button-like box.  Inherit from `highlight' on low colors.
25070         (shadow): Use shades of gray only for color/grayscale with
25071         more than 88 colors.  Use green for light backgrounds with
25072         8 colors, and yellow for dark backgrounds with 8 colors.
25074         * font-lock.el (font-lock-regexp-grouping-backslash):
25075         Don't inherit from escape-glyph (use bold for all cases).
25077         * info.el (info-xref-visited): Use light foreground color `violet'
25078         for dark backgrounds instead of dark color `magenta3'.
25079         (info-title-1): Use `yellow' color for dark backgrounds.
25081         * isearch.el (isearch): Use not-too-dark magenta3 instead of
25082         too-light magenta2.
25084         * replace.el (match): Use slightly more light RoyalBlue3 instead
25085         of dark RoyalBlue4.
25087         * wid-edit.el (widget-inactive): Inherit from `shadow'.
25089 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
25091         * novice.el (disabled-command-hook): Declare it with
25092         `define-obsolete-variable-alias'.
25094         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
25095         (desktop-buffer-misc-functions, desktop-buffer-handlers)
25096         (desktop-load-default): Add release to obsolescence info.
25097         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
25098         (desktop-append-buffer-args, desktop-read):
25099         Fix typos in docstrings.
25100         (desktop-kill): Fix typo in message.
25101         (desktop-save): Doc fix.
25103 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25105         * viper-cmd.el (viper-escape-to-state): Bug fix.
25106         (viper-envelop-ESC-key): Change the definition of fast
25107         keysequence so it'll work with keyboard macros.
25109         * ediff.el (ediff-patch-buffer): Change the docstring.
25111 2005-07-19  Kenichi Handa  <handa@m17n.org>
25113         * international/mule-cmds.el (select-safe-coding-system): Try to
25114         use an auto-coding (if any) before anything else.  If the found
25115         auto-coding is invalid, show a warning message.
25117         * international/mule.el (find-auto-coding): New function created
25118         by modifying the body of set-auto-coding.
25119         (set-auto-coding): Use find-auto-coding to find a coding.
25121 2005-07-18  Richard M. Stallman  <rms@gnu.org>
25123         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
25124         not isearch-mode-end-hook-error.
25125         (allout-before-change-protect): Fix error message.
25127 2005-07-18  Juri Linkov  <juri@jurta.org>
25129         * allout.el (allout-mode):
25130         * calculator.el (calculator-copy):
25131         * custom.el (custom-known-themes):
25132         * dired.el (dired-desktop-buffer-misc-data)
25133         (dired-restore-desktop-buffer):
25134         * dired-x.el (dired-omit-marker-char):
25135         * files.el (basic-save-buffer):
25136         * font-core.el (font-lock-mode):
25137         * calendar/calendar.el (calendar-goto-hebrew-date)
25138         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
25139         (calendar-goto-persian-date):
25140         * language/ethio-util.el (ethio-sera-to-fidel-region):
25141         * textmodes/picture.el (picture-mode):
25142         Delete duplicate duplicate words.
25144 2005-07-18  Juri Linkov  <juri@jurta.org>
25146         * isearch.el (isearch-mode-map): Remove key bindings for regexp
25147         chars * ? } |.
25148         (isearch-fallback): Don't call `isearch-process-search-char'.
25149         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
25150         (isearch-process-search-char): Call `isearch-fallback' for regexp
25151         chars * ? } |.
25152         (isearch-return-char): Make obsolete with `make-obsolete' instead
25153         of simply documenting it as obsolete in the docstring.
25154         (isearch-fallback): Refill docstring.
25156         * international/isearch-x.el
25157         (isearch-process-search-multibyte-characters): Remove unneeded
25158         `concat'.  Add intermediate values to `junk-hist' instead of
25159         `minibuffer-history'.  Test the length of `str'.
25161 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
25163         * allout.el (allout-resolve-xref): Fix typos in error strings.
25164         (allout-before-change-protect): Remove unneeded `concat'.
25166         * array.el (array-mode, array-reconfigure-rows)
25167         (untabify-backward): Fix typos in docstrings.
25168         (array-reconfigure-rows): Use `insert-buffer-substring', not
25169         `insert-buffer'.
25171         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
25172         * progmodes/ada-mode.el (ada-make-body):
25173         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
25175         * dired.el (dired-log):
25176         * tar-mode.el (tar-subfile-save-buffer):
25177         * play/zone.el (zone-pgm-stress-destress):
25178         Use `insert-buffer-substring', not `insert-buffer'.
25180 2005-07-17  Simon Josefsson  <jas@extundo.com>
25182         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
25184 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
25186         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
25187         Add plain auth method.
25188         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
25190 2005-07-17  Kim F. Storm  <storm@cua.dk>
25192         * ido.el (dired-other-window): Add ido property.
25194 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
25196         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25197         Fix typo in docstring.
25198         (byte-compile-interactive-only-functions): Add `insert-buffer' and
25199         `insert-file-literally'.
25201         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
25202         info and delete redundant message.  Doc fix.
25203         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
25204         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
25206 2005-07-16  Richard M. Stallman  <rms@gnu.org>
25208         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
25209         (byte-compile-and): Use byte-compile-and-recursion.
25210         (byte-compile-or-recursion): New function.
25211         (byte-compile-or): Use that.
25212         (byte-compile-if): Guard the else-clause too.
25213         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
25215         * isearch.el (isearch-mode-end-hook-quit): New variable.
25216         (isearch-done): Bind it.
25217         (isearch-mode-end-hook): Doc fix.
25219         * allout.el (allout-isearch-did-quit): Variable deleted.
25220         (allout-real-isearch-abort): Function name no longer used.
25221         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
25222         (allout-isearch-rectification): isearch-mode always exists.
25223         Don't set allout-isearch-did-quit.
25224         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
25225         allout-isearch-did-quit.
25226         (allout-enwrap-isearch): Just add the hook.
25227         (allout-isearch-abort): Function deleted.
25228         (allout-pre-command-business): Avoid warning.
25230         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
25231         Correctly avoid warnings.
25232         (pascal-outline): Likewise.
25234         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
25236         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
25238         * play/tetris.el (tetris-mode): Avoid warning.
25240         * play/snake.el (snake-mode): Avoid warning.
25242         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
25243         (gamegrid-set-display-table): Avoid warning.
25244         (gamegrid-set-timer): Likewise.
25245         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
25246         (gamegrid-add-score-with-update-game-score-1): Take FILE
25247         as argument.
25248         (gamegrid-add-score-with-update-game-score): Pass that argument.
25249         Rename have-shared-game-dir to gamegrid-shared-game-dir.
25251         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
25253         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
25254         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
25256         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
25257         and insert-file.
25259         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
25260         (sc-ask): Avoid warnings.
25262         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
25263         (eshell-hist-initialize): Use that var the natural way.
25265         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
25267         * emacs-lisp/re-builder.el (reb-cook-regexp):
25268         Avoid warning calling lre-compile-string.
25269         (reb-color-display-p): Avoid warning.
25271         * calculator.el (calculator-last-input): Guard uses
25272         of event-key and key-press-event-p.
25273         (event-key, key-press-event-p): Delete definitions.
25275         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
25276         (find-gc-source-directory, find-gc-subrs-callers)
25277         (find-gc-noreturn-list, find-gc-source-files)
25278         (find-gc-subrs-called): Vars renamed and defvar'd.
25280         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
25281         (checkdoc-overlay-put, checkdoc-delete-overlay)
25282         (checkdoc-overlay-start, checkdoc-overlay-end)
25283         (checkdoc-mode-line-update, checkdoc-char=):
25284         Define such that compiler knows they are defined.
25285         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
25286         (checkdoc-read-event): Delete.  Use read-event directly.
25288         * whitespace.el (whitespace-make-overlay)
25289         (whitespace-overlay-put, whitespace-delete-overlay)
25290         (whitespace-overlay-start, whitespace-overlay-end):
25291         Define such that compiler knows they are defined.
25292         (whitespace): Move conditional inside.
25294         * tempo.el (tempo-insert-template): Suppress warning.
25296         * ediff-diff.el (longlines-mode): Add defvar.
25298 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
25300         * server.el: Bind "C-x #" in a way that works even if C-x is
25301         redefined to a command key, not a prefix key.
25303 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
25305         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
25306         cl-make-type-test till execution time.
25308 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
25310         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
25311         arg ARG and use it.
25313 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
25315         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
25317 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
25319         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25320         a defcustom with two :set or :type keywords.
25322 2005-07-15  Richard M. Stallman  <rms@gnu.org>
25324         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
25325         Don't give ^M comment-end syntax.
25327 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
25329         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
25330         Don't consider gdbmi (gdb-mi.el has its own update functions).
25331         (gdb-var-delete): Make it work for gdbmi as well.
25332         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
25334         * progmodes/gud.el (etags, sdb): Only require etags when needed.
25335         (gud-speedbar-menu-items): Correct logic for enabling items.
25337 2005-07-15  Kim F. Storm  <storm@cua.dk>
25339         * ido.el: Fix commentary.
25340         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
25341         Use with-no-warnings around ffap-guesser.
25342         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
25343         Let bind minibuffer-completing-file-name to t.
25345 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
25347         * startup.el (site-run-file, keyboard-type): Doc fixes.
25348         (command-line): Check for "--basic-display" argument; also for
25349         "--quick", not "--bare-bones" (which was renamed).
25350         (fancy-splash-text): Add missing item "Getting New Versions".
25351         (normal-splash-screen): Fix typos and improve consistency with
25352         `fancy-splash-text'.  Update copyright year.
25354         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
25355         valid binding for `help-char'.
25357         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
25359 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
25361         * term.el (term-mode): Disable cua-mode for term buffers.
25363 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
25365         * add-log.el (add-log-mailing-address, change-log-merge):
25366         Doc fixes.
25367         (change-log-get-method-definition): Fix typo in docstring.
25369 2005-07-14  Kim F. Storm  <storm@cua.dk>
25371         * emulation/cua-base.el:
25372         (cua--pre-command-handler-1, cua--pre-command-handler)
25373         (cua--post-command-handler-1, cua--post-command-handler):
25374         Split in two.  Check (buffer local) value of cua-mode.
25375         (cua-selection-mode): New command.
25377 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
25379         * custom.el (custom-initialize-safe-set)
25380         (custom-initialize-safe-default): Doc fixes.
25382         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25383         and simplify :init-value again.
25385         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25386         and simplify :init-value again.  Delete autoload.
25388         * startup.el (command-line): Use `custom-reevaluate-setting' again
25389         for tooltip-mode.
25391         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25392         a defcustom with two :initialize keywords.
25394 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
25396         * allout.el (my-mark-marker, allout-isearch-prior-pos)
25397         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
25398         (allout-post-command-business, allout-flag-region)
25399         (isearch-reenable-font-lock, allout-yank)
25400         (allout-insert-latex-header, allout-insert-latex-trailer)
25401         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
25402         (allout-latex-verb-quote): Fix typos in docstrings.
25403         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
25404         (allout-unprotected, allout-prefix-data):
25405         Improve argument/docstring consistency.
25406         (allout-chart-subtree): Fix argument spec.
25407         (allout-open-topic): Rename `use_sib_bullet' argument to
25408         `use-sib-bullet'.  Doc fix.
25410         * whitespace.el (whitespace-check-buffer-leading)
25411         (whitespace-check-buffer-trailing)
25412         (whitespace-check-buffer-indent)
25413         (whitespace-check-buffer-spacetab)
25414         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
25415         (whitespace-check-leading-whitespace)
25416         (whitespace-check-trailing-whitespace)
25417         (whitespace-check-spacetab-whitespace)
25418         (whitespace-check-indent-whitespace)
25419         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
25420         (whitespace-modes): Fix typos in docstrings.
25421         (defgroup, defcustom): Doc fixes.
25423         * winner.el (winner-mode, winner-boring-buffers)
25424         (winner-pending-undo-ring): Doc fixes.
25425         (winner-ring): Remove unneeded `progn'.
25426         (winner-equal): `defsubst' it.
25427         (winner-redo): Fix message.
25429 2005-07-13  Kim F. Storm  <storm@cua.dk>
25431         * simple.el (line-move-1): Always use vertical-motion to
25432         do the last (or only) line move to ensure some movement.
25433         Undo 2005-06-23 change--don't check for overlays.
25435 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25437         * term/mac-win.el (ccl-encode-mac-roman-font)
25438         (ccl-encode-mac-centraleurroman-font)
25439         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
25440         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
25441         Change charset-id boundary of dimension to ?\xef.
25442         (mac-char-fontspec-list): New constant.
25443         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
25444         argument.  Nil uses itself as family in font-spec.  Previous
25445         behavior for nil is now provided by non-nil non-string argument.
25446         All callers changed.  Add font-specs for Mac fonts to
25447         "fontset-default" unless iso8859-1 fonts are installed.
25449 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25451         * progmodes/sh-script.el (sh-get-indent-info): Only indent
25452         a continuation line if the \ is preceded by SPC or TAB.
25453         (sh-get-indent-info): Simplify.
25454         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
25455         Use with-current-buffer.
25457         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
25458         when the matched text is empty.
25460 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
25462         * startup.el (command-line): Revert to previous handling of
25463         tooltip-mode.  Explain in comment why the complexity is needed.
25465         * tooltip.el (tooltip-mode): Revert to previous implementation of
25466         its defcustom.
25468         * frame.el (blink-cursor-mode): Revert to previous implementation
25469         of its defcustom.  Update comment.
25471 2005-07-12  Lars Hansen  <larsh@soem.dk>
25473         * desktop.el: Update e-mail address.
25475 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25477         * term/mac-win.el (mac-services-mail-selection)
25478         (mac-services-mail-to): New functions.
25479         (mac-application-menu-map): Bind them.
25481 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
25483         * progmodes/gdb-ui.el: Add note about buffering with Windows.
25485 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
25487         * custom.el (custom-reevaluate-setting): Doc fix.
25489 2005-07-11  Jay Belanger  <belanger@truman.edu>
25491         * calc/calc.el (calc-embedded-announce-formula-alist)
25492         (calc-embedded-open-close-plain-alist)
25493         (calc-embedded-open-close-mode-alist): Add checks for additional
25494         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
25496 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
25498         * custom.el (custom-enable-theme): Don't add theme to
25499         `custom-enabled-themes' with `push' because there is no
25500         setf-method for `delq'.
25502 2005-07-11  Richard M. Stallman  <rms@gnu.org>
25504         * custom.el (custom-declare-variable): Doc fix.
25506         * dired-aux.el (dired-compare-directories): Remove "." and ".."
25507         from the alists.
25509         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
25510         Do nothing if edebug-active.
25512         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
25513         (edebug-display): Do it here instead.
25515 2005-07-10  Richard M. Stallman  <rms@gnu.org>
25517         * cus-face.el (custom-theme-set-faces): Make it work.
25518         (custom-reset-faces): Doc fix.
25519         (custom-theme-reset-internal-face, custom-theme-face-value):
25520         Functions deleted.
25522         * custom.el (custom-push-theme): Maintain list of the settings
25523         of a given theme in its theme-settings property.
25524         Maintain position of old settings in the theme-value
25525         or theme-face property.
25526         (custom-enabled-themes): New variable.
25527         (custom-theme-enabled-p): New function.
25528         (provide-theme): Update custom-enabled-themes.
25529         Disable and reenable the `user' theme.
25530         (require-theme): Doc fix.
25531         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
25532         (custom-theme-value, custom-theme-variable-value): Likewise.
25533         (custom-theme-reset-internal): Likewise.
25534         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
25535         (custom-enable-theme, custom-disable-theme): New functions.
25536         (custom-variable-theme-value, custom-face-theme-value): Likewise.
25537         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
25538         (custom-theme-reset-variables): Simplify.
25539         (deftheme, custom-declare-theme, custom-make-theme-feature):
25540         Definitions moved.
25542 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
25544         * longlines.el (longlines-show-region)
25545         (longlines-unshow-hard-newlines): Recognize hard newlines by
25546         non-nil hard property, instead of t.
25548 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
25550         * viper-cmd.el (viper--key-maps): New variable.
25551         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
25552         emulation-mode-map-alists.
25553         (viper-envelop-ESC-key): Use viper-subseq.
25554         (viper-search-forward/backward/next): Disable debug-on-error.
25556         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
25557         (viper-ESC-key): New defcustoms.
25559         * viper-macs.el (ex-map-read-args): Use viper-subseq.
25561         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
25562         (viper-subseq): Copy of subseq from cl.el.
25564         * viper.el (viper-go-away, viper-set-hooks): Use
25565         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
25567         * viper-mous.el (viper-current-frame-saved): Use defvar.
25569         * viper-init.el: Get rid of -face in face names.
25571         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
25572         Make it work with longlines mode.
25574         * ediff-mult.el (ediff-meta-mode-hook): New variable.
25576         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
25578         * ediff-init.el: Get rid of -face in face names.
25580 2005-07-10  Richard M. Stallman  <rms@gnu.org>
25582         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
25583         and with-timeout-unsuspend.
25585         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
25586         and with-timeout-unsuspend.
25588         * emacs-lisp/timer.el (with-timeout-timers): New variable.
25589         (with-timeout): Bind that variable to record timers.
25590         (with-timeout-suspend, with-timeout-unsuspend): New functions.
25592         * emacs-lisp/debug.el (debug-help-follow): New function.
25593         (debugger-mode-map): Use that instead of help-follow.
25594         (debugger-setup-buffer): Use eval-buffer-list
25595         to handle eval-buffer frames.
25597 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
25599         * timezone.el (timezone-parse-date): Change first regexp
25600         so it will not mistakenly match dates with no time zone.
25602 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
25604         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
25606 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
25608         * custom.el (custom-initialize-safe-set)
25609         (custom-initialize-safe-default): New functions.
25611         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25612         and simplify :init-value.
25614         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25615         and simplify :init-value.  Delete obsolete comment.
25617         * startup.el (command-line): Use `custom-reevaluate-setting' to
25618         handle `tooltip-mode'.  Delete obsolete comment.
25620         * files.el (set-visited-file-name): Avoid calling
25621         `file-name-nondirectory' with a nil argument.
25623 2005-07-09  Richard M. Stallman  <rms@gnu.org>
25625         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
25626         was called with nil for the buffer, handle the read position right.
25627         Handle read position for eval-region, too.
25629 2005-07-09  Juri Linkov  <juri@jurta.org>
25631         * fringe.el (fringe-mode): Add period in docstring.
25632         (fringe-query-style): Build prompt depending on `all-frames' arg.
25634         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
25635         to not create links to unrelated functions in the Help buffer.
25637         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
25638         Doc fix.
25640         * simple.el (next-error-hook): New variable.
25641         (next-error): Use it.  Doc fix.
25643         * textmodes/ispell.el (ispell-command-loop): Add current
25644         dictionary name and program name to mode-line-format.
25645         (ispell-region, ispell-process-line): Add current dictionary name
25646         and program name to messages.
25648 2005-07-08  Jay Belanger  <belanger@truman.edu>
25650         * calc/calc.el (calc-embedded-announce-formula-alist)
25651         (calc-embedded-open-close-formula-alist)
25652         (calc-embedded-open-close-word-alist)
25653         (calc-embedded-open-close-plain-alist)
25654         (calc-embedded-open-close-new-formula-alist)
25655         (calc-embedded-open-close-mode-alist)
25656         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
25657         (calc-embedded-mode-hook): New variables.
25659         * calc/calc-embed.el (calc-embedded-firsttime)
25660         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
25661         New variables.
25662         (calc-do-embedded): Use calc-embedded-firsttime,
25663         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
25664         determine whether or not to run hooks.
25665         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
25666         calc-embedded-firsttime-formula appropriately.
25667         Set calc-embedded delimiter variables according to mode.
25669 2005-07-08  Richard M. Stallman  <rms@gnu.org>
25671         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
25672         Check for "emacs", etc., as entire symbol, not just as word.
25673         (checkdoc-file-comments-engine): Use regexp-quote on FN.
25675         * files.el (set-visited-file-name): Report the error
25676         for "empty filename" earlier.
25677         (kill-some-buffers): Ignore buffers already dead.
25679         * fringe.el (fringe-mode): Doc fix.
25681         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25682         Check for (featurep 'xemacs) and turn off warnings in what it guards.
25683         Use unwind-protect to ensure byte-compile-unresolved-functions
25684         is updated.
25686         * whitespace.el (whitespace-buffer-leading-cleanup):
25687         Simplify w/ skip-chars-forward.
25688         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
25690         * mail/rmail.el (rmail-only-expunge): Fix paren error.
25691         Unconditionally try to leave point at the same old place.
25693 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
25695         * comint.el (comint-postoutput-scroll-to-bottom)
25696         (comint-show-maximum-output): Take scroll-margin into consideration.
25698 2005-07-08  Kim F. Storm  <storm@cua.dk>
25700         * ido.el (ido-use-filename-at-point): New choice `guess'.
25701         (ido-file-internal): Try ffap-guesser if selected.
25703         * ido.el (ido-before-fallback-functions): New hook.
25704         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
25705         (ido-read-file-name): Run it.
25707 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
25709         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
25710         strings rather than a list of symbols to the completion function.
25712 2005-07-07  Jay Belanger  <belanger@truman.edu>
25714         * calc/calc-units.el (math-apply-units): Change the places in
25715         which units are simplified.
25717 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
25719         * cus-edit.el (customize-option, customize-option-other-window):
25720         Make them handle aliases.
25722         * custom.el (custom-variable-p): Make it recursively follow
25723         aliases.  Mention that in the docstring.
25725 2005-07-07  Richard M. Stallman  <rms@gnu.org>
25727         * cus-start.el (exec-path): Use `directory' instead of `file'.
25728         Fix tag for nil.
25730 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
25732         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
25733         when called non-interactively.  Doc fix.
25735 2005-07-07  Lute Kamstra  <lute@gnu.org>
25737         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
25738         new address as well.
25740 2005-07-07  Kenichi Handa  <handa@m17n.org>
25742         * international/mule.el (make-coding-system):
25743         Describe `ascii-incompatible' property in the docstring.
25744         (set-file-name-coding-system): Signal an error if coding-system is
25745         ascii-incompatible.
25746         (set-keyboard-coding-system): Likewise.
25748         * international/mule-cmds.el (set-default-coding-systems):
25749         Don't set default-file-name-coding-system and
25750         default-keyboard-coding-system if coding-system is ASCII-incompatible.
25752         * international/utf-16.el: Declare that all UTF-16-based coding
25753         systems are ASCII-incompatible.
25755 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
25757         * progmodes/gud.el: Require font-lock for displaying errors.
25758         Used by gdb-ui.el.
25760 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
25762         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
25763         values for the pattern lists which are `read'able but not
25764         `append'able (like symbols).
25766 2005-07-06  Richard M. Stallman  <rms@gnu.org>
25768         * progmodes/flymake.el (flymake-float-time): Instead of
25769         with-no-warnings, test for XEmacs.
25770         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
25771         to avoid warning.
25773 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
25775         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
25777 2005-07-05  Lute Kamstra  <lute@gnu.org>
25779         * battery.el: Add support for Darwin (with much debugging help
25780         from Samuel Lauber <sam124@operamail.com>).
25781         (battery-status-function, battery-echo-area-format)
25782         (battery-mode-line-format): Add support for pmset on Darwin.
25783         (battery-load-low, battery-load-critical): New user options.
25784         (battery-pmset): New function.
25786 2005-07-05  Lute Kamstra  <lute@gnu.org>
25788         Update FSF's address in GPL notices.
25790         * textmodes/page-ext.el: Update FSF's address.
25792 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
25794         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
25795         filling from using prefix when filling a single-line docstring.
25797         * progmodes/flymake.el: Remove useless eval-when-compile.
25799         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
25801 2005-07-04  Richard M. Stallman  <rms@gnu.org>
25803         * textmodes/org.el (org-file-apps-defaults-gnu):
25804         Rename from org-file-apps-defaults-linux.
25805         (org-default-apps): Don't test system-type for `linux'.
25806         (org-file-apps): Doc fix.
25808 2005-07-04  David Ponce  <david@dponce.com>
25810         * tree-widget.el: Improve header Commentary section.
25811         (tree-widget) [defgroup]
25812         (tree-widget-image-enable, tree-widget-themes-directory)
25813         (tree-widget-theme, tree-widget-image-properties-emacs)
25814         (tree-widget-image-properties-xemacs, tree-widget-create-image)
25815         (tree-widget-image-formats, tree-widget-control)
25816         (tree-widget-empty-control, tree-widget-leaf-control
25817         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
25818         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
25819         (tree-widget-keep, tree-widget-after-toggle-functions)
25820         (tree-widget-open-node, tree-widget-close-node): Doc fix.
25821         (tree-widget-open-control, tree-widget-close-control): Fix doc and
25822         :help-echo message.
25823         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
25824         (tree-widget-image-properties): Doc fix.  Clearer implementation.
25825         (tree-widget--cursors): New constant.
25826         (tree-widget-lookup-image): New function split from
25827         `tree-widget-find-image'.  Clearer implementation.
25828         (tree-widget-find-image): Use it.
25829         (tree-widget-button-keymap): Use `set-keymap-parent'.
25830         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
25831         Define the sub-widgets here.
25832         (tree-widget-node): Check that :node is not a tree-widget.
25833         (tree-widget-get-super, tree-widget-open-control)
25834         (tree-widget-close-control, tree-widget-empty-control)
25835         (tree-widget-leaf-control, tree-widget-guide)
25836         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
25837         (tree-widget-no-handle, tree-widget-value-delete)
25838         (tree-widget-map): Remove.
25839         (tree-widget-children-value-save): Doc fix.  Simplified.
25840         (tree-widget-value-create): Update according to previous changes.
25842 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
25844         * textmodes/org.el: Leading space replaced by TABS.
25845         (org-recalc-marks, org-table-rotate-recalc-marks)
25846         (org-table-get-specials): Treat "^" and "_" marks.
25847         (org-table-justify-field-maybe): Optional argument NEW.
25848         (org-table-eval-formula): Parsing of the format simplified.
25849         New modes C,I.  Honor the %= parameter in the current table.
25850         Avoid unnecessary re-align by using the NEW argument to
25851         `org-table-justify-field-maybe'.
25852         (org-calc-default-modes): Default for date-format mimicks org-mode.
25853         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
25855 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
25857         * cus-face.el (custom-theme-set-faces): Make it handle face
25858         aliases whose alias declarations are pre- or autoloaded.
25860 2005-07-04  Juri Linkov  <juri@jurta.org>
25862         * faces.el (read-face-name): Put the code for getting a face name
25863         from the buffer before adding the faces from the `face' property.
25864         Use `completing-read-multiple' instead of `completing-read'.
25865         Require `crm'.  Add default value and post-process the returned
25866         list of faces.
25868         * emacs-lisp/crm.el (crm-find-current-element)
25869         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
25871         * emacs-lisp/lisp-mode.el (eval-defun-1):
25872         * emacs-lisp/edebug.el (edebug-eval-defun):
25873         Remove unnecessary quotes.
25875 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
25877         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
25878         (prolog-indent-level): Fix typo in docstring.
25880         * info.el (Info-history, Info-history-forward)
25881         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
25883         * add-log.el (add-change-log-entry):
25884         * comint.el (comint-dynamic-list-input-ring)
25885         (comint-dynamic-list-completions):
25886         * dabbrev.el (dabbrev-expand):
25887         * delim-col.el (delimit-columns-rectangle-line):
25888         * diff-mode.el (diff-context->unified, diff-reverse-direction)
25889         (diff-unified->context):
25890         * ediff-init.el (ediff-abbrev-jobname):
25891         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
25892         (ediff-replace-session-activity-marker-in-meta-buffer):
25893         * info.el (Info-summary):
25894         * lpr.el (printify-region):
25895         * printing.el (pr-create-interface):
25896         * ps-print.el (ps-print-quote):
25897         * ses.el (ses-column-widths, ses-print-cell)
25898         (ses-adjust-print-width, ses-center):
25899         * shell.el (shell-file-name-quote-list):
25900         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
25901         (strokes-fill-current-buffer-with-whitespace)
25902         (strokes-xpm-for-stroke, strokes-list-strokes)
25903         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
25904         * term.el (term-dynamic-list-input-ring)
25905         (term-dynamic-list-completions):
25906         * calc/calc.el (math-format-stack-value):
25907         * emacs-lisp/edebug.el (edebug-display-freq-count):
25908         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
25909         (delphi-new-comment-line):
25910         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
25911         * progmodes/executable.el (executable-set-magic):
25912         * progmodes/python.el (inferior-python-mode):
25913         * progmodes/scheme.el (scheme-mode-syntax-table):
25914         * progmodes/sh-script.el (sh-maybe-here-document):
25915         * progmodes/sql.el (sql-copy-column):
25916         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
25917         * textmodes/bibtex.el (bibtex-mode):
25918         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
25919         (sgml-auto-attributes):
25920         * textmodes/table.el (table-insert, table-shorten-cell)
25921         (table--generate-source-scan-lines, table-delete-row)
25922         (*table--cell-delete-char, table--spacify-frame)
25923         (table--horizontally-shift-above-and-below)
25924         (table--cell-insert-char, table--cell-blank-str)
25925         (table--fill-region-strictly):
25926         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
25927         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
25929         * add-log.el (change-log):
25930         * apropos.el (apropos):
25931         * comint.el (comint-completion, comint-source):
25932         * dabbrev.el (dabbrev):
25933         * delim-col.el (columns):
25934         * diff-mode.el (diff-mode):
25935         * ediff.el (ediff):
25936         * ediff-diff.el (ediff-diff):
25937         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
25938         * ediff-mult.el (ediff-mult):
25939         * ediff-ptch.el (ediff-ptch):
25940         * ediff-wind.el (ediff-window):
25941         * facemenu.el (facemenu):
25942         * indent.el (indent):
25943         * info.el (info):
25944         * jka-cmpr-hook.el (compression, jka-compr):
25945         * lpr.el (lpr):
25946         * outline.el (outlines):
25947         * pcmpl-cvs.el (pcmpl-cvs):
25948         * pcmpl-rpm.el (pcmpl-rpm):
25949         * printing.el (printing):
25950         * ps-print.el (postscript, ps-print, ps-print-horizontal)
25951         (ps-print-vertical, ps-print-headers, ps-print-font)
25952         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
25953         (ps-print-background, ps-print-printer, ps-print-page)
25954         (ps-print-miscellany):
25955         * ses.el (ses):
25956         * shell.el (shell, shell-directories, shell-faces):
25957         * startup.el (initialization):
25958         * strokes.el (strokes):
25959         * term.el (term):
25960         * uniquify.el (uniquify):
25961         * w32-vars.el (w32):
25962         * calc/calc.el (calc):
25963         * emacs-lisp/bytecomp.el (bytecomp):
25964         * emacs-lisp/cl-indent.el (lisp-indent):
25965         * emacs-lisp/edebug.el (edebug):
25966         * emacs-lisp/elp.el (elp):
25967         * emacs-lisp/testcover.el (testcover):
25968         * emacs-lisp/trace.el (trace):
25969         * emulation/viper-ex.el (viper-ex):
25970         * emulation/viper-mous.el (viper-mouse):
25971         * mail/mailalias.el (mailalias):
25972         * mail/supercite.el (supercite, supercite-frames)
25973         (supercite-attr, supercite-cite, supercite-hooks):
25974         * net/rcompile.el (remote-compile):
25975         * net/rlogin.el (rlogin):
25976         * obsolete/ooutline.el (outlines):
25977         * progmodes/delphi.el (delphi):
25978         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
25979         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
25980         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
25981         (ebnf-optimization):
25982         * progmodes/etags.el (etags):
25983         * progmodes/executable.el (executable):
25984         * progmodes/idlwave.el (idlwave):
25985         * progmodes/pascal.el (pascal):
25986         * progmodes/prolog.el (prolog):
25987         * progmodes/python.el (python):
25988         * progmodes/scheme.el (scheme):
25989         * progmodes/sh-script.el (sh, sh-script):
25990         * progmodes/sql.el (SQL):
25991         * progmodes/tcl.el (tcl):
25992         * textmodes/bibtex.el (bibtex, bibtex-autokey):
25993         * textmodes/enriched.el (enriched):
25994         * textmodes/makeinfo.el (makeinfo):
25995         * textmodes/sgml-mode.el (sgml):
25996         * textmodes/table.el (table-hooks):
25997         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
25998         * textmodes/texinfo.el (texinfo):
25999         * textmodes/two-column.el (two-column):
26000         Finish `defgroup' description with period.
26002         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26003         * eshell/esh-var.el (eshell-var):
26004         * progmodes/vhdl-mode.el (vhdl-testbench):
26005         * textmodes/org.el (org): Fix typos in docstrings.
26007         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26008         consistency.
26010         * progmodes/flymake.el (flymake-find-file): Remove.
26011         (flymake-float-time): Use `with-no-warnings'.
26012         (flymake-check-start-time, flymake-check-was-interrupted)
26013         (flymake-err-info, flymake-is-running, flymake-last-change-time)
26014         (flymake-new-err-info): `defvar' at compile time.
26016 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
26018         * replace.el (occur-hook): Doc fix.
26019         (occur-1): Don't call `occur-hook' if there are no matches.
26021 2005-07-03  Richard M. Stallman  <rms@gnu.org>
26023         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
26024         global-map, save the same map.
26025         (global-map): Don't alter it at top level.
26026         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
26027         Then alter it here instead.
26028         (tpu-edt-off): Set global-map to the saved one.
26030         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
26031         All references simplified.
26032         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
26033         (zmacs-regions): Add defvar.
26034         (repeat-complex-command-map): Everything about that deleted.
26036         * textmodes/artist.el (artist-key-is-drawing)
26037         (artist-key-endpoint1, artist-key-poly-point-list)
26038         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
26039         (artist-key-compl-table, artist-rb-save-data)
26040         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
26041         Don't put them in eval-when-compile.
26042         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
26044         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
26045         Use with-no-warnings.
26047         * net/browse-url.el (dos-windows-version): Add defvar.
26049         * mail/supercite.el (filladapt-prefix-table): Add defvar.
26051         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
26052         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
26053         (rmail-new-summary-line-count): Rename from new-summary-line-count.
26054         Add defvar.
26055         (rmail-summary-beginning-of-message): Use with-no-warnings.
26056         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
26058         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
26059         Use with-no-warnings.
26061         * emulation/vi.el (vi-mark-region): Use c-mark-function.
26062         (c-mark-function): Add point-moving-unit property.
26063         (vi-goto-line): Use with-no-warnings.
26065         * emulation/edt.el (edt-last-copied-word): Add defvar.
26066         (zmacs-region-stays): Likewise.
26067         (edt-mark-section-wisely): Use c-mark-function for C.
26068         Use makr-defun for Fortran.
26069         (time-string): defvar deleted.
26070         (edt-display-the-time): Don't set time-string.
26072         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
26074         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26075         Don't warn when name is not constant
26076         or for defining the group `emacs'.
26078         * tooltip.el (gud-tooltip-mode): Add defvar.
26080         * startup.el (default-frame-background-mode): Add defvar.
26082         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
26084         * info.el (tool-bar-map): Add defvar.
26086         * dired.el (dnd-protocol-alist): Add defvar.
26088         * dired-aux.el (dired-query): Display question with answer, when
26089         the user answers.
26091         * custom.el (custom-add-option): Doc fix.
26093         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
26095 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
26097         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
26098         bogus name from the last change.
26100 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
26102         * custom.el (custom-declare-variable): Fix typos in comment.
26103         (custom-known-themes): Doc fix.
26104         (custom-theme-directory): New defcustom.
26105         (require-theme): Make it check `custom-theme-directory'.
26107         * cus-theme.el (custom-new-theme-mode): New function.
26108         (custom-theme-name, custom-theme-variables, custom-theme-faces)
26109         (custom-theme-description): Add compiler defvars.
26110         (customize-create-theme): Add doc to the "*New Custom Theme*"
26111         buffer.  Use `custom-new-theme-mode'.
26112         (custom-theme-write): Put the created buffer in emacs-lisp-mode
26113         and save it to the `custom-theme-directory'.  Make this the
26114         default directory of the buffer.
26116 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
26118         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
26119         Fix unbalanced parentheses.
26121 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26123         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
26124         into flymake-mode and delegate to flymake-mode.
26126         * find-file.el (ff-which-function-are-we-in): Clean up.
26128 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
26130         * replace.el (occur-rename-buffer): Fix docstring.
26132         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
26133         (edt-last-copied-word, edt-learn-macro-count)
26134         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
26135         (edt-rect-start-point, edt-user-global-map, rect-start-point)
26136         (time-string, zmacs-region-stays):
26137         * emulation/edt-mapper.el (edt-save-function-key-map)
26138         (EDT-key-name): `defvar' to silence the byte-compiler.
26140 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
26142         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
26143         font-lock-regexp-backslash.  Doc fix.
26144         (font-lock-regexp-backslash-grouping-construct): Rename from
26145         font-lock-regexp-backslash-construct.  Doc fix.
26146         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
26147         grouping constructs.
26149 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
26151         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
26152         updating all the prerequisites.
26154 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
26156         * textmodes/org.el (org-agenda-start-on-weekday)
26157         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
26158         (org-agenda-use-time-grid, org-archive-location)
26159         (org-allow-space-in-links, org-usenet-links-prefer-google)
26160         (org-enable-table-editor, org-export-default-language)
26161         (org-export-html-show-new-buffer, org-fill-paragraph)
26162         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
26163         (org-goto-quit, org-occur, org-eval-in-calendar)
26164         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
26165         (org-agenda-diary-entry, org-remember-help)
26166         (org-table-convert-region, org-at-table-p)
26167         (org-table-move-row-down, org-table-move-row-up)
26168         (org-table-copy-region, org-table-toggle-vline-visibility)
26169         (org-table-get-stored-formulas, org-table-get-specials)
26170         (org-recalc-commands, org-table-eval-formula)
26171         (org-table-formula-substitute-names, orgtbl-make-binding)
26172         (org-format-org-table-html, org-format-table-table-html)
26173         (org-format-table-table-html-using-table-generate-source)
26174         (org-customize): Fix typos in docstrings.
26175         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
26176         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
26177         (org-back-to-heading): Doc fixes.
26178         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
26179         (org-agenda-change-all-lines, org-get-header):
26180         Improve argument/docstring consistency.
26181         (orgtbl-error): Fix error message.
26183         * progmodes/flymake.el (flymake-find-possible-master-files)
26184         (flymake-master-file-compare, flymake-get-line-err-count)
26185         (flymake-highlight-line, flymake-gui-warnings-enabled):
26186         Fix typos in docstrings.
26187         (flymake-parse-line, flymake-get-project-include-dirs-function)
26188         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
26189         Doc fixes.
26190         (flymake-get-project-include-dirs-function)
26191         (flymake-make-err-menu-data):
26192         Improve argument/docstring consistency.
26194 2005-07-01  Lute Kamstra  <lute@gnu.org>
26196         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
26197         Catch errors with ignore-errors.  Use temporary buffer.
26198         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
26200         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
26201         background color faces.
26202         (facemenu-set-foreground, facemenu-set-background):
26203         Use facemenu-set-face-from-menu.
26204         (facemenu-set-face-from-menu): Treat face names that start with
26205         "fg:" or "bg:" as special.
26206         (facemenu-add-new-color): Don't create faces.  Simplify.
26208 2005-06-30  Richard M. Stallman  <rms@gnu.org>
26210         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
26211         (crm-find-current-element): Likewise.
26213 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
26215         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
26217 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26219         * arc-mode.el (archive-extract): Make it work as a mouse binding.
26220         (archive-mouse-extract): Make it an obsolete alias.
26221         (archive-mode-map): Don't use archive-mouse-extract any more.
26222         (archive-mode, archive-extract): write-contents-hooks ->
26223         write-contents-functions.
26224         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
26225         first arg.
26226         (archive-rename-entry): Update the call.
26227         (archive-zip-summarize): Remove unused var `method'.
26228         (archive-lzh-summarize): Remove unused var `creator'.
26230         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
26231         dedicated frame upon exit.
26233         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
26234         (archive-zip-extract, archive-zip-expunge)
26235         (archive-zip-update, archive-zip-update-case): Use executable-find.
26236         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
26237         Use restore-buffer-modified-p.
26238         (archive-extract, archive-add-new-member, archive-write-file-member):
26239         Use with-current-buffer.
26240         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
26242 2005-06-30  Andreas Schwab  <schwab@suse.de>
26244         * progmodes/gud.el (gud-filter): Remove unneeded progn.
26246 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
26248         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
26250 2005-06-30  Juri Linkov  <juri@jurta.org>
26252         * faces.el (vertical-border): Inherit from mode-line-inactive
26253         only on tty.
26255 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
26257         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
26258         example, -NLINES in the `occur' docstring).
26260         * replace.el (occur-1): When no matches are found, do not set the
26261         `buffer-read-only' and modified flags for the occur buffer,
26262         because it is deleted.
26264         * emulation/cua-base.el (cua-check-pending-input)
26265         (cua-repeat-replace-region, cua-mode, cua-debug)
26266         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
26267         Fix typos in docstrings.
26269         * emulation/cua-gmrk.el (cua-toggle-global-mark)
26270         (cua-cut-region-to-global-mark)
26271         (cua--cut-rectangle-to-global-mark):
26272         Remove period from end of messages.
26274         * emulation/cua-rect.el (cua-do-rectangle-padding):
26275         Remove period from end of messages.
26276         (cua--rectangle-seq-format): Fix typo in docstring.
26277         (cua-sequence-rectangle, cua-fill-char-rectangle):
26278         Improve argument/docstring consistency.
26280 2005-06-29  Juri Linkov  <juri@jurta.org>
26282         * faces.el (default-frame-background-mode): New internal variable.
26283         (frame-set-background-mode): Use it.
26285         * startup.el (normal-top-level): Set default-frame-background-mode
26286         instead of frame-background-mode.  Before setting it, test for its
26287         nil value.  Remove tests for frame-background-mode and frame
26288         parameter `reverse'.  Add test for "unspecified-fg".
26290         * term/xterm.el (xterm-rxvt-set-background-mode):
26291         * term/rxvt.el (rxvt-set-background-mode):
26292         Set default-frame-background-mode instead of frame-background-mode.
26294 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
26296         * simple.el (set-variable): Warn about obsolete user variables.
26298         * imenu.el (imenu--completion-buffer):
26299         * mouse.el (mouse-buffer-menu-alist):
26300         * msb.el (msb-invisible-buffer-p):
26301         * calendar/diary-lib.el (diary-header-line-format):
26302         * emacs-lisp/pp.el (pp-buffer):
26303         * progmodes/cperl-mode.el (cperl-do-auto-fill):
26304         * textmodes/picture.el (picture-replace-match):
26305         Change space constants followed by a sexp to "?\s ".
26307         * play/decipher.el (decipher-loop-with-breaks):
26308         * textmodes/texinfo.el (texinfo-insert-@item): Change space
26309         constants "protected" from end of line by a comment to "?\s".
26311 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26313         * font-lock.el (save-buffer-state): Use `declare'.
26315         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
26316         reset the syntax-table to cperl-mode-syntax-table.
26317         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
26318         "foo_print_bar" is not matched as a reserved keyword.
26320 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
26322         * textmodes/org.el (orgtbl-setup): New function, for delayed
26323         setup for the orgtbl commands.
26324         (org-calc-default-modes): New option.
26325         (orgtbl-make-binding): Use `defun' to get better help display.
26326         (org-diary): Call `org-compile-prefix-format'.
26327         (org-table-formula-substitute-names): New function.
26328         (org-agenda-day-view, org-agenda-week-view): New commands.
26329         (org-agenda-toggle-week-view): Command removed.
26330         (org-tbl-menu): Split off from org-org-menu.
26331         (org-mode): Move removal of outline-mode menus to here.
26332         (org-table-formula-debug): New option.
26333         (org-table-insert-row): Keep first field if just "#" or "*".
26334         (org-mode): Paragraph regexps fixed.
26335         (org-table-recalculate-regexp): New constant.
26336         (org-table-justify-field-maybe): Avoid replace if not necessary.
26337         (org-copy-special, org-cut-special): Use `call-interactively'.
26338         (org-table-copy-region): Take region from `interactive' call.
26339         (org-trim): Return string even if no match.
26340         (org-formula): New face.
26341         (org-set-font-lock-defaults): No longer highlight "FIXME".
26342         But highlight formula-related fields in table.
26343         (org-table-p): Use regexp, not fontification.
26344         (org-table-align): Handle white space at end of line.
26345         (org-table-formula-evaluate-inline): New option.
26346         (org-mode): Auto-wrapping in comment lines turned off.
26347         (org-table-copy-down): Evaluate only in copied field, not in
26348         destination.
26349         (org-table-current-formula): Variable removed.
26350         (org-table-store-formulas, org-table-get-stored-formulas)
26351         (org-table-modify-formulas, org-table-replace-in-formulas)
26352         (org-table-maybe-eval-formula): New functions.
26353         (org-table-get-formula): Modify to use stored formulas.
26354         (org-table-insert-column, org-table-delete-column)
26355         (org-table-move-column): Call `org-table-modify-formulas'.
26356         (org-complete): Add completion for keyword formulas.
26357         (orgtbl-mode): Pull orgtbl-mode-map to start of
26358         minor-mode-map-alist.
26360 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26362         * progmodes/python.el (python-check): Require `compile' before
26363         modifying its variables.
26365         * newcomment.el (comment-indent-default): Don't get fooled by an early
26366         end of buffer.
26368 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26370         * ps-print.el (ps-print-version): Fix version number.
26372 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
26374         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
26376 2005-06-28  Richard M. Stallman  <rms@gnu.org>
26378         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
26379         (flyspell-local-mouse-map): Declaration deleted.
26380         (flyspell-mouse-map): Bind only mouse-2.
26381         (flyspell-mode-map): Don't test flyspell-use-local-map.
26382         (flyspell-overlay-keymap-property-name): Var deleted.
26383         (flyspell-mode-on): Don't make local bindings for
26384         flyspell-mouse-map and flyspell-mode-map.
26385         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
26387         * textmodes/ispell.el (ispell-word): Do not ignore short words.
26389         * progmodes/compile.el (compilation-next-error-function):
26390         Don't switch buffers; operate on the current buffer.
26392         * progmodes/compile.el (compilation-error-file-name)
26393         (compilation-warning-file-name, compilation-info-file-name)
26394         (compilation-line-number, compilation-column-number): New faces.
26395         (compilation-error-face, compilation-warning-face)
26396         (compilation-info-face, compilation-line-face)
26397         (compilation-column-face): Use them.
26399         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
26401         * comint.el (comint-password-prompt-regexp): Accept ", try again".
26403         * bindings.el (global-map): Bind insertchar and its variants.
26405 2005-06-27  Richard M. Stallman  <rms@gnu.org>
26407         * textmodes/artist.el (artist-text-overwrite)
26408         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
26410 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26412         * ps-print.el: It was not working the page selection for printing.
26413         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
26414         (ps-print-version): New version 6.6.7.
26415         (ps-end-sheet): New fun.
26416         (ps-header-sheet, ps-end-job): Call it.
26418 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
26420         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
26422 2005-06-27  Lute Kamstra  <lute@gnu.org>
26424         * facemenu.el (facemenu-unlisted-faces): Add foreground and
26425         background color faces.
26426         (facemenu-get-face): Delete function.
26427         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
26428         (facemenu-add-new-color): Make second argument mandatory.
26429         Create the appropriate face and return it.  Simplify.
26430         (facemenu-set-foreground, facemenu-set-background): Don't check if
26431         color is defined.  Use return value of facemenu-add-new-color.
26433 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
26435         * progmodes/gud.el (gud-filter): Add missing argument to
26436         with-selected-window.
26438 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26440         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
26441         a :require to the defcustom.
26443         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
26444         defcustoms corresponding to minor modes.
26446 2005-06-26  David Ponce  <david@dponce.com>
26448         * recentf.el: Require tree-widget instead of wid-edit.
26449         (recentf-filename-handler): Fix widget :type.
26450         (recentf-cancel-dialog, recentf-open-more-files)
26451         (recentf-open-files-action): Doc fix.
26452         (recentf-dialog-goto-first): New function.
26453         (recentf-dialog-mode-map): Set parent keymap first.
26454         (recentf-dialog-mode): Define with define-derived-mode.
26455         Don't display continuation lines in dialogs.
26456         (recentf-edit-list): Rename from recentf-edit-selected-items.
26457         (recentf-edit-list-select): Rename from recentf-edit-list-action.
26458         Simplify.
26459         (recentf-edit-list-validate): New function.
26460         (recentf-edit-list): Update accordingly.
26461         (recentf-open-files-item-shift): Remove.
26462         (recentf-open-files-item): Convert menu elements into tree and
26463         link widgets.  Don't create the widgets.
26464         (recentf-open-files): Update accordingly.
26465         (recentf-save-list): Untabify.
26467 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
26469         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
26470         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
26471         partially contained in the active region.  Do not take active
26472         region into account when called from Lisp, unless INTERACTIVE arg
26473         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
26474         avoid trouble with fields.  Make marker point nowhere when no
26475         longer used.  Always return nil.  Doc fix.
26476         (flush-lines): Add INTERACTIVE arg.  Do not take active region
26477         into account when called from Lisp, unless INTERACTIVE arg is
26478         non-nil.  Use `forward-line' instead of `beginning-of-line' to
26479         avoid trouble with fields.  Make marker point nowhere when no
26480         longer used.  Always return nil.  Doc fix.
26481         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
26482         interchangeable.  Do not take active region into account when
26483         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
26484         message in echo area when called from Lisp, unless INTERACTIVE arg
26485         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
26486         Return the number of matches.  Doc fix.
26487         (occur): Doc fix.
26488         (perform-replace): Make comment follow double space convention for
26489         the sake of `outline-minor-mode'.
26491         * faces.el (facep): Doc fix.
26493 2005-06-25  Richard M. Stallman  <rms@gnu.org>
26495         * facemenu.el (facemenu-enable-faces-p): New function.
26496         (facemenu-background-menu, facemenu-foreground-menu)
26497         (facemenu-face-menu): Add menu-enable property.
26499         * jka-compr.el (jka-compr-insert-file-contents):
26500         Special handling if cannot find the uncompression program.
26502         * cus-face.el (custom-face-attributes): Add autoload.
26504         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26505         Bind comment-indent-function locally.
26507         * window.el (save-selected-window): Use save-current-buffer.
26509         * subr.el (with-selected-window): Use save-current-buffer.
26511         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
26512         and with-current-buffer.
26514 2005-06-24  Richard M. Stallman  <rms@gnu.org>
26516         * simple.el (line-move-1): Fix previous change.
26518 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
26520         * replace.el (occur-1): Set `buffer-read-only' and the
26521         buffer-modified flag before running `occur-hook' to protect
26522         against unintentional buffer switches that can lead to data loss.
26524 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
26526         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
26527         (gud-gdb-marker-filter): Use font-lock-warning-face for any
26528         initial error.
26530         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
26531         after fresh input.
26532         (gdb-var-create-handler): Put name of expression in quotes.
26534 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
26536         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
26537         elements of RING in order, and without bogus nil elements.
26539 2005-06-23  Richard M. Stallman  <rms@gnu.org>
26541         * simple.el (set-variable): Args renamed; doc fix.
26542         (line-move-1): When there are overlays around, use vertical-motion.
26544         * faces.el (escape-glyph): Use brown against light background.
26545         (nobreak-space): Rename from no-break-space.
26546         Fix previous change.
26548         * dired-aux.el (dired-do-copy): Fix arg prompt.
26550         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
26552 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
26554         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
26555         rather than "Distributor".
26557 2005-06-23  Lute Kamstra  <lute@gnu.org>
26559         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
26560         (debug-on-entry): Use it.  New interactive declaration that uses
26561         function-called-at-point.
26563 2005-06-23  Kim F. Storm  <storm@cua.dk>
26565         * subr.el (save-match-data): Add comment about using evaporate arg
26566         to set-match-data.
26568 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
26570         * cus-edit.el (customize-face)
26571         (customize-face-other-window): Handle face aliases.
26573         * faces.el (face-documentation, set-face-attribute)
26574         (face-spec-set): Handle face aliases.
26576 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
26578         * help-mode.el (help-make-xrefs): If a symbol representing a face
26579         name is not followed by the word "face", it could still be a
26580         function or variable name, so don't bypass other checks.
26582 2005-06-22  Juri Linkov  <juri@jurta.org>
26584         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
26585         Replace aliased functions with calls where second arg `inherit' is t.
26587 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
26589         * progmodes/gdb-ui.el (gdb-error): New variable.
26590         (gdb-error): New function.
26591         (gdb-annotation-rules): Act on error-begin and error annotations.
26592         (gdb-concat-output): Use font-lock-warning-face for errors.
26594 2005-06-22  Miles Bader  <miles@gnu.org>
26596         * bindings.el (propertized-buffer-identification): Use renamed
26597         `Buffer-menu-buffer' face.
26599         * faces.el (vertical-border): Rename from `vertical-divider'.
26600         (escape-glyph): Change dark-background color back to `cyan'.
26602 2005-06-21  Juri Linkov  <juri@jurta.org>
26604         * faces.el (face-user-default-spec): Try getting `customized-face'
26605         prior to `saved-face'.
26606         (frame-background-mode): Refill docstring.
26608         * emacs-lisp/lisp-mode.el (eval-defun-1):
26609         * emacs-lisp/edebug.el (edebug-eval-defun):
26610         Set `saved-face' temporarily to nil before calling form.
26611         Set `customized-face' to the new spec after that.
26613 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
26615         * subr.el (1value, lambda, key-substitution-in-progress):
26616         Doc fixes.
26618         * autoinsert.el (auto-insert-alist):
26619         * ses.el (ses-call-printer):
26620         * subr.el (noreturn):
26621         * emacs-lisp/lisp.el (check-parens):
26622         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
26623         * net/browse-url.el (browse-url-mosaic):
26624         * progmodes/cc-defs.el (c-safe-scan-lists):
26625         * progmodes/ebnf-abn.el (ebnf-abn-lex):
26626         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
26627         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
26628         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
26629         * progmodes/ebnf-iso.el (ebnf-iso-lex):
26630         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
26632 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
26634         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
26636 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
26638         * calendar/appt.el (appt-make-list): Activate the package, if
26639         not already active (for backwards compatibility).
26641 2005-06-20  Kim F. Storm  <storm@cua.dk>
26643         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
26645 2005-06-20  Miles Bader  <miles@gnu.org>
26647         * faces.el (vertical-divider): New face.
26649 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
26651         * simple.el (kill-whole-line): Doc fix.
26652         (next-error-buffer-p, next-error-find-buffer)
26653         (clone-indirect-buffer): Fix typos in docstrings.
26654         (comment-line-break-function): Doc fix: don't say variable
26655         is automatically buffer-local (it isn't).
26657 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
26659         * net/tramp-ftp.el (top):
26660         * net/tramp-smb.el (top):
26661         * net/tramp-util.el (top):
26662         * net/tramp-uu.el (top):
26663         * net/tramp-vc.el (top):
26664         * net/tramp.el (top): Revert copyright years back to original
26665         ones.  Tramp has a life outside GNU Emacs.
26667 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
26669         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
26671 2005-06-18  Juri Linkov  <juri@jurta.org>
26673         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
26674         end of first regexp to limit the match to the position between
26675         line number and source line with same separator character as used
26676         between file name and line number.  In the second regexp limit
26677         mouse-face area to file name and line number by adding new group
26678         for them and referring it in HYPERLINK arg.
26679         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
26680         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
26681         previous line where grep markers may be already removed.
26683 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
26685         * progmodes/ps-mode.el: Update version and maintainer's email address.
26687 2005-06-18  Steve Youngs  <steve@xemacs.org>
26689         * net/browse-url.el (browse-url-browser-function)
26690         (browse-url-default-browser): Add firefox.
26691         (browse-url-firefox-program, browse-url-firefox-arguments)
26692         (browse-url-firefox-startup-arguments)
26693         (browse-url-firefox-new-window-is-tab): New defcustoms.
26694         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
26696 2005-06-17  Richard M. Stallman  <rms@gnu.org>
26698         * startup.el (command-line): Warn if specified user name has
26699         no home directory.
26701         * term.el (term-get-old-input, term-input-filter, term-input-sender)
26702         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
26704         * longlines.el (longlines-mode, longlines-show-hard-newlines):
26705         Doc fixes.
26707         * faces.el (underline): Try bold if terminal doesn't support underline.
26709         * mail/sendmail.el (mail-setup-with-from): New variable.
26710         (mail-insert-from-field): New function.
26711         (sendmail-send-it): Call it.
26712         (mail-setup): Optionally call it here.
26714         * term/linux.el: Call tty-no-underline.
26716 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
26718         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
26720 2005-06-17  Miles Bader  <miles@gnu.org>
26722         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
26723         (ediff-current-diff-C, ediff-current-diff-Ancestor)
26724         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
26725         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
26726         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
26727         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
26728         Remove "-face" suffix from face names.
26729         (ediff-current-diff-face-A, ediff-current-diff-face-B)
26730         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
26731         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
26732         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
26733         (ediff-even-diff-face-A, ediff-even-diff-face-B)
26734         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
26735         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
26736         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
26737         New backward-compatibility aliases for renamed faces.
26738         (ediff-current-diff-face-A, ediff-current-diff-face-B)
26739         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
26740         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
26741         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
26742         (ediff-even-diff-face-A, ediff-even-diff-face-B)
26743         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
26744         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
26745         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
26746         Use renamed ediff faces.
26748         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
26749         Remove "-face" suffix from face names.
26750         (eshell-test-ok-face, eshell-test-failed-face):
26751         New backward-compatibility aliases for renamed faces.
26752         (eshell-run-test): Use renamed eshell-test faces.
26754         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
26755         face name.
26756         (eshell-prompt-face): New backward-compatibility alias for renamed
26757         face.
26758         (eshell-emit-prompt): Use renamed eshell-prompt face.
26760         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
26761         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
26762         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
26763         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
26764         Remove "-face" suffix from face names.
26765         (eshell-ls-directory-face, eshell-ls-symlink-face)
26766         (eshell-ls-executable-face, eshell-ls-readonly-face)
26767         (eshell-ls-unreadable-face, eshell-ls-special-face)
26768         (eshell-ls-missing-face, eshell-ls-archive-face)
26769         (eshell-ls-backup-face, eshell-ls-product-face)
26770         (eshell-ls-clutter-face):
26771         New backward-compatibility aliases for renamed faces.
26772         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
26774         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
26775         Remove "-face" suffix from face name.
26776         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
26777         instead of literal face.
26779 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
26781         * emacs-lisp/warnings.el (display-warning, lwarn)
26782         (warning-minimum-log-level): Doc fixes.
26783         (warning-minimum-level, warning-minimum-log-level):
26784         Add :debug to :type choices.
26786         * progmodes/ada-mode.el (ada-format-paramlist)
26787         (ada-get-indent-case, ada-check-matching-start)
26788         (ada-check-defun-name, ada-goto-matching-decl-start)
26789         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
26790         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
26791         (ada-make-subprogram-body): Follow error conventions.
26792         (ada-case-exception-file, ada-indent-comment-as-code)
26793         (ada-indent-handle-comment-special, ada-indent-renames)
26794         (ada-indent-return, ada-search-directories-internal)
26795         (ada-tab-policy, ada-case-exception-substring)
26796         (ada-other-file-alist, ada-matching-start-re)
26797         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
26798         (ada-imenu-generic-expression, ada-compile-goto-error)
26799         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
26800         (ada-popup-menu, ada-add-extensions, ada-mode)
26801         (ada-region-selected, ada-create-case-exception)
26802         (ada-create-case-exception-substring, ada-after-keyword-p)
26803         (ada-activate-keys-for-case, ada-adjust-case-region)
26804         (ada-adjust-case-buffer, ada-format-paramlist)
26805         (ada-scan-paramlist, ada-insert-paramlist)
26806         (ada-indent-newline-indent)
26807         (ada-indent-newline-indent-conditional)
26808         (ada-justified-indent-current, ada-goto-previous-word)
26809         (ada-indent-current, ada-get-indent-open-paren)
26810         (ada-get-indent-paramlist, ada-get-indent-end)
26811         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
26812         (ada-get-indent-block-start, ada-get-indent-subprog)
26813         (ada-get-indent-noindent, ada-get-indent-label)
26814         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
26815         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
26816         (ada-goto-stmt-end, ada-goto-next-word)
26817         (ada-check-matching-start, ada-check-defun-name)
26818         (ada-goto-matching-decl-start, ada-goto-matching-start)
26819         (ada-goto-matching-end, ada-search-ignore-string-comment)
26820         (ada-in-decl-p, ada-looking-at-semi-or)
26821         (ada-looking-at-semi-private, ada-in-paramlist-p)
26822         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
26823         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
26824         (ada-next-procedure, ada-previous-procedure, ada-next-package)
26825         (ada-previous-package, ada-create-menu)
26826         (ada-fill-comment-paragraph-justify)
26827         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
26828         (ada-other-file-name, ada-last-which-function-line)
26829         (ada-last-which-function-subprog, ada-which-function)
26830         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
26831         (ada-gen-treat-proc, ada-check-emacs-version)
26832         (ada-continuation-indent, ada-align-region-separate):
26833         Fix typos in docstrings.
26834         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
26836 2005-06-16  Lute Kamstra  <lute@gnu.org>
26838         * simple.el (fundamental-mode): Run after-change-major-mode-hook
26839         conditionally.
26841 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
26843         * comint.el (comint-replace-by-expanded-filename)
26844         (comint-prompt-regexp, comint-delimiter-argument-list)
26845         (comint-preinput-scroll-to-bottom):
26846         * info.el (Info-hide-cookies-node):
26847         * ls-lisp.el (ls-lisp-classify):
26848         * find-file.el (ff-search-directories, ff-special-constructs)
26849         (ff-find-other-file):
26850         * font-lock.el (font-lock-keywords):
26851         * shell.el (shell-prompt-pattern)
26852         (shell-dynamic-complete-functions, shell-mode)
26853         (shell-delimiter-argument-list):
26854         * term.el (term-replace-by-expanded-filename)
26855         (term-prompt-regexp, term-delimiter-argument-list):
26856         * woman.el (woman-ignore, woman0-if):
26857         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
26858         * emacs-lisp/elint.el (elint-init-env):
26859         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
26860         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
26861         * language/ethio-util.el (ethio-tilde-escape)
26862         (ethio-use-three-dot-question):
26863         * net/zone-mode.el (zone-mode-load-time-setup):
26864         * progmodes/cc-align.el (c-lineup-argcont):
26865         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
26866         * progmodes/cperl-mode.el (cperl-set-style-back):
26867         * progmodes/inf-lisp.el (inferior-lisp-prompt):
26868         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
26869         Fix spellings in docstrings.
26871         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
26872         * progmodes/modula2.el (m2-for): Fix spellings.
26874         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
26876         * simple.el (undo-more): Don't use `format' on `error' arguments.
26877         Improve argument/docstring consistency.
26878         (pending-undo-list): Doc fix.
26880         * smerge-mode.el (smerge-ensure-match):
26881         * emulation/vip.el (vip-ex):
26882         * net/zone-mode.el (zone-mode-update-serial):
26883         * progmodes/idlwave.el (idlwave-complete):
26884         * progmodes/vhdl-mode.el (vhdl-visit-file)
26885         (vhdl-compose-wire-components):
26886         Don't use `format' on `error' arguments.
26888         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
26889         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
26890         (tooltip-help-tips): Fix typos in docstrings.
26892 2005-06-16  David Ponce  <david@dponce.com>
26894         * tree-widget.el (tree-widget-value-create): Simplify last change.
26896 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
26898         * ido.el (ido-incomplete-regexp): New variable.
26899         (ido-set-matches-1): Handle invalid-regexp error and set
26900         ido-incomplete-regexp.
26901         (ido-incomplete-regexp): New face.
26902         (ido-completions): Use it.
26903         (ido-complete, ido-exit-minibuffer, ido-completions):
26904         Handle incomplete regexps.
26905         (ido-completions): Add check for complete match when entering a regexp.
26907 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26909         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
26911 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
26913         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
26914         by field delimiters.
26916 2005-06-15  David Ponce  <david@dponce.com>
26918         * tree-widget.el: eval-and-compile inlined functions so they will
26919         be available at run-time too.
26920         (tree-widget-super-format-handler)
26921         (tree-widget-format-handler): Remove.
26922         (tree-widget-value-create): Handle the :indent property.
26924 2005-06-15  Miles Bader  <miles@gnu.org>
26926         * progmodes/which-func.el (which-func): Only inherit
26927         `font-lock-function-name-face' when that makes sense against the
26928         default mode-line face, otherwise set the face color explicitly.
26930         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
26931         faces instead of (non-existent) variables.
26933 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
26935         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
26936         (iswitchb-get-matched-buffers): Likewise.  Simplify.
26938 2005-06-14  Miles Bader  <miles@gnu.org>
26940         * progmodes/ld-script.el (ld-script-location-counter):
26941         Remove "-face" suffix from face name.
26942         (ld-script-location-counter-face):
26943         New backward-compatibility alias for renamed face.
26944         (ld-script-location-counter-face): Use renamed face.
26946         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
26947         (cperl-hash): Remove "-face" suffix from face names.
26948         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
26949         New backward-compatibility aliases for renamed faces.
26950         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
26951         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
26953         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
26954         name.
26955         (which-func-face): New backward-compatibility alias for renamed face.
26956         (which-func-format): Use renamed which-func face.
26958         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
26959         (vhdl-function, vhdl-directive, vhdl-reserved-word)
26960         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
26961         names.
26962         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
26963         (vhdl-speedbar-configuration, vhdl-speedbar-package)
26964         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
26965         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
26966         (vhdl-speedbar-architecture-selected)
26967         (vhdl-speedbar-configuration-selected)
26968         (vhdl-speedbar-package-selected)
26969         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
26970         names.
26971         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
26972         Use renamed faces.
26973         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
26974         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
26975         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
26976         Use renamed faces.
26977         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
26978         names.
26979         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
26980         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
26981         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
26982         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
26983         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
26984         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
26986         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
26987         face name.
26988         (sh-heredoc-face): New backward-compatibility alias for renamed face.
26989         (sh-heredoc-face): Use renamed sh-heredoc face.
26991         * progmodes/idlw-help.el (idlwave-help-link):
26992         Remove "-face" suffix from face name.
26993         (idlwave-help-link-face):
26994         New backward-compatibility alias for renamed face.
26995         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
26997         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
26998         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
26999         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27000         New backward-compatibility aliases for renamed faces.
27001         (idlwave-shell-disabled-breakpoint-face)
27002         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27004         * progmodes/flymake.el (flymake-errline, flymake-warnline):
27005         Remove "-face" suffix from face names.
27006         (flymake-errline-face, flymake-warnline-face):
27007         New backward-compatibility aliases for renamed faces.
27008         (flymake-highlight-line): Use renamed flymake faces.
27010         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27011         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27012         (ebrowse-member-class, ebrowse-progress):
27013         Remove "-face" suffix from face names.
27014         (ebrowse-tree-mark-face, ebrowse-root-class-face)
27015         (ebrowse-file-name-face, ebrowse-default-face)
27016         (ebrowse-member-attribute-face, ebrowse-member-class-face)
27017         (ebrowse-progress-face):
27018         New backward-compatibility aliases for renamed faces.
27019         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
27020         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
27021         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
27022         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
27024         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
27025         antlr-syntax)
27026         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
27027         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
27028         names.
27029         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
27030         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
27031         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
27032         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
27033         backward-compatibility aliases for renamed faces.
27034         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27035         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
27036         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
27037         remove "font-lock-".  Use renamed antlr-mode faces.
27038         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
27039         literal face-names with face variable references.
27041         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
27042         face name.
27043         (Buffer-menu-buffer-face): New backward-compatibility alias for
27044         renamed face.
27045         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
27047 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
27049         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
27050         Eliminate "-face" suffix.
27051         (makefile-targets): Inherit from font-lock-function-name-face and
27052         eliminate "-face" suffix.
27053         (makefile-shell): Remove attributes and eliminate "-face" suffix.
27054         (makefile-*-font-lock-keywords): Append makefile-targets in rule
27055         actions, instead of prepending, to make it less visible.
27056         (makefile-previous-dependency, makefile-match-dependency):
27057         Don't match a target on a continuation line.
27059         * files.el (auto-mode-alist): Put Makefile in gmake mode.
27061 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
27063         * progmodes/gdb-ui.el (menu): Re-order menu items.
27064         (gdb-tooltip-print): Respect tooltip-use-echo-area.
27066         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
27067         Define in tooltip.el.
27068         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
27069         (gud-tooltip-tips): Respect tooltip-use-echo-area and
27070         gud-tooltip-echo-area.
27072         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
27073         backward compatibility and make obsolete.
27074         (tooltip-help-tips): Use tooltip-use-echo-area.
27075         (tooltip-show-help-function): Rename to...
27076         (tooltip-show-help): ...this, because it is a function.
27077         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
27079 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
27081         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
27082         (edebug-print-length, edebug-print-level, edebug-print-circle)
27083         (edebug-modify-breakpoint, edebug-eval-last-sexp)
27084         (edebug-eval-print-last-sexp): Doc fixes.
27086 2005-06-14  Kim F. Storm  <storm@cua.dk>
27088         * ido.el (ido-mode): Make a new keymap every time we enable ido,
27089         as the coverage buffer/file/both may change.
27091 2005-06-14  Lute Kamstra  <lute@gnu.org>
27093         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
27094         and run-mode-hooks.  Simplify.
27096         * mail/rmailedit.el (rmail-edit-mode):
27097         * progmodes/octave-inf.el (inferior-octave-mode):
27098         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
27100         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
27101         and run-mode-hooks.
27102         (recentf-edit-list, recentf-open-files): Don't call
27103         kill-all-local-variables directly.
27105         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
27107 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
27109         * emacs-lisp/byte-run.el (make-obsolete)
27110         (define-obsolete-function-alias): Rename arguments FUNCTION and
27111         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
27112         (make-obsolete-variable, define-obsolete-variable-alias):
27113         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
27114         respectively.
27116         * isearchb.el (isearchb-activate):
27117         * pcvs.el (cvs-mode):
27118         * ses.el (ses-load):
27119         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
27120         * net/tramp.el (tramp-find-file-exists-command)
27121         (tramp-find-shell):
27122         * progmodes/ada-mode.el (ada-create-case-exception)
27123         (ada-create-case-exception-substring, ada-make-subprogram-body):
27124         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
27125         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
27126         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
27127         * textmodes/org.el (org-promote, org-evaluate-time-range)
27128         (org-agenda-next-date-line, org-agenda-previous-date-line)
27129         (org-agenda-error, org-open-at-point, org-table-move-row)
27130         (org-format-table-table-html-using-table-generate-source)
27131         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
27132         * textmodes/reftex.el (reftex-access-scan-info):
27133         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
27134         (reftex-toc-promote-prepare): Follow error conventions.
27136         * diff-mode.el (diff-mode): Fix typo in docstring.
27138         * forms.el (forms--intuit-from-file): Fix reference to
27139         `forms-number-of-fields' in error message.
27140         (forms-print): Fix quoting in error message.
27142         * forms.el (forms-mode):
27143         * emulation/vi.el (vi-goto-insert-state):
27144         * progmodes/flymake.el (flymake-new-err-info)
27145         (flymake-start-syntax-check-for-current-buffer)
27146         (flymake-simple-cleanup):
27147         * eshell/esh-var.el (eshell/export):
27148         * progmodes/gud.el (xdb):
27149         * textmodes/flyspell.el (flyspell-incorrect-hook)
27150         (flyspell-maybe-correct-transposition)
27151         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
27153 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
27155         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
27156         minibuffer prompt.
27158 2005-06-13  Kim F. Storm  <storm@cua.dk>
27160         * subr.el (add-to-ordered-list): New defun.
27162         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
27163         add cua--keymap-alist to emulation-mode-map-alists.
27165 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
27167         * subr.el (complete-in-turn): New macro.
27168         (dynamic-completion-table, lazy-completion-table): Add debug info.
27170         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
27171         in preference to face aliases.
27173         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
27174         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
27175         Remove unused vars `start' and `firstline'.
27176         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
27177         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
27179 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
27181         * cus-start.el (all): Don't complain about missing GTK-related
27182         variables, unless either `gtk' is boundp or this isn't a
27183         `windows-nt' build.
27185 2005-06-13  Lute Kamstra  <lute@gnu.org>
27187         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
27188         run-mode-hooks.
27190         * ediff-mult.el (ediff-meta-mode):
27191         * ediff-util.el (ediff-mode): Use run-mode-hooks.
27193         * ledit.el (ledit-mode): Use delay-mode-hooks.
27195         * woman.el (woman-mode-line-format): Delete constant.
27196         (woman-mode-map): Initialize it properly.
27197         (woman-mode): Set mode-class property to special.
27198         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
27199         Set major-mode and mode-name.  Don't set mode-line-format directly.
27200         (Man-getpage-in-background): Don't reference woman-mode-line-format.
27202         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
27203         string argument obsolete.
27205 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
27207         * textmodes/org.el (org-CUA-compatible): New option.
27208         (org-disputed-keys): New variable.
27209         (org-key): New function.
27210         (orgtbl-make-binding): Add docstring to the created function.
27211         (org-mode): Set paragraph start/separate regexps.
27212         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
27213         (org-archive-location, org-archive-mark-done)
27214         (org-archive-stamp-time): New options.
27215         (org-archive-subtree): New command.
27216         (org-fill-paragraph): New function.
27217         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
27218         (org-fake-empty-table-line): Function removed.
27219         (org-format-org-table-html): Do not create empty table lines at
27220         separator lines.  Improved table header treatment.
27221         (org-link-format): New option.
27222         (org-make-link): New function.
27223         (org-insert-link, org-store-link): Use org-make-link.
27224         (org-open-file): Quote file name for shell command, to allow
27225         spaces in file names.
27226         (org-link-regexp): Fix bug with mailto link.
27227         (org-link-maybe-angles-regexp, org-protected-link-regexp):
27228         New constants.
27229         (org-export-as-html): Deal with the optional angles around a link.
27230         Better treatment of file: links.
27231         (org-open-at-point): Replace @{ and @} with < and >.
27232         (org-run-mode-hooks): Function removed.
27233         (org-agenda-mode): No longer use `org-run-mode-hooks'.
27235 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
27237         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
27238         MI command -data-list-register-values.
27239         (gdb-post-prompt): Indent properly.
27241 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
27243         * hilit-chg.el (highlight-changes-colors): Rename from
27244         `highlight-changes-colours'.
27245         (highlight-changes-colours): Keep as obsolete alias.
27246         (highlight-changes-face-list): Doc fix.
27247         (hilit-chg-make-list): Use `highlight-changes-colors'.
27249 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
27251         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
27252         defun-prompt-regexp.
27254 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
27256         * loadup.el: Don't say we are dumping under 2 names on windows-nt
27257         and cygwin.
27259         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
27260         Don't use an old loaddefs.el, as in Makefile.in.
27262 2005-06-12  Lute Kamstra  <lute@gnu.org>
27264         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
27266         * man.el (Man-mode-map): Initialize it properly.
27267         (Man-mode): Set mode-class property to special.
27269         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
27271 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
27273         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
27274         A newline is needed in the docstring there.
27276         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
27277         Doc fixes.
27279 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27281         * printing.el: Doc fix.  The menubar is no more changed when printing
27282         is loaded, it only changes when pr-menu-bind or pr-update-menus is
27283         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
27284         (pr-version): New version number (6.8.4).
27285         (pr-menu-bind): New command.
27286         (pr-update-menus): Docstring and code fix.
27287         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
27288         Docstring fix.
27289         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
27290         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
27292 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
27294         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
27295         "Returns" to "return", document useful return values, etc.
27297 2005-06-11  Alan Mackenzie  <acm@muc.de>
27299         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
27300         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
27301         (adaptive-file-function): Minor amendment to doc-string.
27303 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27305         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
27306         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
27307         Fix :type--it is `integer', not `string'.
27309         * faces.el (modeline-highlight): Rename from (the erroneous)
27310         `modeline-higilight'.
27312 2005-06-11  Lute Kamstra  <lute@gnu.org>
27314         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
27315         lisp-interaction-mode-map but make it the parent.
27316         (edebug-eval-mode): Use define-derived-mode.
27318 2005-06-11  Andreas Schwab  <schwab@suse.de>
27320         * bindings.el: Add binding of `ESC functionkey' for every
27321         `M-functionkey'.
27322         * hexl.el (hexl-mode-map): Likewise.
27324 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
27326         * progmodes/compile.el (compilation-error-regexp-alist-alist)
27327         [msft]: update regexp for newer msft compilers.
27329 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
27331         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
27332         ATTLIST portions of included DTDs.
27333         (xml-parse-dtd): Eliminate use of inefficient match-data.
27335 2005-06-10  Miles Bader  <miles@gnu.org>
27337         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
27338         (mpuz-text): Remove "-face" suffix from face names.
27339         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
27340         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
27341         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
27343         * play/gomoku.el (gomoku-O, gomoku-X):
27344         Remove "-face" suffix from face names.
27345         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
27346         New backward-compatibility aliases for renamed faces.
27347         (gomoku-font-lock-keywords): Use renamed gomoku faces.
27349 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
27351         * thumbs.el: Fixes for changes of 2005-06-09.
27352         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
27353         as a directory.
27354         (thumbs-thumbname): Remove directory separator from format string;
27355         `thumbs-thumbsdir' now returns a valid directory name.
27356         (thumbs-temp-dir): New defsubst.
27357         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
27358         Use it.
27360         * cus-edit.el (minibuffer):
27361         * files.el (make-backup-file-name-function):
27362         * filesets.el (filesets-external-viewers):
27363         * hilit-chg.el (highlight-changes-colours)
27364         (highlight-changes-face-list, highlight-changes-rotate-faces):
27365         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
27366         * kmacro.el (kmacro-call-macro):
27367         * log-edit.el (log-edit-changelog-full-paragraphs):
27368         * mouse.el (mouse-1-click-follows-link):
27369         * skeleton.el (skeleton-autowrap):
27370         * subr.el (insert-for-yank-1):
27371         * tempo.el (tempo-insert-region):
27372         * terminal.el (terminal-emulator):
27373         * time.el (display-time-mail-face):
27374         * vc.el (vc-annotate):
27375         * vcursor.el (vcursor-copy-line):
27376         * woman.el (woman-bold-headings, woman-ignore)
27377         (woman-default-faces, woman-monochrome-faces):
27378         * calendar/todo-mode.el (todo-insert-threshold):
27379         * emulation/pc-select.el (pc-select-selection-keys-only)
27380         (pc-selection-mode):
27381         * emulation/vip.el (vip-find-char-forward):
27382         * emulation/viper-cmd.el (viper-find-char-forward):
27383         * international/mule-cmds.el
27384         (select-safe-coding-system-accept-default-p)
27385         (input-method-exit-on-invalid-key):
27386         * international/mule-diag.el (describe-coding-system):
27387         * international/ucs-tables.el (unify-8859-on-encoding-mode):
27388         * net/browse-url.el (browse-url-xterm-program):
27389         * obsolete/lazy-lock.el (lazy-lock-mode):
27390         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
27391         (cperl-mode):
27392         * progmodes/cpp.el (cpp-face-light-name-list)
27393         (cpp-face-dark-name-list):
27394         * progmodes/delphi.el (delphi-newline-always-indents):
27395         Fix spellings in docstrings.
27397         * ido.el (ido-mode, ido-file-extensions-order)
27398         (ido-default-file-method, ido-default-buffer-method)
27399         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
27400         (ido-decorations, ido-read-file-name-as-directory-commands)
27401         (ido-read-file-name-non-ido, ido-work-directory-list)
27402         (ido-ignore-item-temp-list, ido-current-directory)
27403         (ido-magic-forward-char, ido-enter-find-file)
27404         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
27405         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
27407 2005-06-10  Lute Kamstra  <lute@gnu.org>
27409         * play/dunnet.el (dun-mode): Use define-derived-mode.
27410         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
27411         obsolete alias.
27413         * play/doctor.el (doctor-mode-map): Remove defvar.
27414         (doctor-mode): Use define-derived-mode.
27416         * mail/mspools.el (mspools-mode):
27417         * net/eudc-hotlist.el (eudc-hotlist-mode):
27418         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
27420 2005-06-10  Miles Bader  <miles@gnu.org>
27422         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
27423         Remove "-face" suffix from face names.
27424         (flyspell-incorrect-face, flyspell-duplicate-face):
27425         New backward-compatibility aliases for renamed faces.
27426         (flyspell-mode-on, make-flyspell-overlay)
27427         (flyspell-highlight-incorrect-region)
27428         (flyspell-highlight-duplicate-region)
27429         (flyspell-display-next-corrections)
27430         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
27432         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
27433         from face name.
27434         (texinfo-heading-face): New backward-compatibility alias for
27435         renamed face.
27436         (texinfo-heading-face): Use renamed texinfo-heading face.
27438         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
27439         suffix from face names.
27440         (tex-math-face, tex-verbatim-face):
27441         New backward-compatibility aliases for renamed faces.
27442         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
27443         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
27444         literal face name.
27446         * textmodes/table.el (table-cell): Remove "-face" suffix from face
27447         name.
27448         (table-cell-face): New backward-compatibility alias for renamed face.
27449         (table--put-cell-face-property, table--update-cell-face):
27450         Use renamed table-cell face.
27452         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
27453         from face name.
27454         (sgml-namespace-face): New backward-compatibility alias for
27455         renamed face.
27456         (sgml-namespace-face): Use renamed sgml-namespace face.
27458         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
27459         (org-level-4, org-level-5, org-level-6, org-level-7)
27460         (org-level-8, org-warning, org-headline-done)
27461         (org-deadline-announce, org-scheduled-today)
27462         (org-scheduled-previously, org-link, org-done, org-table)
27463         (org-time-grid): Remove "-face" suffix from face names.
27464         (org-level-1-face, org-level-2-face, org-level-3-face)
27465         (org-level-4-face, org-level-5-face, org-level-6-face)
27466         (org-level-7-face, org-level-8-face, org-warning-face)
27467         (org-headline-done-face, org-deadline-announce-face)
27468         (org-scheduled-today-face, org-scheduled-previously-face)
27469         (org-link-face, org-done-face, org-table-face)
27470         (org-time-grid-face):
27471         New backward-compatibility aliases for renamed faces.
27472         (org-level-faces, org-set-font-lock-defaults, org-timeline)
27473         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
27474         (org-agenda-get-timestamps, org-agenda-get-scheduled)
27475         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
27477         * emulation/viper-init.el (viper-search, viper-replace-overlay)
27478         (viper-minibuffer-emacs, viper-minibuffer-insert)
27479         (viper-minibuffer-vi): Remove "-face" suffix from face names.
27480         (viper-search-face, viper-replace-overlay-face)
27481         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27482         (viper-minibuffer-vi-face):
27483         New backward-compatibility aliases for renamed faces.
27484         (viper-search-face, viper-replace-overlay-face)
27485         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27486         (viper-minibuffer-vi-face): Use renamed viper faces.
27488         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
27489         Remove "-face" suffix from face names.
27490         (testcover-nohits-face, testcover-1value-face):
27491         New backward-compatibility aliases for renamed faces.
27492         (testcover-mark): Use renamed testcover faces.
27494         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
27495         face name.
27496         (diary-button-face): New backward-compatibility alias for renamed face.
27497         (diary-entry): Use renamed diary-button face.
27499         * calendar/calendar.el (diary, calendar-today, holiday)
27500         (mark-visible-calendar-date): Remove "-face" suffix from face names.
27501         (diary-face, calendar-today-face, holiday-face):
27502         New backward-compatibility aliases for renamed faces.
27503         (eval-after-load "facemenu", diary-entry-marker)
27504         (calendar-today-marker, calendar-holiday-marker, diary-face):
27505         Use renamed calendar faces.
27507         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
27508         (compare-windows-face): New backward-compatibility alias for
27509         renamed face.
27510         (compare-windows-highlight): Use renamed compare-windows face.
27512         * strokes.el (strokes-char): Remove "-face" suffix from face name.
27513         (strokes-char-face): New backward-compatibility alias for renamed face.
27514         (strokes-encode-buffer): Use renamed strokes-char face.
27516         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
27517         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
27518         Remove "-face" suffix from face names.
27519         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
27520         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
27521         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
27522         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
27523         Use renamed pcvs faces.
27524         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
27525         * pcvs-defs.el (cvs-mode-map): Likewise.
27526         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
27528         * info.el (info-title-1, info-title-2, info-title-3)
27529         (info-title-4): Remove "-face" suffix from and downcase face names.
27530         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
27531         (Info-title-4-face):
27532         New backward-compatibility aliases for renamed faces.
27533         (Info-fontify-node): Use renamed info faces.
27535         * hilit-chg.el (highlight-changes, highlight-changes-delete):
27536         Remove "-face" suffix from face names.
27537         (highlight-changes-face, highlight-changes-delete-face):
27538         New backward-compatibility aliases for renamed faces.
27539         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
27540         (hilit-chg-make-list): Use renamed highlight-changes faces.
27542         * generic-x.el (show-tabs-tab, show-tabs-space):
27543         Remove "-face" suffix from face names.
27544         (show-tabs-tab-face, show-tabs-space-face):
27545         New backward-compatibility aliases for renamed faces.
27546         (show-tabs-generic-mode-font-lock-defaults-1)
27547         (show-tabs-generic-mode-font-lock-defaults-2):
27548         Use renamed show-tabs faces.
27550         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
27551         (smerge-markers): Remove "-face" suffix from face names.
27552         (smerge-mine-face, smerge-other-face, smerge-base-face)
27553         (smerge-markers-face):
27554         New backward-compatibility aliases for renamed faces.
27555         (smerge-mine-face, smerge-other-face, smerge-base-face)
27556         (smerge-markers-face): Use renamed smerge faces.
27558         * log-view.el (log-view-file, log-view-message): Remove "-face"
27559         suffix from face names.
27560         (log-view-file-face, log-view-message-face):
27561         New backward-compatibility aliases for renamed faces.
27562         (log-view-file-face, log-view-message-face): Use renamed log-view
27563         faces.
27565         * paren.el (show-paren-match, show-paren-mismatch):
27566         Remove "-face" suffix from face names.
27567         (show-paren-match-face, show-paren-mismatch-face):
27568         New backward-compatibility aliases for renamed faces.
27569         (show-paren-function): Use renamed show-paren faces.
27571         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
27572         (ruler-mode-margins, ruler-mode-fringes)
27573         (ruler-mode-column-number, ruler-mode-fill-column)
27574         (ruler-mode-comment-column, ruler-mode-goal-column)
27575         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
27576         suffix from face names.
27577         (ruler-mode-default-face, ruler-mode-pad-face)
27578         (ruler-mode-margins-face, ruler-mode-fringes-face)
27579         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
27580         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
27581         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
27582         New backward-compatibility aliases for renamed faces.
27583         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
27584         (ruler-mode-column-number, ruler-mode-fill-column)
27585         (ruler-mode-comment-column, ruler-mode-goal-column)
27586         (ruler-mode-tab-stop, ruler-mode-current-column)
27587         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
27588         faces.
27590         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
27591         face name.
27592         (whitespace-highlight-the-space): Use renamed face.
27593         (whitespace-highlight-face): New backward-compatibility alias for
27594         renamed face.
27596         * woman.el (woman-italic, woman-bold, woman-unknown)
27597         (woman-addition, woman-symbol-face):
27598         Remove "-face" suffix from face names.
27599         (woman-italic-face, woman-bold-face, woman-unknown-face)
27600         (woman-addition-face):
27601         New backward-compatibility aliases for renamed faces.
27602         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
27603         (woman-decode-region, woman-replace-match)
27604         (woman-display-extended-fonts, woman-special-characters)
27605         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
27606         Use renamed woman faces.
27608         * longlines.el (longlines-visible-face): Face removed.
27610         * diff-mode.el (diff-header, diff-file-header, diff-index)
27611         (diff-hunk-header, diff-removed, diff-added, diff-changed)
27612         (diff-function, diff-context, diff-nonexistent): Remove "-face"
27613         suffix from face names.
27614         (diff-header-face, diff-file-header-face, diff-index-face)
27615         (diff-hunk-header-face, diff-removed-face, diff-added-face)
27616         (diff-changed-face, diff-function-face, diff-context-face)
27617         (diff-nonexistent-face): New backward-compatibility aliases for
27618         renamed faces.
27619         (diff-header-face, diff-file-header-face)
27620         (diff-index, diff-index-face, diff-hunk-header)
27621         (diff-hunk-header-face, diff-removed, diff-removed-face)
27622         (diff-added, diff-added-face, diff-changed-face, diff-function)
27623         (diff-function-face, diff-context-face, diff-nonexistent)
27624         (diff-nonexistent-face): Use renamed diff-mode faces.
27626         * progmodes/compile.el (compilation-warning-face)
27627         (compilation-info-face): Remove "-face" suffix from face names.
27628         (compilation-warning-face, compilation-info-face):
27629         New backward-compatibility aliases for renamed faces.
27630         (compilation-warning-face, compilation-info-face):
27631         Use renamed compilation faces.
27633         * add-log.el (change-log-date, change-log-name)
27634         (change-log-email, change-log-file, change-log-list)
27635         (change-log-conditionals, change-log-function)
27636         (change-log-acknowledgement): Remove "-face" suffix from face names.
27637         (change-log-date-face, change-log-name-face)
27638         (change-log-email-face, change-log-file-face)
27639         (change-log-list-face, change-log-conditionals-face)
27640         (change-log-function-face, change-log-acknowledgement-face):
27641         New backward-compatibility aliases for renamed faces.
27642         (change-log-font-lock-keywords): Use renamed change-log faces.
27644         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
27645         (custom-set, custom-changed, custom-saved, custom-button)
27646         (custom-button-pressed, custom-documentation, custom-state)
27647         (custom-comment, custom-comment-tag, custom-variable-tag)
27648         (custom-variable-button, custom-face-tag, custom-group-tag-1)
27649         (custom-group-tag): Remove "-face" suffix from face names.
27650         (custom-magic-alist, custom-magic-value-create)
27651         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
27652         (custom-invalid-face, custom-rogue-face, custom-modified-face)
27653         (custom-set-face, custom-changed-face, custom-saved-face)
27654         (custom-button-face, custom-button-pressed-face)
27655         (custom-documentation-face, custom-state-face)
27656         (custom-comment-face, custom-comment-tag-face)
27657         (custom-variable-tag-face, custom-variable-button-face)
27658         (custom-face-tag-face, custom-group-tag-face-1)
27659         (custom-group-tag-face):
27660         New backward-compatibility aliases for renamed faces.
27662         * wid-edit.el (widget-documentation, widget-button)
27663         (widget-field, widget-single-line-field, widget-inactive)
27664         (widget-button-pressed): "-face" suffix removed from face names.
27665         (widget-documentation-face, widget-button-face)
27666         (widget-field-face, widget-single-line-field-face)
27667         (widget-inactive-face, widget-button-pressed-face):
27668         New backward-compatibility aliases for renamed faces.
27669         (widget-documentation-face, widget-button-face)
27670         (widget-button-pressed-face, widget-specify-field)
27671         (widget-specify-inactive): Use renamed widget faces.
27673 2005-06-10  Kenichi Handa  <handa@m17n.org>
27675         * term/x-win.el (x-clipboard-yank): Remove condition-case
27676         wrapping.
27678 2005-06-11  Kenichi Handa  <handa@m17n.org>
27680         * add-log.el (change-log-font-lock-keywords): Make the regexp for
27681         date lines stricter.
27683 2005-06-10  Zhang Wei  <id.brep@gmail.com>
27685         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
27686         of x-get-selection.
27688 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
27690         * comint.el (comint-mode, comint-snapshot-last-prompt):
27691         * frame.el (frame-current-scroll-bars):
27692         * term.el (term-mode, term-check-proc, term-input-sender)
27693         (term-simple-send, term-extract-string, term-word)
27694         (term-match-partial-filename):
27695         * window.el (window-current-scroll-bars):
27696         * emulation/cua-base.el (cua-normal-cursor-color)
27697         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
27698         (cua-global-mark-cursor-color):
27699         * mail/undigest.el (rmail-forward-separator-regex):
27700         Fix typos in docstrings.
27702         * comint.el (comint-check-proc, make-comint-in-buffer)
27703         (comint-source-default): Doc fixes.
27705         * term.el (term-send-string): Improve argument/docstring consistency.
27707 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
27709         * comint.el (comint-send-input): Bind `inhibit-read-only' around
27710         call to `delete-region'.
27711         (comint-mode-hook): Do not enable Font Lock by default.
27713 2005-06-09  Lute Kamstra  <lute@gnu.org>
27715         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
27716         could be void.
27718 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
27720         * emacs-lisp/debug.el (debugger-will-be-back): New var.
27721         (debug): Use it.
27722         (debugger-step-through, debugger-continue, debugger-jump)
27723         (debugger-return-value): Set it when needed.
27724         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
27725         Use inhibit-read-only.
27727 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
27729         * window.el (shrink-window-if-larger-than-buffer)
27730         (window-size-fixed): Fix typo in docstring.
27732         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
27733         thumbnails directory on loading.
27734         (thumbs-conversion-program): Use `eq' to check the system type,
27735         not `equal'.
27736         (thumbs-temp-dir): Initialize to `temporary-file-directory',
27737         not "/tmp".  Fix docstring.
27738         (thumbs-thumbsdir): New function to return the thumbnails
27739         directory, creating it if needed.
27740         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
27741         (thumbs-temp-file): Delete variable and make it into a function.
27742         (thumbs-resize-image, thumbs-modify-image): Use it.
27743         (thumbs-kill-buffer): Simplify.
27744         (thumbs-gensym): Defalias or duplicate CL `gensym'.
27745         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
27746         docstrings.
27748 2005-06-09  Kim F. Storm  <storm@cua.dk>
27750         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
27751         set-match-data to free markers in match-data.
27753         * replace.el (replace-match-data): Pass RESEAT arg `t' to
27754         match-data to unchain markers in match-data.
27756 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
27758         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
27759         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
27760         unnecessary now.
27762 2005-06-08  Richard M. Stallman  <rms@gnu.org>
27764         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
27765         give the variable a doc string that doesn't say don't set it directly.
27767         * textmodes/ispell.el (ispell-check-version):
27768         Use match-string-no-properties.
27769         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
27770         (ispell-buffer-local-words): Likewise.
27772         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
27773         except on terminals with enough colors to really display it.
27774         (makefile-dependency-regex): Delete spurious `bb'.
27776         * faces.el (escape-glyph): Use blue once again in last case.
27777         (no-break-space): Redefine so that it isn't invisible on a tty.
27779 2005-06-08  Kim F. Storm  <storm@cua.dk>
27781         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
27782         also when reading directory name.
27784 2005-06-08  Lute Kamstra  <lute@gnu.org>
27786         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
27787         (flyspell-mode-line-string): Remove autoload cookie.
27788         (flyspell-mode): Remove defvar.
27790 2005-06-07  Lute Kamstra  <lute@gnu.org>
27792         * textmodes/org.el (org-run-mode-hooks): New function.
27793         (org-agenda-mode): Use it.
27795 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
27797         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
27799 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27801         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
27803 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
27805         * font-lock.el (font-lock-add-keywords): Doc fix.
27807 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27809         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
27810         (tex-compile-default): In the absence of any history, use the order in
27811         tex-compile-alist to choose the preferred command.
27812         (tex-compile-commands): Reorder a bit.
27814         * textmodes/flyspell.el (flyspell-auto-correct-binding)
27815         (flyspell-incorrect-face, flyspell-duplicate-face):
27816         Use (X)Emacs-agnostic code.
27817         (flyspell-mode-map): Don't overwrite at each load.  Remove code
27818         redundant with the subsequent add-minor-mode.  Merge Emacs and
27819         XEmacs code.
27820         (flyspell-word): Minor simplification.
27821         (flyspell-math-tex-command-p): Quieten the byte-compiler.
27822         (flyspell-external-point-words): Remove unused vars `size' and `start'.
27823         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
27824         Merge the corresponding Emacs code.
27825         (flyspell-correct-word, flyspell-xemacs-popup):
27826         Use flyspell-do-correct.
27828         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
27829         a dedicated window.
27831         * international/latexenc.el (latexenc-find-file-coding-system):
27832         Undo part of last patch, to turn off a compiler warning.
27834 2005-06-06  Juri Linkov  <juri@jurta.org>
27836         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
27837         Rename `tmm-inactive-face' to `tmm-inactive'.
27839 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
27841         * iswitchb.el: Rename faces.
27843 2005-06-06  Kim F. Storm  <storm@cua.dk>
27845         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
27846         (cua-global-mark): Remove -face suffix from face names.
27848         * emulation/cua-gmrk.el (cua--init-global-mark):
27849         Remove cua-global-mark face setup.
27851 2005-06-06  Richard M. Stallman  <rms@gnu.org>
27853         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
27854         just like other allowed characters.
27855         (makefile-match-dependency): Exclude leading and training whitespace
27856         from the range of regexp subexp 1.
27857         (makefile-macroassign-regex): Don't try to match the body,
27858         just the name of the macro being defined.
27860         * info.el (Info-read-node-name-2): New function.
27861         (Info-read-node-name-1): Use that.
27862         Add a completion-base-size-function property.
27864         * simple.el (completion-setup-function): Look for
27865         completion-base-size-function property of minibuffer-completion-table.
27867         * files.el (locate-file-completion): Doc fix.
27869         * printing.el: Don't call pr-update-menus; user must do that.
27871         * emacs-lisp/debug.el (debugger-window): New variable.
27872         (debug): Use debugger-window if it is set and still alive.
27873         Record debugger-window for next entry.
27875         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
27877 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
27879         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
27880         (hack-one-local-variable, hack-local-variables)
27881         (hack-local-variables-prop-line): Pass that arg.
27883 2005-06-06  Kim F. Storm  <storm@cua.dk>
27885         * ido.el (ido-first-match, ido-only-match, ido-subdir)
27886         (ido-indicator): Remove -face suffix from face names.
27888 2005-06-06  Juri Linkov  <juri@jurta.org>
27890         * font-lock.el (font-lock-regexp-backslash)
27891         (font-lock-regexp-backslash-construct): New faces.
27892         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
27893         after `('.  Add `while-no-input' to control structures.
27895         * faces.el (no-break-space, shadow): New faces.
27896         (escape-glyph): Use less loud colors pink2 and red4.
27898         * diff-mode.el (diff-context-face)
27899         * dired.el (dired-ignored)
27900         * rfn-eshadow.el (file-name-shadow)
27901         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
27903         * info.el (Info-title-1-face): Use green instead of yellow because
27904         bold yellow is not readable on light backgrounds.
27906         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
27907         before selecting the desired mode to not spend time fontifying
27908         old contents.
27910 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
27912         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
27913         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
27915         * ps-print.el (ps-default-fg, ps-default-bg):
27916         Fix typos in docstrings.
27918         * isearchb.el (isearchb): Don't pass a spurious second argument to
27919         `iswitchb-completions'.
27921 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
27923         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
27924         to preserve point.
27925         (gdb-find-file-hook): Add doc string.
27927         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
27928         C dereferenced pointer expression.
27929         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
27931         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
27933         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
27934         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
27935         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
27936         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
27937         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
27938         Make background transparent.
27940 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
27942         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
27943         (font-lock-remove-keywords): Doc fix.
27944         (font-lock-mode-major-mode): Compiler defvar.
27945         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
27947         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
27948         (font-lock-mode): Update `font-lock-mode-major-mode'.
27949         (font-lock-set-defaults): Compiler defvar.
27950         (font-lock-default-function): Take `font-lock-mode-major-mode'
27951         into account.
27953         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
27954         keep track of which major mode it enabled the minor mode for.
27955         Use find-file-hook again.  Update docstring.
27957         * simple.el (eval-expression-print-level)
27958         (eval-expression-print-length, eval-expression-debug-on-error):
27959         Doc fixes.
27961 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
27963         * iswitchb.el (iswitchb-single-match-face)
27964         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
27965         (iswitchb-invalid-regexp-face): New faces.
27966         (iswitchb-completions): Use them.
27967         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
27968         now marked as an obsolete alias.
27969         (iswitchb-read-buffer): Remove check for bound font variables.
27970         (iswitchb-invalid-regexp): New free variable.
27971         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
27972         set iswitchb-invalid-regexp.
27973         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
27974         invalid regexps.
27975         (iswitchb-completions): Add check for complete match when entering
27976         a regexp.
27977         (iswitchb-completions): Remove require-match argument.
27978         (iswitchb-exhibit): Fix caller.
27979         (iswitchb-common-match-inserted): New variable.
27980         (iswitchb-complete, iswitchb-completion-help): Use it.
27982 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
27984         * url-http.el (url-http-chunked-encoding-after-change-function):
27985         Use `url-http-debug' instead of `message'.
27987 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
27989         * url-http.el (url-http-parse-headers): Pass redirected URL as a
27990         callback argument.
27992 2005-06-04  Kim F. Storm  <storm@cua.dk>
27994         * simple.el (line-move): Only call sit-for when moving backwards.
27996         * ido.el (ido-make-merged-file-list-1): New defun split from
27997         ido-make-merged-file-list.
27998         (ido-make-merged-file-list): Bind throw-on-input around call to
27999         ido-make-merged-file-list-1.  Return input-pending-p if
28000         interrupted by more input available.
28001         (ido-read-internal): Handle input-pending-p return value from
28002         ido-make-merged-file-list.
28004 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28006         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28007         compatibility code.
28009         * international/latexenc.el (latexenc-find-file-coding-system):
28010         Don't inherit the EOL part of the coding-system from the
28011         tex-main buffer.  Fit within 80 columns.
28013 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
28015         * tmm.el (tmm-inactive-face): New face.
28016         (tmm-remove-inactive-mouse-face): New function.
28017         (tmm-prompt, tmm-add-one-shortcut)
28018         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
28019         but not selectable.
28021 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
28023         * faces.el (face-equal): Improve argument/docstring consistency.
28025 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
28027         * progmodes/make-mode.el (makefile-targets-face)
28028         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
28029         (makefile-bsdmake-dependency-regex)
28030         (makefile-makepp-rule-action-regex)
28031         (makefile-bsdmake-rule-action-regex): New constants.
28032         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
28034         * progmodes/compile.el (compilation-error-regexp-alist-alist):
28035         Allow (...) within `...' for makepp messages.
28037 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
28039         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
28041         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
28042         "." files are deleted from all file lists before comparison.
28044         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28045         (viper-ESC-key): Made them customizable.
28047         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
28049 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
28051         * autorevert.el (auto-revert-buffers): Use save-match-data.
28053 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28055         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
28056         menu items with a nil command binding.
28058 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
28060         * emacs-lisp/cl-macs.el (defsetf):
28061         Improve argument/docstring consistency.
28063         * faces.el (list-faces-display): Improve the formatting by
28064         computing the maximum length required for any face-name (reworked
28065         patch of 1999-01-11, accidentally deleted on 1999-07-21).
28066         (internal-find-face): Remove redundant info in docstring.
28068 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
28070         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
28071         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
28072         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
28073         (gdb-assembler-custom): Improve regexps.
28074         (def-gdb-auto-update-handler): Use window point to preserve point.
28076 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
28078         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
28080 2005-05-31  Jay Belanger  <belanger@truman.edu>
28082         * calc/calc-embed.el (calc-embedded-word): Change argument passed
28083         to calc-embedded.
28084         (calc-embedded-make-info): Have plain prefix argument select
28085         entire line.
28087 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
28089         * faces.el (list-faces-display): Signal error if passed a regexp
28090         that matches no face name.
28092         * simple.el (filter-buffer-substring): Fix typo in docstring.
28094 2005-05-31  Richard M. Stallman  <rms@gnu.org>
28096         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
28097         (vhdl-emacs-21): Doc fix.
28098         (vhdl-mode): Unconditionally set comment-padding.
28099         (vhdl-fixup-whitespace-region): Insert spaces only where
28100         there are none.
28101         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
28103 2005-05-30  John Wiegley  <johnw@newartisans.com>
28105         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
28106         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
28107         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
28108         `directory-sep-char' to ?/, and all uses of `string-to-int' to
28109         `string-to-number'.
28111 2005-05-30  Jay Belanger  <belanger@truman.edu>
28113         * calc/calc.el (calc-bug-address): Fix docstring.
28114         (calc-window-hook, calc-trail-window-hook): New variables.
28115         (calc-trail-display): Restore use of calc-trail-window-hook.
28116         (calc): Restore use of calc-window-hook.
28118 2005-05-31  Masatake YAMATO  <jet@gyve.org>
28120         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
28122         * help-fns.el (help-C-file-name): Add autoload mark for
28123         `find-function-noselect'.
28125 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
28127         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
28128         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
28130 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
28132         * calendar/diary-lib.el (mark-included-diary-files): Only kill
28133         included diary buffer if it was not already being visited.
28134         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
28136         * calendar/icalendar.el (top-level): Do not require appt.
28138         * mail/supercite.el (sc-select-attribution): Only use a list
28139         element from sc-attrib-selection-list if it returns a string.
28140         Reported by Davide G. M. Salvetti <salve@debian.org>.
28142 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
28144         * thumbs.el (thumbs-thumbname): The resulting thumbname now
28145         includes a hash value to improve its uniqueness, and has a ".jpg"
28146         extension.  Also, it is now a valid filename on all systems.
28147         (thumbs-make-thumb): Use `let', not `let*'.
28148         (thumbs-show-thumbs-list): Check for JPEG availability.
28150 2005-05-30  Richard M. Stallman  <rms@gnu.org>
28152         * filesets.el (filesets-menu-ensure-use-cached):
28153         Prevent warning when emacs-version>= is undefined.
28155         * printing.el (pr-interactive-n-up): Use string-to-number.
28157         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
28159         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28160         Warn only when name to be defined is quoted.
28162 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
28164         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
28165         Make regexp more robust.
28166         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
28167         Force regeneration of disassembly.
28169 2005-05-29  Jay Belanger  <belanger@truman.edu>
28171         * calc/calc.el (calc-user-invocation): Check if
28172         calc-invocation-macro is non-nil.
28174 2005-05-29  Juri Linkov  <juri@jurta.org>
28176         * add-log.el (change-log-font-lock-keywords):
28177         Add `+' to e-mail regexp to accept mail address with keywords.
28179         * man.el (Man-name-regexp): Add `:' to accept qualified names.
28181 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
28183         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
28185         * ielm.el (inferior-emacs-lisp-mode): Ditto.
28187 2005-05-29  Richard M. Stallman  <rms@gnu.org>
28189         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
28190         Undo the change that moves to end of the current word.
28192 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
28194         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
28195         Throw error when count <= 0 to ensure input is a number.
28196         (gdb-read-memory-custom): Pick up address from buffer.
28197         (gdb-memory-mode): Allow user to increment and decrement
28198         memory address from header line.
28200 2005-05-29  Richard M. Stallman  <rms@gnu.org>
28202         * flyspell.el (flyspell-version): Function deleted.
28203         (flyspell-auto-correct-previous-hook): Doc fix.
28205         * jit-lock.el (jit-lock-function, jit-lock-after-change):
28206         Do nothing if memory is full.
28208         * font-lock.el (font-lock-fontify-syntactically-region):
28209         Pass t for GREEDY to looking-back.
28211         * saveplace.el (save-place-alist-to-file): Write the file
28212         using write-region.
28214         * subr.el (looking-back): New argument GREEDY.
28216         * progmodes/compile.el (compilation-start): Set the mode
28217         before inserting the initial text.
28219         * progmodes/which-func.el (which-func-update-1): Turn the mode
28220         off in case of error by setting which-func-mode.
28222 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
28224         * flyspell.el (flyspell-auto-correct-previous-word):
28225         Narrow down to what's on the screen, and recenter overlays
28226         at the end of the next word.
28228 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
28230         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
28231         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
28232         (flyspell-abbrev-p): Default to nil.
28233         (flyspell-use-global-abbrev-table-p): Doc fix.
28234         (flyspell-large-region): Allow nil as value.
28235         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
28237         (mail-mode-flyspell-verify): More robust handling
28238         of `mail-header-separator'.  More efficient signature detection.
28239         Allow for regexp metacharacters in message-header-separator.
28240         Adding `To' not to be checked in mail-mode-flyspell-verify.
28242         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
28243         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
28244         Bind flyspell-auto-correct-binding.
28245         Bind C-. and C-, .
28246         (flyspell-mode-map): Likewise.
28247         (flyspell-mode): Doc fix.
28248         (flyspell-accept-buffer-local-defs): Preserve current buffer.
28249         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
28250         (flyspell-word-cache-result): New var, always local.
28251         (flyspell-check-pre-word-p): Doc fix.
28252         (flyspell-check-changed-word-p): Handle spc like newline.
28253         (flyspell-post-command-hook): Set flyspell-word-cache-result.
28254         (flyspell-word-search-backward, flyspell-word-search-forward):
28255         New functions.
28256         (flyspell-word): Return t if nothing to check.
28257         When parsing TeX code, check for after } or \.
28258         Use flyspell-word-search-backward to find previous word.
28259         Return nil if duplicated word.
28260         For word already checked, return same value as last time.
28261         Set flyspell-word-cache-result after checking.
28262         Don't clobber the return value.
28263         (flyspell-get-word): Major rewrite.
28264         (flyspell-external-point-words): New locals pword, pcount.
28265         Fix size used in progress message.
28266         Find the proper corresponding word in flyspell-large-region-buffer.
28267         (flyspell-region): Check for flyspell-large-region = nil.
28268         (flyspell-highlight-incorrect-region): Clean up overlays in region.
28269         (flyspell-auto-correct-word): Check that WORD is a cons.
28270         (flyspell-correct-word): Likewise.
28272 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
28274         * progmodes/make-mode.el (makefile-rule-action-regex)
28275         (makefile-macroassign-regex, makefile-makepp-mode)
28276         (makefile-bsdmake-mode): Continuation lines may be empty.
28277         Reported by Joshua Varner.
28278         (makefile-makepp-font-lock-keywords): Add $(stem).
28280 2005-05-28  Karl Berry  <karl@gnu.org>
28282         * textmodes/tex-mode.el: Now that tex-send-command calls
28283         shell-quote-argument (2005-03-31 change), remove all calls to
28284         shell-quote-argument; they all end up invoking tex-send-command.
28285         The double quoting loses on filenames with non-safe characters,
28286         such as "@".  Reported by Frederik Fouvry.
28288 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
28290         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
28291         about preserving point.
28293 2005-05-27  Jay Belanger  <belanger@truman.edu>
28295         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
28296         Info-goto-node.
28298         * calc/calc-embed.el (calc-embed-arg): New variable.
28299         (calc-do-embedded-activate, calc-embedded-activate-formula)
28300         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
28301         variable by new variable.
28302         (calc-embedded-make-info): Replace undeclared variable by new
28303         variable.  When selecting region with positive prefix
28304         argument, use end of previous line instead of beginning of line.
28306         * calc/calc-aent.el (calc-arg-values): Declare it.
28308         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
28309         Declare them.
28311         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
28313         * calc/calc.el (calc-alg-map): Declare it.
28315         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
28317 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
28319         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
28320         (gdb-registers-buffer, toggle-gdb-all-registers):
28321         Toggle display of floating point registers.
28322         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
28324         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
28325         (toggle-gud-tooltip-dereference):
28326         Rename from gud-toggle-tooltip-dereference.
28328 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28330         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
28332 2005-05-27  Jay Belanger  <belanger@truman.edu>
28334         * calc/calc-prog.el (calc-kbd-report): Remove.
28335         (calc-kbd-query): Rewrite.
28337 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
28339         * image.el (image-library-alist): Move to image.c.
28340         (image-type-available-p): Doc fix.
28342 2005-05-27  Lute Kamstra  <lute@gnu.org>
28344         * calc/calc.el (calc):
28345         * outline.el (outline-1, outline-2, outline-3, outline-4)
28346         (outline-5, outline-6, outline-7, outline-8):
28347         * textmodes/dns-mode.el (dns-mode):
28348         * textmodes/sgml-mode.el (sgml-namespace-face):
28349         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
28350         (tex-verbatim-face, tex-use-reftex):
28351         * textmodes/texinfo.el (texinfo-heading-face):
28352         Specify customization group.
28354         * longlines.el: Don't require easy-mmode.
28355         (longlines-visible-face): Specify customization group.
28357 2005-05-27  Kenichi Handa  <handa@m17n.org>
28359         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
28360         encoding table of windows-1251.
28362         * international/ucs-tables.el (ucs-set-table-for-input):
28363         If translation-table-for-input of a coding system is a symbol, get
28364         its translation-table property.
28366         * international/code-pages.el: Don't register a coding system into
28367         non-iso-charset-alist more than once.
28368         (cp-make-coding-system): Likewise.
28370 2005-05-26  John Wiegley  <johnw@newartisans.com>
28372         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
28373         `eshell-resume-eval' is wrapped in a list, it indicates that the
28374         command was run asynchronously.  In that case, unwrap the value
28375         before checking the delimiter value.
28377         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
28378         character before a space at the end of a line is \, assume the space
28379         is part of the last argument rather than a final argument separator.
28381         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
28382         is in use, and the target is `t' or `nil' (which are the most common
28383         values), don't assume that the symbol target is a buffer.
28385 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
28387         * calendar/calendar.el (calendar-mode-line-format):
28388         Use mode-line-highlight as mouse-face.
28390         * time.el (display-time-string-forms, display-time-update):
28391         Use mode-line-highlight as mouse-face.
28393 2005-05-26  Jay Belanger  <belanger@truman.edu>
28395         * calc/calc.el (calc-language-alist): Remove extra defvar.
28397 2005-05-26  Lute Kamstra  <lute@gnu.org>
28399         * arc-mode.el (archive-mode):
28400         * bookmark.el (bookmark-read-annotation-mode)
28401         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
28402         * bs.el (bs-mode):
28403         * calc/calc-yank.el (calc-edit-mode):
28404         * calc/calc.el (calc-mode, calc-trail-mode):
28405         * calculator.el (calculator-mode):
28406         * chistory.el (command-history-mode):
28407         * comint.el:
28408         * cus-edit.el (custom-mode):
28409         * descr-text.el (describe-text-mode):
28410         * ebuff-menu.el (Electric-buffer-menu-mode):
28411         * ediff-util.el (ediff-mode):
28412         * emacs-lisp/re-builder.el (reb-mode):
28413         * emulation/vi.el (vi-mode-setup):
28414         * emulation/ws-mode.el (wordstar-mode):
28415         * eshell/esh-mode.el (eshell-mode):
28416         * forms.el (forms-mode):
28417         * help-mode.el (help-mode):
28418         * hexl.el (hexl-mode):
28419         * ibuffer.el (ibuffer-mode):
28420         * ielm.el (inferior-emacs-lisp-mode):
28421         * info.el (Info-mode, Info-edit-mode):
28422         * international/swedish.el:
28423         * ledit.el (ledit-from-lisp-mode):
28424         * locate.el (locate-mode):
28425         * mail/rmail.el (rmail-mode):
28426         * mail/rmailedit.el (rmail-edit-mode):
28427         * mail/rmailsum.el (rmail-summary-mode):
28428         * mail/supercite.el (sc-electric-mode):
28429         * net/eudc.el (eudc-mode):
28430         * net/quickurl.el (quickurl-list-mode):
28431         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
28432         * obsolete/ooutline.el (outline-mode):
28433         * obsolete/options.el (Edit-options-mode):
28434         * obsolete/rnews.el (news-mode):
28435         * obsolete/rnewspost.el (news-reply-mode):
28436         * play/5x5.el (5x5-mode):
28437         * play/decipher.el (decipher-mode, decipher-stats-mode):
28438         * play/gomoku.el (gomoku-mode):
28439         * play/snake.el (snake-mode):
28440         * play/solitaire.el (solitaire-mode):
28441         * play/tetris.el (tetris-mode):
28442         * progmodes/ada-mode.el (ada-mode):
28443         * progmodes/antlr-mode.el (antlr-mode):
28444         * progmodes/autoconf.el (autoconf-mode):
28445         * progmodes/dcl-mode.el (dcl-mode):
28446         * progmodes/delphi.el (delphi-mode):
28447         * progmodes/ebrowse.el (ebrowse-tree-mode)
28448         (ebrowse-electric-list-mode, ebrowse-member-mode)
28449         (ebrowse-electric-position-mode):
28450         * progmodes/f90.el (f90-mode):
28451         * progmodes/fortran.el (fortran-mode):
28452         * progmodes/icon.el (icon-mode):
28453         * progmodes/idlw-help.el (idlwave-help-mode):
28454         * progmodes/idlw-shell.el (idlwave-shell-mode):
28455         * progmodes/idlwave.el (idlwave-mode):
28456         * progmodes/inf-lisp.el (inferior-lisp-mode):
28457         * progmodes/m4-mode.el (m4-mode):
28458         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
28459         * progmodes/modula2.el (modula-2-mode):
28460         * progmodes/octave-inf.el (inferior-octave-mode):
28461         * progmodes/octave-mod.el (octave-mode):
28462         * progmodes/pascal.el (pascal-mode):
28463         * progmodes/sh-script.el (sh-mode):
28464         * progmodes/sql.el (sql-mode, sql-interactive-mode):
28465         * progmodes/vhdl-mode.el (vhdl-mode):
28466         * progmodes/xscheme.el (scheme-interaction-mode):
28467         * replace.el (occur-mode):
28468         * ses.el (ses-mode):
28469         * simple.el (completion-list-mode):
28470         * skeleton.el:
28471         * speedbar.el (speedbar-mode):
28472         * term.el (term-mode):
28473         * terminal.el (terminal-edit-mode):
28474         * textmodes/reftex-index.el (reftex-index-mode)
28475         (reftex-index-phrases-mode):
28476         * textmodes/reftex-sel.el (reftex-select-label-mode)
28477         (reftex-select-bib-mode):
28478         * textmodes/reftex-toc.el (reftex-toc-mode):
28479         * wdired.el (wdired-change-to-wdired-mode):
28480         * wid-browse.el (widget-browse-mode):
28481         Use run-mode-hooks.
28483         * array.el (array-mode):
28484         * calendar/todo-mode.el (todo-mode):
28485         * man.el (Man-mode):
28486         * play/landmark.el (lm-mode):
28487         * play/mpuz.el (mpuz-mode):
28488         Use kill-all-local-variables and run-mode-hooks.
28490         * subr.el (delay-mode-hooks): Specify indentation.
28492 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
28494         * xml.el (xml-substitute-special): Don't die for undefined xml
28495         entities.
28497 2005-05-26  Jay Belanger  <belanger@truman.edu>
28499         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
28500         of nil.
28502 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
28504         * progmodes/gdb-ui.el (gdb-frame-address):
28505         Rename from gdb-current-address.
28506         (gdb-previous-frame-address): Rename from gdb-previous-address.
28507         (gdb-selected-frame): Rename from gdb-current-frame.
28508         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
28509         (gdb-frame-number): Rename from gdb-current-stack-level.
28510         (gdb-ann3): Match new mode-name for disassembly buffer.
28511         Extend initialization of variables.
28512         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
28513         (gdb-memory-mode): Use mouse-face in header line.
28514         (gdb-assembler-buffer-name): Call it disassembly and give frame
28515         in mode line.
28516         (gdb-source-spec-regexp, gdb-assembler-custom)
28517         (gdb-invalidate-assembler, gdb-frame-handler):
28518         Make robust to leading zeroes in address format.
28520 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
28522         * textmodes/org.el (org-mode): Use `define-derived-mode' to
28523         define `org-mode'.
28524         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
28526 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28528         * log-edit.el (log-edit-changelog-entries): Distinguish between
28529         filenames like xfns.c and fns.c.
28531 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
28533         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
28534         point after reverting.
28535         (Buffer-menu-make-sort-button): Handle the case where
28536         `Buffer-menu-use-header-line' is nil.
28538 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
28540         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
28541         New funcs.  In minibuffer-local-completion-map bind `]', `/'
28542         and `:' to them.
28544 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
28546         * startup.el (normal-top-level): Allow modification of load-path while
28547         we're iterating over it.
28549 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
28551         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
28552         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
28553         (thumbs-resize-interactive, thumbs-insert-image)
28554         (thumbs-insert-thumb, thumbs-dired-show-marked)
28555         (thumbs-find-image-at-point, thumbs-delete-images)
28556         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
28557         (thumbs-increment-image-size, thumbs-decrement-image-size):
28558         Fix typos in docstrings.
28560 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
28562         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
28563         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
28564         (cperl-mode): Use them.
28566 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
28568         * window.el (quit-window, shrink-window-if-larger-than-buffer):
28569         Doc fixes.
28571 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
28573         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
28574         Bind C-d to gdb-inferior-io-eof.
28576         * dired.el (dired-dnd-popup-notice): Use message-box.
28578 2005-05-23  Masatake YAMATO  <jet@gyve.org>
28580         * bindings.el (mode-line-major-mode-keymap):
28581         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
28583         * faces.el (mode-line-highlight): New face.
28585         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
28586         as mouse-face.
28588         * bindings.el (top-level, help-echo, mode-line-modified)
28589         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
28590         as mouse-face.
28592 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
28594         * progmodes/cc-engine.el (c-guess-basic-syntax):
28595         Remove spurious call to `zerop'.
28597         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
28599 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
28601         CC Mode update to 5.30.10:
28603         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
28604         could go past the limit in decoration level 2, thereby causing
28605         errors during interactive fontification.
28607         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
28608         the file is evaluated interactively.
28610         * cc-engine.el (c-guess-basic-syntax): Handle operator
28611         declarations somewhat better in C++.
28613         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
28614         make use of `run-mode-hooks' which has been added in Emacs 21.1.
28615         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
28616         (awk-mode): Use it.
28617         (make-local-hook): Suppress warning about obsoleteness.
28619         * cc-engine.el, cc-align.el, cc-cmds.el
28620         (c-append-backslashes-forward, c-delete-backslashes-forward)
28621         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
28622         Compensate for return value from `forward-line' when it has moved
28623         but not to a different line due to eob.
28625         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
28626         `objc-method-intro' and `objc-method-args-cont'.
28628 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
28630         CC Mode update to 5.30.10:
28632         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
28633         in the copyright statement.  Incidentally, change "along with GNU
28634         Emacs" to "along with this program" where it occurs.
28636         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
28637         so that it is interactive, hence can be found by M-x awk-mode
28638         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
28639         <gmorris+emacs@ast.cam.ac.uk>.
28641         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
28642         Mode's regexps.
28644 2005-05-23  Kevin Ryde  <user42@zip.com.au>
28646         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
28647         c-parse-state, to avoid a lisp error (on bad code).
28649 2005-05-23  Lute Kamstra  <lute@gnu.org>
28651         * subr.el (font-lock-defaults): Remove defvar as it's already
28652         defined in font-core.el.
28654         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
28656 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
28658         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
28659         more general and work when GDB variable "print pretty" is on,
28660         as with Emacs, for example.
28662 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
28664         * font-core.el: Update comment.
28666         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
28667         Use `after-change-major-mode-hook' instead of `find-file-hook'.
28669         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
28671 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
28673         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
28674         and `yank-handler' in the doc strings.
28676 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
28678         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
28680 2005-05-22  Richard M. Stallman  <rms@gnu.org>
28682         * help.el (describe-key): Move print-help-return-message call
28683         out of conditional.
28685         * progmodes/etags.el (list-tags): Use with-no-warnings.
28687         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
28688         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
28689         (starttls-extra-args, starttls-extra-arguments): Add defvars.
28691         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
28693         * language/viet-util.el (viet-viscii-nonascii-translation-table):
28694         Add defvar.
28696         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
28697         Use defvar, not defconst.
28699         * hexl.el (hexl-follow-line): Use with-no-warnings.
28701         * emulation/tpu-extras.el: Use write-file-functions instead of
28702         write-file-hooks.
28704         * dired.el (dired-font-lock-keywords): Fontify files with junk
28705         extensions even if marked by -F.
28707 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
28709         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
28710         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
28711         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
28712         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
28713         (concatenate, list-length, get*, getf, cl-remprop):
28714         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
28715         (etypecase, progv, lexical-let, lexical-let*)
28716         (multiple-value-bind, multiple-value-setq, shiftf):
28717         Improve argument/docstring consistency.
28719         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
28721 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
28723         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
28724         doesn't exist.
28726         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
28727         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
28729 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
28731         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
28732         already deleted variables: auto-fill-hook, blink-paren-hook,
28733         lisp-indent-hook, inhibit-local-variables, unread-command-event,
28734         suspend-hooks, comment-indent-hook, meta-flag,
28735         before-change-function, after-change-function,
28736         font-lock-doc-string-face.
28738 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
28740         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
28742 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
28744         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
28745         rmail-dont-reply-to.
28747 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
28749         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
28750         literal blank when splitting new-header-values.
28752 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
28754         * calendar/cal-menu.el (cal-menu-update): Add separator as a
28755         string so that tmm doesn't create a completion entry for it.
28757         * textmodes/table.el (table-disable-menu): Ditto.
28759 2005-05-21  Richard M. Stallman  <rms@gnu.org>
28761         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
28763         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
28765         * net/rcompile.el (remote-compile): Use compilation-start.
28767         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
28769 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
28771         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
28772         Default to makefile-bsdmake-mode on BSD systems.
28774         * imenu.el (imenu-generic-expression, imenu--generic-function'):
28775         REGEXP may also be a search function now.  The part of doc-string
28776         for describing the structure was 95% identical to that of
28777         `imenu--generic-function'.  Unify it there.
28779         * progmodes/make-mode.el (makefile-imenu-generic-expression):
28780         Use function to find dependencies, because regexp alone is so complex,
28781         it easily goes into an endless loop.
28782         (makefile-makepp-mode): Also add submenu for Perl functions
28783         defined in the makefile.
28784         (makefile-bsdmake-mode): Special imenu-generic-expression no
28785         longer needed, due to function call.
28786         (makefile-match-dependency): Take BOUND into account when checking
28787         if we're through.
28789 2005-05-20  Jay Belanger  <belanger@truman.edu>
28791         * calc/calc-units.el (calc-invalidate-units-table):
28792         Use inhibit-read-only.
28793         (math-build-units-table-buffer): Use view-mode.
28795 2005-05-20  David Kastrup  <dak@gnu.org>
28797         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
28798         easy-menu-add is not a nop on Emacs; and clarify when to call it.
28800 2005-05-20  Lute Kamstra  <lute@gnu.org>
28802         * diff-mode.el (diff-header-face, diff-file-header-face)
28803         (diff-index-face, diff-hunk-header-face, diff-removed-face)
28804         (diff-added-face, diff-changed-face, diff-function-face)
28805         (diff-context-face, diff-nonexistent-face): Put them in the
28806         diff-mode customization group.
28808 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
28810         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
28812         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
28814         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
28815         Minor regexp-optimization.
28817 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
28819         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
28820         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
28821         (org-agenda-add-time-grid-maybe): New function.
28822         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
28823         (org-table-create): `dotimes' instead of `mapcar'.
28824         (org-xor): Simplify implementation.
28825         (org-agenda): `inhibit-redisplay' turned on.
28826         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
28827         a consistent line after a state change.
28828         (org-agenda-remove-times-when-in-prefix): New option.
28829         (org-prefix-has-time): New variable.
28830         (org-parse-time-string): Optional argument NODEFAULT.
28831         (org-format-agenda-item): Parse items for time-of-day
28832         specifications and move these into the prefix if possible.
28833         (org-agenda-priority): Get current heading, not previous heading
28834         during agenda remote editing.
28836 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
28838         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
28839         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
28840         (remove-duplicates, delete-duplicates, substitute)
28841         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
28842         (nsubstitute-if-not, find, find-if, find-if-not, position)
28843         (position-if, position-if-not, count, count-if, count-if-not)
28844         (mismatch, search, sort*, stable-sort, merge, member*)
28845         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
28846         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
28847         (intersection, nintersection, set-difference, nset-difference)
28848         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
28849         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
28850         (nsublis, tree-equal): Improve argument/docstring consistency.
28852         * subr.el (send-string, send-region): Remove obsolescence declaration.
28853         (window-dot, set-window-dot, read-input, show-buffer)
28854         (eval-current-buffer, string-to-int):
28855         Add release number to obsolescence declarations.
28857 2005-05-19  Kim F. Storm  <storm@cua.dk>
28859         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
28860         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
28862 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
28864         * faces.el (list-faces-display): Make back button respect optional
28865         regexp arg.
28867 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
28869         * calculator.el (calculator-radix-grouping-mode)
28870         (calculator-radix-grouping-digits, calculator-displayer)
28871         (calculator-radix-grouping-separator, calculator-copy-displayer):
28872         * dabbrev.el (dabbrev-search-these-buffers-only):
28873         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
28874         (diff-advance-after-apply-hunk, diff-mode-hook)
28875         (diff-minor-mode-prefix):
28876         * imenu.el (imenu-use-popup-menu):
28877         * jit-lock.el (jit-lock-context-time):
28878         * newcomment.el (comment-fill-column, comment-column)
28879         (comment-style, comment-padding, comment-multi-line)
28880         (comment-empty-lines, comment-auto-fill-only-comments):
28881         * reveal.el (reveal-around-mark):
28882         * uniquify.el (uniquify-buffer-name-style)
28883         (uniquify-after-kill-buffer-p)
28884         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
28885         (uniquify-min-dir-content, uniquify-separator)
28886         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
28887         * w32-vars.el (w32-fixed-font-alist):
28888         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
28889         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
28890         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
28891         * progmodes/perl-mode.el (perl-indent-level)
28892         (perl-continued-statement-offset, perl-continued-brace-offset)
28893         (perl-brace-offset, perl-brace-imaginary-offset)
28894         (perl-label-offset, perl-indent-continued-arguments)
28895         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
28896         * progmodes/tcl.el (tcl-indent-level)
28897         (tcl-continued-indent-level, tcl-auto-newline)
28898         (tcl-tab-always-indent, tcl-electric-hash-style)
28899         (tcl-help-directory-list, tcl-use-smart-word-finder)
28900         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
28901         (inferior-tcl-source-command):
28902         * textmodes/fill.el (enable-kinsoku):
28903         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
28904         * textmodes/table.el (table-yank-handler):
28905         Specify missing group (and type, if simple) in defcustom.
28907 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
28909         * progmodes/compile.el (compilation-finish-function): Fix defvar.
28911 2005-05-19  Richard M. Stallman  <rms@gnu.org>
28913         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
28915         * subr.el (event-basic-type): Don't get an error.
28916         (left-fringe-p): Function deleted.
28918         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
28919         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
28921         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
28922         in recursive copy.
28924         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
28926         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
28928         * emacs-lisp/bytecomp.el
28929         (byte-compile-file-form-custom-declare-variable):
28930         Call byte-compile-nogroup-warn if appropriate.
28932         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
28933         (compilation-set-window): Don't call left-fringe-p; do it directly.
28935 2005-05-19  Jay Belanger  <belanger@truman.edu>
28937         * calc/calc-graph.el (calc-graph-format-data): Make sure
28938         var-PlotRejects is bound before trying to check its value.
28940 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
28942         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
28943         definition of this variable from reftex-global.el to reftex.el,
28944         because it is needed in the menu.
28946 2005-05-19  Lute Kamstra  <lute@gnu.org>
28948         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
28949         years are fixed.  Don't insert a space after a dash.
28951 2005-05-19  Kim F. Storm  <storm@cua.dk>
28953         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
28955 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
28957         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
28958         strings, because (eq ... ?\\) is fairly frequent.
28960         * progmodes/make-mode.el (makefile-add-this-line-targets):
28961         Simplify and integrate into `makefile-pickup-targets'.
28962         (makefile-add-this-line-macro): Simplify and integrate into
28963         `makefile-pickup-macros.
28964         (makefile-pickup-filenames-as-targets): Simplify.
28965         (makefile-previous-dependency, makefile-match-dependency):
28966         Don't stumble over `::'.
28968 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
28970         * subr.el (post-command-idle-hook, post-command-idle-delay):
28971         Remove obsoletion of post-command-idle-hook and
28972         post-command-idle-delay.
28974         * faces.el (list-faces-display): Provide button when describe-face
28975         is called to take user back to the list of faces.
28977         * help-fns.el (describe-variable): Remove hyperlinks in a
28978         variable's value as these are quite frequently inappropriate.
28980         * follow.el (follow-submit-feedback, follow-mode):
28981         Remove references to post-command-idle-hook.
28983 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
28985         * progmodes/make-mode.el (makefile-previous-dependency)
28986         (makefile-match-dependency): Check for := (and in bsd mode also
28987         !=) to give a better result, even when font-lock is not on.
28989 2005-05-18  Jay Belanger  <belanger@truman.edu>
28991         * calc/calc-help.el (calc-s-prefix-help):
28992         Add `calc-copy-special-constant' to help string.
28994 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
28996         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
28998 2005-05-18  Jay Belanger  <belanger@truman.edu>
29000         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29001         in linear factors are in proper order.
29003 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
29005         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29006         Support for jurabib.
29008         * textmodes/reftex.el (featurep): Define aliases for overlay
29009         commands, for XEmacs compatibility, and use these aliases in
29010         overlay initializations.
29011         (reftex-highlight): Use `reftex-move-overlay'.
29012         (reftex-unhighlight): Use `reftex-delete-overlay'.
29013         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
29014         (reftex-access-search-path): Use `reftex-uniquify' instead of
29015         `reftex-uniq'.
29017         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
29018         `before-string' property modification enables for Emacs as well.
29019         (reftex-select-item): Use `reftex-delete-overlay'.
29020         (reftex-select-mark): Use `reftex-make-overlay' and
29021         `reftex-overlay-put'.
29022         (reftex-select-unmark): Use `reftex-delete-overlay' and
29023         `reftex-overlay-put'.
29025 2005-05-18  Lute Kamstra  <lute@gnu.org>
29027         * emacs-lisp/lisp.el (check-parens): Fix docstring.
29029 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
29031         * add-log.el (add-change-log-entry):
29032         * array.el (array-make-template, array-reconfigure-rows)
29033         (array-init-max-row, array-init-max-column)
29034         (array-init-columns-per-line, array-init-field-width):
29035         * replace.el (replace-match-maybe-edit, perform-replace):
29036         * textmodes/spell.el (spell-region):
29037         Replace `read-input' by `read-string'.
29039         * forms.el (forms-mode):
29040         * finder.el (finder-compile-keywords):
29041         * shadowfile.el (shadow-read-files):
29042         Replace `eval-current-buffer' by `eval-buffer'.
29044         * terminal.el (te-pass-through):
29045         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
29046         (ange-ftp-raw-send-cmd):
29047         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
29048         (send-process-next-char, telnet-initial-filter, telnet):
29049         Replace `send-string' by `process-send-string'.
29051         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
29052         (prolog-consult-region): Replace `send-string' by
29053         `process-send-string'; replace `send-region' by `process-send-region'.
29055         * progmodes/delphi.el (delphi-log-msg):
29056         Replace `set-window-dot' by `set-window-point'.
29058         * subr.el (window-dot, set-window-dot, read-input, send-string)
29059         (send-region, show-buffer, eval-current-buffer):
29060         Make really obsolete, as the comment says.
29062 2005-05-17  Kim F. Storm  <storm@cua.dk>
29064         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
29065         (cua--init-keymaps): Bind C-return instead of S-return to set
29066         rectangle mark.
29068         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
29069         instead of S-return to toggle/clear rectangle mark.
29071 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
29073         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
29074         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
29075         Also fontify plain strings assigned to variables, mostly so that a
29076         colon has a face and is thus not taken as a dependency separator.
29077         (makefile-previous-dependency): Inline the new matcher, because it
29078         is too complex to work in both directions.
29079         (makefile-match-dependency): Eliminate `backward' arg (see above).
29080         Completely reimplemented so as to not sometimes go into an endless
29081         loop.  It should also be more efficient, because first it only
29082         searches for `:', instead of applying the very complex regexp.
29083         (makefile-mode): Cancel `font-lock-support-mode', because blocks
29084         to be fontified in one piece can be too long for JIT.
29085         Makefiles are never *that* big.
29087 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
29089         * dired.el (dired-mode): Simplify.
29091 2005-05-17  Lute Kamstra  <lute@gnu.org>
29093         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
29094         defcustom for the mode hook variable.
29096         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
29097         Emacs Lisp Reference Manual.
29099 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
29101         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
29102         (evenp, list*):
29103         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
29104         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
29106         * net/tramp-smb.el (tramp-smb-open-connection):
29107         Pass `tramp-chunksize' as fifth (required) argument.
29109 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
29111         * font-lock.el (lisp-font-lock-keywords-1):
29112         Set `font-lock-negation-char-face' for [^...] char group.
29113         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
29115         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
29116         a var, and refine it to mask one more level of nested vars.
29117         (makefile-rule-action-regex): Turn it into a var, and refine it so
29118         it recognizes backslashed continuation lines as belonging to the
29119         same command.
29120         (makefile-macroassign-regex): Refine it so it recognizes
29121         backslashed continuation lines as belonging to the same command.
29122         (makefile-var-use-regex): Don't look at the next char, because it
29123         might be the same one to be skipped by the initial [^$], leading
29124         to an overlooked variable use.
29125         (makefile-make-font-lock-keywords): Remove two parameters, which
29126         are now variables that some of the modes set locally.
29127         Handle dependency and rule action matching through functions, because
29128         regexps alone match too often.  Dependency matching now comes
29129         last, so it can check, whether a colon already matched something else.
29130         (makefile-mode): Inform that font-lock improves makefile parsing
29131         capabilities.
29132         (makefile-match-dependency, makefile-match-action): New functions.
29134 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
29136         * emacs-lisp/cl-extra.el (equalp): Doc fix.
29138         * align.el (align-regexp):
29139         * ansi-color.el (ansi-color-get-face):
29140         * array.el (array-reconfigure-rows, array-init-max-row)
29141         (array-init-max-column, array-init-columns-per-line)
29142         (array-init-field-width):
29143         * dired-aux.el (dired-trample-file-versions):
29144         * dired-x.el (dired-mark-sexp):
29145         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
29146         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
29147         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
29148         * faces.el (face-read-integer):
29149         * files.el (backup-extract-version, insert-directory):
29150         * hexl.el (hexl-insert-decimal-char):
29151         * server.el (server-process-filter):
29152         * shell.el (shell-extract-num):
29153         * startup.el (command-line-1):
29154         * term.el (term-command-hook):
29155         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
29156         (time-stamp-do-number):
29157         * time.el (display-time-update):
29158         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
29159         (timezone-fix-time):
29160         * vms-patch.el (vms-suspend-resume-hook):
29161         * calendar/appt.el (appt-convert-time):
29162         * calendar/cal-bahai.el (mark-bahai-diary-entries):
29163         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
29164         * calendar/cal-islam.el (mark-islamic-diary-entries):
29165         * calendar/calendar.el (calendar-cursor-to-date)
29166         (calendar-star-date):
29167         * calendar/diary-lib.el (diary-attrtype-convert)
29168         (mark-diary-entries, diary-entry-time):
29169         * calendar/solar.el (solar-get-number):
29170         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
29171         * emacs-lisp/re-builder.el (reb-display-subexp):
29172         * emulation/edt.el (edt-set-scroll-margins):
29173         * emulation/tpu-extras.el (tpu-set-scroll-margins):
29174         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
29175         (vip-get-ex-count):
29176         * emulation/viper-ex.el (viper-get-ex-token)
29177         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
29178         * international/fontset.el (fontset-plain-name):
29179         * mail/feedmail.el (feedmail-look-at-queue-directory):
29180         * mail/mailalias.el (mail-get-names):
29181         * mail/rmail.el (rmail-convert-to-babyl-format):
29182         * mail/rmailsum.el (rmail-make-basic-summary-line)
29183         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
29184         (rmail-summary-goto-msg):
29185         * mail/smtpmail.el (smtpmail-read-response):
29186         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
29187         (ange-ftp-vms-add-file-entry):
29188         * play/gametree.el (gametree-looking-at-ply)
29189         (gametree-current-branch-score):
29190         * progmodes/ada-xref.el (ada-prj-find-prj-file)
29191         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
29192         * progmodes/cperl-mode.el (condition-case):
29193         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
29194         (ebrowse-set-member-buffer-column-width)
29195         (ebrowse-select-1st-to-9nth):
29196         * progmodes/etags.el (etags-snarf-tag):
29197         * progmodes/flymake.el (flymake-parse-line):
29198         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
29199         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
29200         (idlwave-shell-menu-def):
29201         * progmodes/ps-mode.el (ps-run-goto-error):
29202         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
29203         (vhdl-speedbar-contract-level):
29204         * term/mac-win.el (x-handle-numeric-switch):
29205         * term/sun-mouse.el (sun-get-frame-data):
29206         * term/w32-win.el (x-handle-numeric-switch):
29207         * term/x-win.el (x-handle-numeric-switch):
29208         * textmodes/ispell.el (ispell-parse-output):
29209         * textmodes/nroff-mode.el (nroff-outline-level):
29210         * textmodes/reftex-cite.el (reftex-bib-sort-year)
29211         (reftex-bib-sort-year-reverse, reftex-format-citation):
29212         * textmodes/reftex-parse.el (reftex-init-section-numbers)
29213         (reftex-section-number):
29214         * textmodes/texinfmt.el (texinfo-paragraphindent):
29215         Replace `string-to-int' by `string-to-number'.
29217         * international/latexenc.el: Add page marker to force the "Local
29218         Variables:" string out of the last page.
29220 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
29222         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
29223         tooltip-change-major-mode.
29224         (gud-tooltip-print-command): Remove case where gud-minor-mode
29225         is gdb ("--fullname").
29226         (gud-tooltip-tips): Turn GUD tooltips off for this case and
29227         explain to user.
29229 2005-05-16  Jay Belanger  <belanger@truman.edu>
29231         * calc/calc-store.el (calc-copy-special-constant): New function.
29233         * calc/calc-ext.el (calc-init-extensions): Add binding for
29234         `calc-copy-special-constant'.
29236         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
29237         for the `calc-copy-special-constant' command.
29239 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
29241         * subr.el (left-fringe-p): New function.
29243         * progmodes/compile.el (compilation-setup): Set local value of
29244         overlay-arrow-string to "" always.
29245         (compilation-set-window): Left fringe then don't scroll.
29246         No left fringe then no arrow and scroll message to top.
29247         (compilation-context-lines): Adjust doc string accordingly.
29249 2005-05-16  Kim F. Storm  <storm@cua.dk>
29251         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
29252         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
29253         (ido-wide-find-dir-or-delete-dir): New command for M-d.
29254         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
29255         (ido-read-file-name): Handle commands with ido property value
29256         equal to find-file as reading a file name, to allow C-d to enter dired.
29257         (ibuffer-find-file): Add ido property with value find-file.
29259 2005-05-15  Kim F. Storm  <storm@cua.dk>
29261         * subr.el (open-network-stream-nowait): Remove.
29262         (open-network-stream-server): Remove.
29264 2005-05-15  Richard M. Stallman  <rms@gnu.org>
29266         * faces.el (describe-face): Output a definition link button.
29268         * help-mode.el (help-face-def): New button type.
29270         * emacs-lisp/copyright.el (copyright-fix-years):
29271         Match properly if the first year is 2-digit.
29272         Don't mess up the whitespace after the years by filling.
29274         * dired-aux.el (dired-mark-confirm):
29275         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
29277         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
29278         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
29279         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
29281         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29282         Set font-lock-comment-start-skip.
29284         * font-lock.el (font-lock-comment-start-skip): New variable.
29285         (font-lock-comment-end-skip): New variable.
29286         (font-lock-fontify-syntactically-region): Use them if non-nil.
29288 2005-05-15  Jay Belanger  <belanger@truman.edu>
29290         * calc/calc-store.el (calc-store-value): Return a string rather
29291         than display it as a message.
29292         Use calc-var-name for variable name.
29293         (calc-store-into): Add the result of calc-store-value to message.
29294         (calc-copy-variable): Add a message.
29295         (calc-store-exchange): Improve error messages.
29296         (calc-store-binary, calc-store-map): Don't reset the values of
29297         special constants.
29299 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
29301         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
29302         manual to docstring.
29304         * files.el (hack-local-variables-confirm): Add STRING argument.
29305         Make the function handle non file visiting buffers correctly.
29306         (hack-local-variables-prop-line, hack-local-variables)
29307         (hack-one-local-variable): Use STRING arg of
29308         `hack-local-variables-confirm'.
29310 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
29312         Sync with Tramp 2.0.49.
29314         * net/tramp.el (tramp-handle-dired-call-process)
29315         (tramp-handle-insert-directory):`insert-buffer' cannot be used
29316         because the contents of the Tramp buffer is changed before
29317         insertion (`expand-file' and alike).
29318         (tramp-handle-insert-directory): If `localname' has an empty
29319         nondirectory name, it must not be quoted.
29320         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
29321         variable `tramp-chunksize'.  Change callees.
29322         (tramp-open-connection-setup-interactive-shell): Check remote host
29323         for buggy `send-process-string' implementation.
29324         Set `tramp-chunksize' if found.  Reported by Michael Kifer
29325         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
29326         (tramp-handle-shell-command): `insert-buffer' cannot be used
29327         because the contents of the Tramp buffer is changed before
29328         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
29329         <frederic.bothamy@free.fr>.
29330         (tramp-set-auto-save): Actions should be done for Tramp file name
29331         handler only.  Ange-FTP has its own auto-save mechanism.
29332         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
29333         (tramp-set-auto-save-file-modes): Set file modes of
29334         `buffer-auto-save-file-name' to ?\600 as fallback solution.
29335         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
29336         (tramp-bug): Remove obsolete variable.
29337         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
29338         for presence of `mml-mode'.  Make it running for older Emacsen as well.
29340 2005-05-14  John Paul Wallington  <jpw@pobox.com>
29342         * ibuf-ext.el (define-ibuffer-filter filename):
29343         If `dired-directory' is a list, use its car.
29345 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
29347         * ibuffer.el (define-ibuffer-column filename):
29348         If `dired-directory' is a list, use its car.
29350 2005-05-14  Richard M. Stallman  <rms@gnu.org>
29352         * subr.el (symbol-file): Doc fix.
29354         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
29355         (byte-compile-form): Call byte-compile-nogroup-warn.
29356         (byte-compile-warning-types): Doc fix.
29358         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
29360         * progmodes/cc-engine.el (c-literal-faces):
29361         Add font-lock-comment-delimiter-face.
29363         * net/net-utils.el (dig): Use with-no-warnings.
29365         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
29366         (sc-recite-frame-alist, sc-default-cite-frame)
29367         (sc-default-uncite-frame, sc-default-recite-frame)
29368         (sc-attrib-selection-list, sc-rewrite-header-list):
29369         Mark as risky-local-variable.
29371         * international/ogonek.el (ogonek-jak, ogonek-how):
29372         Don't use beginning-of-buffer.
29374         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
29376         * calendar/solar.el (solar-data-list): Move definition up.
29378         * dnd.el (dnd-protocol-alist): Add autoload.
29380         * progmodes/sh-script.el: Many doc usage fixes.
29381         (sh-indent-after-do): Change default to match common styles.
29383 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
29385         * files.el (interpreter-mode-alist)
29386         (auto-mode-interpreter-regexp): Doc fixes.
29388 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
29390         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
29392         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
29394 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29396         * dired.el (dired-mode): make-variable-buffer-local =>
29397         make-local-variable.
29399 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29401         * term/mac-win.el (mac-select-convert-to-string): Try coding
29402         systems in mac-script-code-coding-systems if specified one cannot
29403         encode string for `com.apple.traditional-mac-plain-text'.
29405 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
29407         * progmodes/make-mode.el (makefile-targets-face)
29408         (makefile-shell-face, makefile-makepp-perl-face): New faces.
29409         (makefile-dependency-regex): Fix it to not make the colon in
29410         $(var:a=b) special.
29411         (makefile-rule-action-regex): New regexp for highlighting embedded
29412         Shell strings.
29413         (makefile-macroassign-regex): Handle != for highlighting as
29414         embedded Shell strings.
29415         (makefile-var-use-regex): New const.
29416         (makefile-statements, makefile-automake-statements)
29417         (makefile-gmake-statements, makefile-makepp-statements)
29418         (makefile-bsdmake-statements): New consts.
29419         (makefile-make-font-lock-keywords): New function.
29420         (makefile-automake-font-lock-keywords)
29421         (makefile-gmake-font-lock-keywords)
29422         (makefile-makepp-font-lock-keywords)
29423         (makefile-bsdmake-font-lock-keywords): New consts.
29424         (makefile-mode-map): Add switchers between the various submodes.
29425         (makefile-mode): Document the availability of the variants.
29426         (makefile-automake-mode, makefile-gmake-mode)
29427         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
29429         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
29430         new variants of makefile-mode.
29432 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
29434         * font-lock.el (font-lock-comment-delimiter-face): Fix up
29435         the inheritance.
29437 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
29439         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
29440         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
29442         * files.el (normal-mode): Extend the scope of the
29443         `enable-local-variables' binding to include the `set-auto-mode' call.
29444         (magic-mode-alist): Doc fix.
29446 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
29448         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
29449         font-lock-comment-face rather than copying its setting.
29451 2005-05-12  Andreas Schwab  <schwab@suse.de>
29453         * eshell/esh-mode.el (eshell-send-input): Doc fix.
29455 2005-05-12  Lute Kamstra  <lute@gnu.org>
29457         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
29458         defcustom for the mode hook variable.  Delete the last argument.
29459         * generic-x.el: Fix callers of define-generic-mode.
29460         (generic-x-modes): Delete group.
29461         (show-tabs-tab-face, show-tabs-space-face): Put them in the
29462         generic-x customization group.
29464 2005-05-12  Kim F. Storm  <storm@cua.dk>
29466         * font-lock.el (font-lock-negation-char-face): Default to "off".
29468         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
29469         font-lock-negation-char-face to ! in !=.
29471 2005-05-12  Masatake YAMATO  <jet@gyve.org>
29473         * add-log.el (find-change-log): Fix typos in the docstring
29474         of function.
29476 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
29478         * international/latexenc.el (latexenc-find-file-coding-system):
29479         Avoid `re-search-forward' when looking for input encoding because
29480         of speed and safety.  Better regular expressions for recognizing
29481         input encoding.  Limit a search for TeX-master/tex-main-file to
29482         the local variable section.
29484 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
29486         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
29487         syntax of $ to "'" (quote).
29489 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
29491         * dnd.el (dnd-protocol-alist): Improve custom type.
29493         * dired.el (dired-dnd-protocol-alist): New variable.
29494         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
29495         `dired-mode-hook' to the end.
29497 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29499         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
29500         comment-end if comment-start-skip is not set.
29501         Obey the font-lock-comment-delimiter-face variables.
29503 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29505         * files.el (executable-find): Move from executable.el.  Use
29506         locate-file.
29507         * progmodes/executable.el (executable-find): Move to files.el.
29509         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
29510         when trying to ensure forward progress.
29512 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
29514         * mouse-sel.el (mouse-sel-follow-link-p): New function.
29515         (mouse-select, mouse-select-internal, mouse-extend-internal):
29516         Use it to implement mouse-1-click-follows-link functionality.
29518 2005-05-11  Richard M. Stallman  <rms@gnu.org>
29520         * font-lock.el (font-lock-fontify-syntactically-region):
29521         Use font-lock-comment-delimiter-face for comment delimiters.
29523 2005-05-10  Jay Belanger  <belanger@truman.edu>
29525         * calc/calc-help.el (calc-m-prefix-help): Add mention of
29526         preserving embedded modes.
29528 2005-05-10  Richard M. Stallman  <rms@gnu.org>
29530         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
29532         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
29533         Move from ada-stmt.el.
29534         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
29536         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
29537         Move to ada-mode.el.
29538         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
29540         * cus-edit.el (custom-file): Call file-chase-links.
29542         * files.el (read-directory-name): Fix previous change.
29543         (hack-local-variables-confirm): New function.
29544         (hack-local-variables-prop-line, hack-local-variables)
29545         (hack-one-local-variable): Use it.
29547 2005-05-10  Lute Kamstra  <lute@gnu.org>
29549         * font-lock.el (font-lock-keywords-alist)
29550         (font-lock-removed-keywords-alist): Clarify docstrings.
29552 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
29554         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
29555         (gdb-source-info): Check for preprocessor info.
29556         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
29557         a macro for a function.
29558         (gdb-info-breakpoints-custom): Try to find file again if not already
29559         found (user might have used GDB dir command).
29560         (gdb-get-location): Update gdb-location-alist correctly for change
29561         to gdb-info-breakpoints-custom.
29563         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
29564         (gud-tooltip-print-command): Add gdbmi case.
29565         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
29566         preprocessor info.
29568 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
29570         * startup.el (fancy-splash-insert): Fix typo in doc string.
29572 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
29574         * obsolete/float.el (string-to-float):
29575         * obsolete/hilit19.el (hilit-add-pattern):
29576         * obsolete/rnews.el (news-parse-range, news-select-message)
29577         (news-get-pruned-list-of-files): Replace `string-to-int' by
29578         `string-to-number'.
29580         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
29581         `find-file-not-found-hooks'; use `add-hook'.
29582         (uncompress-while-visiting): Set `write-file-functions', not
29583         `write-file-hooks'; use `add-hook'.
29585 2005-05-09  Kim F. Storm  <storm@cua.dk>
29587         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
29588         (cua-paste): Handle clipboard action.
29589         (cua--init-keymaps): Remap clipboard-kill-region and
29590         clipboard-kill-ring-save.
29592 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
29594         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29595         Improve commentary.
29597         * simple.el (next-error-overlay-arrow-position): Revert the change
29598         made on 2005-04-30.
29600 2005-05-07  Jay Belanger  <belanger@truman.edu>
29602         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
29603         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
29604         `calc-sel-reselect'.
29606         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
29607         Calc is in embedded mode.
29609 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
29611         * progmodes/compile.el (compilation-setup):
29612         Set overlay-arrow-string to an empty string on text terminals.
29614         * textmodes/ispell.el (ispell-program-name): Try looking for
29615         "aspell" along exec-path, and if found, use it as the default
29616         speller program.
29618 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
29620         * international/mule.el (sgml-xml-auto-coding-function):
29621         Recognize encoding='FOO' in single quotes as well as in double quotes.
29623 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
29625         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
29626         as well as `interactive', so that defmacro* would recognize
29627         `declare' forms.
29629 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
29631         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29632         Explain more about the LIGHTER arg's usage in the doc string.
29633         Add commentary to clarify what the code does.  Fix the regexp that
29634         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
29635         since it could have characters special to regular expressions.
29637 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
29639         * replace.el (occur-1): Bind inhibit-read-only so that
29640         erase-buffer doesn't barf on read-only text properties (likewise
29641         for add-text-properties in occur-engine).  Mark buffer as unmodified.
29642         (occur-engine): Don't set buffer-read-only here.
29644 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29646         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
29647         list-buffers-directory.  This caused the *cvs-commit* buffer to be
29648         sometimes mistakenly reused as a *cvs* buffer.
29650 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
29652         * tooltip.el: Move code for GUD tooltips into gud.el.
29653         (require): CL no longer needed to compile case.
29654         (tooltip-mode): Do not toggle functions for GUD tooltips.
29655         (tooltip-gud-tips-p): Remove.  Replace with minor mode
29656         gud-tooltip-mode in gud.el.
29657         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
29658         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
29659         tooltip-gud prefix with gud-tooltip and obsolete.
29660         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
29661         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
29662         (tooltip-mouse-motion): Mouse movement functions/variable.
29663         Rename in gud.el by adding gud prefix.
29664         (tooltip-gud-original-filter, tooltip-gud-dereference)
29665         (tooltip-gud-event, tooltip-toggle-gud-tips)
29666         (tooltip-gud-process-output, tooltip-gud-print-command)
29667         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
29668         gud.el by replacing tooltip-gud prefix with gud-tooltip.
29669         (gdb-tooltip-print): Move to gdb-ui.el.
29671         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
29672         (require): CL needed to compile case.
29673         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
29674         tooltip-gud-tips-p.  Make it a minor-mode.
29675         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
29676         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
29677         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
29678         (gud-tooltip-change-major-mode)
29679         (gud-tooltip-activate-mouse-motions-if-enabled)
29680         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
29681         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
29682         (gud-tooltip-original-filter, gud-tooltip-dereference)
29683         (gud-tooltip-event, tooltip-toggle-gud-tips)
29684         (gud-tooltip-process-output, gud-tooltip-print-command)
29685         (gud-tooltip-tips): Move from tooltip.el.
29687         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
29688         (gdb-cpp-define-alist-flags): Doc fix.
29689         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
29690         gud-tooltip-mode is t.
29692 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29694         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
29695         evaporate if their text is deleted.
29696         (goto-address-at-point): Make it work as a mouse binding as well.
29697         (goto-address-at-mouse): Obsolete it.  Update users.
29699 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
29701         * calendar/appt.el (top-level): No longer activate on load.
29703 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
29705         * calendar/cal-bahai.el (mark-bahai-diary-entries):
29706         * net/webjump.el (webjump):
29707         * progmodes/idlw-help.el (idlwave-do-context-help1)
29708         (idlwave-highlight-linked-completions):
29709         * textmodes/po.el (po-find-file-coding-system-guts):
29710         Replace `assoc-ignore-case' by `assoc-string'.
29712 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
29714         * files.el (locate-file): Doc fix.
29716         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
29717         Remove the redundant test for ms-dos.
29719         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
29720         look for the preprocessor with exec-suffixes.  If not found in
29721         standard places, look in exec-path.  Remove most of the tests that
29722         used system-type.
29724         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
29726         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
29728         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
29729         file-name clash with jka-compr.el on 8+3 filesystems.
29731 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29733         * term/mac-win.el: Don't define or bind scroll bar functions if
29734         x-toolkit-scroll-bars is t.
29735         (x-select-text, x-get-selection-value): Clear
29736         x-last-selected-text-clipboard if x-select-enable-clipboard is
29737         nil.
29738         (PRIMARY): Put mac-scrap-name property.
29739         (mac-select-convert-to-file-url): New function.
29740         (public.file-url): New selection target type.  Add to
29741         selection-converter-alist.
29742         (x-get-selection, x-selection-value): Handle it.
29743         (x-cut-buffer-or-selection-value): New alias.
29745 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
29747         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
29748         entry to avoid calling bibtex-find-entry with arg global
29749         being t.  Remove arg key.
29750         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
29751         (bibtex-copy-summary-as-kill): Change accordingly.
29753 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
29755         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
29756         (org-agenda-date-later): Use with-current-buffer.
29758 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
29760         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
29761         (define-obsolete-variable-alias): Doc Fixes.
29763 2005-05-06  Kim F. Storm  <storm@cua.dk>
29765         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
29766         vertical-motion when selective-display is active.
29768         * ido.el (ido-setup-hook): New hook.
29769         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
29770         (ido-input-stack): New var.
29771         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
29772         ido-next-work-file binding to M-O.
29773         Bind M-f to ido-wide-find-file-or-pop-dir.
29774         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
29775         (ido-read-internal): Run ido-setup-hook.
29776         Catch quit in read-file-name and read-string to cancel edit.
29777         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
29778         Automatically pop-all when completing a directory name (RET).
29779         (ido-file-internal): Add with-no-warnings around ffap and dired code.
29780         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
29781         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
29782         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
29783         New functions for M-b/M-f to move among the directory components.
29784         (ido-make-merged-file-list): Catch quit to cancel merge.
29785         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
29786         (ido-completion-help): No warnings for ido-completion-buffer-full.
29788 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
29790         * font-lock.el (font-lock-negation-char-face): New face and variable.
29791         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
29792         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
29793         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
29794         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
29796 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
29798         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
29799         Fix typo in docstring.
29801         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
29802         (ebrowse-print-statistics-line)
29803         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
29805         * term/w32-win.el (image-library-alist): Add additional name for
29806         Xpm library.
29808 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
29810         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
29811         use gcc instead of cpp.
29813         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
29814         (gdb-create-define-alist): Use it.
29815         (gdb-cpp-define-alist-program): Update for MS-DOS.
29817 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
29819         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
29821 2005-05-04  Richard M. Stallman  <rms@gnu.org>
29823         * help.el (describe-key): No error when UNTRANSLATED is nil.
29825         * simple.el (line-move-1): Fix previous change to signal errors
29826         appropriately.
29828 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
29830         * calendar/icalendar.el (icalendar-version): Now at 0.12.
29831         (icalendar-duration-correction): Remove.
29832         (icalendar--get-event-properties): Split result at commas.
29833         (icalendar--decode-isoduration): New optional argument
29834         DURATION-CORRECTION.
29835         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
29836         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
29837         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
29838         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
29839         (icalendar--convert-anniversary-to-ical): New functions, extracted
29840         from icalendar-export-region, with bug fixes.
29841         (icalendar-export-region): Use the above functions.
29842         (icalendar-import-buffer): Check before saving diary file.
29843         (icalendar--convert-recurring-to-diary)
29844         (icalendar--convert-non-recurring-all-day-to-diary)
29845         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
29846         extracted from icalendar--convert-ical-to-diary, with bug fixes.
29847         (icalendar--convert-ical-to-diary): Use the above functions.
29849 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
29851         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
29852         Remove these recent additions.
29853         (c-mode): Restore to before 2005-04-28.
29855         * progmodes/cc-vars.el (cc-define-list-program): Remove this
29856         recent addition.
29858         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
29859         (gdb-define-alist): New variables.
29860         (gdb-create-define-alist): New function.
29861         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
29862         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
29863         with string-to-number.
29864         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
29866         * progmodes/gud.el: Replace string-to-int with string-to-number.
29867         (gud-find-file): Handle gdb-define-alist.
29869         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
29871 2005-05-02  Jay Belanger  <belanger@truman.edu>
29873         * calc/calc-aent.el (math-read-token):
29874         * calc/calc-bin.el (calc-word-size):
29875         * calc/calc-ext.el (calc-read-number-fancy):
29876         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
29877         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
29878         * calc/calc-frac.el (calc-over-notation):
29879         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
29880         (calc-graph-num-points, calc-graph-init):
29881         * calc/calc-prog.el (calc-read-parse-table-part)
29882         (calc-edit-macro-repeats):
29883         * calc/calc-yank.el (calc-do-grab-rectangle):
29884         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
29885         Replace `string-to-int' by `string-to-number'.
29887 2005-05-02  Kim F. Storm  <storm@cua.dk>
29889         * kmacro.el: Use executing-kbd-macro-index variable.
29891 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
29893         * net/rlogin.el (rlogin-parse-words): Delete func.
29894         (rlogin): Use split-string, not rlogin-parse-words.
29895         Also, if there are option-like elements in the parsed args,
29896         take the host to be the first arg immediately following them.
29897         Suggested by Michael Mauger.
29899 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
29901         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
29903 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
29905         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
29906         (cc-mode-cpp-program): Rename to cc-define-list-program and
29907         move to cc-vars.el.
29909         * progmodes/cc-vars.el (cc-define-list-program):
29910         Change to "gcc -E -dM -".  Make customizable.
29912 2005-05-02  Kim F. Storm  <storm@cua.dk>
29914         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
29916 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
29918         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
29920         * international/mule-util.el (truncate-string): Remove alias and
29921         obsolete declaration.
29923         * international/mule-cmds.el (update-iso-coding-systems):
29924         Remove alias and obsolete declaration.
29926         * international/mule.el (coding-system-parent): Remove alias and
29927         obsolete declaration.
29929         * subr.el (define-function, sref): Remove aliases and obsolete
29930         declarations.
29931         (chars-in-region): Remove obsolete declaration.
29933 2005-05-01  Richard M. Stallman  <rms@gnu.org>
29935         * info.el (Info-mode): Set widen-automatically to nil, locally.
29937         * simple.el (widen-automatically): New variable.
29938         (pop-global-mark): Obey widen-automatically.
29940 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
29942         * term/xterm.el (function-key-map): Call substitute-key-definition
29943         before the keymap size is increased by a lot of define-key calls.
29945 2005-05-01  Richard M. Stallman  <rms@gnu.org>
29947         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
29948         Rename ARG to ELEMENT.  Doc fix.
29950 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
29952         * allout.el (allout-exposure): Remove macro and obsolete declaration.
29953         Remove references to allout-exposure/change to allout-new-exposure.
29955         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
29956         bytecode symbols.
29958         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
29959         (compiled-function-p, focus-frame, unfocus-frame):
29960         Remove aliases and obsolete declarations.
29961         Back out inadvertent changes from previous commit.
29963 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
29965         * files.el (require-final-newline): Make Custom tags consistent
29966         with mode-require-final-newline.
29967         (mode-require-final-newline): Doc fix.
29969 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
29971         * international/latexenc.el (latexenc-find-file-coding-system):
29972         Fix regular expressions.
29974 2005-05-01  David Kastrup  <dak@gnu.org>
29976         * international/latexenc.el (latexenc-find-file-coding-system):
29977         Fix regular expressions.
29979 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
29981         * subr.el (string-to-int): Make obsolete.
29983 2005-04-30  Richard M. Stallman  <rms@gnu.org>
29985         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
29987         * loadup.el: load jka-comp-hook.
29989         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
29990         (jka-compr-handler): Add autoload.  `put' calls moved
29991         to jka-comp-hook.el.
29992         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
29993         (jka-compr-inhibit): Autoload.
29995         * jka-comp-hook.el: New file.
29996         Enable the mode by default.
29998         * files.el (backup-buffer-copy): Use copy-file instead
29999         of write-region, and put back the 'excl.
30001 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
30003         * progmodes/flymake.el (flymake-split-string)
30004         (flymake-split-string, flymake-log, flymake-pid-to-names)
30005         (flymake-reg-names, flymake-get-source-buffer-name)
30006         (flymake-unreg-names, flymake-add-line-err-info)
30007         (flymake-add-err-info): Clarify docstrings.
30008         (flymake-popup-menu, flymake-make-emacs-menu)
30009         (flymake-make-xemacs-menu): Add docstrings.
30010         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30011         Set variables directly throughout.
30013 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
30015         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
30016         exists.  Initialize cc-define-alist.
30017         (c-mode): Add cc-create-define-alist locally to after-save-hook.
30018         If there is no file (Macroexpansion) don't create an alist.
30020 2005-04-29  Sam Steingold  <sds@gnu.org>
30022         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
30023         (cc-create-define-alist): Use it instead of the hard-coded string.
30025 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30027         * international/mule-conf.el (file-coding-system-alist): Fix regexp
30028         for latexenc.
30030 2005-04-29  Lute Kamstra  <lute@gnu.org>
30032         * emacs-lisp/generic.el: Improve commentary section.
30033         (define-generic-mode): Improve docstring.
30035 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
30037         * textmodes/org.el (many places): Change to quiet the byte compiler.
30038         (org-prefix-format-compiled): New variable.
30039         (org-compile-prefix-format): New function.
30040         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
30041         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
30042         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
30043         (org-get-entries-from-diary): Use `org-get-time-of-day' for
30044         consistency with entries from `org-mode' files.
30045         (org-get-time-of-day): Fix bug with partial matches early in a line.
30046         (org-non-link-chars): New constant.
30047         (org-link-regexp): Respect `org-non-link-chars'.
30048         (org-agenda-day-view): Remove command.
30049         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
30050         (org-follow-bbdb-link, org-store-link): Search also company field.
30051         (org-highlight-overlay): New variable.
30052         (org-highlight, org-unhighlight): New functions.
30053         (org-agenda-mode): Add pre-command-hook to remove highlight.
30054         (org-evaluate-time-range): Behavior depends upon whether time stamp
30055         contains a time or not.
30056         (org-show-subtree, org-show-entry): New functions.
30057         (org-agenda-cleanup-fancy-diary): Remove empty lines.
30059 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
30061         * comint.el (comint-output-filter-functions): Add autoload cookie.
30063 2005-04-28  Kim F. Storm  <storm@cua.dk>
30065         * ido.el (ido-everywhere): Fix last change.
30067 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
30069         * international/latexenc.el: New file.
30070         * international/mule-conf.el (file-coding-system-alist): For .tex,
30071         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
30073 2005-04-28  Lute Kamstra  <lute@gnu.org>
30075         * font-lock.el (font-lock-add-keywords)
30076         (font-lock-remove-keywords): Clarify docstring.
30077         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
30078         Don't start docstrings with a `*'.
30079         (font-lock-update-removed-keyword-alist): Give it a docstring.
30081         * generic-x.el: Update commentary section.
30082         Only require font-lock when compiling.
30083         Define all modes conditionally.
30084         Place all generic modes in the generic-x-modes customization group.
30085         (generic-x-modes): New customization group.
30086         (generic-default-modes, generic-mswindows-modes)
30087         (generic-unix-modes, generic-other-modes): New constants.
30088         (generic-define-mswindows-modes, generic-define-unix-modes):
30089         Update docstrings.  Make them obsolete.
30090         (generic-extras-enable-list): New default value.  Update docstring.
30091         Improve :type.  Change :set function.
30092         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
30093         Fix docstring.
30095         * emacs-lisp/generic.el (generic-mode-internal):
30096         Simplify font-lock-defaults.
30097         (define-generic-mode): Fix docstring.
30099 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30101         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
30102         font-lock-face property to highlight matches.
30104 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
30106         * progmodes/cc-mode.el (cc-create-define-alist): New function.
30107         (cc-define-alist): New variable.
30108         (c-mode): Make it local and initialize it.
30110         * progmodes/gdb-ui.el (gdb-active-process): New variable.
30111         (gdb-exited): New function.
30112         (gdb-annotation-rules): Use it.
30113         (gdb-starting): Set gdb-active-process to t.
30114         (gdb-stopping): Amend doc string.
30115         (gdb-reset): Set gdb-active-process to nil.
30117         * tooltip.el (tooltip-gud-tips): Show the associated #define
30118         directives when a C program under GDB is not executing.
30120 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30122         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
30123         font-lock-fontify-syntactic-keywords.
30125         * font-lock.el (font-lock-default-fontify-region): Don't force
30126         parse-sexp-lookup-properties to nil.
30128 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
30130         * man.el (man-mode-syntax-table): Set up `:' to have
30131         word-constituent syntax.
30133 2005-04-27  Lute Kamstra  <lute@gnu.org>
30135         * novice.el (disable-command): Don't add spurious newlines to the
30136         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
30138 2005-04-26  Jay Belanger  <belanger@truman.edu>
30140         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
30141         than one window before deleting window.
30143 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
30145         * shell.el (shell-prompt-pattern): Doc fix.
30146         (shell-mode): Set paragraph-separate buffer locally to "\\'".
30148         * comint.el (comint-prompt-regexp, comint-get-old-input)
30149         (comint-use-prompt-regexp)
30150         (comint-use-prompt-regexp-instead-of-fields)
30151         (comint-replace-by-expanded-history, comint-send-input)
30152         (comint-output-filter, comint-get-old-input-default)
30153         (comint-line-beginning-position, comint-bol, comint-show-output)
30154         (comint-backward-matching-input, comint-forward-matching-input)
30155         (comint-next-prompt, comint-previous-prompt):
30156         Rename `comint-use-prompt-regexp-instead-of-fields' to
30157         `comint-use-prompt-regexp'.  Keep old name as alias and declare
30158         obsolete.
30159         (comint-use-prompt-regexp): Shorten first line of doc string.
30161         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
30162         Set paragraph-separate buffer locally to "\\'".
30164         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
30165         Adapt to above name change.
30167         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
30168         (smbclient-prompt-regexp): Ditto.
30170         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
30172 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
30174         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
30175         gdb-location-list.
30176         Break lines that are over 80 characters wide.
30178 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30180         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
30181         New fun and var, to preserve compatibility.
30183         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
30185 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
30187         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
30188         name to file-newer-than-file-p.
30190 2005-04-26  Richard M. Stallman  <rms@gnu.org>
30192         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
30194         * progmodes/python.el (python-mode):
30195         Use new name eldoc-documentation-function.
30197         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
30199         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30200         (eldoc-documentation-function):
30201         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
30203 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
30205         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
30207 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
30209         * term/xterm.el (function-key-map): Fix strings for
30210         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
30211         {C,S,A,C-S}-{f1-f12}.
30213 2005-04-26  Kenichi Handa  <handa@m17n.org>
30215         * international/mule-cmds.el (select-safe-coding-system):
30216         Fix previous change.
30218 2005-04-26  Lute Kamstra  <lute@gnu.org>
30220         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
30222         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
30223         (font-lock-comment-delimiter-face): Ditto.
30225         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
30227 2005-04-25  Jay Belanger  <belanger@truman.edu>
30229         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
30230         to t while inserting information; use help-mode.
30232 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
30234         * term.el (ansi-term-color-vector): Use the xterm colors.
30235         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
30237 2005-04-25  Lute Kamstra  <lute@gnu.org>
30239         * font-core.el (font-lock-defaults): Fix docstring.
30241         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
30243 2005-04-25  Kenichi Handa  <handa@m17n.org>
30245         * international/mule-cmds.el (select-safe-coding-system):
30246         Don't check consistency with coding: spec, etc if raw-text or
30247         no-conversion was found to be safe.
30249 2005-04-24  Richard M. Stallman  <rms@gnu.org>
30251         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
30252         citation markers at start of each line.
30254         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
30255         citation markers at start of each line.
30257         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
30259         * files.el (mode-require-final-newline): Fix previous change.
30260         (require-final-newline): Fix type label.
30262 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
30264         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
30265         statement in buffer (broken by 2004-11-24 change).
30267 2005-04-24  Kim F. Storm  <storm@cua.dk>
30269         * ido.el (ido-everywhere): Save and restore old read-buffer-function
30270         and read-file-name-function values.  Don't overwrite existing
30271         non-nil values if ido-mode is enabled without ido-everywhere.
30273 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
30275         * files.el (mode-require-final-newline): Minor doc fix.
30277 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
30279         * subr.el (syntax-after): Doc fix.
30280         (syntax-class): If argument is nil, return nil.  Mask off upper 16
30281         bits, not 8 bits.
30283         * files.el (mode-require-final-newline): Doc fix.
30284         (backup-buffer-copy): Fix last change.
30286 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30288         * term/mac-win.el: Require select.  Set selection-coding-system to
30289         mac-system-coding-system.  Call menu-bar-enable-clipboard.
30290         (x-last-selected-text-clipboard, x-last-selected-text-primary)
30291         (x-select-enable-clipboard): New variables.
30292         (x-select-text, x-get-selection, x-selection-value)
30293         (x-get-selection-value, mac-select-convert-to-string)
30294         (mac-services-open-file, mac-services-open-selection)
30295         (mac-services-insert-text): New functions.
30296         (CLIPBOARD, FIND): Put mac-scrap-name property.
30297         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
30298         (public.tiff): Put mac-ostype property.
30299         (selection-converter-alist): Add entries for them.
30300         (mac-application-menu-map): New keymap.
30301         (interprogram-cut-function, interprogram-paste-function): Set to
30302         x-select-text and x-get-selection-value, respectively.
30303         (split-window-keep-point): Set to t.
30305 2005-04-23  Richard M. Stallman  <rms@gnu.org>
30307         * files.el (read-directory-name): Always pass non-nil
30308         DEFAULT-FILENAME arg to read-file-name.
30309         (backup-buffer-copy, basic-save-buffer-2): Take care against
30310         writing thru an unexpected existing symlink.
30311         (revert-buffer): In indirect buffer, revert the base buffer.
30312         (magic-mode-alist): Doc fix.
30313         (buffer-stale-function): Doc fix.
30314         (minibuffer-with-setup-hook): Avoid warning.
30315         (mode-require-final-newline): Doc and custom fix.
30317         * follow.el (follow-end-of-buffer): Use with-no-warnings.
30319         * font-lock.el (font-lock-comment-face): On terminals with few colors,
30320         use the default appearance.
30321         (font-lock-comment-delimiter-face): New face, new variable.
30323         * imenu.el (imenu--generic-function): The official position of a
30324         definition is the start of the line that BEG is in.
30326         * midnight.el (midnight-timer): Move defvar up.
30328         * mouse.el (mouse-drag-region-1): Delete some debugging code.
30330         * saveplace.el (save-place-to-alist): Use with-no-warnings.
30332         * startup.el (command-line): Use with-no-warnings.
30334         * window.el (window-size-fixed): New defvar.
30336         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
30338         * mail/rmail.el (rmail-font-lock-keywords):
30339         Use font-lock-comment-delimiter-face.
30341         * mail/sendmail.el (mail-font-lock-keywords):
30342         Use font-lock-comment-delimiter-face.
30344         * progmodes/compile.el (next-error-highlight-timer): New defvar.
30346 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
30348         * progmodes/compile.el (compilation-mode-font-lock-keywords):
30349         Specify t for LAXMATCH when matching directories.
30350         Save match data around compilation-compat-error-properties form.
30352 2005-04-23  David Kastrup  <dak@gnu.org>
30354         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
30355         Mention that the autoloaded aliases should be kept for AUCTeX.
30357 2005-04-23  Andreas Schwab  <schwab@suse.de>
30359         * isearch.el (isearch-forward): Doc fix.
30361 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
30363         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
30364         (jit-lock-stealth-nice): Change default value to 0.5.
30366 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
30368         * abbrev.el (write-abbrev-file): Write table entries in
30369         alphabetical order by table name.
30371 2005-04-22  Kim F. Storm  <storm@cua.dk>
30373         * ido.el (ido-read-internal): Fix `list' completion.
30375 2005-04-22  Kenichi Handa  <handa@m17n.org>
30377         * recentf.el (recentf-save-file-coding-system): New variable.
30378         (recentf-save-list): Encode the file by
30379         recentf-save-file-coding-system and add coding: tag.
30381 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
30383         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
30385 2005-04-21  Lute Kamstra  <lute@gnu.org>
30387         * loadhist.el (unload-feature): Don't remove a function from hooks
30388         if it is about to be restored to an autoload .  Remove functions
30389         that will become unbound from auto-mode-alist.  Simplify the code.
30391         * subr.el (assq-delete-all): New implementation that is linear,
30392         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
30393         (rassq-delete-all): New function.
30395         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30396         Add size-indication-mode.
30398 2005-04-21  Kenichi Handa  <handa@m17n.org>
30400         * international/mule-cmds.el: Add autoload for widget-value in
30401         eval-when-compile.
30403 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
30405         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30406         Add tooltip-mode.
30408         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
30410 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
30412         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
30413         (inferior-lisp-filter-regexp, inferior-lisp-program)
30414         (inferior-lisp-load-command, inferior-lisp-prompt)
30415         (inferior-lisp-mode-hook, lisp-source-modes)
30416         (inferior-lisp-load-hook): defvar->defcustom.
30417         (inferior-lisp-program, inferior-lisp-prompt)
30418         (inferior-lisp-load-hook): Doc fixes.
30419         (inferior-lisp-install-letter-bindings): Small change in
30420         introductory comment.
30422 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
30424         * vc.el (vc-annotate-color-map): Change some colors so that text
30425         using them as foreground is readable on both white and black
30426         backgrounds.
30428 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30430         * international/mule-conf.el (translation-table-for-input):
30431         Remove redundant declaration.
30433 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
30435         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
30437         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
30438         (tooltip-toggle-gud-tips): New function.
30440 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30442         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
30443         right angle brackets.
30445 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
30447         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
30449 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
30451         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
30452         Remove.  Update callers to use expand-file-name instead.
30454         * subr.el (syntax-class): New function.
30456         * simple.el (blink-matching-open): Use it.
30458         * paren.el (show-paren-function): Use it to recognize parens that are
30459         also used in 2-char comment markers.
30461 2005-04-19  Lute Kamstra  <lute@gnu.org>
30463         * loadhist.el (unload-feature): Update for new format of
30464         load-history.  Simplify the code.
30466 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30468         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
30469         (mac-add-charset-info): New function.  Initialize variable
30470         mac-charset-info-alist using it.
30471         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
30472         for translation.
30473         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
30474         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
30475         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
30476         New CCL programs.
30478 2005-04-19  Kim F. Storm  <storm@cua.dk>
30480         * simple.el (next-buffer, prev-buffer, next-error)
30481         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30482         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
30484         * bindings.el (next-buffer, prev-buffer, next-error)
30485         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30486         (clone-indirect-buffer-other-window): Move bindings from simple.el.
30487         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
30488         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
30490 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
30492         * isearch.el (isearch-edit-string): Make the search-ring available for
30493         minibuffer history commands.
30494         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
30495         the default history commands now work just as well.
30496         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
30498 2005-04-18  Kim F. Storm  <storm@cua.dk>
30500         * emulation/cua-base.el (cua--pre-command-handler): Add more
30501         elaborate check for shift modifier on non-window systems.
30503 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
30505         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
30507 2005-04-18  Kim F. Storm  <storm@cua.dk>
30509         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
30510         and make it optional.  Don't test tooltip-gud-echo-area here.
30511         (tooltip-gud-process-output, gdb-tooltip-print):
30512         Pass tooltip-gud-echo-area to tooltip-show.
30513         (tooltip-help-tips): Remove second optional arg to tooltip-show.
30515 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30517         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
30518         `display-graphic-p' may not be bound yet.
30520 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
30522         * startup.el (command-line): No longer enable Xterm Mouse mode by
30523         default in terminals compatible with xterm.
30525         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
30527 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
30529         * tooltip.el (tooltip-gud-echo-area): Rename from
30530         tooltip-use-echo-area.
30531         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
30532         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
30533         area independently of where help tooltips are displayed.
30535 2005-04-17  David Kastrup  <dak@gnu.org>
30537         * cus-theme.el (custom-theme-write-variables): Quote variables
30538         where necessary.
30540 2005-04-17  Richard M. Stallman  <rms@gnu.org>
30542         * simple.el (yank-excluded-properties): Add follow-link to value.
30544         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
30546         * startup.el (fancy-splash-max-time): Just 30 seconds.
30547         (fancy-splash-delay): Just 7.
30548         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
30550         * loadhist.el (unload-feature): Update for new format of load-history.
30551         Simplify the code.
30553         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
30554         (rmail-font-lock-keywords): Don't fontify the text of a citation.
30556         * mail/sendmail.el (mail-font-lock-keywords):
30557         Don't fontify subject text.
30558         Don't fontify the text of a citation.
30560 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
30562         * comint.el (comint-output-filter): Run comint-output-filter-functions
30563         with point where the user had it.
30565 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
30567         * international/ucs-tables.el (ucs-set-table-for-input):
30568         Disable when using unify-on-decoding.
30570 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
30572         * emulation/cua-base.el (cua-global-mark-face): Add special case
30573         for displays supporting a high number of colors.
30575 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
30577         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
30579 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
30581         * filesets.el (filesets-add-buffer): If user supplies a name of a
30582         non-existing fileset, create a new fileset.
30584 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
30586         * textmodes/org.el (org-up-heading-all): Fix bug with
30587         `outline-up-heading-all'.
30589 2005-04-16  Andreas Schwab  <schwab@suse.de>
30591         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
30592         /etc/permissions.d/* and /etc/aliases.d/*.
30594 2005-04-16  Kenichi Handa  <handa@m17n.org>
30596         * international/code-pages.el (cp-make-coding-system):
30597         Set `translation-table-for-input' property value to the symbol
30598         ucs-mule-to-mule-unicode, not to that value.
30599         (pt154): Escape guillemet by `\'.
30601 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
30603         * loadup.el: Load tooltip if x-show-tip is fboundp.
30605         * startup.el (command-line): Add comment.
30607         * tooltip.el (tooltip-mode): Specify correct standard value for
30608         Custom in init-value.
30610 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
30612         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
30613         possible.
30615 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
30617         * textmodes/org.el (org-agenda-date-prompt): Rename from
30618         `org-agenda-date-today'.
30619         (org-evaluate-time-range): Insert at point instead of directly
30620         after time range.
30621         (org-first-headline-recenter, org-subtree-end-visible-p)
30622         (org-optimize-window-after-visibility-change): New functions
30623         (org-agenda-post-command-hook): Don't allow point at end of line,
30624         to make sure it always hits the text properties.
30625         (org-agenda-next-date-line, org-agenda-previous-date-line):
30626         New commands.
30627         (org-set-regexps-and-options): Category may contain white space.
30628         (org-agenda-get-deadlines, org-agenda-get-scheduled):
30629         Improve marker positions.
30630         (org-agenda-new-marker): Argument POS made optional.
30631         (org-agenda-get-timestamps): Deadlines which are done are listed
30632         in org-done-face now.
30633         (org-agenda-get-todos, org-agenda-get-timestamps)
30634         (org-agenda-get-deadlines, org-agenda-get-scheduled):
30635         Set `undone-face' and `done-face' properties.
30636         (org-last-todo-state-is-todo): New variable.
30637         (org-todo): Set `org-last-todo-state-is-todo'.
30638         (org-agenda-todo): Change face according to
30639         `org-last-todo-state-is-todo'.  And change other lines referring to
30640         the same entry.
30641         (org-calendar-goto-agenda): New command.
30642         (org-calendar-to-agenda-key): New option.
30643         (org-startup-folded): New allowed value `content'.
30644         (org-set-regexps-and-options): Accept new value `content' for
30645         `org-startup-folded'.
30646         (org-get-current-options): Handle new value `content' for
30647         `org-startup-folded'.
30648         (org-insert-todo-heading): New command.
30649         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
30650         interactively in empty file and option
30651         `org-insert-mode-line-in-empty-file' has been set.
30652         (org-agenda-todo, org-agenda-priority): Modify to use
30653         `org-agenda-change-all-lines'.
30654         (org-warning-face): Change color on dark background.
30656 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30658         * international/mule-cmds.el (set-locale-environment): On Mac OS,
30659         use preferences AppleLocale and AppleLanguages, and variable
30660         mac-system-locale for default locale.  On Mac OS Classic, use
30661         mac-system-coding-system for default coding systems.
30663         * term/mac-win.el: Don't set file-name-coding-system.
30664         Decode variables system-name, emacs-build-system, user-login-name, and
30665         user-full-name by mac-system-coding-system on Mac OS Classic.
30666         (mac-system-coding-system): New variable.
30668 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
30670         * startup.el (command-line): Handle `xterm-mouse-mode' before
30671         reading init file.
30673         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
30675 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
30677         * progmodes/sh-script.el (sh-here-document-word): Make it a
30678         defcustom.  Doc fix.
30679         (sh-add): Bash uses $(( )) for arithmetic.
30680         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
30681         (sh-maybe-here-document): Remove quotes and leading whitespace
30682         from heredoc word when closing.  Indent heredoc with tabs if word
30683         starts with "-".
30685 2005-04-13  Richard M. Stallman  <rms@gnu.org>
30687         * simple.el (undo): Fix previous change.
30689         * custom.el (defface): Doc fix.
30691 2005-04-13  Lute Kamstra  <lute@gnu.org>
30693         * Makefile.in (DONTCOMPILE): Remove list.
30694         (compile, compile-always): Don't use DONTCOMPILE.
30695         (update-authors): Load the library in which batch-update-authors
30696         is defined.
30697         * makefile.w32-in (DONTCOMPILE): Remove list.
30698         (compile, compile-always): Fix comments.
30699         (update-authors): Load the library in which batch-update-authors
30700         is defined.
30702         * generic-x.el (generic-mode-ini-file-find-file-hook):
30703         Rename to ini-generic-mode-find-file-hook.
30704         Keep generic-mode-ini-file-find-file-hook as an alias.
30705         (ini-generic-mode-find-file-hook): Rename from
30706         generic-mode-ini-file-find-file-hook.  Fix docstring.
30707         (ini-generic-mode): Docstring change.
30708         (bat-generic-mode-run-as-comint): Silence the byte compiler.
30710         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
30711         called from lisp.
30713         * generic.el: Move to the emacs-lisp subdir.
30715 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
30717         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
30718         and C-S- function and cursor motion keys.
30720 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
30722         * startup.el (command-line): Enable Xterm Mouse mode by default.
30723         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
30724         for Custom.  No longer show "Mouse" in mode line when enabled.
30725         Doc fix.
30727 2005-04-12  Kim F. Storm  <storm@cua.dk>
30729         * emulation/cua-base.el (cua-rectangle-face)
30730         (cua-rectangle-noselect-face): Define face attributes here.
30732         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
30734 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30736         * startup.el (command-line): Turn off blinking cursor if
30737         cursorBlink in resources is off or false.
30739 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30741         * term/mac-win.el (dnd): Require dnd.
30742         (mac-drag-n-drop): Call dnd-handle-one-url.
30743         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
30744         (kTextEncodingISOLatin2): Remove constants.
30745         (mac-script-code-coding-systems): New constant.
30746         (mac-handle-language-change): New function.
30747         (special-event-map): Bind it to `language-change' event.
30748         (mac-centraleurroman, mac-cyrillic): New coding systems.
30749         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
30750         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
30751         and mac-cyrillic-encoder to encode-mac-centraleurroman and
30752         encode-mac-cyrillic, respectively.
30754 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
30756         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
30757         Don't set overlay-arrow-string to "=>" as this is done
30758         globally in C now.
30760 2005-04-12  Lute Kamstra  <lute@gnu.org>
30762         * generic-x.el (rc-generic-mode, rul-generic-mode):
30763         Fix auto-mode-alist entries.
30764         (etc-fstab-generic-mode): Tweak fontification.
30766         * generic.el (generic-make-keywords-list): Fix docstring.
30767         (generic-mode-internal): Simplify generic-font-lock-keywords.
30769 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
30771         * whitespace.el (whitespace-buffer-leading)
30772         (whitespace-buffer-trailing): Revert the incorrect test inversion.
30773         However, fix the highlight area for the leading and
30774         trailing whitespaces to show space.
30776 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
30778         * whitespace.el (whitespace-version): Bump to 3.5.
30780         (whitespace-buffer-leading, whitespace-buffer-trailing):
30781         Invert sense of the test to highlight the whitespace.
30783 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
30785         * progmodes/gud.el (gud-display-line): GUD uses its own
30786         overlay arrow now so don't set overlay-arrow-string.
30787         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
30789 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
30791         * term.el (term-ansi-current-bold, term-ansi-current-underline)
30792         (term-ansi-current-reverse, term-ansi-current-invisible)
30793         (term-ansi-face-already-done): Change to boolean.
30794         (term-reset-terminal, term-handle-colors-array): Handle the above
30795         vars accordingly.
30796         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
30797         (term-emulate-terminal): Use the new name.
30799         * faces.el (secondary-selection): Use yellow1, not yellow.
30800         (trailing-whitespace): Use red1, not red.
30802 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30804         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
30805         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
30806         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
30808         * cus-edit.el (dnd): New group.
30810         * term/w32-win.el (dnd): Require dnd
30811         (w32-drag-n-drop): Call dnd-handle-one-url.
30813         * x-dnd.el: Require dnd.
30814         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
30815         Call dnd-handle-one-url.
30816         (x-dnd-types-alist, x-dnd-insert-utf8-text)
30817         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
30818         to dnd-insert-text.
30819         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
30820         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
30821         (x-dnd-get-local-file-name, x-dnd-open-local-file)
30822         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
30824         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
30826 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
30828         * wdired.el: Doc fixes.
30829         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
30830         (wdired-use-dired-vertical-movement): Rename from
30831         wdired-always-move-to-filename-beginning.
30832         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
30833         (wdired-change-to-wdired-mode): Change mode name.
30834         (wdired-newline): Delete.
30836 2005-04-11  Richard M. Stallman  <rms@gnu.org>
30838         * whitespace.el (whitespace-highlight-the-space):
30839         Don't call whitespace-unhighlight-the-space here.
30841         * simple.el (undo): Record t in undo-equiv-table
30842         for the redo record made by an undo-in-region.
30844 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
30846         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
30847         (gdb-frame-inferior-io-buffer): New Functions to control
30848         display of separate IO buffer.
30849         (menu): Add them to menu-bar.
30850         (gdb-display-buffer): Check for buffer another frame.
30851         Protect GUD buffer.
30852         (gdb-setup-windows): Create IO buffer if not already there.
30853         (gdb-memory-mode): Remove purecopy noops.
30855 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
30857         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
30858         and pass to self-insert-command.
30860 2005-04-11  Lute Kamstra  <lute@gnu.org>
30862         * generic.el: Commentary section cleanup.
30863         (generic): Delete.
30864         (generic-use-find-file-hook, generic-lines-to-scan)
30865         (generic-find-file-regexp, generic-ignore-files-regexp)
30866         (default-generic-mode, generic-mode-find-file-hook)
30867         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
30868         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
30869         (generic-use-find-file-hook, generic-lines-to-scan)
30870         (generic-find-file-regexp, generic-ignore-files-regexp)
30871         (default-generic-mode, generic-mode-find-file-hook)
30872         (generic-mode-ini-file-find-file-hook): Move from generic.el.
30874 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
30876         * bookmark.el (bookmark-write-file): Catch errors writing file.
30877         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
30879 2005-04-10  Richard M. Stallman  <rms@gnu.org>
30881         * startup.el (fancy-splash-tail): Update copyright year.
30882         (command-line): Split part of -Q into -D.
30883         (emacs-basic-display): New defvar.
30884         (fancy-splash-text): Correct name of menu item.
30886         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
30888         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
30889         lines in one node.
30891         * comint.el (comint-send-input): New arg ARTIFICIAL.
30892         Callers in this file changed.
30894         * abbrev.el (define-abbrevs): Read system abbrevs properly.
30896         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
30898 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
30900         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
30901         `ldap-search-internal'.
30903 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
30905         * files.el (set-auto-mode-1): Use line-end-position.
30907         * international/latin-1.el:
30908         * international/latin-2.el:
30909         * international/latin-3.el:
30910         * international/latin-4.el:
30911         * international/latin-5.el:
30912         * international/latin-8.el:
30913         * international/latin-9.el: Give punctuation syntax to NBSP.
30915         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
30916         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
30917         Use char-classes to accept non-ascii letters, accepted in some recent
30918         bibtex implementations.
30920 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
30922         * custom.el (custom-set-minor-mode): Any non-nil value for the
30923         variable should enable the mode when set through Custom.
30925 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
30927         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
30928         TAB binding so tab-always-indent is obeyed.
30929         (vhdl-minibuffer-local-map): Move initialization into declaration.
30930         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
30931         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
30932         (vhdl-hooked-abbrev): Avoid test for XEmacs.
30933         (vhdl-current-line): Use line-beginning-position.
30934         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
30935         with-output-to-temp-buffer, so the current position can be recorded.
30937 2005-04-10  Masatake YAMATO  <jet@gyve.org>
30939         * progmodes/compile.el (compilation-error-regexp-alist-alist):
30940         Add regexp for gcov.
30942 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
30944         * calendar/time-date.el (time-to-seconds, seconds-to-time)
30945         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
30946         syntax which Emacs 20 doesn't support.
30948 2005-04-09  Richard M. Stallman  <rms@gnu.org>
30950         * help.el (describe-key-briefly, describe-key):
30951         Replace strings as event types with "(any string)".
30953 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
30955         * arc-mode.el (archive-mode-map): Move initialization into
30956         the declaration.  Override *all* bindings of `undo'.
30957         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
30959 2005-04-09  Jay Belanger  <belanger@truman.edu>
30961         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
30963 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
30965         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
30966         (xterm-register-default-colors): Update color values computation
30967         to match xterm-200.
30969 2005-04-09  Kenichi Handa  <handa@m17n.org>
30971         * international/code-pages.el (iso-latin-7): Fix the map.
30973 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
30975         * emacs-lisp/lisp.el (defun-prompt-regexp)
30976         (parens-require-spaces, buffer-end, end-of-defun)
30977         (insert-parentheses): Doc fixes.
30979 2005-04-08  Kim F. Storm  <storm@cua.dk>
30981         * comint.el (comint-highlight-prompt): Fix face spec.
30982         * hi-lock.el (hi-green): Likewise.
30984 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
30986         * cus-edit.el (custom-modified-face):
30987         * comint.el (comint-highlight-input): Fix previous changes.
30988         * term.el (term-handle-ansi-escape): Add a comment.
30990 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
30992         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
30993         in the buffer and in whitespace-highlighted-space.
30994         (whitespace-unhighlight-the-space): Simplify.
30995         (whitespace-buffer): Simplify.
30997 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
30999         * textmodes/table.el (table-cell-face): Add special case for
31000         displays supporting a high number of colors.
31001         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31002         (vhdl-font-lock-reserved-words-face)
31003         (vhdl-speedbar-architecture-face)
31004         (vhdl-speedbar-instantiation-face)
31005         (vhdl-speedbar-architecture-selected-face)
31006         (vhdl-speedbar-instantiation-selected-face): Likewise.
31007         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31008         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31009         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31010         (ebrowse-root-class-face, ebrowse-member-attribute-face)
31011         (ebrowse-progress-face): Likewise.
31012         * progmodes/compile.el (compilation-info-face): Likewise.
31013         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31014         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
31015         * calendar/calendar.el (diary-face): Likewise.
31016         * woman.el (woman-italic-face, woman-bold-face)
31017         (woman-unknown-face): Likewise.
31018         * wid-edit.el (widget-button-pressed-face): Likewise.
31019         * whitespace.el (whitespace-highlight-face): Likewise.
31020         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
31021         * pcvs-info.el (cvs-marked-face): Likewise.
31022         * info.el (info-xref): Likewise.
31023         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
31024         * hilit-chg.el (highlight-changes-face)
31025         (highlight-changes-delete-face): Likewise.
31026         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
31027         (hi-red-b): Likewise.
31028         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
31029         * font-lock.el (font-lock-keyword-face)
31030         (font-lock-function-name-face, font-lock-warning-face): Likewise.
31031         * cus-edit.el (custom-invalid-face, custom-modified-face)
31032         (custom-set-face, custom-changed-face, custom-variable-tag-face)
31033         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
31034         * comint.el (comint-highlight-prompt): Likewise.
31036 2005-04-08  Lute Kamstra  <lute@gnu.org>
31038         * font-lock.el (font-lock-keywords): Docstring fixes.
31040 2005-04-08  Kenichi Handa  <handa@m17n.org>
31042         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
31043         chars are more than a limit, print " and more..." at the tail.
31045 2005-04-08  Kim F. Storm  <storm@cua.dk>
31047         * emacs-lisp/authors.el (authors-aliases): Update list.
31048         (authors-ignored-files): New list.
31049         (authors-fixed-entries): Fix typo.
31050         (authors-renamed-files-alist): Update list.
31051         (authors-add): Check authors-ignored-files.
31053 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
31055         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
31056         optional, to ensure backward compatibility.
31058 2005-04-08  Stephen Eglen  <stephen@gnu.org>
31060         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
31062 2005-04-08  Kim F. Storm  <storm@cua.dk>
31064         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
31066         * mouse.el (mouse-on-link-p): Doc fix.
31068 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
31070         * ielm.el (ielm-prompt-read-only): Doc fix.
31072         * comint.el (comint-prompt-read-only): Doc fix.
31074 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
31076         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
31077         ensure dired always handles wildcards passed to ffap.
31078         (find-file-at-point): Use it.
31079         (ffap-dired-wildcards): Doc fix.
31081 2005-04-07  Juri Linkov  <juri@jurta.org>
31083         * simple.el (next-error-overlay-arrow-position): New defvar.
31084         Put "=>" on its property `overlay-arrow-string'.  Add it to
31085         `overlay-arrow-variable-list'.
31087         * progmodes/compile.el (compilation-setup):
31088         Set `next-error-overlay-arrow-position' to nil.  Also set it to
31089         nil in the local hook `kill-buffer-hook'.  Make local variable
31090         `overlay-arrow-string' and set it to "=>".
31091         (compilation-goto-locus): Set BOL position to
31092         `next-error-overlay-arrow-position' instead of
31093         `overlay-arrow-position'.
31095         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
31096         locally instead of adding it to the global hook.
31097         (Info-kill-buffer): Move up.
31099 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
31101         * term/xterm.el (xterm-standard-colors): Update color values from
31102         xterm-200.
31104 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31106         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
31108         * fast-lock.el:
31109         * lazy-lock.el: Move them to the obsolete subdir.
31111 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31113         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
31114         (wdired-add-replace-advice): Remove.
31115         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
31117 2005-04-06  Kim F. Storm  <storm@cua.dk>
31119         * startup.el (command-line): Add --bare-bones alias for -Q.
31121 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31123         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
31124         create the startup fontset if a font specification ends with
31125         `mac-roman'.
31127 2005-04-06  Lute Kamstra  <lute@gnu.org>
31129         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
31130         change.
31132         * emacs-lisp/copyright.el (copyright-update-year): Replace the
31133         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
31135 2005-04-05  Lute Kamstra  <lute@gnu.org>
31137         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
31138         (define-generic-mode): Ditto.  Fix debug declaration.
31140         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
31141         Put them in the generic-x group.
31143         * calendar/timeclock.el (timeclock): Doc fix.
31145         * generic.el (define-generic-mode): Don't use custom-current-group.
31146         Document default :group value.
31147         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
31148         (define-global-minor-mode): Don't use custom-current-group.
31150 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
31152         * startup.el (command-line-1): Display startup-echo-area-message
31153         when fancy splash screen is in use.
31155         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
31156         (sh-escaped-newline): New face.
31157         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
31158         newline, and use sh-escaped-newline face.
31160         * progmodes/tcl.el (tcl-escaped-newline): New face.
31161         (tcl-builtin-list): New variable.
31162         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
31163         newlines.  Fix keywords subexpression number.
31165 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
31167         * textmodes/org.el (org-diary-default-entry): Fix call to
31168         `add-to-diary-entry'.
31170 2005-04-05  Kim F. Storm  <storm@cua.dk>
31172         * ediff-init.el: Use (featurep 'xemacs).
31174 2005-04-05  David Ponce  <david@dponce.com>
31176         * cus-edit.el (face): Derive from symbol widget.  Display sample
31177         of the current face on the fly.
31178         (widget-face-sample-face-get, widget-face-notify): New functions.
31179         (widget-face-value-create): Remove.
31181         * wid-edit.el (widget-field-end): Temporarily remove field
31182         narrowing before to call `get-char-property'.
31184 2005-04-04  Jay Belanger  <belanger@truman.edu>
31186         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
31187         (math-read-subscripts): New variable.
31188         (math-read-preprocess-string): Process subscripts.
31190 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
31192         * comint.el (comint-prompt-read-only): Doc fix.
31194         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
31195         `-1'.  Doc fix.
31197 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
31199         * textmodes/org.el (org-insert-mode-line-in-empty-file):
31200         Change default value to nil.
31202 2005-04-04  Lute Kamstra  <lute@gnu.org>
31204         * autorevert.el (auto-revert-mode): Specify :group.
31205         * battery.el (display-battery-mode): Specify :group.
31206         * diff-mode.el (diff-minor-mode): Specify :group.
31207         * font-core.el (font-lock-mode): Specify :group.
31208         * hl-line.el (hl-line-mode): Specify :group.
31209         * iimage.el (iimage): New customization group.
31210         (iimage-mode): Specify :group.
31211         * longlines.el (longlines-mode): Specify :group.
31212         * master.el: Don't require easy-mmode.
31213         (master): New customization group.
31214         (master-mode): Specify :group.
31215         * msb.el (msb-mode): Specify :group.
31216         * reveal.el (reveal-mode): Specify :group.
31217         * simple.el (next-error-follow-minor-mode): Specify :group.
31218         * smerge-mode.el (smerge-mode): Specify :group.
31219         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
31220         * emulation/cua-base.el (cua-mode): Specify :group.
31221         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
31222         * language/thai-util.el (thai-auto-composition-mode)
31223         (thai-word-mode): Specify :group.
31224         * mail/supercite.el (sc-minor-mode): Specify :group.
31225         * progmodes/cwarn.el (cwarn-mode): Specify :group.
31226         * progmodes/flymake.el (flymake-mode): Specify :group.
31227         * progmodes/glasses.el (glasses-mode): Specify :group.
31228         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
31229         * textmodes/enriched.el (enriched-mode): Specify :group.
31230         * textmodes/refill.el (refill-mode): Specify :group.
31232         * add-log.el (change-log-font-lock-keywords): Names in
31233         parenthesized lists can contain spaces.
31235 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
31237         * startup.el (fancy-splash-text): Shorten default text of
31238         "Emacs Tutorial" line.  Also, if the current language env
31239         indicates an available tutorial file other than TUTORIAL,
31240         extract its title and append it to the line in parentheses.
31241         (fancy-splash-insert): If arg is a thunk, funcall it.
31243 2005-04-04  Jay Belanger  <belanger@truman.edu>
31245         * calc.el (calc-language-alist): Add tags to customization type.
31247 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
31249         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
31250         Doc fix.
31252 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
31254         * add-log.el (change-log-font-lock-keywords): The manual
31255         describing a Change Log entry, says: (...) "Aside from these
31256         header lines, every line in the change log starts with a space or
31257         a tab.".  The font-lock was not highlighting lines started with
31258         spaces, added support for it.
31260 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31262         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
31263         (bibtex-generate-url-list): Update docstring accordingly.  Put the
31264         complex example in the docstring.
31265         (bibtex-font-lock-url): Use pop.
31267 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31269         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
31271         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
31273 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
31275         * filesets.el (filesets-set-default): Doc fix.
31277 2005-04-03  Lute Kamstra  <lute@gnu.org>
31279         * generic.el (define-generic-mode): Add argument to specify
31280         keywords for defcustom.
31281         (default-generic-mode): Specify :group.
31283         * generic-x.el: Specify :group for all generic modes.
31285         * desktop.el (desktop-no-desktop-file-hook)
31286         (desktop-after-read-hook): Doc fix.
31288 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
31290         * simple.el (visible-mode): Use explicit :group keyword.
31291         This changes the group of `visible-mode-hook' from paren-blinking
31292         to editing-basics.
31294 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
31296         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
31297         mailbox specifications as well as URLs.
31298         (rmail-insert-inbox-text): Remove unused conditional branches.
31300 2005-04-01  Jay Belanger  <belanger@truman.edu>
31302         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
31303         (calc-gnuplot-print-command): Move definitions to calc.el.
31305         * calc/calc-embed.el (calc-embedded-announce-formula)
31306         (calc-embedded-open-formula, calc-embedded-close-formula)
31307         (calc-embedded-open-word, calc-embedded-close-word)
31308         (calc-embedded-open-plain, calc-embedded-close-plain)
31309         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
31310         (calc-embedded-open-mode, calc-embedded-close-mode):
31311         Move definitions to calc.el.
31313         * calc/calc.el (calc-settings-file, calc-language-alist):
31314         Make customizable.
31315         (calc-embedded-announce-formula, calc-embedded-open-formula)
31316         (calc-embedded-close-formula, calc-embedded-open-word)
31317         (calc-embedded-close-word, calc-embedded-open-plain)
31318         (calc-embedded-close-plain, calc-embedded-open-new-formula)
31319         (calc-embedded-close-new-formula, calc-embedded-open-mode)
31320         (calc-embedded-close-mode, calc-gnuplot-name)
31321         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
31322         from other files and make customizable.
31324 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31326         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
31327         Use buffer-live-p.
31328         (cvs-mode-run): Don't call cvs-update-header here.
31329         (cvs-run-process): Call cvs-update-header.
31330         Use process properties for cvs-postprocess and cvs-buffer so that
31331         the sentinel can behave better if the temp buffer is killed.
31332         Use a pipe rather than a tty, to better handle unexpected prompts.
31333         (cvs-sentinel): Rewrite.  Call cvs-update-header.
31335 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
31337         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
31338         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
31340 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
31342         * generic.el (define-generic-mode): Add indentation rule.
31344 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
31346         * files.el (mode-require-final-newline): Make Custom correctly
31347         report a nil value and allow to set it to nil via Custom.
31348         Doc fix.
31350 2005-04-01  Kenichi Handa  <handa@m17n.org>
31352         * international/characters.el: Enable the correct case setting for
31353         dotless-i and dotted-I.
31355 2005-04-01  Kim F. Storm  <storm@cua.dk>
31357         * ido.el (ido-file-internal): Fall back to non-ido command if
31358         initial directory is on slow ftp (or tramp) host.
31360 2005-03-31  Richard M. Stallman  <rms@gnu.org>
31362         * emacs-lisp/autoload.el (make-autoload):
31363         Handle define-global-minor-mode.
31365         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31366         Rename from easy-mmode-define-global-mode.
31367         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
31369         * progmodes/scheme.el (scheme-mode-syntax-table):
31370         Update syntax of | and # for two-character comment syntax.
31372 2005-03-31  Lute Kamstra  <lute@gnu.org>
31374         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
31375         (define-minor-mode): Call custom-current-group at load-time.
31377         * generic.el (define-generic-mode): Add debug declaration.
31378         Add defcustom for the mode hook.
31379         (generic-mode-internal): Use run-mode-hooks.
31381 2005-03-31  Kim F. Storm  <storm@cua.dk>
31383         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
31384         (mouse-fixup-help-message): New defun called by show_help_echo
31385         to fixup mouse-2 prefix in help messages when applicable.
31387         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
31389 2005-03-31  Kenichi Handa  <handa@m17n.org>
31391         * language/thai-word.el (thai-find-word-ends): Pay attention to
31392         the case that we reach the end of buffer.
31394         * textmodes/fill.el (fill-text-properties-at): New function.
31395         (fill-newline): Use fill-text-properties-at instead of
31396         text-properties-at.
31398 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
31400         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
31401         not comint-quote-filename.
31403 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
31405         * help-fns.el (help-with-tutorial): Revert last change.
31407 2005-03-31  Kim F. Storm  <storm@cua.dk>
31409         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
31411 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
31413         * calendar/cal-china.el: Update reference to "Calendrical
31414         Calculations" book; there's a new edition.
31415         * calendar/cal-coptic.el: Likewise.
31416         * calendar/cal-french.el: Likewise.
31417         * calendar/cal-hebrew.el: Likewise.
31418         * calendar/cal-islam.el: Likewise.
31419         * calendar/cal-iso.el: Likewise.
31420         * calendar/cal-julian.el: Likewise.
31421         * calendar/cal-mayan.el: Likewise.
31422         * calendar/cal-persia.el: Likewise.
31423         * calendar/calendar.el: Likewise.
31424         * calendar/holidays.el: Likewise.
31425         * calendar/lunar.el: Likewise.
31426         * calendar/solar.el: Likewise.
31428         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
31429         white space from doc string.
31431 2005-03-30  Jay Belanger  <belanger@truman.edu>
31433         * calc/calc-help.el (calc-full-help): Remove email address.
31435 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
31437         * help-fns.el (help-with-tutorial): Delete title line.
31439 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
31441         * calendar/cal-x.el (calendar-one-frame-setup)
31442         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
31443         rather than `symbol' for set-window-dedicated-p.
31445         * calendar/appt.el (appt-buffer-name): Make it a constant.
31446         (appt-add): Doc fix.
31448         * filesets.el (filesets-menu-path, filesets-menu-before)
31449         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
31450         (filesets-menu-cache-file): Use directory ~/.emacs.d.
31451         (filesets-add-submenu): Delete and use add-submenu instead.
31453 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
31455         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
31456         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
31457         (org-diary-default-entry): New function.
31458         (org-get-entries-from-diary): Better parsing of diary entries.
31459         (org-agenda-check-no-diary): New function.
31460         ("diary-lib"): Advice to function `add-to-diary-list', to allow
31461         linking to diary entries.
31462         (org-agenda-execute-calendar-command): New function.
31463         (org-agenda): Improve visible section in window.
31464         Use `org-fit-agenda-window'.
31465         (org-fit-agenda-window): New option.
31466         (org-move-subtree-down): Better handling of empty lines
31467         at end of subtree.
31468         (org-cycle): Numeric prefix is interpreted now as show-subtree N
31469         levels up.
31470         (org-fontify-done-headline): New option.
31471         (org-headline-done-face): New face.
31472         (org-set-font-lock-defaults): Use `org-headline-done-face'.
31473         (org-table-copy-down): Rename from `org-table-copy-from-above'.
31474         When current field is non-empty, it is copied to next row.
31475         (org-table-copy-from-above): Fix bug which made it
31476         impossible to copy fields containing only a single non-white character.
31478 2005-03-30  Kim F. Storm  <storm@cua.dk>
31480         * kmacro.el (kmacro-end-macro): Isearch may store this command
31481         into the macro -- so ignore it when executing keyboard macro.
31483 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
31485         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
31487 2005-03-29  Kenichi Handa  <handa@m17n.org>
31489         * language/thai.el ("Thai"): Set setup-function and exit-function
31490         for Thai language environment.
31492         * language/thai-util.el: Require thai-word.
31493         (thai-word-mode-map): New variable.
31494         (thai-word-mode): New minor mode.
31495         (setup-thai-language-environment-internal): New function.
31496         (exit-thai-language-environment-internal): New function.
31498         * language/thai-word.el (thai-word-table): Declare it by defvar,
31499         use dolist to initialize it.
31500         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
31501         (thai-fill-find-break-point): New functions.
31503 2005-03-29  Richard M. Stallman  <rms@gnu.org>
31505         * simple.el (idle-update-delay): Move definition up.
31506         (set-mark): Doc fix.
31508 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
31510         * longlines.el: New file.
31512         * simple.el (buffer-substring-filters): New variable.
31513         (filter-buffer-substring): New function.
31514         (kill-region, copy-region-as-kill): Use it.
31516         * register.el (copy-to-register, append-to-register)
31517         (prepend-to-register): Use filter-buffer-substring.
31519 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
31521         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
31522         (gud-filter-pending-text): Move in front of gdb.
31523         (gud-overlay-arrow-position): New variable.
31524         (gud-sentinel, gud-display-line): Use it in place of
31525         overlay-arrow-position.
31527 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
31529         * progmodes/fortran.el (fortran-if-indent): Doc fix.
31530         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
31531         (fortran-font-lock-keywords-4): New variable.
31532         (fortran-blocks-re, fortran-end-block-re)
31533         (fortran-start-block-re): New constants, for hideshow.
31534         (hs-special-modes-alist): Add a Fortran entry.
31535         (fortran-mode-map): Bind fortran-end-of-block,
31536         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
31537         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
31538         (fortran-looking-at-if-then, fortran-end-of-block)
31539         (fortran-beginning-of-block): New functions, for hideshow.
31541         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
31542         Doc fix.  Tweak regexp.
31543         (f90-beginning-of-block): Push mark first.
31545 2005-03-29  Jay Belanger  <belanger@truman.edu>
31547         * calc/calc.el: Update copyright date.
31548         (calc-version): Increase to 2.1.
31549         (calc-version-date): Remove.
31551         * calc/calc-help.el: Update copyright date.
31552         (calc-full-help): Remove reference to calc-version-date.
31553         Update copyright date.
31555 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31557         * vc.el (vc-do-command): Use a pipe for async processes, so password
31558         prompts don't show up at places where the user can't reply.
31560 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
31562         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
31563         on the file name we pass to the inferior shell.
31565 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
31567         * progmodes/which-func.el (which-function): Be robust in the face of an
31568         imenu--make-index-alist failure.
31570 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31572         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
31574         * progmodes/python.el (python-preoutput-filter): Fix last change.
31576 2005-03-29  Lute Kamstra  <lute@gnu.org>
31578         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
31579         functions and compiled macros.
31580         (debug-convert-byte-code): Handle macros too.
31581         (debug-on-entry-1): Don't signal an error when trying to clear a
31582         function that is not set to debug on entry.
31584 2005-03-29  Jay Belanger  <belanger@truman.edu>
31586         * calc/calc-lang.el: Add functions to math-function-table
31587         properties of tex and math.
31589 2005-03-29  Kenichi Handa  <handa@m17n.org>
31591         * ps-mule.el (ps-mule-plot-string): Translate characters by
31592         ps-print-translation-table.
31593         (ps-mule-begin-job): Call find-charset-region/string with
31594         ps-print-translation-table.
31595         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
31597         * ps-print.el (ps-print-translation-table): New variable.
31598         (ps-plot-region): Translate characters by ps-print-translation-table.
31600 2005-03-29  Juri Linkov  <juri@jurta.org>
31602         * simple.el (next-error-highlight-timer): New variable.
31604         * progmodes/compile.el (compilation-goto-locus):
31605         Use `next-error-highlight-timer' instead of `sit-for'.
31607 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31609         * mail/supercite.el (sc-mail-field): Use assoc-string.
31610         (sc-get-address): Simplify regexps.
31612         * files.el (minibuffer-with-setup-hook): New macro.
31613         (find-file-read-args): Use it to avoid let-binding
31614         minibuffer-with-setup-hook (which breaks turning on/off
31615         file-name-shadow-mode while in the prompt).
31617         * complete.el (PC-read-include-file-name-internal):
31618         Use test-completion.
31620 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
31622         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
31624 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31626         * window.el (window-buffer-height): Use count-screen-lines.
31628         * progmodes/python.el (python-preoutput-leftover): New var.
31629         (python-preoutput-filter): Use it.
31630         (python-send-receive): Loop until all the result has been received.
31632 2005-03-28  Juri Linkov  <juri@jurta.org>
31634         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
31636         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
31637         "Recover Crashed Session".
31638         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
31639         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
31640         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
31641         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
31642         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
31643         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
31644         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
31645         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
31647         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
31648         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
31649         Ediff Sessions", "Toggle use of separate control buffer frame",
31650         "Use separate frame for Ediff control buffer".
31652         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
31653         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
31654         "Rename Bookmark", "Delete Bookmark".
31656         * info.el (Info-mode-menu): Remove ellipsis from "Index".
31657         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
31658         Add `:active Info-index-alternatives' to "Next Matching Item".
31660         * wdired.el (wdired-change-to-wdired-mode):
31661         Mention `wdired-abort-changes' key in the initial message.
31663         * international/mule.el (auto-coding-alist): Associate non-ascii
31664         image filename extensions with `no-conversion'.
31666 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31668         * international/iso-acc.el:
31669         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
31671 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
31673         * textmodes/sgml-mode.el (html-mode): Doc update.
31675         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
31677 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
31679         * term.el (term-move-columns): Fix face after extending a line.
31680         (term-insert-spaces): Likewise.
31681         (term-reset-terminal): Fix off by one error.
31683 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
31685         * international/mule.el (auto-coding-alist): Add .xpi files.
31687         * files.el (auto-mode-alist): Add .xpi files.
31689 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
31691         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
31693 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
31695         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
31697 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
31699         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
31700         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
31702         * calendar/cal-move.el (calendar-beginning-of-year): Move the
31703         cursor to Jan 1 when needed.
31704         (calendar-end-of-year): Fix -/+ typo.
31705         Reported by Chong Yidong <cyd@stupidchicken.com>.
31707 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31709         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
31711         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
31712         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
31714 2005-03-25  Richard M. Stallman  <rms@gnu.org>
31716         * filesets.el (filesets-init): Add autoload.
31718         * mail/mailalias.el (mail-directory): Doc fix.
31720 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
31722         * mail/mailalias.el (mail-directory-process): Do nothing if
31723         mail-directory-process is an atom.
31724         (mail-get-names): Ignore mail-directory-names if it is an atom.
31725         (mail-directory-process defvar): Doc fix.
31726         (mail-names): Doc fix.
31728 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
31730         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
31732 2005-03-26  Kenichi Handa  <handa@m17n.org>
31734         * international/mule-util.el (detect-coding-with-priority):
31735         Call update-coding-systems-internal before detect-coding-region.
31737 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
31739         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
31740         (gdb-frames-mode-map): Add follow-link property.
31742 2005-03-25  Jay Belanger  <belanger@truman.edu>
31744         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
31745         for variables.
31747 2005-03-25  Juri Linkov  <juri@jurta.org>
31749         * image-mode.el: Optimize image filename extension regexps in
31750         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
31751         in `auto-mode-alist'.
31752         (image-mode): Add `image-toggle-display-text' to local hook
31753         `change-major-mode-hook'.  Display the image as an image by
31754         default.  Set `cursor-type' and `truncate-lines' if the image
31755         is already displayed.  Take into account the current mode (image
31756         or text) in message.
31757         (image-minor-mode): New minor mode.
31758         (image-mode-maybe, image-toggle-display-text): New functions.
31759         (image-toggle-display): Use called-interactively-p.
31760         Let-bind `inhibit-read-only' to t.
31762         * image-mode.el (image-minor-mode): Set `cursor-type' and
31763         `truncate-lines' if the image is already displayed.  Add turning
31764         image-minor-mode off to `change-major-mode-hook'.  Add message.
31765         Call `image-toggle-display-text' after turning image-minor-mode off.
31767 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
31769         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
31770         Terminal.app, use utf-8.
31771         (set-display-table-and-terminal-coding-system): Add coding-system arg.
31772         (set-locale-environment): Use it.
31774         * term/xterm.el: Undo last change, better done in mule-cmds.el.
31776         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
31778         * progmodes/python.el (python-close-block-statement-p)
31779         (python-outdent-p, python-current-defun): Use symbol-end.
31781 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
31783         * files.el (save-some-buffers): Doc fix.
31785 2005-03-25  Werner Lemberg  <wl@gnu.org>
31787         * complete.el, thumbs.el: Replace `legal' with `valid'.
31788         * calendar/calendar.el: Replace `legal' with `valid'.
31789         * emacs-lisp/advice.el: Replace `legal' with `valid'.
31790         * mail/supercite.el: Replace `legal' with `valid'.
31791         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
31792         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
31793         Replace `legal' with `valid'.
31794         * textmodes/reftex-vars.el, textmodes/reftex.el:
31795         Replace `legal' with `valid'.
31797 2005-03-25  Werner Lemberg  <wl@gnu.org>
31799         * calc/calc-forms.el, calc/calc-sel.el
31800         * midnight.el, vc-cvs.el
31801         * emacs-lisp/cl-macs.el
31802         * emulation/vip.el
31803         * eshell/esh-io.el, eshell/esh-var.el
31804         * mail/supercite.el
31805         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
31806         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
31807         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
31808         * progmodes/sh-script.el, progmodes/xscheme.el
31809         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
31810         * textmodes/reftex-index.el, textmodes/reftex-parse.el
31811         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
31812         * textmodes/reftex.el, textmodes/org.el:
31813         Replace `illegal' with `invalid'.
31815 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
31817         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
31818         (flymake-find-buildfile, flymake-find-possible-master-files)
31819         (flymake-check-include, flymake-parse-line): Replace loops over the
31820         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
31822         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
31823         Substitute file-name-as-directory in the rest of the file.
31824         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
31825         (flymake-replace-region): Remove unused arg `buffer'.
31826         (flymake-check-patch-master-file-buffer): Update calls to it.
31827         (flymake-add-err-info): Remove unused var `count'.
31828         (flymake-mode): Use define-minor-mode.
31830         * progmodes/flymake.el: Use with-current-buffer.
31831         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
31832         flymake-replace-regexp-in-string, flymake-line-beginning-position)
31833         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
31834         Avoid testing for `xemacs'.
31835         (flymake-nop): Move.
31836         (flymake-region-has-flymake-overlays): Return the computed value.
31837         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
31838         Remove unused var `endline'.
31839         (flymake-get-line-count): Remove unused function.
31840         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
31842         * emulation/vi.el:
31843         * generic.el:
31844         * hilit-chg.el (global-highlight-changes):
31845         * hi-lock.el (hi-lock-mode):
31846         * follow.el: find-file-hooks -> find-file-hook.
31848         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
31850 2005-03-24  Juri Linkov  <juri@jurta.org>
31852         * dired.el (dired-mode-map): Add menu item "Compare directories"
31853         for dired-compare-directories.
31855         * dired-aux.el (dired-compare-directories): Add autoload cookie.
31856         Doc fix.  Replace `read-file-name' with `read-directory-name'.
31858 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
31860         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
31862 2005-03-24  Jay Belanger  <belanger@truman.edu>
31864         * calc/calc-embed.el (calc-embedded-mode-change): Save all
31865         relevant mode settings in calc-embedded-original-modes when modes
31866         are permanently changed.
31868 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
31870         * autoinsert.el: find-file-hooks -> find-file-hook.
31872 2005-03-24  Lute Kamstra  <lute@gnu.org>
31874         * generic.el (generic-font-lock-defaults): Make it obsolete.
31875         (generic-font-lock-keywords): New variable to replace
31876         generic-font-lock-defaults.
31877         (generic-mode-set-font-lock): Delete it.
31878         (generic-mode-internal): Don't call generic-mode-set-font-lock.
31879         (generic-bracket-support): Add docstring.
31881         * generic-x.el: Rename generic-font-lock-defaults to
31882         generic-font-lock-keywords throughout.
31883         (mailagent-rules-setup-function): Delete it.
31884         (mailagent-rules-generic-mode): Use anonymous function instead.
31885         (show-tabs-generic-mode-font-lock-defaults-1)
31886         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
31887         Quote faces.
31888         (show-tabs-tab-face, show-tabs-space-face): Specify background,
31889         not foreground.
31891         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
31892         Recognize define-generic-mode.
31894 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
31896         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
31897         if there's no completion table.
31899 2005-03-23  Miles Bader  <miles@gnu.org>
31901         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31902         Remove tty-specific variants, as they're no longer needed.
31904 2005-03-23  Lute Kamstra  <lute@gnu.org>
31906         * generic-x.el: Code cleanup: make args constant whenever possible.
31907         (installshield-statement-keyword-list)
31908         (installshield-system-functions-list)
31909         (installshield-system-variables-list, installshield-types-list)
31910         (installshield-funarg-constants-list): Make them constants.
31912         * generic.el (generic-make-keywords-list): Add autoload cookie.
31914         * calendar/time-date.el: Add comment on time value formats.
31915         Don't require parse-time.
31916         (with-decoded-time-value): New macro.
31917         (encode-time-value): New function.
31918         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
31919         (days-to-time): Return a valid time value when arg is huge.
31920         (time-since): Use time-subtract.
31921         (time-to-number-of-days): Use time-to-seconds.
31923 2005-03-23  David Ponce  <david@dponce.com>
31925         * recentf.el (recentf-keep): New option.
31926         (recentf-menu-action): Default to `find-file'.
31927         (recentf-keep-non-readable-files-flag)
31928         (recentf-keep-non-readable-files-p)
31929         (recentf-file-readable-p, recentf-find-file)
31930         (recentf-cleanup-remote): Remove.
31931         (recentf-include-p): More robust.
31932         (recentf-keep-p): New function.
31933         (recentf-remove-if-non-kept): Rename from
31934         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
31935         All callers updated.
31936         (recentf-menu-items-for-commands): Fix help string.
31937         (recentf-track-closed-file): Update.  Doc fix.
31938         (recentf-cleanup): Update.  Count removed files.  Doc fix.
31940 2005-03-23  Kim F. Storm  <storm@cua.dk>
31942         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31943         Don't inherit from fringe face (now happens automatically).
31945 2005-03-22  Kim F. Storm  <storm@cua.dk>
31947         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
31948         position values.
31950 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
31952         * menu-bar.el (showhide-date-time): Remove.
31953         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
31954         (menu-bar-make-mm-toggle): Simplify.
31956 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31958         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
31959         Accept qualified variable and function names.
31961 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
31963         * bindings.el (completion-ignored-extensions):
31964         Remove ".lis" for `vax-vms'.
31966 2005-03-22  Andreas Schwab  <schwab@suse.de>
31968         * generic-x.el: Revert last change.
31969         * ldefs-boot.el: Update.
31971 2005-03-22  Jay Belanger  <belanger@truman.edu>
31973         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
31974         (calc-embedded-save-original-modes)
31975         (calc-embedded-restore-original-modes): New functions.
31976         (calc-do-embedded): Save original modes when entering embedded mode
31977         and restore when leaving embedded mode.
31978         (calc-embedded-modes-change): Change the value of
31979         calc-embedded-original-modes to reflect permanent changes.
31981 2005-03-22  Lute Kamstra  <lute@gnu.org>
31983         * generic-x.el: Require generic again.
31985 2005-03-22  Miles Bader  <miles@gnu.org>
31987         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31988         Tweak details to look good on both ttys and bitmap displays, light
31989         or dark background, etc.
31991 2005-03-21  Kim F. Storm  <storm@cua.dk>
31993         * tooltip.el (tooltip-show-help-function): Check car and cdr of
31994         mouse position.
31996 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
31998         * icomplete.el: Don't forcibly turn on the mode upon load.
31999         (icomplete-mode): Use define-minor-mode.
32000         (icomplete-eoinput): Default to nil.
32001         (icomplete-minibuffer-setup): Remove autoload.
32002         (icomplete-tidy): Simplify.
32003         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32004         in the initial state or if the user has modified the field.
32005         Fix handling of icomplete-max-delay-chars.
32006         Remove code that handles the oddball case where
32007         minibuffer-completion-table is an integer.
32008         Wrap icomplete-completions in while-no-input in case building
32009         completions takes more time than expected.
32010         (icomplete-completions): Simplify.
32012 2005-03-21  Richard M. Stallman  <rms@gnu.org>
32014         * jka-compr.el (jka-compr-really-do-compress):
32015         Make variable buffer-local.
32017         * image-mode.el: Handle .xpm files too.
32018         (image-toggle-display): Preserve modification flag.
32020         * help.el (where-is): Don't mention aliases with no key bindings.
32022 2005-03-21  Lute Kamstra  <lute@gnu.org>
32024         * generic.el: Fix commentary section.  Don't require cl for
32025         compilation.
32026         (generic-mode-list): Add autoload cookie.
32027         (generic-use-find-file-hook, generic-lines-to-scan)
32028         (generic-find-file-regexp, generic-ignore-files-regexp)
32029         (generic-mode, generic-mode-find-file-hook)
32030         (generic-mode-ini-file-find-file-hook): Fix docstrings.
32031         (define-generic-mode): Make it a defmacro.  Fix docstring.
32032         (generic-mode-internal): Code cleanup.  Add autoload cookie.
32033         (generic-mode-set-comments): Code cleanup.
32034         * generic-x.el: Don't prevent compilation.  Don't require generic.
32035         Follow coding conventions.  Minor code cleanup.
32036         (etc-fstab-generic-mode): Add some keywords.
32037         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
32038         define-generic-mode like a function declaration.
32040 2005-03-21  Jay Belanger  <belanger@truman.edu>
32042         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
32043         changing modes.
32045 2005-03-21  Sam Steingold  <sds@gnu.org>
32047         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
32049 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
32051         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
32052         Add underscore to "f$ lexicals" regexp.
32054 2005-03-20  Juri Linkov  <juri@jurta.org>
32056         * subr.el (progress-reporter-do-update): When `min-value' is equal
32057         to `max-value', set `percentage' to 0 and prevent division by zero.
32059 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
32061         Sync with Tramp 2.0.48.
32063         * net/tramp.el (all): Change all addresses to .gnu.org.
32064         (tramp-append-tramp-buffers): New defun.
32065         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
32066         Catch `dont-send' signal.
32067         (tramp-set-auto-save-file-modes): Set always permissions, because
32068         there might be an old auto-saved file belonging to another
32069         original file.  This could be a security threat.  Reported by
32070         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
32071         Check for Emacs 21.3.50 removed.
32073         * net/tramp-smb.el (all): Remove debug construct for
32074         `with-parsed-tramp-file-name'.
32075         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
32076         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
32077         No error message if DIRECTORY or FILENAME doesn't exist.
32078         (tramp-smb-open-connection): Check existence of
32079         `tramp-smb-program'.
32081 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32083         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
32084         Properly handle the case where the `m' or `s' command's argument is not
32085         yet terminated.
32086         (perl-indent-new-calculate): New function.
32087         (perl-indent-line): Use it.
32089 2005-03-20  Miles Bader  <miles@gnu.org>
32091         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
32092         in text-mode too.  Change to new face names.
32093         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
32094         Add `:weight bold' attribute.
32095         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
32097 2005-03-19  Juri Linkov  <juri@jurta.org>
32099         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
32101         * international/mule.el (auto-coding-alist): Sync with
32102         `auto-mode-alist' by adding upper case archive file extensions
32103         and adding ear/war to jar extension.
32105 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
32107         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
32108         running, restart it.
32110 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
32112         * finder.el (finder-current-item): Throw an error on an empty line.
32114         * man.el (Man-follow-manual-reference): If current-word returns
32115         nil, use "".
32117 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
32119         * simple.el (goto-line): Doc fix.
32121 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
32123         * files.el (save-buffer): Doc fix.
32125 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
32127         * recentf.el (recentf-cleanup-remote): New variable.
32128         (recentf-cleanup): Use it to conditionally check availability of
32129         remote files.
32131 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
32133         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
32134         function names.
32136 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
32138         * language/thai-word.el: New file.
32140 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32142         * files.el (backup-buffer): If the file's directory is not
32143         writable, use copy instead of move to backup the file.
32145 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
32147         * obsolete/keyswap.el: Moved to obsolete/ from term/.
32149 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
32151         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
32152         Use functionp instead of symbolp and fboundp.  Reported by Drkm
32153         <darkman_spam@yahoo.fr>.
32154         (ps-print-version): New version 6.6.6.
32156 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
32158         * textmodes/table.el (table--line-column-position): New idiom.
32159         (table--row-column-insertion-point-p): New function to test
32160         validity of row and column insertion operation at a location.
32161         (table-global-menu, table-cell-menu): Use above functions for
32162         deterministic test operation.
32163         (table--editable-cell-p): Behave in deterministic fashion.
32165 2005-03-18  Juri Linkov  <juri@jurta.org>
32167         * isearch.el (isearch-lazy-highlight-new-loop):
32168         Make arguments beg and end optional.
32169         (isearch-update): Remove optional arguments nil from
32170         isearch-lazy-highlight-new-loop.
32171         (isearch-lazy-highlight-search): Let-bind case-fold-search to
32172         isearch-lazy-highlight-case-fold-search instead of
32173         isearch-case-fold-search, and let-bind isearch-regexp to
32174         isearch-lazy-highlight-regexp.
32175         Use isearch-lazy-highlight-last-string instead of isearch-string.
32177         * replace.el (perform-replace): Remove bindings of global
32178         variables isearch-string, isearch-regexp, isearch-case-fold-search.
32179         Add three new arguments to `replace-highlight'.
32180         (replace-highlight): Add arguments string, regexp, case-fold.
32181         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
32182         to allow isearch-lazy-highlight-new-loop to use these values
32183         to set corresponding isearch-lazy-highlight-* internal
32184         variables whose values lazy highlighting will use regardless of
32185         changes to global variables isearch-string, isearch-regexp,
32186         isearch-case-fold-search during lazy highlighting loop.
32187         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
32188         to `lazy-highlight-cleanup'.
32190         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
32191         (ispell-highlight-face): Set default face to `isearch' when
32192         lazy highlighting is enabled.
32193         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
32194         priority to 1.  Add lazy highlighting.
32195         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
32196         from `isearch-dehighlight'.
32198 2005-03-18  David Ponce  <david@dponce.com>
32200         * files.el (hack-local-variables): Do a case-insensitive search
32201         for End.
32203 2005-03-18  Juri Linkov  <juri@jurta.org>
32205         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
32206         `isearch-lazy-highlight-cleanup', add alias to old name and
32207         declare obsolete.  Add release numbers to other obsolete vars.
32208         (isearch-done, isearch-lazy-highlight-new-loop):
32209         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
32210         (lazy-highlight-cleanup) <variable>: Doc fix.
32211         (isearch-lazy-highlight-update): Rename obsolete
32212         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
32214 2005-03-18  Kenichi Handa  <handa@m17n.org>
32216         * language/thai-util.el: Fix categorization of Thai characters in
32217         thai-category-table.
32218         (thai-composition-pattern): Adjust it for the above change.
32219         (thai-self-insert-command, thai-compose-syllable): New functions.
32220         (thai-compose-region): Use thai-compose-syllable.
32221         (thai-compose-string): Likewise.
32222         (thai-composition-function): Likewise.
32223         (thai-auto-composition): New function.
32224         (thai-auto-composition-mode): New minor mode.
32226         * language/thai.el: Fix patterns to be registered in
32227         composition-function-table.
32229         * international/quail.el (quail-input-method): Locally bind
32230         inhibit-modification-hooks to t.
32232 2005-03-17  Richard M. Stallman  <rms@gnu.org>
32234         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
32235         (perl-mode): Use run-mode-hooks.
32237         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
32238         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
32239         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
32241         * mail/sendmail.el (sendmail-send-it): Reenable the code
32242         to compute resend-to-address and use it.
32244         * tar-mode.el (tar-mode): Turn off undo unconditionally.
32246         * image-mode.el: New file.
32248         * image.el (insert-sliced-image): Add autoload cookie.
32250         * font-lock.el (font-lock-lines-before): New user option.
32251         (font-lock-after-change-function): Obey it.
32253         * bindings.el (esc-map): Make M-g a prefix.
32254         Bind M-g g and M-g M-g to goto-line.
32256         * faces.el (face-id): Doc fix.
32258 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32260         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
32261         (rmail-show-message): Use rmail-unknown-mail-followup-to.
32262         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
32264         * mail/sendmail.el (mail-yank-ignored-headers)
32265         (mail-font-lock-keywords, mail-mode-fill-paragraph):
32266         Add Mail-Followup-To and Mail-Reply-To headers.
32267         (mail-citation-hook): Add autoload cookie.
32268         (mail-mode): Doc fix.
32269         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
32270         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
32271         (mail-mode-fill-paragraph): Handle those headers.
32272         (mail-mailing-lists): New variable.
32273         (mail-mail-reply-to, mail-mail-followup-to): New functions.
32275 2005-03-17  Juri Linkov  <juri@jurta.org>
32277         * isearch.el (isearch-fallback): Check for `(car previous)'
32278         before calling `isearch-other-end-state'.
32280 2005-03-17  Kim F. Storm  <storm@cua.dk>
32282         * simple.el (move-beginning-of-line): Move to beginning of buffer
32283         line, as well as beginning of screen line.
32285 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
32287         * calendar/diary-lib.el (mark-diary-entries): Use new optional
32288         argument REDRAW rather than calendar-redrawing variable.
32289         * calendar/calendar.el (calendar-redrawing): Delete.
32290         (redraw-calendar): Do not bind calendar-redrawing.
32292 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
32294         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
32295         diary-file buffer.
32297 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
32299         * help.el (describe-mode): Allow a :minor-mode-function property to
32300         specify a different minor mode toggle function than the variable.
32301         * simple.el (auto-fill-function):
32302         * subr.el (add-minor-mode): Use it.
32304 2005-03-16  Kenichi Handa  <handa@m17n.org>
32306         * language/ethio-util.el (sera-being-called-by-w3): New variable.
32307         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
32308         (ethio-fidel-to-sera-buffer): Likewise.
32310 2005-03-16  Juri Linkov  <juri@jurta.org>
32312         * emacs-lisp/find-func.el (find-function-regexp):
32313         Add defun-emitting macro `menu-bar-make-toggle'.
32315         * isearch.el: Put `isearch-scroll' property to
32316         `split-window-horizontally'.
32318         * info.el: Update error messages for `debug-ignored-errors'.
32319         (Info-isearch-search): Doc fix.
32320         (Info-find-node): Move up code to go into info buffer before
32321         recording the node to the history.
32322         (Info-fontify-node): Fontify titles only if the next line
32323         has two or more `*', `=', `-', `.'.
32324         Display "go to this node" for empty (match-string 3).
32326 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32328         * term/mac-win.el: Add mouse pointer shape constants.
32330 2005-03-15  Kim F. Storm  <storm@cua.dk>
32332         * simple.el (move-beginning-of-line): Use vertical-motion.
32334 2005-03-15  Juri Linkov  <juri@jurta.org>
32336         * isearch.el (isearch-error): New variable.
32337         (isearch-invalid-regexp, isearch-within-brackets): Remove.
32338         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
32339         (isearch-within-brackets-state): Remove.
32340         (isearch-case-fold-search-state, isearch-pop-fun-state):
32341         Decrease frame index.
32342         (isearch-mode, isearch-top-state, isearch-push-state)
32343         (isearch-edit-string, isearch-abort, isearch-search-and-update)
32344         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
32345         (isearch-search, isearch-lazy-highlight-new-loop):
32346         Replace `isearch-invalid-regexp' with `isearch-error'.
32347         Remove `isearch-within-brackets'.
32348         (isearch-search): Add `search-failed' handler to `condition-case'.
32349         (isearch-lazy-highlight-search): Add `condition-case' to catch
32350         errors and allow `isearch-lazy-highlight-update' to try
32351         highlighting from the beginning of the window.
32352         (isearch-repeat): Move up code to set isearch-wrapped to t
32353         before calling isearch-wrap-function.
32355         * info.el (Info-isearch-initial-node): New internal variable.
32356         (Info-search): Signal an error in isearch mode when search leaves
32357         the initial node.  Signal an error when `bound' is non-nil and
32358         nothing was found in the current subfile.
32359         (Info-isearch-search): Remove `condition-case'.
32360         (Info-isearch-wrap): Don't wrap when search failed during leaving
32361         the initial node.  If `Info-isearch-search' is nil, wrap around
32362         the current node.
32363         (Info-isearch-start): New fun.
32364         (Info-mode): Add buffer-local hook `Info-isearch-start' to
32365         `isearch-mode-hook'.
32367 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32369         * simple.el (normal-erase-is-backspace): Set default to t if
32370         running on Mac.
32372         * term/mac-win.el (function-key-map): Sync with x-win.el.
32374 2005-03-15  Kenichi Handa  <handa@m17n.org>
32376         * international/mule-cmds.el (locale-language-names): Modify the
32377         format of elements and add more entries.
32378         (locale-preferred-coding-systems): Add more entries.
32379         (set-locale-environment): Adjust for the change of
32380         locale-language-names.
32382 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
32384         * pcvs.el (smerge-ediff): Remove bogus autoload.
32386 2005-03-14  Lute Kamstra  <lute@gnu.org>
32388         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
32389         Ignore a `*' at the beginning of a line.
32391         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
32392         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
32393         subr.el.
32394         (dont-compile, eval-when-compile, eval-and-compile): Use declare
32395         to specify indentation.
32397         * generic.el (define-generic-mode): Let generic-mode-list be a
32398         list of strings; test membership with equal.
32400 2005-03-14  Kim F. Storm  <storm@cua.dk>
32402         * simple.el (next-line, previous-line): Add optional try-vscroll
32403         arg to recognize interactive use.  Pass it on to line-move.
32404         (line-move): Don't perform auto-window-vscroll when defining or
32405         executing keyboard macro to ensure consistent behavior.
32407 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
32409         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
32411 2005-03-13  Lute Kamstra  <lute@gnu.org>
32413         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
32414         debugger-setup-buffer so that backtrace marks the frames set to
32415         debug-on-exit and we don't have to do it manually.  Set an extra
32416         debug-on-exit for macro's.
32417         (debugger-setup-buffer): Don't mark the top frame manually.
32419 2005-03-12  Lute Kamstra  <lute@gnu.org>
32421         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
32422         lisp-indent-function throughout.
32423         (with-no-warnings): Set lisp-indent-function property.
32425 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
32427         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
32428         Add entry for backslash.
32430 2005-03-12  Juri Linkov  <juri@jurta.org>
32432         * info.el (Info-search): Four fixes for backward search.
32434 2005-03-11  Jay Belanger  <belanger@truman.edu>
32436         * calc/calc.el (calc-language-alist): New variable.
32437         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
32438         (calc-embedded-find-modes): Use calc-language-alist instead of
32439         calc-embedded-language-alist.
32441 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
32443         * calendar/calendar.el (calendar-redrawing): New internal
32444         variable.
32445         (redraw-calendar): Remove bogus save-excursion from previous
32446         change.  Bind calendar-redrawing to t for mark-diary-entries.
32447         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
32448         calendar if that is why we were called.
32450 2005-03-11  Kenichi Handa  <handa@m17n.org>
32452         * international/mule.el (make-coding-system): Set property
32453         coding-system-define-form to nil.
32454         (define-coding-system-alias): Likewise.
32456 2005-03-11  Kenichi Handa  <handa@m17n.org>
32458         These changes are suggested by Dave Love <fx@gnu.org>.
32460         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
32461         coding: tag.
32462         (adaptive-fill-regexp): Add more bullets.
32463         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
32464         regexps.
32466 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32468         * help.el (describe-mode): Properly handle non-trivial lighters.
32469         Don't ignore minor modes that are not listed in minor-mode-list.
32471         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
32472         feature ON when the user requests to turn it OFF.
32474 2005-03-10  Lute Kamstra  <lute@gnu.org>
32476         * emacs-lisp/debug.el (debug-entry-code): Delete it.
32477         (implement-debug-on-entry): New function to replace debug-entry-code.
32478         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
32479         second argument as the 2005-03-07 change makes it obsolete.
32480         (debug-on-entry, cancel-debug-on-entry): Update call to
32481         debug-on-entry-1.
32482         (debug, debugger-setup-buffer): Comment update.
32483         (debugger-frame-number): Update to work with implement-debug-on-entry.
32485 2005-03-10  Jay Belanger  <belanger@truman.edu>
32487         * calc/calc-embed.el (math-ms-args): Declare it.
32488         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
32489         math-ms-args.
32490         (calc-embedded-subst): Use math-multi-subst-rec to substitute
32491         variables.
32493 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
32495         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
32496         Use message-box.
32498         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
32499         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
32500         (tooltip-gud-tips): Simplify.
32501         (tooltip-gud-tips-p): Remove superfluous :set.
32502         (tooltip-gud-modes): Add fortran-mode.
32503         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
32505         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
32507 2005-03-09  Kim F. Storm  <storm@cua.dk>
32509         * play/animate.el (animate-place-char): Use forward-line instead
32510         of next-line to improve performance.
32512 2005-03-09  Simon Josefsson  <jas@extundo.com>
32514         * net/browse-url.el (browse-url-default-browser): Doc fix.
32516 2005-03-09  Miles Bader  <miles@gnu.org>
32518         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
32519         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
32521 2005-03-09  Kenichi Handa  <handa@m17n.org>
32523         * international/latin-1.el: Set case and syntax for 255 only if
32524         set-case-syntax-set-multibyte is nil.
32526         * textmodes/ispell.el (ispell-insert-word): New function.
32527         (ispell-word): Use ispell-insert-word to insert a new word.
32528         (ispell-process-line): Likewise.
32529         (ispell-complete-word): Likewise.
32531 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
32533         * calendar/calendar.el (redraw-calendar): Preserve point.
32534         Reported by Matt Hodges <MPHodges@member.fsf.org>.
32535         (calendar-week-start-day): Move after definition of
32536         redraw-calendar.  Delete buffer test, since redraw-calendar has
32537         that now.
32539         * calendar/diary-lib.el (mark-diary-entries): Only call
32540         redraw-calendar in the first of any recursive calls.
32541         Reported by Alan Shutko <ats@acm.org>.
32543 2005-03-08  Juri Linkov  <juri@jurta.org>
32545         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
32546         (html-horizontal-rule, html-line, html-image, html-checkboxes)
32547         (html-radio-buttons): Add a space before the trailing `/>' where
32548         sgml-xml-mode is non-nil.
32549         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
32550         the subsequent tag of the empty XML tag.
32551         (html-href-anchor): Don't set initial input to "http:".
32552         (html-image): Ask for the image URL and set point inside alt="".
32553         (html-name-anchor): Duplicate the name in the `id' attribute when
32554         sgml-xml-mode is non-nil.
32555         (html-paragraph): Remove \n before <p>.
32556         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
32557         instead of `checked' when sgml-xml-mode is non-nil.
32559         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
32560         Remove 1 space before #RRGGBB to not truncate it on terminal
32561         windows w/o fringes.  Remove 1 space between bg and fg examples
32562         to get more space.
32563         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
32564         avoid byte-compile warnings.
32566         * image-file.el (image-file-handler): Put `safe-magic' property to
32567         `image-file-handler'.
32569         * info.el (Info-isearch-search): Emulate word search in
32570         isearching through multiple Info nodes with Info-search.
32571         (Info-isearch-wrap): Allow isearch-word.
32573 2005-03-08  Lute Kamstra  <lute@gnu.org>
32575         * emacs-lisp/debug.el (debugger-step-through): Make sure that
32576         stepping into the debugger's code is not possible.
32577         (debugger-jumping-flag): Docstring update.
32579 2005-03-08  Jay Belanger  <belanger@truman.edu>
32581         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
32582         embedded mode begins.
32583         (calc-embedded-language-alist): New variable.
32584         (calc-embedded-find-modes): Use calc-embedded-language-alist to
32585         set default language mode.
32587 2005-03-08  Kenichi Handa  <handa@m17n.org>
32589         * international/ccl.el (define-ccl-program): Fix docstring about
32590         extra 256 bytes assured for the output buffer.
32592         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
32593         Fix BUFFER_MAGNIFICATION to 2.
32594         (ccl-encode-mule-utf-16be-with-signature): Likewise.
32596 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
32598         * align.el (align-rules-list): Added an alignment rule for CSS
32599         declarations (applies to css-mode and html-mode buffers).
32601 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
32603         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
32605 2005-03-07  Kim F. Storm  <storm@cua.dk>
32607         * simple.el (move-beginning-of-line): New command.
32609         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
32611         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
32613         * emulation/cua-base.el: Put CUA move property on move-end-of-line
32614         and move-beginning-of-line.
32616         * apropos.el (apropos-print): Omit command from M-x ... RET.
32618 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
32620         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
32621         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
32623 2005-03-06  Richard M. Stallman  <rms@gnu.org>
32625         * bindings.el (esc-map): Bind M-g to goto-line.
32627         * facemenu.el (global-map): Bind M-o, not M-g.
32629 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32631         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
32632         "Open Directory" as for "Open File".
32634 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
32636         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
32637         (push-mark-command): Run activate-mark-hook.
32639 2005-03-06  Richard M. Stallman  <rms@gnu.org>
32641         * help-mode.el (help-mode-finish): Don't alter the element
32642         in view-return-to-alist if there already is one.
32644         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
32645         make sure the current buffer is the expected one.
32647         * novice.el (disabled-command-function): Output in *Disabled Command*.
32648         Explicitly ignore non-keyboard events, and explicitly handle C-g.
32650         * textmodes/flyspell.el (flyspell-large-region):
32651         Pass args differently for aspell.
32653         * files.el (mode-require-final-newline): Doc fix.
32655 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
32657         * progmodes/which-func.el (which-function):
32658         Specify NOERROR when calling imenu--make-index-alist.
32660 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
32662         * simple.el (normal-erase-is-backspace): Define default value.
32664         * custom.el (custom-theme-set-variables): Remove unused var
32665         `immediate'.
32666         (custom-reevaluate-setting): Simple function to handle variables
32667         that are defined before their default value can really be
32668         computed.
32670         * startup.el (command-line): Use it for temporary-file-directory,
32671         small-emporary-file-directory, auto-save-file-name-transforms,
32672         blink-cursor-mode, and normal-erase-is-backspace.
32674         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
32675         progress, even with buggy anchored keywords.
32677 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
32679         * simple.el (goto-line): Remove unbalanced final parenthesis.
32681 2005-03-05  Richard M. Stallman  <rms@gnu.org>
32683         * simple.el (goto-line): Use a number at point as the default.
32684         With C-u as arg, switch buffers.
32686 2005-03-05  Juri Linkov  <juri@jurta.org>
32688         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
32689         with `no-blinking-cursor'.
32691         * startup.el (no-blinking-cursor): New defvar.
32692         (command-line): Add `--no-blinking-cursor' to longopts.
32693         Set `no-blinking-cursor' to t for command line arguments
32694         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
32695         with `no-blinking-cursor' in the condition for calling
32696         `blink-cursor-mode'.
32698 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
32700         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
32701         (menu-bar-options-save): Add blink-cursor-mode.
32702         (menu-bar-options-menu): Add blink-cursor-mode.
32704 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
32706         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
32707         (icalendar-export-file, icalendar-export-region)
32708         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
32709         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
32711 2005-03-04  Lute Kamstra  <lute@gnu.org>
32713         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
32714         (debug-function-list): Ditto.
32716 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
32718         * textmodes/texinfmt.el (texinfo-append-refill):
32719         Redefine the types of line to which @refill
32720         is not appended by replacing a search for `@refill\\|@bye' with
32721         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
32722         itemize@refill' bug and the unfilled long lines bug.
32723         (texinfmt-version): Update number and date.
32725 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
32727         * international/code-pages.el (windows-1250, windows-125[2-8])
32728         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
32730 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32732         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
32733         bound yet.
32735 2005-03-02  Romain Francoise  <romain@orebokech.com>
32737         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
32738         buffer after removing limits.
32739         (ibuffer-pop-filter): Ditto.
32740         Update copyright.
32742 2005-03-02  Miles Bader  <miles@gnu.org>
32744         * button.el (make-text-button): If the user doesn't specify a
32745         type, use the default.  Rewrite to use `add-text-properties' and
32746         plist functions.
32748 2005-03-01  Lute Kamstra  <lute@gnu.org>
32750         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
32751         (debugger-jumping-flag): New var.
32752         (debug-entry-code): Use it.
32753         (debugger-jump): Use debugger-jumping-flag and add
32754         debugger-reenable to post-command-hook.
32755         (debugger-reenable): Use debugger-jumping-flag and remove itself
32756         from post-command-hook.
32757         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
32758         debugger-reenable.
32760 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
32762         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
32763         inclusion of "itemize\\|", which may be unnecessary, is certainly
32764         inelegant, and stops refilling in itemize lists when formatting
32765         Japanese Texinfo files to Info.
32766         Update copyright to 2005.
32768 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
32770         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
32771         of an error if GDB can't find the source file.
32773 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
32775         * calendar/calendar.el (redraw-calendar): Work from any buffer,
32776         not just the calendar.
32778         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
32779         first.
32780         (diary-redraw-calendar): New function.
32781         (make-diary-entry): Add diary-redraw-calendar to local
32782         write-contents-functions.  Turn off selective display before
32783         inserting in diary.
32785 2005-03-01  Kim F. Storm  <storm@cua.dk>
32787         * emacs-lisp/copyright.el (copyright-fix-years): New command.
32789 2005-03-01  Lute Kamstra  <lute@gnu.org>
32791         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
32792         that debug-entry-code can be safely removed from a function while
32793         this code is being evaluated.  Revert the 2005-02-27 change as the
32794         new implementation no longer requires it.  Make sure that a
32795         function body containing just a string is not mistaken for a docstring.
32796         (debug): Skip one more frame in case of debug on entry.
32797         (debugger-setup-buffer): Delete one more frame line in case of
32798         debug on entry.
32799         (debugger-frame-number): Update to use the new text introduced by
32800         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
32802 2005-02-28  Kim F. Storm  <storm@cua.dk>
32804         * double.el (double-translate-key): Call force-window-update after
32805         read-event to avoid crash in redisplay.
32807 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32809         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
32810         (debug): Use it.  Move the inhibit-trace earlier.
32811         (debug-entry-code): New const.
32812         (debug-on-entry-1): Use it.
32814 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
32816         * international/utf-16.el (ccl-encode-mule-utf-16le):
32817         Fix BUFFER_MAGNIFICATION to 2.
32818         (ccl-encode-mule-utf-16be): Likewise.
32820 2005-02-28  Kenichi Handa  <handa@m17n.org>
32822         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
32823         Fix BUFFER_MAGNIFICATION to 4.
32824         (ccl-encode-mule-utf-16be-with-signature): Likewise.
32826 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
32828         * speedbar.el (speedbar-update-flag): Doc fix.
32829         (speedbar-show-info-under-mouse): Give set-mouse-position the right
32830         argument.
32832 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32834         * reveal.el (reveal-post-command): Don't try to reveal overlays which
32835         have a non-nil `invisible' property but are actually visible.
32837         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
32838         for perldoc sections.
32839         (perl-outline-regexp, perl-outline-level): New var and function.
32840         (perl-mode): Use them.
32842 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
32844         * calendar/diary-lib.el (diary-remind): Discard any mark portion
32845         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
32847 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
32849         * cus-edit.el: Comment change.
32850         (custom-buffer-create-internal): Slightly reword text at top of
32851         Custom buffers.  Mention there that saving an option edits the
32852         init file.  Add link to Emacs manual node on `custom-file'.
32853         (custom-magic-alist): Rewrite individual State messages to use
32854         capitalized keywords.  Doc fix.
32856 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
32858         * calendar/calendar.el (calendar-buffer): Move above
32859         calendar-week-start-day.
32860         (calendar-week-start-day): Doc fix.  Add :set function.
32861         (calendar-minimum-window-height): New variable.
32862         (generate-calendar-window): Only resize window if selected-window
32863         is displaying the calendar buffer.  Use new variable
32864         calendar-minimum-window-height.
32865         (generate-calendar): Reword error message.
32866         (calendar-mode-map): Bind DEL to scroll-other-window-down.
32868 2005-02-27  Andreas Schwab  <schwab@suse.de>
32870         * vc.el (vc-do-command): Don't run command asynchronously when
32871         operating in a remote directory.
32873         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
32874         change from sync with Tramp 2.0.47.
32876 2005-02-27  Richard M. Stallman  <rms@gnu.org>
32878         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
32880         * textmodes/flyspell.el (flyspell-mode-on):
32881         Call ispell-change-dictionary only if necessary.
32883         * emacs-lisp/re-builder.el (regexp-builder): New function.
32885         * register.el (describe-register-1): Explicitly handle
32886         yank-excluded-properties = t.
32888         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
32889         (custom-magic-alist): Change the status descriptions again.
32890         (face widget-type): Total rewrite based on `restricted-sexp'
32891         to eliminate the confusing double hiding levels.
32893         * emacs-lisp/debug.el (debug-on-entry-1):
32894         If function body is empty, add nil as body form.
32896 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
32898         * emacs-lisp/trace.el (inhibit-trace): New var.
32899         (trace-make-advice): Use it.
32901         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
32903 2005-02-26  Kim F. Storm  <storm@cua.dk>
32905         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
32906         (mouse-on-link-p, mouse-drag-region-1): Use it.
32908 2005-02-25  Lute Kamstra  <lute@gnu.org>
32910         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
32912 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
32914         * frame.el (blink-cursor-mode): Add :group keyword.
32916 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
32918         * calendar/icalendar.el (icalendar--decode-isodatetime):
32919         New optional argument DAY-SHIFT.
32920         (icalendar-export-region): Fix coding-system-for-write.
32921         (icalendar--convert-ical-to-diary): Shift end-day of all-day
32922         events by one.
32924 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32926         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
32928 2005-02-24  Kim F. Storm  <storm@cua.dk>
32930         * international/iso-acc.el (iso-accents-compose): Fix crash
32931         during redisplay.  Call force-window-update after read-event
32932         and delete-region to signal that window is not accurate.
32934 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32936         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
32937         Remove unused and inexistent var `inhibit-trace'.
32938         (debugger-mode): Use run-mode-hooks.
32939         (debugger-list-functions): Add buttons; setup xref stack.
32941 2005-02-23  Richard M. Stallman  <rms@gnu.org>
32943         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
32944         appointment says it was explicitly made.
32945         (appt-add): Set the 3rd element.
32946         (appt-make-list): Preserve explicit appointments.
32948         * subr.el (find-tag-default): Catch errors in forward-sexp.
32950 2005-02-23  Juri Linkov  <juri@jurta.org>
32952         * info.el (Info-isearch-search): New defcustom.
32953         (Info-isearch-search): Call the default isearch function
32954         when Info-isearch-search is nil.
32955         (Info-isearch-wrap): Use variable Info-isearch-search.
32957 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
32959         * cus-edit.el: Comment change.
32961 2005-02-22  Kim F. Storm  <storm@cua.dk>
32963         * progmodes/hideif.el (hide-ifdef-use-define-alist):
32964         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
32966 2005-02-22  Simon Josefsson  <jas@extundo.com>
32968         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
32969         New variable.
32970         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
32971         Oskarsson" <myrkraverk@users.sourceforget.net>.
32973 2005-02-22  Kim F. Storm  <storm@cua.dk>
32975         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
32976         check that window of that event is the selected window.
32977         (mouse-drag-region-1): Compare mouse event window to selected
32978         window before setting point.
32980         * tooltip.el (tooltip-show-help-function): Pass event to
32981         mouse-on-link-p so it can check selected window.
32983 2005-02-22  Kenichi Handa  <handa@m17n.org>
32985         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
32986         (ps-mule-show-warning): New function.
32987         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
32988         characters are found.
32990         * ps-print.el (ps-header-footer-string): Return a list of header
32991         and footer strings.
32993 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
32995         * pcvs.el (cvs-retrieve-revision): Fix thinko.
32997 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
32999         * frame.el (blink-cursor-mode): Use define-minor-mode.
33001         * term/mac-win.el (function-key-map): Use char-names more consistently.
33002         (file-name-coding-system): Only set it for MacOS-9.  The other case is
33003         already handled in mule-cmds.el (where it also works when mac-win.el
33004         is not used).
33006 2005-02-21  Kenichi Handa  <handa@m17n.org>
33008         * international/mule.el (ctext-pre-write-conversion): Always use
33009         " *code-converting-work*" buffer for work.
33011         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33013 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
33015         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
33017 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
33019         * ses.el (undo-more): Restore defadvice, but only the part that
33020         allows changes outside the restricted area of the buffer.
33022 2005-02-20  Kim F. Storm  <storm@cua.dk>
33024         * simple.el (line-move): Add fourth optional arg try-vscroll which
33025         must be set to perform auto-window-vscroll.
33026         When moving backwards and doing auto-window-vscroll, automatically
33027         vscroll to the last part of lines which are taller than the window.
33028         (next-line, previous-line): Set try-vscroll arg on line-move.
33030 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
33032         * replace.el (query-replace, query-replace-regexp)
33033         (replace-string, replace-regexp): When operating on region, make
33034         the minibuffer prompt say so.
33036         * isearch.el (isearch-forward): Document isearch-query-replace and
33037         isearch-query-replace-regexp keybindings.
33039 2005-02-19  Jay Belanger  <belanger@truman.edu>
33041         * calc/calc-aent.el (math-read-token): Add local variable.
33043         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
33044         (calc-edit-top): Move declaration to earlier in file.
33045         (calc-edit-macro-repeats): Add local variables.
33047         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
33048         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
33049         calcFunc-tanh.
33050         Adjust integration rule for calcFunc-tan.
33052 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
33054         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
33055         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
33056         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
33057         (viper-skip-separators): Bug fix.
33058         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
33059         particular major mode.
33060         (viper-del-backward-char-in-replace): Don't put deleted char on the
33061         kill ring.
33063         * viper-ex.el (viper-color-display-p): New function.
33064         (viper-has-face-support-p): Use viper-color-display-p.
33066         * viper-keym.el (viper-gnus-modifier-map): New keymap.
33068         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
33070         * viper-util.el (viper-glob-unix-files): Fix shell status check.
33071         (viper-file-remote-p): Make equivalent to file-remote-p.
33073         * viper.el (viper-major-mode-modifier-list):
33074         Use viper-gnus-modifier-map.
33076 2005-02-19  David Kastrup  <dak@gnu.org>
33078         * subr.el (subregexp-context-p): Fix garbled doc string by adding
33079         quoting.
33081 2005-02-19  Jay Belanger  <belanger@truman.edu>
33083         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
33084         Remove extra definitions.
33085         (calc-coth): New function.
33086         (calcFunc-cot): Fix `let'.
33088 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
33090         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
33091         the reasons we use "type pc" in these faces.
33093         * button.el (button): Ditto.
33095 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
33097         * replace.el (query-replace-read-from): Set the value of
33098         query-replace-from-history-variable to handle the case of an empty
33099         string entered to accept the suggested default.
33101         * net/tramp.el (tramp-file-name-for-operation):
33102         Use dired-call-process instead of dired-call-process-command.
33104 2005-02-19  Jay Belanger  <belanger@truman.edu>
33106         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
33107         (math-div-non-trig): New variables.
33108         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
33109         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
33110         (math-combine-prod, math-div-symb-fancy): Add simplifications for
33111         trig expressions.
33113 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
33115         * progmodes/gdb-ui.el (gdb-var-update-handler)
33116         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
33117         for watch expressions,
33118         (gdb-var-create-handler): Don't set speedbar-update-flag.
33119         (gdb-post-prompt): Simplify test for speedbar.
33121 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
33123         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
33124         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
33125         we use the syntax table of the correct buffer.
33126         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
33127         Felix Gatzemeier.
33129         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
33130         (ediff-file-remote-p): Make synonymous with file-remote-p.
33131         In all deffaces ediff-*-face-*, use min-colors.
33133         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
33134         ediff-recurse-to-subdirectories.
33135         (ediff-mark-if-equal): Check that the arguments are strings, use
33136         ediff-same-contents (after to Felix Gatzemeier).
33138         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
33139         nil.
33141 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
33143         * log-view.el (log-view-message-re): Fix up Subversion regexp.
33145 2005-02-18  David Kastrup  <dak@gnu.org>
33147         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
33148         use `mark-active' when defined.
33150 2005-02-18  Kenichi Handa  <handa@m17n.org>
33152         * ps-print.el (ps-font-info-database): New entry
33153         ZapfChancery-MediumItalic with correct font name.  Fix font name
33154         of the entry Zapf-Chancery-MediumItalic.
33156 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
33158         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
33160 2005-02-16  Kim F. Storm  <storm@cua.dk>
33162         * ido.el (ido-fallback-command): Pass user input to fallback command.
33164 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
33166         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
33167         (gdb-find-file-hook): Add server prefix.
33169 2005-02-16  Richard M. Stallman  <rms@gnu.org>
33171         * replace.el (perform-replace): Pass new args to replace-highlight.
33172         (replace-highlight): Take region args,
33173         and pass them to isearch-lazy-highlight-new-loop.
33175         * novice.el (disabled-command-hook): Autoload the defalias
33176         and the make-obsolete-variable call.
33178         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
33180         * isearch.el (isearch-lazy-highlight-start-limit)
33181         (isearch-lazy-highlight-end-limit): New variables limit
33182         the region for highlighting.
33183         (isearch-lazy-highlight-new-loop): New args BEG and END.
33184         (isearch-lazy-highlight-search): Use the new vars.
33185         (isearch-lazy-highlight-update): Likewise.
33187         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
33189         * cus-start.el (all): Use default-boundp.
33191 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
33193         * menu-bar.el (menu-bar-select-frame): Handle current frame.
33195 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
33197         * autorevert.el (auto-revert-stop-on-user-input)
33198         (auto-revert-verbose): Doc fixes.
33200 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
33202         * international/mule-cmds.el (set-locale-environment): Remove call
33203         to set-selection-coding-system on Windows.
33205 2005-02-15  Jay Belanger  <belanger@truman.edu>
33207         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
33208         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
33209         calcFunc-coth.
33210         (math-simplify-sqrt): Add simplifications.
33212         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
33213         to list.
33215         * calc/calc-ext.el: Add functions to autoloads.
33217         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
33218         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
33219         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
33220         (math-csc-raw, math-cot-raw): New functions.
33222         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
33224         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
33225         the variable name in a message.
33227         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
33228         calcFunc-csc, calcFunc-cot.
33230         * calc/calcalg2.el: Add derivative and integration rules for
33231         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
33232         calcFunc-csch, calcFunc-coth.
33233         (math-do-integral-methods): Add to checks for when to use
33234         substitutions.
33236         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
33238 2005-02-15  Lute Kamstra  <lute@gnu.org>
33240         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33241         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
33242         <monnier@iro.umontreal.ca>.
33243         (lisp-outline-level): Improve efficiency.  Suggested by David
33244         Kastrup <dak@gnu.org>.
33246 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
33248         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
33249         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
33250         (gdb-set-gud-minor-mode-existing-buffers): New functions.
33251         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
33252         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
33254 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
33256         * cus-start.el (all): Comment change.
33258 2005-02-14  Lute Kamstra  <lute@gnu.org>
33260         * cus-start.el (all): Check if symbol is void.
33262 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
33264         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
33265         optional argument to \cite.
33267 2005-02-14  Richard M. Stallman  <rms@gnu.org>
33269         * cus-edit.el (custom-buffer-create-internal): Update help message.
33270         (custom-magic-alist): Update help messages.
33272         * cus-start.el (all): Allow a var to specify a standard value.
33274 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
33276         * custom.el (custom-theme-set-variables): Handle variable aliases.
33278         * frame.el (blink-cursor-timer): Doc fix.
33279         (blink-cursor): Make it an alias for `blink-cursor-mode' and
33280         declare obsolete.
33281         (blink-cursor-mode): Define with defcustom and use correct
33282         standard expression in that defcustom.
33283         * startup.el (command-line): Adapt to above changes in frame.el.
33285 2005-02-11  Lute Kamstra  <lute@gnu.org>
33287         * apropos.el (apropos-score-doc): Prevent division by zero.
33289 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
33291         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
33292         (icalendar--get-event-property-attributes)
33293         (icalendar--get-event-properties)
33294         (icalendar--datetime-to-diary-date): New functions.
33295         (icalendar--split-value): Doc fix.
33296         (icalendar--datetime-to-noneuropean-date)
33297         (icalendar--datetime-to-european-date): New optional argument
33298         SEPARATOR.  Return result as a string instead of a list.
33299         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
33300         (icalendar--convert-string-for-export): Rename arg S to STRING.
33301         (icalendar-export-region): Doc fix.  Change name of error buffer.
33302         Save output buffer.
33303         (icalendar-import-file): Add blank at end of prompt.
33304         (icalendar-import-buffer): Doc fix.  Do not switch to error
33305         buffer.  Indicate status in return value.
33306         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
33307         buffer.  Save output buffer.  Handle exception from recurrence
33308         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
33309         events.  Fix problems with weekly all-day events.
33311 2005-02-10  Richard M. Stallman  <rms@gnu.org>
33313         * simple.el (eval-expression-print-format):
33314         Avoid warning about edebug-active.
33316         * help.el (help-for-help-internal): Rename from help-for-help.
33317         (help-for-help): Define with defalias.
33319         * font-core.el (font-lock-default-function): Use with-no-warnings.
33321         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
33323         * custom.el (defface): Doc fix.
33325 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
33327         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
33328         width 0" to prevent word wrapping problems.
33330 2005-02-09  Kim F. Storm  <storm@cua.dk>
33332         * ido.el (ido-file-extensions-order): New defcustom.
33333         (ido-file-extension-lessp, ido-file-extension-aux)
33334         (ido-file-extension-order): New advanced file ordering.
33335         (ido-file-lessp): New simple file ordering.
33336         (ido-sort-list): Remove.
33337         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
33338         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
33340 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
33342         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
33343         that some versions of grep produce.
33344         (grep-mode-font-lock-keywords): Likewise.
33346 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
33348         * progmodes/gdb-ui.el (gdb-location-list): New variable.
33349         (gdb-cdir): Delete.
33350         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
33351         (gdb-source-info): Treat case when source file is in another
33352         directory properly.
33353         (gdb-get-location): New function.
33355 2005-02-07  Jay Belanger  <belanger@truman.edu>
33357         * calc/calc-prog.el (calc-write-parse-table-part)
33358         (calc-fix-token-name): Fix a check for language type.
33360         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
33362 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
33364         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
33365         as directory not writable.
33367 2005-02-07  Kim F. Storm  <storm@cua.dk>
33369         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
33370         (cua--standard-movement-commands): Remove list.
33371         Instead, set CUA property value to move for movement commands.
33372         (cua-movement-commands): Remove.  Users must set CUA prop instead.
33373         (cua--pre-command-handler): Check CUA property.
33374         (cua--init-keymaps): Don't remap undo commands.
33375         (cua-mode): Don't call cua--rectangle-on-off.
33377         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
33378         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
33379         (cua--rect-undo-set-point): New var.
33380         (cua--rectangle-undo-boundary): Setup undo apply entry.
33381         (cua--rect-undo-handler): New function for rectangle undo.
33382         (cua--rect-start-position, cua--rect-end-position): Add.
33383         (cua--rectangle-post-command): Call cua--rectangle-set-corners
33384         for restored rectangle.  Set point if cua--rect-undo-set-point.
33386 2005-02-06  Jay Belanger  <belanger@truman.edu>
33388         * calc/calc-lang.el (calc-tex-language): Display more information
33389         in messages.
33391         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
33392         in TeX mode.
33394 2005-02-06  Richard M. Stallman  <rms@gnu.org>
33396         * emacs-lisp/lisp.el (buffer-end): Doc fix.
33398 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
33400         * net/ldap.el (ldap-search-internal): Support attributes with
33401         optional descriptions separated by a semi-colon, as in
33402         "userCertificate;binary".
33404 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33406         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
33407         isn't a cons (i.e. the version is 0).
33409 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
33411         * help.el (help-for-help): Doc fix.
33413 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
33415         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
33416         GDB-Windows on the menu-bar as this works better.
33418 2005-02-04  Jay Belanger  <belanger@truman.edu>
33420         * calc/calc-embed.el (calc-embedded-update): Don't put in
33421         unnecessary newlines.  Adjust the end of formula marker.
33423         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
33424         (math-latex-parse-two-args): New function.
33426 2005-02-03  Lute Kamstra  <lute@gnu.org>
33428         * help-fns.el (help-with-tutorial): Make sure that users cannot
33429         remove the entire text of the tutorial by means of `undo'.
33431 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33433         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
33434         in recent changes, where the ispell process was repeatedly
33435         killed & restarted.
33437         * international/mule-cmds.el (set-locale-environment): Set file-name
33438         coding system to utf-8 on Darwin systems.
33439         (set-default-coding-systems): Don't set default-file-name-coding-system
33440         on Darwin systems.
33442 2005-02-03  Richard M. Stallman  <rms@gnu.org>
33444         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
33446 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
33448         * faces.el (list-faces-display): Add optional argument.
33450 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
33452         * font-core.el (font-lock-default-function): Handle the rare case where
33453         only font-lock-keywords is set.
33455 2005-02-02  Kenichi Handa  <handa@m17n.org>
33457         * international/characters.el: Cancel previous change for
33458         I-WITH-DOT-ABOVE and DOTLESS-i.
33460         * international/latin-5.el: Cancel previous change.
33462 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
33464         * progmodes/gud.el: Correction to syntax in gud-menu-map.
33466 2005-02-02  Kenichi Handa  <handa@m17n.org>
33468         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
33469         DOTLESS-i.
33471         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
33472         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
33474         * case-table.el (get-upcase-table): New function.
33475         (copy-case-table): Copy upcaes table too if non-nil.
33476         (set-case-syntax-delims): Maintain upcase table too.
33477         (set-case-syntax-pair): Likewise.
33478         (set-upcase-syntax, set-downcase-syntax): New functions.
33479         (set-case-syntax): Maintain upcase table too.
33481 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
33483         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
33485         * progmodes/gud.el (gud-goto-info): New function.
33486         (gud-tool-bar-map): Use correct icon.
33488 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
33490         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
33491         When delegating, order args in the funcall correctly.
33493 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
33495         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
33497 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
33499         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
33500         buffer not visiting a file.
33502 2005-01-31  Jay Belanger  <belanger@truman.edu>
33504         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
33505         bound on the line with the formula.
33507 2005-01-31  Kim F. Storm  <storm@cua.dk>
33509         * ses.el (ses-create-cell-variable-range)
33510         (ses-destroy-cell-variable-range, ses-reset-header-string)
33511         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
33512         (ses-insert-row): Fix format of apply undo entries.
33514 2005-01-31  Jay Belanger  <belanger@truman.edu>
33516         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
33517         parts.
33519         * calc/calc-embed.el (calc-embedded-open-formula)
33520         (calc-embedded-close-formula): Ignore matrix environments.
33522         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
33523         TeX mode.
33525         * calc/calc-lang.el (math-function-table, math-oper-table)
33526         (math-variable-table): Adjust the LaTeX portions.
33528         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
33529         (math-latex-ignore-words): New constant.
33531 2005-01-31  Richard M. Stallman  <rms@gnu.org>
33533         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
33534         (ispell-local-dictionary): Doc fix.
33535         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
33536         Don't reinitialize at run time.  Don't defcustom.
33537         All uses changed to append ispell-local-dictionary-alist,
33538         or check it first.
33539         (ispell-current-dictionary): New variable for dictionary in use.
33540         (ispell-dictionary): Now used only for global default.
33541         (ispell-start-process): Set ispell-current-dictionary,
33542         not ispell-dictionary.
33543         (ispell-change-dictionary): Use this only for setting
33544         user preferences.
33545         (ispell-internal-change-dictionary): New function
33546         to change the current dictionary in use.
33547         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
33548         Use ispell-current-dictionary.
33549         Handle ispell-local-dictionary-overridden.
33550         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
33552 2005-01-31  Jay Belanger  <belanger@truman.edu>
33554         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
33556         * calc/calc-ext.el: Add calc-latex-language to autoloads.
33557         (calc-mode-map): Add calc-latex-language.
33559         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
33560         (math-latex-print-frac): New functions.
33561         (math-oper-table, math-function-table, math-variable-table)
33562         (math-complex-format, math-input-filter): Add latex properties.
33563         (calc-set-language): Set math-expr-special-function-mapping.
33565         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
33566         (calc-write-parse-table-part): Add LaTeX support.
33568         * calc/calc.el (calc-language): Adjust docstring.
33569         (calc-set-mode-line): Add LaTeX support.
33570         (math-expr-special-function-mapping): New variable.
33571         (math-tex-ignore-words): Add to list.
33573         * calc/calccomp.el (math-compose-expr, math-compose-rows):
33574         Add LaTeX support.
33575         (math-compose-expr): Add support for special functions.
33577         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
33579 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
33581         * progmodes/gdb-ui.el (gdb-memory-address)
33582         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
33583         (gdb-memory-mode-map, gdb-memory-format-keymap)
33584         (gdb-memory-format-menu, gdb-memory-unit-keymap)
33585         (gdb-memory-unit-menu): New variables for a buffer
33586         that lets the user examine program memory.
33587         (gdb-memory-set-address, gdb-memory-set-repeat-count)
33588         (gdb-memory-format-binary, gdb-memory-format-octal)
33589         (gdb-memory-format-unsigned, gdb-memory-format-signed)
33590         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
33591         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
33592         (gdb-memory-unit-word, gdb-memory-unit-halfword)
33593         (gdb-memory-unit-byte, gdb-memory-unit-menu)
33594         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
33595         (gdb-memory-mode, gdb-memory-buffer-name)
33596         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
33597         New functions for above buffer.
33599 2005-01-30  Richard M. Stallman  <rms@gnu.org>
33601         * cus-edit.el (custom-bury-buffer): Function deleted.
33602         (custom-buffer-done-function): Option deleted.
33603         (custom-buffer-done-kill): New replacement option.
33604         (Custom-buffer-done): Call quit-window.
33605         (custom-buffer-create-internal): Update for above changes.
33607 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
33609         * simple.el (undo-ask-before-discard): New var.
33610         (undo-outer-limit-truncate): Implement it.
33611         (undo-extra-outer-limit): Doc update.
33613 2005-01-29  Richard M. Stallman  <rms@gnu.org>
33615         * ses.el (undo-more): Delete defadvice.
33616         (ses-begin-change): Doc fix.
33618         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
33619         instead of rebinding C-x u and C-_.
33621         * files.el (normal-backup-enable-predicate): Return nil for files
33622         in /tmp, regardless of temporary-file-directory.
33624         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
33626         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
33627         (open-rectangle, delete-whitespace-rectangle-line)
33628         (clear-rectangle-line): If FILL, pass t instead of FILL
33629         for move-to-column's 2nd arg.
33631         * simple.el (undo): Fix the test for continuing a series of undos.
33632         (undo-more): Set pending-undo-list to t when we reach end.
33633         (pending-undo-list): Move up defvar.
33635         * wid-edit.el (widget-button-click):
33636         Shorten the range of the track-mouse binding.
33638         * comint.el (comint-insert-input): Undo previous changes;
33639         use last-input-event in interactive spec.
33641 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
33643         * progmodes/compile.el (compilation-start): Bind buffer-read-only
33644         to nil before invoking call-process.  Reset buffer's modified flag
33645         after fontifying it in the no-async branch.
33647         * wid-edit.el (widget-specify-button): If mouse pointer shape
33648         cannot be changed, use mouse face instead.
33650 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
33652         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
33653         (gdb-goto-breakpoint): Make breakpoint handling work on template
33654         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
33655         (gdb-assembler-custom): Update to recognize breakpoint information
33656         added on 2005-01-19.
33658 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33660         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
33661         (dsssl-mode): Use define-derived-mode.
33662         (scheme-mode-initialize): Remove.
33663         (scheme-mode): Use run-mode-hooks.
33665         * cus-edit.el (customize-group-other-window)
33666         (custom-buffer-create-other-window): Don't override special-display-*.
33667         (custom-mode-map): Make it dense.
33669         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
33670         sets the default value.
33672 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
33674         * descr-text.el: Add more keywords.
33676 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33678         * speedbar.el: Avoid unnecessary use of locate-library.
33680         * international/mule-cmds.el (standard-display-european-internal):
33681         Don't fiddle with latin-1 non-break space any more since it's now
33682         special cased in the C code.
33683         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
33685 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
33687         * cus-start.el (all): Add `undo-outer-limit'.
33689 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
33691         * textmodes/bibtex.el (bibtex-format-entry):
33692         Use `bibtex-empty-field-re' only on the text of fields, not on entire
33693         field lines.
33694         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
33695         not on part of a buffer.
33697 2005-01-25  Lute Kamstra  <lute@gnu.org>
33699         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
33700         nonempty field text strings like "{letters\\macro{}more letters}".
33701         Clarify docstring.
33702         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
33703         (bibtex-entry-offset, bibtex-parse-association)
33704         (bibtex-parse-field-name): Fix typos in docstrings.
33705         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
33707 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
33709         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
33710         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
33711         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
33712         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
33714         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
33715         isearch minor mode.
33717 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
33719         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
33721 2005-01-24  Lute Kamstra  <lute@gnu.org>
33723         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
33724         CASECHARS and NOT-CASECHARS regular expressions of the
33725         "nederlands" and "nederlands8" dictionaries to prevent a "Range
33726         striding over charsets" error.
33728 2005-01-24  Jay Belanger  <belanger@truman.edu>
33730         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
33731         display variable name.
33733 2005-01-24  Kenichi Handa  <handa@m17n.org>
33735         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
33736         Fix setting of the element of encoded-kbd-iso2022-invocations.
33738 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
33740         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
33741         (gdb-threads-select): Change to also accept mouse events.
33742         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
33743         (gdb-threads-mouse-select): Delete.
33745 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
33747         * files.el (insert-directory): Take care of empty directory,
33748         listed without -a switch.
33750 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33752         * textmodes/refill.el (refill-post-command-function):
33753         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
33754         to the list of functions that we should be careful not to undo.
33755         (refill-late-fill-paragraph-function): Remove.
33756         (refill-saved-state): New var.
33757         (refill-mode): Use it to save fill-paragraph-function.
33758         Save also the value of auto-fill-function.
33760         * term/w32-win.el: Simplify code.
33762 2005-01-23  Kim F. Storm  <storm@cua.dk>
33764         * simple.el (line-move): Adapt to new return value from
33765         pos-visible-in-window-p.
33767         * simple.el (line-move): Fix last change.  Check partial
33768         visibility at point rather than at window-start.
33770 2005-01-22  Jason Rumney  <jasonr@gnu.org>
33772         * term/w32-win.el (xw-defined-colors): Remove debug-message.
33774 2005-01-22  David Kastrup  <dak@gnu.org>
33776         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
33778 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
33780         * type-break.el (type-break-mode): Add a test for
33781         type-break-file-name being non-nil.
33783 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
33785         * net/eudc.el (top level): Call (message "") via progn, so that
33786         eudc-options-file is loaded.
33788 2005-01-22  Kim F. Storm  <storm@cua.dk>
33790         * simple.el (line-move-1): Rename from line-move.
33791         (line-move): New function that adjusts vscroll for partially
33792         visible rows, and calls line-move-1 otherwise.
33794 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
33796         * pcomplete.el: Define pcomplete-read-event instead of read-event,
33797         since it's not a complete read-event implementation.
33799 2005-01-20  Jay Belanger  <belanger@truman.edu>
33801         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
33802         for called function.
33804 2005-01-20  Steven Tamm  <steventamm@mac.com>
33806         * term/mac-win.el (process-connection-type): Remove.
33807         Controlled now by s/darwin.h:PTY_ITERATION.
33809 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
33811         * window.el (handle-select-window): Don't switch window when we're
33812         in the minibuffer.
33814 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
33816         * subr.el (dotimes-with-progress-reporter): New macro.
33818         * ses.el (ses-dotimes-msg): Remove macro.
33819         Use `dotimes-with-progress-reporter' instead.
33821 2005-01-19  Steven Tamm  <steventamm@mac.com>
33823         * term/mac-win.el (process-connection-type): Use new
33824         operating-system-release variable to use ptys on Darwin 7 (OS X
33825         10.3) when using carbon build.
33827 2005-01-19  Jay Belanger  <belanger@truman.edu>
33829         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
33830         flags if the last command was a tab or M-tab.
33832         * calc/calc-prog.el (calc-user-define-edit): Put original formula
33833         in formula editing buffer.
33835 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
33837         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
33838         breakpoint image symbol in margin.
33840 2005-01-19  Jay Belanger  <belanger@truman.edu>
33842         * calc/calc-prog.el (calc-execute-kbd-macro):
33843         Ignore calc-keep-arg-flag.
33845 2005-01-19  Kenichi Handa  <handa@m17n.org>
33847         * textmodes/ispell.el (ispell-looking-at): New function.
33848         (ispell-process-line): Use ispell-looking-at to compare the ispell
33849         output and the buffer contents.
33851 2005-01-18  Jay Belanger  <belanger@truman.edu>
33853         * calc/calc.el (calc-display-raw): Fix docstring.
33855 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
33857         * simple.el (blink-matching-open): Strip extra info from syntax.
33859         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
33860         funny chars in the end-of-here-doc marker.
33862 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
33864         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
33865         that enable/disabled state of breakpoints is shown correctly in
33866         fringe and on ttys.
33867         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
33868         Add breakpoint information as text properties.
33869         (gdb-mouse-toggle-breakpoint):
33870         Rename to gdb-mouse-set-clear-breakpoint.
33871         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
33872         breakpoints in the margin.
33873         (gdb-remove-strings): Simplify.
33875 2005-01-17  Jay Belanger  <belanger@truman.edu>
33877         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
33878         erasing buffer.
33880 2005-01-17  Richard M. Stallman  <rms@gnu.org>
33882         * progmodes/grep.el (grep-find): Copy from `grep' the condition
33883         for calling grep-compute-defaults.
33885         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
33886         if buffer is empty.
33888         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
33890 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
33892         * hilit-chg.el (highlight-changes-mode): Don't autoload.
33894         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
33895         non-preloaded variables.
33897 2005-01-17  Steven Tamm  <steventamm@mac.com>
33899         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
33900         tex-shell cause to force interactivity when using pipes.
33902 2005-01-17  Kim F. Storm  <storm@cua.dk>
33904         * simple.el (just-one-space): Make arg optional.
33906 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
33908         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
33909         posn-at-x-y to t to access left-margin.
33911 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
33913         Sync with Tramp 2.0.47.
33915         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
33916         catching keep-date problems in cp/scp operations.
33917         (tramp-handle-copy-file): Don't call `set-file-modes'
33918         unconditionally.  Specialized functions should know better what is
33919         necessary.  This improves performance a little bit, and the
33920         functions could catch errors with `cp -p' and `scp -p'.
33921         (tramp-do-copy-or-rename-file-via-buffer)
33922         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
33923         when appropriate.
33924         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
33925         Call `set-file-modes' when appropriate.
33926         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
33927         Johnsson <isak@hypergene.com>.
33928         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
33929         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
33930         <joakim@verona.se>.
33931         (tramp-file-name-for-operation): Mark `shell-command' as magic for
33932         Emacs only.
33934         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
33935         `find-file-hooks' and `dired-mode-hook'.
33936         (tramp-minor-mode-map): Respective map.  Add remapping for
33937         `compile' and `recompile'.
33938         (tramp-remap-command, tramp-recompile): New defuns.
33939         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
33940         in buffer "*Compilation*".  Call the commands asynchronously.
33942         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
33943         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
33944         `shell-command', because it isn't magic in XEmacs.  Reported by
33945         Adrian Aichner <adrian@xemacs.org>.
33947         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
33948         `substitute-in-file-name.
33949         (tramp-smb-handle-substitute-in-file-name): New defun.
33950         (tramp-smb-advice-PC-do-completion): Delete advice.
33952 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
33954         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
33955         Fix error in deleting region.
33957 2005-01-15  Richard M. Stallman  <rms@gnu.org>
33959         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
33960         In non-temp buffer, switch syntax table temporarily.
33962         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
33964         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
33966         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
33968         * imenu.el (imenu--split-menu): Copy menulist before sorting.
33969         (imenu--generic-function): Use START, not BEG, as pos of definition.
33971         * simple.el (just-one-space): Argument specifies number of spaces.
33973         * simple.el (eval-expression-print-format): Avoid warning
33974         about edebug-active.
33976 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
33978         * progmodes/sh-script.el: Code copied from make-mode.el
33979         with small changes,
33980         (sh-mode-map): Bind C-c C-\.
33981         (sh-backslash-column, sh-backslash-align): New variables.
33982         (sh-backslash-region, sh-append-backslash): New functions.
33984 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33986         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
33987         (rmail-pop-password, rmail-pop-password-required): Move to
33988         rmail-obsolete group.
33989         (rmail-set-pop-password): Rename to rmail-set-remote-password.
33990         All callers updated.
33991         (rmail-get-pop-password): Rename to rmail-get-remote-password.
33992         Take an argument specifying whether it is POP or IMAP mailbox we
33993         are using.  All callers updated.
33994         (rmail-pop-password-error): Rename to
33995         rmail-remote-password-error.  Added mailutils-specific error message.
33996         (rmail-movemail-search-path)
33997         (rmail-movemail-variant-in-use): New variables.
33998         (rmail-remote-password, rmail-remote-password-required):
33999         New customization variables.
34000         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34001         (rmail-parse-url): New function.
34002         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34003         with GNU mailutils movemail.
34005 2005-01-15  Kevin Ryde  <user42@zip.com.au>
34007         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34008         suffix to space, $ or '$, to correctly position point when going
34009         to @table style constants like DBL_MAX.
34011 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
34013         * type-break.el (type-break-mode, type-break-file-time)
34014         (type-break-file-keystroke-count, type-break-choose-file):
34015         Don't store data in or load data from the file if type-break-file-name
34016         is nil.
34017         (type-break-file-name): Doc update as per the above.
34019 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
34021         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
34022         lookup-key might return nil; handle that.
34024 2005-01-15  Alan Mackenzie  <acm@muc.de>
34026         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
34027         rather than the element found, thus enabling the tree to be setcar'd.
34029 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
34031         * textmodes/org.el (org-show-following-heading): New option.
34032         (org-show-hierarchy-above): Use `org-show-following-heading'.
34033         (org-cycle): Documentation fix.
34035         * textmodes/org.el (orgtbl-optimized): New option
34036         (orgtbl-mode): New command, a minor mode.
34037         (orgtbl-mode-map): New variable.
34038         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
34039         (orgtbl-error, orgtbl-self-insert-command)
34040         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
34042         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
34043         a local variable in each org-mode buffer.
34045         * textmodes/org.el (org-set-regexps-and-options): Rename from
34046         `org-set-regexps'.  Added checking for STARTUP keyword.
34047         (org-get-current-options): Add STARTUP options.
34048         (org-table-insert-row): Make mode intelligent about when
34049         realignment is needed.
34050         (org-self-insert-command, org-delete-backward-char, org-delete-char):
34051         New commands.
34052         (org-enable-table-editor): New default value `optimized'.
34053         (org-table-blank-field): Support blanking regions if active.
34055 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
34057         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
34058         if the year is not given.
34060         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
34061         Add new escapes %m and %M, fixed bug with %F by adding
34062         save-match-data.
34063         (reftex-reference): Remove ?. from list of spaces.
34064         (reftex-label-info): Add automatic label prefix recognition.
34066         * textmodes/reftex-index.el (reftex-index-next-phrase):
34067         Add slave parameter to call of `reftex-index-this-phrase'.
34068         (reftex-index-this-phrase): New optional argument.
34069         (reftex-index-region-phrases): Add slave parameter to call of
34070         `reftex-index-this-phrase'.
34071         (reftex-display-index): New argument redo.
34072         (reftex-index-rescan): Add `redo' to arguments of
34073         `reftex-display-index'.
34074         (reftex-index-Rescan, reftex-index-revert)
34075         (reftex-index-switch-index-tag): Add `redo' to arguments of
34076         `reftex-display-index'.
34077         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
34078         indexing.  Fix bug with matching is there is a quote before or
34079         after the word.
34081         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
34082         Fix bug when collecting citation keys in lines with comments.
34083         (reftex-citation): Prefix argument no longer rescans the document,
34084         but forces prompting for optional arguments of cite macros.
34085         (reftex-do-citation): Prompting for optional arguments implemented.
34087         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
34088         Add optional arguments to most cite commands.
34089         (reftex-cite-cleanup-optional-args): New option
34090         (reftex-cite-prompt-optional-args): New option.
34091         (reftex-trust-label-prefix): New option.
34093         * textmodes/reftex-toc.el (reftex-toc-find-section):
34094         Add push-mark before changing the position in the buffer.
34096         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
34097         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
34099 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
34101         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
34102         more carefully.
34104 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
34106         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
34107         (sgml-mode): Use it.
34108         (sgml-get-context): Better keep track of implicitly closed tags.
34110 2005-01-13  Kenichi Handa  <handa@m17n.org>
34112         * textmodes/ispell.el: These changes are to fix misalignment error
34113         caused by equivalent characters of different Emacs charsets.
34114         (ispell-unified-chars-table): New variable.
34115         (ispell-get-decoded-string): New function.
34116         (ispell-get-casechars, ispell-get-not-casechars)
34117         (ispell-get-otherchars): Call ispell-get-decoded-string.
34119 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
34121         * custom.el (custom-declare-variable): Just put symbol instead
34122         of (defvar . symbol) in `current-load-list'.
34124 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
34126         * emacs-lisp/elint.el: Fixed typo in Commentary section.
34128 2005-01-12  Jay Belanger  <belanger@truman.edu>
34130         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
34131         to create a Calc summary.
34133 2005-01-12  Kim F. Storm  <storm@cua.dk>
34135         * mouse.el (mouse-on-link-p): Change functionality and doc
34136         string to comply with latest description in lisp ref.
34138 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
34140         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
34141         Enable mouse clicks on mode-line, header-line and margin.
34142         (event-type): Give mouse event symbols an `event-kind' property
34143         with value `mouse-click'.
34145 2005-01-12  Juri Linkov  <juri@jurta.org>
34147         * facemenu.el (list-colors-display): Add new arg buffer-name.
34148         Use it.  Fix docstring.  Replace code for identifying duplicate
34149         colors by the name with call to `list-colors-duplicates' which
34150         identifies duplicate colors by the value unless the color
34151         is one of special Windows colors.  Set truncate-lines to t.
34152         Print sorted duplicate color names on each line.  Indent to 22
34153         \(the longest color name in rgb.txt) instead of 20.  Optimize.
34154         (list-colors-duplicates): New function.
34155         (facemenu-color-name-equal): Delete function.
34157         * facemenu.el (list-colors-print): New function created from code
34158         in list-colors-display.  Print #RRGGBB at the window right edge.
34159         (list-colors-display): When temp-buffer-show-function is not
34160         defined, call list-colors-print from temp-buffer-show-hook
34161         to get the right value of window-width in list-colors-print
34162         after the buffer is displayed.
34164         * simple.el (pop-mark): Move deactivate-mark out of conditional
34165         part to deactivate the active mark regardless of the state of the
34166         mark ring.
34168         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
34169         variables line in desktop files.
34171 2005-01-12  Juri Linkov  <juri@jurta.org>
34173         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
34174         Bring together isearch highlight related options.
34175         (lazy-highlight): Replace group `replace' by `matching'.
34176         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34177         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34178         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
34179         and declare them obsolete.
34180         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
34181         (isearch-faces): Remove defgroup.
34182         (isearch-overlay, isearch-highlight, isearch-dehighlight):
34183         Move isearch highlighting code closer to lazy highlighting code.
34185         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
34186         (query-replace-highlight, query-replace-lazy-highlight)
34187         (query-replace): Move definitions to the beginning of the file.
34189 2005-01-11  Juri Linkov  <juri@jurta.org>
34191         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
34192         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
34193         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
34195         * info.el (Info-history-forward): New variable.
34196         (Info-select-node): Reset Info-history-forward to nil.
34197         (Info-last): Turn into defalias.
34198         (Info-history-back): Rename from Info-last.
34199         Add current node to Info-history-forward.
34200         (Info-history-forward): New fun.
34201         (Info-mode-map): Replace Info-last by Info-history-back.
34202         Bind Info-history-forward to "r".
34203         (Info-mode-menu): Replace Info-last by Info-history-back.
34204         Fix menu item text.  Add menu item for Info-history-forward.
34205         (info-tool-bar-map): Replace Info-last by Info-history-back.
34206         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
34207         for Info-history-forward.
34208         (Info-mode): Replace Info-last by Info-history-back in docstring.
34209         Add local variable Info-history-forward.
34210         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
34212 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
34214         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
34215         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
34216         Ignore select-window events rather than fiddle with
34217         mouse-autoselect-window.
34219 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
34221         * type-break.el (type-break-mode): Fix previous change.
34223 2005-01-10  Jay Belanger  <belanger@truman.edu>
34225         * calc/calc-ext.el (calc-reset): Reset when inside embedded
34226         calculator; only reset when point is inside a calculator.
34227         Don't adjust the window height if the window takes up the whole height
34228         of the frame.
34230 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
34232         * ebuff-menu.el (Electric-buffer-menu-mode):
34233         Preserve value of buffer-local var header-line-format.
34235 2005-01-09  Jay Belanger  <belanger@truman.edu>
34237         * calc/calc.el (calc-mode-var-list-restore-saved-values):
34238         Make sure settings file exists before accessing it.
34240         * calc/calc-embed.el (calc-embedded-subst):
34241         Replace math-multi-subst-rec, which is only supposed to be called
34242         by math-multi-subst, by math-multi-subst.
34244 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
34246         * vc.el (vc-allow-async-revert): New user option.
34247         (vc-disable-async-diff): New internal variable.
34248         (vc-revert-buffer): Use them to disable asynchronous diff.
34250         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
34251         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
34252         asynchronously if vc-disable-async-diff is t.
34254 2005-01-09  Jay Belanger  <belanger@truman.edu>
34256         * calc/calc.el (defcalcmodevar): New macro.
34257         (calc-mode-var-list-restore-default-values)
34258         (calc-mode-var-list-restore-saved-values): New functions.
34259         (calc-mode-var-list): Use defcalcmodevar to define it.
34260         (calc-always-load-extensions, calc-line-numbering)
34261         (calc-line-breaking, calc-display-just, calc-display-origin)
34262         (calc-number-radix, calc-leading-zeros, calc-group-digits)
34263         (calc-group-char, calc-point-char, calc-frac-format)
34264         (calc-prefer-frac, calc-hms-format, calc-date-format)
34265         (calc-float-format, calc-full-float-format, calc-complex-format)
34266         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
34267         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
34268         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
34269         (calc-matrix-brackets, calc-language, calc-language-option)
34270         (calc-left-label, calc-right-label, calc-word-size)
34271         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
34272         (calc-display-raw, calc-internal-prec, calc-angle-mode)
34273         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
34274         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
34275         (calc-window-height, calc-display-trail, calc-show-selections)
34276         (calc-use-selections, calc-assoc-selections)
34277         (calc-display-working-message, calc-auto-why, calc-timing)
34278         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
34279         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
34280         (calc-gnuplot-default-device, calc-gnuplot-default-output)
34281         (calc-gnuplot-print-device, calc-gnuplot-print-output)
34282         (calc-gnuplot-geometry, calc-graph-default-resolution)
34283         (calc-graph-default-resolution-3d, calc-invocation-macro)
34284         (calc-show-banner): Use defcalcmodevar to declare them and set
34285         their default values.
34287         * calc/calc-ext.el (calc-reset): Restore saved values of variables
34288         instead of default values (but restore default values if there is
34289         an argument of 0).
34291 2005-01-09  David Kastrup  <dak@gnu.org>
34293         * desktop.el (desktop-restore-eager): Fix typo in type.
34295 2005-01-08  Richard M. Stallman  <rms@gnu.org>
34297         * cus-edit.el (customize): Delete :link.
34299 2005-01-08  Jay Belanger  <belanger@truman.edu>
34301         * calc/calc.el (calc-mode): Remove the extension from the
34302         `calc-settings-file' file name when loading it.
34304 2005-01-08  Kim F. Storm  <storm@cua.dk>
34306         * info.el (Info-mode-map, Info-next-link-keymap)
34307         (Info-prev-link-keymap, Info-up-link-keymap):
34308         Map follow-link to mouse-face.
34309         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
34311 2005-01-08  Jay Belanger  <belanger@truman.edu>
34313         * calc/calc.el (calc-settings-file): Change default value.
34314         Suggested by cgw in a comment in calc-mode.el.
34316         * calc/calc-mode.el (calc-settings-file-name):
34317         Compare calc-settings-file to user-init-file instead of ~/.emacs.
34318         Replace ~/.emacs in a prompt by calc-settings-file.
34320 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
34322         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
34323         (desktop-lazy-idle-delay): New customizable variables.
34324         (desktop-buffer-args-list): New variable.
34325         (desktop-append-buffer-args): New function.
34326         (desktop-save): Call desktop-append-buffer-args for some buffers.
34327         (desktop-lazy-create-buffer): New function.
34328         (desktop-idle-create-buffers): New function.
34329         (desktop-read): Add message about buffers to restore lazily.
34330         (desktop-lazy-abort): New command.
34331         (desktop-clear): Call desktop-lazy-abort.
34332         (desktop-lazy-complete): New command.
34334 2005-01-06  Richard M. Stallman  <rms@gnu.org>
34336         * emacs-lisp/find-func.el (find-face-definition):
34337         Rename from find-face.
34339 2005-01-06  Kim F. Storm  <storm@cua.dk>
34341         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
34343         * man.el (Man-xref-man-page, Man-xref-header-file)
34344         (Man-xref-normal-file): Add follow-link property.
34346 2005-01-06  Jay Belanger  <belanger@truman.edu>
34348         * calc/calc-units.el: Make sure the proper macro definitions are
34349         available when compiling.
34351 2005-01-06  Juri Linkov  <juri@jurta.org>
34353         * isearch.el (isearch-lazy-highlight-update):
34354         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
34356 2005-01-06  Miles Bader  <miles@gnu.org>
34358         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
34359         (isearch-lazy-highlight-face): Use new name.
34361 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
34363         * uniquify.el (uniquify-rationalize-file-buffer-names):
34364         Re-add an interactive spec.
34365         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
34366         to the same name.
34368         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
34369         (isearch-update, isearch-done): Adjust calls accordingly.
34371 2005-01-05  Richard M. Stallman  <rms@gnu.org>
34373         * custom.el (custom-set-variables, custom-theme-set-variables):
34374         Clarify documentation.
34376         * emacs-lisp/find-func.el (find-variable)
34377         (find-variable-other-window, find-variable-other-frame):
34378         Fix the TYPE args to find-function-read and find-function-do-it.
34379         (find-function): Doc fix.
34380         (find-function-at-point): Replace function-at-point alias.
34382 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34384         * cus-face.el (custom-declare-face):
34385         Record defface in current-load-list.
34387         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
34389         * emacs-lisp/find-func.el: Doc fixes.
34390         (find-face-regexp): New variable.
34391         (find-function-regexp-alist): New variable.
34392         (find-function-C-source): Third arg is now TYPE.
34393         (find-function-search-for-symbol): Handle general TYPE.
34394         (find-function-read, find-function-do-it): Handle general TYPE.
34395         (find-definition-noselect, find-face): New functions.
34396         (function-at-point): Alias deleted.
34398 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
34400         * battery.el (display-battery-mode): Rename from display-battery.
34401         Handle the case where it gets turned off.
34403 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34405         * cus-edit.el (customize): Make :link point to user doc.
34407         * man.el (Man-fontify-manpage): Turn off undo generation.
34409         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
34411 2005-01-04  Andreas Schwab  <schwab@suse.de>
34413         * files.el (insert-directory): Only look for error lines in
34414         inserted text.  Don't move too far after processing --dired markers.
34416 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34418         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
34419         Don't expand if the character is @, period, dash, etc.
34420         (define-mail-abbrev): Quote names that contain problem characters.
34422 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
34424         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
34426 2005-01-03  Richard M. Stallman  <rms@gnu.org>
34428         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
34429         (query-replace-highlight, query-replace-lazy-highlight)
34430         (query-replace): Definitions moved up.  Doc fix.
34432 2005-01-03  Richard M. Stallman  <rms@gnu.org>
34434         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
34435         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34436         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34437         (lazy-highlight-face): Rename from isearch-lazy-...
34438         Change all references to them.
34440 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
34442         * cus-edit.el (custom-file): Doc fix for defcustom.
34443         (custom-file): The function no longer sets the variable
34444         `custom-file' to its return value.
34446         * startup.el (command-line): No longer load `custom-file'.
34448 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34450         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
34452         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
34453         Don't confuse module-prefixed identifiers for labels.
34454         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
34456 2005-01-02  Richard M. Stallman  <rms@gnu.org>
34458         * files.el (basic-save-buffer-1): Fix previous change.
34460         * loadhist.el (file-loadhist-lookup): New function.
34461         (file-provides, file-requires): Use it.
34463         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
34464         instead of calculating the right size.
34466 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
34468         * vc-svn.el (vc-svn-diff): Stay local if possible.
34470 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
34472         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
34474         * files.el (hack-local-variables): Fix last change.
34476 2005-01-02  Jay Belanger  <belanger@truman.edu>
34478         * calc/calc-yank.el (calc-edit-top): New variable.
34479         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
34480         object.  Change header properties.
34481         (calc-edit-finish, calc-edit-finish-stack-object)
34482         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
34483         edited object.
34484         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
34485         for the beginning of the edited object.
34486         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
34487         for the beginning of the edited object.
34488         * calc/calc-prog.el (calc-edit-macro-finish-edit)
34489         (calc-finish-formula-edit, calc-macro-repeats)
34490         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
34491         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
34492         beginning of the edited object.
34493         (calc-user-define-edit): Change the header for editing macros.
34494         Remove unnecessary variable.
34496 2005-01-01  Jay Belanger  <belanger@truman.edu>
34498         * calc/calc-yank.el (calc-edit-mode): Change default header.
34499         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
34500         * calc/calc-store.el (calc-edit-variable): Change title to match new
34501         header.
34502         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
34503         mode to match new header.
34504         (calc-user-define-edit): Change titles to include names of commands.
34505         (calc-finish-formula-edit): Adjust to handle new header.
34506         (calc-finish-macro-edit): Remove.
34507         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
34508         (calc-edit-macro-command, calc-edit-macro-command-type)
34509         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
34510         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
34511         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
34512         (calc-edit-macro-finish-edit): New functions.
34513         (calc-user-define-edit): Use new functions to edit named calc macros.
34515 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
34517         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
34519         * ses.el (copy-region-as-kill): Deactivate mark.
34521 2005-01-01  Richard M. Stallman  <rms@gnu.org>
34523         * replace.el (occur-1): If the output buffer is also an input,
34524         don't kill it, rename it.
34526         * faces.el (set-face-background, set-face-foreground): Doc fix.
34528         * cus-face.el (custom-face-attributes): Fix :help-echo strings
34529         for :foreground and :background.
34531         * dired.el (dired-view-command-alist): Variable deleted.
34532         (dired-view-file, dired-mouse-find-file-other-window):
34533         Delete the code to use it.
34535 2005-01-01  Kim F. Storm  <storm@cua.dk>
34537         * image.el (insert-sliced-image): Use t for line-height property.
34539 See ChangeLog.11 for earlier changes.
34541 ;; Local Variables:
34542 ;; coding: iso-2022-7bit
34543 ;; add-log-time-zone-rule: t
34544 ;; End:
34546     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
34548   This file is part of GNU Emacs.
34550   GNU Emacs is free software; you can redistribute it and/or modify
34551   it under the terms of the GNU General Public License as published by
34552   the Free Software Foundation; either version 3, or (at your option)
34553   any later version.
34555   GNU Emacs is distributed in the hope that it will be useful,
34556   but WITHOUT ANY WARRANTY; without even the implied warranty of
34557   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
34558   GNU General Public License for more details.
34560   You should have received a copy of the GNU General Public License
34561   along with GNU Emacs; see the file COPYING.  If not, write to the
34562   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
34563   Boston, MA 02110-1301, USA.
34565 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1