(vc-bzr-admin-lastrev): New constant.
[emacs.git] / lisp / ChangeLog
blobf879c4407658dc1a14b4083e782111fa0b604a22
1 2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
3         * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
4         (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
5         (vc-bzr-status): Fix shadowing of variable 'status'.
6         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
7         Use `expand-file-name' instead of `concat'.
8         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
9         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
11 2007-09-05  Jason Rumney  <jasonr@gnu.org>
13         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
15 2007-09-02  Richard Stallman  <rms@gnu.org>
17         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
18         Add `safe-local-variable' property.
19         (lisp-body-indent): Likewise.
21 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
24         prev/next-node.
26         * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
27         (x-gtk-map-stock): New function.
29 2007-09-02  Glenn Morris  <rgm@gnu.org>
31         * comint.el (comint-mode): Don't set scroll-conservatively.
33         * eshell/em-unix.el (eshell/time): Stringify and flatten the
34         non-command arguments.
36 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
38         * emacs-lisp/bytecomp.el (byte-recompile-directory):
39         Fix bug: Don't expand top-level file name more than once.
40         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
42 2007-09-01  Richard Stallman  <rms@gnu.org>
44         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
45         Add doc string.
47 2007-08-30  Richard Stallman  <rms@gnu.org>
49         * speedbar.el (speedbar-frame-reposition-smartly)
50         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
51         (speedbar-check-vc): Don't use dframe-xemacsp.
53 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
55         * files.el (backup-buffer-copy): Try to overwrite old backup first.
57 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
59         * repeat.el (repeat): Use last-repeatable-command instead of
60         real-last-command.  Run pre- and post-command hooks for
61         self-insertion.  Update doc-string.
63 2007-08-28  Glenn Morris  <rgm@gnu.org>
65         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
67 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
69         * vc-git.el (vc-git-state): Call git-add --refresh to update the
70         state of the file.
71         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
72         (vc-git-create-repo): Fix invalid command.
74 2007-08-27  Richard Stallman  <rms@gnu.org>
76         * textmodes/flyspell.el (flyspell-mode):
77         Catch errors in flyspell-mode-on.
79 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
81         * progmodes/modula2.el (m2-definition, m2-module):
82         Don't use previous-line.  Reported by T. V. Raman.
84 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
86         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
87         argument to tool-bar-mode call.
89 2007-08-27  Glenn Morris  <rgm@gnu.org>
91         * diff-mode.el (diff-find-file-name): Only accept regular files,
92         to rule out /dev/null, directories, etc.
94 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
96         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
97         safe-local-variable setting.
98         * progmodes/perl-mode.el (perl-indent-level): Likewise.
100 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
102         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
103         of buffers in uniquify-managed.
105         * simple.el (invisible-p): Rename from text-invisible-p.
106         Update callers.
108 2007-08-25  Alan Mackenzie  <acm@muc.de>
110         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
111         new language variable.
113         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
114         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
115         "extern" etc., rather than BOI.  Fix addition of spurious
116         syntactic-symbol 'defun-block-intro, replacing it with
117         'innamespace, etc.
119 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
121         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
122         Don't behave differently when executed via M-x.  Add doc string.
124 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
126         * files.el (backup-buffer-copy): Don't wrap delete in
127         condition-case, only try to delete if file exists.
129 2007-08-24  Glenn Morris  <rgm@gnu.org>
131         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
133 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
135         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
136         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
137         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
138         (cperl-etags-goto-tag-location): Use new style backquotes.
140         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
141         (dynamic-completion-table): Use it it.
143         * net/browse-url.el: Remove spurious * in custom docstrings.
144         (browse-url-filename-alist): Use new-style backquote.
146         * emacs-lisp/backquote.el (backquote-unquote-symbol)
147         (backquote-splice-symbol): Clarify they're not new-style unquotes.
149         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
150         (\,@): Backslash the , and ,@ which are not new-style unquotes.
152         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
154         * net/socks.el (socks-username/password-auth-filter):
155         Remove unused vars `state' and `desired-len'.
156         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
157         (socks-wait-for-state-change): Use new-style backquotes.
159         * pcvs.el (cvs-mode-status): Fix long-standing typo.
161         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
162         backquotes after each `read' rather than once per buffer.
164         * dframe.el: Remove spurious * in custom docstrings.
165         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
166         (dframe-xemacs20p): Remove, inline at the sole use point.
167         (defface): Don't defvar the face, don't use old-style backquote.
168         (defcustom): Don't use old-style backquote.
169         (dframe-frame-parameter, dframe-mouse-event-p):
170         Make it obvious that it's always defined.
171         (dframe-popup-kludge): New function to replace
172         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
173         (dframe-frame-mode, dframe-set-timer-internal)
174         (dframe-mouse-set-point): Remove use of with-no-warnings from
175         XEmacs-specific code.
176         (dframe-set-timer-internal): Fix very old bug with
177         post-command-idle-hook.
179         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
181 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
183         * image-mode.el (image-minor-mode): Use image-mode-text-map.
185 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
187         * sort.el (sort-fold-case, sort-numeric-base): Mark as
188         safe-local-variable.
190 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
192         * net/browse-url.el (browse-url-emacs): New function.
194 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
196         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
197         warning if the file uses old style backquotes.
199         * emacs-lisp/bytecomp.el (byte-compile-log-file)
200         (byte-recompile-directory, byte-compile-file)
201         (byte-compile-from-buffer): Use with-current-buffer.
203         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
204         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
205         (line-move-1, line-move-finish, line-move-to-column)
206         (move-end-of-line, move-beginning-of-line): Use new name.
208 2007-08-22  Glenn Morris  <rgm@gnu.org>
210         * files.el (backup-buffer-copy): Check backup directory is
211         writable, to avoid infloop deleting old backup.
213         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
214         movemail related variables.
215         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
216         will now be set before this is called.
218 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
220         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
222         * progmodes/ada-mode.el: Fix up comment style in header.
223         (ada-check-emacs-version): Remove.
224         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
225         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
226         to try and quieten the byte-compiler.
227         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
229         * vc.el (vc-annotate-warp-version): Don't use previous-line.
231 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
233         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
234         extracted from `eval-last-sexp-1'.
235         (eval-last-sexp-1): Call `preceding-sexp'.
237 2007-08-19  Glenn Morris  <rgm@gnu.org>
239         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
240         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
241         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
242         shadow files messing up the compilation.
244 2007-08-18  Glenn Morris  <rgm@gnu.org>
246         * progmodes/scheme.el (scheme-mode-variables):
247         Set font-lock-comment-start-skip.
249 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
251         * progmodes/ada-mode.el (ada-create-syntax-table):
252         Move set-syntax-table from here to ...
253         (ada-mode): ... here.  Don't change global value of comment-multi-line.
254         Call new function ada-initialize-syntax-table-properties.
255         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
256         (ada-deactivate-properties, ada-initialize-properties):
257         Replace by new functions ...
258         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
259         (ada-initialize-syntax-table-properties): ... to set up syntax-table
260         properties uniformly, independently from whether font-lock-mode
261         is enabled or not.  Handle read-only buffers and do not change
262         undo-list when setting syntax-table properties.
263         (ada-after-change-function): Use ada-set-syntax-table-properties.
265 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
267         * progmode/cperl-mode.el (cperl-look-at-leading-count)
268         (cperl-find-pods-heres): Fix an error when typing expressions like
269         `s{a}{b}'.
271 2007-08-17  Glenn Morris  <rgm@gnu.org>
273         * progmodes/compile.el (compilation-get-file-structure): Make use
274         of the directory part when checking for an existing entry, to
275         handle files with same basename in different directories.
277 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
279         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
280         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
281         (ps-paragraph-spacing): Docstring fix.
283 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
285         * smerge-mode.el (smerge-resolve): New arg `safe'.
286         (smerge-resolve-all, smerge-batch-resolve): New function.
287         (smerge-refine): Make sure `diff' returns the expected result.
288         (smerge-parsep-re): New const.
289         (smerge-mode): Use it to adjust paragraph-separate.
291         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
292         Correctly match / regexp matchers as first char on a line when
293         fontifying only that line.
295         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
297 2007-08-16  Glenn Morris  <rgm@gnu.org>
299         * ps-print.el (ps-font-size): Doc fix.
301 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
303         * vc-bzr.el: Don't fiddle with vc-handled-backend.
304         (vc-bzr-registered): Don't redundantly protect against
305         file-error.  Actually use the format-specific code.
306         (vc-bzr-buffer-nonblank-p): Remove.
307         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
309 2007-08-15  Glenn Morris  <rgm@gnu.org>
311         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
312         sloppier, for the sake of GNU Mailman.
313         (rmail-digest-rfc1153): Initialize `result' correctly.
315 2007-08-14  Glenn Morris  <rgm@gnu.org>
317         * simple.el (bad-packages-alist): New constant.
318         (bad-package-check): New function.  Together, these two add
319         elements to `after-load-alist' to check for problematic external
320         packages.
321         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
323 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
325         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
326         optional quotes around files in NEED-UPDATE . REMOVED case.
328         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
329         (ada-treat-cmd-string): Improve error message.
330         (ada-do-file-completion): Call `ada-require-project-file', so
331         project variables are set properly.
332         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
333         (ada-gnatfind-buffer-name): New constant.
334         (ada-find-any-references): Use new constant.  Set buffer name
335         properly in compilation-start.  Toggle read-only properly.
336         (ada-find-in-src-path): Fix spelling error in docstring.
338         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
339         by zero error.
341 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
343         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
345 2007-08-12  Richard Stallman  <rms@gnu.org>
347         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
348         (cvs-execute-single-file): Use new name split-string-and-unquote.
349         (cvs-header-msg): Use new name combine-and-quote-strings.
351         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
353         * progmodes/gud.el (gud-common-init): Use new name
354         split-string-and-unquote.
356         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
357         in javac regexp.
359         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
360         combine-and-quote-strings and split-string-and-unquote.
362         * subr.el (combine-and-quote-strings): Rename from strings->string.
363         (split-string-and-unquote): Rename from string->strings.
365 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
367         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
368         to buffer-local settings.
370         * emacs-lisp/backquote.el (backquote-delay-process): New function.
371         (backquote-process): Add internal arg `level'.  Use the two to
372         correctly handle nested backquotes.
374 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
376         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
377         (vc-bzr-state-words): Add "kind changed" state word.
378         (vc-bzr-status): New function.  Return Bzr idea of file status,
379         which is different from VC's.
380         (vc-bzr-state): Use vc-bzr-status.
381         (vc-workfile-unchanged-p): Use vc-bzr-status.
382         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
383         (vc-dired-state): Process "kind changed" state word.
385 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
387         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
389         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
390         Move from vc-default-find-file-not-found-hook.
392 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
394         * url/url-auth.el (url-basic-auth): When prompting for username
395         and password, default to the username and password in the URL.
397 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
399         * man.el: Remove spurious * in docstrings.
400         Merge defvars and toplevel setq-defaults.
401         (Man-highlight-references0): Limit=nil rather than point-max.
402         (Man-mode-map): Move initialization into the declaration.
403         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
404         (Man-view-header-file): Use expand-file-name rather than concat.
405         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
407         * man.el (Man-next-section): Make sure we do not move backward.
409 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
411         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
412         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
413         ps-print-color-p is neither nil nor black-white.  Reported by Christian
414         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
416 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
418         * files.el (auto-mode-alist): Use the purecopied text (duh!).
420 2007-08-08  Andreas Schwab  <schwab@suse.de>
422         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
423         self-insert-command, not self-insert.
425 2007-08-08  Glenn Morris  <rgm@gnu.org>
427         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
429         * Replace `iff' in doc-strings and comments.
431         * help-mode.el (help-make-xrefs): Search for symbol constituents,
432         rather than just `-'.
434 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
436         * dired.el (dired-pop-to-buffer):
437         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
438         * calendar/calendar.el (generate-calendar-window):
439         * progmodes/compile.el (compilation-set-window-height):
440         * textmodes/two-column.el (2C-two-columns, 2C-merge):
441         Use window-full-width-p instead of comparing frame-width and
442         window-width.
444         * progmodes/compile.el (compilation-find-buffer): Remove extra
445         argument in call to compilation-buffer-internal-p.
447 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
449         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
450         parameters IDENTIFICATION and CONNECTED.
451         (tramp-handle-insert-file-contents): VISIT must be handled after
452         insertion of the local copy.  Reported by Peter Gordon
453         <peter@pg-consultants.com>.
454         (tramp-file-name-handler): No special handling for
455         `expand-file-name'.  But for `file-name-as-directory'.
456         (tramp-find-shell, tramp-open-connection-telnet)
457         (tramp-open-connection-rsh, tramp-open-connection-su)
458         (tramp-open-connection-multi)
459         (tramp-open-connection-setup-interactive-shell): Guard against
460         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
461         <steve@sxemacs.org>.
462         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
463         the hint.
465         * net/trampver.el: Update release number.
467 2007-08-07  Tom Tromey  <tromey@redhat.com>
469         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
470         Add safe-local-variable property.
472 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
474         * image-mode.el (image-toggle-display): Use image-refresh.
476         * longlines.el (longlines-decoded): New variable.
477         (longlines-mode): Avoid encoding or decoding the buffer twice.
479 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
481         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
482         unofficial version.
483         (vc-bzr-command): Remove redundant setting of process-connection-type.
484         (vc-bzr-admin-checkout-format-file): Add autoload.
485         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
486         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
487         (vc-bzr-registered): Compare dirstate format tag with known good
488         value, abort parsing if match fails.  Warn user in docstring.
489         (vc-bzr-workfile-version): Case for different Bzr branch formats.
490         See bzrlib/branch.py in Bzr sources.
491         (vc-bzr-diff): First argument FILES may be a string rather than a list.
492         (vc-bzr-shell-command): Remove in favor of
493         vc-bzr-command-discarding-stderr.
494         (vc-bzr-command-discarding-stderr): New function.
496 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
498         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
499         program, and return nil
500         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
501         (vc-bzr-state): Look for path names relative to the repository
502         root after status keyword.
503         (vc-bzr-file-name-relative): New function.
504         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
505         depend on it.
506         (vc-bzr-admin-dirname, ...-checkout-format-file)
507         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
508         files that we now parse directly for speed.
509         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
510         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
511         (vc-bzr-state): "bzr status" successful only if exitcode is 0
512         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
513         Bzr warnings, so we must discard it.
514         (vc-bzr-workfile-version): Speedup counting lines from
515         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
516         if that file doesn't exist.
517         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
518         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
519         (not ".bzr"!) to `vc-directory-exclusion-list'
520         (vc-bzr-shell-command): New function.
522 2007-08-06  Tom Tromey  <tromey@redhat.com>
524         * diff-mode.el (diff-unified->context, diff-reverse-direction)
525         (diff-fixup-modifs): Typo in docstring.
527 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
529         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
530         count-screen-lines.
531         (tpu-edt-off): Disable relevant pieces of advice.
533         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
534         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
535         (newline, newline-and-indent, do-auto-fill): Use advice instead of
536         redefining the function.
537         (tpu-set-scroll-margins): Activate the pieces of advice.
539 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
541         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
542         process-filter.
544 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
546         * help.el (resize-temp-buffer-window): Use window-full-width-p
547         instead of comparing frame-width and window-width.
549 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com> (tiny change)
551         * term.el: Honor term-default-fg-color and term-default-bg-color
552         settings when modifying term-current-face.
553         (term-default-fg-color, term-default-bg-color): Initialize from
554         default term-current-face.
555         (term-mode, term-reset-terminal): Set term-current-face with
556         term-default-fg-color and term-default-bg-color.
557         (term-handle-colors-array): term-current-face has term-default-fg-color
558         and term-default-bg-color after reset escape sequence.
559         (term-handle-colors-array): Set term-current-color with
560         term-default-fg/bg-color instead of ansi-term-color-vector when the
561         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
563 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
565         * files.el (set-auto-mode): Handle also remote files wrt
566         `auto-mode-alist'.
568         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
569         remote identification.
571 2007-08-04  Glenn Morris  <rgm@gnu.org>
573         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
574         zero, not nil, when the library is first loaded.  Check for a file
575         that has been modified on disk.
577         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
578         Remove duplicate defvar preventing initialization.
579         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
581 2007-08-03  Miles Bader  <miles@gnu.org>
583         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
584         backend names for new backends to `Git', `Hg', and `Bzr'.
585         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
586         not `HG'.
587         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
588         name, not `GIT'.
589         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
590         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
592 2007-08-03  Glenn Morris  <rgm@gnu.org>
594         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
596 2007-08-02  Richard Stallman  <rms@gnu.org>
598         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
599         to update deleted flag.
601         * cus-edit.el (customize-apropos, customize-apropos-options)
602         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
604         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
606         * startup.el (fancy-splash-head, startup-echo-area-message):
607         Change message text.
609         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
610         All callers use line-move.
612         * progmodes/compile.el (compilation-find-buffer): Return current
613         buffer immediately if suitable.
614         (compile, compilation-buffer-name, compilation-start): Doc fixes.
616 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
618         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
619         Make it more discriminating and more useful.
620         (vc-bzr-root-dir): Use new name.
621         (vc-bzr-registered): Use new name and look at the dirstate file to
622         determine if it's registered or not without running `bzr'.
624 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
626         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
628 2007-07-31  Drew Adams  <drew.adams@oracle.com>
630         * cus-edit.el (custom-group-value-create, custom-goto-parent):
631         Fix parent groups link.
633 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
635         * faces.el (face-normalize-spec): New function.
636         (frame-set-background-mode): Normalize face-spec before calling
637         face-spec-match-p.
639 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
641         * vc-bzr.el: New file (copied from the trunk).
643         * vc-hooks.el (vc-handled-backends): Add BZR.
644         (vc-find-file-hook): Failsafe if the backend's `registered'
645         function burps.
647         * server.el (server-window): Add switch-to-buffer-other-frame option.
649 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
651         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
652         (vc-git-revision-completion-table): Enable.
654         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
656         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
658         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
659         (vc-hg-registered): Set the vc-state property.
661         * diff-mode.el (diff-mode-menu): New entries.
663 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
665         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
666         (diff-file-kill): Use it.
667         (diff-beginning-of-hunk): Add arg `try-harder' using it.
668         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
669         Use it so they find the hunk even when we're in the file header.
671         * vc.el: Add new VC operation `revision-completion-table'.
672         (vc-default-revision-completion-table): New function.
673         (vc-version-diff, vc-version-other-window): Use it to provide
674         completion of revision names if the backend provides it.
676         * vc-arch.el (vc-arch--version-completion-table)
677         (vc-arch-revision-completion-table): New functions to provide
678         completion of revision names.
680         * vc-cvs.el: Require CL.
681         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
682         New functions to provide completion of revision names.
684 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
686         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
687         (copyright-fix-years, copyright): Correctly handle the case where
688         copyright-limit is nil.
690 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
692         * progmodes/python.el (run-python): Fix path separator under w32.
694 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
696         * vc-git.el: New File.
698 2007-07-28  Alan Mackenzie  <acm@muc.de>
700         Fix problem with modes derived from CC Mode:
701         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
702         macro to cc-langs.
703         (c-init-language-vars-for): Remove call to above macro.
704         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
705         been moved to here.
706         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
708 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
710         * net/trampver.el: Fix the `coding' cookie.
712 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
714         * add-log.el (change-log-redate): Remove (not needed anymore and
715         doesn't appear to work).
717 2007-07-25  Glenn Morris  <rgm@gnu.org>
719         * Relicense all FSF files to GPLv3 or later.
721         * COPYING: Switch to GPLv3.
723 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
725         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
726         Replace it with another one which disables undo before calling
727         erase-buffer and then turns it back on if needed.
729 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
731         * ps-print.el: Problem with foreground and background color when
732         printing a buffer with and without faces.  Reported by Christian
733         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
734         (ps-print-version): New version 6.7.5.
735         (ps-default-fg): Change default value to nil, so black color is used
736         when a face does not specify a foreground color.
737         (ps-default-bg): Change default value to nil, so white color is used
738         for background color.
739         (ps-begin-job): Fix code.
741 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
743         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
745 2007-07-24  Alan Mackenzie  <acm@muc.de>
747         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
748         Initialise byte-compile-unresolved-functions before rather than
749         after a compilation.
750         (byte-compile-unresolved-functions): Amplify doc string.
752 2007-07-24  Glenn Morris  <rgm@gnu.org>
754         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
755         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
756         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
757         (cal-tex-cursor-week, cal-tex-cursor-week2)
758         (cal-tex-cursor-week-iso, cal-tex-week-hours)
759         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
760         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
761         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
763 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
765         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
767 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
769         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
770         underlying file is uptodate.
772 2007-07-23  Richard Stallman  <rms@gnu.org>
774         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
776 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
778         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
779         (sh-font-lock-flush-syntax-ppss-cache): New funs.
780         (sh-font-lock-syntactic-keywords): Use them to distinguish the
781         different possible cases for \'.
782         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
784         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
785         `file' from which to start the search and fix case where `file' is the
786         current directory and the root as well.
788         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
789         name for buffer-file-name if it refers to a directory.
791 2007-07-22  Jason Rumney  <jasonr@gnu.org>
793         * w32-fns.el (set-default-process-coding-system): Use dos line ends
794         for input to cmdproxy on all versions of Windows.
795         Use dos line ends for input to plink.
797         * comint.el (comint-simple-send): Concat newline before sending.
798         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
800 2007-07-22  Juri Linkov  <juri@jurta.org>
802         * isearch.el (isearch-edit-string): Save old point and
803         isearch-other-end to old-point and old-other-end before reading
804         the search string from minibuffer.  After exiting minibuffer set
805         point to old-other-end if point and the search direction is the
806         same as before reading the search string.
807         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
808         to isearch-other-end.  Instead of isearch-search-and-update call
809         three functions isearch-search, isearch-push-state and isearch-update.
811 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
813         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
814         destroying an existing buffer.
816 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
818         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
820         * term/x-win.el (x-handle-no-bitmap-icon): New function.
822 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
824         * textmodes/reftex.el (reftex-access-parse-file): Create parse
825         file in a way that does not interfere with recentf.
827 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
829         * image-dired.el (image-dired-sane-db-file): New func.
830         (image-dired-write-tags, image-dired-remove-tag)
831         (image-dired-list-tags, image-dired-write-comments)
832         (image-dired-get-comment, image-dired-mark-tagged-files)
833         (image-dired-create-gallery-lists): Call new func.
834         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
836 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
838         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
839         (vc-hg-dir-state): Fix loop.
840         (vc-hg-print-log): Fix expected return value for vc-hg-command.
841         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
842         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
843         (vc-hg-revert): Likewise.
844         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
846 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
848         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
849         case of alignment under a constant symbol, find and consider
850         the sexp actually at indentation to be the "last sexp".
852 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
854         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
855         (install): Use them to copy all *.el files before *.elc.
856         (clean): Don't delete *~.
858 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
860         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
862 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
864         * vc-hg.el (vc-hg-registered): Replace if with when.
865         (vc-hg-state): Deal with nonexistent files.
867 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
869         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
870         (follow-delete-other-windows-and-split, follow-recenter)
871         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
872         (follow-redisplay, follow-estimate-first-window-start)
873         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
874         Fix typos in docstrings.
876 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
878         * bookmark.el (bookmark-show-all-annotations):
879         Make sure each inserted annotation ends with newline.
881         (bookmark-maybe-sort-alist): Don't modify
882         bookmark-alist.  Instead, if not sorting, simply return it.
883         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
884         for its return value, not for its side effect.
886 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
888         * vc.el: Add more info about the vc-registered function.
890 2007-07-16  David Kastrup  <dak@gnu.org>
892         * emacs-lisp/advice.el (defadvice): Doc fix.
894 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
896         * subr.el (when, unless): Doc fix.
898 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
900         * vc-hg.el (vc-hg-state): Handle removed files.
901         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
902         (vc-hg-checkout): Re-enable.
904 2007-07-15  Richard Stallman  <rms@gnu.org>
906         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
908         * tutorial.el (tutorial--find-changed-keys):
909         Handle C-x specially like ESC.
911 2007-07-15  Roland McGrath  <roland@frob.com>
913         * add-log.el (add-change-log-entry): Check add-log-full-name
914         and add-log-mailing-address later, after change-log-mode-hook.
916 2007-07-15  Richard Stallman  <rms@gnu.org>
918         * isearch.el (isearch-mode, isearch-done):
919         Delete unintended code in previous change.
921         * ps-print.el (ps-default-bg): Change to White.
923 2007-07-15  Aaron Hawley  <aaronh@garden.org>
925         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
927 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
929         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
930         when handling the terminating event.
932 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
934         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
936 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
938         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
939         (install): Use them to copy all *.el files before *.elc.
941 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
943         * replace.el (match): Use yellow1 instead of yellow.
945         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
947         * pcvs-info.el (cvs-unknown): Likewise.
949 2007-07-12  Davis Herring  <herring@lanl.gov>
951         * desktop.el (desktop-buffer-info, desktop-save):
952         Use `desktop-dirname' instead of `dirname'.
954 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
956         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
958         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
960 2007-07-10  Richard Stallman  <rms@gnu.org>
962         * emacs-lisp/lisp-mode.el (eval-defun):
963         Explain special handling of `defface'.
965 2007-07-09  Richard Stallman  <rms@gnu.org>
967         * isearch.el (isearch-edit-string): Call to isearch-push-state
968         after the search.
970 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
972         * cus-start.el (file-coding-system-alist): Fix custom type.
974 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
976         * longlines.el (longlines-wrap-region): Avoid marking buffer as
977         modified.
978         (longlines-auto-wrap, longlines-window-change-function):
979         Remove unnecessary calls to set-buffer-modified-p.
981 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
983         * vc.el (vc-default-log-view-mode): New function.
984         (vc-print-log): Add new `log-view-mode' VC operation.
986 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
988         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
989         Rename and move to...
991         * subr.el (strings->string, string->strings): ...here.
993         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
994         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
996         * progmodes/gud.el (gud-common-init): Call string->strings instead
997         of split-string.
999 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
1001         * term/w32-win.el (menu-bar-open): New function.
1002         Bind <f10> to it.
1004 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
1006         * log-view.el (log-view-mode-menu): New menu.
1008 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
1010         * vc-hg.el: New file.
1012 2007-07-06  Andreas Schwab  <schwab@suse.de>
1014         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1015         dynamic bindings around the evaluation of the expression.
1016         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1018 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
1020         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1021         file names.
1023 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
1025         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1027         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1028         event is not a cons cell.  Do not unread drag-mouse-1 events.
1029         Select right window in check whether space was stolen from
1030         window above.
1032 2007-07-01  Richard Stallman  <rms@gnu.org>
1034         * files.el (find-file-visit-truename): Fix safe-local-variable value.
1036 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
1038         * generic-x.el (generic-define-mswindows-modes)
1039         (generic-define-unix-modes, apache-log-generic-mode)
1040         (bat-generic-mode-keymap, java-manifest-generic-mode)
1041         (show-tabs-generic-mode): Fix typos in docstrings.
1043 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1045         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1046         replace-regexp-in-string.
1048 2007-06-28  Andreas Schwab  <schwab@suse.de>
1050         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1051         $(lisp)/subdirs.el.
1053 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
1055         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1056         the speedbar frame if nil; that deletes the current frame or
1057         causes an error if it is the only frame.
1058         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1060 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
1062         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1063         directory where the desktop file was found, as the docstring says.
1064         (desktop-kill): Use `read-directory-name'.
1066         * desktop.el (desktop-load-locked-desktop): New option.
1067         (desktop-read): Use it.
1068         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1069         Use `when'.
1071 2007-06-24  Davis Herring  <herring@lanl.gov>
1073         * desktop.el (desktop-save-mode-off): New function.
1074         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1075         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1076         (desktop-claim-lock, desktop-release-lock): New functions.
1077         (desktop-kill): Tell `desktop-save' that this is the last save.
1078         Release the lock afterwards.
1079         (desktop-buffer-info): New function.
1080         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
1081         says to.  Detect conflicts, and manage the lock.
1082         (desktop-read): Detect conflicts.  Manage the lock.
1084 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1086         * ls-lisp.el (insert-directory): If an invalid regexp error is
1087         thrown, try using FILE as a literal file name, not a wildcard.
1088         Check for FILE as an existing file, not just a directory.
1090 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
1092         * ruler-mode.el (ruler-mode): Prevent clobbering the original
1093         `header-line-format' when reentering ruler mode.
1095 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1097         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1098         FILE exists as a directory.
1100 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1102         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1103         (vera-font-lock-match-item): Fix doc string.
1104         (vera-in-comment-p): Remove unused function.
1105         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1106         use `syntax-ppss'.
1107         (vera-forward-syntactic-ws): Fix argument order.
1108         (vera-prepare-search): Use `with-syntax-table'.
1109         (vera-indent-line): Fix doc string.
1110         (vera-electric-tab): Fix doc string.
1111         (vera-expand-abbrev): Define alias instead of using `fset'.
1112         (vera-comment-uncomment-region): Use `comment-start-skip'.
1114 2007-06-20  Reto Zimmermann  <reto@gnu.org>
1116         * progmodes/vera-mode.el: New file.
1118 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
1120         * ido.el (ido-find-file-in-dir): Don't signal an error for
1121         empty directories.
1123 2007-06-18  Alan Mackenzie  <acm@muc.de>
1125         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1126         When removing lines, also remove the \n.  Correction of patch of
1127         2007-04-21.
1129 2007-06-17  Glenn Morris  <rgm@gnu.org>
1131         * lpr.el (lpr-page-header-switches): Move %s to separate element
1132         for correct quoting.  Doc fix.
1134 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1136         * term/xterm.el (terminal-init-xterm): Escape parens in character
1137         constants.
1139 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
1141         * scroll-lock.el (scroll-lock-mode): Doc fix.
1143 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1145         * font-lock.el (font-lock-add-keywords): In case font-lock was only
1146         half-activated, forcefully activate it completely.
1148 2007-06-11  Richard Stallman  <rms@gnu.org>
1150         * cus-edit.el (custom-variable-type): Doc fix.
1152 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1154         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1156 2007-06-09  Davis Herring  <herring@lanl.gov>
1158         * desktop.el (desktop-minor-mode-table): Doc fix.
1160 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
1162         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1163         (image-next-line, image-previous-line, image-scroll-up)
1164         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1165         New functions.
1166         (image-mode-map): Remap motion commands.
1167         (image-mode-text-map): New keymap for viewing images as text.
1168         (image-mode): Use image-mode-map.
1169         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1171 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
1173         Sync with Tramp 2.0.56.
1175         * net/tramp.el:
1176         * net/tramp-ftp.el:
1177         * net/tramp-smb.el:
1178         * net/tramp-util.el:
1179         * net/tramp-vc.el:
1180         Don't load cl.el, because that pollutes the namespace.  Replace cl
1181         macros by their implementations where necessary.  Requested by
1182         Richard Stallman <rms@gnu.org>.
1184         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1185         doesn't exist.
1186         (with-parsed-tramp-file-name): Protect debug spec during compilation.
1187         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1188         (tramp-file-name-p, tramp-file-name-multi-method)
1189         (tramp-file-name-method, tramp-file-name-user)
1190         (tramp-file-name-host, tramp-file-name-localname): New defuns,
1191         replacing defstruct `tramp-file-name'.
1192         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1193         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1194         Apply `vector' instead of `make-tramp-file-name'.
1195         (tramp-handle-make-auto-save-file-name):
1196         Apply `tramp-temporary-file-directory' for compatibility reasons.
1197         (tramp-completion-mode): Use `natnump' instead of `wholenump'
1198         because of XEmacs.
1199         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1200         started.
1202 2007-06-07  David Kastrup  <dak@gnu.org>
1204         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1205         Change default to `top'.
1207 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
1209         * dired.el (dired-mode-map): Remove spurious separator.
1211 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1213         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1215         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1216         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1218 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1220         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1221         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1223 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1225         * progmodes/ebrowse.el (ebrowse-member-table):
1226         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1228 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1230         * pgg.el (pgg-sign-region, pgg-sign):
1231         * ses.el (ses-call-printer):
1232         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1233         * textmodes/org.el (org-cycle): Fix typos in docstrings.
1235 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
1237         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1238         (tar-get-descriptor): Handle type 55, an extended pax header.
1240 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1242         * textmodes/css-mode.el: New file.
1244 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
1246         * net/socks.el: New file, taken from w3 repository.
1247         (top): Update Copyright.  Don't load cl.el.
1248         (all): Replace `case' by `cond', `string-to-int' by
1249         `string-to-number', and `process-kill-without-query' by
1250         `set-process-query-on-exit-flag'.
1251         (socks-char-int): Remove defalias and all occurrences.
1253 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1255         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1256         (sort-coding-systems, search-unencodable-char): Doc fixes.
1257         (coding-system-change-eol-conversion, set-default-coding-systems)
1258         (prefer-coding-system, find-multibyte-characters, princ-list)
1259         (leim-list-entry-regexp, set-input-method, locale-language-names)
1260         (input-method-exit-on-first-char, exit-language-environment-hook)
1261         (locale-charset-language-names): Fix typos in docstrings.
1263 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
1265         * bs.el (bs-cycle-previous): Don't modify the cycle list until
1266         `switch-to-buffer' has returned succesfully.
1267         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
1268         window is dedicated (it could iconify the frame).
1270 2007-06-05  Glenn Morris  <rgm@gnu.org>
1272         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1274 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
1276         * files.el (auto-mode-alist): Add lower-priority match for names
1277         like ChangeLog.old.
1279 2007-06-04  Andreas Schwab  <schwab@suse.de>
1281         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1283 2007-06-04  Davis Herring  <herring@lanl.gov>
1285         * calendar/timeclock.el: Update version number.
1286         (timeclock-modeline-display): Mention timeclock-use-display-time
1287         in explanatory message.
1288         (timeclock-log): Suppress warnings when finding the log.
1289         Don't check for a nil project twice.  Run hooks after killing the
1290         buffer (if applicable).
1291         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1292         was geometric).  All uses changed.
1293         (timeclock-generate-report): Support prefix argument.
1295 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1297         * man.el (Man-next-section): Don't consider the last line of the
1298         page as being part of any section.
1300 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
1302         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1303         modified flag of buffer.  Use `inhibit-modification-hooks'.
1305 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1307         * mail/mail-extr.el (mail-extract-address-components):
1308         Recognize non-ASCII characters except for NBSP as words.
1310 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
1312         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1314 2007-06-04  Michael Olson  <mwolson@gnu.org>
1316         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1317         died and we are trying to send a signal to it.
1319 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
1321         * emacs-lisp/easy-mmode.el (define-minor-mode)
1322         (easy-mmode-define-navigation): Fix typos in docstrings.
1324         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1325         Fix typos in docstrings.
1326         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1327         (compilation-finish-function): Fix typo in obsolescence declaration.
1329         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1331 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
1333         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1334         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1336         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1338         * longlines.el (longlines-mode): Make longlines-auto-wrap
1339         buffer-local.  Add hooks unconditionally.
1340         (longlines-auto-wrap): Toggle wrapping.
1341         (longlines-after-change-function)
1342         (longlines-post-command-function): Check longlines-auto-wrap.
1344 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1346         * Version 22.1 released.
1348 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
1350         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1351         changes.
1353 2007-05-31  Richard Stallman  <rms@gnu.org>
1355         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1357 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
1359         * textmodes/table.el (table--point-entered-cell-function)
1360         (table--point-left-cell-function):
1361         Bind `inhibit-point-motion-hooks' to t.
1363 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1365         * emacs-lisp/rx.el (rx): Doc fix.
1367 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
1369         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1371 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
1373         * log-edit.el (log-edit-changelog-paragraph): Return point-max
1374         as the end of the ChangeLog paragraph when it ends without a line
1375         termination.
1377 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1379         * textmodes/fill.el (canonically-space-region): Make the second arg
1380         a marker if it's not already the case.
1382         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1383         (xterm-mouse-event): Use it.
1385 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
1387         * vc-hooks.el (vc-find-root): Fix file attribute test.
1389 2007-05-24  Richard Stallman  <rms@gnu.org>
1391         * textmodes/flyspell.el (flyspell-correct-word-before-point):
1392         Don't let opoint be nil.
1393         (flyspell-emacs-popup): Explicit error if no dialogs.
1395 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
1397         * tar-mode.el (tar-file-name-handler): New function.
1398         (tar-extract): Bind file-name-handler-alist to it to force
1399         find-buffer-file-type-coding-system behave as if the file being
1400         extracted existed.  Use last-coding-system-used to force
1401         buffer-file-coding-system to what decode-coding-region actually
1402         used to decode the file.
1404 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1406         * progmodes/compile.el (compilation-handle-exit):
1407         `compilation-finish-function' may change the current buffer.
1409 2007-05-22  Richard Stallman  <rms@gnu.org>
1411         * files.el (set-auto-mode): Doc fix.
1413 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
1415         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1417 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
1419         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1420         (rcirc-print): Handle `window-width'.
1421         (rcirc-buffer-maximum-lines): Doc fix.
1423 2007-05-19  Kevin Ryde  <user42@zip.com.au>
1425         * info.el (Info-fontify-node): Match https also.
1427 2007-05-18  Richard Stallman  <rms@gnu.org>
1429         * simple.el (push-mark): Doc fix.
1431 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
1433         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1434         tpu-global-map.
1435         (tpu-original-global-map): Delete variable.
1436         (tpu-control-keys-map): New keymap variable.
1437         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1438         setting keymapping directly.
1439         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1440         tpu-global-map.
1441         (tpu-edt-on): Activate the tpu-global-map.
1442         (tpu-edt-off): Deactivate the tpu-global-map.
1444 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
1446         * textmodes/ispell.el (ispell-get-word): Return markers
1447         for start and end positions.
1448         (ispell-word): Assume END is a marker.
1450 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1452         * ps-print.el: Use default color when foreground or background color
1453         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
1454         (ps-print-version): New version 6.7.4.
1455         (ps-rgb-color): New argument.  Use default color when color is
1456         unspecified.
1457         (ps-begin-job): Fix code.
1459 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
1461         * textmodes/ispell.el (ispell-start-process): Defend against bad
1462         default-directory.
1464 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1466         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1468 2007-05-16  Richard Stallman  <rms@gnu.org>
1470         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1472 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1474         * files.el (magic-mode-alist, magic-fallback-mode-alist):
1475         Move the *ml, Postscript, and XmCD entries to the fallback part.
1477         * files.el (magic-fallback-mode-alist):
1478         Rename from file-start-mode-alist.
1480 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1482         * progmodes/compile.el (compilation-handle-exit): Quote first
1483         argument of `run-hook-with-args'.
1485 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
1487         * buff-menu.el (Buffer-menu-sort-column):
1488         * dabbrev.el (dabbrev-upcase-means-case-search):
1489         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1490         * info.el (Info-current-subfile):
1491         * ls-lisp.el (ls-lisp-verbosity):
1492         * msb.el (msb-menu-cond):
1493         * pcvs.el (cvs-dired-use-hook):
1494         * simple.el (set-mark-command-repeat-pop):
1495         * time.el (display-time-24hr-format, display-time-mail-file):
1496         Doc fixes.
1498         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1499         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1501         * view.el (view-inhibit-help-message): Fix typo in docstring.
1502         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1504 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
1506         * mail/rmail.el (rmail-convert-to-babyl-format):
1507         Check content-transfer-encoding _last_, because we need its position
1508         in base64-header-field-end.
1510 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
1512         * files.el (mode-require-final-newline, require-final-newline)
1513         (enable-local-variables, enable-local-eval): Doc fixes.
1515 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1517         * progmodes/python.el (python-font-lock-keywords)
1518         (python-open-block-statement-p, python-mode): Add support for the new
1519         "with" keyword.
1521 2007-05-10  Richard Stallman  <rms@gnu.org>
1523         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1524         (iso-cvt-write-only): Likewise.
1526         * emacs-lisp/easy-mmode.el (define-minor-mode):
1527         Fix generated doc string.
1529         * startup.el (fancy-splash-text): Add URL of guided tour.
1530         Adjust horizontal and vertical whitespace.
1532         * progmodes/compile.el (compilation-handle-exit):
1533         Use run-hook-with-args to run compilation-finish-functions.
1535         * files.el (file-start-mode-alist): New variable.
1536         (magic-mode-regexp-match-limit): Doc fix.
1537         (set-auto-mode): Handle file-start-mode-alist.
1538         A little cleanup of structure.
1540 2007-05-10  Davis Herring  <herring@lanl.gov>
1542         * calendar/timeclock.el (timeclock-in): Fix non-interactive
1543         workday specifications.
1544         (timeclock-log): Don't kill the log buffer if it already existed.
1546 2007-05-08  Richard Stallman  <rms@gnu.org>
1548         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1549         Don't include non-self-insert commands in the exception for `-'.
1551 2007-05-08  David Reitter  <david.reitter@gmail.com>
1553         * progmodes/python.el (python-guess-indent): Check non-nullness
1554         before comparing indent against the 2..8 interval.
1556 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1558         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1559         available.
1561 2007-05-06  Richard Stallman  <rms@gnu.org>
1563         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1565 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
1567         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1568         disconnections.
1570 2007-05-01  Romain Francoise  <romain@orebokech.com>
1572         * dired-x.el: Revert 2007-04-06 change.
1574 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
1576         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1577         don't put stop on toolbar.
1579 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
1581         * find-dired.el (find-dired-filter): Propertize all text down to eob.
1583 2007-04-29  Richard Stallman  <rms@gnu.org>
1585         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1587 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1589         * progmodes/cc-mode.el (c-before-change): Use point-min rather
1590         than 1.
1592 2007-04-28  Richard Stallman  <rms@gnu.org>
1594         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1596 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1598         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1600 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
1602         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1603         instead of $(lisp)/mh-e.
1605         * textmodes/fill.el (fill-paragraph): Doc fix.
1607 2007-04-28  Glenn Morris  <rgm@gnu.org>
1609         * image-dired.el (image-dired-cmd-create-thumbnail-options)
1610         (image-dired-cmd-create-temp-image-options): Replace option
1611         +profile "*" with -strip.
1613 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
1615         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1616         Use window-start and window-end.
1618 2007-04-26  Glenn Morris  <rgm@gnu.org>
1620         * progmodes/python.el: Restore file pending consideration of legal
1621         status.
1623 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
1625         * locate.el (locate-in-alternate-database): Doc fix.
1627 2007-04-26  Glenn Morris  <rgm@gnu.org>
1629         * button.el (button): Use underline if supported, else fall back
1630         to color.
1632 2007-04-25  Richard Stallman  <rms@gnu.org>
1634         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1636 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
1638         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1639         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1640         pushing mark.
1641         (idlwave-current-routine): Don't push mark.
1643 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
1645         * image-dired.el (image-dired-display-image): Derive image-type from
1646         filename rather than assuming jpeg, in case no resizing was needed.
1648 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1650         * custom.el (defface): Doc fix.
1652 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
1654         * progmodes/python.el: Remove due to unclear legal issues.
1656 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
1658         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
1659         Don't re-query for each cleared BP.
1660         (idlwave-shell-clear-bp): Optionally skip BP query.
1661         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
1662         of set-window-buffer, which incorrectly moves displayed region.
1664 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
1666         * calc/calc.el (calc-bug-address): Update maintainer's address.
1667         * calc/*: Update maintainer's address.
1669 2007-04-23  Richard Stallman  <rms@gnu.org>
1671         * simple.el (set-mark-command-repeat-pop): Doc fix.
1672         Put in `editing-basics' group.
1674 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
1676         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
1677         New functions.
1678         (Info-mode-line-node-keymap): Bind mouse commands to
1679         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
1681 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
1683         * locate.el (locate-local-prompt): New var.
1684         (locate-prompt-for-command): Doc fix.
1685         (locate-prompt-for-search-string): New function.
1686         (locate): New optional arg.  Make locate-local-prompt
1687         buffer-local.  Use locate-prompt-for-search-string.
1688         (locate-with-filter): New optional arg.
1689         Use locate-prompt-for-search-string.
1690         (locate-update): Bind locate-prompt-for-command.
1692 2007-04-23  Glenn Morris  <rgm@gnu.org>
1694         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
1696 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
1698         * button.el (button): Inherit from link face on a tty.
1700 2007-04-23  Glenn Morris  <rgm@gnu.org>
1702         * button.el (button): Use color for this face on a tty.
1704         * files.el (magic-mode-alist): Allow for carriage-returns in
1705         html-mode and sgml-mode entries.
1707 2007-04-22  Richard Stallman  <rms@gnu.org>
1709         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1710         Improve doc string of generated command.
1712         * subr.el (read-number): Catch errors.
1714         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
1716 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
1718         * image-dired.el: Rename from thumbnails.el.  All instances of
1719         "thumbnails" replaced with "image-dired".
1721         * dired.el (dired-mode-map): Rename "thumbnails" again, to
1722         "image-dired".
1724 2007-04-22  Kim F. Storm  <storm@cua.dk>
1726         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
1727         Don't use kill-line.
1729 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
1731         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
1732         error message.
1734 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
1736         * dired.el: Rename "tumme" to "thumbnails".
1738         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
1739         replaced with "thumbnails".
1741 2007-04-22  Glenn Morris  <rgm@gnu.org>
1743         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
1744         and give it the risky-local-variable property.
1746         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
1747         before defining it.
1749 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
1751         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1752         Use delete-region instead of kill-line.
1754 2007-04-21  Alan Mackenzie  <acm@muc.de>
1756         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
1757         `kill-region' by `delete-region'.
1759 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
1761         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
1762         instead of kill-region.
1764         * progmodes/mantemp.el (mantemp-make-mantemps-region)
1765         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
1766         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
1767         and kill-line.
1769         * progmodes/vhdl-mode.el (vhdl-template-type)
1770         (vhdl-template-record, vhdl-template-nature)
1771         (vhdl-template-configuration-spec, vhdl-template-component-inst)
1772         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
1773         Use delete-region instead of kill-word and kill-line.
1775 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1777         * dired-x.el (dired-virtual-mode): Doc fix.
1779 2007-04-21  Richard Stallman  <rms@gnu.org>
1781         * font-lock.el (font-lock-keywords-alist): Mark as risky.
1783         * subr.el (read-number): Doc fix.
1785         * simple.el (pop-to-mark-command): Display message "mark popped"
1786         if point does not move.
1787         (set-mark-command): Doc fix.
1789 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
1791         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
1792         (locate-local-filter, locate-local-search): New vars.
1793         (locate): Make variables local.
1794         (locate-update): Bind locate-buffer-name.  Call locate using
1795         locate-local-filter and locate-local-search.
1797 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
1799         * hi-lock.el (hi-lock-file-patterns-policy): New var.
1800         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
1801         (hi-lock-mode): Update docstring.
1803 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1805         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
1806         fill-nobreak-predicate when the break is past fill-column.
1808 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1810         * locate.el (locate): Output from shell-command should go in the
1811         current buffer rather than *Shell Command Output*.
1813 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
1815         * paren.el (show-paren-function): Fix last fix.
1817 2007-04-19  Kevin Ryde  <user42@zip.com.au>
1819         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
1820         (archive-lzh-summarize): Add optional start arg for where to start
1821         looking at the archive.
1822         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
1824         * international/mule.el (auto-coding-alist): no-conversion for .exe
1825         and .EXE.
1827 2007-04-19  Alan Mackenzie  <acm@muc.de>
1829         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
1830         function return type contains "struct", "union", etc.
1831         c-end-of-defun goes too far forward.
1833 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
1835         * paren.el (show-paren-function): Reset window-start to avoid
1836         recentering.
1838 2007-04-19  Glenn Morris  <rgm@gnu.org>
1840         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
1842 2007-04-18  Glenn Morris  <rgm@gnu.org>
1844         * calendar/diary-lib.el (diary-header-line-format): Add a custom
1845         :set function.
1846         (diary-list-entries): Only switch to diary-mode from
1847         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
1848         diary-mode set header-line-format, in case of any customization.
1850 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1852         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
1853         is less than the length of parse-time-syntax.
1855 2007-04-17  David Kastrup  <dak@gnu.org>
1857         * replace.el (query-replace-regexp-eval): Deprecate.
1859 2007-04-17  Alan Mackenzie  <acm@muc.de>
1861         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
1862         point too close to EOB, leave point at EOB rather than last `}'.
1864 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1866         * textmodes/bibtex.el (bibtex-include-OPTkey)
1867         (bibtex-user-optional-fields, bibtex-entry-field-alist):
1868         Fix defcustom.
1870 2007-04-17  Glenn Morris  <rgm@gnu.org>
1872         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
1873         be encoded, fall back to current year.
1875 2007-04-14  Kevin Ryde  <user42@zip.com.au>
1877         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
1878         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
1879         M "MSDOS".
1881 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
1883         * progmodes/python.el (python-end-of-block): Avoid looping forever
1884         if python-next-statement fails.
1886 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1888         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
1890 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
1892         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
1893         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
1895 2007-04-15  Jay Belanger  <belanger@truman.edu>
1897         * calc/calc.el (calc-version): New function.
1898         (calc-trail-mode): Shorten the title.
1900 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
1902         * mail/footnote.el (footnote-style): Clarify docstring to state
1903         that customizing this only applies to future footnotes.
1905 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1907         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
1908         (bibtex-make-field): Check that INIT is a string. Use functionp.
1910 2007-04-14  Glenn Morris  <rgm@gnu.org>
1912         * complete.el (PC-goto-end): New buffer-local variable.
1913         (PC-do-completion-end): Make buffer-local.
1914         (partial-completion-mode) <choose-completion-string-functions>:
1915         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
1916         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
1917         doc string.  Set PC-goto-end for choose-completion.
1918         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
1919         PC-do-completion.
1921         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
1922         arg to bibtex-make-field.
1923         (bibtex-make-field): Add optional fourth arg NODELIM.
1924         Insert delimiters around INIT unless this arg is non-nil.
1926 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
1928         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
1929         global map isn't modified.
1931 2007-04-14  Glenn Morris  <rgm@gnu.org>
1933         * calendar/appt.el (appt-disp-window): Do not split small windows.
1934         Suggested by Jeff Miller <jmiller@cablespeed.com>.
1936 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
1938         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
1940         * files.el: Ditto.
1942 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
1944         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
1946         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
1947         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
1948         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
1949         (term-pager-help): Fix typos in docstrings.
1951         * wid-edit.el (widget-documentation): Fix typo in docstring.
1953         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
1954         Fix typos in error messages.
1956 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
1958         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
1959         window marked as dedicated.
1961         * mail/footnote.el (footnote-latin-string): New variable.
1962         (footnote-latin-regexp): Redefine as regexp alternative.
1963         (Footnote-latin): Use footnote-latin-string instead of
1964         footnote-latin-regexp.
1966 2007-04-13  Glenn Morris  <rgm@gnu.org>
1968         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
1969         inherited keymaps.
1971 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
1973         * outline.el (outline-get-next-sibling): Clarify docstring.
1974         (outline-get-last-sibling): Handle case where we are at the first
1975         heading.  Clarify docstring.
1977 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
1979         * progmodes/gud.el (gud-minor-mode-map): Make go button same
1980         length as stop button to lessen flicker.
1981         (jdb): Add gud-print.
1982         (gud-find-expr): Jdb prints the expression with the value, so
1983         don't insert it in the output.
1985 2007-04-11  Jason Rumney  <jasonr@gnu.org>
1987         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
1988         case hex.  Do not try to decode non-hex letters.
1990 2007-04-11  Markus Triska  <markus.triska@gmx.at>
1992         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
1993         (byte-optimize-backward-word): Remove (move to bytecomp.el).
1994         (byte-optimize-form-code-walker): Evaluate pure function calls if
1995         possible.
1996         (byte-optimize-all-constp): New function.
1998         * emacs-lisp/bytecomp.el (byte-compile-char-before):
1999         Improve numeric argument case.
2000         (byte-compile-backward-char, byte-compile-backward-word):
2001         New functions, performing rewriting previously done in byte-opt.el.
2002         Fix their "Fixme" item (restriction to numeric arguments).
2004 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2006         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2007         with dolist.
2008         (after-init-hook): Don't quote lambda.
2009         (desktop-first-buffer): Don't wrap it in eval-when-compile.
2010         (desktop-internal-v2s): Remove unused var `el'.
2011         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2012         desktop-restore-file-buffer.
2013         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2014         desktop-create-buffer.
2016 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
2018         * woman.el (woman-decode-buffer): Postpone macro-set check...
2019         (woman-decode-region): ...to here.
2021 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
2023         * startup.el (tty-handle-args): Use %S to log ARGS.
2025 2007-04-10  Glenn Morris  <rgm@gnu.org>
2027         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2028         it is obsolete and has no effect.
2030         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2031         byte-compiler.
2033         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2034         obsolete function make-local-hook.
2036         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2037         start to quieten byte-compiler.
2039 2007-04-10  Markus Triska  <markus.triska@gmx.at>
2041         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2042         to bytecomp.el as byte-compile-char-before).
2043         * emacs-lisp/bytecomp.el (byte-compile-char-before):
2044         New function (modified replacement for byte-optimize-char-before in
2045         byte-opt.el).
2047 2007-04-09  Alan Mackenzie  <acm@muc.de>
2049         * startup.el (inhibit-splash-screen): Emphatically state that it
2050         can't be set in site-start.el.
2052 2007-04-09  Masatake YAMATO  <jet@gyve.org>
2054         * progmodes/cc-subword.el (c-capitalize-subword): More closely
2055         mimic the behavior of `capitalize-word'.  Do not move point with a
2056         negative argument.  Based on tiny change by Paul Curry.
2058 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
2060         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2061         Don't move point if ARG is negative.
2063 2007-04-09  Alan Mackenzie  <acm@muc.de>
2065         Changes to make `narrow-to-defun' and `mark-defun' work properly
2066         in CC Mode:
2068         * progmodes/cc-defs.el (c-beginning-of-defun-1):
2069         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2070         Bind beginning/end-of-defun-function to nil around calls to
2071         beginning/end-of-defun.
2073         * progmodes/cc-langs.el (beginning-of-defun-function)
2074         (end-of-defun-function): New c-lang-setvar's.
2076         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2077         (setq arg 1))" to enable non-interactive call.
2079 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
2081         * simple.el (set-mark-command): Doc fix.
2083 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
2085         * progmodes/gud.el (gdb): Restore existing session if user
2086         tries to start a second one in graphical mode.
2088 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
2090         * cus-start.el <scroll-preserve-screen-position>: Add choices.
2092 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2094         * term/xterm.el (terminal-init-xterm): Fix key definitions.
2095         Add binding for C-M-SPC.
2097 2007-04-08  Richard Stallman  <rms@gnu.org>
2099         * pcomplete.el (pcomplete-read-event): One single definition,
2100         and not a defsubst.
2102 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
2104         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2105         byte-compiler warning "value unused".
2107 2007-04-08  Andreas Schwab  <schwab@suse.de>
2109         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2111 2007-04-07  Glenn Morris  <rgm@gnu.org>
2113         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2114         Autoload these functions.
2115         (diary-date-forms): Add a custom :set form.
2117         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2118         before first use.
2119         (diary-font-lock-keywords): New function with old code for
2120         initialization of variable of same name.
2122 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
2124         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2125         clean-up: only insert space when on identifier, etc.
2127 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2129         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2131         * net/tls.el (open-tls-stream): Properly handle case where there
2132         is no associated buffer.
2134 2007-04-07  Glenn Morris  <rgm@gnu.org>
2136         * ffap.el (ffap-file-at-point): Lower the priority of the
2137         ffap-ftp-sans-slash-regexp check.
2139 2007-04-06  Alan Mackenzie  <acm@muc.de>
2141         Fix fontification of labels, and other things with ":".
2143         * progmodes/cc-engine.el (c-forward-label): The function now
2144         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2145         the former t.
2147         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2148         new return code from c-forward-label, fontifying tokens properly.
2149         Add some general comments throughout the file.
2151 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
2153         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2154         Revert 2006-01-27 change.
2156         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2158         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2160         * desktop.el (desktop-create-buffer, desktop-save):
2161         Revert 2004-11-12 change for lack of copyright papers.
2163         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2164         (dired-guess-default): Respect case.
2166         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2168         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2169         was originally checked in as byte-optimize-concat on 1997-11-02.
2171         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2172         1995-05-19 doc changes.
2174 2007-04-06  Kim F. Storm  <storm@cua.dk>
2176         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
2177         (unload-feature): Update interactive spec accordingly.
2179         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2181 2007-04-06  John Paul Wallington  <jpw@pobox.com>
2183         * subr.el (with-case-table): Use `make-symbol' to avoid variable
2184         capture.  Restore the table in the same buffer.
2186         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2188 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
2190         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2191         Print entire form.
2193 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
2195         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2196         for low-color displays.
2198 2007-04-05  Glenn Morris  <rgm@gnu.org>
2200         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2201         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2202         Seed random number generator on loading.
2204         * emacs-lisp/authors.el (top-level): Provide self.
2206         * play/animate.el (top-level): Provide self.
2208 2007-04-04  Alan Mackenzie  <acm@muc.de>
2210         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2211         to mention c-syntactic-indentation.
2213 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
2215         * subr.el (with-case-table): New macro.
2217         * international/mule.el (ascii-case-table): New var.
2219         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2220         downcasing.
2222 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2224         * progmodes/gud.el (gud-minor-mode-map): Simplify.
2226         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2227         of the window if we're outside it e.g menu-bar.
2229         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2230         window if we're outside it e.g menu-bar.
2232 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
2234         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2235         decode base-64 encoded body if its content-type is something other
2236         than text/* or message/*.
2238 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
2240         * simple.el (activate-mark-hook): Fix typo in docstring.
2242 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2244         * tmm.el (tmm-c-prompt): Initialize.
2245         (tmm-menubar): Deal with extended menu-items at top level.
2246         (tmm-get-keybind): Handle bindings redefined/undefined locally.
2247         (tmm-prompt): Handle visibility of top level menu-items.
2249         * progmodes/gud.el (gud-menu-map): Simplify.
2250         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2251         menubar.
2253 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
2255         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2257         * comint.el (comint-send-input): Widen the buffer first.
2259         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2261 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2263         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2264         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2266         * newcomment.el (comment-search-forward): Discard comment starters
2267         before point.
2269 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
2271         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2273 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
2275         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2276         when downcasing.
2278         * button.el (previous-button): Rewrite to account for adjacent buttons.
2280 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
2282         * progmodes/idlwave.el (idlwave-auto-fill):
2283         Revert paragraph-separate change.
2285         * progmodes/idlw-shell.el (idlwave-shell-break-in):
2286         Simplify module calc.
2287         (idlwave-shell-set-bp-in-module): Compute module.
2289 2007-03-31  Glenn Morris  <rgm@gnu.org>
2291         * emacs-lisp/timer.el (run-at-time): Doc fix.
2293         * emacs-lisp/warnings.el (display-warning): If we create the
2294         buffer displaying the warning, disable undo there.
2296 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
2298         * net/tramp.el (tramp-register-file-name-handler)
2299         (tramp-register-completion-file-name-handler): New defsubst,
2300         derived from `tramp-register-file-name-handlers'.  The split is
2301         necessary because Tramp's file name handlers must be registered at
2302         different startup places.
2304 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
2306         * progmodes/hideshow.el (turn-off-hideshow): New function.
2307         (hs-minor-mode): Use it instead of a lambda expression in
2308         change-major-mode-hook.
2310 2007-03-31  David Kastrup  <dak@gnu.org>
2312         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2313         corresponding to MANPATH_MAP entries.
2314         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2315         (woman-parse-man.conf): Use more discriminating man.conf name.
2316         (woman-parse-man.conf): Parse MANPATH_MAP entries.
2317         (woman-manpath): Doc fix and type fix.
2318         (woman-cached-data): Check for MANPATH_MAP entries.
2319         (woman-expand-directory-path): Treat MANPATH_MAP entries.
2321 2007-03-31  Stuart Herring  <herring@lanl.gov>
2323         * emacs-lisp/sregex.el (sregexq): Doc fix.
2325 2007-03-31  Markus Triska  <markus.triska@gmx.at>
2327         * flymake.el (flymake-err-line-patterns): Doc fix.
2329 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
2331         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2332         Move to the right.
2334 2007-03-30  Alan Mackenzie  <acm@muc.de>
2336         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2338 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
2340         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2341         Use it, passed in explicitly, instead of from the dynamic binding.
2342         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2344 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
2346         * simple.el (blink-matching-open): When in minibuffer, don't
2347         search for a match inside the prompt.
2349 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
2351         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2352         (tmm-prompt): Don't make the mouse user select the first menu
2353         item twice.
2355 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
2357         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2358         SIGUSR1 and SIGUSR2.
2360 2007-03-29  Kim F. Storm  <storm@cua.dk>
2362         * ido.el (ido-read-internal): When reading file or dir, only override
2363         minibuffer-local-filename-completion-map, otherwise only override
2364         minibuffer-local-completion-map.
2366 2007-03-29  Glenn Morris  <rgm@gnu.org>
2368         * complete.el (partial-completion-mode): Set PC-do-completion-end
2369         to nil after use.
2370         (PC-lisp-complete-symbol): Create and use a marker at `end',
2371         rather than using point-marker.
2373 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
2375         * simple.el (next-error-highlight): Doc fix.
2376         (compose-mail): Revert 2007-03-19 change.
2378 2007-03-28  Richard Stallman  <rms@gnu.org>
2380         * emacs-lisp/edebug.el (edebug-display): Don't go to
2381         edebug-outside-buffer if it is dead.
2383 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
2385         * view.el (view-mode): Fix typos in docstring.
2387 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
2389         * recentf.el (recentf-save-file): Add a custom :set function.
2391 2007-03-28  Glenn Morris  <rgm@gnu.org>
2393         * complete.el (PC-do-completion-end): New variable.
2394         (partial-completion-mode) <choose-completion-string-functions>:
2395         Use PC-do-completion-end in the non-minibuffer case to replace the
2396         correct amount of text.
2397         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2398         (PC-lisp-complete-symbol): Give marker the after-insertion type,
2399         to deal with improvements inserted after point.
2401 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2403         * button.el (make-text-button): Add explicit `button' property.
2404         (default-button): Don't put a `button' property on it.
2406         * progmodes/python.el (python-mode): Skip comments when parsing.
2408         * vc-arch.el (vc-with-current-file-buffer): New macro.
2409         (vc-arch-file-source-p): Use it to avoid infloop.
2411 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
2413         * emacs-lisp/lisp.el (lisp-complete-symbol):
2414         Fix call to get-buffer-window to find windows in other frames.
2416 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2418         * comint.el (comint-proc-query, comint-dynamic-list-completions):
2419         Fix calls to get-buffer-window to find windows in other frames.
2420         Reported by David Hansen <david.hansen@gmx.net>.
2422 2007-03-27   Kevin Ryde  <user42@zip.com.au>
2424         * info.el (Info-display-images-node): On a text-only terminal,
2425         show the "text" or "alt" parts of the image blobs.
2427 2007-03-27  Glenn Morris  <rgm@gnu.org>
2429         * complete.el (PC-do-completion): Compute completion-base-size in
2430         the non-filename case, rather than setting to nil.
2431         (PC-lisp-complete-end): New variable.
2432         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2433         original end in a series of consecutive invocations.
2435         * calendar/calendar.el (calendar-mode-hook): Declare it.
2437         * calendar/diary-lib.el (diary-live-p): Do not check for
2438         diary-selective-display.
2440 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2442         * replace.el (occur-next-error): *Occur* might not be displayed in the
2443         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
2445 2007-03-26  Richard Stallman  <rms@gnu.org>
2447         * textmodes/flyspell.el (flyspell-large-region):
2448         Use ispell-call-process-region.
2450 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2452         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2453         Use prin1 instead of princ.
2455 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
2457         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
2458         Merge in X resources before global face.
2460         * progmodes/compile.el (compilation-start): Save compilation-directory
2461         rather than default-directory as local var.
2462         (compilation-directory): Mark as safe local var.
2464         * files.el: Don't mark default-directory as a safe local var.
2466 2007-03-25  Alan Mackenzie  <acm@muc.de>
2468         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2469         * progmodes/cc-engine.el: Fix typo.
2471 2007-03-25  Juri Linkov  <juri@jurta.org>
2473         * compare-w.el (compare-windows): Rename customization group
2474         `compare-w' to `compare-windows'.
2475         (compare-windows-whitespace, compare-ignore-whitespace)
2476         (compare-ignore-case, compare-windows-sync)
2477         (compare-windows-sync-string-size, compare-windows-recenter)
2478         (compare-windows-highlight, compare-windows): Change group name in
2479         the `group' tag from `compare-w' to `compare-windows'.
2480         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
2482 2007-03-24  Markus Triska  <markus.triska@gmx.at>
2484         * expand.el: Change example to always enable abbrev-mode,
2485         and remove redundant `function'.
2486         (expand-abbrev-hook): Add autoload cookie.
2488 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
2490         * emacs-lisp/testcover.el (testcover-start, testcover-end)
2491         (testcover-mark-all, testcover-unmark-all): Add prompts to
2492         interactive specs.
2494 2007-03-24  Jason Rumney  <jasonr@gnu.org>
2496         * autorevert.el (find-file-hook, auto-revert-tail-mode):
2497         Use file size in bytes for auto-revert-tail-pos not characters.
2499 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
2501         * vc-rcs.el (vc-rcs-annotate-command):
2502         Set text property :vc-annotate-prefix on the annotation text.
2503         (vc-rcs-annotate-time): Instead of searching for ": ",
2504         search for end of text propertized with :vc-annotate-prefix.
2506 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
2508         * whitespace.el (top level): Remove calls putting
2509         permanent-local nil property since these are no-ops.
2511         * man.el (Man-support-local-filenames): Assure that
2512         default-directory exists when doing call-process.
2514 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
2516         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
2517         Fix omission bug: Use m4-program-options to construct shell command.
2519 2007-03-23  David Kastrup  <dak@gnu.org>
2521         * progmodes/cc-mode.el (c-make-emacs-variables-local):
2522         Use `mapcar' rather than `mapcan' to silence compiler warning.
2524 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
2526         * textmodes/reftex.el, textmodes/reftex-vars.el,
2527         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
2528         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
2529         * textmodes/reftex-index.el, textmodes/reftex-global.el,
2530         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
2531         * textmodes/reftex-auc.el: Add maintainer address.
2533 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
2535         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
2536         Make sure that `global-font-lock-mode' does not turn on font-lock
2537         in these buffers.
2539 2007-03-21  Kim F. Storm  <storm@cua.dk>
2541         * xt-mouse.el (xt-mouse-epoch): New variable.
2542         (xterm-mouse-event): Use float-time.
2544 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
2546         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
2547         current-time.
2549 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2551         * complete.el (read-file-name-internal): Don't add the final > if the
2552         completion is not finished (re-application of this patch, which was
2553         accidentally undone by Eli).
2555 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
2557         * emulation/viper.el (viper-non-hook-settings): Handle mouse
2558         clicks in describe-key and describe-key-briefly advice a little better.
2560 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
2562         * server.el (server-process-filter): Cancel any pending isearch.
2564 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
2566         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
2567         (icalendar--get-unfolded-buffer): Define actual arguments rather
2568         than just using &rest.  Check replace-in-string is fbound.
2569         (icalendar-import-buffer): Doc fix.
2570         (icalendar--convert-ical-to-diary): Set diary-file.
2571         Check diary-file before inserting final newline.
2572         (icalendar--add-diary-entry): Return diary-file.
2574 2007-03-21  Glenn Morris  <rgm@gnu.org>
2576         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
2577         (diary-display-hook): Add custom :set function.
2579         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
2580         Add custom :set function.
2581         (diary-header-line-format): Doc fix.
2582         (diary-set-maybe-redraw): New function.
2583         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
2584         (diary-list-entries): Always run diary-mode.
2586 2007-03-20  Kenichi Handa  <handa@m17n.org>
2588         * international/quail.el (quail-setup-completion-buf): Make the
2589         completion buffer read-only.
2590         (quail-completion): Adjusted for the above change.  Leave the
2591         modified flag nil.
2593 2007-03-20  David Kastrup  <dak@gnu.org>
2595         * files.el (magic-mode-alist): Require literal "%!PS" string for
2596         magic postscript file detection.
2598 2007-03-20  Richard Stallman  <rms@gnu.org>
2600         * textmodes/ispell.el (ispell-call-process): New function.
2601         Defends against bad `default-directory.'
2602         (ispell-check-version, ispell-find-aspell-dictionaries)
2603         (ispell-get-aspell-config-value, lookup-words): Call it.
2604         (ispell-call-process-region): New function.
2605         (ispell-send-string): Call it.
2607 2007-03-20  Andreas Schwab  <schwab@suse.de>
2609         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
2610         (finder-data): Likewise.
2611         (autoloads): Likewise.
2613 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
2615         * files.el (basic-save-buffer): Do not set visited filename when
2616         the corresponding directory does not exist or the specified
2617         filename is that of an existing directory.
2619 2007-03-20  Glenn Morris  <rgm@gnu.org>
2621         * calendar/diary-lib.el (diary-live-p): New function.
2622         (number-of-diary-entries): Add a :set function to redisplay diary
2623         when necessary.
2625 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
2627         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
2628         from client program, mev, to compute mouse event.
2630 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
2632         * faces.el (momentary): Face removed; unused due to reversion of
2633         2007-01-04 changes by Kevin Rodgers.
2635         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
2636         Suggested by Johan Bockg\e,Ae\e(Brd.
2638 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
2640         * font-lock.el (lisp-font-lock-keywords-1):
2641         Highlight define-globalized-minor-mode as a keyword.
2643 2007-03-19  Kim F. Storm  <storm@cua.dk>
2645         * calc/calc-forms.el (math-std-daylight-savings)
2646         (math-std-daylight-savings-old): Doc fix.
2648 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
2650         * progmodes/python.el (python-default-template): Doc fix.
2651         (python-buffer): Fix typo in docstring.
2653         * isearchb.el (isearchb-follow-char):
2654         * subr.el (def-edebug-spec): Fix typo in docstring.
2656 2007-03-19  Richard Stallman  <rms@gnu.org>
2658         * files.el (default-directory): Mark safe.
2659         (basic-save-buffer-2): Put proper dir name in error message.
2661         * simple.el (compose-mail): Run switch-function after
2662         setting up the mail buffer.
2664         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
2666 2007-03-18  Jay Belanger  <belanger@truman.edu>
2668         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
2669         (math-std-daylight-savings-new): Rename from
2670         `math-std-daylight-savings'.
2671         (math-std-daylight-savings-old): Rename from old value of
2672         `math-std-daylight-savings'.
2673         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
2674         `math-std-daylight-savings-old' depending on the year.
2676 2007-03-18  Detlev Zundel  <dzu@gnu.org>
2678         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
2679         zero-width regexps as invalid but rather at least count them correctly.
2681 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
2683         * net/tls.el (open-tls-stream): In handshake-waiting loop,
2684         don't wait more if there is output available to process.
2686 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
2688         * progmodes/compile.el (compilation-find-file): Revert change
2689         from 2006-07-18 to allow completion of directory names.
2690         Reported by John Carter <john.carter@tait.co.nz>.
2692 2007-03-18  Kim F. Storm  <storm@cua.dk>
2694         * subr.el (when, unless): Doc fix.
2696 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
2698         * net/tls.el (tls-program): Doc fix.
2700 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
2702         * autorevert.el (auto-revert-tail-handler):
2703         Call after-revert-hook.
2705 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
2707         * simple.el (switch-to-completions): No error if search for \n\n fails.
2709 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
2711         * simple.el (line-move-1):
2712         Respect `inhibit-line-move-field-capture' property.
2714 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
2716         * comint.el (comint-arguments): Mark backslash-escaped chars.
2717         (comint-delim-arg): Don't treat them as delimiters.
2719 2007-03-12  Kim F. Storm  <storm@cua.dk>
2720         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
2722 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2724         * tempo.el (tempo-insert): Deal with 'r> if it appears
2725         specified with a prompt argument.
2727 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
2729         * textmodes/org.el (org-set-font-lock-defaults):
2730         Handle narrow table columns correctly.
2732 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
2734         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
2735         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
2736         Return to use of the -no-properties variants.  There was
2737         consensus on emacs-devel that the speed of these variants was
2738         prefered since we are usually parsing files (from the internet
2739         or on disk) instead of XML created in Emacs.
2741         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
2742         Add customize option.
2744 2007-03-12  Glenn Morris  <rgm@gnu.org>
2746         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
2747         North American rule.  Replace "daylight savings" with "daylight
2748         saving" in doc.
2750         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
2751         * calendar/lunar.el, solar.el: Replace "daylight savings" with
2752         "daylight saving" in text.
2754         * woman.el (woman-change-fonts): Tweak previous change by using
2755         woman-request-regexp rather than "^\\.".
2757         * startup.el (command-line-1): Make insertion of
2758         initial-scratch-message not depend on scratch being selected.
2760 2007-03-11  Juri Linkov  <juri@jurta.org>
2762         * replace.el (match): Use yellow background on light-bg terminals.
2764 2007-03-11  Richard Stallman  <rms@gnu.org>
2766         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2767         Correctly compute line number.
2769 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
2771         * type-break.el (type-break-get-previous-count):
2772         Repeat previous change here.
2774 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
2776         * progmodes/grep.el (grep-find-ignored-directories):
2777         Add .git and .bzr to list.
2779 2007-03-11  Andreas Schwab  <schwab@suse.de>
2781         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
2783 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2785         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
2787 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
2789         * faces.el (face-set-after-frame-default): Recalculate face
2790         customizations after applying X resources.
2792 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
2794         * net/rcirc.el (rcirc-timeout-seconds): New variable.
2795         (rcirc-keepalive-seconds): Remove variable.
2796         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
2797         (rcirc-process, rcirc-user-disconnect): New variables.
2798         (rcirc-connect): Initalize new variables.
2799         (rcirc-keepalive): Don't send keepalive pings before connection
2800         is completed.
2801         (rcirc-sentinel): Do mark all channels with activity when
2802         connection is dropped.  Run hook with process buffer local.
2803         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
2804         (rcirc-buffer-process): Return value of rcirc-process if
2805         rcirc-server-buffer is nil.
2806         (rcirc-server-name): Return the reported server name.
2807         (rcirc-update-prompt): Simplify computation of the server name.
2808         (rcirc-format-response-string): Likewise.
2809         (rcirc-handler-001): Mark server as connected, record the reported
2810         server name, and schedule a timeout.
2811         (rcirc-track-nick): Add a spec for the tty class.
2812         (rcirc-user-non-nick): Remove function.
2813         (rcirc-nick-prefix-chars): Add variable.
2814         (rcirc-user-nick): Use above variable.
2816 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2818         * icomplete.el (icomplete-tidy, icomplete-exhibit):
2819         Bind deactivate-mark to nil.
2821 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
2823         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
2824         that buffer contents get erased during completion.
2826 2007-03-10  Glenn Morris  <rgm@gnu.org>
2828         * woman.el (woman-change-fonts): Add a hack to deal with
2829         font-escape followed by "." at start of a line.
2830         (woman2-IP): Add a hack to deal with consecutive requests.
2831         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
2833 2007-03-10  Alan Mackenzie  <acm@muc.de>
2835         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
2837 2007-03-09  Richard Stallman  <rms@gnu.org>
2839         * abbrev.el (abbrev): Add `provide'.
2841 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
2843         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
2845 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
2847         * complete.el (PC-try-completion): New function.
2848         (PC-do-completion, read-file-name-internal): Use it instead of
2849         try-completion.
2851 2007-03-08  Alan Mackenzie  <acm@muc.de>
2853         Remove stale tokens from `c-found-types' cache.
2855         * progmodes/cc-mode.el (c-unfind-enclosing-token)
2856         (c-unfind-coalesced-tokens, c-before-change): New functions.
2857         (c-maybe-stale-found-type): New variable.
2859         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
2860         (c-trim-found-types): New functions.
2862 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2864         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
2865         (debug-ignored-errors): Add entry from smerge-match-conflict.
2867 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
2869         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
2870         special help topics for keywords.
2871         (idlwave-help-assistant-command): Include ".exe" for ms-dos
2872         etc. Assistant command.
2874 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
2876         * replace.el (occur-engine): Move buffer-undo-list binding...
2877         (occur-1): ...to here.
2879         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
2881         * simple.el (minibuffer-completing-symbol): New var.
2882         (eval-expression): Use it.
2883         (completion-setup-function): Don't bind completion-base-size when
2884         completing a symbol in the minibuffer.
2886 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
2888         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
2889         tries to start a second session in graphical mode.
2891 2007-03-07  Miles Bader  <miles@gnu.org>
2893         * international/isearch-x.el
2894         (isearch-process-search-multibyte-characters):
2895         Strip text-properties from PROMPT to avoid an error from read-string.
2897 2007-03-07  Kim F. Storm  <storm@cua.dk>
2899         * complete.el (PC-bindings): Remap lisp-complete-symbol to
2900         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
2902 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2904         * complete.el (PC-do-completion): Delete duplicates in the list of
2905         possible completions.
2907 2007-03-07  Glenn Morris  <rgm@gnu.org>
2909         * ses.el (ses-mode): Doc fix.
2911 2007-03-06  Kim F. Storm  <storm@cua.dk>
2913         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
2915 2007-03-06  Kenichi Handa  <handa@m17n.org>
2917         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
2919 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2921         * simple.el (completion-setup-function): Improve last fix so it doesn't
2922         set it to a relative directory name either.
2924 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2926         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
2928 2007-03-05  Richard Stallman  <rms@gnu.org>
2930         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
2932         * files.el (find-file-noselect): No error if file no longer exists.
2933         Display a message and avoid other questions.
2935 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2937         * pcomplete.el (pcomplete-show-completions): Improve last change, so
2938         as not to use an invisible window and to create a window if none exist.
2940         * progmodes/python.el (python-send-command): Restart proc if necessary.
2941         (python-proc): Simplify.
2943 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
2945         * pcomplete.el (pcomplete-show-completions): Search all frames for
2946         completions buffer.
2948 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
2950         * cus-edit.el (customize-save-variable): Clear customized-value
2951         property (saved values are now put in theme-value property).
2952         (customize-set-variable): Doc fix.
2954         * complete.el (PC-do-completion): If completion-ignore-case is
2955         non-nil, replace field with completion string before exiting.
2957 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
2959         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
2960         Append its extension to the resulting temporary file name.
2961         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
2963         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
2964         (tramp-smb-handle-write-region): Apply it.
2966 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2968         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2969         Redo previous change.
2971 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
2973         * diff-mode.el (diff-mode): Doc fix.
2975 2007-03-05  Kenichi Handa  <handa@m17n.org>
2977         * international/characters.el: Set category `l' (latin)
2978         for more characters.
2980 2007-03-04  Kim F. Storm  <storm@cua.dk>
2982         * emacs-lisp/authors.el (authors-aliases): Add alias.
2984 2007-03-04  Glenn Morris  <rgm@gnu.org>
2986         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
2987         all when switching major mode.
2988         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
2989         (hs-block-start-mdata-select, hs-block-end-regexp)
2990         (hs-forward-sexp-func, hs-adjust-block-beginning):
2991         Do not make these variables permanent-local.
2993 2007-03-04  Richard Stallman  <rms@gnu.org>
2995         * progmodes/cperl-mode.el (cperl-mode):
2996         Modify cperl-compilation-error-regexp-alist by appending.
2998         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
2999         (edebug-mode): Add the hook.
3000         (edebug-recursive-edit): Remove the hook on exiting.
3002         * type-break.el (type-break-get-previous-time):
3003         Handle end-of-file errors specially
3004         so they don't get reported wrong in .emacs.
3006         * startup.el (fancy-splash-text): Clarify text.
3008         * simple.el (beginning-of-buffer, end-of-buffer):
3009         Avoid treating plain C-u like numeric arg.
3011         * simple.el (completion-setup-function): Don't set
3012         default-directory to nil.
3014         * shell.el (shell-dirstack-query): Doc fix.
3016         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3017         Don't select the window -- pass it to primitives instead.
3019         * faces.el (minibuffer-prompt): Use medium blue by default.
3021 2007-03-04  David Kastrup  <dak@gnu.org>
3023         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3024         Preserve 16 as default value for "seconds" when customizing.
3026 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
3028         * textmodes/org.el (org-self-insert-command)
3029         (orgtbl-self-insert-command, org-delete-char)
3030         (org-delete-backward-char): Set the `flyspell-delayed' property.
3032 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
3034         * international/mule.el (find-auto-coding): Don't search for
3035         line-ending characters past the end of the tail.
3037 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
3039         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3040         Jump to the line where new score has been uploaded.
3042         * play/tetris.el (tetris-move-bottom, tetris-move-left)
3043         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3044         Do nothing when the game is paused.
3046 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
3048         * textmodes/org.el (org-set-tags): Prevent slipping of point
3049         during completion.
3051 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3053         * isearch.el (isearch-message-prefix):
3054         Use minibuffer-prompt-properties.
3056 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3058         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3059         (ps-setup): Print which Emacsen is running ps-print package.
3061 2007-03-01  Stuart Herring  <herring@lanl.gov>
3063         * files.el (set-auto-mode-0): Use `indirect-function'.
3064         (hack-one-local-variable): Don't reapply current major mode.
3066 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3068         * progmodes/python.el (python-quote-syntax): Don't bother with
3069         syntax-ppss-context.
3070         (python-fill-paragraph): Make sure that fenced-string delimiters that
3071         stand on their own line stay there.
3073 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3075         * replace.el (perform-replace): Propertize message.
3077 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
3079         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3080         invisible heading.
3082 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3084         * net/tramp.el (tramp-file-name-handler): Revert last change.
3086 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
3088         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3089         Correct doc strings.
3091 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3093         * replace.el (perform-replace): Undo forward-char immediately if
3094         non-adjacent search fails.
3096 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3098         * version.el (emacs-major-version, emacs-minor-version):
3099         string-to-int -> string-to-number.
3101 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
3103         * help.el (where-is): Fail gracefully when not passed a command.
3105 2007-02-28  Stuart Herring  <herring@lanl.gov>
3107         * find-lisp.el (find-lisp-default-directory-predicate):
3108         Fix bug: Do symlink check on expanded filename.
3110 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
3112         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3113         changes during replacement.
3114         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3116 2007-02-28  Lars Hansen  <larsh@soem.dk>
3118         * desktop.el: Delete header line listing me as maintainer.
3120 2007-02-28  Glenn Morris  <rgm@gnu.org>
3122         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3123         the menus case.
3125 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3127         * net/tramp.el (tramp-file-name-handler): Inhibit modification
3128         hooks to avoid confusion when combining after-change calls.
3130 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
3132         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3133         now that pgg-gpg-process-region correctly honors passed-in passphrase.
3134         (allout-distinctive-bullets-string): Add info about bullet conventions.
3135         (allout-mode): Add info about distinctive vs plain bullets.
3137 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
3139         * textmodes/org.el (org-archive-subtree): Quote variable name.
3140         (org-agenda-get-todos): Make sure skip properties are checked correctly.
3142 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
3144         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3145         (gud-bashdb-command-name, bashdb): Remove.
3146         (gud, gud-menu-map): Remove references to bash/bashdb.
3148 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
3150         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3151         keyword for Python 2.5.
3153 2007-02-26  Romain Francoise  <romain@orebokech.com>
3155         * net/net-utils.el (whois-server-tld): Update server for .org.
3156         (whois-server-list): Add whois.publicinterestregistry.net.
3157         (whois-guess-server): Fix formatting in docstring.
3159 2007-02-26  Kim F. Storm  <storm@cua.dk>
3161         * mouse.el (mouse-show-mark): Run hooks and perform command
3162         remapping for mouse-region-delete-keys.
3164 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3166         * font-core.el (font-lock-mode): Doc fix.
3168 2007-02-25  Kim F. Storm  <storm@cua.dk>
3170         * ido.el (ido-buffer-internal): Set this-command to fallback command.
3171         Add selected buffer to buffer-name-history.
3172         (ido-file-internal): Set this-command to fallback command.
3173         Add file names to file-name-history.
3175         * emacs-lisp/map-ynp.el (map-y-or-n-p):
3176         Apply minibuffer-prompt-properties.
3178 2007-02-25  Andreas Schwab  <schwab@suse.de>
3180         * files.el (hack-one-local-variable-eval-safep): Correct handling
3181         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
3183 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
3185         * textmodes/org.el (org-table-overlay-coordinates)
3186         (org-table-toggle-coordinate-overlays): New functions.
3187         (org-table-overlay-coordinates, org-table-coordinate-overlays):
3188         New variables.
3189         (org-startup-with-deadline-check): Remove option.
3190         (org-mode): Remove deadline check on startup.
3191         (org-table-limit-column-width): Remove option.
3192         (org-table-formula-numbers-only): Remove option.
3193         (org-link-style, org-link-format): Remove options.
3194         (org-select-agenda-window, org-fit-agenda-window): Remove options.
3195         (org-export-ascii-show-new-buffer)
3196         (org-export-html-show-new-buffer): Remove options.
3197         (org-activate-links): Remove camel option.
3198         (org-file-link-context-use-camel-case): Remove option.
3199         (org-camel-regexp): Remove variable.
3200         (org-activate-camels): Remove function.
3201         (org-store-link): Remove Camel stuff.
3202         (org-make-org-heading-camel): Remove function.
3203         (org-open-at-point): Remove camel stuff.
3204         (org-link-search): Remove camel stuff.
3205         (org-camel-to-words): Function removed.
3206         (org-get-agenda-file-buffer): Make sure we prepare the base
3207         buffers, not any indirect buffers.
3208         (org-sort-entries): Sort top-level when not on a headline, and no
3209         active region.
3210         (org-in-regexp): New function.
3211         (org-search-not-self): Rename from `org-search-not-link'.
3212         (org-open-link-marker): New variable.
3213         (org-open-at-point): Set `org-open-link-marker'.
3214         (org-print-icalendar-entries): Fixe bug with excluding DONE
3215         entries from the exported list.
3216         (org-edit-formula-lisp-indent): New command.
3217         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3218         (orgtbl-to-latex, orgtbl-insert-radio-table)
3219         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3220         (orgtbl-radio-table-templates): New option.
3221         (org-store-link-props):
3222         (org-remember-templates): More possibilities to insert info
3223         into templates.
3224         (org-remember-apply-template): Make use of the extended
3225         template capabilities.
3226         (org-remember-redo-template): New command.
3227         (org-upgrade-old-links)
3228         (org-table-modify-formulas, org-table-replace-in-formulas)
3229         (org-table-find-dataline)
3230         (org-table-get-vertical-vector): Remove functions.
3231         (org-table-remove-rectangle-highlight)
3232         (org-time-stamp-format, org-toggle-log-option)
3233         (org-table-highlight-rectangle)
3234         (org-table-iterate, org-table-make-reference):
3235         (org-translate-time, org-tree-to-indirect-buffer)
3236         (org-table-field-info, org-table-fix-formulas)
3237         (org-table-force-dataline, org-table-get-descriptor-line)
3238         (org-table-get-range)
3239         (org-skip-comments, org-sort)
3240         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3241         (org-table-current-dline, org-table-current-field-formula)
3242         (org-table-edit-backward-field)
3243         (org-table-edit-formulas-post-command)
3244         (org-table-edit-line-down, org-table-edit-line-up)
3245         (org-agenda-archive)
3246         (org-agenda-clock-cancel)
3247         (org-agenda-clock-out, org-agenda-list-stuck-projects)
3248         (org-agenda-open-link, org-agenda-show-new-time)
3249         (org-agenda-skip-subtree-when-regexp-matches)
3250         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3251         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3252         (org-do-sort, org-file-image-p, org-find-overlays)
3253         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3254         (org-highlight-until-next-command, org-isearch-end)
3255         (org-match-any-p, org-next-link, org-previous-link):
3256         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3257         (org-rewrite-old-row-references)
3258         (org-isearch-post-command)
3259         (org-table-edit-move, org-table-edit-next-field)
3260         (org-table-edit-scroll, org-table-edit-scroll-down)
3261         (org-set-frame-title, org-show-reference)
3262         (org-unhighlight-once, org-verify-change-for-undo): New functions.
3263         (org-show-variable): Remove command.
3264         (org-add-log-maybe): New arguments STATE, FINDPOS
3265         (org-table-sort-lines): Rewrite from scratch.
3266         (org-link-search): New argument AVOID-POS.
3267         (org-print-icalendar-entries): Remove argument CATEGORY.
3268         (org-run-agenda-series): Remove argument WONDOW.
3269         (org-next-link, org-previous-link): New commands.
3270         (org-agenda-date-format): New option.
3271         (org-table-iterate): New command.
3272         (org-table-modify-formulas)
3273         (org-table-replace-in-formulas): Remove functions.
3274         (org-table-fix-formulas): New function.
3275         (org-table-insert-column, org-table-delete-column)
3276         (org-table-move-column): Use `org-table-fix-formulas'.
3277         (org-follow-gnus-link): Patch from Bastien/Leo.
3278         (org-table-current-field-formula): New function.
3279         (org-file-image-p): New function.
3280         (org-agenda-show-new-time): New function.
3281         (org-agenda-date-later): Call `org-agenda-show-new-time'.
3282         (org-with-remote-undo): New macro.
3283         (org-agenda-undo): New command.
3284         (org-verify-change-for-undo): New function.
3285         (org-time-stamp-format): New function.
3286         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3287         by user.
3288         (org-match-any-p): New function.
3289         (org-make-tags-matcher): Handle regular expressions for tag and
3290         todo matches.
3291         (org-read-date): Accept "+N" as input for a date relative to the
3292         current date.
3293         (org-remove-subtree-entries-from-agenda): New function.
3294         (org-agenda-archive, org-agenda-kill):
3295         Use `org-remove-subtree-entries-from-agenda'.
3296         (org-do-sort, org-sort-entries): New functions.
3297         (org-sort): New command.
3298         (org-table-sort-lines): Use `org-do-sort'.
3299         (org-fix-decoded-time): New function.
3300         (org-table-number-regexp): Require 0x... to identify as number
3301         in tables.
3302         (org-startup-options): New keywords for note taking.
3303         (org-upgrade-old-links): Remove function.
3304         (org-get-repeat): New function.
3305         (org-show-context): Also show siblings on current level.
3306         (org-show-siblings): New function.
3307         (org-isearch-end, org-isearch-post-command): New functions.
3308         (org-show-siblings): New option.
3309         (org-show-context): Use `org-show-siblings'.
3310         (org-table-maybe-recalculate-line): No longer require `calc-eval'
3311         to be bound, because user may just use elisp.
3313 2007-02-24  Kim F. Storm  <storm@cua.dk>
3315         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3316         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3318 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
3320         * startup.el (command-line): Also check if the abbrev file is readable.
3322 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3324         * net/tls.el (tls-certtool-program): Fix custom type.
3326         * mail/feedmail.el (feedmail-message-id-generator)
3327         (feedmail-date-generator): Fix custom types.
3329         * mail/rmail.el (rmail-message-filter): Fix custom type.
3331 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
3333         * startup.el (command-line): If simple.el cannot be found, proceed
3334         with a warning message.
3336 2007-02-24  Kenichi Handa  <handa@m17n.org>
3338         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3339         case that BEG is a string.
3341 2007-02-24  Chris Moore  <dooglus@gmail.com>
3343         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3344         * pgg-pgp.el (pgg-pgp-encrypt-region):
3345         * pgg-gpg.el (pgg-gpg-encrypt-region):
3346         Check pgg-encrypt-for-me if no other recipients.
3348 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
3350         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3352         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3353         shell-quote-argument.
3355 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3357         * comint.el (comint-read-input-ring): Use comint-input-ring-size
3358         from the comint buffer instead of the temporary one.
3360 2007-02-23  David Reitter  <david.reitter@gmail.com>
3362         * cus-edit.el (custom-save-all): Canonicalize custom-file before
3363         storing it in recentf-exclude.
3365 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
3367         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3368         in splash screen.
3370 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
3372         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3373         commands, for restart.
3374         (idlwave-shell-current-module): Fix handling of module name by type.
3375         (idlwave-shell-break-in): Update type handling.
3376         (idlwave-shell-bp-get): Encode type in BP structure.
3377         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3378         (idlwave-shell-module-source-query): Query routine info based on type.
3379         Fix path parsing for non-compiled files.
3380         (idlwave-shell-module-source-filter): Don't signal error in filter
3381         if no source found.
3382         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3383         filter race.
3385 2007-02-22  Kim F. Storm  <storm@cua.dk>
3387         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3388         (editable-field): Document need to put some text before the %v
3389         escape in :format string.
3391 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3393         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3394         (vc-svn-use-edit): Remove unused config var.
3395         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3397         * outline.el (hide-sublevels): Keep empty last line, if available.
3399         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3400         rather than the corresponding unicode char, to make the code
3401         more readable.
3403 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
3405         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3406         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3407         (speedbar-item-info-tag-helper): Doc fixes.
3409 2007-02-19  Kenichi Handa  <handa@m17n.org>
3411         * international/mule-cmds.el (locale-language-names):
3412         Map "eo" to "Esperanto".
3414         * language/european.el ("Esperanto"): New language environment.
3416 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3418         * simple.el (kill-line): Doc fix.
3420 2007-02-17  Kim F. Storm  <storm@cua.dk>
3422         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3423         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
3424         (bindat--unpack-group, bindat--pack-group):
3425         Handle vectors with optional element type.
3427 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
3429         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3430         if PASSPHRASE is given.
3432 2007-02-17  Chris Moore  <dooglus@gmail.com>
3434         * jka-cmpr-hook.el (jka-compr-compression-info-list):
3435         Recognize backups of bz2 compressed files.
3437 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
3439         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3440         to nil to speed up lookup of the symbol in index nodes.
3442 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3444         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3445         Add indentation for the constants of Lisp.
3447 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3449         * ps-print.el: Use (defvar <foo>) where applicable.
3450         (ps-print-emacs-type): Remove.
3451         (ps-x-frame-property, ps-e-frame-parameter): Remove.
3452         (ps-frame-parameter): Align its call-convention with frame-parameter.
3453         (ps-begin-job): Adjust calls to it appropriately.
3454         (ps-setup): Don't print ps-print-emacs-type.
3455         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
3456         Define in such a way that it's obvious that it's defined.
3457         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
3458         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3459         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
3461 2007-02-15  Alan Mackenzie  <acm@muc.de>
3463         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
3464         an empty one-line C-style comment, post-position point properly.
3466 2007-02-15  Chris Moore  <dooglus@gmail.com>
3468         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3469         (isearch-lazy-highlight-new-loop): Bind it.
3470         (isearch-lazy-highlight-search): Use it.
3472         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
3474 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3476         * font-lock.el (font-lock-extend-region-wholelines):
3477         Only return non-nil if the region has really been changed.
3478         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3480 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
3482         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
3483         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
3484         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
3486 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
3488         * faces.el (color-values): Revert changes to docstring from
3489         2007-01-31 and 2000-09-07.
3491         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
3492         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
3493         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
3494         (ispell-help): Fix typos in docstring and output message.
3496 2007-02-14  Kim F. Storm  <storm@cua.dk>
3498         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
3499         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
3500         (grep): Fix lgrep reference.
3502         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
3503         (standard-display-underline): Use make-glyph-code.
3505         * descr-text.el (describe-char): Use glyph-char and glyph-face.
3507         * international/latin1-disp.el (latin1-display-char):
3508         Use make-glyph-code.
3510 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
3512         * ehelp.el (with-electric-help, electric-help-exit)
3513         (electric-help-retain): Doc fixes.
3515         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
3516         (byte-compile-file): Doc fixes.
3518 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3520         * term/mac-win.el: Change all uses of
3521         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
3522         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
3523         (mac-ae-get-url): Call select-frame-set-input-focus.
3524         (mac-dnd-handle-drag-n-drop-event): Don't call
3525         select-frame-set-input-focus.
3527 2007-02-13  Kenichi Handa  <handa@m17n.org>
3529         * international/characters.el: Fix documentation of category `a'.
3531 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
3533         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
3535 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
3537         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
3538         (tramp-get-remote-ln): Handle error case.
3539         Reported by Chris Moore <dooglus@gmail.com>.
3541 2007-02-11  Kim F. Storm  <storm@cua.dk>
3543         * bindings.el (ctl-x-map): Remove register compatibility bindings
3544         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
3546 2007-02-11  Richard Stallman  <rms@gnu.org>
3548         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
3549         in load history.
3551         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
3552         condition -- don't fail to stop at endpos.
3554 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
3556         * textmodes/org.el (org-agenda-get-todos)
3557         (org-agenda-get-timestamps, org-agenda-get-closed)
3558         (org-agenda-get-deadlines, org-agenda-get-scheduled)
3559         (org-agenda-get-blocks, org-format-agenda-item)
3560         (org-agenda-change-all-lines, org-scan-tags): Rename text property
3561         from `category' to `org-category'.
3563 2007-02-11  Kenichi Handa  <handa@m17n.org>
3565         * international/titdic-cnv.el (titdic-convert): Force files be written
3566         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
3567         (miscdic-convert): Force files be written with Unix-like eol format.
3569 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
3571         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
3573         * calculator.el (calculator-prompt): Doc fix.
3574         (calculator-mode-map): Fix typo in menu entry.
3576 2007-02-10  Jay Belanger  <belanger@truman.edu>
3578         * calculator.el (calculator): Do more extensive checking for when
3579         3 lines should be used for the calculator.
3581 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
3583         * info-look.el (info-lookup-make-completions):
3584         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
3585         index nodes.
3587         * info.el (Info-fontify-maximum-menu-size): Document the effect
3588         of a nil value.
3589         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
3590         non-nil before using it as size.
3592 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
3594         * subr.el (insert-for-yank-1): Prevent read-only properties from
3595         interfering with text property operations.
3597         * image-mode.el (image-mode): Revert 2007-01-30 changes.
3599         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
3600         (image-type-auto-detected-p): Fail if another match is found in
3601         auto-mode-alist.
3603         * files.el (magic-mode-alist): Call image-mode instead of
3604         image-mode-maybe for autodetected images.
3606 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
3608         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
3609         Fix typos in docstrings.
3610         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
3612 2007-02-09  Kim F. Storm  <storm@cua.dk>
3614         * emacs-lisp/float-sup.el: Remove obsolete comment.
3616 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3618         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
3620 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
3622         * simple.el: Revert previous change, at request of RMS:
3623         (fundamental-mode-hook): Remove.
3624         (fundamental-mode): Run after-change-major-mode-hooks manually,
3625         and don't run the now-nonexistent fundamental-mode-hook.
3627 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
3629         * simple.el (fundamental-mode-hook): Declare new hook.
3630         (fundamental-mode): Run the new dedicated hook, and don't run
3631         after-change-major-mode-hooks manually anymore.
3633 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3635         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
3636         added columns of chars.  Remove support for the "no-meta-info" format.
3637         Prompted by Romain Francoise <romain@orebokech.com>.
3639 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
3641         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
3642         (gdb-mouse-until, gdb-mouse-jump): Use it.
3644 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
3646         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
3647         work when there is just an assembler buffer (no source buffer).
3649 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
3651         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
3652         just because the diff was produced using "-p" (--show-c-function).
3654 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
3656         * faces.el (frame-set-background-mode): Use `color-values' and
3657         `display-color-p', not `x-color-values' and `x-display-color-p'.
3658         (face-valid-attribute-values): Use `defined-colors' instead of
3659         `x-defined-colors'.
3661 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3663         * ps-print.ps: The ps-print commands without face printing should not
3664         print background color.  Reported by Leo <sdl.web@gmail.com>.
3665         (ps-print-version): New version 6.7.3.
3666         (ps-begin-job): New arg.  Fix ps-default-background and
3667         ps-default-foreground initialization.
3668         (ps-face-attributes): Fix doc string.
3669         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
3671         * printing.el: Fix ps-print link.
3673 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
3675         * faces.el (face-set-after-frame-default): Compile attributes to
3676         be set by frame parameters before merging in X resources.
3678 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
3680         * simple.el (blink-matching-paren-dont-ignore-comments):
3681         (blink-matching-paren-on-screen): Doc fixes.
3683 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
3685         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
3687 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
3689         * loadhist.el (unload-feature): Silently ignore `load-history' entries
3690         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
3691         entries like `defun'.  Return nil.
3693 2007-02-05  Kim F. Storm  <storm@cua.dk>
3695         * ido.el: Doc fixes.
3697 2007-02-04  David Kastrup  <dak@gnu.org>
3699         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
3700         `mpuz-allow-double-multiplicator' is non-zero, and correct
3701         calculation of `min'.
3703 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3705         * wid-edit.el (widget-default-create): Insert new text at the
3706         :from marker _after_ the marker, not before it.
3708 2007-02-04  Alan Mackenzie  <acm@muc.de>
3710         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
3711         containing it is re-indented.
3713 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3715         * net/newsticker.el (newsticker--insert-image): Update docstring,
3716         and insert the image directly.
3717         (newsticker--buffer-redraw): Update docstring.
3719         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3720         Rename from define-global-minor-mode.
3722         * progmodes/cwarn.el (global-cwarn-mode):
3723         * emacs-lisp/autoload.el (make-autoload):
3724         * hi-lock.el (global-hi-lock-mode):
3725         * font-core.el (global-font-lock-mode): All callers changed.
3727 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
3729         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
3730         Don't copy @ignore lines into menu descriptions.
3731         (texinfo-multi-file-update): Goto the @node line before attempting
3732         to pluck the node name.
3733         (texinfo-multiple-files-update): Reverse the optional arguments'
3734         order, as per the doc string and the `interactive' form.
3736 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3738         * image-mode.el: Use autoload to avoid overriding disabled setting
3739         applied in .emacs.
3741 2007-02-03  Alan Mackenzie  <acm@muc.de>
3743         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
3744         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
3745         adjacent paren groups).
3747 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3749         * progmodes/ebnf2ps.el: Doc fixes.
3750         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
3752 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3754         * dired-x.el (dired-do-relsymlink): Add reference to
3755         dired-do-symlink.  Add an autoload cookie.
3757         * dired-aux.el (dired-do-symlink): Add reference to
3758         dired-do-relsymlink.
3760 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
3762         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
3763         <left-fringe mouse-3>: New bindings.
3765 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
3767         * newsticker.el (newsticker-version): Changed to "1.10".
3768         (newsticker--set-customvar): Doc string.
3769         (newsticker-new-item-face): Doc string.
3770         (newsticker-mode): Initialize `invisibility-spec' with t.
3771         (newsticker-mode-map): Added
3772         `newsticker-mark-all-items-at-point-as-read'.
3773         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
3774         (newsticker-w3m-show-inline-images): Do not call
3775         `w3m-remove-image'.
3776         (newsticker--buffer-after-w3m-insert-image): New advice for
3777         w3m-insert-image to cache images.
3778         (newsticker-next-item-same-feed): New.
3779         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
3780         (newsticker-mark-all-items-of-feed-as-read): New.
3781         (newsticker-mark-all-items-at-point-as-read): Use new functions.
3782         (newsticker-mark-item-at-point-as-read): Doc string.
3783         (newsticker-mark-item-at-point-as-read): Use new functions.
3784         (newsticker--do-mark-item-at-point-as-read): New, extracted from
3785         `newsticker-mark-item-at-point-as-read'.
3786         (newsticker-hide-entry): Use (t) instead of t for invisibility.
3787         (newsticker--sentinel): Yet another xml-parser workaround.
3788         (newsticker--decode-iso8601-date): Bugfix for datestrings without
3789         days.
3790         (newsticker--buffer-do-insert-text): Fix.
3791         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
3792         (newsticker--buffer-make-item-completely-visible):
3793         `switch-to-buffer' not necessary.
3795 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3797         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
3798         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
3799         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
3800         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
3801         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
3803 2007-02-02  Kenichi Handa  <handa@m17n.org>
3805         * international/quail.el (quail-show-key): Fix an error message.
3807 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3809         * faces.el (set-face-underline-p, modify-face): Rename arg
3810         UNDERLINE-P to UNDERLINE (it is not a flag).
3812 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
3814         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
3815         when adding gdb-speedbar-update to gdb-input-queue.
3817 2007-02-01  Kenichi Handa  <handa@m17n.org>
3819         * international/quail.el (quail-show-key): Signal an error if the
3820         current input method is not using Quail.
3822 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
3824         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
3825         Trim leading whitespace in sysvar names.
3827 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3829         * faces.el (internal-find-face, internal-get-face): Doc fixes.
3831 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
3833         * ido.el (ido-set-common-completion): Use `let', not `let*'.
3835 2007-01-31  Romain Francoise  <romain@orebokech.com>
3837         * comint.el: Delete extra copy of `comint-copy-old-input' added in
3838         previous change to this file.
3840 2007-01-31  Jason Rumney  <jasonr@gnu.org>
3842         * files.el (magic-mode-alist): Use image-mode-maybe rather than
3843         image-mode.
3845         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
3846         interfering with attempt to set major mode from modified
3847         auto-mode-alist.
3849 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
3851         * faces.el (color-values): Doc fix.
3852         (face-differs-from-default-p): Don't check :foreground twice.
3854 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
3856         * comint.el (comint-mode): Prevent non-keyword fontification by default.
3858 2007-01-31  Kenichi Handa  <handa@m17n.org>
3860         * international/quail.el (quail-store-decode-map-key): Store a
3861         translated character too.
3862         (quail-char-equal-p): New function.
3863         (quail-find-key1): Check character equality by quail-char-equal-p.
3864         (quail-decode-map-generated): New variable.
3865         (quail-find-key): Check quail-decode-map-generated and re-generate
3866         a decode map if necessary.
3868 2007-01-30  Richard Stallman  <rms@gnu.org>
3870         * tutorial.el (tutorial--detailed-help): Make the list of
3871         changed keys look nicer.
3873 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
3875         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
3876         (gdb-var-delete): Use it.
3877         (gdb-var-update-handler-1): Handle value "invalid" for MI field
3878         `in_scope'.
3880 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
3882         * files.el (get-free-disk-space): Return nil for remote directories.
3884         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
3885         instead of "dir".
3887 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
3889         * type-break.el (type-break-catch-up-event): New function.
3890         (type-break-demo-hanoi, type-break-demo-life)
3891         (type-break-demo-boring): Use it.
3893         * image-mode.el (image-mode): Don't automatically view as image.
3894         (image-toggle-display): Add `disabled' property.
3896 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3898         * isearchb.el (isearchb-iswitchb):
3899         * ps-print.el (ps-build-face-reference):
3900         * emacs-lisp/shadow.el (list-load-path-shadows):
3901         * eshell/esh-cmd.el (eshell-rewrite-for-command):
3902         * international/mule.el (find-auto-coding):
3903         * mail/supercite.el (sc-attrib-selection-list):
3904         * progmodes/cc-defs.el (c-emacs-features):
3905         * progmodes/cc-vars.el (c-offsets-alist):
3906         * progmodes/flymake.el
3907         (flymake-init-create-temp-source-and-master-buffer-copy):
3908         Fix typos in docstrings (some suggested by Chris Moore).
3910         * progmodes/vhdl-mode.el (vhdl-components-package-name)
3911         (vhdl-get-library-unit, vhdl-corresponding-begin)
3912         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
3913         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
3914         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
3915         (vhdl-font-lock-match-item): Fix typos in docstrings.
3916         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
3917         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
3918         (vhdl-speedbar-insert-project-hierarchy):
3919         Improve argument/docstring consistency.
3921 2007-01-29  Kenichi Handa  <handa@m17n.org>
3923         * international/titdic-cnv.el (py-converter): Fix previous change.
3925 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
3927         * jka-compr.el (jka-compr-partial-uncompress)
3928         (jka-compr-call-process): Rebind default-directory if it is
3929         invalid.  Suggested by Chris Moore.
3931         * comint.el (comint-insert-input): Handle situation where the
3932         selected buffer is not the clicked buffer.
3934 2007-01-29  Kenichi Handa  <handa@m17n.org>
3936         * international/ja-dic-cnv.el (skkdic-convert):
3937         Add byte-compile-disable-print-circle:t at the head.
3939         * international/titdic-cnv.el (tit-process-header):
3940         Add byte-compile-disable-print-circle:t at the head.
3941         (miscdic-convert): Likewise.
3942         (py-converter): Skip the header comments.
3944         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
3945         New variable.
3946         (byte-compile-output-file-form): Bing print-circle to nil if
3947         byte-compile-output-file-form is not nil.
3948         (byte-compile-output-docform): Likewise.
3950 2007-01-28  Kim F. Storm  <storm@cua.dk>
3952         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
3953         Declare earlier to avoid byte compiler warnings.
3955 2007-01-28  Markus Triska  <markus.triska@gmx.at>
3957         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
3959 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
3961         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
3962         (gamegrid-add-score-with-update-game-score-1): Allow local quits
3963         when calling update-game-score program.  Remove unnecessary
3964         save-excursion.
3966         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
3968 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
3970         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
3971         avoid compiler warning.
3972         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
3973         might have values other than "true" or "false".
3975 2007-01-28  Richard Stallman  <rms@gnu.org>
3977         * textmodes/fill.el (fill-paragraph-function): Doc fix.
3978         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
3980         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
3982         * image.el (image-type-header-regexps): Make GIF regex more specific.
3984         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
3985         Don't check `backspace'.
3986         (tutorial--find-changed-keys): Look up bindings in a temp buffer
3987         in Fundamental mode.
3989         * startup.el (fancy-splash-text, normal-splash-screen):
3990         Mention C-g.
3992         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
3993         when inserting in buffer.
3995         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
3996         inside the if.
3998 2007-01-27  Richard Stallman  <rms@gnu.org>
4000         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4002 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
4004         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4005         enum/union/struct/class definition.
4006         Revert change to call `forward-sexp' multiple times.
4008 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
4010         * files.el (hack-local-variables-confirm): Don't keep trying to
4011         read an event from an empty kbd macro.
4013 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
4015         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4017 2007-01-27  Ben North  <ben@redfrontdoor.org>
4019         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
4020         the arg CHILDREN -> WHICH.
4022 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
4024         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4025         default-directory to a sane value when calling start-process.
4027 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
4029         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4030         (ls-lisp-format-time-list): Doc fix.  Mention
4031         ls-lisp-use-localized-time-format.
4032         (ls-lisp-format-time): Use ls-lisp-format-time-list if
4033         ls-lisp-use-localized-time-format is non-nil, even if a valid
4034         locale is defined.
4036 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
4038         * jka-compr.el (jka-compr-shell): Doc fix.
4040         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4042 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4044         * ps-print.ps: Fix background height.
4045         (ps-print-version): New version 6.7.2.
4047 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
4049         * makefile.w32-in (finder-data, custom-deps): Depend on
4050         $(lisp)/loaddefs.el.
4052 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4054         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4056 2007-01-24  Miles Bader  <miles@gnu.org>
4058         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4059         (byte-compile-output-docform): Bind `print-circle' to t.
4061 2007-01-24  Kenichi Handa  <handa@m17n.org>
4063         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4064         file name of the original SKK dictionary file.
4066 2007-01-24  Kim F. Storm  <storm@cua.dk>
4068         * ido.el (ido-initial-position): New variable.
4069         (ido-read-internal): Set it if default item is specified.
4070         (ido-minibuffer-setup): Position cursor accordingly if set.
4071         (ido-edit-input): C-e moves to end of input if not already there.
4072         (ido-magic-backward-char): C-b does like M-b if prev char is /.
4073         Don't switch to buffer mode if repeating C-b at start of input.
4074         (ido-toggle-ignore): C-a only toggles ignore at start or end of
4075         input; else it moves to start of input.
4076         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4077         not at end of input, delete rest of input, rather than normal op.
4079 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4081         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
4083         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4084         of message.  Activate mark.
4085         (ediff-activate-mark): Set transient-mark-mode to t.
4087         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4089 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
4091         * help-fns.el (describe-variable): Don't suppress display of
4092         buffer local value when the value is "large".
4094 2007-01-22  Kim F. Storm  <storm@cua.dk>
4096         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4097         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4098         (ido-tidy): Use ido-active.
4100 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
4102         * hexl.el (hexl-mode-exit): Add missing quote.
4104 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4106         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4107         (mac-ae-keyboard-modifiers): New function.
4108         (mac-handle-toolbar-switch-mode): Use it.
4109         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
4110         if keyboard modifiers on drop contain option key.
4111         (mac-dnd-drop-data): Add optional argument `action'.
4112         (special-event-map): Remove binding for M-drag-n-drop.
4114 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
4116         * add-log.el (add-log-current-defun): Use CC Mode functions to
4117         find the beginning and end of a defun.
4119 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
4121         * progmodes/gdb-ui.el (gdb-var-create-regexp)
4122         (gdb-var-create-handler): Handle value field in GDB output of
4123         -var-create.
4124         (gdb-max-frames): New variable.
4125         (gdb-stack-buffer, gdb-frames-select): Use it.
4126         (gdb-info-stack-custom): Help user customize gdb-max-frames,
4127         if necessary.
4128         (gdb-get-frame-number): Simplify.
4130 2007-01-21  Glenn Morris  <rgm@gnu.org>
4132         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4133         Update copyrights.
4135 2007-01-21  Alan Mackenzie  <acm@muc.de>
4137         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4138         handling of K&R stuff.
4140 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4142         * textmodes/bibtex.el (bibtex-files): Fix customization type.
4144 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4146         * ps-print.el: Handle frame parameters (background and/or foreground
4147         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
4148         (ps-print-version): New version 6.7.1.
4149         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4150         (ps-frame-parameter): New fun.
4151         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4152         Fix doc and customization.
4153         (ps-begin-job): Get frame parameters (background and/or foreground
4154         colors).
4155         (ps-do-despool): Ensure ps-printer-name has a valid value.
4157 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
4159         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4160         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4161         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4162         mean unlimited.
4164 2007-01-20  Alan Mackenzie  <acm@muc.de>
4166         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4167         much more rigorous analysis of putative K&R regions.
4169 2007-01-20  Alan Mackenzie  <acm@muc.de>
4171         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4172         New functions.
4174 2007-01-20  Alan Mackenzie  <acm@muc.de>
4176         * progmodes/cc-align.el, progmodes/cc-cmds.el,
4177         * progmodes/cc-defs.el, progmodes/cc-engine.el,
4178         * progmodes/cc-langs.el, progmodes/cc-styles.el,
4179         * progmodes/cc-vars.el: Add my name.
4181 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
4183         * files.el (find-alternate-file): Revert query message to Emacs 21
4184         version.
4186 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4188         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4189         the doc string how to use personal abbrevs without electric
4190         keywords.
4192 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4194         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4195         Fixed cursor position when toggle abbreviated display.
4197 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
4199         * t-mouse.el: Update copyright following assignment by
4200         Alessandro Rubini.
4202 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
4204         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4205         (type-break-demo-boring): Call read-event instead of read-char.
4207 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
4209         * progmodes/compile.el: Add handling for makepplog.
4211 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4213         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4214         aspell dictionaries are initialized when called non-interactively.
4216 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
4218         * progmodes/compile.el (compilation-loop): New arg limit.
4219         Handle case where the first error is at point-min.
4220         (compilation-next-error): New arg to compilation-loop call.
4222 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
4224         * info.el (Info-default-dirs): Change default info dir to
4225         share/info.
4227         * paths.el (Info-default-directory-list): Ditto.
4229 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
4231         * hexl.el (hexl-before-revert-hook): New function.
4232         (hexl-mode): Use it.
4233         (hexl-after-revert-hook): Just call hexl-mode.
4234         (hexl-mode-exit): Remove before-revert-hook.
4236 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4238         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4240 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
4242         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4243         by "-" in francais7 otherchars entry.
4244         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4245         otherchars entry.
4247 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
4249         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4250         path.  Rewrite function in `cond' style for readability.
4252         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4253         (The path shortening, that is, not the rearrarangement.)
4255 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4257         * term/mac-win.el (mac-ae-quit-application): New function.
4258         (mac-apple-event-map): Bind "quit application" Apple event to it.
4260 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4262         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4263         than the program's output.
4265 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4267         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4268         (kmacro-start-macro-or-insert-counter)
4269         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4270         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4272         * longlines.el (longlines-show-hard-newlines):
4273         * ruler-mode.el (ruler-mode-ruler):
4274         * emulation/keypad.el (keypad-setup):
4275         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4276         Fix typo in docstring.
4278 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
4280         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4281         Remove redirect character ">".
4283 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
4285         * replace.el (perform-replace): Remove leftover code.
4287 2007-01-12  Richard Stallman  <rms@gnu.org>
4289         * replace.el (perform-replace): Don't clear NODENT when computing
4290         the replacement string.
4292 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
4294         * net/tramp.el (tramp-handle-file-local-copy):
4295         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
4296         <christopher.ian.moore@gmail.com>.
4298 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4300         * diff-mode.el (diff-sanity-check-context-hunk-half)
4301         (diff-sanity-check-hunk): New functions.
4302         (diff-find-source-location): Use'em to check the hunks are well-formed.
4304         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4305         activate undo when undo is not active.
4306         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4308 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4310         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4311         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4312         (ffap-url-at-point): Use char-classes rather than "a-z".
4314 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
4316         * ediff-init.el (ediff-autostore-merges):
4317         * textmodes/fill.el (fill-region): Doc fix.
4319 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4321         * server.el (server-ensure-safe-dir): UIDs may be floats.
4323 2007-01-10  Richard Stallman  <rms@gnu.org>
4325         * battery.el (battery-linux-proc-acpi): Use ignore-errors
4326         around calls to directory-files.
4328         * subr.el (momentary-string-display): Use save-excursion.
4330         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4331         argument, but read it as `X' does.
4333 2007-01-09  Juri Linkov  <juri@jurta.org>
4335         * info.el (Info-fontify-node): Don't hide node names of index entries.
4337         * faces.el (momentary): Change :group to basic-faces where all
4338         basic faces belong to.  Add :version.
4340 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4342         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4343         keybinding is found.
4344         (tutorial--find-changed-keys): Never treat null keybinding as a
4345         remapping.
4347 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
4349         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4351 2007-01-09  Kenichi Handa  <handa@m17n.org>
4353         * international/mule-cmds.el
4354         (select-safe-coding-system-interactively): Fix message.
4356 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
4358         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4359         (tramp-process-actions): Add optional parameter TIMEOUT.
4360         (tramp-open-connection-telnet, tramp-open-connection-rsh)
4361         (tramp-open-connection-su): Add timeout of 60".
4363 2007-01-09  Richard Stallman  <rms@gnu.org>
4365         * progmodes/compile.el (compile): Doc fix.
4367 2007-01-09  Markus Triska  <markus.triska@gmx.at>
4369         * tumme.el (tumme-display-thumb): Doc fix.
4371 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
4373         * battery.el (battery-search-for-one-match-in-files):
4374         * bindings.el (mode-line-minor-mode-help):
4375         * x-dnd.el (x-dnd-types-alist):
4376         * calendar/icalendar.el (icalendar-import-buffer):
4377         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4379         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4381 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
4383         * replace.el (replace-regexp): Fix typo in docstring.
4385 2007-01-07  Alan Mackenzie  <acm@muc.de>
4387         * progmodes/cc-langs.el (c-operators, c-filter-ops):
4388         Amend doc-string and comments.
4390 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
4392         * files.el (abbreviate-file-name): Doc fix.
4394 2007-01-06  Markus Triska  <triska@gmx.at>
4396         * subr.el (split-string): Remove spurious ")" from doc string.
4398 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
4400         * textmodes/table.el (table--warn-incompatibility):
4401         Use display-warning instead of momentary-string-display.
4403 2007-01-05  Richard Stallman  <rms@gnu.org>
4405         * image.el (image-type-header-regexps): Recognize xbm more strictly.
4407         * simple.el (backward-kill-word): Doc fix.
4409 2007-01-05  Romain Francoise  <romain@orebokech.com>
4411         * international/mule.el (sgml-html-meta-auto-coding-function):
4412         Ensure that the buffer contains a HTML document.
4414 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4416         * faces.el (momentary): Move here ...
4417         * subr.el (momentary): ... from here.
4419 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
4421         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4422         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4423         large structures/arrays.
4425 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
4427         * files.el (find-file-noselect-1, set-visited-file-name):
4428         Allow backup-enable-predicate to be nil.
4430 2007-01-04  Andreas Schwab  <schwab@suse.de>
4432         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4433         last change.
4435 2007-01-03  Richard Stallman  <rms@gnu.org>
4437         * woman.el (woman-decode-buffer): Clarify error message.
4439 2007-01-03  Alan Mackenzie  <acm@muc.de>
4441         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
4443 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
4445         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
4447 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4449         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
4451 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
4453         * emulation/viper.el (viper-custom-file-name, viper-mode):
4454         Fix typos in docstrings.
4456         * subr.el (momentary-string-display): After moving point, set POS
4457         variable to it to avoid later errors once the buffer is modified.
4458         Doc fix.
4460 2007-01-02  Alan Mackenzie  <acm@muc.de>
4462         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
4463         check that the "*/" is present before trying to manipulate it.
4465 2007-01-02  Richard Stallman  <rms@gnu.org>
4467         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4469         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
4470         Fix format of value.
4472         * cus-edit.el (customize-unsaved): Rename from customize-customized.
4473         Change messages accordingly.
4474         (customize-customized): Now alias.
4476 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
4478         * files.el (version-control): Doc fix.
4480 2007-01-01  Alan Mackenzie  <acm@muc.de>
4482         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
4483         Check the format of c-state-cache is valid for an optimisation before
4484         using it.
4486         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
4487         are at a statement within a macro".  Other changes so that only
4488         the first continuation line in a macro gets the symbol
4489         `cpp-define-intro', the others getting `statement', or whatever.
4491         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
4492         a string, preserve whitespace.  Add a backslash only when also in
4493         a macro.
4495         * progmodes/cc-defs.el: Correct typos.
4497         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
4498         new line after an escaped EOL in a string.
4500         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
4501         label when it directly follows "else", "do", ....
4503         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
4504         angle brackets (as seen in "explicit specialisations" of C++
4505         templates).
4507         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
4508         in the doc-string.
4510         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
4511         when the comment ender looks like "=========*/" and is alone on
4512         its line.
4514         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
4515         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
4516         for the old name.
4518         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
4519         c-\(beginning\|end\)-of-defun by default.
4521         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
4522         New line-up function, for the DEFUN macro in the Emacs C sources.
4523         Only used in "gnu" style.
4525         * progmodes/cc-styles.el (c-style-alist): Use this new function in
4526         the "gnu" style.
4528         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
4529         clean-up comment-close-slash also to work when there's a comment
4530         terminator on the line.
4531         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
4532         these for large arg - only take account of top level {..}, except
4533         for initial and final adjustments.  M-- C-M-[ae] now go to the
4534         right defuns when the starting point is between defuns.  They use
4535         the four new functions:
4536         (c-in-function-trailer-p, c-where-wrt-brace-construct)
4537         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
4538         support c-\(beginning\|end\)-of-defun.
4540         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
4541         expressions more rigorously, to exclude bit-field specifiers from
4542         being classed as labels.
4543         (c-forward-label): When analyzing a ":" within a macro, be careful
4544         about using c-forward-syntactic-ws at the macro beginning.
4545         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
4546         stmt boundary, check for "operator=", etc.
4548         * progmodes/cc-mode.el (c-postprocess-file-styles):
4549         Bind inhibit-read-only to t, around the call to
4550         c-remove-any-local-eval-or-mode-variables, so that it works on a
4551         RO file.
4553         * progmodes/cc-defs.el (c-version): Update the version number to
4554         "5.31.4".
4556 2007-01-01  Richard Stallman  <rms@gnu.org>
4558         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
4559         only if we restored isearch-window-configuration.
4561 2006-12-31  Romain Francoise  <romain@orebokech.com>
4563         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
4565 2006-12-31  Kim F. Storm  <storm@cua.dk>
4567         * files.el (auto-mode-case-fold): New defcustom.
4568         (set-auto-mode): If non-nil, perform second case-sensitive pass
4569         through auto-mode-alist if first pass failed.
4571 2006-12-30  Richard Stallman  <rms@gnu.org>
4573         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
4575 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
4577         * allout.el (allout-encrypt-string): Handle symmetric-key
4578         passphrase caching but leave keypair caching to pgg.
4580 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
4582         Sync with Tramp 2.0.55.
4584         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
4585         `integerp'.  `char-equal' could fail else in case of negative
4586         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
4587         (top): Check for `font-lock-add-keywords' before calling; it
4588         doesn't exist under XEmacs.
4589         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
4590         (tramp-completion-mode): Remove clause (not
4591         tramp-unified-filenames), because the function is called in other
4592         context too, where this check results in wrong results in the
4593         XEmacs case on Windows.
4594         (tramp-touch): UTC handling is not possible for XEmacs.
4596 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4598         * scroll-bar.el (previous-scroll-bar-mode): New variable
4599         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
4600         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
4602         * term/x-win.el: Set scroll bar mode to right if set by X resources.
4604 2006-12-30  Richard Stallman  <rms@gnu.org>
4606         * files.el (make-backup-file-name-1): Precompute abs name
4607         but don't lose the relative name.
4609         * international/mule-cmds.el (select-safe-coding-system-interactively):
4610         Fix message.
4612 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4614         * files.el (backup-buffer): Show entire backup file name in msg.
4616 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
4618         * image.el (image-type-header-regexps, image-type-from-data)
4619         (image-type-from-buffer, image-type-from-file-header):
4620         Revert changes from 2006-12-26.
4621         (image-type-auto-detectable): New variable.
4622         (image-type-auto-detected-p): New function.
4624         * files.el (magic-mode-alist): Detect image files with
4625         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
4627 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
4629         * dired.el (dired-sort-other): Move test for dired-mode...
4630         (dired-sort-set-modeline): ...to here.
4632 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4634         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
4635         change.  Suggested by Stefan Monnier.
4637 2006-12-29  Kim F. Storm  <storm@cua.dk>
4639         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
4640         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
4642 2006-12-27  Kim F. Storm  <storm@cua.dk>
4644         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
4645         so it doesn't accidentally match an fsf.org mail address.
4646         (authors-renamed-files-alist): Add tcover-*.el.
4648 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4650         * vc-arch.el (vc-arch-find-version): New function.
4652         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
4653         composed of arbitrary characters (even /) in some systems.
4655 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
4657         * international/mule-cmds.el (select-safe-coding-system-interactively):
4658         Improve the message in the *Warning* buffer.
4660 2006-12-27  Kim F. Storm  <storm@cua.dk>
4662         * ido.el (ido-set-matches-1): Fix last change.  If default item is
4663         current buffer, it is ok to be first.
4665 2006-12-27  Kenichi Handa  <handa@m17n.org>
4667         * international/mule-cmds.el (select-safe-coding-system-interactively):
4668         Use face `link' for problematic chars.
4670 2006-12-27  Kenichi Handa  <handa@m17n.org>
4672         * international/mule-cmds.el (select-safe-coding-system-interactively):
4673         Improve the message in *Warning* buffer.
4675 2006-12-27  Kim F. Storm  <storm@cua.dk>
4677         * ido.el (ido-set-matches-1): Never put current buffer first if
4678         there are other matches.
4680 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
4682         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
4683         expressions.
4684         (gdb-var-delete): Handle duplicate names.  Print message for non
4685         root expressions.
4686         (gdb-partial-output-name): Start buffer name with a space.
4687         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
4688         buffer name.
4690 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4692         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
4693         last footnote when `footnote-spaced-footnotes' is nil.
4695 2006-12-26  Richard Stallman  <rms@gnu.org>
4697         * cus-edit.el (custom-browse-sort-alphabetically)
4698         (custom-buffer-sort-alphabetically)
4699         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
4701         * image.el (image-type-header-regexps): Change element format
4702         to include third item NOT-ALWAYS.
4703         (image-type-from-data): Handle new format.
4704         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
4705         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
4707 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
4709         * add-log.el (add-log-current-defun): Call `forward-sexp'
4710         multiple times to pick a member function name defined as
4711         part of nested classes/namespaces.
4713 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4715         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
4716         which keymap should be used to change menu.  It does not affect any
4717         existent code.
4719 2006-12-26  Richard Stallman  <rms@gnu.org>
4721         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
4722         rather than for being in a minibuffer window.
4724 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
4726         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
4727         locale-coding-system.
4728         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
4729         LF.
4731 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
4733         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
4734         (sql-mode-syntax-table): Disable double quoted strings.
4735         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
4737 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4739         * startup.el (fancy-splash-last-input-event): New variable.
4740         (fancy-splash-special-event-action): New function.
4741         (fancy-splash-screens): Temporarily bind special events to it.
4742         Execute command for saved special event before exiting from
4743         recursive editing.
4745         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
4746         New functions.
4747         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
4748         Use mac-unread-string.
4750 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4752         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
4753         an optimized comment regexp if `comment-start-skip' uses a ^.
4754         * bs.el (bs--up): Remove interactive spec.
4756 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
4758         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
4759         Suggested by James Cloos.
4761 2006-12-24  Kevin Ryde  <user42@zip.com.au>
4763         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
4764         in March.
4765         (calendar-dst-ends): Default to first Sunday in November.
4767 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
4769         * allout.el (allout-encrypt-string): Inhibit use of agent within
4770         body of let form where encryption happens.  Acknowledge non-use of
4771         gpg-agent in docstring.
4772         (allout-toggle-subtree-encryption): Acknowledge non-use of
4773         gpg-agent in docstring.
4775 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
4777         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
4779 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4781         * ediff-diff.el (ediff-diff-options): Clarify docstring.
4782         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
4784         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
4785         in hooks.
4786         (viper-add-newline-at-eob-if-necessary): Add newline only if we
4787         actually modify buffer; ignore errors if occur.
4789 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
4791         * calendar/calendar.el (calendar-mode-map): Switch < and >.
4792         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
4793         formatting.
4795 2006-12-23  Richard Stallman  <rms@gnu.org>
4797         * simple.el (delete-horizontal-space): Doc fix.
4799 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
4801         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
4802         explicitly in a recursive Make, not implicitly through prerequisites,
4803         since the latter is wrong under parallel builds.
4805 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
4807         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
4809 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4811         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
4812         message string.
4814 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
4816         * outline.el (outline-next-visible-heading): Fix the case with a
4817         header at end-of-file with no final newline.
4819 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
4821         * indent.el (tab-always-indent): Doc fix.
4823 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
4825         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
4826         (Info-fontify-node): Do fontify indices.
4828         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
4829         to the Emacs Lisp reference manual.
4830         (tutorial--tab-map): Remove.  All callers changed.
4831         (tutorial--find-changed-keys): New elt QUIET, used to...
4832         (tutorial--display-changes): ...ensure that warning messages are
4833         only issued once per changed key.
4834         (tutorial--remove-remarks): Delete unused code-path.
4835         (lang-strings): Remove extraneous formatting.
4836         (tutorial--save-tutorial): Prompt before saving tutorial state.
4838 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
4840         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
4841         Replace '?\ ' by '?\s' throughout.
4842         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
4843         `help' custom group.
4844         (tutorial--key-description): New function.
4845         (tutorial--display-changes): Remove redundant arg.  Scan for all
4846         key sequences to avoid false matches.  Cleanup.
4847         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
4848         reduce homedir pollution.
4849         (help-with-tutorial): Call tutorial--display-changes with no arg.
4851 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
4853         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
4855 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
4857         * net/tramp.el (tramp-default-method): We still need to check for
4858         `executable-find', because it is not bound under Emacs 20.
4859         (tramp-handle-file-name-completion)
4860         (tramp-completion-handle-file-name-completion): Handle optional
4861         parameter PREDICATE.
4862         (tramp-find-default-method): Add code for default values.
4864 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
4866         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
4867         make gud-go send "continue".
4869 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
4871         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
4872         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
4874 2006-12-19  Kim F. Storm  <storm@cua.dk>
4876         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
4877         instead of global-map.
4879         * files.el (magic-mode-alist): Allow matching file type by
4880         calling a function at bob.  Check for image types by calling
4881         image-type-from-buffer.  Suggested by Juanma Barranquero.
4882         (set-auto-mode): Do it.
4884 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
4886         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
4887         Remove "ControlMaster" option from the other `scp*' methods.
4888         (tramp-default-method): Check for ssh-agent before setting to `scp'.
4890 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
4892         * textmodes/org.el (org-mode): Show context after isearch.
4893         (org-show-siblings): New function.
4894         (org-show-context): Use `org-show-siblings'.
4896 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4898         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
4899         Use syntax-ppss-toplevel-pos.
4901 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
4903         * textmodes/org.el (org-current-line): Make sure that lines are
4904         counted from beginning of buffer.
4905         (org-table-copy-region, org-table-paste-rectangle): Make sure that
4906         lines are counted from beginning of buffer.
4908 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4910         * info.el (Info-build-node-completions): Signal error if tag-table
4911         marker is not found.
4913         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4915 2006-12-17  Alan Mackenzie  <acm@muc.de>
4917         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
4918         speed) the case when open-paren-in-column-0-is-defun-start is nil.
4919         Based on code by Martin Rudalics.
4921         * progmodes/cc-mode.el (c-basic-common-init): Don't set
4922         open-paren-in-column-0-is-defun-start to nil any more.
4924 2006-12-17  Richard Stallman  <rms@gnu.org>
4926         * simple.el (delete-horizontal-space): Use prefix arg.
4928         * help-fns.el (describe-variable): Improve blank separator lines.
4930         * files.el (magic-mode-alist): Mark as risky.
4932         * files.el (make-backup-file-name-1):
4933         Expand backup-directory explicitly.
4935 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
4937         * net/tramp.el (tramp-default-method): Before setting to "pscp",
4938         check whether package password.el is loaded, or Pageant is running.
4940 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
4942         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
4943         (icalendar--rris): First try Emacs, then XEmacs.
4944         (icalendar--convert-ical-to-diary): Doc fix.
4945         Insert newline at end of target file.
4947 2006-12-17  Kim F. Storm  <storm@cua.dk>
4949         * outline.el (outline-isearch-open-invisible-function): New defvar.
4950         (outline-flag-region): Use it if non-nil for isearch-open-invisible
4951         overlay property instead of outline-isearch-open-invisible.
4953 2006-12-16  Kim F. Storm  <storm@cua.dk>
4955         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
4956         if ido-directory-too-big is set on entry.
4957         (ido-toggle-ignore, ido-completion-help): Print message while
4958         reading big directory.
4960 2006-12-15  Richard Stallman  <rms@gnu.org>
4962         * shell.el (shell): Doc fix.
4964 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
4966         * emulation/edt.el (edt-xserver):
4967         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
4968         to fix a problem on Cygwin.
4970         * emulation/edt.el
4971         * emulation/edt-mapper.el
4972         * emulation/edt-lk201.el
4973         * emulation/edt-pc.el
4974         * emulation/edt-vt100.el: Update maintainer's email address.
4976 2006-12-15  Simon Marshall  <simon@gnu.org>
4978         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
4980 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4982         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
4983         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
4984         instead of mac-atsu-font-table.
4985         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
4987 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
4989         * align.el (align-match-tex-pattern): Fix a rare bug which
4990         hanged Emacs.
4992 2006-12-14  Richard Stallman  <rms@gnu.org>
4994         * startup.el (use-fancy-splash-screens-p): Use frame-height
4995         instead of window-height.  Pass frame to image-size.
4997 2006-12-13  Kenichi Handa  <handa@m17n.org>
4999         * international/mule-cmds.el (set-locale-environment):
5000         Set default-sendmail-coding-system too.
5002 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
5004         * progmodes/idlw-help.el: Fix copyright notice.
5006 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5008         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5010 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
5012         * subr.el (unread-command-char): Reformat obsolescence info.
5014 2006-12-11  Richard Stallman  <rms@gnu.org>
5016         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5017         about calls to cl-struct-setf-expander.
5019 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
5021         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5022         (ediff-combination-pattern): Fix typo in docstring.
5024         * textmodes/refer.el (refer-find-entry): Doc fix.
5025         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5026         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5027         Fix tipos in docstrings.
5029         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5031 2006-12-10  Kim F. Storm  <storm@cua.dk>
5033         * ido.el (ido-init-completion-maps): Remap backward-kill-word
5034         instead of binding M-backspace.
5036 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
5038         * replace.el (replace-match-data, replace-match-maybe-edit):
5039         * calc/calc-aent.el (calc-eval-error):
5040         * emulation/vi.el (vi-char-argument):
5041         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5042         (c-vsemi-status-unknown-p-fn): Doc fixes.
5044 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
5046         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5047         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
5049 2006-12-10  Masatake YAMATO  <jet@gyve.org>
5051         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5053 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
5055         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5057         * man.el (Man-xref-button-action): New function.  If the
5058         `Man-target-string' button property is a function, assume it
5059         accepts a position argument.
5060         (Man-abstract-xref-man-page): Use it.
5061         (Man-default-man-entry): New optional arg POS.
5063         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5064         symlink arrows read-only and non-rear-sticky.
5066 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
5068         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5069         (wdired-search-and-rename): Simplify code.
5070         (wdired-preprocess-files, wdired-preprocess-perms): Make
5071         read-only property of preceding character rear-nonsticky to
5072         avoid that it can be modified.  Put old-name and old-link
5073         properties on character preceding name and replace
5074         put-text-property by add-text-properties.
5075         (wdired-get-filename, wdired-get-previous-link): Get old-name
5076         and old-link properties from character preceding name and
5077         simplify code.
5078         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5079         (wdired-perms-to-number): Make local-map property
5080         rear-nonsticky to avoid that text following permissions may be
5081         modified.  Use add-text-properties instead of put-text-property
5082         when changing a permission bit.
5083         (wdired-change-to-dired-mode): Remove stickiness properties.
5085 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
5087         * international/mule-cmds.el (register-input-method): Doc fix.
5089 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
5091         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5093 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5095         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5096         Force buffer local defs evaluation on local variables loading.
5097         (flyspell-mode-on, flyspell-mode-off): Use it in
5098         `hack-local-variables-hook'.
5100 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
5102         * emacs-lisp/find-func.el (find-variable): Doc fix.
5104         * help-fns.el (variable-at-point): Doc fix.
5106         * w32-fns.el (w32-append-code-lines): New function.
5108 2006-12-09  Romain Francoise  <romain@orebokech.com>
5110         * comint.el (comint-insert-input): Delete obsolete comment.
5112 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5114         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5115         current frame, in case we're connected to several displays.
5117 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
5119         * frame.el (other-frame): Doc fix.
5120         (set-frame-parameter): Fix typo in docstring.
5122 2006-12-07  Kim F. Storm  <storm@cua.dk>
5124         * info.el (Info-index): Strip leading colon from topic.
5126 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
5128         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5129         to pointers.
5131 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
5133         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5134         Trim out spurious class inheritance "None" entries.
5136 2006-12-05  Kim F. Storm  <storm@cua.dk>
5138         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5139         (cua-paste-pop): Rework last change for
5140         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5141         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5142         text inserted by the last M-y command.
5144 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5146         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5147         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5149         * shell.el (shell): Search the start file in ~/.emacs.d as
5150         `init_SHELLNAME.sh' instead.
5152 2006-12-05  Glenn Morris  <rgm@gnu.org>
5154         * progmodes/cperl-mode.el (cperl-mode)
5155         * progmodes/f90.el (f90-mode-abbrev-table)
5156         * progmodes/fortran.el (fortran-mode-abbrev-table)
5157         * progmodes/octave-mod.el (octave-abbrev-table)
5158         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5159         if abbrev-table is non-nil (saved user abbrevs may have been restored).
5161         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5162         clear abbrev table, else saved abbrevs will not be restored.
5164 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
5166         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5167         the call to `make-obsolete-variable', not in the docstring.
5169 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
5171         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5173 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5175         * progmodes/ebnf-abn.el:
5176         * progmodes/ebnf-bnf.el:
5177         * progmodes/ebnf-dtd.el:
5178         * progmodes/ebnf-ebx.el:
5179         * progmodes/ebnf-iso.el:
5180         * progmodes/ebnf-otz.el:
5181         * progmodes/ebnf-yac.el:
5182         * progmodes/ebnf2ps.el:
5183         * delim-col.el:
5184         * printing.el:
5185         * ps-bdf.el:
5186         * ps-mule.el:
5187         * ps-print.el: Remove 'Time-stamp' comment mark.
5189         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5190         'easy-menu-add-item' when called in Emacs 21 or higher.
5192 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
5194         * progmodes/ada-xref.el (ada-check-current): Doc fix.
5195         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
5197 2006-12-04  Kim F. Storm  <storm@cua.dk>
5199         * bindings.el (global-map): Bind [signal t] to ignore, to have
5200         user signals ignored by default.
5202 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
5204         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5205         Unicode data file pointed to by `describe-char-unicodedata-file'.
5207 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5209         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5210         O(n^2) regexp-search by anchoring the search.
5212 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
5214         * whitespace.el (whitespace-cleanup-internal): Use current
5215         argument for recursive call.
5217 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
5219         * net/tramp.el (tramp-methods): Add "ControlPath" and
5220         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
5221         Andreas Schwab <schwab@suse.de>.
5222         (tramp-do-copy-or-rename-file-out-of-band)
5223         (tramp-open-connection-rsh): Compute format spec for ?t.
5224         (tramp-process-actions): Trace command parameters.
5226 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
5228         * simple.el (toggle-truncate-lines): Clarify doc string.
5230         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5231         (gdb-speedbar-expand-node): Use it.
5233 2006-12-04  Richard Stallman  <rms@gnu.org>
5235         * progmodes/python.el (python-indent): Add safe-local-variable prop.
5237         * dired.el (dired-revert): Turn off dired-after-readin-hook
5238         around call to dired-readin.
5240         * menu-bar.el (menu-bar-make-toggle): Add "globally"
5241         to echo area messages.
5242         <indicate-empty-lines, case-fold-search>:
5243         Add "globally" to Help string.
5244         <case-fold-search>: MESSAGE arg need not say "globally".
5245         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5247 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
5249         * outline.el (outline-end-of-subtree): Don't leave an empty
5250         line hidden as we would a real next heading.
5252 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
5254         * allout.el (allout-ascend): Add an optional argument to preserve
5255         original position of point when unsuccessful.  Also, fix a
5256         docstring error.
5257         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5258         work again, using allout-ascend's new option.
5259         (allout-setup-mode-map): Extract from allout-mode to initialize
5260         allout-mode-map.  Call it on file load, so the mode docstring
5261         substitutions work even if allout mode has not yet been invoked.
5262         (allout-mode): Use new allout-setup-mode-map to track any keybinding
5263         customizations since the map was last processed.  Also, refine the
5264         docstring so it's ship-shape for release.
5265         (allout-default-layout, allout-beginning-of-line-cycles)
5266         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5267         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5268         (allout-version, allout-layout, allout-infer-body-reindent)
5269         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5270         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5271         (allout-previous-heading, allout-goto-prefix-doublechecked)
5272         (allout-current-bullet-pos, allout-next-sibling-leap)
5273         (allout-pre-command-business, allout-encrypted-type-prefix)
5274         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5275         (allout-rebullet-topic, allout-rebullet-topic-grunt)
5276         (allout-flag-region, allout-expose-topic, allout-expose-topic)
5277         (allout-old-expose-topic, allout-listify-exposed)
5278         (allout-process-exposed, allout-latex-verb-quote)
5279         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5280         (allout-toggle-current-subtree-encryption)
5281         (allout-toggle-subtree-encryption, allout-bullet-isearch):
5282         Remove extraneous open-paren and close paren string escapes.
5284 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
5286         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5287         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5288         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5289         Fix typos in docstrings.
5291 2006-12-03  Glenn Morris  <rgm@gnu.org>
5293         * progmodes/cc-align.el
5294         * progmodes/cc-awk.el
5295         * progmodes/cc-cmds.el
5296         * progmodes/cc-compat.el
5297         * progmodes/cc-defs.el
5298         * progmodes/cc-engine.el
5299         * progmodes/cc-langs.el
5300         * progmodes/cc-menus.el
5301         * progmodes/cc-mode.el
5302         * progmodes/cc-styles.el
5303         * progmodes/cc-vars.el
5304         * progmodes/vhdl-mode.el: Fix Copyright format.
5306 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
5308         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5309         initial down event.
5311 2006-12-02  Kim F. Storm  <storm@cua.dk>
5313         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5314         (cua-repeat-replace-region): Make M-v more robust.
5315         (cua-paste-pop-rotate-temporarily): New defcustom.
5316         (cua-paste-pop): Use it.
5317         (cua-auto-mark-last-change): New defcustom.
5318         (cua-pop-to-last-change): New helper function.
5319         (cua-set-mark): Use them.
5321 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
5323         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5324         mini-buffer message.
5326 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
5328         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5330 2006-12-01  Ben North  <ben@redfrontdoor.org>
5332         * paren.el: Fix the highlight overlay extension when the user types a
5333         sequence of char very fast just before the open parenthesis.
5335 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5337         * ps-mule.el: Eliminate Emacs 20 compatibility.
5339         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5340         (ps-print-version): New version 6.7.
5341         (ps-print-quote): Replace '?\ ' by '?\s'.
5343 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5345         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5346         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5347         (hexl-end-of-1k-page): Doc fixes.
5348         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5349         Fix typos in docstrings.
5351 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5353         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
5354         locally, i.e. without using file name handlers.
5355         (ido-read-internal): Allow mono letter host names, avoiding the
5356         `c:' problem by testing if the file exists locally.
5357         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5359 2006-11-30  Masatake YAMATO  <jet@gyve.org>
5361         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5362         to avoid bytecomp warnings.
5363         (hexl-mode-old-ruler-function): New variable.
5364         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5365         and `hl-line-range-function' after `require' hl-line.
5366         Then bind `hl-line-range-function' and `hl-line-face'.
5367         Don't require frame.  Don't use `with-no-warnings'.
5368         (hexl-activate-ruler): Store the original value of
5369         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5370         (hexl-mode-exit): Restore the original value of
5371         `ruler-mode-ruler-function'.
5373 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5375         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5376         (hexl-mode-old-hl-line-face): New variable.
5377         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5378         line when exit from the hexl-mode.
5380 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5382         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5383         Doc fixes.
5385         * international/fontset.el (create-fontset-from-ascii-font)
5386         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5387         (fontset-name-p): Fix typo in docstring.
5389         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5391 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5393         * ps-bdf.el: Fix maintainer email.
5395         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
5396         compatibility.
5398         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
5399         21 compatibility.
5400         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5401         Emacs 20 & 21.
5403 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
5405         * progmodes/idlwave.el (idlwave-auto-fill):
5406         Remove paragraph-start let to prevent auto-fill giving up.
5408 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
5410         * vt100-led.el (led-state): Fix typo in previous change.
5412 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5414         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5415         Fix interactive spec of the functions getting defined to make them
5416         work as documented.
5418 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
5420         * startup.el (fancy-splash-screens): Hide initial splash buffer.
5422 2006-11-28  Kim F. Storm  <storm@cua.dk>
5424         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
5425         icomplete-mode is enabled.
5427 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
5429         * textmodes/org.el (require): Require gnus-sum during compilation
5430         to avoid problem with a macro call.
5432 2006-11-28  Glenn Morris  <rgm@gnu.org>
5434         * emacs-lisp/authors.el (authors-aliases): Add new alias.
5436         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5437         (fortran-window-create-momentarily): Do not need string-to-char.
5439 2006-11-28  Richard Stallman  <rms@gnu.org>
5441         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5442         Replace incorrect use of assoc-default with a loop.
5444         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
5446         * simple.el (next-error-find-buffer): Improve messages.
5448         * files.el (revert-buffer): Special error message if file
5449         is now not readable.
5451         * facemenu.el (facemenu-add-new-face): Improve doc strings of
5452         constructed commands.
5454         * comint.el (comint-exec-1): Provide Emacs version and `comint'
5455         in INSIDE_EMACS.
5457 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5459         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5461         * server.el: Remove spurious * in docstrings.
5462         (server-process-filter): Exit from recursive editing before processing
5463         a new request.
5465 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
5467         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5468         line so hidden blocks will be correctly identified.
5470 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
5472         * ledit.el (ledit-save-defun, ledit-mode):
5473         * resume.el (resume-emacs-args-buffer):
5474         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5475         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5476         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5477         (command-send-input, command-kill-line):
5478         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5480         * autoarg.el (autoarg-kp-mode): Doc fix.
5482         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
5483         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
5484         (check-emacs-lock): Doc fix.  Simplify.
5486         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
5487         (iimage-mode-buffer): Fix typos in docstring.
5489         * misc.el (zap-up-to-char): Doc fix.
5491         * time-stamp.el: Fix comment and obsolescence string for old
5492         functions.  Use `dolist' instead of `while'.
5494         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
5496         * disp-table.el (standard-display-8bit, standard-display-default):
5497         * ebuff-menu.el (electric-buffer-list):
5498         * ehelp.el (electric-help-command-loop):
5499         * font-core.el (font-lock-mode):
5500         * help-macro.el (make-help-screen):
5501         * help.el (describe-minor-mode-completion-table-for-indicator)
5502         (lookup-minor-mode-from-indicator):
5503         * indent.el (tab-to-tab-stop, move-to-tab-stop):
5504         * info-look.el (info-lookup-guess-custom-symbol):
5505         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
5506         * longlines.el (longlines-wrap-line):
5507         * macros.el (insert-kbd-macro):
5508         * menu-bar.el (menu-bar-update-buffers):
5509         * misc.el (copy-from-above-command):
5510         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
5511         * newcomment.el (comment-indent):
5512         * novice.el (disabled-command-function):
5513         * sort.el (sort-fields-syntax-table):
5514         * subr.el (momentary-string-display):
5515         * tar-mode.el (tar-header-block-summarize)
5516         (tar-clear-modification-flags):
5517         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
5518         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
5519         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
5520         (te-delete-char, te-down-vertically-or-scroll):
5521         * time-stamp.el (time-stamp-string-preprocess):
5522         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
5524 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5526         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
5527         in GUD mode.
5529         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
5530         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
5532 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5534         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
5536 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
5538         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
5539         (ada-compile-goto-error): Adapt to new argument profile of
5540         compilation-goto-locus in Emacs 22.  Don't check if the various
5541         compile functions are defined; we already do "(require 'compile)".
5543 2006-11-26  Kim F. Storm  <storm@cua.dk>
5545         * kmacro.el: Fix commentary.
5547 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5549         * progmodes/gud.el (gdb): Explain how to run in text command mode
5550         more clearly.  Say in error message that multiple debugging
5551         requires restarting GDB.
5553 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
5555         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
5557 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
5559         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
5560         (flymake-popup-menu): Use it instead of posn-at-point.
5562 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5564         * progmodes/cc-vars.el (c-backslash-column):
5565         Mention c-backslash-max-column in documentation for c-backslash-column.
5567 2006-11-24  Lars Hansen  <larsh@soem.dk>
5569         * net/tramp.el (tramp-default-method): Under Windows, change from
5570         plink to pscp.
5571         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
5572         (tramp-actions-copy-out-of-band):
5573         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
5574         (tramp-action-out-of-band): Move "Permission denied" handling to
5575         tramp-action-copy-failed.
5576         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
5577         process buffer.
5579 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5581         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5582         strings to a single string.  Quote `errors-file-name'.
5583         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5584         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5585         Adjust calls.  Use `shell-quote-argument'.
5587         * international/mule.el (load-with-code-conversion)
5588         (with-category-table): Use with-current-buffer.
5589         (after-insert-file-set-coding): Use restore-buffer-modified-p.
5591 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
5593         * mail/smtpmail.el (smtpmail-send-it):
5594         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
5595         MIME header for the message encoding.
5596         Bind coding-system-for-write around the call to mail-do-fcc.
5597         Use smtpmail-code-conv-from to encode queued mail messages.
5599 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5601         * tabify.el (tabify-regexp): Doc fix.
5603         * net/rcirc.el (rcirc-buffer-maximum-lines):
5604         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
5606         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
5607         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
5608         Fix typos in output messages.
5609         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
5611 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5613         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
5614         the horse's mouth.
5615         (hexlify-buffer): Don't re-encode an arg that's already encoded.
5617 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5619         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
5620         Remove condition-case.
5622 2006-11-23  Glenn Morris  <rgm@gnu.org>
5624         * progmodes/f90.el (f90-comment-indent): Do not move point in
5625         default case.
5627 2006-11-21  Romain Francoise  <romain@orebokech.com>
5629         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
5630         from library name (reverts change of 2005-10-25).
5632 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5634         * tutorial.el (tutorial--default-keys): Add newline and
5635         delete-backward-char bindings.
5636         (tutorial--detailed-help): Save excursion when finding keys.
5637         Correct warning string for M-x FOO case.
5638         (tutorial--display-changes): Print special keys in tutorial style.
5639         Tweak search regexp for changed keys.
5641 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5643         * thingatpt.el (thing-at-point-url-at-point): Don't add a
5644         redundant scheme.
5646 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
5648         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
5649         are new to the list at IANA.  Also added irc, mms, mmsh.
5651 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
5653         * progmodes/idlw-help.el (idlwave-html-help-location):
5654         Fail gracefully for missing help packages.
5655         (idlwave-help-assistant-open-link): Open full links.
5656         (idlwave-help-assistant-help-with-topic): Direct help link.
5658         * progmodes/idlwave.el (idlwave-mode):
5659         Set add-log-current-defun-function.
5660         (idlwave-current-routine-fullname): Add, to support add-log.
5661         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
5662         to reflect improvements to xml-parse-file.
5663         (idlwave-mode-menu-def): New binding for help-with-topic.
5665         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
5666         Handle extra newlines and spaces.
5667         (idlwave-shell-mode-map): Add help-with-topic.
5669 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
5671         * tutorial.el (tutorial-warning-face): New face.
5672         (tutorial--detailed-help, tutorial--display-changes): Use it.
5673         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
5674         Improve search pattern for occurrences of changed keys.
5676 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5678         * term/x-win.el (x-last-cut-buffer-coding): New variable.
5679         (x-select-text): Set it.
5680         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
5681         when checking for newness.
5683 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
5685         * subr.el (posn-image):
5686         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
5688         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
5690 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5692         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
5693         Exceptions to the rule "add a space between an identifier and an
5694         opening parenthesis".  Defaulted to the `#define' problem of cpp.
5695         (glasses-parenthesis-exception-p): New.  Check if the region is an
5696         exception regarding to that.
5697         (glasses-make-readable): Use it.
5698         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
5699         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
5701 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
5703         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
5705 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
5707         * progmodes/ada-mode.el (ada-make-body): Fix typo.
5709         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
5710         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
5712 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
5714         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
5715         conditions for function or variable bindings.
5717         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
5719         * progmodes/compile.el (compilation-start): Ditto.
5721 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
5723         * net/tramp.el (top): cl and custom are always required.
5725 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5727         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
5728         cut-buffers with next-selection-coding-system if not nil.
5730 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5732         * textmodes/org.el (org-fix-decoded-time): New function.
5733         (org-display-custom-time): Use `org-fix-decoded-time'.
5735 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
5737         * menu-bar.el (menu-bar-games-menu): Remove yow.
5739 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5741         * textmodes/org.el (org-scan-tags): Re-align code fixed.
5742         (org-detach-overlay): Rename from `org-detatch-overlay'.
5743         (org-table-convert-region): Insert space after column separator.
5744         (org-agenda-kill): New command.
5745         (org-metaleft): Call `org-outdent-item' on bullets.
5746         (org-metaright): Call `org-indent-item' on bullets.
5747         (org-timestamp-change): Set `org-last-changed-timestamp'.
5748         (org-current-line): Make sure (bolp) returns correct result.
5749         (org-agenda-change-all-lines): Make sure TODO are highlighted.
5751 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5753         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
5755 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
5757         * mouse.el (global-map): Change 2006-08-16 fix to call
5758         mouse-yank-at-click explicitly, since mouse events are not carried
5759         over into keyboard macros.
5761 2006-11-16  Kim F. Storm  <storm@cua.dk>
5763         * ido.el (ido-file-internal): Use current buffer's file name as default
5764         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
5766 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
5768         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
5769         (allout-inhibit-aberrance-doublecheck): Rename from
5770         allout-during-yank-processing.  All callers changed.
5771         (allout-ascend): Provide for unusual case where some topic after
5772         the first in file is at lower depth than the first.
5773         (allout-shift-in): Ensure the offspring of the new containing
5774         topic are exposed.
5775         (allout-encrypt-string): Preserve the coding-system of the text,
5776         according to that of the containing buffer.
5777         (allout-toggle-subtree-encryption): When the text being encrypted
5778         requires a different coding system, offer to preserve the coding
5779         system using a file local var.
5781 2006-11-15  Simon Marshall  <simon@gnu.org>
5783         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
5784         to recognise "T t()" as a function declaration, rather than a
5785         variable instantiation, iff at the top-level or inside a class
5786         declaration.  Suggested by Feng Li <fengli@gmail.com>.
5788 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
5790         * progmodes/ada-xref.el (ada-parse-prj-file):
5791         Don't delete project buffer; user may want to edit it.
5792         (ada-xref-set-project-field, ada-xref-current-project-file)
5793         (ada-xref-current-project, ada-show-current-project)
5794         (ada-set-main-compile-application): New functions.
5795         (ada-xref-get-project-field, ada-require-project-file):
5796         Normalize use of ada-prj-default-project-file.
5797         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
5798         Normalize use of ada-require-project-file.
5799         (ada-prj-find-prj-file): Improve doc string, comments.
5801         * progmodes/ada-mode.el (ada-mode-version): Bump version.
5802         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
5803         (ada-create-menu): Add ada-set-main-compile-application,
5804         ada-show-current-main, ada-show-current-project.
5806 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5808         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
5809         (inferior-python-mode): Use it.
5811 2006-11-14  Andreas Schwab  <schwab@suse.de>
5813         * term/xterm.el (terminal-init-xterm): Add more key bindings.
5815 2006-11-13  Kim F. Storm  <storm@cua.dk>
5817         * ido.el (ido-copy-current-word): C-o copies region if active.
5819 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
5821         * textmodes/org.el (org-emph-face): Fix typo in variable name.
5823 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
5825         * ediff.el (ediff-revision):
5826         * files.el (set-visited-file-name):
5827         * mail/rmailout.el (rmail-output-body-to-file):
5828         Use `format', not `message', in `y-or-n-p' call.
5830 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
5832         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
5833         (org-metaright): Call `org-indent-item' on bullets.
5834         (org-timestamp-change): Set `org-last-changed-timestamp'.
5835         (org-current-line): Make sure (bolp) returns correct result.
5836         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
5838 2006-11-12  Richard Stallman  <rms@gnu.org>
5840         * language/european.el (turkish-case-conversion-enable)
5841         (turkish-case-conversion-disable): New functions.
5842         ("Turkish" lang env): Use them.
5844         * international/characters.el (case table):
5845         Do nothing special for i and I.
5847         * subr.el (remove-overlays): Fix last change.
5849         * cus-edit.el (custom-save-all): Use find-file-visit-truename
5850         for visiting the custom file.
5852 2006-11-12  Markus Triska  <triska@gmx.at>
5854         * play/handwrite.el (handwrite): Also process lines not ending
5855         with newline.  Replace some position-fiddling with different
5856         logic.  Improve performance.
5858 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
5860         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
5861         replacing deleted variable `ada-check-switch'.
5862         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
5863         (ada-xref-project-files): Improve doc string.
5864         (ada-find-executable): New function.
5865         (ada-initialize-runtime-library): Use `ada-find-executable'.
5866         (ada-xref-set-default-prj-values): In compile commands, don't need
5867         `ada-cd-command'; `compile' does that more portably.
5868         Use ada-prj-default-check-cmd.
5869         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
5870         properties if not specified in project file.
5871         (ada-goto-declaration): Display useful message for new error
5872         'error-file-not-found.
5873         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
5874         'error-file-not-found.
5875         (ada-get-all-references): Match latest ali syntax.  Signal new
5876         error 'error-file-not-found.
5877         (ada-find-in-ali): Match latest ali syntax.
5878         (ada-make-filename-from-adaname): Handle different semantics of
5879         gnatkr in GNAT 3.15p vs later.
5881         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
5882         ada-procedure-start-regexp.
5883         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
5885         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
5886         with defvar.
5887         (ada-language-version): Rename ada05 -> ada2005.
5888         (ada-align-region-separate): Add `eval-when-compile'.
5889         (ada-name-regexp): Remove unneeded escapes in regexp character
5890         alternative.
5891         (ada-compile-goto-error-file-linenr-re): New constant.
5892         (ada-matching-start-re): Handle additional cases `declare',
5893         `procedure', `function'.
5894         (ada-compile-goto-error): Handle "... at line nn".
5895         (ada-mode): Clearer syntax, comments for ff-special-constructs.
5896         Delete support for old versions of `align'.
5897         (ada-search-prev-end-stmt): Handle additional keyword `private'.
5898         (ada-check-defun-name): Simplify handling of `declare'.
5899         (ada-goto-matching-start): Handle nested `begin ... end'.
5900         Handle `declare', `protected', `procedure', `function'.
5901         (ada-create-menu): Presence of arm95 is not conditional on using
5902         GNAT compiler.
5904 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
5906         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
5907         nil in the *RE-Builder* buffer (it causes spurious error messages).
5909         * server.el (server-visit-files): If `minibuffer-auto-raise' has
5910         been set to t, respect it.
5912 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
5914         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
5915         Delete commented out code for old Emacs versions.  Autoloading of
5916         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
5917         (ada-mode-version): Bump version number.
5918         (ada-95-string-keywords, ada-2005-string-keywords)
5919         (ada-2005-keywords, ada-name-regexp): New constant.
5920         (ada-language-version, ada-procedure-start-regexp, ada-mode)
5921         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
5922         (ada-package-start-regexp): Support private packages, include package
5923         name (for ada-set-point-accordingly).
5924         (ada-next-procedure, ada-previous-procedure)
5925         (ada-which-function-are-we-in): Match changes to
5926         ada-procedure-start-regexp.
5927         (ada-make-body): Make non-interactive; not a user function.
5928         (ada-make-subprogram-body): Improve doc string.
5930 2006-11-11  Romain Francoise  <romain@orebokech.com>
5932         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
5933         `compilation-error-regexp-alist' buffer-local, since we changed
5934         `compilation-error-regexp-alist-alist' locally.
5936 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
5938         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
5939         to the value of `server-raise-frame'.
5941 2006-11-11  Glenn Morris  <rgm@gnu.org>
5943         * ido.el (ido-enable-prefix)
5944         * ses.el (ses-call-printer-return)
5945         * net/tramp.el (tramp-unified-filenames)
5946         * progmodes/cc-align.el (c-lineup-string-cont)
5947         * progmodes/compile.el (compilation-directory-matcher)
5948         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5949         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5950         (vhdl-clock-rising-edge)
5951         * textmodes/org.el (org-export-with-timestamps)
5952         (org-export-remove-timestamps-from-toc)
5953         (org-export-with-tags): Improve previous doc fixes.
5955 2006-11-11  Richard Stallman  <rms@gnu.org>
5957         * textmodes/flyspell.el (flyspell-mode-map):
5958         Bind C-c $ instead of M-RET.
5960 2006-11-10  Simon Marshall  <simon@gnu.org>
5962         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
5963         fontification for "case" and "default" keywords.
5965 2006-11-10  Andreas Schwab  <schwab@suse.de>
5967         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
5968         Avoid starting sentence with "nil".
5970 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
5972         * server.el (server-raise-frame): New option.
5973         (server-switch-buffer): Use it.
5975 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
5977         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
5978         with a capital.
5980 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
5982         * textmodes/org.el (org-show-hierarchy-above)
5983         (org-show-following-heading): Fix typo in default value.
5984         (org-scan-tags): Make the search case-sensitive.
5985         (org-tags-sparse-tree): Don't overrule
5986         `org-show-following-heading' and `org-show-hierarchy-above'.
5987         (org-reveal): New command.
5988         (org-show-context): Rename from `org-show-hierarchy-above'.
5989         (org-fast-tag-selection-single-key): New option.
5990         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
5991         (org-tags-overlay): New variable.
5992         (org-agenda-todo-ignore-deadlines): New option.
5993         ("session"): Add circular data structure `org-mark-ring' to
5994         exceptions list in session.el.
5995         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
5996         New options.
5997         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
5998         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
5999         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6000         (org-finalize-agenda): Activate bracket links in agenda.
6001         (org-at-timestamp-p, org-at-date-range-p): Additional argument
6002         INACTIVE-OK.
6003         (org-show-hierarchy-above, org-show-following-heading):
6004         List values allowed for fine-tuned configuration.
6005         (org-show-hierarchy-above): New argument CONTEXT, use the
6006         fine-tuned settings in `org-show-hierarchy-above' and
6007         `org-show-following-heading'.
6008         (org-display-custom-time): New function.
6009         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6010         (org-display-custom-times, org-time-stamp-custom-formats):
6011         (org-maybe-intangible): New macro.
6012         (org-activate-bracket-links, org-hide-wide-columns):
6013         Use `org-maybe-intangible'.
6014         (org-open-file): Use `shell-quote-argument'.
6015         (org-display-internal-link-with-indirect-buffer): New option.
6016         (org-file-remote-p): Get regexp from list.
6017         (org-link-expand-abbrev): New function.
6018         (org-link-abbrev-alist): New option.
6019         (org-open-at-point, org-cleaned-string-for-export):
6020         Call `org-link-expand-abbrev'.
6021         (org-timeline, org-agenda-list, org-todo-list)
6022         (org-tags-view): Remove the KEEP-MODES argument.
6023         (org-finalize-agenda-hook): New hook.
6024         (org-get-alist-option): New function.
6025         (org-follow-timestamp-link): New function.
6026         (org-open-at-point): Call `org-follow-timestamp-link'.
6027         (org-log-note-marker, org-log-note-purpose)
6028         (org-log-note-window-configuration): New variables.
6029         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6030         (org-log-note-headings): New option.
6031         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6032         (org-store-link): Support for dired-mode.
6033         (org-open-file): Substitute environment variables into filename.
6034         (org-last): New defsubst.
6035         (org-agenda-re-align-tags): New function.
6036         (org-agenda-align-tags-to-column): New option.
6037         (org-agenda-timeline): Group removed.
6038         (org-prepare-agenda, org-prepare-agenda-buffers)
6039         (org-run-agenda-series, org-timeline, org-agenda-list)
6040         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6041         the text property inticating the agenda type.
6042         (org-agenda-post-command-hook): Get agenda type from text property
6043         at point.
6044         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
6045         and obey `org-agenda-overriding-arguments'.
6046         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6047         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6048         (org-agenda-week-view, org-agenda-day-view):
6049         Use `org-agenda-overriding-arguments' to make updating work with
6050         multi-block agendas.
6051         (org-agenda-prefix-format): Allow different formats for the
6052         different agenda entry types.
6053         (org-timeline-prefix-format): Option removed, use
6054         `org-agenda-prefix-format' instead.
6055         (org-prepare-agenda): New function.
6056         (org-select-timeline-window): Option removed, use
6057         `org-select-agenda-window' instead.
6058         (org-respect-restriction): Variable removed.
6059         (org-cmp-tag): New function.
6060         (org-agenda-sorting-strategy, org-entries-lessp):
6061         Implement sorting by last tag.
6062         (org-complete): Better completion in in-buffer option lines.
6063         (org-in-item-p): New function.
6064         (org-org-menu): Add entries for checkboxes.
6065         (org-cycle): Extra brouping in outline-regexp, because it is used
6066         in a search with "^" prepended.
6067         (org-provide-checkbox-statistics): New option.
6068         (org-set-font-lock-defaults): Highlight checkbox statistics.
6069         (org-update-checkbox-count-maybe)
6070         (org-get-checkbox-statistics-face): New functions.
6071         (org-update-checkbox-count): New command.
6072         (org-insert-item, org-toggle-checkbox):
6073         Call `org-update-checkbox-count-maybe'.
6074         (org-export-as-html): XEmacs compatibility for coding system.
6075         (org-force-cycle-archived): New command.
6076         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6077         overrules cycling.
6078         (org-fix-position-after-promote): If the line contains only a todo
6079         keyword, add a final space.
6080         (org-promote-subtree, org-demote-subtree):
6081         Call `org-fix-position-after-promote'.
6083 2006-11-10  Glenn Morris  <rgm@gnu.org>
6085         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6086         date in every year.
6087         (calendar-dst-check-each-year-flag): New customizable variable.
6088         (calendar-dst-find-data): New function, extracted from
6089         calendar-current-time-zone.
6090         (calendar-current-time-zone): Use calendar-dst-find-data.
6091         (calendar-dst-transition-cache): New variable.
6092         (calendar-dst-find-startend, calendar-dst-starts)
6093         (calendar-dst-ends): New functions.
6094         (calendar-daylight-savings-starts)
6095         (calendar-daylight-savings-ends): Change value to use
6096         calendar-dst-starts, calendar-dst-ends; respectively.
6098         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6100         * ido.el (ido-enable-prefix)
6101         * ses.el (ses-call-printer-return)
6102         * net/tramp.el (tramp-unified-filenames)
6103         * progmodes/cc-align.el (c-lineup-string-cont)
6104         * progmodes/compile.el (compilation-directory-matcher)
6105         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6106         * progmodes/gdb-ui.el (gdb-many-windows)
6107         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6108         (vhdl-clock-rising-edge)
6109         * textmodes/org.el (org-export-with-timestamps)
6110         (org-export-remove-timestamps-from-toc, org-export-with-tags)
6111         (org-read-date): Doc fix (Nil -> nil).
6113 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6115         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6116         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6118 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
6120         * bs.el (bs--window-for-buffer): Remove.
6121         (bs--show-with-configuration): Use `get-window-with-predicate'
6122         instead of `bs--window-for-buffer'.
6124 2006-11-10  Kenichi Handa  <handa@m17n.org>
6126         * files.el (revert-buffer): Fix previous change.
6128 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
6130         * bs.el (bs--redisplay): Fix typo in docstring.
6131         (bs--window-config-coming-from): Make frame-local.
6132         (bs--restore-window-config): New function.
6133         (bs-kill, bs-select, bs-select-other-window)
6134         (bs-select-other-frame): Use it.
6135         (bs--window-for-buffer): Return as soon as a matching buffer is found.
6136         (bs--show-with-configuration): Save the window configuration as a
6137         frame local var, and only if *buffer-selection* is not already
6138         visible on this frame.
6140 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
6142         * vc-svn.el (vc-svn-admin-directory): New var.
6143         (vc-svn-registered, vc-svn-responsible-p)
6144         (vc-svn-repository-hostname): Use it.
6145         Suggested by arit93@yahoo.com.
6147 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6149         * ldefs-boot.el: Regenerate.
6151 2006-11-08  Alan Mackenzie  <acm@muc.de>
6153         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6154         case (eq open-paren-in-column-0-is-defun-start nil) by searching
6155         for least nested open-paren.
6157 2006-11-08  Romain Francoise  <romain@orebokech.com>
6159         * subr.el (remove-overlays): Fix typo in last change.
6161 2006-11-08  Richard Stallman  <rms@gnu.org>
6163         * subr.el (remove-overlays): Call overlay-recenter.
6165 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6167         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6168         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6169         behaviour.
6170         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6171         directly.
6173 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6175         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6176         (ido-max-dir-file-cache, ido-decorations)
6177         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6178         (ido-magic-backward-char, ido-enter-dired)
6179         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6180         (ido-list-directory, ido-first-match, ido-only-match)
6181         (ido-subdir, ido-indicator): Fix typos in docstrings.
6182         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6183         (ido-read-internal): Fix typo in error message.
6185 2006-11-08  Kenichi Handa  <handa@m17n.org>
6187         * international/mule-cmds.el (set-default-coding-systems):
6188         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6190 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6192         * makefile.w32-in (setwins): Remove.
6193         (WINS_ALMOST): New macro.
6194         (WINS): Use it.
6195         (autoloads): Don't extract autoloads from files in obsolete/.
6197 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
6199         * whitespace.el (whitespace-buffer): Call remove-overlays after
6200         overlay-recenter for performance.  Suggested by Martin Rudalics.
6202 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
6204         * net/tramp.el (tramp-default-method): scp is the default method.
6206 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
6208         * server.el (server-start): Save also the Emacs pid in the server file.
6210 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
6212         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6213         point when displaying a bibtex cross reference in the echo area.
6215 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6217         * international/mule.el (make-char): Fix typo in docstring.
6218         (load-with-code-conversion, charsetp): Doc fixes.
6220         * international/ja-dic-cnv.el (skkdic-convert):
6221         * cus-edit.el (hook): Fix typo in docstring.
6223 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6225         * cus-edit.el (custom-mode-map): Move defvar above code using it.
6226         (custom-mode-link-map): New variable.
6227         (custom-group-link, custom-manual): Use follow-link.
6229 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6231         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6232         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
6234 2006-11-06  Richard Stallman  <rms@gnu.org>
6236         * textmodes/flyspell.el (flyspell-correct-word-before-point):
6237         New function broken out of flyspell-correct-word.
6238         (flyspell-mode-map): Bind it to M-RET.
6239         (flyspell-correct-word): Call it.
6241         * textmodes/fill.el (fill-minibuffer-function): New function.
6242         (fill-paragraph): Bind fill-paragraph-function to
6243         fill-minibuffer-function.
6245         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6246         so that they aren't undefined.
6248         * dired.el (dired-readin): Locally bind file-name-coding-system.
6250         * bindings.el: Shorten and clarify usual mode line mouse help string.
6252         * Makefile.in (autoloads): Don't include `obsolete'.
6254 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6256         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6257         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6258         Printing menu if it's not initialized.
6259         (pr-menu-bind): Act on menu-bar-file-menu directly.
6261 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6263         * help.el (view-emacs-news): Fix typo in error message.
6265         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6267         * shadowfile.el (shadow-define-regexp-group)
6268         (shadow-literal-groups, shadow-insert-var): Doc fixes.
6269         (shadow-read-files): Fix typo in message.
6270         (shadow-inhibit-overload, shadow-find, shadow-suffix)
6271         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6272         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6273         (shadow-file-match): Fix typos in docstrings.
6275         * terminal.el (terminal-emulator): Fix typo in message.
6277         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6279         * emacs-lisp/lselect.el (x-kill-primary-selection)
6280         (x-delete-primary-selection, x-copy-primary-selection):
6281         Fix typos in error messages.
6283         * emulation/edt-mapper.el: Fix typo in interactive message.
6285         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6287         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6288         (ispell-help): Fix typos in docstrings.
6289         (ispell-help): Fix typo in output message.
6291         * allout.el (allout-adjust-file-variable)
6292         (allout-passphrase-verifier-string)
6293         (allout-passphrase-hint-string)
6294         (allout-toggle-current-subtree-encryption):
6295         * apropos.el (apropos-synonyms):
6296         * cus-edit.el (hook):
6297         * emacs-lock.el (emacs-lock-from-exiting):
6298         * follow.el (follow-avoid-tail-recenter-p):
6299         * hexl.el (hexl-mode):
6300         * mouse-copy.el (mouse-copy-work-around-drag-bug):
6301         * mouse.el (mouse-set-font):
6302         * resume.el (resume-emacs-args-file):
6303         * rfn-eshadow.el (file-name-shadow-tty-properties):
6304         * t-mouse.el (t-mouse-process, t-mouse-mode):
6305         * emacs-lisp/cust-print.el (custom-print-install)
6306         (custom-print-uninstall, custom-format):
6307         * emacs-lisp/shadow.el (list-load-path-shadows):
6308         * emulation/tpu-edt.el (tpu-help-text)
6309         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6310         (tpu-reset-control-keys):
6311         * emulation/vip.el (vip-emacs-local-map)
6312         (vip-change-mode-to-emacs):
6313         * emulation/viper.el (viper-mode, viper-set-hooks)
6314         (viper-major-mode-modifier-list):
6315         * emulation/viper-init.el (viper-emacs-state-cursor-color):
6316         * emulation/viper-keym.el (viper-emacs-kbd-map)
6317         (viper-toggle-key):
6318         * mail/feedmail.el (feedmail-queue-reminder)
6319         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6320         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6321         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6322         (feedmail-sender-line, feedmail-force-binary-write)
6323         (feedmail-from-line, feedmail-deduce-envelope-from)
6324         (feedmail-x-mailer-line, feedmail-message-id-generator)
6325         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6326         (feedmail-enable-spray, feedmail-spray-this-address)
6327         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6328         (feedmail-queue-runner-confirm-global)
6329         (feedmail-ask-before-queue-prompt)
6330         (feedmail-ask-before-queue-reprompt)
6331         (feedmail-prompt-before-queue-standard-alist)
6332         (feedmail-prompt-before-queue-user-alist)
6333         (feedmail-prompt-before-queue-help-supplement)
6334         (feedmail-queue-use-send-time-for-message-id)
6335         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6336         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6337         (feedmail-mail-send-hook-queued)
6338         (feedmail-confirm-addresses-hook-example)
6339         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6340         (feedmail-queue-runner-mode-setter)
6341         (feedmail-queue-alternative-mail-header-separator)
6342         (feedmail-queue-runner-message-sender)
6343         (feedmail-buffer-eating-function, feedmail-binmail-template)
6344         (feedmail-run-the-queue-no-prompts)
6345         (feedmail-run-the-queue-global-prompt)
6346         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6347         (feedmail-envelope-deducer, feedmail-fiddle-date)
6348         (feedmail-default-message-id-generator)
6349         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6350         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6351         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6352         (vms-pmail-setup):
6353         * play/dunnet.el (dun-help):
6354         * play/handwrite.el (handwrite):
6355         * play/hanoi.el (hanoi-unix-64):
6356         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6357         * textmodes/enriched.el (fixed):
6358         * textmodes/org.el (org-file-apps)
6359         (org-emphasis-regexp-components, org-emphasis-alist):
6360         * textmodes/texinfmt.el (batch-texinfo-format):
6361         Fix typos in docstrings.
6363 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
6365         * loadhist.el (read-feature): Don't complete features not loaded
6366         from a file (which make `unload-feature' to fail).
6368 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6370         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6372 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
6374         * startup.el (command-line-1): Kill emacs if the last frame is
6375         deleted while evaluating the command-line arguments.
6377 2006-11-05  Richard Stallman  <rms@gnu.org>
6379         * startup.el (init-file-had-error): Add doc string.
6380         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6381         Use fixed-width font for keyboard key descriptions.
6383         * cus-edit.el (custom-save-all): Error if saving in .emacs
6384         and it had an error when loaded.
6386         * dired-aux.el (dired-copy-file-recursive): Catch errors
6387         from recursive copies in the loop, around the recursive call.
6389 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6391         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6392         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
6393         `/proc/acpi/thermal_zone/*'.
6394         (battery-search-for-one-match-in-files): New.  Search a regexp in
6395         the content of some files.
6397 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
6399         * window.el (mouse-autoselect-window-now): Remove variable.
6400         (mouse-autoselect-window-state): New variable.
6401         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6402         (mouse-autoselect-window-select, handle-select-window):
6403         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6404         Suspend delayed autoselection during menu or popup dialog.
6406         * info-look.el (info-lookup-guess-custom-symbol): New function
6407         for retrieving symbol at point in custom buffers.
6408         (top level) <info-lookup-maybe-add-help>: Add backquote and
6409         comma to ignored characters in regexps of help specifications
6410         for emacs-lisp-mode and lisp-interaction-mode.  This permits
6411         looking up symbols in `...' and after a comma.  Add help
6412         specifications for custom-mode and help-mode.
6414 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
6416         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6417         Don't encode body if RAW is non-nil, or if the old encoding is
6418         identical to the new encoding, or if the body contains only
6419         eight-bit-* characters.
6421 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6423         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
6424         (faces-sample-overlay): Remove variable.
6425         (describe-face): Insert sample text in the face being described.
6427 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
6429         * whitespace.el (whitespace-indent-regexp): Make this match any
6430         multiples of eight spaces near the beginning of a line.
6431         (whitespace-buffer): Use `remove-overlays' instead of
6432         `whitespace-unhighlight-the-space' and `overlay-recenter' to
6433         speed up overlay handling.
6434         (whitespace-buffer-leading, whitespace-buffer-trailing):
6435         Make these functions highlight the text removed by
6436         `whitespace-buffer-leading-cleanup' and
6437         `whitespace-buffer-trailing-cleanup' respectively.
6438         (whitespace-buffer-search): Use `with-local-quit'.
6439         Move `format' out of loop to speed up scanning larger buffers.
6440         (whitespace-unhighlight-the-space): Remove `remove-hook' since
6441         that function is never added to a hook.
6442         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
6443         (whitespace-buffer-leading-cleanup)
6444         (whitespace-refresh-rescan-list): Fix docstrings.
6446 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
6448         * allout.el (allout-during-yank-processing): Cue for inhibiting
6449         aberrance processing during yanks.
6450         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
6451         the amount of yanked topics that can be aberrant.
6452         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
6453         a function, and supplement with inihibition of doublechecking
6454         during yanks.
6455         (allout-beginning-of-line, allout-next-heading)
6456         (allout-previous-heading, allout-goto-prefix-doublechecked)
6457         (allout-back-to-current-heading, allout-next-visible-heading)
6458         (allout-next-sibling): Use new allout-do-doublecheck function.
6459         (allout-next-sibling): Ensure we made progress when returning
6460         other than nil.
6461         (allout-rebullet-heading): Preserve text property annotations
6462         indicating the text was hidden, if it was.
6463         (allout-kill-line): Remove any added was-hidden annotations.
6464         (allout-kill-topic): Remove any added was-hidden annotations.
6465         (allout-annotate-hidden): Inhibit adding was-hidden text
6466         properties to the undo list.
6467         (allout-deannotate-hidden): New function to remove was-hidden
6468         annotation.
6469         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
6470         (allout-remove-exposure-annotation): Replace by
6471         allout-deannotate-hidden.
6472         (allout-yank-processing): Signal that yank processing is happening
6473         with allout-during-yank-processing.  Also, wrap
6474         allout-unprotected's closer to the text changes, for easier
6475         debugging.  We need to inhibit-field-text-motion explicitly, in
6476         lieu of the encompassing allout-unprotected.
6477         (outlineify-sticky): Adjust criteria for triggering new outline
6478         decorations to presence or absence of any topics, not just a topic
6479         at the beginning of the buffer.
6481 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6483         * bs.el (bs--show-all, bs--redisplay):
6484         * cus-edit.el (custom-unlispify-menu-entries)
6485         (custom-unlispify-tag-names, custom-prompt-variable):
6486         * expand.el (expand-pos):
6487         * speedbar.el (speedbar-generic-list-tag-p):
6488         * wid-edit.el (widget-image-enable):
6489         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
6490         * emacs-lisp/find-func.el (find-function-noselect)
6491         (find-function, find-variable-noselect, find-variable)
6492         (find-definition-noselect, find-face-definition):
6493         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
6494         * net/eudc-vars.el (eudc-expansion-overwrites-query):
6495         * progmodes/ada-xref.el (ada-find-in-ali):
6496         * textmodes/flyspell.el (flyspell-check-tex-math-command):
6497         * textmodes/org.el (org-copy-subtree):
6498         * textmodes/table.el (table--row-column-insertion-point-p):
6499         Use "non-nil" in docstrings.
6501 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
6503         * sort.el (sort-columns): Set the field separator to tab; on
6504         NetBSD, sort complains if "\n" is used as field separator.
6506 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
6508         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
6510 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6512         * server.el (server-auth-key): Remove.  Replace by a process-property.
6513         (server-start): Don't remove the file of the previous process, but
6514         instead clear out the place for the new file.
6515         (server-start): Set the :auth-key property.
6516         (server-process-filter): Use the :auth-key property.
6518 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
6520         * textmodes/org.el (org-mode-map): No longer copy
6521         `outline-mode-map' explicitly - this is already done by
6522         `define-derived-mode'.
6524 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
6526         * server.el (server-visit-files): Use `when'.
6527         (server-process-filter): When authentication fails, send error
6528         message to client.  Wrap `process-send-region' in `ignore-errors'
6529         instead of `condition-case', and remove misleading comment.
6531 2006-11-01  Juri Linkov  <juri@jurta.org>
6533         * simple.el (yank): Doc fix.
6535 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6537         * server.el: Try and fit within 80 columns.
6538         (server-start): Make the auth file unreadable by other users.
6540 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6542         * battery.el (battery-linux-proc-acpi): Prevent range error when
6543         `full-capacity' is 0.
6545 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6547         * faces.el (faces-sample-overlay): New defvar.
6548         (faces-sample-overlay): New function to show face sample text.
6549         (describe-face): Use it.
6551 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
6553         * progmodes/ada-stmt.el: Change maintainer, apply
6554         whitespace-cleanup, checkdoc.
6555         (ada-func-or-proc-name): Add doc string.
6557         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
6558         whitespace-cleanup, checkdoc.  Minor improvements to many doc
6559         strings and comments.
6560         (ada-prj-display-page): Change buffer name to more accurately
6561         reflect function.
6563         * progmodes/ada-xref.el: Change maintainer, apply
6564         whitespace-cleanup, checkdoc.  Minor improvements to many doc
6565         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
6566         (ada-compile-current): Don't add newlines to commands.
6568 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
6570         * server.el: Add support for TCP sockets.
6571         (server-use-tcp, server-host, server-auth-dir): New options.
6572         (server-auth-key): New variable.
6573         (server-ensure-safe-dir): Create nonexistent parent dirs.
6574         Ignore Unix-style file modes on Windows.
6575         (server-start): Crete a TCP or Unix socket according to the value
6576         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
6577         `server-auth-dir' directory.
6578         (server-process-filter): Delete process if authentication
6579         fails (which never happens for Unix sockets).
6581 2006-10-30  David Kastrup  <dak@gnu.org>
6583         * subr.el (add-to-list): Don't continue checking if a match has
6584         been found.
6586 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
6588         * tutorial.el: Move defvars to avoid bytecomp warnings.
6589         (tutorial--find-changed-keys): Check if viper-current-state is
6590         bound before using it.
6591         (help-with-tutorial): Check if viper-tutorial is defined before
6592         using it.
6594 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6596         * help-fns.el (help-with-tutorial): Move to tutorial.el.
6598         * tutorial.el: New file.
6599         (help-with-tutorial): Move here from help-fns.el. Added help for
6600         rebound keys.  Fixed resume of tutorial.
6601         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
6602         (tutorial--find-changed-keys, tutorial--display-changes)
6603         (tutorial--saved-dir, tutorial--saved-file)
6604         (tutorial--save-tutorial): New functions to support the changes in
6605         help-with-tutorial.
6607 2006-10-30  Kenichi Handa  <handa@m17n.org>
6609         * files.el (revert-buffer): If a unibyte buffer is being reverted
6610         with a coding system for multibyte, set buffer multibyte before
6611         calling insert-file-contents.
6613 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6615         * server.el (server-select-display): Use a dummy buffer to detect when
6616         the frame is later used.
6617         (server-select-display): New function.
6618         (server-process-filter): Use it to detect unused temp frames.
6620 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
6622         * progmodes/ada-mode.el: Change maintainer, apply
6623         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
6624         (ada-mode-version): New function.
6625         (ada-create-menu): Menu operations are available for all supported
6626         compilers.
6628 2006-10-29  Lars Hansen  <larsh@soem.dk>
6630         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
6631         Highlight as keyword.
6632         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
6633         Don't call tramp-method-out-of-band-p for local files.
6634         (tramp-touch): Quote file name.
6636 2006-10-28  Glenn Morris  <rgm@gnu.org>
6638         * calendar/calendar.el (cal-html-cursor-month)
6639         (cal-html-cursor-year): Add autoloads for this new package.
6640         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
6642 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
6644         * calendar/cal-html.el: New file.
6646 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
6648         * emacs-lisp/authors.el (authors-aliases): Update.
6650 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
6652         * version.el (emacs-version): Bump version number to 22.0.90.
6654 2006-10-26  John W. Eaton  <jwe@octave.org>
6656         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
6657         New defvar.
6658         (inferior-octave-resync-dirs): Check to see whether Octave has
6659         built-in variables and set inferior-octave-has-built-in-variables.
6660         Check inferior-octave-has-built-in-variables to decide whether to
6661         send commands that set built-in variables or call functions to
6662         change Octave's behavior.
6663         Send "disp (pwd ())" to Octave instead of just "pwd".
6664         (inferior-octave-startup): Send "more off" to Octave instead of
6665         "page_screen_output = 0".
6667 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
6669         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
6670         pattern normally.
6672 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
6674         * bindings.el (mode-line-mode-menu): Remove bindings for global
6675         minor modes (line/column number) as they are on the menubar.
6677 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
6679         * term/w32-win.el (x-handle-name-switch): Doc fix.
6680         (w32-standard-fontset-spec): Fix typo in docstring.
6682         * midnight.el (midnight-buffer-display-time): Doc fix.
6683         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
6685 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6687         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
6689         * viper-ex.el (ex-read): Quote file argument.
6691         * ediff-diff.el (ediff-same-file-contents): Expand file names.
6693         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
6695 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
6697         * textmodes/flyspell.el (flyspell-check-region-doublons):
6698         Fix last fix.
6700 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
6702         * bindings.el (mode-line-mode-menu): List global minor modes
6703         before local ones.
6705 2006-10-23  Kim F. Storm  <storm@cua.dk>
6707         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
6708         (sit-for): If last command was a prefix arg, add the read-ahead
6709         event to unread-command-events as (t . EVENT) so it will be added
6710         to this-command-keys by read-key-sequence.
6712 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
6714         * textmodes/flyspell.el (flyspell-word): Skip past all previous
6715         whitespace when checking doublons.
6716         (flyspell-check-region-doublons): Fix doublon regexp.
6717         (flyspell-highlight-incorrect-region): Highlight doublons using
6718         flyspell-duplicate face.
6720         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
6722 2006-10-22  John Wiegley  <johnw@newartisans.com>
6724         * progmodes/python.el (python-use-skeletons): python-mode was
6725         auto-inserting templates (for those with abbrev-mode on), not only
6726         by default -- *but without a configuration variable to disable
6727         it*.  This rendered python-mode completely useless for me, so I
6728         have added `python-use-skeletons', which is now off by default.
6730 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
6732         * progmodes/cperl-mode.el (cperl-mode): Don't assume
6733         font-lock-multiline is auto-local (it's not).
6734         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
6735         initialized before calling cperl-init-faces.
6737 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
6739         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
6740         gdb-stack-position a value when there is no fringe.
6742         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
6743         indicator if not visiting a file.
6745 2006-10-20  David Kastrup  <dak@gnu.org>
6747         * window.el (kill-buffer-and-window): Fix a bug where an aborted
6748         operation would still cause some window to collapse later.
6750 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6752         * vc.el (vc-switch-backend): Try to be more careful with unwanted
6753         side-effect due to mixing various backends's file properties.
6755         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
6756         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
6757         Return `filename's status if applicable.  Update callers.
6759 2006-10-19  Kenichi Handa  <handa@m17n.org>
6761         * international/kkc.el (kkc-region): When a key sequence is not
6762         defined, append (this-single-command-raw-keys) to
6763         unread-input-method-events.
6765 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
6767         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
6769 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6771         * version.el (emacs-version): Use mac-carbon-version-string.
6773         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
6775 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6777         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
6778         Kenichi Handa).
6779         (xselect-convert-to-string): Decline requests for UTF8_STRING if
6780         the selection is not UTF-8.
6782 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
6784         * progmodes/ada-mode.el (ada-83-string-keywords)
6785         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
6786         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
6787         (ada-looking-at-semi-private, ada-get-body-name):
6788         Fix typos in docstrings.
6789         (ada-create-case-exception, ada-create-case-exception-substring):
6790         Fix typos in error messages.
6791         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
6793 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6795         * term/x-win.el (res-geometry): Don't set geometry from Xresources
6796         to default-frame-alist if default-frame-alist already contains
6797         width/height.
6799 2006-10-18  Richard Stallman  <rms@gnu.org>
6801         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
6802         Non-interactive arg is the value, not the expression.
6804         * simple.el (read-expression-map): Just set it, no defvar.
6806         * subr.el (insert-for-yank-1): If last inserted char has
6807         properties, mark them as rear-nonsticky.
6809         * recentf.el (recentf-mode): Doc fix.
6811         * facemenu.el (facemenu-add-new-face): Defend against symbol
6812         that isn't a face name.
6814         * dired-aux.el (dired-do-copy): Doc fix.
6816 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
6818         * simple.el (line-move-1): Ignore fields when moving to the
6819         beginning of line to avoid getting point stuck.
6821 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
6823         * textmodes/flyspell.el (flyspell-word-search-backward):
6824         Set inhibit-point-motion-hooks to avoid looping due to intangibile
6825         text.
6827 2006-10-16  Richard Stallman  <rms@gnu.org>
6829         * help-fns.el (describe-function-1): Special case optimization
6830         for self-insert-command.
6832 2006-10-16  Kim F. Storm  <storm@cua.dk>
6834         * ido.el (ido-reread-directory): Work in `dir' mode too.
6836 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
6838         * textmodes/table.el: Require 'regexp-opt.
6840 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6842         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
6843         Use shell-quote-argument.
6845         * shell.el (explicit-bash-args): Likewise.
6847         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
6848         Use grep -E rather than egrep.
6850 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6852         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
6854 2006-10-15  Kim F. Storm  <storm@cua.dk>
6856         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
6858 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6860         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
6861         to protect whitespace and metacharacters from the shell.
6863 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6865         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
6867 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
6869         * subr.el (start-process-shell-command): Doc fix.
6871 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
6873         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
6874         the regexp for Maxima symbols.
6876 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6878         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
6879         (vc-find-root): Don't walk higher up than ~.
6881 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
6883         * international/utf-8.el (utf-translate-cjk-load-tables):
6884         Avoid clobbering last-coding-system-used during load.
6886 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
6888         * textmodes/reftex-global.el (reftex-create-tags-file):
6889         Quote file arguments.
6891 2006-10-12  Richard Stallman  <rms@gnu.org>
6893         * files.el (file-name-history): Add defvar.
6894         (save-some-buffers-action-alist): Improve description strings.
6896 2006-10-12  Andreas Schwab  <schwab@suse.de>
6898         * files.el (auto-mode-alist): Match change log file name also with
6899         a dash before a numeric extension.
6901 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
6903         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
6904         After 5.0:
6905         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
6907         After 5.1: Major edit.  Summary of most visible changes:
6909         - Multiple <<HERE per line allowed.
6910         - Handles multiline subroutine declaration headers (with comments).
6911           (The exception is `cperl-etags' - but it is not used in the rest
6912           of the mode.)
6913         - Fontifies multiline my/our declarations (even with comments,
6914           and with legacy `font-lock').
6915         - Major speedup of syntaxification, both immediate and postponed
6916           (3.5x to 15x [for different CPUs and versions of Emacs] on the
6917           huge real-life document I tested).
6918         - New bindings, edits to imenu.
6919         - "_" is made into word-char during fontification/syntaxification;
6920           some attempts to recognize non-word "_" during other operations too.
6921         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
6922         - autoload some more perldoc-related stuff
6923         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
6924         - Attempt to incorporate XEmacs edits which reached me.
6926         Fine-grained changelog:
6927         (cperl-hook-after-change): New configuration variable.
6928         (cperl-vc-sccs-header): Likewise.
6929         (cperl-vc-sccs-header): Likewise.
6930         (cperl-vc-header-alist): Default via two preceding variables.
6931         (cperl-invalid-face): Remove double quoting under XEmacs
6932                 (still needed under 21.2).
6933         (cperl-tips): Update URLs for resources.
6934         (cperl-problems): Likewise.
6935         (cperl-praise): Mention new features.
6936         New C-c key bindings: for `cperl-find-bad-style',
6937         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
6938         `cperl-perdoc', and `cperl-perldoc-at-point'.
6939         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
6940         moved, new submenu of Tools with Ispell entries and narrowing.
6941         (cperl-after-sub-regexp): New defsubst.
6942         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
6943                 Allows heads up to head4.
6944                 Allow "package;".
6945         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
6946         (paren-backwards-message): ??? Something for XEmacs???
6947         (cperl-mode): Never auto-switch abbrev-mode off.
6948                 Try to allow '_' be non-word char.
6949                 Do not use `font-lock-unfontify-region-function' on XEmacs.
6950                 Reset syntax cache on mode start.
6951                 Support multiline facification (even on legacy `font-lock').
6952         (cperl-facemenu-add-face-function): ??? Some contributed code ???
6953         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
6954                 refuse to inform us whether the fontification is due to lazy
6955                 calling or due to edit to a buffer, install our own hook
6956                 (controlled by `cperl-hook-after-change').
6957         (cperl-electric-pod): =cut may have been recognized as start.
6958         (cperl-block-p): Move, updatedfor attributes.
6959         (cperl-calculate-indent): Try to allow '_' be non-word char
6960                 Support subs with attributes.
6961         (cperl-where-am-i): Quiet (?) a warning.
6962         (cperl-cached-syntax-table): New function.
6963         (cperl-forward-re): Use `cperl-cached-syntax-table'.
6964         (cperl-unwind-to-safe): Recognize `syntax-type' property
6965                 changing in a middle of line.
6966         (cperl-find-sub-attrs): New function.
6967         (cperl-find-pods-heres): Allow many <<EOP per line.
6968                 Allow subs with attributes.
6969                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
6970                 Recognize "extproc " (OS/2) case-folded and only at start.
6971                 /x on s///x with empty replacement was not recognized.
6972                 Better comments.
6973         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
6974                 Allow subs with attributes, labels.
6975                 Do not confuse "else::foo" with "else".
6976                 Minor optimizations...
6977         (cperl-after-expr-p): Try to allow '_' be non-word char.
6978         (cperl-fill-paragraph): Try to detect a major bug in Emacs
6979                 with `looking-at' inside `narrow' and bulk out if found.
6980         (cperl-imenu--create-perl-index): Updates for new
6981                 `cperl-imenu--function-name-regexp-perl'.
6982         (cperl-outline-level): Likewise.
6983         (cperl-init-faces): Allow multiline subroutine headers
6984                 and my/our declarations, and ones with comments.
6985                 Allow subroutine attributes.
6986         (cperl-imenu-on-info): Better docstring.
6987         (cperl-etags): Rudimentary support for attributes.
6988                 Support for packages and "package;".
6989         (cperl-add-tags-recurse-noxs): Better (?) docstring.
6990         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
6991         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
6992         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
6993         (cperl-perldoc): Add autoload.
6994         (cperl-perldoc-at-point): Likewise.
6995         (cperl-here-doc-spell): New function.
6996         (cperl-pod-spell): Likewise.
6997         (cperl-map-pods-heres): Likewise.
6998         (cperl-get-here-doc-region): Likewise.
6999         (cperl-font-lock-fontify-region-function): Likewise (backward
7000                 compatibility for legacy `font-lock').
7001         (cperl-font-lock-unfontify-region-function): Fix style.
7002         (cperl-fontify-syntaxically): Recognize and optimize away deferred
7003                 calls with no-change.  Governed by `cperl-hook-after-change'.
7004         (cperl-fontify-update): Recognize that syntaxification region
7005                 can be larger than fontification one.
7006                 XXXX we leave `cperl-postpone' property, so this is quadratic...
7007         (cperl-fontify-update-bad): Temporary placeholder until
7008                 it is clear how to implement `cperl-fontify-update'.
7009         (cperl-time-fontification): New function.
7010         (attrib-group): New text attribute.
7011         (multiline): New value: `syntax-type' text attribute.
7013         After 5.2:
7014         (cperl-emulate-lazy-lock): New function.
7015         (cperl-fontify-syntaxically): Would skip large regions.
7016         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7017         Some globals were declared, but uninitialized.
7019         After 5.3, 5.4:
7020         (cperl-facemenu-add-face-function): Add docs, fix U<>.
7021         Copyright message updated.
7022         (cperl-init-faces): Work around a bug in `font-lock'. May slow
7023                         facification down a bit.
7024                 Misprint for my|our|local for old `font-lock'
7025                         "our" was not fontified same as "my|local".
7026                 Highlight variables after "my" etc even in
7027                         a middle of an expression.
7028                 Do not facify multiple variables after my etc
7029                         unless parentheses are present.
7031         After 5.5, 5.6
7032         (cperl-fontify-syntaxically): after-change hook could reset.
7033         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7035         After 5.7:
7036         (cperl-init-faces): Allow highlighting of local ($/).
7037         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7038         (cperl-problems): Remove fixed problems.
7039         (cperl-find-pods-heres): Recognize #-comments in m##x too.
7040                 Recognize charclasses (unless delimiter is \).
7041         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7042         (cperl-regexp-scan): Update docs.
7043         (cperl-beautify-regexp-piece): Use information got from regexp scan.
7045         After 5.8:
7046         Major user visible changes:
7047         Recognition and fontification of character classes in RExen.
7048         Variable indentation of RExen according to groups.
7050         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7051                 Fontify REx charclasses in variable-name face.
7052                 Fontify POSIX charclasses in "type" face.
7053                 Fontify unmatched "]" in function-name face.
7054                 Mark first-char of HERE-doc as `front-sticky'.
7055                 Reset `front-sticky' property when needed.
7056         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7057         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7058         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7059                 constructs.  Support `narrow'ed buffers.
7060         (cperl-praise): Remove a reservation.
7061         (cperl-make-indent): New function.
7062         (cperl-indent-for-comment): Use `cperl-make-indent'.
7063         (cperl-indent-line): Likewise.
7064         (cperl-lineup): Likewise.
7065         (cperl-beautify-regexp-piece): Likewise.
7066         (cperl-contract-level): Likewise.
7067         (cperl-toggle-set-debug-unwind): New function.
7068                 New menu entry for this.
7069         (fill-paragraph-function): Use when `boundp'.
7070         (cperl-calculate-indent): Take into account groups when indenting RExen.
7071         (cperl-to-comment-or-eol): Recognize # which end a string.
7072         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7073         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7074         (cperl-fontify-syntaxically): More clear debugging message.
7075         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7076         (cperl-init-faces): More complicated highlight even on XEmacs (new).
7077         Merge cosmetic changes from XEmacs.
7079         After 5.9:
7080         (cperl-1+): Move to before the first use.
7081         (cperl-1-): Likewise.
7083         After 5.10:
7085         This code may lock Emacs hard!!!  Use at your own risk!
7087         (cperl-font-locking): New internal variable.
7088         (cperl-beginning-of-property): New function.
7089         (cperl-calculate-indent): Use `cperl-beginning-of-property'
7090         instead of `previous-single-property-change'.
7091         (cperl-unwind-to-safe): Likewise.
7092         (cperl-after-expr-p): Likewise.
7093         (cperl-get-here-doc-region): Likewise.
7094         (cperl-font-lock-fontify-region-function): Likewise.
7095         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7096                         recursively.
7097                 Bound `next-single-property-change' via `point-max'.
7098         (cperl-unwind-to-safe): Bound likewise
7099         (cperl-font-lock-fontify-region-function): Likewise.
7100         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7101                 Initialization of `cperl-font-lock-multiline-start' could be
7102                 missed if the "main" fontification did not run due to the
7103                 keyword being already fontified.
7104         (cperl-pod-spell): Return t from do-one-chunk function.
7105         (cperl-map-pods-heres): Stop when the worker returns nil.
7106                 Call `cperl-update-syntaxification'.
7107         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7108         (cperl-get-here-doc-delim): Remove unused function.
7110         After 5.11:
7112         The possible lockup of Emacs (introduced in 5.10) fixed.
7114         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7115         (cperl-syntaxify-for-menu): New customization variable.
7116         (cperl-select-this-pod-or-here-doc): New function.
7117         (cperl-get-here-doc-region): Extra argument.
7118                 Do not adjust pos by 1.
7120         New menu entries
7121                 (Perl/Tools): Selection of current POD or HERE-DOC section.
7122                 (Debugging CPerl:) backtrace on fontification.
7124         After 5.12:
7125         (cperl-cached-syntax-table): Use `car-safe'.
7126         (cperl-forward-re): Remove spurious argument SET-ST.
7127                 Add documentation.
7128         (cperl-forward-group-in-re): New function.
7129         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7130         (XXXX Temporary (?) hack is to syntax-mark them as comment).
7132         After 5.13:
7133         (cperl-string-syntax-table): Make { and } not-grouping
7134           (Sometimes they ARE grouping in RExen, but matching them would only
7135            confuse in many situations when they are not)
7136         (beginning-of-buffer): Replace two occurrences with goto-char...
7137         (cperl-calculate-indent): `char-after' could be nil...
7138         (cperl-find-pods-heres): REx can start after "[" too.
7139                 Hightlight (??{}) in RExen too.
7140         (cperl-maybe-white-and-comment-rex): New constant
7141         (cperl-white-and-comment-rex): Likewise.
7142                 XXXX Not very efficient, but hard to make
7143                 better while keeping 1 group.
7145         After 5.13:
7146         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7147                 Likewise for 1 << identifier.
7149         After 5.14:
7150         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7151                 Error-less condition-case could fail.
7152         (cperl-font-lock-fontify-region-function): Likewise.
7153         (cperl-init-faces): Likewise.
7155         After 5.15:
7156         (cperl-find-pods-heres): Support property REx-part2.
7157         (cperl-calculate-indent): Likewise.
7158                 Don't special-case REx with non-empty 1st line.
7159         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7160                 Invert highlighting of charclasses:
7161                         now the envelop is highlighted.
7162                 Highlight many others 0-length builtins.
7163         (cperl-praise): Mention indenting and highlight in RExen.
7165         After 5.15:
7166         (cperl-find-pods-heres): Highlight capturing parens in REx.
7168         After 5.16:
7169         (cperl-find-pods-heres): Highlight '|' for alternation
7170         Initialize `font-lock-warning-face' if not present.
7171         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7172                          `font-lock-function-name-face'.
7173         (cperl-look-at-leading-count): Likewise.
7174         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7175                         `font-lock-keyword-face' (needed for
7176                         batch processing), etc...
7177                 Use `font-lock-builtin-face' for builtin in REx
7178                         Now `font-lock-variable-name-face'
7179                         is used for interpolated variables
7180                 Use "talking aliases" for faces inside REx
7181                 Highlight parts of REx (except in charclasses)
7182                         according to the syntax and/or semantic
7183                 Syntax-mark a {}-part of (?{}) as "comment"
7184                         (it was the ()-part)
7185                 Better logic to distinguish what is what in REx
7186         (cperl-tips-faces): Document REx highlighting
7187         (cperl-praise): Mention REx syntax highlight etc.
7189         After 5.17:
7190         (cperl-find-sub-attrs): Would not always manage to print error message.
7191         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7193         After 5.18:
7194         (cperl-find-pods-heres): Misprint in REx for parsing REx.
7195                 Very minor optimization.
7196                 `my-cperl-REx-modifiers-face' got quoted.
7197                 Recognize "print $foo <<END" as HERE-doc.
7198                 Put `REx-interpolated' text attribute if needed.
7199         (cperl-invert-if-unless-modifiers): New function.
7200         (cperl-backward-to-start-of-expr): Likewise.
7201         (cperl-forward-to-end-of-expr): Likewise.
7202         (cperl-invert-if-unless): Works in "the opposite way" too.
7203                 Cursor position on return is on the switch-word.
7204                 Indents comments better.
7205         (REx-interpolated): New text attribute.
7206         (cperl-next-interpolated-REx): New function.
7207         (cperl-next-interpolated-REx-0): Likewise.
7208         (cperl-next-interpolated-REx-1): Likewise.
7209         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7210         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7211         (cperl-praise): Mention finded interpolated RExen.
7213         After 5.19:
7214         (cperl-init-faces): Highlight %$foo, @$foo too.
7215         (cperl-short-docs): Better docs for system, exec.
7216         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7217                 Would not find HERE-doc ended by EOF without NL.
7218         (cperl-short-docs): Correct not-doubled \-escapes.
7219         start block: Put some `defvar' for stuff gone from XEmacs.
7221         After 5.20:
7222         initial comment: Extend copyright, fix email address.
7223         (cperl-indent-comment-at-column-0): New customization variable.
7224         (cperl-comment-indent): Indentation after $#a would increasy by 1.
7225         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7226         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7227         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7228         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7229                         highlight $ in $foo too (UNTESTED).
7230         (cperl-set-style): Docstring missed some available styles.
7231         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7232                 Change "Current" to "Memorize Current".
7233         (cperl-indent-wrt-brace): New customization variable; the default is
7234                 as for pre-5.2 version.
7235         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7236         (cperl-style-alist): Likewise.
7237         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7238                 and `cperl-extra-newline-before-brace' etc
7239                 being t
7240         (cperl-indent-exp): Plans B and C to find continuation blocks even
7241                 if `cperl-extra-newline-before-brace' is t.
7243         After 5.21:
7244         Improve some docstrings concerning indentation.
7245         (cperl-indent-rules-alist): New variable.
7246         (cperl-sniff-for-indent): New function name
7247                 (separated from `cperl-calculate-indent').
7248         (cperl-calculate-indent): Separate the sniffer and the indenter;
7249                 uses `cperl-sniff-for-indent' now.
7250         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7251                 was inverted;
7252                 Support `comment-column' = 0.
7254 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
7256         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7257         * help-at-pt.el (scan-buf-move-to-region): Likewise.
7258         * longlines.el (longlines-window-change-function): Likewise.
7259         * simple.el (undo-ask-before-discard): Likewise.
7260         * wid-edit.el (widget-field-prompt-internal)
7261         (widget-documentation-link-p): Likewise.
7263 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7265         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7266         for a keyword.
7268 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7270         * newcomment.el (comment-valid-prefix-p): Make the check
7271         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
7272         (comment-indent-new-line): Adjust call.
7274 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
7276         * allout.el (allout-back-to-current-heading): Base on lower-level
7277         routines to get proper disqualification of aberrant topics.
7279 2006-10-09  Richard Stallman  <rms@gnu.org>
7281         * textmodes/two-column.el (2C-two-columns): Doc fix.
7283 2006-10-09  Kim F. Storm  <storm@cua.dk>
7285         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7286         about implicit use.
7288 2006-10-08  Richard Stallman  <rms@gnu.org>
7290         * textmodes/two-column.el (2C-two-columns): Doc fix.
7292 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7294         * files.el: Mark `buffer-read-only' as safe-local-variable.
7296 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
7298         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7299         Burp if GUD buffer has been killed.
7301 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7303         * completion.el (add-completions-from-c-buffer):
7304         Don't presume an error's second element is a string.
7305         Use looking-at rather than buffer-substring + member.
7307 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
7309         * mail/rmail.el (rmail-redecode-body): If the old encoding is
7310         `undecided', call find-coding-systems-region to find a proper
7311         non-trivial encoding.
7312         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7313         and "text/plain".
7315 2006-10-07  Kevin Ryde  <user42@zip.com.au>
7317         * textmodes/reftex-vars.el (defgroup reftex): Update home page
7318         url-link.
7320         * strokes.el (defgroup strokes): Remove invalid url-link.
7322 2006-10-07  Magnus Henoch  <mange@freemail.hu>
7324         * autoinsert.el (auto-insert-alist): Doc fix.
7326 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7328         * mouse-sel.el (mouse-insert-selection-internal):
7329         Use insert-for-yank, so that yank handlers are run.
7331 2006-10-07  Kim F. Storm  <storm@cua.dk>
7333         * ido.el (ido-file-extension-aux): Fix comparison.
7335 2006-10-06  Kim F. Storm  <storm@cua.dk>
7337         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7339 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
7341         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7342         (ad-make-mapped-call): Use `let', not `let*'.
7344 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
7346         * international/mule-cmds.el (coding-system-change-eol-conversion):
7347         Ensure the coding system is initialized before calling
7348         coding-system-eol-type.
7350 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
7352         * textmodes/org.el (org-rm-props, org-activate-plain-links)
7353         (org-activate-angle-links, org-activate-dates)
7354         (org-activate-target-links, org-activate-camels)
7355         (org-activate-tags): Add `rear-nonsticky' text property to avoid
7356         textproperty keymaps from being active beyond the end of a line.
7357         (org-unfontify-region): Also remove `rear-nonsticky' property.
7359 2006-10-04  Kenichi Handa  <handa@m17n.org>
7361         * international/code-pages.el (next): Table fixed.
7363 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7365         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7366         that it's been made unnecessary by removing narrowing.
7368 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7370         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7371         control flow a bit, simplify another bit, and add comments.
7373 2006-10-03  David Kastrup  <dak@gnu.org>
7375         * help.el (describe-mode): For clicks on mode-line, use "@"
7376         interactive argument to get the major mode of the click instead of
7377         the current buffer.
7379         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7380         in order to better redirect mouse-2 clicks.  Also allow default
7381         bindings to apply.
7383 2006-10-03  Kim F. Storm  <storm@cua.dk>
7385         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7386         (pushnew): Fix last change.
7388 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
7390         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7391         Use the interactive spec of `eval-expression'.
7393 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7395         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7397 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
7399         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7400         2006-09-28 commit.
7402 2006-10-02  Kenichi Handa  <handa@m17n.org>
7404         * international/code-pages.el (iso-8859-6): Table fixed.
7406 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
7408         * dired.el (dired-build-subdir-alist): Fix previous change.
7410 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7412         * simple.el (undo-elt-crosses-region): Fix the inequalities.
7414 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7416         * emacs-lisp/find-func.el (find-function-regexp): Don't match
7417         "define-button-type".
7419         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7420         they don't keep accumulating.
7422 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
7424         * ffap.el (ffap-rfc-path): Change the address of the RFC
7425         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7427 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
7429         * allout.el (allout-expose-topic): Rectify implementation of "+"
7430         spec, so that bodies are not exposed with headlines.
7432 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
7434         * allout.el (allout-current-depth): Do aberrent check only at or
7435         below doublecheck depth.
7436         (allout-chart-subtree): Make it explicit that LEVELS being nil
7437         means unlimited depth.  Drop undocumented support for LEVELS value
7438         t meaning unlimited depth.  (This is consistent with
7439         allout-chart-to-reveal, but contrary to allout-show-children,
7440         which needs to use nil to default to depth of 1.)
7441         (allout-goto-prefix-doublechecked): Wrap long docstring line.
7442         (allout-chart-to-reveal): Be explicit in docstring about meaning
7443         of nil LEVELS, and drop support for LEVELS value t.
7444         (allout-show-children): Translate the level spec used by this
7445         routine to that used by allout-chart-subtree and
7446         allout-chart-to-reveal.
7447         (allout-show-to-offshoot): Retry once when stuck, after opening
7448         subtree - improvements in discontinuity handling likely will
7449         enable progress.
7451 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
7453         * wid-edit.el (widget-button-click-moves-point): New variable.
7454         (widget-button-click): If widget-button-click-moves-point is
7455         non-nil, set point after performing the button action.
7457         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
7459 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
7461         * files.el (find-file-existing): Modify to not allow wildcards.
7463 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7465         * simple.el (undo-more): When undo information for the region is
7466         exhausted, say "No further undo information FOR REGION".
7468 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7470         * progmodes/sh-script.el (sh-prev-thing):
7471         Take `sh-leading-keywords' into account.
7473 2006-09-29  Glenn Morris  <rgm@gnu.org>
7475         * custom.el (defcustom): Doc fix.
7477         * calendar/calendar.el (european-calendar-style):
7478         Call european-calendar or american-calendar as needed when set.
7479         (diary-view-entries, list-calendar-holidays): Move autoloads
7480         before use.
7482 2006-09-29  Juri Linkov  <juri@jurta.org>
7484         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
7485         to nil if there is no previous property change.
7487 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7489         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
7490         saving anything to be sure that `forward-sexp' behaves correctly.
7492 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
7494         * simple.el (line-move-finish): Ignore field boundaries if the
7495         initial and final points have the same `field' property.
7497 2006-09-29  Kim F. Storm  <storm@cua.dk>
7499         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
7500         to t while calling ido-read-internal.
7502 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
7504         * textmodes/org.el (org-file-remote-p): Get regexp from list.
7505         (org-archive-subtree): Remove erraneous `]' from character list.
7507 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
7509         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
7510         (ses-reconstruct-all): Make undo of "insert row" work by keeping
7511         markers for data-area and parameters-area.
7513 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7515         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
7517         * font-lock.el (font-lock-after-change-function): Refontify next line
7518         as well if end is at BOL.
7519         (font-lock-extend-jit-lock-region-after-change): Be more careful to
7520         only extend the region as much as needed.
7522 2006-09-28  Richard Stallman  <rms@gnu.org>
7524         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
7526         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
7528         * international/mule.el (after-insert-file-set-coding):
7529         If VISIT, don't let set-buffer-multibyte make undo info.
7531 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
7533         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
7534         lines in base64-encoded authentication response.
7536 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7538         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
7539         (ebnf-version): New version 4.3.
7540         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
7541         (ebnf-prologue): Adjust PostScript programming.
7542         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
7543         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
7545 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7547         * jit-lock.el (jit-lock-force-redisplay): Rename from
7548         jit-lock-fontify-again, and undo the mistaken change I've just done.
7550         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
7551         (jit-lock-fontify-again): Don't refontify text that's not displayed.
7553 2006-09-26  Kenichi Handa  <handa@m17n.org>
7555         * startup.el (display-splash-screen): Allow a prefix argument.
7557 2006-09-25  Jason Rumney  <jasonr@gnu.org>
7559         * subr.el (shell-quote-argument): Use DOS logic for Windows
7560         shells with DOS semantics.
7562 2006-09-24  Richard Stallman  <rms@gnu.org>
7564         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
7565         (compilation-goto-locus): Use compilation-goto-locus-delete-o
7566         to delete the overlay.  Put it on pre-command-hook.
7568         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
7570         * startup.el (fancy-splash-screens, normal-splash-screen):
7571         Call the splash buffer *About GNU Emacs*.
7573         * simple.el (next-error-highlight, next-error-highlight-no-select):
7574         Default to 0.5.
7575         (yank-excluded-properties): Add `fontified'.
7577         * font-lock.el (font-lock-compile-keywords): Allow value of
7578         syntax-begin-function to enable paren-column-0 highlighting.
7580 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
7582         * dired.el (dired-build-subdir-alist): When file ends in colon,
7583         don't exit the loop, just disregard that file.
7585 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
7587         * simple.el (line-move-finish): Handle corner case for fields in
7588         continued lines.
7589         (line-move-1): Remove flawed test for that case.
7591 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
7593         * icomplete.el (icomplete-simple-completing-p): Use the correct
7594         name for the new variable, `icomplete-with-completion-tables'.
7595         (file local variables): Remove superfluous setting.
7597 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
7599         * calendar/appt.el (appt-check): Fix typo for appointments just
7600         after midnight.
7602 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
7604         * help.el (describe-key-briefly, describe-key): Don't expect an
7605         extra up event if a down-event is generated by a popup menu.
7607 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
7609         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
7610         local dictionary when changing the global dictionary.
7612 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
7614         * icomplete.el (icomplete-with-completion-tables): List of
7615         specialized completion tables with which icomplete should
7616         operate.  Include the new `internal-complete-buffer', so icomplete
7617         works with interactive buffer-selection.
7618         (icomplete-simple-completing-p): Add acceptance of specialized
7619         completion tables listed in icomplete-with-completion-tables.
7621 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7623         * frame.el (focus-follows-mouse): Set default to nil on Mac.
7625         * startup.el (command-line): Use `custom-reevaluate-setting' for
7626         `focus-follows-mouse'.
7628 2006-09-22  Richard Stallman  <rms@gnu.org>
7630         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
7631         explain why Save is not available.
7633 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
7635         * woman.el (woman0-so): Use `let*', not `let'.
7636         (woman-horizontal-line): Remove unbalanced parenthesis.
7638 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7640         * woman.el: Make sure all the end-of-region markers we use have
7641         a non-nil insertion-type.
7642         (woman0-so): Move things around so we can use copy-marker.
7643         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
7644         Adjust marker type.
7645         (woman2-process-escapes): Check marker type.
7646         (woman-horizontal-line): Dispense with the use of a marker.
7648 2006-09-22  Jay Belanger  <belanger@truman.edu>
7650         * calc/calc-lang.el: Add Greek letters to math-variable-table
7651         property of tex.
7653 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
7655         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
7657 2006-09-22  Masatake YAMATO  <jet@gyve.org>
7659         * add-log.el (add-log-current-defun): Use `forward-sexp'
7660         instead of `forward-word' to pick c++::symbol.
7661         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
7663 2006-09-22  Kenichi Handa  <handa@m17n.org>
7665         * bindings.el: Fix setting self-insert-command for multibyte
7666         characters in global-map.
7668 2006-09-21  David Kastrup  <dak@gnu.org>
7670         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
7671         doc string.
7673 2006-09-21  Kenichi Handa  <handa@m17n.org>
7675         * language/european.el ("Latin-1"): Add windows-1252 to
7676         coding-priority.
7677         ("German"): Likewise.
7679 2006-09-21  Kim F. Storm  <storm@cua.dk>
7681         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
7682         Suggested by Miles Bader.
7684         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
7685         instead of add-to-list in the simple case.
7687 2006-09-20  Kenichi Handa  <handa@m17n.org>
7689         * isearch.el (isearch-process-search-char): Cancel the previous change.
7690         (isearch-search-string): New function.
7691         (isearch-search): Use isearch-search-string.
7692         (isearch-lazy-highlight-search): Likewise.
7694 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7696         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
7697         string to become an option.
7699 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7701         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
7703 2006-09-20  Kim F. Storm  <storm@cua.dk>
7705         * simple.el (line-move-partial): Call pos-visible-in-window-p with
7706         position t instead of trying both window-end and window-end - 1.
7708 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
7710         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
7711         hidden trees.
7713 2006-09-20  David Kastrup  <dak@gnu.org>
7715         * mouse.el (mouse-posn-property): Improve doc string.
7716         (mouse-on-link-p): Change buffers for function calls on links.
7718         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
7719         buffer is read-only.
7721 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
7723         * allout.el (allout-unprotected): Let inhibit-read-only only when
7724         buffer-read-only isn't set.
7725         (allout-annotate-hidden): Enable topic annotation during copies even
7726         when the buffer is read-only, eg for topic copies.  Ensure that the loop
7727         advances, even when the span extends beyond the deletion region.
7728         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
7729         rather than allout-exposure-changed-hook, as a stronger assertion.
7730         (allout-keybindings-list): Add bindings for
7731         allout-copy-line-as-kill and allout-copy-topic-as-kill.
7732         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
7733         Copy wrappers for allout-kill-line and allout-kill-topic.
7734         (allout-listify-exposed): Position correctly to accumulate lines.
7736 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
7738         * simple.el (line-move-1): Escape field boundaries occurring
7739         exactly at point.  Update goal column if constrained to a field.
7740         (line-move-finish): Escape field boundaries occurring exactly at point.
7742 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7744         * mouse.el (mouse-on-link-p): Tentatively fix last change.
7745         (mouse-drag-vertical-line): Remove unused var `wconfig'.
7747 2006-09-19  Kim F. Storm  <storm@cua.dk>
7749         * help.el (describe-key-briefly, describe-key): Simplify printing
7750         of descriptions by using format and %S.  Fix "is undefined"
7751         messages to say "at that spot" for mouse events.
7753         * simple.el (line-move-partial): Optimize.  Try window-line-height
7754         before posn-at-point to get vpos of current line.
7756 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
7758         * viper.el: Bump up version/date of update to reflect the substantial
7759         changes done in August 2006.
7761         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
7762         are defined.
7764         * ediff-util.el (ediff-add-to-history): New function.
7766         * ediff.el: Use ediff-add-to-history instead of add-to-history.
7768 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7770         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
7771         Delete duplicate make-local-variable form.
7772         (conf-space-keywords): Add autoload cookie.
7773         Fix typo (`keywords', not `keyword').
7775 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7777         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
7778         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
7779         to x-gtk-use-old-file-dialog.
7781 2006-09-18  Richard Stallman  <rms@gnu.org>
7783         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
7784         that might come in during mouse tracking.
7786 2006-09-18  Kim F. Storm  <storm@cua.dk>
7788         * simple.el (line-move-partial): Rework 2006-09-15 change to use
7789         new window-line-height function.  Further optimize by not calling
7790         pos-visible-in-window-p for window-end when window-line-height
7791         returns useful information.
7793 2006-09-16  Richard Stallman  <rms@gnu.org>
7795         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
7796         (conf-space-mode): Don't handle prefix arg.
7797         Delete conf-space-keywords-override code.
7798         Use add-hook.
7799         (conf-space-keywords): New command.
7800         (conf-space-mode-internal): Be careful with imenu-generic-expression.
7801         Delete conf-space-keywords-override code.
7802         (conf-space-keywords-alist): Doc fix.
7803         (conf-space-font-lock-keywords): Doc fix.
7804         (conf-space-keywords-override): Var deleted.
7806 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
7808         * startup.el (fancy-splash-screens): Don't switch to the scratch
7809         buffer; it may not be the next buffer.
7811 2006-09-16  Romain Francoise  <romain@orebokech.com>
7813         * saveplace.el (load-save-place-alist-from-file): Use expanded name
7814         in both messages.
7816 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
7818         * progmodes/python.el (python-preoutput-filter):
7819         Fix arg order to string-match.
7821 2006-09-16  Richard Stallman  <rms@gnu.org>
7823         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
7824         font-lock-compile-keywords.
7826         * font-lock.el (font-lock-compile-keywords): Rename optional arg
7827         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
7829 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7831         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
7833         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
7834         and the data doesn't look like UTF8, send STRING instead.
7836 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
7838         * textmodes/flyspell.el (flyspell-check-region-doublons):
7839         New function to detect duplicated words.
7840         (flyspell-large-region): Use it.
7842 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
7844         * simple.el (line-move-to-column): Revert 2006-08-03 change.
7846 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
7848         * help.el (describe-prefix-bindings): Use let, not let*.
7850 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
7852         * allout.el (allout-regexp, allout-line-boundary-regexp)
7853         (allout-bob-regexp): Correct grouping and boundaries to fix
7854         backwards traversal.
7855         (allout-depth-specific-regexp, allout-depth-one-regexp):
7856         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
7857         worse time in allout-ascend.
7858         (allout-doublecheck-at-and-shallower): Identify depth threshold
7859         below which topics are checked for and disqualified by containment
7860         discontinuities.
7861         (allout-hotspot-key-handler): Correctly handle multiple-key
7862         strokes.  Remove some unused variables.
7863         (allout-mode-leaders): Clarify that mode-specific comment-start
7864         will be used.
7865         (set-allout-regexp): Correctly regexp-quote allout regexps to
7866         properly accept alternative header-leads and primary bullets with
7867         regexp-specific characters (eg, C "/*", mathematica "(*").
7868         Include new regular expressions among those configured.
7869         (allout-infer-header-lead-and-primary-bullet):
7870         Rename allout-infer-header-lead.
7871         (allout-recent-depth): Manifest as a variable as well as a function.
7872         (allout-prefix-data): Simplify into an inline instead of a macro,
7873         assuming current match data rather than being explicitly passed
7874         it.  Establish allout-recent-depth value as well as
7875         allout-recent-prefix-beginning and allout-recent-prefix-end.
7876         (allout-aberrant-container-p): True when an item's immediate
7877         offspring discontinuously contained.  Useful for disqualifying
7878         unintended topic prefixes, likely at low depths.
7879         (allout-goto-prefix-doublechecked): Elaborate version of
7880         allout-goto-prefix which disqualifies aberrant pseudo-items.
7881         (allout-pre-next-prefix): Layer on top of lower-level routines, to
7882         get disqualification of aberrant containers.
7883         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
7884         containers.
7885         (allout-beginning-of-current-entry): Position at start of buffer
7886         when in container (depth 0) entry.
7887         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
7888         (allout-current-bullet): Strip text properties.
7889         (allout-get-prefix-bullet): Use right match groups.
7890         (allout-beginning-of-line, allout-next-heading):
7891         Disqualify aberrant containers.
7892         (allout-previous-heading): Disqualify aberrant containers, and
7893         change to regular (rather than inline) function, to allow
7894         self-recursion.
7895         (allout-get-invisibility-overlay): Increment so progress is made
7896         when the first overlay is not the sought one.
7897         (allout-end-of-prefix): Disqualify aberrant containers.
7898         (allout-end-of-line): Cycle something like allout-beginning-of-line.
7899         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
7900         outline.el outlines) functional again.  Change the primary bullet
7901         along with the header-lead - level 1 new-style bullets now work.
7902         Engage allout-before-change-handler in mainline Emacs, not just
7903         XEmacs, to do undo handling.
7904         (allout-before-change-handler): Expose undo changes occurring in
7905         hidden regions.  Use allout-get-invisibility-overlay instead of
7906         reimplementing it inline.
7907         (allout-chart-subtree): Use start rather than end of prefix in
7908         charts.  Use allout-recent-depth variable.
7909         (allout-chart-siblings): Disqualify aberrant topics.
7910         (allout-beginning-of-current-entry): Position correctly.
7911         (allout-ascend): Use new allout-depth-specific-regexp and
7912         allout-depth-one-regexp for linear instead of O(N^2) or worse
7913         behavior.
7914         (allout-ascend-to-depth): Depend on allout-ascend, rather than
7915         reimplementing an algorithm.
7916         (allout-up-current-level): Depend on allout-ascend, rather than
7917         reimplementing an algorithm.  Return to start-point if we fail.
7918         (allout-descend-to-depth): Use allout-recent-depth variable
7919         instead of function.
7920         (allout-next-sibling): On traversal of numerous intervening
7921         topics, resort to economical allout-next-sibling-leap.
7922         (allout-next-sibling-leap): Specialized version of
7923         allout-next-sibling that uses allout-ascend cleverly, to depend on
7924         a regexp search to leap large numbers of contained topics, rather
7925         than arbitrarily many one-by-one traversals.
7926         (allout-next-visible-heading): Disqualify aberrant topics.
7927         (allout-previous-visible-heading): Position consistently when
7928         interactive.
7929         (allout-forward-current-level): Base on allout-previous-sibling
7930         rather than (differently) reimplmenting the algorithm.  Remove some
7931         unused variables.
7932         (allout-solicit-alternate-bullet): Present default choice stripped
7933         of text properties.
7934         (allout-rebullet-heading): Use bullet stripped of text properties.
7935         Register changes using allout-exposure-change-hook.
7936         Disregard aberrant topics.
7937         (allout-shift-in): With universal-argument, make topic a peer of
7938         it's former offspring.  Simplify the code by separating out
7939         allout-shift-out functionality.
7940         (allout-shift-out): With universal-argument, make offspring peers
7941         of their former container, and its siblings.  Implement the
7942         functionality here, rather than inappropriately muddling the
7943         implementation of allout-shift-in.
7944         (allout-rebullet-topic): Respect additional argument for new
7945         parent-child separation function.
7946         (allout-yank-processing): Use allout-ascend directly.
7947         (allout-show-entry): Disqualify aberrant topics.
7948         (allout-show-children): Handle discontinuous children gracefully,
7949         extending the depth being revealed to expose them and posting a
7950         message indicating the situation.
7951         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
7952         Leave cursor in correct position.
7953         (allout-hide-current-subtree): Use allout-ascend directly.
7954         Disqualify aberrant topics.
7955         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
7956         a way that the yanks can restore it, as used to happen.
7957         (allout-yank-processing): Restore exposure layout as recorded by
7958         allout-kill-*, as used to happen.
7959         (allout-annotate-hidden, allout-hide-by-annotation): New routines
7960         for preseving and restoring exposure layout across kills.
7961         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
7962         (allout-encrypt-string): Strip text properties.
7963         Rearranged order and outline-headings for some of the
7964         miscellaneous functions.
7965         (allout-resolve-xref): No need to quote the error name in the
7966         condition-case handler section.
7967         (allout-flatten): Classic recursive (and recursively intensive,
7968         without tail-recursion) list-flattener, needed by allout-shift-out
7969         when confronted with discontinuous children.
7971 2006-09-16  Jason Rumney  <jasonr@gnu.org>
7973         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
7974         on ms-windows.
7975         (dnd-open-unc-file): Remove.
7976         (dnd-open-local-file): Mention in doc string that it also handles
7977         remote files if the system natively supports unc file-names.
7979 2006-09-15  Kim F. Storm  <storm@cua.dk>
7981         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
7982         all necessary information about the event before erasing *Help*.
7984         * simple.el (line-move-partial): Use window-line-visiblity to
7985         quickly check whether last line is partially visible, and only do
7986         the hard (and slow) part in that case.
7988 2006-09-15  Jay Belanger  <belanger@truman.edu>
7990         * COPYING: Replace "Library Public License" by "Lesser Public
7991         License" throughout.
7993 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7995         * term/x-win.el (x-menu-bar-open): New function for F10.
7997 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
7999         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8000         Disallow filenames containing " -" to avoid confusion with libtool
8001         compilation messages.  Suggested by Stefan Monnier.
8003 2006-09-15  David Kastrup  <dak@gnu.org>
8005         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8006         instead of buffer position for `mouse-on-link-p'.
8008         * mouse.el (mouse-posn-property): New function looking up the
8009         properties at a click position in overlays and text properties in
8010         either buffer or strings.
8011         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8012         of both `follow-link' as well as `mouse-face' properties.
8013         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8014         buffer position.
8016         * help.el (describe-key-briefly): When reading a down-event on
8017         mode lines or scroll bar, swallow the following up event, too.
8018         Use the new mouse sensitity of `key-binding' for lookup.
8019         (describe-key): The same here.
8021 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
8023         * play/life.el (life-patterns): Add a few more interesting patterns.
8024         (life-setup): Force `show-trailing-whitespace' to nil.
8026 2006-09-14  Richard Stallman  <rms@gnu.org>
8028         * startup.el (fancy-splash-text): Change text to improve alignment.
8029         (fancy-splash-screens): Don't set non-standard tab width.
8030         Bind cursor-type temporarily, and make it easy to patch to
8031         preserve the splash buffer.
8032         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8033         (fancy-splash-screens): Display echo-area message explicitly.
8034         Don't set fancy-splash-help-echo.
8036         * simple.el (line-number-mode): Group mode-line instead of
8037         editing-basics.
8038         (column-number-mode, size-indication-mode): Likewise.
8040         * faces.el (mode-line-faces): Group mode-line instead of modeline.
8042         * time.el (display-time): Group mode-line instead of modeline.
8044         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
8046 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
8048         * startup.el (fancy-splash-text): Move editing instructions to
8049         fancy-splash-head.
8050         (fancy-splash-head): Issue editing instructions.
8051         (fancy-splash-screens): Fixup whitespace.
8053 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8055         * bindings.el (mode-line-buffer-identification-keymap):
8056         Remove duplicate line.
8058 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8060         * ido.el (ido-ignore-item-p): Allow any kind of functions in
8061         ignore lists.
8063 2006-09-14  Kim F. Storm  <storm@cua.dk>
8065         * jit-lock.el (jit-lock-fontify-again): New function.
8066         (jit-lock-fontify-now): Use it instead of lambda form.
8068 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
8070         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8071         (flyspell-auto-correct-word): Make ispell-filter local to these
8072         functions.  Check that ispell-filter has new stuff before calling
8073         ispell-parse-output.
8075 2006-09-13  Kim F. Storm  <storm@cua.dk>
8077         * simple.el (line-move-partial): Optimize.
8079 2006-09-13  Richard Stallman  <rms@gnu.org>
8081         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8082         Delete spurious backquote.
8084 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8086         * net/rcirc.el (rcirc-print): Fix last change.
8088 2006-09-12  Jay Belanger  <belanger@truman.edu>
8090         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8092 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8094         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8095         rcirc-show-maximum-output.
8096         (rcirc-mode): Remove window-scroll-function hook.
8097         (rcirc-scroll-to-bottom): Remove function.
8098         (rcirc-print): Recenter so point stays at the bottom of the window
8099         if point was already there.
8101 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
8103         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8104         not to "t".
8105         * progmodes/compile.el (compilation-start): Likewise.
8106         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8107         Don't use expand-file-name on invocation-directory, since this
8108         might mishandle special characters in invocation-directory.
8110 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8112         * pcvs-defs.el: Remove * in defcustom's docstrings.
8114 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
8116         * progmodes/compile.el (compilation-directory-properties):
8117         Doc fix for help-echo.
8119 2006-09-12  Lars Hansen  <larsh@soem.dk>
8121         * desktop.el (desktop-read): Add comment.
8123 2006-09-12  Kim F. Storm  <storm@cua.dk>
8125         * simple.el (next-error-highlight, next-error-highlight-no-select):
8126         Fix spelling error.
8128         * subr.el (sit-for): Rework to use input-pending-p and cond.
8129         Return nil input is pending on entry also for SECONDS <= 0.
8130         (while-no-input): Use input-pending-p instead of sit-for.
8132 2006-09-11  Richard Stallman  <rms@gnu.org>
8134         * simple.el (next-error-highlight, next-error-highlight-no-select):
8135         Fix custom type and doc strings.
8137 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8139         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8140         (diff-apply-hunk): Use it to ask for confirmation.
8142 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
8144         * emacs-lisp/cl.el (pushnew): Add missing `,'.
8146 2006-09-11  David Kastrup  <dak@gnu.org>
8148         * help.el (string-key-binding, describe-key-briefly)
8149         (describe-key): Remove `string-key-binding' and its callers since
8150         `key-binding' already caters for the proper lookup now.
8152 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8154         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8155         (cfengine-mode): Use it.  Fix \ syntax to be like /.
8157         * bindings.el (mode-line-buffer-identification-keymap):
8158         Move initialization into declaration.
8160 2006-09-10  Kim F. Storm  <storm@cua.dk>
8162         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8163         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8164         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8165         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
8167 2006-09-10  Richard Stallman  <rms@gnu.org>
8169         * dired-aux.el: Handle errors in recursive copy usefully.
8170         (dired-create-files-failures): New variable.
8171         (dired-copy-file): Remove condition-case.
8172         (dired-copy-file-recursive): Check for errors on all file
8173         operations, and add them to dired-create-files-failures.
8174         Check file file-date-erorr here too.
8175         (dired-create-files): Check dired-create-files-failures
8176         and report those errors too.
8178         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8180         * subr.el (add-to-list): New argument COMPARE-FN.
8182 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8184         * filecache.el (file-cache-add-directory)
8185         (file-cache-add-directory-list, file-cache-add-file)
8186         (file-cache-add-directory-using-find)
8187         (file-cache-add-directory-using-locate)
8188         (file-cache-add-directory-recursively): Add autoloads.
8190 2006-09-09  Richard Stallman  <rms@gnu.org>
8192         * textmodes/conf-mode.el (conf-space-mode):
8193         Use hack-local-variables-hook instead of calling hack-local-variables.
8194         (conf-space-keywords-override): New variable.
8195         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
8196         (conf-space-mode): Always make conf-space-keywords and
8197         conf-space-keywords-override local.
8198         Call conf-space-mode-internal directly as well as via hook.
8200 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
8202         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8203         quasi-keywords.
8205 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8207         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8208         (python-send-string): Be slightly more careful about adding \n.
8210         * startup.el (normal-splash-screen): Don't display the buffer if we'll
8211         kill it right away anyway.
8213 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
8215         * international/codepage.el (cp850-decode-table): Fix a few codes.
8216         (cp858-decode-table): New variable.
8218 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8220         * net/ldap.el (ldap-search-internal): Doc fix.
8222 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8224         * play/life.el (life-display-generation): Test for input manually if
8225         `sleeptime' is negative or null.
8227         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8228         (print-region-1): Substitute `%s' with the page title.
8230 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
8232         * locate.el (locate-current-search): New variable.
8233         (locate): Set buffer local value.  Use current buffer if it is
8234         in Locate mode.
8235         (locate-mode): Disable undo here.
8236         (locate-do-setup): Use locate-current-filter from buffer to be killed.
8237         (locate-update): Use locate-current-search and locate-current-filter.
8239 2006-09-08  David Kastrup  <dak@gnu.org>
8241         * desktop.el (desktop-read): When loading a desktop, disable
8242         saving it while the load progresses, and switch off a pending lazy
8243         load by calling `desktop-lazy-abort'.
8245 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
8247         * window.el (mouse-autoselect-window-timer)
8248         (mouse-autoselect-window-position)
8249         (mouse-autoselect-window-window)
8250         (mouse-autoselect-window-now): New vars.
8251         (mouse-autoselect-window-cancel)
8252         (mouse-autoselect-window-select)
8253         (mouse-autoselect-window-start): New functions.
8254         (handle-select-window): Call `mouse-autoselect-window-start' when
8255         delayed window autoselection is enabled.
8257         * cus-start.el (mouse-autoselect-window): Handle delayed window
8258         autoselection.
8260         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8261         commands after which it is allowed to print in the echo area.
8263 2006-09-08  Richard Stallman  <rms@gnu.org>
8265         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8267         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8268         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8270         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8271         (cancel-timer-internal): Add doc string.
8272         (cancel-function-timers): Doc fix.
8273         (with-timeout-handler, timer-event-last*): Add doc strings.
8275         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8277         * files.el (risky-local-variable-p): Match ...-bindat-spec.
8279         * dired.el (dired-log-summary): Add doc string.
8281         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8282         (custom-group-menu-create): Not here.
8284 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
8286         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8288 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8290         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8291         (mac-apple-event-map): Define its handler.
8293 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8295         * net/ldap.el (ldap-search-internal): Handle `auth' key.
8297 2006-09-07  Magnus Henoch  <mange@freemail.hu>
8299         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8300         clause.
8302 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8304         * info.el (Info-index): Bind completion-ignore-case.
8306 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8308         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8309         previous commit.
8310         (inferior-prolog-guess-flavor): New fun left out of previous commit.
8311         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8312         burp in dedicated windows.
8313         (inferior-prolog-self-insert-command): New command.
8314         (inferior-prolog-mode-map): Use it.
8316 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8318         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8320         * international/code-pages.el: Add cp858.
8322 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8324         * dnd.el: Fix bootstrapping.
8326 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8328         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8329         (dnd-open-remote-url): New function.
8330         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8331         not windows-nt.
8333 2006-09-07  Jason Rumney  <jasonr@gnu.org>
8335         * dnd.el (dnd-open-remote-file-function): New variable.
8336         (dnd-open-unc-file): New function.
8337         (dnd-open-file): Call dnd-open-remote-file-function if set.
8339 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8341         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8342         pgg-passphrase-coding-system rather than locale-coding-system.
8343         * pgg-def.el (pgg-passphrase-coding-system): New user option.
8345 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8347         * progmodes/prolog.el: Remove * in docstrings.
8348         (prolog-program-name): Add SWI prolog.
8349         (prolog-mode-menu): New menu.
8350         (prolog-mode): Set comment-add.
8351         (prolog-indent-line): Simplify.  Use indent-line-to.
8352         (inferior-prolog-buffer): New var.
8353         (inferior-prolog-run, inferior-prolog-process): New funs.
8354         (run-prolog, switch-to-prolog): Rewrite, using them.
8355         (prolog-consult-region): Use inferior-prolog-buffer.
8356         (inferior-prolog-load-file): New function.
8357         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8359         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8360         last word, if it's not the end of the paragraph.
8362         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8363         file name.
8365 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
8367         * frame.el (display-mm-dimensions-alist): New defcustom.
8368         (display-mm-height, display-mm-width): Use it.
8370 2006-09-06  Simon Josefsson  <jas@extundo.com>
8372         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8374 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
8376         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8377         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8378         string values.
8380 2006-09-06  Kim F. Storm  <storm@cua.dk>
8382         * simple.el (line-move-partial): New function to do vscrolling for
8383         partially visible images / tall lines.  Rewrite based on code
8384         previously in line-move.  Simplify backwards vscrolling.
8385         (line-move): Use it.  Simplify.
8387 2006-09-05  Kim F. Storm  <storm@cua.dk>
8389         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8391 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
8393         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8394         Process the `gcc-include' after the `gnu' rule.
8396 2006-09-05  Kim F. Storm  <storm@cua.dk>
8398         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8400 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8402         * pgg.el (pgg-clear-string): Alias to clear-string for backward
8403         compatibility.
8405         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8406         inhibit-redisplay; encode passphrase with locale-coding-system.
8408 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8410         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8412 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
8414         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8415         (gdb-var-list-children-regexp): Make type field optional.
8417         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8418         e.g public, protected in C++.
8420 2006-09-04  John Paul Wallington  <jpw@pobox.com>
8422         * simple.el (completion-show-help): New defcustom.
8423         (completion-setup-function): Heed it.
8425 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8427         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8429 2006-09-04  Richard Stallman  <rms@gnu.org>
8431         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8432         (rsf-min-region-to-spam-list): Doc fix.
8433         (rsf-add-content-type-field): Doc fix.
8435         * simple.el (kill-region): Explicitly test there is a region.
8437 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8439         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8440         sendmail in several common directories.
8442         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
8444         * paths.el (sendmail-program): Removed.
8446 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
8448         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
8449         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
8450         http://article.gmane.org/gmane.emacs.gnus.general/50457
8452 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
8454         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
8455         mark after running the menu filter.
8457 2006-09-03  Juri Linkov  <juri@jurta.org>
8459         * international/quail.el (quail-defrule-internal): Add a check
8460         if a key is a vector.
8462 2006-09-02  Juri Linkov  <juri@jurta.org>
8464         * man.el (Man-topic-history): New variable.
8465         (man): Use it.
8467         * woman.el (woman-topic-history): Change defvar to defvaralias
8468         for symbol `Man-topic-history'.
8470         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8471         `comint-last-output-start' is a marker by using `markerp' and
8472         check if it has a position by using `marker-position', and use
8473         this position for `goto-char'.
8475         * international/quail.el (quail-defrule-internal): Add missing
8476         `error' call for null key.
8478 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
8480         * rcirc.el (rcirc-keywords): New variable.
8481         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
8482         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
8483         variables.
8484         (rcirc-responses-no-activity): New function.
8485         (rcirc-handler-generic): Check for responses in above.
8486         (rcirc-process-command): Add ?: character to arguments of raw
8487         server commands.
8488         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
8489         `rcirc-dim-nicks'.
8490         (rcirc-gray-toggle): Remove unused variable.
8491         (rcirc-print): Remove some tracking logic, which is moved into
8492         markup functions.
8493         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
8494         types.
8495         (rcirc-activity-string): Look for 'keyword in activity-types.
8496         (rcirc-window-configuration-change): Don't erase overlay-arrow
8497         unnecessarily.
8498         (rcirc-add-or-remove): New function.
8499         (rcirc-cmd-ignore): Use it.
8500         (rcirc-message-leader): Remove unused function.
8501         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
8502         (rcirc-add-face): New function.
8503         (rcirc-facify): Use rcirc-add-face.
8504         (rcirc-url-regexp): Add parens.
8505         (rcirc-map-regexp): Remove function.
8506         (rcirc-mangle-regexp): Remove function.
8507         (rcirc-markup-text-functions): New variable.
8508         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
8509         (rcirc-markup-body-text, rcirc-markup-attributes)
8510         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
8511         (rcirc-markup-bright-nicks): New markup handler functions.
8512         (rcirc-nick-in-message-full-line): New face.
8513         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
8514         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
8516 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
8518         * cus-start.el (hscroll-margin, hscroll-step)
8519         (mode-line-in-non-selected-windows, mouse-autoselect-window)
8520         (x-use-underline-position-properties): Change version to "22.1"
8521         since they will appear there for the first time.
8523 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
8525         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
8527 2006-08-31  Richard Stallman  <rms@gnu.org>
8529         * cus-edit.el (custom-save-variables): Slight cleanup.
8530         (Custom-no-edit): Renamed from custom-no-edit.
8531         (Custom-newline): Renamed from custom-newline.
8532         (custom-mode-map): Use new names.
8534         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
8535         about customization, rather than M-x customize, in the doc string
8536         made for the defcustom.
8538         * emacs-lisp/trace.el (trace-function-background): Doc fix.
8540 2006-08-31  Romain Francoise  <romain@orebokech.com>
8542         * dired-x.el (dired-guess-shell-alist-default): Update.
8544 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
8546         * custom.el (custom-theme-set-variables): Autoload packages before
8547         sorting the variables.
8549 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
8551         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
8552         chars if XEmacs.
8553         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
8555 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8557         * progmodes/python.el (python-eldoc-function): Re-enable quit while
8558         waiting for process.
8560 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8562         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
8563         results in ASCII-only string, encode original one directly.
8565 2006-08-29  Romain Francoise  <romain@orebokech.com>
8567         * startup.el (normal-splash-screen, fancy-splash-screens):
8568         Make buffer read-only and arrange to enter view mode if necessary.
8570 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
8572         * hl-line.el (hl-line): New face.
8573         (hl-line-face): Use it.
8575         * image-mode.el (image-mode): Fix last fix.
8576         Suggested by Kim F. Storm.
8578 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
8580         Sync with Tramp 2.0.54.
8582         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
8583         of `=', because `tramp-get-remote-gid' might not always return an
8584         integer when expected.
8585         (tramp-register-file-name-handlers): `partial-completion-mode' is
8586         unknown to XEmacs.
8587         (tramp-time-diff): Don't use `floor', it might fail for large
8588         differences.
8589         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
8590         `tramp-auto-save-directory' if unset in order to guarantee unique
8591         auto-save file names.
8593 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
8595         * image-mode.el (image-mode): Display image as text on a terminal.
8597 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8599         * progmodes/python.el (python-send-command): Simplify.
8600         (run-python): Don't generate a new buffer unless `new' was specified.
8601         Make sure we send `import emacs' to the proper process.
8603         * progmodes/python.el (python-send-command): Don't wait for the command
8604         to terminate.  Don't fiddle with compilation-parsing-end.
8606 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
8608         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8609         Insert commentary after first line summary.
8611         * woman.el (woman-follow): New function, based on `man-follow'.
8612         (woman-mode-map): Use it.
8614         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
8615         since ibuffer-do-sort-by-recency does not define a sorter.
8617 2006-08-28  Kim F. Storm  <storm@cua.dk>
8619         * find-dired.el (find-dired): Use shell-quote-argument to properly
8620         escape ( and ) args.  Also use it on {} and ; args in default
8621         value of find-ls-option string.
8622         (find-grep-dired): Use shell-quote-argument on {} and ; args.
8624 2006-08-27  Michael Olson  <mwolson@gnu.org>
8626         * emacs-lisp/tq.el: Small grammar fix in comments.
8627         (tq-enqueue): Check for existence of queue rather than the
8628         head queue item's question, which was a no-op.
8629         (tq-filter, tq-process-buffer): Make sure the process buffer
8630         exists before making it the current buffer.
8632 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8634         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
8635         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
8636         (special-event-map): Apply 2006-08-16 change for x-win.el.
8638 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8640         * progmodes/python.el (python-send-receive): Wait in the
8641         process's buffer so as to check the right buffer-local variables.
8643 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8645         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
8646         (defgroup checkdoc): Move to beginning.
8648         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
8649         (python-preoutput-continuation): Remove.
8650         (python-preoutput-filter): Simplify correspondingly.
8651         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
8652         Loop around to catch embedded _emacs_out output.
8653         (run-python): Send the import&print command on a single line.
8654         (python-send-command): Send command&print on a single line.
8655         (python-send-string): Only add double \n if needed.
8656         (python-send-receive): Loop until the result comes.
8657         (python-mode-running): Defvar it.
8658         (python-setup-brm): Remove unused var `menu'.
8659         Only bind py-mode-map and `features' around brm-init.
8660         (python-calculate-indentation): Remove unused var `point'.
8661         (python-beginning-of-defun): Remove unused var `def-line'.
8663 2006-08-25  Richard Stallman  <rms@gnu.org>
8665         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
8667 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
8669         * viper.el (viper-set-hooks): Use frame bindings for
8670         viper-vi-state-cursor-color.
8671         (viper-non-hook-settings): Don't set default
8672         mode-line-buffer-identification.
8674         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
8675         (viper-set-cursor-color-according-to-state)
8676         (viper-get-saved-cursor-color-in-replace-mode)
8677         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
8678         viper-emacs-state-cursor-color.
8680         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
8681         (viper-undo): Use point if undo-beg-posn is nil.
8682         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
8683         (viper-after-change-undo-hook): Don't use
8684         viper-emacs-state-cursor-color by default.
8685         (viper-undo): More sensible positioning after undo.
8687         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
8688         (viper-emacs-state-cursor-color): Default to nil, since this feature
8689         doesn't work well yet.
8691         * ediff-mult.el (ediff-intersect-directories)
8692         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
8693         always expand filenames.
8695 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8697         * tumme.el: Remove * in defcustoms's docstrings.
8699 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
8701         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
8702         Accept internal time format for SECS arg.
8703         (timer-relative-time): Doc fix.
8705         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
8706         adapted from Martin Rudalics.
8707         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
8708         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
8709         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
8710         using sit-for.
8712 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
8714         * cus-start.el (all): Add `overline-margin' and
8715         `x-underline-at-descent-line'.
8717 2006-08-24  Kim F. Storm  <storm@cua.dk>
8719         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
8720         to mean "use find -exec"; nil now unambiguously means auto-detect.
8721         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
8722         Use shell-quote-argument to build grep-find-command and
8723         grep-find-template.
8724         (rgrep): Use shell-quote-argument to properly quote arguments to find.
8725         Reported by Tom Seddon.
8727 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
8729         * startup.el (fancy-splash-head): Give instructions for dismissing
8730         the splash screen for default startup too.
8731         (display-startup-echo-area-message, fancy-splash-screens)
8732         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
8733         all splash text at once and keep the splash buffer around.
8734         (command-line-1): Give display-startup-echo-area-message a t arg.
8736 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
8738         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
8739         gnus frame is selected.
8741 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
8743         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
8745 2006-08-22  Kim F. Storm  <storm@cua.dk>
8747         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
8748         Add suffix matching for subdirs.
8750 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
8752         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
8753         mouse-yank-at-point is non-nil.
8755 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
8757         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
8758         a bit wider and remove fringes to fit initial output on line.
8760 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8762         * frame.el (blink-cursor-end): Only ignore the error we care about.
8763         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
8765 2006-08-21  Richard Stallman  <rms@gnu.org>
8767         * whitespace.el (whitespace-cleanup): Doc fix.
8769 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
8771         * net/rcirc.el (rcirc-show-maximum-output): New var.
8772         (rcirc-buffer-process): If no buffer argument is supplied, use
8773         current-buffer.
8774         (rcirc-complete-nick): Complete to the last completed nick first.
8775         (rcirc-mode): Preserve the value of `rcirc-urls' across
8776         connections.  Setup scroll function.
8777         (rcirc-scroll-to-bottom): New function.
8778         (rcirc-print): Use nick syntax around regexp work.
8779         Notice dim-nicks speaking only if they say our nick.
8780         (rcirc-update-activity-string): Do not show the modeline indicator
8781         if there are no live rcirc processes.
8782         (rcirc-cmd-ignore): Ignore case.
8783         (rcirc-browse-url-at-point): Fix off-by-one error.
8785 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8787         * progmodes/python.el: Remove * in defcustom docstrings.
8788         (run-python, python-proc, python-try-complete): Use derived-mode-p.
8789         (python-mode): Set tab-width and indent-tabs-mode.
8791 2006-08-20  Dave Love  <fx@gnu.org>
8793         * progmodes/python.el: Update to Dave Love's latest version.
8794         (python-font-lock-keywords, python-mode): Don't use
8795         font-lock-syntax-table, but match symbol elements explicitly instead.
8796         (python-mode-map): Add help, and a few more key bindings.
8797         (python-skip-comments/blanks): Move out of comments as well.
8798         (python-continuation-line-p): Behave better with unbalanced parens.
8799         (python-blank-line-p): New fun.
8800         (python-open-block-statement-p): Don't use a heuristic.
8801         (python-outdent-p): Better handle blocks-in-the-same-line.
8802         (python-calculate-indentation): Misc improvements.
8803         (python-comment-indent): Remove.
8804         (python-block-pairs): New var.
8805         (python-first-word): New fun.
8806         (python-indentation-levels): Handle more common cases.
8807         (python-indent-line-1): Add `leave' argument.
8808         (python-indent-region): New fun.
8809         (python-skip-out): New fun.
8810         (python-beginning-of-statement, python-end-of-statement): Use it.
8811         (python-next-statement): Return correct count even at eob.
8812         (python-end-of-block): Fix paren-typo.
8813         (python-imenu-create-index): Add module variables.
8814         (run-python): Add `new' arg.
8815         Check we're at a prompt before returning.
8816         (python-send-command): Move to end of buffer.
8817         Wait for prompt to return.
8818         (python-set-proc): New fun.
8819         (python-imports): New var.
8820         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
8821         (python-eldoc-function): Try to move out of arg list.
8822         (python-outline-level): Offset by 1.
8823         (python-find-imports): New fun.
8824         (python-symbol-completions): Use python-imports.
8825         (python-module-path, ffap-alist): Add support for ffap.
8826         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
8827         (python-insert-*, python-default-template, python-expand-template):
8828         Add templates/skeletons.
8829         (python-setup-brm): Support for Bicycle Repair Man.
8830         (python-abbrev-syntax-table): New var.
8831         (python-abbrev-pc-hook, python-pea-hook): New funs.
8833 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
8835         * frame.el (blink-cursor-start): Set timer first.
8836         (blink-cursor-end): Ignore timer cancelling errors.
8837         Suggested by Ken Manheimer.
8839 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
8841         * newcomment.el (comment-box): Call `comment-normalize-vars'.
8842         Add autoload cookie.
8844 2006-08-20  Richard Stallman  <rms@gnu.org>
8846         * simple.el (line-number-at-pos): Doc fix.
8848         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
8849         timer-activate-when-idle, so timer can run before Emacs becomes
8850         non-idle again.
8852 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
8854         * whitespace.el (whitespace-cleanup-internal): New optional arg
8855         REGION-ONLY.  If it's non-nil, modify the message to the user
8856         accordingly.
8857         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
8858         a non-nil argument.
8860 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
8862         * rect.el (spaces-string): Simplify and add doc string.
8864 2006-08-17  Romain Francoise  <romain@orebokech.com>
8866         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
8868 2006-08-17  Richard Stallman  <rms@gnu.org>
8870         * compare-w.el (compare-windows): lambda's take an arg and pass
8871         it to compare-windows-skip-whitespace.
8873 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
8875         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
8876         the right buffer.
8878 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8880         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
8881         removed files.
8883 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
8885         * progmodes/gdb-ui.el (gdb-locals-watch-map)
8886         (gdb-locals-watch-map-1): Suppress keymap first.
8887         (gdb-edit-locals-map-1): New variable.
8888         (gdb-edit-locals-value): New function.
8889         (gdb-stack-list-locals-handler): Use them.
8891 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8893         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
8894         cursor would normally be drawn in the fringe.
8896         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
8897         Reported by Martin Rudalics <rudalics@gmx.at>.
8899 2006-08-16  Richard Stallman  <rms@gnu.org>
8901         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
8902         (special-event-map): Process drag-n-drop events this way.
8904         * simple.el (move-beginning-of-line): Test whether fields
8905         would prevent motion back to line's first visible character.
8906         If so, stop where the fields would stop the motion.
8908         * newcomment.el (comment-indent): Fully update INDENT
8909         before checking to see if it will change the text.
8911         * cus-edit.el (custom-newline): New function.
8912         (custom-mode-map): Bind newline to custom-newline.
8914         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
8915         into ignore-whitespace.
8916         Check each buffer for its skip-function.
8917         Handle compare-windows-skip-whitespace special-case test
8918         by returning t from default skip function.
8920 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
8922         * textmodes/org.el (org-clock-special-range)
8923         (org-clock-update-time-maybe): New functions.
8924         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
8925         not only a-z.
8926         (org-agenda-get-blocks): Allow multiple blocks per headline.
8927         (org-timestamp-change): Call `org-clock-update-time-maybe'.
8928         (org-export-html-title-format)
8929         (org-export-html-toplevel-hlevel): New options.
8930         (org-export-language-setup): Add support for Czech.
8931         (org-mode, org-insert-todo-heading, org-find-visible)
8932         (org-find-invisible, org-invisible-p, org-invisible-p2)
8933         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
8934         (org-show-subtree, org-show-entry, org-make-options-regexp):
8935         Remove compatibility support for old outline-mode.
8936         (org-check-occur-regexp): Funtion removed.
8937         (org-on-heading-p, org-back-to-heading): Made defalias.
8938         (org-set-local): New defsubst.
8939         (org-set-regexps-and-options, org-mode)
8940         (org-set-font-lock-defaults, org-edit-agenda-file-list)
8941         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
8942         (org-remember-apply-template, org-table-edit-field)
8943         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
8944         (org-set-autofill-regexps): Use `org-set-local'.
8945         (org-table-eval-formula): Fix bug with parsing of display flags.
8947 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
8949         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
8950         frame with fringe arrow.  Suggested by Simon Marshall
8951         <simon.marshall@misys.com>.
8952         (gdb-stack-position): New variable.
8953         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
8954         (gdb-frames-mode): Set gdb-stack-position to nil.
8955         Add to overlay-arrow-variable-list
8956         (gdb-reset): Delete gdb-stack-position from above list.
8958 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8960         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
8961         read only.
8963 2006-08-13  Romain Francoise  <romain@orebokech.com>
8965         * cus-theme.el (customize-create-theme)
8966         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
8968         * filesets.el (filesets-add-buffer): Ditto.
8970         * pcvs.el (cvs-change-cvsroot): Ditto.
8972 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
8974         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
8975         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
8976         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
8977         expressions.
8978         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
8979         Only search till end of line.
8980         Add face to function names in case of no filename.
8981         Add face to variable names of watchpoints.
8983 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
8985         * cus-start.el <indent-tabs-mode>: Move to the `indent'
8986         customization group.
8988 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
8990         * allout.el (allout-prior-bindings, allout-added-bindings):
8991         Remove, after long deprecation.
8992         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
8993         Add customization vars controlling allout-beginning-of-line and
8994         allout-end-of-line conveniences.
8995         (allout-header-prefix, allout-use-mode-specific-leader)
8996         (allout-use-mode-specific-leader, allout-mode-leaders):
8997         Revise docstrings.
8998         (allout-infer-header-lead): Change to be an alias for
8999         allout-infer-header-lead-and-primary-bullet.
9000         (allout-infer-header-lead-and-primary-bullet): New version of
9001         allout-infer-header-lead which assigns the primary bullet to the
9002         same as the header lead, when its being changed.
9003         (allout-infer-body-reindent): Apply regexp-quote instead of
9004         unconditionally prepending "\\", so that all literal
9005         allout-header-prefix and allout-primary-bullet strings are
9006         properly handled.
9007         (allout-add-resumptions): Add optional qualifier for extending or
9008         appending to existing values, rather than replacing them.
9009         (allout-view-change-hook): Clarify docstring.
9010         (allout-exposure-change-hook): Take explicit arguments, via
9011         run-hook-with-args.
9012         (allout-structure-added-hook)
9013         (allout-structure-deleted-hook)
9014         (allout-structure-shifted-hook): New hooks analogous to
9015         allout-exposure-change-hook for other kinds of structural outline
9016         edits.
9017         (allout-encryption-plaintext-sanitization-regexps): New encryption
9018         customization variable, by which cooperating modes can provde
9019         massage of the plaintext without actually being passed it.
9020         (allout-encryption-ciphertext-rejection-regexps)
9021         (allout-encryption-ciphertext-rejection-ceiling): New encryption
9022         customization variables, by which cooperating modes can prohibit
9023         rare but possible ciphertext patterns from fouling their
9024         operation, with actually being passed the ciphertext.
9025         (allout-mode): Run activation and deactivation hooks after the
9026         minor-mode variable has been toggled, to clarify the mode
9027         disposition.  The new encryption ciphertext rejection variable is
9028         used to ensure that the ciphertext does not contain text that
9029         would be recognized as outline structural elements by allout.
9030         Substite allout-beginning-of-line and allout-end-of-line for
9031         conventionall beginning-of-line and end-of-line bindings.
9032         If allout-old-style-prefixes is non-nil, don't nullify it on mode
9033         activation!
9034         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9035         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9036         (allout-chart-subtree): Implement new mode, charting only the
9037         visible items in the subtree, when new 'visible' parameter is non-nil.
9038         (allout-end-of-subtree): Properly handle the last item in the buffer.
9039         (allout-pre-command-business, allout-command-counter):
9040         Increment an advertised counter so that cooperating enhancements can
9041         track revisions of items.
9042         (allout-open-topic): Run allout-structure-added-hook with suitable
9043         arguments.
9044         (allout-shift-in): Run allout-structure-shifted-hook with suitable
9045         arguments.
9046         (allout-shift-out): Fix doubling for negative args and ensure call
9047         of allout-structure-shifted-hook by solely using allout-shift-in.
9048         (allout-kill-line, allout-kill-topic):
9049         Run allout-structure-deleted-hook with suitable arguments.
9050         (allout-yank-processing): Run allout-structure-added-hook with
9051         proper arguments.
9052         (allout-yank): Enclose activity in allout-unprotected.
9053         (allout-flag-region): Run allout-exposure-change-hook with
9054         suitable arguments, instead of making the callee infer the arguments.
9055         (allout-encrypt-string):
9056         Support allout-encryption-plaintext-sanitization-regexps,
9057         allout-encryption-ciphertext-rejection-regexps, and
9058         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
9059         en/de cryption mode in symmetric encryption failure message.
9060         (allout-obtain-passphrase): Use copy-sequence to get a distinct
9061         copy of the passphrase, and don't zero it or we'll corrupt the
9062         stashed copy.
9063         (allout-create-encryption-passphrase-verifier)
9064         (allout-verify-passphrase): Respect the new signature for
9065         allout-encrypt-string.
9066         (allout-get-configvar-values): Convenience for getting a
9067         configuration variable value and handling its absence gracefully.
9069 2006-08-11  Romain Francoise  <romain@orebokech.com>
9071         * obsolete/zone-mode.el: Delete.
9073 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9075         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9077 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
9079         * emacs-lisp/bindat.el (bindat-ip-to-string):
9080         Use `format-network-address' if possible.
9082 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9084         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9086 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
9088         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9089         restore unread-command-events here.
9090         (edebug-display): Do it here, to detect sit-for interruptions.
9092 2006-08-10  Romain Francoise  <romain@orebokech.com>
9094         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9095         (dns-mode-soa-auto-increment-serial): New user option.
9096         (dns-mode-soa-maybe-increment-serial): New function.
9097         (dns-mode): Add the latter to `write-contents-functions'.
9099         * obsolete/zone-mode.el: Move to obsolete/ from net/.
9100         Delete autoload cookies.
9102 2006-08-10  John Wiegley  <johnw@newartisans.com>
9104         * eshell/em-glob.el (eshell-glob-chars-list)
9105         (eshell-glob-translate-alist): Add support for [^g] in character globs.
9107 2006-08-10  Richard Stallman  <rms@gnu.org>
9109         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9110         (facemenu-set-face): Doc fix.
9111         (facemenu-listed-faces): Doc fix.
9113 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
9115         * avoid.el (mouse-avoidance-animating-pointer): New var.
9116         (mouse-avoidance-nudge-mouse): Use it.
9117         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9118         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9119         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9120         Don't activate if currently animating.  All callers changed.
9122 2006-08-09  John Wiegley  <johnw@newartisans.com>
9124         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9125         variable, which causes timeclock to report elapsed time worked,
9126         instead of just work remaining.
9128 2006-08-09  Kenichi Handa  <handa@m17n.org>
9130         * international/latexenc.el (latexenc-find-file-coding-system):
9131         Fix for the case that the 2nd element of arg-list is a cons.
9133 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
9135         * info.el (Info-fontify-node): Handle preceding `in' for note
9136         reference hiding rules.
9138 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9140         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9141         mistake a closing " for an opening one.
9143 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9145         * term/xterm.el (terminal-init-xterm): Add more key bindings.
9147 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9149         * complete.el (PC-do-completion): Filter out completions matching
9150         completion-ignored-extensions before checking whether there are
9151         multiple completions.
9152         Don't use `list' unnecessarily when building completion tables.
9154 2006-08-06  Richard Stallman  <rms@gnu.org>
9156         * help.el (describe-mode): Make minor mode list more concise.
9158 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
9160         * bindings.el: Give mode-line-format, mode-line-modes, and
9161         mode-line-position `standard-value' properties.
9163 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
9165         * buff-menu.el (list-buffers-noselect): For Info buffers, use
9166         "(file)node" instead of the file name.
9168 2006-08-05  Richard Stallman  <rms@gnu.org>
9170         * faces.el (escape-glyph): Doc fix.
9172 2006-08-04  Kenichi Handa  <handa@m17n.org>
9174         * international/mule-diag.el (describe-font): Improve docstring
9175         and error message.  Use frame-parameter (not frame-parameters).
9177 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9179         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9180         Correctly mark the end-of-docstring char.
9182 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
9184         * simple.el (line-move-to-column): Constrain move-to-column to
9185         current field.
9187 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9189         * font-lock.el (font-lock-beg, font-lock-end)
9190         (font-lock-extend-region-functions): New vars.
9191         (font-lock-extend-region-multiline)
9192         (font-lock-extend-region-wholelines): New functions.
9193         (font-lock-default-fontify-region): Use them.
9194         (font-lock-extend-jit-lock-region-after-change): Only round up
9195         if font-lock-default-fontify-region will do it as well.
9197         * font-lock.el (font-lock-extend-after-change-region-function):
9198         Rename from font-lock-extend-region-function.
9199         (font-lock-extend-region): Remove by inlining at call sites.
9200         (font-lock-after-change-function): Don't needlessly round up to a whole
9201         number of lines.
9202         (font-lock-extend-jit-lock-region-after-change): Be more careful about
9203         the boundary conditions and the interactions between the various ways
9204         to extend the region.
9206 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9208         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9209         modification status when forcing the second redisplay.
9211 2006-08-03  Kim F. Storm  <storm@cua.dk>
9213         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9215 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9217         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9218         doesn't look like a file name.
9220         * complete.el (PC-expand-many-files): Avoid signalling an error when
9221         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
9223 2006-08-02  Andreas Schwab  <schwab@suse.de>
9225         * bindings.el (mode-line-format): Simplify reference to vc-mode.
9227 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9229         * bindings.el (map): Make mode-line-buffer-identification-keymap
9230         before defining propertized-buffer-identification.
9232 2006-08-01  Richard Stallman  <rms@gnu.org>
9234         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9236 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9238         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9239         default value.
9240         (gdb-find-source-frame): New function.
9241         (menu): Add to menu bar.
9243 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9245         * font-core.el (font-lock-extend-region-function)
9246         (font-lock-extend-region): Move to font-lock.el.
9248         * font-lock.el (font-lock-extend-region-function)
9249         (font-lock-extend-region): Move from font-core.el.  Simplify.
9251         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9252         if needed.
9253         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9254         (jit-lock-after-change-extend-region-functions): New hook.
9255         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9257         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9258         (font-lock-turn-on-thing-lock): Use it.
9260         * longlines.el (longlines-show-region): Make it work on read-only
9261         buffers as well.
9263 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
9265         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9267 2006-07-31  Richard Stallman  <rms@gnu.org>
9269         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9270         (vhdl-speedbar-display-projects): Update old obsolete
9271         speedbar variable names.
9273 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
9275         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9276         (gdb-stopped): Use it.
9278         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9280 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
9282         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9283         for load-history elements.
9285 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
9287         * files.el (convert-standard-filename): For Cygwin, replace
9288         characters not allowed in Windows file names.
9289         (make-auto-save-file-name): Add Cygwin to the list of systems
9290         where the auto-save file name needs to be run through
9291         convert-standard-filename.
9293 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9295         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9297 2006-07-28  Richard Stallman  <rms@gnu.org>
9299         * bindings.el (mode-line-frame-identification)
9300         (propertized-buffer-identification): Centralize the code
9301         to initialize the variable.
9303         * progmodes/grep.el (grep-default-command): Catch errors from
9304         wildcard-to-regexp.
9306 2006-07-29  Kim F. Storm  <storm@cua.dk>
9308         * progmodes/grep.el (grep-tag-default): New function.
9309         (grep-default-command, grep-read-regexp): Use it.
9310         (grep-read-files): Use car of grep-files-history or grep-files-aliases
9311         as default if nothing else applies.
9313 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
9315         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9316         Throw error if buffer is not in Dired and Wdired mode, respectively.
9318 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
9320         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9321         self-insert-command keys don't activate buttons.
9322         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9324 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
9326         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9327         faces for enable character.
9329 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9331         * Makefile.in (recompile): Update comment to reflect change
9332         on 2004-04-21.
9334 2006-07-27  Richard Stallman  <rms@gnu.org>
9336         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9337         (customize-package-emacs-version): Change msg when pkg has no entry.
9338         (custom-no-edit): On a button, do like widget-button-press.
9340 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9342         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9343         S-tab and C-S-tab.
9345 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9347         * progmodes/which-func.el (which-function): Fix documentation/
9348         comment typo.
9350 2006-07-26  Richard Stallman  <rms@gnu.org>
9352         * textmodes/ispell.el (ispell-word): If we replace the word,
9353         move point to the end.  Insert before deleting.
9355 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
9357         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9358         a timer.
9360 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
9362         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
9363         when at first image.
9364         (tumme-forward-image): Add prefix argument.  Add error when at last
9365         image.
9367 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9369         * tabify.el (tabify-regexp): Use more specific regexps.
9370         (tabify): Avoid modifying the buffer unnecessarily.
9372 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
9374         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9375         (tumme-format-properties-string): Handle empty `buf'.
9376         (tumme-get-comment): Change variable names inside `let'.
9377         Add missing `let' variable that cause font-lock problems.
9378         (tumme-write-comments): Change variable names inside `let'.
9379         Add missing `let' variable that cause font-lock problems.
9380         (tumme-forward-image): Rename from `tumme-forward-char'.
9381         (tumme-backward-image): Rename from `tumme-backward-char'.
9383 2006-07-25  Masatake YAMATO  <jet@gyve.org>
9385         * progmodes/ld-script.el (ld-script-keywords)
9386         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9387         and add comments.
9389 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
9391         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9392         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9393         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9394         for status indicator.
9396 2006-07-24  Richard Stallman  <rms@gnu.org>
9398         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9400         * subr.el (dolist, dotimes): Use interned symbols for locals.
9401         (--dotimes-limit--, --dolist-tail--): New defvars.
9402         (looking-back): Doc fix.
9404         * replace.el (replace-match-string-symbols): Handle dotted lists.
9406 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
9408         * tumme.el (tumme-write-tags): Add.
9409         (tumme-write-comments): Add.
9410         (tumme-tag-files): Change to use `tumme-write-tags'.
9411         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9412         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9413         (tumme-save-information-from-widgets): Change to use
9414         `tumme-write-comments' and `tumme-write-tags'.
9415         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
9416         (tumme-write-tag): Remove.
9417         (tumme-write-comment): Remove.
9418         (tumme-display-previous-thumbnail-original): Remove empty line.
9419         (tumme-widget-list): Add punctuation.
9421 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
9423         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9425 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9427         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9428         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
9429         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
9431 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
9433         * mouse.el (mouse-on-link-p): Doc fix.
9435 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
9437         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9438         Handle "C-h f `".
9440 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9442         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
9443         column.
9445 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
9447         * textmodes/table.el: Add move-beginning-of-line and
9448         move-end-of-line to Point Motion Only Group.
9450 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9452         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
9454 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9456         * startup.el (user-mail-address): Initialize from the `EMAIL'
9457         environment variable first.  Document this.
9458         (command-line): Ditto.
9460 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
9462         * help-mode.el (help-function-def, help-variable-def)
9463         (help-face-def): Print a message in the minibuffer.
9465 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9467         * term/xterm.el (terminal-init-xterm): Fix key bindings
9468         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
9470 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
9472         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9473         where `(nth 1 command)' is a cons cell.  Doc fix.
9475         * textmodes/po.el (po-find-charset): Doc fix.
9477 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
9479         * allout.el (allout-unprotected, allout-e-o-prefix-p)
9480         (allout-beginning-of-current-line, allout-end-of-current-line)
9481         (allout-next-visible-heading, allout-open-topic)
9482         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
9483         (allout-flag-current-subtree, allout-show-to-offshoot)
9484         (allout-hide-current-entry, allout-show-current-branches)
9485         (allout-hide-region-body, allout-old-expose-topic)
9486         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
9487         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
9488         containing `beginning-of-line' and `end-of-line' with
9489         `inhibit-field-text-motion' t.
9491 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
9493         * frame.el (focus-follows-mouse): Document that it doesn't have
9494         any effect on MS-Windows.
9496 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9498         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
9500 2006-07-20  Jay Belanger  <belanger@truman.edu>
9502         * calc.el (calc-previous-alg-entry): Remove variable.
9504         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
9505         New variables.
9506         (calc-alg-entry): Use `calc-alg-entry-history'.
9507         (calc-do-quick-calc): Use `calc-quick-calc-history'.
9508         Remove reference to `calc-previous-alg-entry'.
9509         (calcAlg-edit, calcAlg-enter): Remove reference to
9510         `calc-previous-alg-entry'.
9511         (calcAlg-previous): Use `previous-history-element' instead of
9512         `calc-previous-alg-entry'.
9513         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
9514         Change keybinding for `calcAlg-plus-minus', add keybindings for
9515         `previous-history-element' and `next-history-element'.
9517         * calc-rewr.el (calc-match): Remove reference to
9518         `calc-previous-alg-entry'.
9520         * calc-sel.el (calc-selection-history): New variable.
9521         (calc-enter-selection, calc-sel-mult-both-sides)
9522         (calc-sel-add-both-sides): Use `calc-selection-history'.
9524         * calc-map.el (calc-get-operator-history): New variable.
9525         (calc-get-operator): Use `calc-get-operator-history'.
9527         * calcalg3.el (calc-curve-fit-history): New variable.
9528         (calc-curve-fit): Use `calc-curve-fit-history'.
9530 2006-07-20  Kenichi Handa  <handa@m17n.org>
9532         * international/mule-cmds.el (select-safe-coding-system): Fix the
9533         way of deciding eol-type of the coding system.
9535 2006-07-20  Alan Mackenzie  <acm@muc.de>
9537         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
9538         (c-lang-setvar): New macro.
9539         (c-make-init-lang-vars-fun): Use the initialization forms in
9540         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
9541         (comment-start, comment-end, comment-start-skip): Change these from
9542         c-lang-defvar's to c-lang-setvar's.
9544         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
9545         which calls make-local-variable on the elements of
9546         c-emacs-variable-inits.
9547         (c-init-language-vars-for): Call this new macro.
9549 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9551         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9552         Try to rule out false positives due to time stamps.
9553         (compilation-mode-font-lock-keywords): Remove rules made redundant
9554         because of the above change.  Add `segmentation fault' to the known and
9555         highlighted compilation termination messages.
9557 2006-07-19  Kim F. Storm  <storm@cua.dk>
9559         * progmodes/grep.el (grep-find-ignored-directories):
9560         Add .svn and _darcs to list.
9562 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
9564         * dired.el (dired-mode-map): Add key binding `C-te' for
9565         `tumme-dired-edit-comment-and-tags'.
9567         * tumme.el (tumme-display-thumbnail-original-image): Make sure
9568         image display buffer is displayed before call to
9569         `tumme-display-image.
9570         (tumme-dired-display-image): Make sure image display buffer is
9571         displayed before call to `tumme-display-image.
9572         (tumme-mouse-display-image): Make sure image display buffer is
9573         displayed before call to `tumme-display-image.
9574         (tumme-widget-list): Add.
9575         (tumme-dired-edit-comment-and-tags): Add.
9576         (tumme-save-information-from-widgets): Add.
9578 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9580         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
9582 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9584         * progmodes/sh-script.el (sh-font-lock-keywords-1):
9585         Revert inadvertently installed patch hunk.
9587         * progmodes/compile.el (compilation-find-file): Handle the
9588         cases where the user selects a non-existent file.
9590 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9592         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
9594 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
9596         * subr.el (sit-for): Just sleep-for if noninteractive.
9598 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9600         * emacs-lisp/autoload.el (make-autoload): Use new arg.
9602         * custom.el (custom-autoload): Add `noset' argument.
9603         (custom-push-theme): Don't autoload the variable, let callers do it.
9604         (custom-theme-set-variables): Autoload the variable if necessary.
9606         * cus-edit.el (custom-variable-state-set): If the variable was
9607         originally set outside custom, but to the same value as the default,
9608         consider it to be standard.
9610         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
9611         file *before* telling Emacs to add the autoloads, in case it fails.
9613         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
9614         Use `cond', push', and `dolist'.
9616 2006-07-17  Richard Stallman  <rms@gnu.org>
9618         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
9619         Add defvars to silence warnings.
9621 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
9623         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9624         Don't highlight "Compiling file" messages as error.
9626         * dired-aux.el (dired-compress-file): Confirm again if gzipped
9627         file already exists.
9629 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
9631         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
9632         entry, don't assign to free var; simply return the extracted filename.
9633         (ff-treat-as-special): Incorporate common preamble from callers.
9634         (ff-other-file-name, ff-find-the-other-file):
9635         Update call to ff-treat-as-special.
9637         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
9639 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
9641         * tumme.el (tumme-get-comment): Fix bug.
9643 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9645         * files.el: Remove spurious * in docstrings.
9647 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
9649         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
9650         grammar.
9651         (allout-beginning-of-current-line): Beware beginning of buffer.
9652         Also, a comment is simplified.
9653         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
9654         when appropriate.  (This fix enables use for other than
9655         bullet-hotspot operation.)
9656         (allout-hide-current-subtree): While escalating to sibling-close,
9657         make sure to situate on a topic.
9659 2006-07-14  Kim F. Storm  <storm@cua.dk>
9661         * emulation/cua-base.el (cua-delete-selection)
9662         (cua-toggle-set-mark): New defcustoms.
9663         (cua-rectangle-modifier-key): Add `alt' modifier.
9664         (cua-replace-region): Don't delete if cua-delete-selection is nil.
9665         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
9666         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
9668         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
9670 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
9672         * allout.el: Require 'cl during byte-compilation/interactive load,
9673         for the `assert' macro.
9674         (allout-mode-deactivate-hook): New hook, run when allout mode
9675         deactivates.
9676         (allout-developer): New allout customization subgroup.
9677         (allout-run-unit-tests-on-load): New allout-developer
9678         customization variable, when true allout unit tests are run towards
9679         end of file load/eval.
9680         (allout-inhibit-auto-fill): Disable auto-fill activity even during
9681         auto-fill-mode.
9682         (allout-resumptions): Remove, to be replaced by...
9683         (allout-add-resumptions): Register variable settings to be
9684         reinstated by `allout-do-resumptions'.  The settings are made
9685         buffer-local, but the locality/globality of the suspended setting
9686         is restored on resumption.
9687         (allout-do-resumptions): Reinstate all settings suspended using
9688         `allout-add-resumptions'.
9689         (allout-test-resumptions): Unit tests (and intermediate variables)
9690         for resumptions.
9691         (allout-tests-globally-unbound, allout-tests-globally-true)
9692         (allout-tests-locally-true): Intermediate variables for
9693         resumptions unit tests.
9694         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
9695         (allout-exposure-category): Replaces 'allout-overlay-category variable.
9696         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
9697         instead of retired `allout-resumptions'.  For hook functions, use
9698         `local' parameter so hook settings are created and removed as
9699         buffer-local settings.  Revise (resumptions) setting
9700         auto-fill-function so it is set only if already active.  (The
9701         related fill-function settings are all made in either case, so
9702         that activating auto-fill-mode activity will have the custom
9703         allout-mode behaviors (hanging indent on topics, if configured for it).
9704         Remove all allout-exposure-category overlays on mode deactivation.
9705         (allout-hotspot-key-handler): New function extracted from
9706         `allout-pre-command-business', so the functionality can be used
9707         for other purposes, eg as a binding in an overlay.
9708         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
9709         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
9710         customization variable.
9711         (allout-run-unit-tests): Run the (currently quite small)
9712         repertoire of unit tests.  Called just before the provide iff user
9713         has customized `allout-run-unit-tests-on-load' non-nil.
9715 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
9717         * emacs-lisp/authors.el (authors-aliases): Update.
9719 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
9721         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
9722         gdb-source-window.  Add dedicated argument.
9723         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
9724         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
9725         (gdb-display-threads-buffer, gdb-display-memory-buffer)
9726         (gdb-display-locals-buffer): Use it.
9728         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
9729         Set gdb-source-window.
9731 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9733         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
9734         minor modes, redundant with the custom-autoload line above.
9736 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
9738         * longlines.el (longlines-post-command-function): Handle open-line too.
9740 2006-07-12  Richard Stallman  <rms@gnu.org>
9742         * progmodes/grep.el (grep-last-buffer): Doc fix.
9744         * info.el (Info-try-follow-nearest-node): Doc fix.
9746         * emacs-lisp/edebug.el (edebug-instrument-function):
9747         Err if find-function-noselect gives no position.
9749         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9750         If can't find definition, return nil for position.
9751         (find-function-do-it): Handle new return value
9752         of find-definition-noselect.
9753         (find-definition-noselect, find-variable-noselect): Doc fix.
9754         (find-function-noselect): Doc fix.
9756         * help-mode.el (help-variable-def): Handle find-variable-noselect
9757         returning no position.
9758         (help-function-def): Likewise for find-function-search-for-symbol.
9759         (help-face-def): Likewise.
9761         * help-fns.el (describe-variable): Handle find-variable-noselect
9762         returning no position.
9764         * files.el (locate-file-completion): Avoid duplicates in result.
9766         * cus-edit.el (custom-no-edit): New command.
9767         (custom-mode-map): Remap to custom-no-edit instead of
9768         using suppress-keymap.
9770 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
9772         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9773         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9774         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
9776         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
9778 2006-07-11  Kim F. Storm  <storm@cua.dk>
9780         * ido.el (ido-copy-current-file-name): Use buffer-name if
9781         buffer-file-name is nil.
9783 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
9785         * simple.el (undo-ask-before-discard): Set to nil.
9787         * vc.el (vc-exec-after): Don't delete process manually.
9788         (vc-print-log): Run log-view-mode in process sentinel inside
9789         inhibit-read-only.  Don't shrink window due to timing issues.
9791         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
9792         Avoid using with-output-to-temp-buffer, which clobbers local vars.
9794 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9796         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9797         Fix ambiguity introduced by last change.
9798         (compilation-find-file): Move save-excursion to where it may
9799         make sense.  Fix a left over `find-file'.
9801 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
9803         * textmodes/texinfmt.el (texinfo-format-separate-node):
9804         Insert a string before point, which fits documentation, not after.
9805         (texinfo-multitable-item): In a multitable row, insert any
9806         additional needed @tabs and spaces.
9808 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
9810         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9811         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9812         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
9813         instead of shell-command.
9814         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
9815         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
9816         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
9817         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
9818         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
9819         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
9821 2006-07-11  Kim F. Storm  <storm@cua.dk>
9823         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
9824         Remove special case for seconds < 0.  Use (redisplay t) instead.
9826 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
9828         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
9829         avoid compilation error.
9831         * subr.el (sit-for): New function.
9833         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
9835 2006-07-10  Richard Stallman  <rms@gnu.org>
9837         * ldefs-boot.el (edebug): Update page.
9839 2006-07-10  Kim F. Storm  <storm@cua.dk>
9841         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
9842         to FOR-RELEASE and TODO.
9844 2006-07-10  Romain Francoise  <romain@orebokech.com>
9846         * emacs-lisp/authors.el (authors-aliases): Update.
9848 2006-07-10  Alan Mackenzie  <acm@muc.de>
9850         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
9851         * cc-mode.el: Changes to eradicate eval-after-load.
9853 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
9855         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
9856         on non-char events.
9858 2006-07-09  Romain Francoise  <romain@orebokech.com>
9860         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9861         Don't highlight start/end markers as compilation messages.
9863         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
9864         to t.
9866 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9868         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
9870 2006-07-08  Richard Stallman  <rms@gnu.org>
9872         * term/x-win.el (x-handle-display): Add doc string.
9874         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9876         * subr.el (def-edebug-spec): Move here.
9877         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
9879         * imenu.el (imenu-choose-buffer-index): Doc fix.
9881 2006-07-08  Romain Francoise  <romain@orebokech.com>
9883         * term/x-win.el (x-display-name): Fix typo.
9885 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
9887         * hexl.el (hexl-find-file): Doc fix.
9889         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9891 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
9893         * term/x-win.el (x-display-name): Doc fix.
9895 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9897         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
9898         long prefixes.
9899         (fill-region-as-paragraph): Don't round up to a whole line.
9900         (fill-comment-paragraph): Don't include the code-before-the-comment
9901         when calling fill-region-as-paragraph.
9903         * international/mule.el (make-char): Remove redundancy.
9905         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
9906         property may contain an anonymous function rather than a symbol.
9908         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
9910         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9911         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
9913         * dirtrack.el (dirtrack-default-directory-function): Remove.
9914         (dirtrack-directory-function): Use file-name-as-directory.
9915         (dirtrack-windows-directory-function): Simplify.
9916         (dirtrack-forward-slash, dirtrack-backward-slash)
9917         (dirtrack-replace-slash): Remove.
9918         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
9919         (dirtrack): Fix wrong parenthesizing; use match-string.
9921         * progmodes/octave-inf.el: Remove spurious * in docstrings.
9922         (inferior-octave-mode): Only change the buffer-local value of
9923         comint-dynamic-complete-functions.
9924         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
9925         Move the initialization to the declaration.
9926         (inferior-octave-complete): Remove unused var `filter'.
9928         * shell.el (shell-mode): Only change the buffer-local value of
9929         comint-dynamic-complete-functions.
9931 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
9933         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
9934         entry is skipped because it has been scheduled.
9935         (org-prepare-agenda-buffers): Don't mark buffers as modified when
9936         changing `:org-archived' and `:org-comment' properties.
9938 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
9940         * server.el (server-select-display): Don't make the temp frame
9941         minibuffer-only, in case it's not a temp frame.
9942         (server-process-filter): Don't delete the temp frame if it's the
9943         only one we have on that display.
9945         * files.el (find-alternate-file): Doc fix.
9947 2006-07-05  Richard Stallman  <rms@gnu.org>
9949         * files.el (abbreviate-file-name): Add save-match-data.
9951 2006-07-03  Richard Stallman  <rms@gnu.org>
9953         * faces.el (read-face-name): Doc fix.
9955 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
9957         * net/goto-addr.el (goto-address): Mark as safe for local evals.
9959 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
9961         * vc.el (vc-diff-internal): Fix prev change.
9963 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
9965         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
9966         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
9968 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9970         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
9971         fails if the symbol contains chars like ( or '.
9972         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
9973         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
9974         `short'.
9976 2006-07-04  Kenichi Handa  <handa@m17n.org>
9978         * international/mule-cmds.el (set-language-info): If LANG-ENV is
9979         the current one, don't call set-language-environment, but call one
9980         of set-language-environment-XXX to make INFO effective now.
9981         (set-language-environment): Call set-language-environment-XXX
9982         functions instead of doing the various setups directly.
9983         (set-language-environment-coding-systems): Delete argument eol-type.
9984         (set-language-environment-input-method)
9985         (set-language-environment-nonascii-translation)
9986         (set-language-environment-charset)
9987         (set-language-environment-fontset)
9988         (set-language-environment-unibyte): New functions.
9990 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
9992         * locate.el (locate-update-when-revert): New option.
9993         (locate-update-path): New option (suggested by Michael Albinus).
9994         (locate-prompt-for-command): Whitespace change.
9995         (locate-update): No longer offer to update the locate database by
9996         default.  Implement the two new options.
9998 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
10000         * tooltip.el: Move comment about track-mouse...
10002         * progmodes/gud.el: ...to here.
10004 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
10006         * facemenu.el (facemenu-listed-faces): New var.
10007         (facemenu-unlisted-faces): Variable deleted.
10008         (facemenu-add-new-face): Use facemenu-listed-faces.
10010         * emulation/viper-init.el, calendar/calendar.el:
10011         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10013 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
10015         * textmodes/org.el (org-mode): Remove no invalid settings for
10016         calc embedded mode.
10017         (org-mode-p): New defsubst.
10018         (org-save-all-org-buffers): New function.
10019         (org-first-headline-recenter): Enclose outline-regexp in group
10020         delimiters.
10021         (org-set-tags): Keep single space after stars.
10023 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10025         * window.el (set-window-text-height): Only set window-min-height to
10026         1 if that's the requested size.
10028         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10029         (diff-unified->context, diff-context->unified)
10030         (diff-reverse-direction): Make sure the end marker stays at the end.
10031         (diff-mode): Add the keymap table at the end of docstring.
10032         Use lexical-let rather than constructing a closure manually.
10034         * files.el (find-file-noselect-1): Remove unused var assignment.
10035         (hack-local-variables-confirm): Print lists of strings as lists of
10036         strings rather than lists of symbols.
10037         (abbreviate-file-name, hack-local-variables-prop-line):
10038         Use match-string.
10039         (hack-one-local-variable): Move `make-local-variable' nearer its use.
10040         (recover-session-finish): Use line-end-position.
10042 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
10044         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10046 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
10048         * progmodes/make-mode.el (makefile-macroassign-regex):
10049         Accept preceding keyword.
10050         (makefile-gmake-statements): Reorganize, now that makepp has
10051         "override" and also handle forgotten "override define".
10052         (makefile-makepp-statements): Add new "global", "override export"
10053         and "override global".
10055 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
10057         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10058         (ada-compile-mouse-goto-error, ada-deactivate-properties)
10059         (ada-no-auto-case): Fix typos in docstrings.
10061 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
10063         * info.el (Info-find-node-2): Search for makeinfo version more
10064         carefully.
10066 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
10068         * textmodes/org.el (org-prepare-agenda-buffers):
10069         Use `invisible-OK' argument for `org-end-of-subtree'.
10070         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10071         (org-beginning-of-item): Fix bug in regular expression for white line.
10072         (org-export-as-html): Enforce space after bullet in plain list items.
10073         (org-set-autofill-regexps): Require space after plain list bullet
10074         for paragraph-start.
10075         (org-ts-regexp3): New constant.
10076         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10077         (org-timestamp-up-day, org-timestamp-down-day)
10078         (org-timestamp-change): Work with inactive timestamps.
10079         (org-ts-regexp1): Don't allow brackets in time stamps.
10081 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
10083         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10084         for ignoring links.
10086         * faces.el (read-face-name): Use it.
10088 2006-06-28  Juri Linkov  <juri@jurta.org>
10090         * buff-menu.el (list-buffers-noselect): Compare Info file
10091         with the string "dir" to detect Info directory.
10093         * complete.el (partial-completion-mode): In lambda for
10094         `choose-completion-string-functions' use full function signature
10095         with 4 args, and move point to the end of the minibuffer only if arg
10096         `mini-p' is non-nil.
10098 2006-06-28  John Paul Wallington  <jpw@pobox.com>
10100         * ibuffer.el (ibuffer-mode): Doc fix.
10102 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
10104         * textmodes/org.el (org-context): New contexts :item-bullet,
10105         :latex-fragment, :latex-preview.
10106         (org-overlays-at, org-overlay-start, org-overlay-end):
10107         New compatibility functions.
10108         (org-inside-LaTeX-fragment-p): More accurate matching, using the
10109         exact regexp that will be used during export.
10110         (org-latex-regexps): New variable.
10111         (org-cdlatex-mode): Improve advice for `texmathp'.
10112         (turn-on-org-cdlatex): New function.
10114 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10116         * term/mac-win.el (mac-handle-font-selection): Change keys of
10117         mac-atsu-font-table from strings to numbers.
10118         (mac-ts-caret-position): Use also when cursor-type is nil.
10119         (mac-ts-update-active-input-area): Add Mac OS Classic support.
10120         Relax condition for using overlay strings.
10121         Use mac-ts-caret-position face when cursor-type is nil.
10123 2006-06-26  Kim F. Storm  <storm@cua.dk>
10125         * help.el (view-emacs-news): Declare `res' in the right let* form.
10127 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
10129         * net/rcompile.el (remote-compile): Replace ange-ftp based
10130         implementation by Tramp functions.
10131         Suggested by Marc Abramowitz <msabramo@gmail.com>.
10133         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10135 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
10137         * international/fontset.el (setup-default-fontset): Fix a typo in
10138         the "Oriya-Akruti" registry name.
10140 2006-06-23  Lars Hansen  <larsh@soem.dk>
10142         * desktop.el (desktop-full-file-name): New function.
10143         (desktop-kill, desktop-save, desktop-remove, desktop-read)
10144         (desktop-revert): Use it.
10145         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10146         (desktop-after-read-hook): Add option list-buffers.
10147         (desktop-locals-to-save): Add tab-width.
10148         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10149         Fix docstring.
10151 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
10153         * textmodes/org.el (org-cdlatex-mode-map)
10154         (org-cdlatex-texmathp-advice-is-done): New variables.
10155         (org-cdlatex-mode): New minor mode.
10156         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10157         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10158         (org-export-with-archived-trees): New option.
10159         (org-open-file): Remove the call to `convert-standard-filename'.
10160         (org-archive-tag, org-agenda-skip-archived-trees)
10161         (org-cycle-open-archived-trees)
10162         (org-sparse-tree-open-archived-trees): New options.
10163         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10164         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10165         New functions.
10166         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10167         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10168         (org-mode-map): Add binding for `org-toggle-archive-tag'.
10169         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10170         Call `org-prepare-agenda-buffers'.
10171         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10172         (org-file-apps, org-file-apps-defaults-gnu)
10173         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10174         Handle remote files by forcing them to be opened in Emacs.
10176 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
10178         * vc.el (vc-diff-knows-L): New variable.
10179         (vc-diff-internal): Use it to handle "diff" programs that don't
10180         understand -L.  This works automatically, no user action is necessary.
10182 2006-06-23  Daniel Brockman  <daniel@brockman.se>
10184         * net/rcirc.el (rcirc-default-user-full-name): Default to
10185         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10186         longer exists).
10187         (rcirc-process-list): Check `buffer-live-p' before attempting to
10188         switch to a buffer.
10190 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
10192         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10193         based on rcirc-coding-system-alist.
10195 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
10197         * cus-edit.el (customize-apropos): A better error message.
10198         (top level) <debug-ignored-errors>: Extend and update the list of
10199         ignored error messages.
10201 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
10203         * complete.el (PC-do-completion): Retain capitalization of user
10204         input, when possible, even if completion-ignore-case is set.
10206 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
10208         * generic-x.el (bat-generic-mode): Support .cmd files.
10210         * dos-w32.el (top level): Use find-file-not-found-functions
10211         instead of the obsolete find-file-not-found-hooks.
10213 2006-06-22  Kim F. Storm  <storm@cua.dk>
10215         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10216         to recognize mode name containing submodes, such as Grep/lw.
10218 2006-06-21  Kim F. Storm  <storm@cua.dk>
10220         * simple.el (line-move-1): Check for move-end-of-line instead of
10221         end-of-line when setting temporary-goal-column.
10223 2006-06-21  Miles Bader  <miles@gnu.org>
10225         * play/cookie1.el (cookie): Work properly when there's only one entry.
10227 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
10229         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10230         (gdb-frame-handler): Generalize frame regexp for templates.
10232 2006-06-20  Glenn Morris  <rgm@gnu.org>
10234         * calendar/appt.el (appt-display-format): Default value must be
10235         one of the customize options.
10237 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
10239         * term/xterm.el (terminal-init-xterm): Update key availability info.
10240         Bind C-return.
10242         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10244 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
10246         * files.el (hack-local-variables): Run `hack-local-variables-hook'
10247         whether or not a local variables list is defined.
10249         * msb.el (msb): Move `sit-for' hack here to handle both
10250         "mouse-down and drag" and "mouse-up and select" situations.
10251         (mouse-select-buffer): Move `sit-for' hack to `msb'.
10253 2006-06-20  Kenichi Handa  <handa@m17n.org>
10255         * international/characters.el (word-combining-categories):
10256         Add entries for 2-byte Han characters.
10258 2006-06-19  Richard Stallman  <rms@gnu.org>
10260         * bindings.el (mode-line-format): Save some mode line space.
10262         * files.el (find-file-noselect): Improve the question wording.
10263         (basic-save-buffer-2): Mask UMASK against 666.
10265         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10266         (mouse-drag-vertical-line): Call it.
10268         * cus-edit.el (customize-option, customize-option-other-window):
10269         Error if SYMBOL is nil.
10271 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
10273         * textmodes/org.el: Require noutline, also on XEmacs.
10274         (org-end-of-subtree): Return point.
10275         (org-dblock-start-re, org-dblock-end-re): New constants.
10276         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10277         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10278         (org-update-all-dblocks, org-find-dblock): New functions.
10279         (org-collect-clock-time-entries): New function.
10280         (org-html-handle-time-stamps): Never export CLOCK timeranges.
10281         (org-fixup-indentation): Modify to deal correctly with lines
10282         starting with TAB.  Only one argument DIFF now.
10283         (org-demote, org-promote): Call `org-fixup-indentation' with just
10284         one argument, DIFF.
10285         (org-mode): Don't mark buffer as modified when aligning tables.
10286         (org-clock-sum): Don't mark buffer modified when adding time sum
10287         properties.
10288         (org-export-as-html): Add support for a link validation function.
10289         (org-archive-all-done): New function.
10290         (org-archive-subtree): New prefix argument.  When set, archive all
10291         done subtrees in this buffer.
10292         (org-remove-clock-overlays)
10293         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10294         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10295         (org-put-clock-overlay): Don't swallow last headline character
10296         when displaying overlay.
10297         (org-store-link): Link to `image-mode' with just the file name.
10299 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
10301         * viper-cmd.el (viper-special-read-and-insert-char):
10302         Use read-key-sequence.
10303         (viper-after-change-undo-hook): Misc enhancements.
10304         (viper-after-change-undo-hook): New hook.
10305         (viper-undo): Use viper-after-change-undo-hook.
10306         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10307         (viper-next-line-at-bol): If point is on a widget or a button, simulate
10308         clicking on that widget/button.
10310         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10312         * ediff-diff (ediff-test-patch-utility): Catch errors.
10313         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10314         (ediff-set-actual-diff-options): New function.
10315         (ediff-reset-diff-options, ediff-toggle-ignore-case):
10316         Use ediff-set-actual-diff-options.
10317         (ediff-extract-diffs): Catch errors.
10318         (ediff-whitespace): Add non-breakable space.
10319         (ediff-same-file-contents): Catch errors.
10321         * ediff-mult.el (ediff-collect-custom-diffs):
10322         Save coding-system-for-read.
10324         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10325         (ediff-vc-internal, ediff-vc-merge-internal):
10326         Use ediff-delete-version-file.
10327         (ediff-delete-version-file): New function.
10329         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10331         * ediff.el (ediff-directories, ediff-directory-revisions)
10332         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10333         (ediff-directories-internal, ediff-merge-directory-revisions)
10334         (ediff-merge-directory-revisions-with-ancestor)
10335         (ediff-directories3): Use read-directory-name.
10337 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
10339         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10340         Remove superfluous part of regexp for brace matching which is handled
10341         by `scan-lists' call.
10343 2006-06-16  Richard Stallman  <rms@gnu.org>
10345         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10347         * files.el (basic-save-buffer-2): For a new precious file,
10348         use the default modes in the return value.
10350         * facemenu.el (facemenu-color-alist): Doc fix.
10352         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10354 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10356         * cus-start.el (all): Add mac-ts-script-language-on-focus.
10358         * term/mac-win.el (mac-text-encoding-ascii): New constant.
10359         (mac-utxt-to-string): Use it.
10360         (mac-ts-update-active-input-area): Use mac-ae-number.
10362 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
10364         * term.el (term-handle-scroll, term-delete-lines)
10365         (term-insert-lines): Fix off by one errors.
10367 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10369         * net/tramp.el (tramp-touch): Use UTC to express time.
10371 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
10373         * mail/sendmail.el (mail-send): Search explicitly for
10374         mail-header-separator when checking for corrupted header lines.
10376 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
10378         * progmodes/gdb-ui.el (gdb-same-frame): New option.
10379         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10380         (gdb-init-1): Initialise them.
10381         (gdb-starting): Reset gdb-printing
10382         (gdb-starting): Save value of gud-overlay-arrow-position.
10383         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10384         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10385         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10386         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10388 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10390         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10392 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
10394         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10395         (ldap-search-internal): Keep error messages, and a regexp fix.
10397 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
10399         * files.el (hack-local-variables-confirm):
10400         Display string value using its printed representation.
10402 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
10404         * server.el (server-edit): No-op if no server buffers exist.
10406 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
10408         * textmodes/page-ext.el (pages-directory-for-addresses):
10409         Including `pages-directory-address-mode' in the function results
10410         in the message "Buffer in which pages were found is deleted".
10412 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
10414         * textmodes/org.el (org-agenda-mode-map): Add bindings for
10415         clocking functions.
10417         (org-agenda-clock-in, org-check-running-clock)
10418         (org-clock-out-if-current, org-remove-clock-overlays)
10419         (org-put-clock-overlay): New functions.
10420         (org-clock-marker, org-clock-file-total-minutes)
10421         (org-clock-overlays): New variables.
10422         (org-clock-display, org-clock-sum, org-clock-cancel)
10423         (org-clock-out, org-clock-in): New commands.
10424         (org-export): New function.
10425         (org-emph-re): New constant.
10426         (org-set-emph-re, org-do-emphasis-faces): New functions.
10427         (org-emphasis-regexp-components, org-emphasis-alist): New options.
10428         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
10429         (org-export-html-convert-emphasize): Use the configurable emphasis.
10430         (org-cleaned-string-for-export): Make multiline emphasis visible
10431         to the exporter.  New optional argument PARAMETERS.
10432         (org-export-as-html): Specify :emph-multiline parameter to
10433         `org-cleaned-string-for-export'.
10435 2006-06-10  Richard Stallman  <rms@gnu.org>
10437         * help.el (help-for-help-internal): Clean up help text.
10439 2006-06-10  Andreas Schwab  <schwab@suse.de>
10441         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
10442         in doc string.
10444         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
10446 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
10448         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
10449         spaces after the comment start.
10451 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10453         * play/pong.el (pong-init-buffer):
10454         Fill buffer with spaces instead of ^A.
10456         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
10457         launched asynchronously, delete its process instead of being cool.
10458         (ispell-async-processp): Check for `delete-process' existence
10459         instead of `kill-process' one for consistency.
10461 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
10463         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
10464         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10465         in mode line at startup.
10467 2006-06-08  Kim F. Storm  <storm@cua.dk>
10469         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10470         (ido-init-completion-maps): Bind them to M-SPC and M-v.
10471         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
10472         (ido-file-internal): Pass full file name to write-file.
10473         (ido-read-internal): Only pop stack elements automatically if they
10474         actually match an existing directory or file name.
10476 2006-06-07  Kenichi Handa  <handa@m17n.org>
10478         * international/mule.el (find-auto-coding): Don't handle the short
10479         name `char-trans'.
10481         * files.el (hack-local-variables-prop-line)
10482         (hack-local-variables): Cancel the previous change.
10484 2006-06-06  Jesper Harder  <harder@phys.au.dk>
10486         * ediff-diff.el (ediff-test-utility): Protect against file-error.
10488 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
10490         * diff-mode.el (diff-mode): Set buffer-read-only to t when
10491         diff-default-read-only is non-nil.
10492         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
10493         (diff-refine-hunk): Set inhibit-read-only to t.
10495         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
10496         modifying the *Diff* buffer.
10497         (diff-process-filter): New filter function for diff process that
10498         sets inhibit-read-only to t when modifying the *Diff* buffer.
10500 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
10502         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
10503         insertion point and control the number of empty lines.
10504         (org-paste-subtree): Limit the number of empty lines at the end of
10505         the inserted tree.
10506         (org-agenda): Use buffer name of current file for narrowing.
10507         (org-export-as-xml): Command removed.
10508         (org-export-xml-type): Option removed.
10509         (org-mode-map): Call `org-export-as-xoxo' directly.
10510         (org-get-indentation): New optional argument LINE.
10511         (org-fix-indentation, org-remove-tabs): New functions.
10512         (org-export-as-ascii, org-ascii-level-start): Determine and apply
10513         correct indentation for headlines that are converted it items.
10514         (org-skip-comments): Remove table lines that contain narrowing
10515         cookies but no other non-empty fields.
10516         (org-set-tags): Allow groups of mutually exclusive tags.
10517         (org-cmp-time): Sort 24:21 before items without time.
10518         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
10519         (org-open-at-point): Require double colon also for numbers.
10521 2006-06-06  Kim F. Storm  <storm@cua.dk>
10523         * ido.el (ido-default-file-method, ido-default-buffer-method):
10524         Make choice values consistent with corresponding command names.
10525         (ido-visit-buffer): Update accordingly.  Default to selected-window.
10527 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
10529         * progmodes/gud.el (gud-running): Fix doc string.
10530         (gud-menu-map): Use :visible instead fo :enable for debugger test.
10531         (gud-tooltip-modes): Add python-mode.
10532         (gud-tooltip-print-command): Add pdb.  Remove perldb.
10534 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
10536         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
10537         Quote $(EMACS).
10539 2006-06-05  Richard Stallman  <rms@gnu.org>
10541         * faces.el (defined-colors): Doc fix.
10543 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
10545         * vc.el (vc-process-filter): Inhibit undo info collection around
10546         call to insert.
10547         (vc-setup-buffer): Likewise for call to erase-buffer.
10548         (vc-do-command): Likewise for call to process-file.
10550 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
10552         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
10553         for gud-go.
10554         (gud-common-init): Other debuggers may trigger error.
10556 2006-06-05  Kenichi Handa  <handa@m17n.org>
10558         * international/mule.el (find-auto-coding):
10559         Handle enable-character-translation in file header.
10561 2006-06-04  Kim F. Storm  <storm@cua.dk>
10563         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
10564         (authors-fixed-entries): Fix spelling.
10565         (authors-canonical-file-name): Don't report error for wildcards.
10567         * help.el (view-emacs-news): Rewrite to support new NEWS,
10568         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
10569         e.g. version 10 matches 1.10, and don't be confused by version 1.1
10570         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
10572 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
10574         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
10575         exec constructs like `foo bar`.
10576         (sh-quoted-subshell): New helper function to search for a possibly
10577         nested subshell (like `` or $()) within a "" quoted string.
10578         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
10579         (sh-apply-quoted-subshell): Flag quote characters inside a
10580         subshell, which is itself already in a quoted region, as
10581         punctuation, since this is the closest to what they actually are.
10582         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
10583         sh-apply-quoted-subshell.
10584         (sh-font-lock-syntactic-face-function): Apply the new face for
10585         text inside `` instead of the old font-lock-string-face.
10587 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10589         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
10590         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
10591         (mac-bytes-to-text-range, mac-ae-text-range-array)
10592         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
10593         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
10594         (mac-ts-unicode-for-key-event): New functions.
10595         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
10596         (mac-handle-font-selection): Use mac-ae-number.
10597         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
10598         New variables.
10599         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
10600         (mac-ts-converted-text, mac-ts-selected-converted-text)
10601         (mac-ts-block-fill-text, mac-ts-outline-text)
10602         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
10603         (mac-ts-hilite-style-faces): New constant.
10604         (mac-apple-event-map): Bind text input events.
10605         (mac-dispatch-apple-event): Use command-execute instead of
10606         call-interactively.
10607         (global-map): Don't bind mac-apple-event.
10608         (special-event-map): Bind mac-apple-event.
10610 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
10612         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
10613         file name.
10614         (emacs): Enclose the value of $(EMACS) in quotes.
10616 2006-06-02  Juri Linkov  <juri@jurta.org>
10618         * international/mule.el (sgml-html-meta-auto-coding-function):
10619         Remove the condition `(search-forward "<html" size t)'.
10620         Replace `\"' with `[\"']?' in `re-search-forward'.
10622 2006-06-02  Kenichi Handa  <handa@m17n.org>
10624         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
10625         as well as `coding'.
10626         (hack-local-variables): Likewise.
10628         * international/mule.el (enable-character-translation):
10629         Put permanent-local and safe-local-variable properties.
10630         (find-auto-coding): Handle char-trans: tag.
10632 2006-06-02  Juri Linkov  <juri@jurta.org>
10634         * international/mule.el (sgml-html-meta-auto-coding-function):
10635         Limit the search by the end of the HTML header (if any).
10637 2006-06-01  Richard Stallman  <rms@gnu.org>
10639         * subr.el (with-current-buffer): Doc fix.
10641 2006-06-02  Masatake YAMATO  <jet@gyve.org>
10643         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
10644         Almost rewrite.  Underlines over all lines of gcov output are too
10645         uncomfortable to read.  Suggested by Dan Nicolaescu.
10647 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
10649         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
10651         * shell.el (shell-mode): Use shell-mode-map in docstring.
10653         * comint.el (comint-send-input): Do not add help-echo and
10654         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
10656 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10658         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
10660 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
10662         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
10663         (gdb-stopped, gdb-info-stack-custom): If there is no source info
10664         look up the stack and pop up GUD buffer if necessary.
10665         (gdb-frames-select): Remove redundant call to gud-display-frame.
10666         (gdb-info-threads-custom): Keep point at start of buffer.
10667         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
10669 2006-05-31  Juri Linkov  <juri@jurta.org>
10671         * replace.el (query-replace-read-from, query-replace-read-to):
10672         Bind `history-add-new-input' to nil.  Call `add-to-history'.
10674 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
10676         * textmodes/table.el: Convert all HTML tags to lower case for
10677         XHTML compatibility.
10679 2006-05-31  Masatake YAMATO  <jet@gyve.org>
10681         * progmodes/compile.el:
10682         (compilation-error-regexp-alist-alist::gcov-called-line):
10683         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
10685 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
10687         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
10688         Revert inadvertent changes made with last commit.
10690 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10692         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
10693         New functions.
10695         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
10697 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
10699         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
10700         only matches in the right place.
10701         (org-upcoming-deadline): New face.
10702         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
10703         (org-export-ascii-underline): Rename constant `org-ascii-underline'
10704         and make it an option.
10705         (org-export-ascii-bullets): New option.
10706         (org-export-as-html): Many changes to emit valid XHTML.
10707         (org-par-open): New variable.
10708         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
10709         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
10710         (org-timeline): Pass `org-timeline-show-empty-dates' to
10711         `org-get-all-dates'.  Interpret empty dates returned by
10712         `org-get-all-dates'.
10713         (org-get-all-dates): New argument EMPTY.  Add dates without
10714         entries to the list, mark large ranges of empty dates.
10715         (org-point-in-group, org-context): New functions.
10717 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
10719         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
10721         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
10722         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
10723         to C-mouse-3 (for 2 button mice).
10724         (gdb-send): Do the right thing for C-d.
10726         * speedbar.el (speedbar-detach): Delete.
10727         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
10728         it breaks things.
10729         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
10731 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
10733         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
10734         Makeppfile.
10736         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10737         Add makepp diagnostic.
10739 2006-05-29  Richard Stallman  <rms@gnu.org>
10741         * window.el (fit-window-to-buffer): Doc fix.
10743         * help.el (temp-buffer-max-height): Doc fix.
10745         * subr.el (with-current-buffer): Doc fix.
10747 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10749         * term/x-win.el: Bind F10 to menu-bar-start if available.
10751 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
10753         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
10754         uses with a simple test.
10755         (term-set-escape-char, term-mode, term-check-kill-echo-list)
10756         (term-send-raw-string, term-send-raw, term-mouse-paste)
10757         (term-char-mode, term-line-mode, term-exec, term-sentinel)
10758         (term-handle-exit, term-read-input-ring)
10759         (term-previous-matching-input-string)
10760         (term-previous-matching-input-string-position)
10761         (term-previous-matching-input-from-input)
10762         (term-replace-by-expanded-history, term-send-input)
10763         (term-skip-prompt, term-bol, term-send-invisible)
10764         (term-kill-input, term-delchar-or-maybe-eof)
10765         (term-backward-matching-input, term-check-source)
10766         (term-proc-query, term-emulate-terminal)
10767         (term-handle-colors-array, term-process-pager, term-pager-line)
10768         (term-pager-bob, term-unwrap-line, term-word)
10769         (term-dynamic-complete-filename)
10770         (term-dynamic-complete-as-filename)
10771         (term-dynamic-simple-complete): Replace one arm ifs with whens or
10772         unlesses.
10774 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10776         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
10777         during bootstrapping.
10779         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
10780         Basically undo the change of 2006-05-26: use extra arguments instead of
10781         dynamic scoping.
10782         (ewoc-locate): Remove unused var `footer'.
10784 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10786         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
10788         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
10789         (generate-file-autoloads): Obey it.  Return whether autoloads were
10790         added at point or not.
10791         (update-file-autoloads): Use this new return value.
10792         Remove redundant test for the presence of an autoload cookie.
10794         * emacs-lisp/autoload.el (autoload-find-file): New fun.
10795         This one calls hack-local-variables.
10796         (generate-file-autoloads, update-file-autoloads): Use it.
10798         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
10799         (bibtex-sort-entry-class): Add safe-local-variable predicate.
10800         (bibtex-sort-entry-class-alist): Don't set the global value.
10801         (bibtex-init-sort-entry-class-alist): New fun.
10802         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
10803         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
10804         of bibtex-init-sort-entry-class.
10806 2006-05-28  Richard Stallman  <rms@gnu.org>
10808         * subr.el (load-history-regexp): If FILE is relative, insist
10809         entire last name component must match it.
10810         (load-history-filename-element, load-history-regexp): Doc fixes.
10812 2006-05-29  Kim F. Storm  <storm@cua.dk>
10814         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
10815         `pos' and `raw-data' for clarity, as eval forms may access these.
10817 2006-05-28  Kim F. Storm  <storm@cua.dk>
10819         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
10821 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10823         * progmodes/make-mode.el (makefile-browser-map)
10824         (makefile-mode-syntax-table): Move initialization inside declaration.
10825         (makefile-fill-paragraph): Use the default comment-filling code.
10827 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
10829         * replace.el (query-replace-defaults): New variable.
10830         (query-replace-read-from): Use `query-replace-defaults' for
10831         default value, instead of history list.
10832         (query-replace-read-to): Update `query-replace-defaults'.
10834 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
10836         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
10837         with no X toolkit.
10839 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
10841         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
10842         (tumme-show-all-from-dir): Add autoload.
10844 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
10846         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
10847         (tumme-remove-tag): Fix bug.
10849 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
10851         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
10852         FOOTER args.  Update unique caller.
10853         (ewoc-delete): Compute last node once before looping.
10854         (ewoc--node-branch): Merge into unique caller.
10855         (ewoc--node): Don't define constructor make-ewoc--node for this
10856         structure.
10857         (ewoc): Add member `hf-pp' to this structure.
10858         (ewoc--wrap): New func.
10859         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
10860         header/footer pretty-printers.  Save header/footer pretty-printer.
10861         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
10863         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
10865 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
10867         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
10868         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
10869         Tag'.  Change "Compare directories..." to "Change Directories...".
10870         Move tumme commands to Operate, Regexp and Immediate menus.
10871         Change "Add Comment" to "Add Image Comment".  Change "Add Image
10872         Tag" to "Add Image Tags".
10874         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
10875         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
10876         `tumme-delete-tag'.
10878 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10880         * shell.el (shell-mode): Call shell-dirtrack-mode after
10881         list-buffers-directory is made a local variable, to avoid setting
10882         the default value.
10884 2006-05-26  Kevin Ryde  <user42@zip.com.au>
10886         * info.el (Info-index-next): Use where-is-internal to report
10887         actual binding of Info-index-next, rather than hard-coded `,'.
10889 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
10891         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
10892         and "Find Command in Manual" to here.
10894         * buff-menu.el (list-buffers-noselect): For Info buffers, use
10895         Info-current-file as the file name.
10897 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
10899         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
10900         overrides will now be done a different way.
10901         (ses-set-parameter): Reapply this function for undo.
10902         (ses-set-header-row): Reconstruct header row during undo.
10903         (ses-widen): New function.
10904         (ses-goto-data, ses-reconstruct-all): Use new function.
10905         (ses-command-hook): Widen buffer during undo, before unupdating
10906         the cells.
10907         (ses-insert-row, ses-delete-row): Widen buffer during undo.
10908         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
10909         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
10910         formula hasn't been executed yet.
10912 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10914         * comint.el (comint-kill-whole-line): Rename arg to count.
10915         Fix doc string.
10917 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
10919         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
10920         to copy-file.
10922 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10924         * simple.el (toggle-truncate-lines): Make arg optional for
10925         backward compatibility.
10927 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
10929         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
10930         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
10931         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
10932         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
10933         (ewoc--adjust): Use ewoc--current-dll.
10934         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
10936 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
10938         * textmodes/org.el (org-next-item, org-previous-item): Emit more
10939         compact error message.
10940         (org-tags-view): Refresh category table in each file.
10941         (org-table-justify-field-maybe): Remove superfluous arguments to
10942         `format'.
10943         (org-export-as-html): Insert "<p>" before postamble.
10944         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
10946 2006-05-26  Kenichi Handa  <handa@m17n.org>
10948         * textmodes/po.el (po-find-charset): Pay attention to the case
10949         FILENAME is a cons (NAME . BUFFER).
10950         (po-find-file-coding-system-guts): Likewise.
10952         * arc-mode.el (archive-set-buffer-as-visiting-file):
10953         Call find-operation-coding-system with (FILENAME . BUFFER).
10955         * tar-mode.el (tar-extract): Call find-operation-coding-system
10956         with (FILENAME . BUFFER).
10958         * international/mule.el (decode-coding-inserted-region):
10959         Call find-operation-coding-system with (FILENAME . BUFFER).
10961 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
10963         * image-mode.el (image-toggle-display): Use buffer contents to
10964         generate image for a remote file.
10966 2006-05-25  Juri Linkov  <juri@jurta.org>
10968         * replace.el (query-replace-read-from, query-replace-read-to):
10969         Remove 8th arg KEEP-ALL in read-from-minibuffer.
10971 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
10973         * whitespace.el (whitespace-cleanup): Change to cleanup
10974         region if one is active.
10975         * whitespace.el (whitespace-cleanup-internal): New internal method.
10977 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10979         * dired.el (dired-mode-map): Add help-echo strings to tumme
10980         commands.  Bind `tumme-dired-display-image' to C-t i.
10982         * tumme.el (tumme-display-image): Change documentation string slightly.
10983         (tumme-dired-display-image): Add call to `display-buffer'.
10985 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
10987         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
10988         Signal error if RAW-DATA is a multibyte string.
10990 2006-05-24  Richard Stallman  <rms@gnu.org>
10992         * subr.el (with-local-quit): When handling `quit' signal,
10993         make a chance for quit-flag to cause a quit.
10995         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
10996         (ad-disable-advice): Add autoloads.
10998         * subr.el (read-passwd): Copy PROMPT before changing its properties.
11000 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11002         * dired.el (dired-mode-map): Change menu items for tumme as per
11003         suggestions in emacs-devel.
11005 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
11007         * dired.el (dired-mode-map): Fix breakage.
11009 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11011         * tumme.el (tumme-display-dired-image): Rename to...
11012         (tumme-dired-display-image): ...this.
11013         (tumme-track-movement): Change default value to t.
11014         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11015         used from `tumme-next-line-and-display' and similar commands.
11017         * dired.el (dired-mode-map): Add Thumbnail submenu under the
11018         Immediate menu.  Add some tumme commands there.
11020 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
11022         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11024 2006-05-24  Chong Yidong  <cyd@mit.edu>
11026         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11027         menu entries that open submenus.
11029 2006-05-24  Alan Mackenzie  <acm@muc.de>
11031         * startup.el (command-line): For names of preloaded files, don't
11032         append ".elc" (now done in Fload), and call file-truename on the
11033         lisp directory.
11035         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
11036         match ANY loaded file with the right name, not just those in
11037         load-path.  Put a regexp matching the file name into
11038         after-load-alist, rather than the name itself.
11040         * subr.el (load-history-regexp, load-history-filename-element)
11041         (do-after-load-evaluation): New functions.
11043         * international/mule.el (load-with-code-conversion): Do the
11044         eval-after-load stuff by calling do-after-load-evaluation.
11046 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
11048         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11049         has not been killed.
11051 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11053         * term/mac-win.el: Set idle timer to clean up expired Apple events.
11054         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11055         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11056         Optionally set error message in reply.
11058 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
11060         * textmodes/org.el (org-open-at-point): Use renamed variable
11061         `org-confirm-shell-link-function'.
11062         (org-confirm-shell-link-function): Rename from
11063         `org-confirm-shell-links'.
11064         (org-export-directory): New function.
11065         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11066         (org-export-icalendar): Use `org-export-directory'.
11067         (org-indent-item): Keep cursor position.
11068         (org-link-file-path-type): New option.
11069         (org-export-as-html): Fix bug with plain lists starting in
11070         column 0.
11071         (org-export-as-html): Remove deadline formatting, this happens
11072         now already in `org-html-handle-time-stamps'.
11073         (org-export-html-style): Deadline class removed.
11074         (org-insert-labeled-timestamps-at-point): New option.
11075         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11076         of `hide-sublevels 1', in case the first headline is not level 1.
11077         (org-overview, org-content): New fuction.
11078         (org-cycle-global-status, org-cycle-subtree-status): Make these
11079         variables buffer-local.
11080         (org-global-cycle): New command.
11081         (org-shifttab): Use `org-global-cycle'.
11082         (org-insert-heading, org-insert-item): Go to end of new
11083         headline/item after creating it.
11084         (org-export-visible): Rename from `org-export-copy-visible'.
11085         Now creates a temporary org-file and applies an exporting command
11086         to it.
11087         (org-table-eval-formula): Support for lisp forms.
11088         (org-agenda-todo-ignore-scheduled): New option.
11089         (org-agenda-get-todos): Use new option
11090         `org-agenda-todo-ignore-scheduled'.
11091         (org-export-html-inline-images): New value `maybe'.
11092         (org-export-as-html): Inlining of images dependent on link description.
11093         (org-archive-subtree): Check for end-of-buffer before trying
11094         `kill-line'.
11095         (org-agenda-follow-mode): New option.
11096         (org-export-with-tags, org-export-with-timestamps): New options.
11097         (org-html-handle-time-stamps): New function.
11098         (org-keyword-time-regexp): New variable.
11099         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11100         (org-agenda-todo-list-sublevels): New option.
11101         (org-html-level-start): When TITLE is nil, just close all levels.
11102         (org-parse-key-lines, org-parse-export-options): Remove functions,
11103         replaced by `org-infile-export-plist'.
11104         (org-combine-plists, org-infile-export-plist)
11105         (org-default-export-plist): New functions.
11106         (org-export-html-preamble, org-export-html-postamble)
11107         (org-export-html-auto-preamble, org-export-html-auto-postamble):
11108         New variables.
11109         (org-export-publishing-directory): New option.
11110         (org-export-as-html, org-export-as-ascii): Use the new property
11111         lists for settings.
11112         (org-export-copy-visible, org-export-as-xoxo):
11113         Respect `org-export-publishing-directory'.
11114         (org-link-search, org-store-link, org-file-apps): Support for
11115         links to BibTeX database entries..
11116         (org-get-current-options, org-set-regexps-and-options):
11117         Implement logging as a startup option.
11118         (org-store-link): Make sure context string is never empty
11119         (org-insert-link): Use relative path when possible.
11120         (org-at-item-checklet-p): New function.
11121         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11122         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11123         (org-metaright, org-metaup, org-metadown, org-shiftup)
11124         (org-shiftdown, org-shiftright, org-shiftleft)
11125         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11126         Dispatch using `call-interactively'.
11127         (org-call-with-arg): New defsubst.
11128         (org-tag-alist, org-use-fast-tag-selection): New options.
11129         (org-complete): Use `org-tag-alist'.
11130         (org-fast-tag-insert, org-fast-tag-selection): New functions.
11131         (org-next-item, org-previous-item): New commands.
11132         (org-beginning-of-item, org-end-of-item): Add (interactive) to
11133         make command.
11134         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11136 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
11138         * emacs-lisp/ewoc.el (ewoc-delete): New function.
11139         (ewoc-filter): Use `ewoc-delete'.
11141         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11143 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11145         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11146         Signal more user-friendly error messages.
11148         * complete.el (PC-do-completion): Undo the addition of implicit
11149         wildcards if they did not lead to finding any match.
11150         (read-file-name-internal): Don't add the final > if the completion is
11151         not finished.
11153 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11155         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11156         Quote safe-local-variable predicate.
11158 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
11160         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11162 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11164         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11166         * progmodes/make-mode.el (makefile-special-targets-list)
11167         (makefile-macro-table, makefile-target-table): Mark as risky.
11168         (makefile-query-one-target-method): Make this the alias for the
11169         following variable.
11170         (makefile-query-one-target-method-function): Make this the real name.
11172         * textmodes/artist.el (artist-text-renderer): Make this the alias
11173         for the following variable.
11174         (artist-text-renderer-function): Make this the real name.
11176         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11177         the alias for the following variable.
11178         (flyspell-generic-check-word-predicate): Make this the real name.
11180         * textmodes/ispell.el (ispell-format-word): Make this the alias
11181         for the following variable.
11182         (ispell-format-word-function): Make this the real name.
11183         (ispell-message-text-end): Mark as risky.
11185         * skeleton.el (skeleton-transformation, skeleton-filter)
11186         (skeleton-pair-filter): Make these the aliases for the following
11187         variables.
11188         (skeleton-transformation-function, skeleton-filter-function)
11189         (skeleton-pair-filter-function): Make these the real names.
11191         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11192         and skeleton-pair-filter-function.
11194         * textmodes/sgml-mode.el (sgml-transformation): Make this the
11195         alias for the following variable.
11196         (sgml-transformation-function): Make this the real name.
11197         (sgml-tag-alist): Mark as risky.
11199 2006-05-21  Richard Stallman  <rms@gnu.org>
11201         * simple.el (kill-region): Interactively, pass point, then mark.
11203 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
11205         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11207 2006-05-21  Romain Francoise  <romain@orebokech.com>
11209         * dired-x.el (dired-mode-map): Don't bind M-g.
11211 2006-05-20  Richard Stallman  <rms@gnu.org>
11213         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11214         (dired-goto-file): Doc fix.
11216 2006-05-21  Kim F. Storm  <storm@cua.dk>
11218         * emulation/cua-base.el: Mention customizing cua-mode as alternative
11219         way to enable built-in cua-mode if user loads older CUA-mode package.
11221         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11222         if default-filename is specified.
11224 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11226         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11228         * info.el (info-apropos): Make sure current-file and current-node
11229         have non-nil values.  Speed up by using add-to-list instead of
11230         manual consing.
11232 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11234         * progmodes/make-mode.el (makefile-mode): Doc fix.
11236 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11238         * dired-aux.el (dired-do-shell-command): Doc fix.
11240 2006-05-20  Kevin Ryde  <user42@zip.com.au>
11242         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11243         ``(custom-manual :tag "Foo" "(foo)Node")''.
11245 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
11247         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11248         value is an integer.
11250 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11252         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11253         "format".
11254         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11256 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
11258         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11259         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11261 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11263         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11264         regexp for keywords.
11266 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
11268         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11269         replace-regexp-in-string.
11271         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11272         encode, and escape file name on conversion to URL.
11274 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11276         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11277         Don't unescape URL.
11278         (dnd-get-local-file-name): Unescape URL on conversion to file name.
11280         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11281         on conversion to URLs.
11283         * net/browse-url.el (browse-url-file-url): Encode file name on
11284         conversion to URL.
11286         * term/mac-win.el (mac-ae-open-documents): Escape file name on
11287         conversion to URL.
11289 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
11291         * progmodes/cc-styles.el (c-style-alist): Doc fix.
11293 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11295         * term/mac-win.el (mac-bytes-to-digits): Remove function.
11296         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11298 2006-05-19  Glenn Morris  <rgm@gnu.org>
11300         * calendar/diary-lib.el (diary-bahai-date)
11301         (list-bahai-diary-entries, mark-bahai-diary-entries)
11302         (mark-bahai-calendar-date-pattern): Not interactive.
11303         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
11304         (diary-entries-list): Change format of 4th element in each entry.
11305         (diary-list-entries): Use add-to-diary-list.
11306         (diary-goto-entry): Handle the case where the buffer visiting the
11307         diary has been killed.
11308         (fancy-diary-display): Add 'locator to button rather than 'marker.
11309         Only generate temp-face when there are marks to apply.
11310         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11311         (diary-fancy-date-pattern): New variable.
11312         (diary-time-regexp): Doc fix.
11313         (diary-anniversary, diary-time): New faces.
11314         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11315         diary-time-regexp.  Add font-lock-multiline property where needed.
11316         Use new faces diary-anniversary and diary-time.
11317         (diary-fancy-font-lock-fontify-region-function): New function, to
11318         handle multiline font-lock pattern in fancy diary.
11319         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11320         (diary-font-lock-keywords): Tweak time regexp.  Use new face
11321         diary-time.
11323 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
11325         * international/code-pages.el (mik): Table corrected.
11327 2006-05-18  Kim F. Storm  <storm@cua.dk>
11329         * progmodes/grep.el (grep-find): Don't check grep-find-command
11330         before running command (breaks non-interactive usage).
11332 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
11334         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11335         (ewoc--insert-new-node): Don't insert trailing newline.
11336         Instead, adjust successor nodes's start markers.
11337         (ewoc--refresh-node): Delete all text from current node's start
11338         marker to the next one's; adjust successor nodes's start markers.
11339         (ewoc--create): Doc fixes.
11340         (ewoc--refresh): Don't insert newline.
11341         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11342         * pcvs.el (cvs-make-cvs-buffer):
11343         Specify extra newline for ewoc's header and footer.
11344         (cvs-update-header): Update initial header recognition.
11345         Append newline to final header and footer values.
11346         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11348 2006-05-17  Richard Stallman  <rms@gnu.org>
11350         * files.el (file-name-extension): Doc fix.
11352 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11354         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11355         we can explicitly enable/disable rather than toggle.
11356         (shell-mode): Use it.
11357         (shell-cd): Don't try to reproduce what `cd' does.
11359 2006-05-17  Kim F. Storm  <storm@cua.dk>
11361         * ido.el (ido-read-internal): Use only nondirectory part of
11362         default item.
11364 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
11366         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11367         (ewoc-nth): Doc fix.
11369         (ewoc-map, ewoc-invalidate): Compute PP before looping.
11371 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
11373         * international/mule.el (auto-coding-alist): Add .lha to files
11374         read with no-conversion.
11376         * files.el (auto-mode-alist): Add .lha files to archive file
11377         extensions.
11379         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11380         Convert csize to integer when computing offsets within the
11381         compressed archive file.
11383 2006-05-16  Kim F. Storm  <storm@cua.dk>
11385         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11386         with read-from-minibuffer.
11388 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11390         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11391         (byte-compile-warnings): Fix safe-local-variable property.
11393 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
11395         * allout.el (allout-show-bodies, allout-old-style-prefixes)
11396         (allout-stylish-prefixes, allout-numbered-bullet)
11397         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11398         predicates to qualify `safe-local-variable' property, when
11399         available, else use equivalent lambda.
11400         (allout-current-topic-collapsed-p): Do the right thing regarding
11401         trailing blank lines.
11403 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11405         * server.el (server-start): Only create a directory if needed.
11406         (server-edit, server-unload-hook): server-start => server-mode.
11407         (kill-emacs-hook): Cleanup upon exit.
11409 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11411         * hexl.el (hexlify-buffer): Encode process arguments manually.
11413 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
11415         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11416         call to gdb-tooltip-print.
11418 2006-05-15  Romain Francoise  <romain@orebokech.com>
11420         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
11421         systems, default to "tar" since those systems probably have GNU tar.
11423 2006-05-14  Lars Hansen  <larsh@soem.dk>
11425         * desktop.el (desktop-missing-file-warning): Fix docstring.
11426         (desktop-restore-file-buffer): Correct question asked on missing file.
11428 2006-05-14  Kim F. Storm  <storm@cua.dk>
11430         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11431         Add CUA move property.
11433 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
11435         * custom.el (custom-push-theme): Load the variable before checking
11436         its `standard-value'.
11438 2006-05-13  Lars Hansen  <larsh@soem.dk>
11440         * desktop.el (desktop-save): Use with-temp-buffer.
11442 2006-05-12  Glenn Morris  <rgm@gnu.org>
11444         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
11445         * calendar/calendar.el (calendar-mode-map):
11446         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
11447         * calendar/appt.el (appt-check, appt-make-list): Refer to
11448         diary-view-entries, diary-list-entries, diary-show-all-entries
11449         rather than obsolete aliases.
11451 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
11453         * simple.el (line-move-finish): Avoid calling point motion hooks
11454         while processing intangibility.
11456 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
11458         * term/xterm.el (terminal-init-xterm): Fix typo.
11460 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
11462         * allout.el (allout-view-change-hook): Mark as being deprecated,
11463         to be replaced by `allout-exposure-change-hook'.
11464         (allout-exposure-change-hook): New, replacing
11465         `allout-view-change-hook'.
11466         (allout-flag-region): Run new hook `allout-exposure-change-hook',
11467         in addition to `allout-view-change-hook'.
11468         (allout-show-bodies, allout-old-style-prefixes)
11469         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11470         lambda forms to prevent their showing up in variable help
11471         presentations as inscrutable byte-compiled code.
11472         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11473         Use string-or-null-p to qualify safe-local-variable values.
11474         (allout-reindent-bodies): Use memq to qualify matches against
11475         valid safe-local-variable values.  Also, quote the lambda as above.
11476         (allout-use-mode-specific-leader): Add missing candidate-value
11477         symbols, use memq, and quote the lambda.
11478         (allout-overlay-interior-modification-handler): Remove unused
11479         variables `msg' and 'opened'.
11480         (allout-hidden-p): Constrain invisibility consideration to allout's
11481         invisibility spec, disregarding invisibility for other reasons.
11483 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
11485         * files.el (version-control): Correct safe values.
11487 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
11489         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
11491         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
11492         (ewoc--insert-new-node): New func.
11493         Update callers of deleted funcs to use it, instead.
11495 2006-05-11  Glenn Morris  <rgm@gnu.org>
11497         * calendar/calendar.el (diary-show-all-entries): Do not refer to
11498         obsolete alias `show-all-diary-entries'.
11499         (make-diary-entry): Not interactive.
11500         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
11501         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11502         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11503         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11504         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
11505         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
11507 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11509         * calendar/calendar.el (calendar-french-date-string)
11510         (calendar-mayan-date-string, calendar-chinese-date-string)
11511         (calendar-astro-date-string, calendar-iso-date-string)
11512         (calendar-islamic-date-string, calendar-bahai-date-string)
11513         (calendar-hebrew-date-string, calendar-coptic-date-string)
11514         (calendar-ethiopic-date-string, calendar-persian-date-string):
11515         These functions are not interactive.
11517 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
11519         * files.el: Balance parentheses.
11521 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
11523         * files.el, newcomment.el, outline.el, simple.el,
11524         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
11525         * progmodes/cc-vars.el, progmodes/compile.el:
11526         Move `safe-local-variable' declarations to the respective files.
11528         * help-fns.el (describe-variable): Don't print safe-var if it is
11529         byte-code.  Improve wording as suggested by Luc Teirlinck.
11531 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
11533         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
11534         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
11535         Use a token for pending-triggers to ensure gdb-var-update
11536         gets called once per user input again for pre-GDB 6.4.
11537         (gdb-var-delete): Match on more complex expressions.
11538         (gdb-var-list-children-handler, gdb-var-create-handler):
11539         Use a token for consistency.
11541 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
11543         * textmodes/org.el (org-read-date, org-goto-calendar)
11544         (org-agenda-goto-calendar):
11545         Bind `view-calendar-holidays-initially' to nil.
11547 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
11549         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
11550         Update all callers to do it there, instead.
11552 2006-05-10  Glenn Morris  <rgm@gnu.org>
11554         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
11555         prefix arg case, to avoid view-diary-entries-initially error.
11556         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11557         (calendar-date-is-legal-p): Handle dates with no day part.
11559 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
11561         * comint.el (comint-insert-input): Just make it when
11562         comint-use-prompt regexp is nil (default) and with the mouse.
11563         (comint-copy-old-input): Reinstate from 2004-06-23.
11564         (comint-mode-map): Bind C-c C-m to it.
11566 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
11568         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
11569         Remove spurious move to point-max (new comint behavior fixes).
11571         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
11572         compatibility function (Emacs 18/19).
11573         (idlwave-is-continuation-line): Always return point at start of
11574         previous non-blank continuation line.
11575         (keyword-parameters): Fix continued comment font-lock matcher.
11576         (idlwave-font-lock-fontify-region): Written, use as
11577         font-lock-fontify-region-function, to fix continued keyword
11578         fontification issues.
11580 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11582         * term/mac-win.el (mac-font-panel-mode): Doc fix.
11583         (mac-service-selection, mac-service-open-file)
11584         (mac-service-open-selection, mac-service-mail-selection)
11585         (mac-service-mail-to, mac-service-insert-text): Rename from
11586         mac-services-*.  All uses changed.
11587         (mac-apple-event-map): Rename event symbol `services' to `service'.
11589 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
11591         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
11592         (ewoc--node-enter-first, ewoc--node-enter-last)
11593         (ewoc--delete-node-internal): Merge funcs into unique callers.
11595 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
11597         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
11598         return value of read-from-minibuffer for empty input.
11600 2006-05-09  Miles Bader  <miles@gnu.org>
11602         * comint.el (comint-insert-input): Remove redundant calls to setq
11603         and goto-char.
11605 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
11607         * comint.el (comint-insert-input): Make it work when
11608         comint-use-prompt-regexp is t.
11610 2006-05-10  Miles Bader  <miles@gnu.org>
11612         * subr.el (field-at-pos): New function.
11614         * comint.el (comint-insert-input): Use it.
11616 2006-05-09  Juri Linkov  <juri@jurta.org>
11618         * battery.el (battery-linux-proc-acpi): Also try
11619         `/proc/acpi/thermal_zone/THR2/temperature'.
11621         * files.el <safe-local-variable>: Remove `eval' and `let' binding
11622         for now unused lambda `string-or-null'.
11624         * add-log.el (change-log-default-name): Put `string-or-null-p'
11625         instead of lambda on `safe-local-variable' property.
11627         * diff-mode.el (diff-context->unified): Use `region-beginning' and
11628         `region-end' instead of `mark' and `point'.
11629         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
11630         Operate on region in Transient Mark mode when the mark is active.
11631         Use `region-beginning' and `region-end' instead of `mark' and
11632         `point'.
11633         (diff-hunk-text, diff-goto-source): Doc fix.
11635         * startup.el (fancy-splash-screens, normal-splash-screen): Use
11636         face `mode-line-buffer-id' for mode-line buffer face instead of
11637         hard-coded `(:weight bold)'.
11639         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
11640         buffer-undo-list to t (undo-ask is reproducible by visiting
11641         nested archives).
11643 2006-05-09  Kim F. Storm  <storm@cua.dk>
11645         * progmodes/grep.el (rgrep): Set default directory of *grep*
11646         buffer if we start M-x rgrep in the *grep* buffer and choose
11647         a different base directory.
11649 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
11651         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
11652         completion also when ido is loaded.
11654 2006-05-09  Masatake YAMATO  <jet@gyve.org>
11656         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
11657         "warning" and "import".
11658         (cpp-font-lock-keywords): Added "warning".
11660 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
11662         * term/xterm.el (terminal-init-xterm): Add more key bindings.
11664 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11666         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
11667         pages at a time, if we signal the end, we should indeed reach that end.
11669 2006-05-08  David Reitter  <david.reitter@gmail.com>
11671         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
11672         output during execution of the body.
11674 2006-05-08  Kim F. Storm  <storm@cua.dk>
11676         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
11678 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
11680         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
11681         Use with-current-buffer.
11683 2006-05-07  Kim F. Storm  <storm@cua.dk>
11685         * subr.el (add-to-history): Remove keep-dups arg.
11687         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
11688         to nil around call to add-to-history.
11690 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11692         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
11693         than after a buffer modification.
11695 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
11697         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
11698         call to...
11699         (gud-watch): ...here so speedbar is raised for already watched
11700         expressions.
11701         (gdb-speedbar-refresh): Delete function.
11702         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
11703         Use speedbar-timer-fn instead of speedbar-refresh (reverting
11704         earlier change).
11705         (gdb-var-evaluate-expression-handler)
11706         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
11708         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
11709         Update localized contents for all buffers except ignored modes.
11711 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11713         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
11714         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
11715         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
11716         (mac-handle-font-panel-closed, mac-handle-font-selection):
11717         New functions.
11718         (mac-font-panel-mode): New minor mode.
11719         (mac-apple-event-map): Add bindings for toolbar toggle button and
11720         font panel.
11721         (menu-bar-showhide-menu): Add mac-font-panel-mode.
11723 2006-05-07  John Paul Wallington  <jpw@pobox.com>
11725         * ibuffer.el (ibuffer-compressed-file-name-regexp):
11726         Avoid `regexp-opt'; simplify regexp for readability.
11728 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
11730         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
11731         * files.el (buffer-stale-function):
11732         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11733         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
11734         links to the main manual, not to emacs-xtra.
11736 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11738         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
11739         MacJapanese if text is ASCII-only.
11741 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
11743         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
11744         unless so nil isn't returned.
11745         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
11747 2006-05-06  Kim F. Storm  <storm@cua.dk>
11749         * subr.el (add-to-history): New function.
11751         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
11752         (ediff-merge-files-with-ancestor):
11753         * env.el (setenv):
11754         * isearch.el (isearch-update-ring):
11755         * server.el (server-visit-files):
11756         * progmodes/grep.el (lgrep, rgrep):
11757         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
11758         * progmodes/xscheme.el (xscheme-insert-expression):
11759         Use add-to-history.
11761         * kmacro.el (kmacro-push-ring): Use add-to-history.
11762         (kmacro-ring-length): Remove unused defun.
11763         (kmacro-start-macro): Use kmacro-push-ring.
11765 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
11767         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
11768         directly instead of a lambda expression that calls it.
11770 2006-05-06  Kim F. Storm  <storm@cua.dk>
11772         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
11773         instead of compute-motion.
11775 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
11777         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
11778         change.
11780 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
11782         * startup.el (command-line-1): Refer to "Pure Storage" on
11783         pure-space-overflow.
11785 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
11787         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
11788         provided faces once they all have been used up.
11790 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
11792         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
11793         reference to the Lisp manual to the warning about pure space
11794         overflow.
11796 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11798         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
11799         argument to avoid the call to `ispell-internal-change-dictionary'
11800         when not needed.
11801         (ispell-change-dictionary): Use this argument and call
11802         `ispell-internal-change-dictionary' after the possible change
11803         to `ispell-local-dictionary'.
11804         (ispell-internal-change-dictionary): Check for a change in
11805         personal dictionary use too.
11807 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
11809         * startup.el (command-line): On MS-Windows, probe "~", not
11810         "~USER", for warning about non-existent home directory.
11812         * arc-mode.el (archive-l-e): New optional argument `float' means
11813         generate a float value.
11814         (archive-arc-summarize, archive-lzh-summarize)
11815         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
11816         with 3rd argument non-nil when file's size is being computed.
11817         Format the file sizes with %8.0f instead of %8d.
11819 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11821         * cus-start.el (all): Add mac-dnd-known-types.
11823         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
11824         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
11825         (mac-TIFF-to-string): New functions.
11826         (x-get-selection, x-selection-value)
11827         (mac-select-convert-to-string): Use them.
11828         (mac-text-encoding-mac-japanese-basic-variant): New constant.
11829         (mac-dnd-types-alist): New customization variable.
11830         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
11831         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
11832         (mac-dnd-handle-drag-n-drop-event): New functions.
11833         (mac-drag-n-drop): Remove function.
11834         (global-map): Bind drag-n-drop and M-drag-n-drop to
11835         mac-dnd-handle-drag-n-drop-event.
11837 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
11839         * progmodes/perl-mode.el (perl-beginning-of-function):
11840         Skip anonymous subs.
11842 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
11844         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
11845         regexp-opt at run time.
11847         * term.el (term-handle-ansi-escape): Fix off by one error.
11849 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
11851         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
11852         (gdb-init-1, gdb-post-prompt): ...and references to it.
11853         (gdb-frame-handler): Strip directory name from filename if present.
11855         * progmodes/gud.el (gdb-force-update): Delete defvar
11856         (gud-speedbar-buttons): ...and references to it.  Use window-start
11857         to try to keep positon in watch expression.
11859 2006-05-03  Richard Stallman  <rms@gnu.org>
11861         * simple.el (next-history-element, previous-history-element): Doc fix.
11863         * isearch.el (isearch-update-ring): Doc fix.
11865 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
11867         * isearch.el (isearch-update-ring): Take history-delete-duplicates
11868         into consideration.  Replace one arm ifs with whens.
11870 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
11872         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
11873         (menu): Fix typo.
11875 2006-05-02  Miles Bader  <miles@gnu.org>
11877         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
11879 2006-05-02  Jay Belanger  <belanger@truman.edu>
11881         * calc/calc-embed.el (calc-override-minor-modes-map)
11882         (calc-override-minor-modes): New variables.
11883         (calc-do-embedded): Make sure that Calc keystrokes aren't
11884         overwritten by minor modes.
11886 2006-05-02  Chong Yidong  <cyd@mit.edu>
11888         * msb.el (msb): If EVENT is a down event, read and discard the up event.
11890 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11892         * startup.el (command-line-1): Refer to Lisp manual when
11893         pure-space-overflow occurs.
11895         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
11896         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
11897         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
11898         (version-control): Don't use `t' for safe-local-variable declarations.
11900 2006-05-01  Richard Stallman  <rms@gnu.org>
11902         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
11903         M-r, M-R, M-A, M-SPC or M-DEL.
11904         (diff-mode-map): diff-refine-hunk now on C-c C-w
11905         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
11907         * help-mode.el (help-mode): view-exit-action calls delete-window
11908         only when it is safe and possible.
11910         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
11911         in messages.
11913         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
11915         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
11916         in the default tool-bar-map.
11918 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
11920         * net/tramp.el (tramp-completion-file-name-handler-alist)
11921         (tramp-run-real-handler, tramp-completion-run-real-handler)
11922         (tramp-completion-handle-file-name-all-completions)
11923         (tramp-completion-handle-file-name-completion): Autoload them.
11924         (tramp-completion-handle-file-exists-p)
11925         (tramp-completion-handle-file-name-directory)
11926         (tramp-completion-handle-file-name-nondirectory)
11927         (tramp-completion-handle-expand-file-name): Remove them.
11928         (tramp-handle-file-name-directory): Return the real directory name.
11929         Returning "/" only doesn't need to be necessary any longer.
11930         (tramp-file-name-handler): Make special attention when in hostname
11931         completion mode.
11932         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
11933         (tramp-register-file-name-handlers):
11934         Register `tramp-completion-file-name-handler' only when
11935         `partial-completion-mode' is enabled.
11936         (tramp-completion-handle-file-name-all-completions):
11937         Delete directory part from results.
11938         (tramp-get-completion-methods, tramp-get-completion-user-host):
11939         Discard deleting "/", it doesn't work after the change of
11940         `tramp-handle-file-name-directory' above.
11942 2006-05-01  Kim F. Storm  <storm@cua.dk>
11944         * progmodes/grep.el (grep-expand-template): Use save-match-data
11945         and symbol-value.
11947 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11949         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
11950         Use select-frame-set-input-focus instead of raise-frame.
11951         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
11953 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
11955         * progmodes/gud.el (gud-def): Add %c case.
11956         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
11957         (gud-format-command): Make match case sensitive.  Match on %F.
11959 2006-04-30  Glenn Morris  <rgm@gnu.org>
11961         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
11962         (cal-tex-preamble): Use cal-tex-preamble-extra.
11963         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
11964         than alias `list-diary-entries'.
11966 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
11968         * help-fns.el (describe-variable): Add info about safe local variables.
11970 2006-04-29  Richard Stallman  <rms@gnu.org>
11972         * bindings.el (mode-line-format): help-echo doc fixes.
11974         * net/tramp.el (tramp-file-name-handler-alist): Delete
11975         expand-file-name and other operations that can cause spurious loading.
11977 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11979         * files.el (safe-local-variable-p): Remove support for the special
11980         value t.
11982         * textmodes/paragraphs.el (sentence-end-without-space):
11983         Fix safety predicate.
11984         (sentence-end-double-space, sentence-end-without-period)
11985         (paragraph-ignore-fill-prefix):
11986         * textmodes/fill.el (colon-double-space):
11987         * abbrev.el (abbrev-mode): Tighten the safety predicate.
11989         * subr.el (booleanp): New fun.
11991         * textmodes/reftex-vars.el (reftex-guess-label-type):
11992         Tighten the safety predicate.
11994 2006-04-28  Kim F. Storm  <storm@cua.dk>
11996         * progmodes/grep.el (defgroup grep): Doc fix.
11997         (grep-auto-highlight): Remove.
11998         (grep-template): New defcustom.
11999         (grep-find-template): Rename from grep-tree-template.
12000         (grep-files-aliases): Rename from grep-tree-files-aliases.
12001         Remove "all" alias, add "l" alias.
12002         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12003         (grep-find-ignored-directories): New defcustom to replace
12004         grep-tree-ignore-CVS-directories, to facilitate ignoring
12005         subdirectories for multiple version control systems.
12006         (grep-mode-map): Add Recursive grep item to GREP menu.
12007         (grep-regexp-history, grep-files-history): New defvars.
12008         (grep-probe): New helper function.
12009         (grep-compute-defaults): Use it to simplify code.
12010         Adapt to name changes.
12011         Use `.' as base in grep-find-template rather than <D>.
12012         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
12013         Call grep-compute-defaults unconditionally.
12014         (grep-expand-keywords): New defconst.
12015         (grep-expand-template): Rename from grep-expand-command-macros.
12016         Simplify via grep-expand-keywords.  Look at case-fold-search instead
12017         of grep-tree-ignore-case to add -i option.
12018         Bind case-fold-search to nil while matching keywords.
12019         (grep-tree-last-regexp, grep-tree-last-files): Remove.
12020         (grep-read-regexp, grep-read-files): New helper functions.
12021         (rgrep): Rename from grep-tree.  Rework to use proper histories.
12022         Adapt to changes in defcustoms and functions above.
12023         (lgrep): New command, as grep, but using same interactive UI as rgrep.
12025 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
12027         * net/tramp.el (tramp-completion-file-name-handler):
12028         Disable Tramp's functionality while loading Tramp itself.
12029         (tramp-register-file-name-handlers): That's a defsubst now.
12030         Code from `tramp-repair-jka-compr' moved here.  Apply it via
12031         `after-init-hook'.
12032         (tramp-repair-jka-compr): Remove.
12034 2006-04-27  Jay Belanger  <belanger@truman.edu>
12036         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12037         read expression when `math-read-big-expr' doesn't work.
12039 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
12041         * startup.el (command-line-1): Display warning when
12042         pure-space-overflow is non-nil.
12044 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12046         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12047         risky.
12049 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12051         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12052         Return the URL or nil if none can be generated.
12054 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
12056         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12057         byte compiler warnings.
12058         (gud-basic-call, gud-find-expr): Let user select an expression
12059         for printing.  Print expression as well as value in GUD buffer.
12061 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
12063         * allout.el: Remove local autoload declaration for
12064         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12065         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12066         (allout-plain-bullets-string, allout-distinctive-bullets-string)
12067         (allout-use-mode-specific-leader, allout-old-style-prefixes)
12068         (allout-stylish-prefixes, allout-numbered-bullet)
12069         (allout-file-xref-bullet, allout-presentation-padding)
12070         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12071         safe-local-variable with suitable value spec, and add autoload
12072         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
12073         (move-beginning-of-line, move-end-of-line): Repair so these compat
12074         functions now actually resituate the point, when appropriate.
12076 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12078         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12080         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12081         (add-log-iso8601-time-string): Fix call to format-time-string.
12083 2006-04-26  Kim F. Storm  <storm@cua.dk>
12085         * subr.el (posn-string, posn-image, posn-object): Doc fix.
12087 2006-04-26  Masatake YAMATO  <jet@gyve.org>
12089         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12090         Add support for "//" style comments.  Remove `b' flag
12091         from ?* in `asm-mode-syntax-table'.
12093 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12095         * follow.el: Use (featurep 'xemacs) everywhere.
12096         (follow-mode): Use define-minor-mode.
12097         (follow-mode-map): Move initialization into the declaration.
12098         Use command remapping.
12099         (follow-emacs-version-xemacs-p): Remove.
12100         (follow-submit-feedback): Remove.
12102         * allout.el (allout-layout, allout-passphrase-verifier-string)
12103         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12105         * textmodes/reftex-vars.el (reftex-vref-is-default)
12106         (reftex-fref-is-default, reftex-guess-label-type):
12107         Tighten up a bit the safety predicate.
12109         * textmodes/paragraphs.el (sentence-end-double-space)
12110         (sentence-end-without-period, sentence-end-without-space)
12111         (page-delimiter, paragraph-ignore-fill-prefix):
12112         Tighten up a bit the safety predicate.
12114         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12116         * progmodes/python.el (python-continuation-line-p)
12117         (python-beginning-of-statement): syntax-ppss may return
12118         a negative depth.
12119         (python-mode): Don't forcefully enable font-lock.
12121         * time-stamp.el (time-stamp-start, time-stamp-end)
12122         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12124         * add-log.el: Remove spurious * in docstrings.
12125         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12126         (add-change-log-entry): Use it here, since it's not specific
12127         to iso8601.
12128         (add-log-iso8601-time-string): Don't use it here any more.
12129         (change-log-indent-text, change-log-indent): Rename from add-log-*.
12131         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12133 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
12135         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12136         (rcirc-toggle-low-priority): Doc fix.
12137         (rcirc-handler-NOTICE): Remove beginning of line anchor in
12138         ChanServ regexp.
12139         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12140         #emacs.
12141         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12142         (rcirc-decode-coding-system): Use utf-8 as the default.
12143         (rcirc-multiline-minor-mode): Set the fill-column.
12144         (rcirc-format-response-string): Display bright and dim nicks.
12145         (rcirc-browse-url): Update interactive spec to fill ARG.
12146         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12147         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12149 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
12151         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12152         case for @Article, etc.
12154 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
12156         * net/tramp.el (tramp-register-file-name-handlers): New defun.
12157         Added with autoload cookie.
12158         (tramp-unload-file-name-handlers): Rename from
12159         `tramp-unload-file-name-handler-alist'.
12161 2006-04-23  Romain Francoise  <romain@orebokech.com>
12163         * comint.el (comint-match-partial-filename): Doc fix.
12165 2006-04-21  Glenn Morris  <rgm@gnu.org>
12167         * calendar/cal-menu.el (calendar-mode-map): Refer to
12168         `diary-view-entries' rather than alias `view-diary-entries'.
12169         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12171 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
12173         * progmodes/antlr-mode.el (antlr-default):
12174         * cus-edit.el (custom-documentation):
12175         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12176         in defface.
12178 2006-04-21  Kim F. Storm  <storm@cua.dk>
12180         * image.el (image-type): New defun split out of create-image.
12181         (create-image): Use it.
12183 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
12185         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12186         (org-open-at-point): Remove the "...done" message to keep output
12187         in the echo area visible.
12188         (org-export-as-xoxo): Fix call to `indent-region'.
12190 2006-04-21  Kevin Ryde  <user42@zip.com.au>
12192         * international/mule.el (keyboard-coding-system): defcustom
12193         info-link fixes: "Specify Coding" has been split, keyboard now in
12194         "Terminal Coding", and "Single-Byte Character Support" is now
12195         "Unibyte Mode".
12197 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
12199         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12200         Use font-lock-warning-face for any errors e.g. no stack.
12201         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12203 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
12205         * progmodes/sh-script.el (sh-shell): Mark as safe.
12207         * newcomment.el (comment-start, comment-start-skip)
12208         (comment-end-skip, comment-end): Mark as safe.
12210 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
12212         * textmodes/org.el (org-deadline-announce): Face removed.
12213         (org-level-faces, org-n-levels): Convert to constant.
12214         (org-compatible-face): New function.
12215         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12216         (org-level-5, org-level-6, org-level-7, org-level-8)
12217         (org-special-keyword, org-warning, org-headline-done, org-link)
12218         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12219         (org-scheduled-today, org-scheduled-previously, org-time-grid):
12220         Face definition revised for better color tty support.
12221         (org-bold-re, org-italic-re, org-underline-re): New constants.
12222         (org-set-font-lock-defaults): Use the new constants.
12223         (org-agenda-highlight-todo): New function.
12224         (org-agenda-todo): Fix bug with point at end of line.
12225         (org-agenda-change-all-lines, org-finalize-agenda-entries):
12226         Fontify TODO keywords.
12227         (org-insert-link): Preserve relative path in ../ links.
12228         (org-export-as-html): Convert links pointing to .org files into
12229         links that will work beteen the exported HTML files.
12230         (org-todo-list): Fix bug when arg=0.
12231         (org-insert-heading): More fine-tuning.
12233 2006-04-19  Romain Francoise  <romain@orebokech.com>
12235         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12236         from `rmail-mime-charset-pattern'.
12238 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12240         * progmodes/python.el (python-mode): Fix typo.
12242 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
12244         * comint.el (comint-previous-input): Don't clobber input line
12245         when moving off either end of the input history ring.
12246         (comint-delete-input): New function, used by
12247         `comint-previous-input' and others.
12248         (comint-previous-matching-input):
12249         Use `coming-delete-input'.  Save the partial input if leaving the
12250         edit line.  Goto point-max before deleting input to avoid
12251         partial input fragments hanging around.
12252         (comint-restore-input): New function, used by `comint-previous-input'.
12254 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
12256         * imenu.el (imenu--index-alist): Balance parentheses.
12258 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12260         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12262 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
12264         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12265         file is nil.
12267 2006-04-18  Richard Stallman  <rms@gnu.org>
12269         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12271         * imenu.el (imenu-create-index-function, imenu--index-alist)
12272         (imenu--last-menubar-index-alist, imenu--make-index-alist)
12273         (imenu-default-create-index-function, imenu--generic-function):
12274         Doc fixes.
12276         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12278         * help-mode.el (help-mode): Set view-exit-action to delete window.
12280         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
12281         now works by passing nil as arg.
12283         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12285         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12286         (read-abbrev-file): Provide default when reading filename.
12288         * files.el (enable-local-variables): Allow :all as value.
12289         (hack-local-variables): Implement that value.
12290         (safe-local-variable-values, safe-local-eval-forms)
12291         (enable-local-variables): Mark as risky.
12292         (find-file-visit-truename, kept-old-versions): Mark safe.
12294         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12295         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12296         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12298 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12300         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12301         Use forward-line so as to get to BOL even in the presence of fields.
12302         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12303         in return.
12304         (inferior-tcl): Tell tclsh to work in interactive mode.
12306         * complete.el (partial-completion-mode):
12307         Use 'choose-completion-string-functions to make sure that
12308         choose-completion fills the minibuffer properly.
12310         * complete.el (PC-old-read-file-name-internal): Remove.
12311         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
12312         of read-file-name-internal.
12313         (partial-completion-mode): Enable/disable this advice.
12315 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
12317         * net/tramp.el (tramp-completion-file-name-handler): Revert change
12318         of 2006-04-17.
12320 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
12322         * textmodes/org.el (org-insert-heading): Insert heading before
12323         current if at beginning of line.
12324         (org-todo, org-date): New faces.
12325         (org-table-align): Make sure tooltip window contains full text.
12326         (org-no-properties): New defsubst.
12327         (org-set-font-lock-defaults): Use new faces.
12329 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
12331         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12332         for root variables.
12334         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12335         (gdb-frame-address): Re-use to identify frame for watch expression.
12336         (gdb-var-list, gdb-var-create-handler): Add frame address for root
12337         variables.
12338         (gdb-init-1, gdb-source, gdb-post-prompt)
12339         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12340         (gdb-frame-handler): Get gdb-frame-address.
12342 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
12344         Sync with Tramp 2.0.53.
12346         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12347         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12348         (tramp-completion-file-name-handler): Add autoload cookie for
12349         adding to `file-name-handler-alist'.
12351         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12352         the prompt.  If it returns earlier (when detecting an error
12353         message), the rest of the output will merge accidently with the
12354         output of the next command.  Reported by M Jared Finder
12355         <jared@hpalace.com>.
12357         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12358         for `process-file', in order to let it work for older Emacsen too.
12360 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
12362         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12363         (tex-font-lock-keywords-3): Use it.
12365 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12367         * newcomment.el (comment-add): New function.
12368         (comment-region-default, comment-dwim): Use it.
12370 2006-04-15  Michael Olson  <mwolson@gnu.org>
12372         * emacs-lisp/tq.el: Improve comments.
12373         (tq-queue-head-question): New accessor function.
12374         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12375         Update for modified queue structure.
12376         (tq-queue-add): Accept `question' argument.
12377         (tq-queue-pop): If a question is pending, send it.
12378         (tq-enqueue): Accept new optional argument `delay-question'.
12379         If this is non-nil, and at least one other question is pending a
12380         response, queue the question rather than sending it immediately.
12382 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12384         * calendar/appt.el (appt-add): Check whether an appointment is
12385         already present in appt-time-msg-list.  Simplify code.
12387 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12389         * progmodes/cc-langs.el (c-mode-menu):
12390         Don't presume c-subword-mode is bound.
12392 2006-04-13  Bill Wohler  <wohler@newt.com>
12394         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12395         (customize-package-emacs-version): Use cdr instead of cadr now
12396         that alists use dotted pairs.
12398         * custom.el (defcustom): Fix docstring for :package-version.
12400 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
12402         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12403         (tramp-handle-shell-command): Display output buffer only when
12404         `tramp-display-shell-command-buffer' is true.
12405         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12407 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12409         * textmodes/org.el (org-set-autofill-regexps): Set only the local
12410         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12412 2006-04-13  Romain Francoise  <romain@orebokech.com>
12414         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12415         leaving temporary .cvsignore buffers behind.
12417 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12419         * textmodes/org.el (org-set-regexps-and-options)
12420         (org-get-current-options): Better names for the startup folding
12421         options.
12423 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
12425         * vc.el (vc-annotate): Arrange for point to end up at the same
12426         line number as in the original, but only when using a new buffer.
12428 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
12430         * files.el (hack-one-local-variable-eval-safep):
12431         Recognize `edebug-form-spec' for `put', but only if it passes
12432         `edebug-basic-spec'.  Generalize `put' handling.
12434         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12435         vetting file-local form specs.
12437         * allout.el (allout-layout): Autoload its `safe-local-variable'
12438         property.
12440 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12442         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
12443         (org-agenda-mouse-1-follows-link)
12444         (org-mouse-1-follows-link): New options.
12445         (org-format-agenda-item): Fix bug if TAGS is nil.
12446         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
12448 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
12450         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
12451         GDB 6.1+ gives full filename for "info sources" so use
12452         file-name-nondirectory.
12454 2006-04-12  Romain Francoise  <romain@orebokech.com>
12456         * subr.el (read-passwd): Bind `message-log-max' to nil.
12458 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12460         * progmodes/perl-mode.el (perl-indent-new-calculate):
12461         Recompute parse-start after jumping backward by a whole sexp.
12463 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12465         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12466         window configuration.
12467         (vc-annotate-display-select): Select the buffer so that current-buffer
12468         (and selected-window) is the output buffer at the end of vc-annotate.
12470 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
12472         * vc.el (vc-annotate-color-map): Add custom TTY color map for
12473         8-color terminals, to use all of the colors in a sensible order.
12474         256-color terminals work well with the standard map.
12475         (vc-annotate-lines): Only strip the first color character if it
12476         is "#", to allow for terminal-style named colors.
12477         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12478         the correct buffer is scrolled.
12480 2006-04-11  Richard Stallman  <rms@gnu.org>
12482         * emacs-lisp/bytecomp.el (byte-compile-file):
12483         Bind enable-local-variables to :safe, and make normal-mode obey it.
12485         * files.el (enable-local-variables): Allow value :safe.
12486         (normal-mode): Doc fix.
12487         (hack-local-variables): Implement enable-local-variables = :safe.
12488         (hack-local-variables-confirm): Don't prevent quitting.
12490 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12492         * loadhist.el (unload-feature): A bit of sanity check of
12493         load-history entries.  Cancel timer-vars before unbinding them.
12495         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
12496         quote special chars, and make the trick work on the hex part of the
12497         buffer as well.
12498         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
12499         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
12501         * startup.el (normal-splash-screen): Fix last change so we don't wait
12502         2 minutes if we don't show the splash screen.
12504 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
12506         * textmodes/org.el (org-export-plain-list-max-depth)
12507         (org-table-spaces-around-separators)
12508         (org-radio-targets, org-activate-camels)
12509         (org-table-spaces-around-invisible-separators): Options removed.
12510         (org-time-stamp-rounding-minutes, org-remember-templates)
12511         (org-ellipsis, org-activate-links, org-descriptive-links):
12512         New options.
12513         (org-remember-apply-template, org-current-time)
12514         (org-finish-edit-table-field)
12515         (org-link-unescape, org-link-escape)
12516         (org-string-width, org-table-clean-line, org-html-do-expand)
12517         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
12518         (org-read-agenda-file-list): New functions.
12519         (org-table-edit-field)
12520         (org-table-create-or-convert-from-region): New commands
12521         (org-table-toggle-vline-visibility): Command removed.
12522         (org-table-convert-region): Made a command.
12523         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
12524         Replace with the normal org- functions.
12525         (org-self-insert-command): Don't trigger realign unnecessarily
12526         when blanking a field that is not full.
12527         (org-mode): `Set buffer-invisibility-spec' for links.
12528         (org-activate-links2): Hide link part and only show descriptive
12529         part of the link.
12530         (org-insert-link): Modify for new linking system.
12531         (org-store-link): Store description separately, for use by
12532         `org-insert-link'.
12533         (org-table-align): Use `org-string-width'.
12534         (defgroup): Completely new group structure for custom variables.
12535         (org-agenda-files): Option: Single file name allowed.  Function:
12536         Optional argument unrestrited means ignore any restricitons.
12537         (org-install-agenda-files-menu): Find a buffer in Org-mode before
12538         trying to modify the menu.  Use generalized access to
12539         `org-agenda-files.'
12540         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
12541         (org-agenda-file-to-front, org-remove-file, org-diary)
12542         (org-tags-view, org-export-icalendar-all-agenda-files)
12543         (org-export-icalendar-combine-agenda-files): Use generalized
12544         access to `org-agenda-files'.
12545         (org-remember-handler): Correctly preserve heading if present.
12546         (org-table-insert-row, org-table-insert-hline): Deal with
12547         invisible characters.
12549 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
12551         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
12552         (vc-annotate-color-map): New 18 element constant
12553         value/saturation, rotating hue colormap, from red->blue.
12554         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
12555         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
12556         (vc-annotate): To avoid killing the required local variables,
12557         set them before the end of `with-output-to-temp-buffer', and
12558         after first switching to annotate-mode.
12559         (vc-annotate-warp-version): Add buffer argument in goto-line to
12560         ensure annotation, not source, is scrolled.
12562 2006-04-10  Bill Wohler  <wohler@newt.com>
12564         * custom.el (defcustom, custom-handle-keyword):
12565         Add :package-version keyword.
12566         (custom-add-package-version): New function.  Sets value of new
12567         property 'custom-package-version from :package-version keyword.
12568         (defcustom): Create Common Keywords section in docstring.
12569         (defface, defgroup): Replace definitions of a select few keywords
12570         with a reference to the Common Keywords in defcustom.
12571         (defcustom, defface, defgroup): Replace reference to Customization
12572         chapter in manual with hyperlink.
12574         * cus-edit.el (customize-package-emacs-version-alist): New variable.
12575         (customize-changed-options): Add check for custom-package-version.
12576         (customize-package-emacs-version): New function to look up Emacs
12577         version corresponding to the given package version.
12579         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
12580         defun name, in similar fashion to find-variable-regexp.
12582 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
12584         * international/mule-cmds.el (set-locale-environment): Fix last
12585         change for when the locale's preferences don't specify any encoding.
12587 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12589         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
12590         so the defined var/fun doesn't need to be quoted.
12592 2006-04-10  Richard Stallman  <rms@gnu.org>
12594         * finder.el (finder-mode-map): Add n and p bindings.
12596 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
12598         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
12599         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
12600         (gdb-setup-windows): Put something in source window if we can't find
12601         the source file.
12602         (gdb-frame-handler): Make it work again with just assembly.
12603         (gdb-data-list-register-values-handler): Make it work when there is
12604         no stack.
12606 2006-04-09  Richard Stallman  <rms@gnu.org>
12608         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
12609         specs while looking for charset.
12611         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
12613         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12614         Make them faces.
12615         (lm-font-lock-keywords): Update appropriately.
12617 2006-04-10  Kim F. Storm  <storm@cua.dk>
12619         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
12620         it can also replace buffer-substring-no-properties.
12622         * emulation/cua-base.el (cua-delete-region, cua-paste)
12623         (cua-repeat-replace-region): Use filter-buffer-substring.
12625         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
12626         (cua-cut-region-to-global-mark): Likewise.
12628         * emulation/cua-rect.el (cua--extract-rectangle)
12629         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
12631 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12633         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
12634         entry-type.  Add field delimiters to numerical fields if they are
12635         not present.
12637 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12639         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
12640         string-const to return value.
12641         (bibtex-remove-delimiters): Use it.
12643 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12645         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
12646         cl-byte-compile-compiler-macro unless it exists.
12648 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
12650         * files.el (hack-local-variables-confirm) <offer-save>:
12651         Clarify message text.  Suggested by Ralf Angeli.
12653 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12655         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
12656         (delete-extract-rectangle-line): Use `filter-buffer-substring'
12657         instead of `buffer-substring' and `delete-region'.  (Most of the
12658         code actually copied from `kill-region'.)
12660 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
12662         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
12663         (rcirc-default-port): Rename from rcirc-port.
12664         (rcirc-default-nick): Rename from rcirc-nick.
12665         (rcirc-default-user-name): Rename from rcirc-user-name.
12666         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
12667         (rcirc-low-priority-flag): New variable.
12668         (rcirc-decode-coding-system): New defcustom.
12669         (rcirc-encode-coding-system): New defcustom.
12670         (rcirc-coding-system-alist): New defcustom.
12671         (rcirc-multiline-major-mode): New defcustom.
12672         (rcirc-nick): New internal variable.
12673         (rcirc-process): Remove variable.
12674         (rcirc-server-buffer): New variable.
12675         (rcirc): Update to use rcirc-default-* variables above.
12676         (rcirc-connect): Do not add window-configuration-hook-here.
12677         (rcirc-server): New internal variable.
12678         (rcirc-connect): Do not send keepalive pings if
12679         rcirc-keepalive-seconds is nil.
12680         (with-rcirc-server-buffer): New macro.
12681         (rcirc-send-string): Encode with rcirc-encode-coding-system.
12682         (rcirc-server-name): Rename from rcirc-server.
12683         (rcirc-buffer-process): New function.
12684         (rcirc-buffer-nick): New function.
12685         (rcirc-buffer-target): Remove function.
12686         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12687         New commands.
12688         (rcirc-mode-map): Change binding of C-c C-l to
12689         rcirc-toggle-low-priority.
12690         (rcirc-mode): Initialize coding system based on
12691         rcirc-coding-system-alist.  New change-major-mode-hook to part the
12692         channel on a mode change.  Make kill-buffer-hook buffer-local.
12693         (rcirc-change-major-mode-hook): New function.
12694         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
12695         (rcirc-last-post-time): New variable.
12696         (rcirc-process-message): Store the last time user posted a message
12697         to this target.
12698         (rcirc-multiline-minor-mode): New mode.
12699         (rcirc-multiline-minor-mode-map): New mode map.
12700         (rcirc-edit-multiline): Put multiline-edit buffer in
12701         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
12702         (rcirc-print): Ignore any line starting with an ignored nick.
12703         (rcirc-print): Decode using rcirc-decode-coding-system.
12704         (rcirc-track-minor-mode): Update global-mode-string when disabling
12705         this mode.
12706         (minor-mode-alist): Add LowPri indicator.
12707         (rcirc-toggle-low-priority): New function.
12708         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
12709         next lowpriority buffer with activity.
12710         (rcirc-record-activity): Sort buffers in rcirc-activity by the
12711         last time the user posted a message in to the target.
12712         (rcirc-update-activity-string): New formatting for low priority
12713         buffers.
12714         (rcirc-split-activity): New function.
12715         (rcirc-handler-PART, rcirc-handler-KICK)
12716         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
12717         (rcirc-nick-away-alist): New variable.
12718         (rcirc-handler-301): New handler.  Away messages are printed once
12719         per change.
12721 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
12723         * info.el (Info-follow-nearest-node): Doc fix.
12725         * international/mule-cmds.el (set-locale-environment): Make sure
12726         the coding-system preferred by the locale's language has the same
12727         EOL conversion type as the original buffer-file-coding-system.
12728         (locale-language-names): Add a few MS Windows language codes.
12730 2006-04-07  Richard Stallman  <rms@gnu.org>
12732         * simple.el (eval-expression): Doc fix.
12734         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
12735         (eval-defun): Doc fixes.
12737 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
12739         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
12741 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
12743         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
12744         GDB list command without argument for greater generality.
12746 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12748         * subr.el (string-or-null-p): New function.
12750         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
12752         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
12754         * files.el: Update comment about safe-local-variable declarations.
12756 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
12758         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
12759         See idlwave.org.
12761         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
12762         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
12764         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
12765         See idlwave.org.
12767         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
12768         version 6.0 (minimal changes).  See idlwave.org.
12770         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
12771         6.0 (minimal changes).  See idlwave.org.
12773         * progmodes/idlw-rinfo.el: File obsoleted and removed.
12775 2006-04-06  Romain Francoise  <romain@orebokech.com>
12777         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
12778         symmetric encryption features and a new asynchronous interface to
12779         GnuPG.  This new version is version 1.4, plus whitespace changes.
12781 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12783         * files.el: Move some `safe-local-variable' declarations to the
12784         respective files.
12786         * textmodes/ispell.el (ispell-check-comments)
12787         (ispell-local-dictionary): Mark as safe.
12789         * abbrev.el (abbrev-mode): Mark as safe.
12791         * add-log.el (change-log-default-name): Mark as safe.
12793         * textmodes/reftex-vars.el (reftex-vref-is-default)
12794         (reftex-fref-is-default, reftex-level-indent)
12795         (reftex-guess-label-type): Mark as safe.
12797         * textmodes/fill.el (colon-double-space): Mark as safe.
12799         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
12800         (sentence-end-double-space, sentence-end-without-period)
12801         (sentence-end-without-space, sentence-end, sentence-end-base)
12802         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
12804 2006-04-06  Kim F. Storm  <storm@cua.dk>
12806         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
12807         the :set-after list.
12808         (ido-downcase-unc-hosts): New user option.  Default on.
12809         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
12810         when it is set, as regexps are now applied on the fly.
12811         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
12812         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
12813         on the fly, but only when ido-process-ignore-lists is set.
12814         Do case insensitive filtering if ido-downcase-unc-hosts is set.
12815         Only downcase names if ido-downcase-unc-hosts is set.
12817 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
12819         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
12821         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
12823 2006-04-05  Kim F. Storm  <storm@cua.dk>
12825         * ido.el (ido-mode): Set after ido-unc-hosts and
12826         ido-ignore-unc-host-regexps.
12827         (ido-save-history): Save ido-unc-hosts-cache.
12828         (ido-load-history): Load ido-unc-hosts-cache.
12829         (ido-reread-directory): Refresh unc hosts cache in // dir.
12831         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
12832         to nil while displaying slash screen.
12834 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12836         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12837         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12839 2006-04-05  Kenichi Handa  <handa@m17n.org>
12841         * international/characters.el: Setup cases of Latin, Greek, and
12842         Cyrillic characters in CJK charsets.
12844 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12846         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12847         default-enable-multibyte-characters.  This reverts the change from
12848         revision 6.17 which is no longer necessary because the passphrase
12849         is sent separately now.  GnuPG messages are unreadable under
12850         multibyte locales with default-enable-multibyte-characters set to nil.
12852 2006-04-04  Andreas Schwab  <schwab@suse.de>
12854         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
12855         and `byte-compile-warnings' as `safe-local-variable'.
12857 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
12859         * man.el (Man-mode-map): Restore the \r binding.
12860         (Man-abstract-xref-man-page): If Man-target-string is a function,
12861         call it.
12862         (Man-highlight-references): Use Man-default-man-entry to get the
12863         target.  Deal with xrefs too.
12864         (Man-highlight-references0): Don't call the target function.
12866         * woman.el (WoMan-xref-man-page): Strip the section number, woman
12867         cannot deal with it.
12869 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12871         * pgg-gpg.el: Clean up process buffers every time gpg processes
12872         complete.
12874 2006-04-04  Kenichi Handa  <handa@m17n.org>
12876         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
12877         here.
12878         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
12879         Temporarily bind inhibit-field-text-motion to t.
12881 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12883         * startup.el (normal-splash-screen): Only set mode-line-format in the
12884         splash buffer, so as not to interfere when debugging the code.
12885         Ignore errors when switching buffer.
12887 2006-04-03  Romain Francoise  <romain@orebokech.com>
12889         * dired.el (dired-dnd-protocol-alist): Fix typo.
12891 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12893         * savehist.el (savehist): Add :version.
12894         (savehist-ignored-variables): New variable.
12895         (savehist-minibuffer-hook): Don't save variables listed in
12896         `savehist-ignored-variables'.
12898         * dired.el (dired-dnd-protocol-alist): Mention that change does
12899         only apply to new buffers in doc string.
12901 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
12903         * recentf.el (recentf-open-files-item): Include newline in button
12904         field, so opening a file will work, when the point is at the end
12905         of the file name.  Allow, for example, to [i]search a file by
12906         extension and just push RET to open it.
12908 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12910         * pgg-gpg.el (pgg-gpg-process-filter)
12911         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12913         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12914         lines, temporary fix.
12916 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
12918         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
12920 2006-04-02  Richard Stallman  <rms@gnu.org>
12922         * progmodes/compile.el (compilation-message-face): Make it defcustom.
12924 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
12926         * ibuf-macs.el (define-ibuffer-column): Add a new key:
12927         header-mouse-map.
12929         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
12930         (ibuffer-mode-header-map): New keymaps.
12931         (ibuffer-update-title-and-summary): Enable mouse face highlighting
12932         and keybindings for column headers.
12933         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
12934         property.
12936 2006-04-02  Drew Adams  <drew.adams@oracle.com>
12938         * speedbar.el (speedbar-after-create-hook): Doc fix.
12940 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
12942         * shell.el (shell-directory-tracker)
12943         (shell-dynamic-complete-command): Doc fixes.
12945 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
12947         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
12948         terminals.
12950 2006-04-01  Kim F. Storm  <storm@cua.dk>
12952         * ido.el (ido-unc-hosts-cache): New defvar.
12953         (ido-unc-hosts): If value of defcustom is a function, call it to
12954         get list of UNC hosts.  Add function-item choices to specify
12955         ido-unc-hosts-net-view or user function.
12956         (ido-ignore-unc-host-regexps): New defcustom.
12957         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
12958         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
12959         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
12961 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12963         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
12964         wwidth.
12966 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
12968         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
12969         (ido-max-work-file-list, ido-switch-buffer)
12970         (ido-read-file-name-as-directory-commands):
12971         Fix typos in docstrings.
12973 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12975         * term/mac-win.el (mac-system-coding-system): Define and use after
12976         Mac-specific coding systems are ready.
12978 2006-03-27  Romain Francoise  <romain@orebokech.com>
12980         * net/rcirc.el (rcirc-connect): Add autoload cookie.
12982         * ldefs-boot.el: Update.
12984 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12986         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12987         passphrases when it is not needed.
12988         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12989         passphrase stuff from gpg, should only be necessary when you use
12990         gpg with a smartcard.
12992 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
12994         * comint.el (comint-dynamic-list-completions): Allow user to
12995         select *Completions* buffer.
12997 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
12999         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13001 2006-03-26  Andreas Schwab  <schwab@suse.de>
13003         * progmodes/gud.el (gdb): Only complain about multiple debugging
13004         when the gdb process is still running.
13006 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
13008         * mail/rmail.el (tool-bar-map): Defvar it.
13009         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13010         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13012 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13014         * help.el (print-help-return-message): Suggest to use
13015         display-buffer instead of switch-to-buffer-other-window to restore
13016         the previous window without selecting it.
13018 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13020         * frame.el (select-frame-by-name): Call x-focus-frame also when
13021         window-system is mac.
13023         * term/mac-win.el: Adjust Courier font specifications in
13024         x-fixed-font-alist.
13025         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13026         when directly encoding to UTF-16 in native byte order, no BOM.
13028 2006-03-25  Kim F. Storm  <storm@cua.dk>
13030         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13031         (cua--init-keymaps): Use it instead of fixed C-return.
13032         (cua-mode): Set after it.
13034         * emulation/cua-rect.el (cua--init-rectangles):
13035         Use cua-rectangle-mark-key instead of fixed C-return.
13037 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
13039         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13040         "run" in .gdbinit.
13041         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13043 2006-03-24  Romain Francoise  <romain@orebokech.com>
13045         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13046         `display-buffer-other-frame'.
13048 2006-03-24  Kim F. Storm  <storm@cua.dk>
13050         * apropos.el (apropos-synonyms): Add selection => region.
13052 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
13054         * progmodes/gdb-ui.el (gdb-var-create-regexp)
13055         (gdb-var-list-children-regexp, gdb-var-update-regexp)
13056         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13057         (gdb-data-list-register-values-regexp)
13058         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13059         Future proof against new fields being added to MI output.
13060         (gdb-send): Don't treat backslashes for program input as
13061         continuations.
13062         (gdb-assembler-handler): Don't use window-start for this handler.
13063         (gdb-frame-handler): Don't change to hollow arrow if overlay
13064         arrow doesn't move to new frame.
13066 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
13068         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13069         prevent compiler warnings.
13070         (gdb-stopped): Check for gud-last-last-frame (case: signal).
13071         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13072         (gdb-assembler-custom): Use hollow-right-triangle for assembler
13073         buffer too.
13075 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
13077         * pgg-gpg.el (pgg-gpg-update-agent): Check for
13078         make-network-process, so we can use the same code in Gnus v5-10
13079         too and have this file fully synchronized with that release.
13081 2006-03-23  Romain Francoise  <romain@orebokech.com>
13083         * ibuf-ext.el (ibuffer-read-filter-group-name):
13084         Use `ibuffer-generate-filter-groups' to make completion list match
13085         the filter groups that are really displayed in the Ibuffer buffer.
13086         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13088 2006-03-23  Kenichi Handa  <handa@m17n.org>
13090         * international/mule-cmds.el (sort-coding-systems): Describe that
13091         the argument is modified in docstring.
13093 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13095         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13096         (pgg-gpg-update-agent): New function.
13097         (pgg-gpg-use-agent-p): New function.
13098         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13099         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13100         (pgg-gpg-sign-region): Use it.
13102 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
13104         * cus-edit.el (custom-face-set): Call custom-push-theme before
13105         face-spec set so that `changed' theme is correctly saved.
13106         (custom-face-reset-standard): Reset to recalculated face rather
13107         than defface spec.
13109         * custom.el (custom-push-theme): Only save `changed' theme if the
13110         current face does not match the defface specs.
13112 2006-03-21  Simon Josefsson  <jas@extundo.com>
13114         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13115         <wilde@sha-bang.de>.
13116         (pgg-gpg-use-agent): New variable.
13117         (pgg-gpg-process-region): Use it.
13118         (pgg-gpg-encrypt-region): Likewise.
13119         (pgg-gpg-encrypt-symmetric-region): Likewise.
13120         (pgg-gpg-decrypt-region): Likewise.
13121         (pgg-gpg-sign-region): Likewise.
13122         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13124 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
13126         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13127         bracket links.
13129 2006-03-21  Kim F. Storm  <storm@cua.dk>
13131         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13132         fringe-indicator-alist instead of modifying global value.
13133         (gdb-frame-handler): Likewise.
13135 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
13137         * diff-mode.el (diff-function): Make it inherit from diff-header
13138         instead of diff-context.
13140         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13141         bitmap.
13142         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13143         change names in macro above for consistency.
13144         (gdb-frame-handler): Use hollow-right-triangle for all selected
13145         frames which except the innermost (where execution has stopped).
13146         (gdb-reset): Reset buffer-local values of overlay-arrow.
13148 2006-03-20  Richard Stallman  <rms@gnu.org>
13150         * simple.el (set-mark-command): Doc fix.
13152         * files.el (display-buffer-other-frame): New command.
13153         (ctl-x-4-map): Bind C-x 5 C-o to it.
13155 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13157         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13158         rather than just defer-time, in case defer-time has been changed but
13159         the timer isn't running yet.
13160         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13162 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
13164         * help-mode.el (help-follow-symbol): New function.
13165         Essentially identical to the old `help-follow', but do not let
13166         `push-button' do the work when on an xref.
13167         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13169 2006-03-19  Richard Stallman  <rms@gnu.org>
13171         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13172         preceded by the word `program'.
13173         (help-follow-mouse, help-follow): Throw error if not on xref.
13174         Delete no longer used args.
13176 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
13178         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13179         annotation ensure gud-overlay-arrow-position is redisplayed.
13181 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13183         * textmodes/bibtex.el (bibtex-include-OPTkey)
13184         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13185         (bibtex-autokey-name-case-convert)
13186         (bibtex-autokey-titleword-case-convert): Make these the aliases
13187         for the following two variables.
13188         (bibtex-autokey-name-case-convert-function)
13189         (bibtex-autokey-titleword-case-convert-function): Make these the
13190         real names.
13191         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13192         bibtex-font-lock-crossref sublists.
13193         (bibtex-mode): Revert 2005-12-30 change (which made
13194         completion-ignore-case buffer-local).
13195         (bibtex-url): Simplify.
13197 2006-03-19  Kim F. Storm  <storm@cua.dk>
13199         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13200         cursor property value to 2 (to align with C level change).
13202 2006-03-19  Bill Wohler  <wohler@newt.com>
13204         * image.el (image-load-path-for-library): Shorten first line in
13205         docstring.
13207 2006-03-18  Richard Stallman  <rms@gnu.org>
13209         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13211 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
13213         * isearch.el (isearch-other-meta-char): Handle user bindings for
13214         shifted control characters.
13216 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
13218         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13219         part that matches email addresses, file names, etc.
13221 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
13223         * term/w32-win.el (mouse-set-font):
13224         Mention w32-list-proportional-fonts in the doc string.
13226 2006-03-18  Kim F. Storm  <storm@cua.dk>
13228         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13229         (ido-unc-hosts): New user option to explicitly define list of know
13230         UNC-style hosts for completion.
13231         (ido-cache-unc-host-shares-time): New user option.
13232         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13233         New helper functions for UNC file-name support.
13234         (ido-may-cache-directory): Check for UNC host.  Simplify.
13235         (ido-wash-history): Clean out old UNC hosts.
13236         (ido-nonreadable-directory-p): UNC hosts are always readable.
13237         (ido-directory-too-big-p): UNC hosts are never too big.
13238         (ido-set-current-directory): Handle UNC root path.
13239         (ido-file-name-all-completions): Complete UNC host names from
13240         ido-unc-hosts list.  Cache UNC host shares.
13241         (ido-make-file-list-1): Don't filter UNC root.
13242         (ido-exhibit): Check for // in root directory, and switch to UNC
13243         mode by setting ido-current-directory to //.
13245 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
13247         * cus-edit.el (customize-changed-options): Mention explicit
13248         version number as default in prompt.
13250 2006-03-17  Bill Wohler  <wohler@newt.com>
13252         * image.el (image-load-path-for-library): Minor docstring fix.
13254 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
13256         * textmodes/org.el (org-read-date): Include subgroup 5 into
13257         replacement text.
13258         (org-popup-calendar-for-date-prompt): Fix customization type.
13260 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
13262         * progmodes/gdb-ui.el (gud-watch): Provide completion.
13263         (gdb-continuation): New variable.
13264         (gdb-send): Deal with continuation lines.
13266         * progmodes/gud.el (gud-gdb-complete-command)
13267         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13268         expressions.
13269         (gud-tooltip-mode): Use buffer-local value.
13271 2006-03-16  Kim F. Storm  <storm@cua.dk>
13273         * ido.el (ido-edit-input): Use selected match, if any.
13275 2006-03-16  Bill Wohler  <wohler@newt.com>
13277         * image.el (image-load-path-for-library): Prefer user's images in
13278         image-load-path.
13280 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
13282         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13283         when checking for attempt to drag leftmost or rightmost scrollbar.
13285 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
13287         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13288         (gdb-force-mode-line-update): New function.
13289         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13290         (gdb-exited): Use them.
13291         (gdb-signal): New function.
13292         (gdb-annotation-rules): Provide a rule for it.
13294 2006-03-16  Kenichi Handa  <handa@m17n.org>
13296         * international/mule.el (auto-coding-regexp-alist): Add entries
13297         for Unicode BOM.
13299         * sort.el (sort-build-lists): Temporarily bind
13300         inhibit-field-text-motion to t.
13302 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
13304         * locate.el (locate-command, locate-make-command-line)
13305         (locate-fcodes-file, locate-update-command)
13306         (locate-prompt-for-command, locate, locate-with-filter)
13307         (locate-get-file-positions): Doc fixes.
13308         (locate-buffer-name, locate-header-face): Remove leading `*' in
13309         defcustom.
13310         (locate-filter-output): Use `keep-lines' instead of its alias
13311         `delete-non-matching-lines'.
13312         (locate-get-filename, locate-get-dirname): Add introductory comment.
13313         (locate-find-directory-other-window): Give appropriate error
13314         message if used outside main listing.
13316 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13318         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13319         the new extend-region feature.
13320         (font-lock-after-change-function): Update correspondingly.
13321         * jit-lock.el (jit-lock-after-change): Update correspondingly.
13322         * progmodes/grep.el (font-lock-lines-before): Don't disable.
13324 2006-03-15  Bill Wohler  <wohler@newt.com>
13326         * image.el (image-load-path-for-library): Fix example by not
13327         recommending that one binds image-load-path.  Just defvar it to
13328         placate compiler and only use it if previously defined.
13330 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
13332         * textmodes/org.el (org-insert-centered): Use `string-width' to
13333         make underlining work for wide characters.
13334         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13335         TAB to `org-cycle', to make sure that no binding in
13336         `outline-mode-map' can supercede it.
13338 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
13340         * allout.el: Increment version to 2.2.1 in file commentary.
13342         (allout-version): Increment to 2.2.1.
13344         (allout-default-layout): New customization variable, used when the
13345         file lacks a specific allout-layout.  Uses allout-layout-type for
13346         recursively nested definition.
13348         (allout-layout-type): Widget defining allout layouts, necessary for
13349         self-recursive definition.
13351         (allout-mode): Incorporate allout-default-layout as fallback for
13352         allout-layout.
13354         (allout-layout): Mark as 'safe-local-variable', and refer mention
13355         fallback to `allout-default-layout' in absence of a specified value.
13356         (allout-passphrase-verifier-string)
13357         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13359         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13361         (allout-get-encryption-passphrase-verifier): Use correct name of
13362         passphrase verifier in docstring.
13364 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
13366         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13367         elements.
13368         (gdb-find-watch-expression): Make it work for arrays too.
13369         Follow change to gdb-var-list.
13370         (gud-watch): Allow the user to enter variable name with a prexix
13371         arg.  Create keybindings.
13372         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13373         (gdb-var-list-children-handler, gdb-var-update-handler)
13374         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13375         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13376         Follow change to gdb-var-list.
13377         (gdb-starting): Don't show the overlay arrows when program is running.
13379         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13380         gdb-var-list.
13382 2006-03-14  Bill Wohler  <wohler@newt.com>
13384         * image.el (image-load-path-for-library): Pass value of path
13385         rather than symbol.  Always return list of directories.
13386         Guarantee that image directory comes first.
13388 2006-03-14  Alan Mackenzie  <acm@muc.de>
13390         * font-core.el (font-lock-extend-region\(-function\)?.):
13391         New function/variable.
13393         * font-lock.el (font-lock-after-change-function):
13394         Call font-lock-extend-region.  Obey font-lock-lines-before.
13395         (font-lock-default-fontify-region): Remove reference to
13396         font-lock-lines-before.
13398         * jit-lock.el (jit-lock-after-change):
13399         Call font-lock-extend-region.  Obey font-lock-lines-before.
13401 2006-03-14  David Ponce  <david@dponce.com>
13403         * tree-widget.el (tree-widget-themes-load-path)
13404         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13406 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
13408         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13409         (rcirc-print): Mark the start of text at the end of the prompt.
13410         (rcirc-track-minor-mode): Add autoload cookie.
13411         (rcirc-update-activity-string): Add space to front of mode-line
13412         indicator.
13414 2006-03-13  Miles Bader  <miles@gnu.org>
13416         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13417         (rcirc-abbrev-nick): Remove function.
13418         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13420 2006-03-13  David Ponce  <david@dponce.com>
13422         * tree-widget.el: Handle themes across all occurrences of the main
13423         themes sub-directory found in tree-widget-themes-load-path.
13424         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13425         (tree-widget--locate-sub-directory): Return all occurrences.
13426         (tree-widget-themes-path): New function.
13427         Replace tree-widget-themes-directory, and return a list of directories.
13428         (tree-widget-set-parent-theme)
13429         (tree-widget-lookup-image): Use it.
13431 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
13433         * textmodes/org.el (org-link-search): Avoid self-matching of
13434         links, allow target text to be distributed over several lines.
13435         (org-search-not-link): New function.
13436         (org-set-regexps-and-options, org-get-current-options):
13437         New startup options.
13438         (org-export-as-html): Take odd-level setting from local variable.
13439         (org-fontify-emphasized-text): New option.
13440         (org-set-font-lock-defaults): Include emphasized text.
13441         (org-follow-mhe-link): Allow folder-only links, fix folder name.
13442         (org-font-lock): Customize group renamed from `org-faces'.
13444 2006-03-13  John Paul Wallington  <jpw@pobox.com>
13446         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
13447         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
13449 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
13451         * cus-start.el (all): Delete :version keyword for members of the
13452         fringe group, since the entire group is new in 22.1.
13454 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
13456         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
13457         map if value is hexadecimal (an address).
13458         (gud-watch): Only search roots for existing watch expressions.
13459         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
13460         prevent caching problems with speedbar-update-directory-contents.
13462 2006-03-12  Juri Linkov  <juri@jurta.org>
13464         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13465         before comparing with `low' and `warn'.
13467         * info.el (Info-dir-remove-duplicates): Move point to the
13468         beginning of the current line after deleting the entries from
13469         redundant heading.  Use marker for `limit' and compare it with
13470         point before calling `re-search-forward'.
13472 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
13474         * simple.el (yank): Fix typo in docstring.
13476 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
13478         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13479         messages, where "D" is the 6th character.
13481 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
13483         * simple.el (yank): Fix last change.
13485 2006-03-11  David Ponce  <david@dponce.com>
13487         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13488         merging elements from the standard ispell-dictionary-alist.
13489         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
13490         alist, and return the new alist.
13492 2006-03-11  Richard Stallman  <rms@gnu.org>
13494         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
13496         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
13497         the way it is implemented is too unclean.
13499         * simple.el (kill-region, yank): Doc fix.
13501         * battery.el (battery-echo-area-format): Doc fix.
13502         (battery-mode-line-format): Likewise.
13503         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
13504         (battery-linux-proc-acpi): Ignore batteries that say "charged".
13506 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
13508         * progmodes/octave-mod.el (octave-indent-for-comment):
13509         Behave according to do string.
13511 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
13513         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
13514         Be visible only if major mode is Mail Mode.
13516         * textmodes/flyspell.el (flyspell-external-point-words)
13517         (flyspell-process-localwords): Fix last changes.
13519 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
13521         * calendar/holidays.el (list-holidays): Doc fix.
13523         * international/mule.el (auto-coding-alist): Add .odt
13524         (OpenOffice's open document) files.
13526         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
13527         document) files.  Mention in the doc string the need to sync with
13528         auto-coding-alist.
13530 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
13532         * files.el (hack-local-variables-confirm): Don't prompt for ! if
13533         enable-local-variables is set to always query, or there is no
13534         savable variable.
13536 2006-03-10  Bill Wohler  <wohler@newt.com>
13538         * image.el (image-load-path-for-library): Merge at least three
13539         functions from Gnus and MH-E into this one function that can now
13540         be shared.
13542 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
13544         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
13545         gdb-remove-mouse-face and remove help-echo too.
13546         (gdb-enqueue-input): Correct conditional clause.
13548 2006-03-10  Glenn Morris  <rgm@gnu.org>
13550         * calendar/calendar.el (calendar-holidays): Doc fix.
13551         * calendar/holidays.el (list-holidays): Doc fix.
13553 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
13555         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
13556         it gets called in gdb-prompt anyway.
13557         (gdb-use-separate-io-buffer): Only restore window arrangement for
13558         gdb-many-windows.
13559         (gdb-enqueue-input): Make it harder to send GDB input when program
13560         is running.
13561         (gdb-buffer-list): New variable.
13562         (gdb-remove-mouse-face): New function.
13563         (gdb-starting): Use it when GDB input won't get sent.
13565 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
13567         * help.el (view-lossage): Remove trailing whitespace before
13568         inserting "\n".
13570 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
13572         * files.el (hack-local-variables-confirm):
13573         Set coding-system-for-read to nil before writing to .emacs.
13575         * arc-mode.el (archive-extract): Check if an existing buffer name
13576         comes from a different archive.
13578         * help.el (describe-key-briefly): If KEY is a down event, read and
13579         discard the up event.
13581 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
13583         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
13584         be edited and use font-lock-warning-face for any changes.
13586         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
13587         (gdb-edit-value): Use it to report any errors.
13589 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
13591         * help.el (describe-key): Remove leftover test code.
13593 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
13595         * textmodes/org.el: Move defvars out of eval-when-compile.
13596         Use buffer-file-name variable.
13597         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
13598         arg `file'.
13599         (org-level-faces): Remove startup dependency.
13600         (org-cycle, org-map-tree, org-scan-tags)
13601         (org-remember-handler): Don't call `outline-level' directly.
13602         (org-mhe-search-all-folders): New option.
13603         (org-mhe-get-message-folder-from-index)
13604         (org-mhe-get-message-folder): Fix indexing search.
13605         (org-format-agenda-item): Handle nil TAGS argument.
13606         (org-cleaned-string-for-export, org-activate-target-links)
13607         (org-make-target-link-regexp): Deal with empty radio target list.
13608         (org-tag): New face.
13609         (org-get-level-face): New function.
13610         (org-set-font-lock-defaults): Simplify setup for headlines.
13611         (org-complete): Pass common substring to `display-completion-list'.
13613 2006-03-06  David Ponce  <david@dponce.com>
13615         * tree-widget.el: Update Commentary header.
13616         (tree-widget-theme-name): Ignore parent themes.
13617         (tree-widget-set-parent-theme): New function.
13618         (tree-widget-set-theme): Use it.
13619         (tree-widget-set-image-properties): Move definition.  Does nothing
13620         if image properties have already been set.
13621         (tree-widget-image-properties): Move definition.  Receive an image
13622         name.  Set the :pointer property.
13623         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
13624         Don't set the :pointer image property.
13625         (tree-widget-convert-widget): New function.  Handle :dynargs
13626         compatibility here.
13627         (tree-widget): Use it to :convert-widget.  Add the :expander-p
13628         predicate to control when the :expander function is entered.
13629         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
13630         (tree-widget-value-create): Handle :expander-p.  widget-apply
13631         :expander.
13632         (tree-widget-expander-p): New function.  Default value of the
13633         :expander-p property.
13635 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
13637         * help.el (describe-key): Properly handle the return value of
13638         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
13639         remaps.  Handle string and vector `follow-link' values.
13641 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13643         * complete.el (PC-expand-many-files): Try be more careful when parsing
13644         the shell's output.
13646 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13648         * outline.el (hide-sublevels): Provide better interactive default.
13650 2006-03-06  Kenichi Handa  <handa@m17n.org>
13652         * international/fontset.el (create-fontset-from-fontset-spec):
13653         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
13655 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
13657         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
13658         backslashes instead of one in regexp.
13659         (gud-tooltip-dereference): Add missing optional argument.
13661 2006-03-04  John Paul Wallington  <jpw@pobox.com>
13663         * wdired.el (toplevel): Require `cl' at compile-time.
13665 2006-03-04  Andreas Schwab  <schwab@suse.de>
13667         * server.el (server-process-filter): Handle errors during
13668         evaluation of the argument.
13670 2006-03-03  John Paul Wallington  <jpw@pobox.com>
13672         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
13673         escape parentheses at beginning of line.
13674         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
13675         (t-mouse-mode): Remove period from end of error message.
13677 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
13679         * textmodes/flyspell.el (flyspell-process-localwords):
13680         Be case-sensitive.
13682 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
13684         * cus-edit.el (custom-quote): Remove function, since it has been
13685         moved to custom.el.
13687         * font-lock.el (lisp-font-lock-keywords-2)
13688         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
13689         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
13690         they have no special meaning.
13692         * midnight.el (clean-buffer-list): Handle case where base-buffer of
13693         indirect buffer gets killed before indirect buffer.  Use dolist.
13695 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
13697         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
13698         value instead of a literal constant (1) on more pauses.
13700 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
13702         * textmodes/flyspell.el (flyspell-external-point-words):
13703         Be case-sensitive.
13705 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
13707         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
13708         with "www".
13710 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
13712         * allout.el: Restablish intermediate missing comment header to
13713         preserve outline structure.
13714         (allout-beginning-of-current-entry): Skip invisible text.
13715         (allout-open-topic): Fix opening a topic at end-of-buffer.
13716         (allout-minor-mode): Move nearer to allout-mode function.
13718 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
13720         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
13722 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
13724         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
13725         is nil.
13727         * progmodes/gud.el (gud-speedbar-menu-items):
13728         Use buffer-local-value and add missing :visible keyword.
13730         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
13732 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
13734         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
13735         must be `follow-link'.
13737         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
13739         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
13740         formatting: No nested anchors.
13741         (org-all-targets): Fix bug with XEmacs compatibility.
13742         (org-read-date): Add (require 'parse-time).
13743         (org-set-tags): Fix bug with extra inserted space.
13744         (org-export-html-style): Define a style class for targets.
13745         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
13746         (org-hide-leading-stars): New option.
13747         (org-hide): New face.
13748         (org-set-font-lock-defaults): Allow to hide leading stars.
13749         (org-get-legal-level, org-tr-level): New functions.
13750         (org-odd-levels-only): New option.
13751         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
13752         (org-demote, org-promote): Deal with double-star levels.
13753         (org-convert-to-odd-levels): New command.
13755 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
13757         * speedbar.el (speedbar-update-localized-contents): Try to
13758         preserve window-start.
13759         (speedbar-update-directory-contents): Try to preserve window-start
13760         and window-point.
13761         (speedbar-update-special-contents): Don't move back to start of window.
13763         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
13764         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
13765         speedbar-timer-fn.
13766         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
13767         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
13768         instead of gdb-speedbar-timer-fn.
13770 2006-02-28  Jay Belanger  <belanger@truman.edu>
13772         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
13773         (math-compose-expr): Use latex option when calling
13774         `math-compose-tex-matrix' for latex mode.
13776 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
13778         * speedbar.el: Re-instate comments about developing for speedbar
13779         [this is what info and gdb-ui use even if better methods exist now].
13781         * t-mouse.el: New file.
13782         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
13783         (t-mouse-lispy-buffer-posn-from-coords): Remove.
13784         (t-mouse-make-event-element): Use posn-at-x-y instead.
13785         (t-mouse-make-event): Deal with Fedora Core 3.
13786         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
13787         (t-mouse-mouse-position-function): New function.  Use it instead
13788         of advising mouse-position.
13789         (t-mouse-mode): New minor mode.
13790         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
13792 2006-02-27  Glenn Morris  <rgm@gnu.org>
13794         * calendar/calendar.el (calendar-holidays): Doc fix.
13796 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
13798         * progmodes/gdb-ui.el (gdb-source-window): New variable.
13799         Re-introduce the concept of a source window.
13800         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
13801         consistency with get-buffer-create.
13802         (def-gdb-auto-update-handler, gdb-info-locals-handler)
13803         (gdb-data-list-register-values-handler)
13804         (gdb-stack-list-locals-handler): Try to preserve window-start as
13805         well as window-point.
13806         (gdb-display-source-buffer): New function (old concept).
13807         (gdb-goto-breakpoint): Use it.
13809         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
13810         for gdb-ui/gdb-mi (old concept).
13812 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
13814         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
13815         binding.
13817         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
13819         * textmodes/reftex-sel.el (reftex-select-label-map)
13820         (reftex-select-bib-map): Add `follow-mouse' binding.
13822 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
13824         * jka-cmpr-hook.el (jka-compr-compression-info-list)
13825         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
13826         Give :set functions to provide automatic updating.
13827         Update docstring.  Give compiler defvars early in the file
13828         and move the defcustoms to a later spot where all called functions
13829         are defined.
13830         (jka-compr-file-name-handler-entry): Doc fix.
13831         (jka-compr-compression-info-list--internal)
13832         (jka-compr-mode-alist-additions--internal)
13833         (jka-compr-load-suffixes--internal): New variables.
13834         (jka-compr-install): Set the three above variables.
13835         Update `load-file-rep-suffixes' instead of `load-suffixes'.
13836         (jka-compr-update, jka-compr-set): New functions.
13837         (auto-compression-mode): Doc fix.
13839         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
13840         Update `load-file-rep-suffixes' instead of `load-suffixes'.
13841         Use jka-compr-compression-info-list--internal,
13842         jka-compr-mode-alist-additions--internal and
13843         jka-compr-load-suffixes--internal.
13845         * files.el (load-library):
13846         * loadhist.el (file-loadhist-lookup):
13847         * startup.el (command-line):
13848         * subr.el (locate-library):
13849         * emacs-lisp/autoload.el (update-directory-autoloads):
13850         * emacs-lisp/find-func.el (find-library-suffixes):
13851         Use `get-load-suffixes' instead of `load-suffixes'.
13853         * subr.el (locate-library):
13854         * emacs-lisp/find-func.el (find-library-name):
13855         Use `load-file-rep-suffixes' instead of '("").
13857 2006-02-26  Kim F. Storm  <storm@cua.dk>
13859         * ido.el (ido-save-history, ido-load-history): Simplify.
13860         Don't use find-file-noselect to avoid interference from other modes.
13862 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
13864         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
13865         to use the default shell if filename is not available.
13866         Reported by Giorgos Keramidas.
13868 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
13870         * progmodes/etags.el (tags-completion-table): Do completion from
13871         all the tables in the current list, as documented in the manual.
13873 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13875         * CC Mode Update to 5.31.3.
13877 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13879         * progmodes/cc-mode.el (c-postprocess-file-styles):
13880         Bind inhibit-read-only to t, around the call to
13881         c-remove-any-local-eval-or-mode-variables, so that it works on a
13882         RO file.
13884 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13886         * progmodes/cc-awk.el: Correct a typo.
13888 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13890         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
13891         c-hungry-delete-backwards, at the request of RMS.  Leave the old
13892         name as an alias.
13894 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13896         * progmodes/cc-mode.el: Correct a typo.
13898 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13900         * progmodes/cc-defs.el: Update the version number to 5.31.3.
13902 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13904         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
13905         brace-else-brace (error due to mbeg, mend being undefined).
13907 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13909         * progmodes/cc-mode.el: File Local variables: Solve the problem
13910         where both `mode' and c-file-offsets are specified: `mode' will
13911         overwrite c-f-o's settings:
13912         (c-remove-any-local-eval-or-mode-variables): New function.
13913         (c-postprocess-file-styles): Call the above new function, within
13914         c-tentative-buffer-change, to splat `mode' and `eval' before the
13915         second hack-local-variables.
13917 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13919         * progmodes/cc-mode.el:
13920         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
13921         (c-after-change): Protect the match data with save-match-data.
13922         It was getting corrupted by c-after-change-check-<>-operators.
13924         * cc-defs.el: [Supersedes patch V1.38]:
13925         (top level): Check for a buggy font-lock-compile-keywords ONLY in
13926         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
13928         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
13929         with save-match-data.  It was being corrupted when Font Lock was
13930         not enabled.
13932 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13934         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
13935         Mode and Subword Mode.
13937         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
13938         real labels ("case 1:" or "foo:") from non-labels ("public:").
13939         (c-forward-objc-directive): Replace c-forward-token-2 with crude
13940         coding; c-f-t-2 doesn't move over a token at EOB.
13942         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
13944         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
13945         (c-update-modeline): Concatenate the minor mode indicators
13946         directly onto mode-name, removing c-submode-indicators.
13947         Sometimes, c-s-i got separated from the mode name on the mode line.
13949         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
13950         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
13952 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13954         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
13955         error message when there's an evaluation error to show whether
13956         it's loaded from source or not.
13957         (c-filter-ops): Make it available at runtime too to work when
13958         `c-make-init-lang-vars-fun' needs to evaluate from source.
13960 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
13962         * help.el (help): Revert last part of 2006-02-23 change (deletion
13963         of the `provide' call).
13965 2006-02-23  Juri Linkov  <juri@jurta.org>
13967         * compare-w.el (compare-windows-highlight): Add new value
13968         `persistent' and change :type from `boolean' to `choice'.
13969         (compare-windows-overlays1, compare-windows-overlays2):
13970         New internal variables.
13971         (compare-windows-highlight): If compare-windows-highlight is
13972         `persistent', add current overlays to compare-windows-overlays[12]
13973         instead of adding compare-windows-dehighlight to pre-command-hook.
13974         (compare-windows-dehighlight): Delete all overlays from
13975         compare-windows-overlays[12].
13977         * info.el (Info-search): Don't bind search-spaces-regexp to
13978         Info-search-whitespace-regexp in non-regexp isearch mode.
13980 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13982         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
13984 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
13986         * textmodes/org.el (org-xemacs-p)
13987         (org-export-html-show-new-buffer, org-table-may-need-update)
13988         (org-insert-item, org-mhe-get-message-real-folder)
13989         (org-mhe-get-message-folder-from-index)
13990         (org-mhe-get-message-folder, org-mhe-get-message-num)
13991         (org-mhe-get-header, org-make-org-heading-search-string)
13992         (org-make-org-heading-camel, org-table-sort-lines)
13993         (org-format-org-table-html, org-format-table-table-html):
13994         Fix typos in docstrings.
13996 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
13998         * textmodes/org.el (org-cleaned-string-for-export)
13999         (org-solidify-link-text): New function.
14000         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14001         XEmacs, just to silence the compiler.
14002         (org-export-as-ascii, org-export-as-html-and-open):
14003         Use `org-cleaned-string-for-export' and create internal links.
14004         (org-follow-mhe-link): Require mh-e, use folder.
14006 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
14008         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14010         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14011         gdb-debug-log-length.
14012         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
14013         it a real ring but...
14014         (gud-gdba-marker-filter): ...make it work like mark-ring.
14015         (gdb-enable-debug): Rename from gdb-enable-debug-log.
14016         (gdb-mouse-jump): New function.  Add bindings.
14018 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
14020         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14021         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14022         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14023         (gdb-debug-log-length): Customize it's length.
14024         (gud-watch, gdb-var-create-handler): Display function::var format
14025         but don't use to create variable object.
14026         (gdb-var-create-handler): Use message-box in place of message.
14027         (gdb-stopped): Call gdb-exited if signalled.
14029 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
14031         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14033         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14035         * textmodes/reftex.el (reftex-locate-file): Search all extensions
14036         if `reftex-try-all-extensions' is set.
14038         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14039         fail silently when there is no valid argument at point.
14040         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14041         `fail-silently' argument.  From a patch by David Reiter.
14043         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14044         New commands.
14045         (org-mark-ring): New variable.
14046         (org-mark-ring-length): New option.
14047         (org-open-at-point, org-goto, org-open-file): Push old position
14048         onto the mark ring.
14049         (org-add-hook): New function.
14050         (org-export-table-remove-special-lines): New option.
14051         (org-skip-comments, org-format-org-table-html): Respect new
14052         option `org-export-table-remove-special-lines'.
14053         (org-open-file): Allow special command configuration for
14054         directory link.
14055         (org-file-apps): Fix bugs in customize type, added setting
14056         for directories.
14057         (org-activate-tags, org-format-agenda-item, org-complete)
14058         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14059         (org-get-tags, org-get-buffer-tags, org-open-at-point)
14060         (org-link-search, org-make-org-heading-search-string)
14061         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14062         (org-radio-targets, org-file-link-context-use-camel-case)
14063         (org-activate-camels): New options.
14064         (org-update-radio-target-regexp, org-all-targets)
14065         (org-make-target-link-regexp, org-activate-target-links):
14066         New functions.
14067         (org-make-org-heading-search-string): New function.
14068         (org-store-link, org-insert-link): Use new option
14069         `org-file-link-context-use-camel-case'.
14070         (org-activate-camels): Use new option `org-activate-camels'.
14071         (org-link-regexp): Add mhe prefix.
14072         (org-open-at-point, org-store-link): Support for mhe links.
14073         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14074         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14075         (org-mhe-get-header, org-follow-mhe-link): New functions.
14076         (org-remove-angle-brackets, org-add-angle-brackets):
14077         New functions.
14078         (org-bracket-link-regexp): New constant.
14079         (org-read-date): Fix bug that was rejecting all typed dates.
14080         (org-link-search): Make hierarchy above visible after a match.
14081         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14082         (org-store-link): Fix bug with link creation when cursor is in
14083         an empty line.
14084         (org-open-at-point): Fix bug with matching a link.
14085         Fixed buggy argument sequence in call to `org-view-tags'.
14086         (org-compile-prefix-format): Set `org-prefix-has-tag'.
14087         (org-prefix-has-tag): New variable.
14088         (org-format-agenda-item): Remove tags from headline
14089         if appropriate.
14090         (org-agenda-remove-tags-when-in-prefix): New option.
14092 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
14094         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14095         Fix the regular expressions.
14097 2006-02-21  Richard M. Stallman  <rms@gnu.org>
14099         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14100         if there's no other specific basis.
14102         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14103         as variables at all.
14104         (unsafep-variable): Rename arg; doc fix.
14106         * abbrevlist.el (list-one-abbrev-table): Add autoload.
14108         * calendar/appt.el (diary-selective-display): Add defvar.
14110         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14112         * isearch.el (search-whitespace-regexp): Fix custom type.
14114         * help.el (describe-key-briefly): Compute interactive args
14115         in same was as before previous change.
14117         * files.el (enable-local-variables): Doc fix.
14119 2006-02-21  Kim F. Storm  <storm@cua.dk>
14121         * fringe.el: Cleanup as file is now pre-loaded.
14122         (fringe-bitmaps): Initialize unconditionally.
14123         (fringe-mode, set-fringe-style): Remove autoload cookies.
14125 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
14127         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14128         `horizontal-bar'.
14129         (fringe-cursor-alist): Use `horizontal-bar'.
14131 2006-02-20  Kim F. Storm  <storm@cua.dk>
14133         * fringe.el (fringe-bitmaps): Update to new bitmap names.
14134         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14136         * loadup.el: Load "fringe" on window systems.
14138 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
14140         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14141         out of scope components.
14143         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14144         default.
14146 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
14148         * custom.el (customize-mark-to-save, customize-mark-as-set):
14149         Load the symbol first.
14151 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
14153         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14154         strech spec so it doesn't display as "^J" on the header line
14155         when `Buffer-menu-use-header-line' is t.
14157 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
14159         * speedbar.el (speedbar-make-button): Keep text properties
14160         of string arguments if desired.
14162         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14163         expessions.
14165         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14166         of speedbar.
14168 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
14170         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14171         to value of `read-file-name-completion-ignore-case'.
14173 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
14175         * custom.el (customize-mark-as-set): Push to `user' theme.
14177         * cus-edit.el (custom-save-variables): Allow unthemed values.
14178         (customize-set-variable): Push setting to `user' theme.
14180 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
14182         * progmodes/gud.el: Don't require font-lock as it's now
14183         automatically loaded.
14184         (gud-speedbar-buttons): Replace gdb-var-changed with
14185         gdb-force-update.
14187         * progmodes/gdb-ui.el (gdb-force-update): Rename from
14188         gdb-var-changed.
14189         (gdb-post-prompt): Use it.
14190         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14191         (gdb-var-update-handler, gdb-var-delete)
14192         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14193         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14194         gdb-force-update in gdb-post-prompt.
14195         (gdb-reset): Clear watch expressions from speedbar when quitting.
14197 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14199         * viper-cmd.el (viper-insert-state-post-command-sentinel)
14200         (viper-change-state-to-vi, viper-change-state-to-emacs):
14201         Make aware of cursor coloring in the Emacs state.
14202         (viper-special-read-and-insert-char): Use read-char-exclusive.
14203         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14205         * viper-init.el (viper-emacs-state-cursor-color): New variable.
14207         * viper-util.el (viper-save-cursor-color)
14208         (viper-get-saved-cursor-color-in-replace-mode)
14209         (viper-get-saved-cursor-color-in-insert-mode)
14210         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14211         state.
14212         (viper-get-saved-cursor-color-in-emacs-mode): New function.
14214         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14215         (ediff-ignore-case-option3, ediff-actual-diff-options)
14216         (ediff-actual-diff3-options): New variables to control case sensitivity.
14217         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14218         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14219         (ediff-toggle-ignore-case): New function.
14220         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14222         * ediff-help.el (ediff-long-help-message-narrow2)
14223         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14224         (ediff-long-help-message-word-mode): Add ignore-case command.
14225         (ediff-help-for-quick-help): Add ignore-case command.
14227         * ediff-merg.el: Move provide to the end.
14229         * ediff-ptch.el: Move provide to the end.
14231         * ediff-wind.el: Move provide to the end.
14233         * ediff-mult.el: Move provide to the end.
14234         (ediff-set-meta-overlay): Enable follow-link.
14236         * ediff.el: Move provide to the end.
14237         Break recursive load cycle in eval-when-compile.
14238         (ediff-patch-buffer): Better heuristics.
14240         * ediff-util.el: Move provide to the end.
14241         Break recursive load cycle in eval-when-compile.
14242         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
14243         defuns.
14244         (ediff-submit-report): Pass the values of ediff-diff3-program,
14245         ediff-diff3-options.
14247 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
14249         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14250         the opening bracket of the following bracketing pairs: {}, [], (), <>,
14251         `' (for example, in the docstring of `windmove-default-keybindings').
14253 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
14255         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14256         shadow face.  Don't provide binding to edit variable when it is
14257         out of scope.
14259         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14260         (gdb-var-update-handler): Detect out of scope variables with pre
14261         GDB 6.4 too.
14262         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14263         Reset status of variable objects to nil in update handlers.
14264         (gdb-var-update-handler-1): Detect when a variable object comes
14265         in scope.  setcar on var changes gdb-var-list directly.
14267 2006-02-17  Juri Linkov  <juri@jurta.org>
14269         * ffap.el (ffap) <defface>: Add explicit face declaration.
14270         (ffap-highlight): Use face `ffap' directly instead of checking
14271         for its existence.
14273         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14274         `visible-ok' of `other-buffer' to find the right original buffer.
14276         * info.el (Info-search): Skip `Local Variables' node.
14278 2006-02-17  Juri Linkov  <juri@jurta.org>
14280         * info.el (Info-find-file): Check for symbols `apropos', `history',
14281         `toc' in the input filename, and return these symbols as is.
14282         (Info-find-node-2): Set Info-current-file to symbols `apropos',
14283         `history', `toc' instead of strings.
14284         (Info-set-mode-line): For non-string Info-current-file use the
14285         symbol's name inside **.
14286         (Info-isearch-push-state): Add quote before Info-current-file and
14287         Info-current-node.
14288         (Info-isearch-pop-state): Use `equal' instead of `string='.
14289         (Info-extract-pointer, Info-following-node-name): Use
14290         `match-string-no-properties' instead of `match-string'.
14291         (Info-up): Check `old-file' for `stringp'.
14292         (Info-history): Use `equal' instead of `string-equal'.
14293         Check `file' for `stringp'.
14294         (Info-history): Use symbol `history' instead of string as first arg
14295         of `Info-find-node'.
14296         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
14297         `toc' instead of string.
14298         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14299         instead of `buffer-substring', and `match-string-no-properties'
14300         instead of `match-string'.
14301         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14302         instead of strings.
14303         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14304         Use symbol `apropos' instead of string.
14305         (Info-copy-current-node-name): Check `Info-current-file' for
14306         `stringp' and construct a command with `Info-find-node' from it.
14307         (Info-fontify-node): Use `match-string-no-properties' instead of
14308         `match-string' and check file names for `stringp'.
14309         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14310         `history', `toc' instead of strings.
14312 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
14314         * files.el: Rearrange functions and variables in the file local
14315         variables section.
14317 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
14319         * files.el: Add truncate-lines, ispell-check-comments and
14320         ispell-local-dictionary as safe local variables.
14322 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
14324         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14325         out of scope variables.
14326         (gud-speedbar-buttons): Use unless.
14328         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14329         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14330         (gdb-show-changed-values): Also use for out of scope variables.
14331         (gdb-var-update-handler-1): Note if variable goes out of scope.
14333 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
14335         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14336         default to global variable values for unsupplied args.
14337         (rcirc-get-buffer-create): Fix bug with setting the target.
14338         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14339         test for rcirc-always-use-server-buffer-flag here.
14340         (rcirc-response-formats): Add %N, which is a facified nick.  %n
14341         uses the default face.  Change the ACTION format string.  If the
14342         "nick" is the server, don't print anything for that field.
14343         Comment fixes.
14344         (rcirc-target-buffer): Don't test
14345         rcirc-always-use-server-buffer-flag here.
14346         (rcirc-print): Squeeze extra spaces out of the text before message.
14347         (rcirc-put-nick-channel): Strip potential "@" char from nick
14348         before adding them to nick table.
14349         (rcirc-url-regexp): Improve to match address like "foo.com".
14351 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
14353         * allout.el (allout-hidden-p): Move this defsubst before
14354         allout-overlay-interior-modification-handler, where it is first
14355         used.
14357 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
14359         * allout.el: Use allout invisible-text overlays instead of
14360         selective display for concealed text.  Also, lots of general
14361         cleanup, and improved compatibility code.
14363         (allout-version): Incremented, corrected, revised, and refined
14364         module commentary.
14366         (provide 'allout): Moved to the bottom, added a require of overlay.
14368         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14369         `except-current'.
14370         (allout-write-file-hook-handler): Minimize delay.
14371         (count-trailing-whitespace-region): New function so
14372         auto-encryption of current topic can resituate cursor exactly.
14373         PGP/GPG encryption trims trailing whitespace from lines, which
14374         must be accounted for across encryption then decryption.
14376         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14377         just plain "\C-c", to avoid intruding on user's keybinding space.
14379         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14380         parameter, so user request to provide a new password is done.
14382         (allout-outside-normal-auto-fill-function, allout-auto-fill):
14383         Refined mechanism for auto-filling behavior while in allout mode.
14385         (allout-mode): Explicitly specify the mode map in the docstring.
14386         Clarify provision for various write-file hook var names.
14387         Adjusted for invisible-text overlays instead of selective-display.
14389         (allout-depth): Really return 0 if not within any topic.  This
14390         rectifies `allout-beginning-of-level' and sequence numbering
14391         errors that occur when cutting and pasting numbered topics.
14392         Changed from a in-line subst to a regular function, as well.
14394         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14396         (allout-end-of-subtree, allout-end-of-subtree)
14397         (allout-end-of-entry, allout-end-of-current-heading)
14398         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14399         (allout-show-children, allout-show-to-offshoot)
14400         (allout-hide-current-entry, allout-show-current-entry): Rectified
14401         handling of trailing blank lines between items.
14403         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14404         (allout-current-depth, allout-unprotected, allout-hidden-p)
14405         (allout-on-current-heading-p, allout-listify-exposed)
14406         (allout-chart-subtree, allout-goto-prefix)
14407         (allout-back-to-current-heading, allout-get-body-text)
14408         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14409         (allout-hide-region-body, allout-toggle-subtree-encryption)
14410         (allout-encrypt-string, allout-encrypted-key-info)
14411         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14412         (allout-file-vars-section-data): Adjusted for use with
14413         invisible-text overlays instead of selective-display.
14415         (allout-kill-line, allout-kill-topic, allout-yank-processing):
14416         Reworked for use with invisible text overlays.
14418         (allout-current-topic-collapsed-p): New function.
14420         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14421         to know when to close the containing topic.
14423         (allout-pre-command-business, allout-post-command-business):
14424         Simplify undo-batching and dynamic isearch exposure.
14426         (allout-set-overlay-category): New for invisible-text overlays.
14427         Sets properties of allout-overlay-category, used by
14428         allout-flag-region to set invisible-text overlay properties.
14429         (allout-get-invisibility-overlay): Get the first qualifying
14430         invisibility overlay, so we can find the extent of it.
14431         (allout-back-to-visible-text): Get to just before the beginnining
14432         of the current invisibility overlay, if any.
14434         (allout-overlay-insert-in-front-handler)
14435         (allout-overlay-interior-modification-handler)
14436         (allout-before-change-handler, allout-isearch-end-handler): New
14437         functions to handle extraordinary actions affecting concealed
14438         text.
14440         (allout-flag-region): Use overlays instead of selective-display
14441         for invisible text - by inheritence from the properties of
14442         allout-overlay-category in mainline Emacs, and applied
14443         property-by-property in XEmacs, some recent versions of which
14444         don't inherit the properties from the category.  Provisions to
14445         respond to concealed-text edits simplified drastically.
14447         (allout-isearch-rectification, allout-isearch-was-font-lock)
14448         (allout-isearch-expose, allout-enwrap-isearch)
14449         (allout-isearch-abort, allout-pre-was-isearching)
14450         (allout-isearch-prior-pos, allout-isearch-did-quit)
14451         (allout-isearch-dynamic-expose)
14452         (allout-hide-current-entry-completely): Functions deleted.
14454         (allout-undo-aggregation): Explicit undo aggregation no longer
14455         necessary due to transition away from selective-display.
14457         (set-allout-regexp, allout-up-current-level)
14458         (allout-next-visible-heading, allout-forward-current-level)
14459         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
14460         (allout-kill-line, allout-yank-processing, allout-show-children)
14461         (allout-expose-topic, allout-old-expose-topic)
14462         (allout-listify-exposed, allout-insert-latex-header)
14463         (allout-toggle-subtree-encryption, allout-encrypt-string)
14464         (remove-from-invisibility-spec, allout-hide-current-subtree):
14465         Ditched unused variables.
14467 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
14469         * textmodes/ispell.el (ispell-change-dictionary): Call
14470         ispell-buffer-local-dict instead of
14471         ispell-accept-buffer-local-defs.
14472         (ispell-local-dictionary-alist): Accept as valid any coding-system
14473         supported by Emacs.
14474         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14475         changed to iso-8859-3.
14477 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
14479         * speedbar.el (speedbar-frame-width): Make an inline function
14480         instead of a macro.  Use frame-width.
14481         (speedbar-try-completion, speedbar-update-contents)
14482         (speedbar-timer-fn): Use consp.
14483         (speedbar-update-localized-contents): Try to preserve point.
14485         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
14486         (menu): Re-order menu items.
14487         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
14488         field.
14489         (gdb-var-update-handler-1): Use it for GDB 6.4+.
14490         (gdb-post-prompt): Speed things by not forcing update.
14492 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
14494         * wid-edit.el (widget-button-click): For mouse-1, cancel button
14495         press and perform default action if we get a mouse movement event.
14497 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14499         * calendar/icalendar.el (icalendar--get-event-property)
14500         (icalendar--get-event-property-attributes): Fix typos in
14501         docstrings.
14503         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
14504         docstring.
14506 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
14508         * bs.el (bs-mode): Use `buffer-disable-undo'.
14509         (bs--get-file-name): Simplify.
14510         (bs-show-in-buffer): Mark the buffer as not modified.
14512 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14514         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
14515         widget-button-click.
14517         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
14518         (custom-mode): Update docstring.
14520         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
14521         binding.
14523         * files.el (hack-local-variables-confirm): Allow scrolling if the
14524         file variable list is too long.  Kill temp buffer after use.
14526 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
14528         * progmodes/gud.el (gdb): Improve doc string.
14529         (gdb-script-font-lock-keywords): Expand allowed character set.
14531         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
14532         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
14533         (gdb-separate-io-interrupt, gdb-separate-io-quit)
14534         (gdb-separate-io-stop, gdb-separate-io-eof):
14535         Rename from gdb-inferior-* to gdb-separate-*.
14536         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
14538 2006-02-14  Jay Belanger  <belanger@truman.edu>
14540         * calc/calc-arith.el (math-check-known-scalarp): Make sure
14541         expression is a symbol before checking that it is bound.
14543         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
14544         test to see if equation can be solved.
14546 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14548         * wid-edit.el (widget-button-click): Use :pressed-face property
14549         for overlay face, if it exists.
14551         * cus-edit.el (custom-manual, custom-add-see-also)
14552         (custom-add-parent-links, custom-group-link): Add :pressed-face
14553         property to links.
14555         * files.el (hack-local-variables): Remove ignored variables before
14556         checking if any variables need setting.
14558 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14560         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
14562 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
14564         * help.el (where-is): Fix message for remapped commands.
14566         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
14567         Fix typos in docstrings.
14569 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
14571         * files.el (safe-local-variable-values): New option.
14572         (hack-local-variables-prop-line): Return a list of variable-value
14573         pairs if MODE-ONLY is non-nil.
14574         (hack-local-variables): Construct list of variable-value pairs,
14575         and apply or reject them in one go.  Ask for confirmation if
14576         variables are not known safe.
14577         (hack-local-variables-confirm): Complete rewrite.  Support
14578         `safe-local-variable-values'.
14579         (enable-local-variables): Update docstring to reflect new
14580         behavior.
14581         (ignored-local-variables): Ignore ignored-local-variables and
14582         safe-local-variable-values.
14583         (safe-local-variable-p): New function.
14584         (risky-local-variable-p): `safe-local-variable' property check
14585         moved to safe-local-variable-p.
14586         (hack-one-local-variable): Checks moved to hack-local-variables.
14588         (byte-compile-dynamic, c-basic-offset, c-file-style)
14589         (c-indent-level, comment-column, fill-column, fill-prefix)
14590         (indent-tabs-mode, kept-new-versions, no-byte-compile)
14591         (no-update-autoloads, outline-regexp, page-delimiter)
14592         (paragraph-start, paragraph-separate, sentence-end)
14593         (sentence-end-double-space tab-width, version-control):
14594         Add `safe-local-variable' property.
14596         * find-lisp.el: Delete nonexistent `autocompile' file variable.
14598         * icomplete.el, play/landmark.el: Change nonexistent
14599         `outline-layout' file variable to `allout-layout'.
14601 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
14603         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
14604         (gdb-get-changed-registers): Test value of gud-minor-mode relative
14605         to gud-comint-buffer.
14606         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
14607         gdb-ui.el for gdb-mi.el.
14608         (gdb-post-prompt, gdb-get-changed-registers): Move test for
14609         registers buffer to gdb-get-changed-registers.
14610         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
14611         deletion of catchpoints (throw and catch).
14612         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14613         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
14614         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
14615         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
14616         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
14618 2006-02-13  Jay Belanger  <belanger@truman.edu>
14620         * calc/calc-arith.el (math-check-known-matrixp): Make sure
14621         expression is a symbol before checking that it is bound.
14623 2006-02-13  Richard M. Stallman  <rms@gnu.org>
14625         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
14626         for the minibuffer too, but not if resize-mini-windows will interfere.
14628         * help.el (describe-key-briefly, describe-key): Do all arg-reading
14629         inside `interactive' spec.
14630         (describe-key-briefly-internal, describe-key-internal):
14631         Functions merged back into their callers.
14633 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
14635         * info.el (info-xref-visited): Inherit from info-xref too.
14636         (Info-set-mode-line): Replace occurrences of `%' by `%%'
14637         when propertizing Info-current-file and Info-current-node.
14639 2006-02-13  Juri Linkov  <juri@jurta.org>
14641         * tumme.el (tumme-thumbnail-storage): Fix docstring.
14642         (tumme-thumb-name): Fix per-directory format.
14644 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
14646         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
14648 2006-02-12  Miles Bader  <miles@gnu.org>
14650         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
14652 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
14654         * tumme.el: Remove history section.  If someone needs the it, it
14655         can always be found in CVS.
14657 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
14659         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
14660         about the Thumbnail Managing Standard option.
14662 2006-02-12  Richard M. Stallman  <rms@gnu.org>
14664         * subr.el (substitute-key-definition): Doc fix.
14666         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
14668         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
14670         * info.el (Info-mode): Doc fix.
14672         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
14674 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
14676         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
14677         because on Solaris a POSIX compatible "id" is needed.  Reported by
14678         Magnus Henoch <mange@freemail.hu>.
14680 2006-02-12  Juri Linkov  <juri@jurta.org>
14682         * tumme.el: Remove todo item about Thumbnail Managing Standard.
14683         (tumme) <defgroup>: Change :group to `multimedia'.
14684         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
14685         Managing Standard.
14686         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
14687         Fix dostring.
14688         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
14689         and %y.  Fix docstring.
14690         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
14691         (tumme-cmd-create-standard-thumbnail-command): New user options.
14692         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
14693         is `standard'.  Fix docstring.
14694         (tumme-thumb-width, tumme-thumb-height): New user options.
14695         (tumme-external-viewer): Try to find various viewers.
14696         (tumme-get-thumbnail-image): Use `create-image' instead of
14697         constructing the `image' structure.
14698         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
14699         `standard'.
14700         (tumme-thumb-name): Add file name generation for standard storage.
14701         Simplify code for other storages.
14702         (tumme-thumb-name): Use width %w and height %h instead of size %s.
14703         Add modification time %m and thumbnail-nq8 %q.
14704         Use `tumme-cmd-create-standard-thumbnail-command' if
14705         tumme-thumbnail-storage is `standard'.
14706         (tumme-dired-insert-marked-thumbs): New autoload command.
14707         (tumme-dired-after-readin-hook): New function.
14708         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
14709         `tumme-thumb-size'.
14710         (tumme-display-image): Replace size-x %x and size-y %y with
14711         width %w and height %h.
14713         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
14714         `tumme-dired-insert-marked-thumbs'.
14716 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
14718         * tumme.el (tumme-write-tag): Fix small bug (file name did not
14719         include path).
14720         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
14721         matching tag.
14723 2006-02-12  Miles Bader  <miles@gnu.org>
14725         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
14726         New variables.
14727         (rcirc-abbrev-nick): New function.
14728         (rcirc-format-response-string): Rewrite to use the formats in
14729         `rcirc-response-formats' and expand escape sequences therein.
14730         A text-property `rcirc-text' is added over the actual response
14731         text to make easy to find inside the returned string.
14732         (rcirc-print): When filling, just look for the `rcirc-text'
14733         text-property to find the appropriate fill prefix, instead of
14734         using hardwired patterns.
14736 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
14738         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
14739         Managing Standard.
14741 2006-02-11  Kim F. Storm  <storm@cua.dk>
14743         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
14744         Don't use insert-buffer; do insert-buffer-substring directly.
14745         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
14747 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
14749         * files.el (revert-buffer, recover-file): Replace buffer-read-only
14750         with inhibit-read-only.  Suggested by Stefan Monnier.
14751         (revert-buffer): Let insert-file-contents discard
14752         buffer-undo-list.  Simplify code.
14753         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
14755 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
14757         * menu-bar.el (menu-bar-select-yank): Add a doc string.
14759         * help.el (describe-key-briefly): Now a wrapper for
14760         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
14761         to t.  Populate yank-menu if empty.
14762         (describe-key-briefly-internal): Renamed from describe-key-briefly.
14763         (describe-key): Now a wrapper for describe-key-internal.  Bind
14764         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
14765         (describe-key-internal): Renamed from describe-key.
14767 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
14769         * progmodes/glasses.el (glasses-separator): Doc fix.
14770         (glasses-original-separator): New defcustom.
14771         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
14773 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
14775         * mwheel.el (mouse-wheel-up-event): Doc fix.
14777 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
14779         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
14780         (tumme-dir): New function.  Copied from thumbs.el.
14782 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
14784         * desktop.el (desktop-outvar): Fix typo.
14785         (desktop-save-buffer-p): Doc fix.
14787         * subr.el (substitute-key-definition): Fix typo.
14789 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14791         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
14792         when window-system is mac.
14794         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
14796 2006-02-10  Kim F. Storm  <storm@cua.dk>
14798         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
14799         indirect-function instead of using condition-case.
14801 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
14803         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
14804         less `colloquial'...
14806 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
14808         * tumme.el: Add a couple of todo items.
14810 2006-02-09  Lars Hansen  <larsh@soem.dk>
14812         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
14813         (highlight-changes-mode): Don't change desktop-locals-to-save.
14815 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
14817         * image-mode.el (image-toggle-display): Clear image cache if using
14818         filename.
14820 2006-02-09  Masatake YAMATO  <jet@gyve.org>
14822         * dired-x.el (dired-guess-shell-alist-default): Add .man as
14823         a `dired-man' target.
14825         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
14826         boundary of symbols.
14828 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
14830         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
14832 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
14834         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
14835         `mapcar'; return nil.
14837 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
14839         * mouse.el (mouse-drag-track): Don't change window if we rebind to
14840         some other event.
14842 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
14844         * net/rcirc.el (rcirc-startup-channels-alist):
14845         Add irc.freenode.net and #emacs as defaults.
14846         (rcirc-ignore-all-activity-flag): Remove variable.
14847         (rcirc-authinfo): New variable.
14848         (rcirc-authinfo-filename): Remove variable.
14849         (rcirc-always-use-server-buffer-flag): New flag.
14850         (rcirc): M-x rcirc will automatically connect without prompting.
14851         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
14852         connection in lisp.
14853         (rcirc-process-server-response-1): Remove everything but the nick
14854         portion of the sender so it doesn't need to be done everywhere
14855         else.  Update related code.
14856         (global-map): Remove global keybindings.
14857         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
14858         (rcirc-send-input): Split into several functions.
14859         (rcirc-process-input-line, rcirc-process-message)
14860         (rcirc-process-command): New functions.
14861         (rcirc-target-buffer): New function to determine where to route
14862         messages.
14863         (rcirc-user-nick): Save match data.
14864         (rcirc-toggle-ignore-buffer-activity)
14865         (rcirc-update-activity-string): Remove global ignore functionality,
14866         which can be done now by toggling rcirc-track-minor-mode.
14867         (rcirc-track-minor-mode-map): New keymap.
14868         (rcirc-track-minor-mode): New minor-mode.
14869         (ignore): Make the ignore output nicer.  Always print it when
14870         adding or removing nicks.
14871         (rcirc-url-regexp): Improve.
14872         (rcirc-mangle-text): Remove properties before using text in the
14873         modeline.
14874         (rcirc-authenticate): Authentication data comes from
14875         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
14876         (rcirc-server-prefix): Inherit from rcirc-server.
14878 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
14880         * Makefile.in (compile): Append "|| true" to the end of the `find'
14881         command, like compile-always does.
14883 2006-02-08  Sam Steingold  <sds@gnu.org>
14885         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
14886         output from a dead connection.
14888 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
14890         * dired.el (dired-mode-map): Add more bindings for tumme.
14892 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14894         * wdired.el (wdired-mode-map): Use remap.
14895         (wdired-get-filename): Massage.
14896         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
14897         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
14898         `keymap' property rather than `local-map'.
14900 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
14902         * tumme.el (tumme-get-thumbnail-image): New utility function.
14903         Suggested by from Chong Yidong.
14904         (tumme-dired-with-window-configuration): Rename from
14905         `tumme-dired'.  Add code to save window configuration.
14906         (tumme-restore-window-configuration): New command to restore the
14907         window configuration that `tumme-dired-with-window-configuration'
14908         saves before it changes the window configuration.
14909         (tumme-show-all-from-dir): New command to display thumbnails for
14910         all files in a directory entered by the user, like M-x thumbs.
14911         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
14912         have been created.
14913         (tumme-display-thumbnail-original-image): Call `display-buffer'.
14914         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
14915         Remove obsolete test function.
14917 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
14919         * vc.el (small-temporary-file-directory): Remove defvar; there's
14920         a defcustom for it in files.el.
14922         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
14923         Fix typo in message.
14924         (tumme-gallery-generate): Fix typo in `error' message.
14925         (tumme-display-window-height-correction)
14926         (tumme-display-window-width-correction, tumme-line-up-dynamic)
14927         (tumme-line-up-interactive): Dox fixes.
14928         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
14929         (tumme-restore-window-configuration, tumme-format-properties-string)
14930         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
14931         Fix typos in docstrings.
14933 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
14935         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
14937 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
14939         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
14940         User should use hook if desired.
14942         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
14943         buffer if necessary.
14944         (gdb-delete-frame-or-window): New function.
14945         (gdb-breakpoints-mode-map): Bind "q" to it.
14947 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14949         * textmodes/nroff-mode.el: Clean up name space.
14950         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
14951         (nroff-mode): Obey the global setting of nroff-electric-mode.
14952         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
14954         * calendar/calendar.el (calendar-increment-month): Typo in last change.
14956 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
14958         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
14960 2006-02-06  Lars Hansen  <larsh@soem.dk>
14962         * generic-x.el (etc-fstab-generic-mode): Add file system types
14963         cifs and usbdevfs.  Allow special chars in file names.
14965 2006-02-05  Jay Belanger  <belanger@truman.edu>
14967         Update copyright notices of the files in lisp/calc.
14969 2006-02-05  Romain Francoise  <romain@orebokech.com>
14971         Update copyright notices of all files in the lisp/play directory.
14973 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
14975         * ldefs-boot.el: Regenerate.
14977         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
14979 2006-02-05  Kim F. Storm  <storm@cua.dk>
14981         * files.el (magic-mode-regexp-match-limit): New defvar.
14982         (set-auto-mode): Use it to limit magic-mode-alist matching.
14984 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
14986         * info.el (Info-index, Info-mode): Improve the description of the
14987         `i' command.
14989         * ldefs-boot.el: Regenerate.
14991 2006-02-03  Werner Lemberg  <wl@gnu.org>
14993         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
14994         greedy to find the closing bracket in \*[...] and similar
14995         expressions.  This is a first rough fix -- many additional
14996         refinements are necessary to make nroff mode really usable with groff.
14998 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
15000         * international/mule-cmds.el (set-locale-environment):
15001         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15002         libX11.
15004 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
15006         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15007         archive are created in archive-tmpdir.
15009 2006-02-02  John Paul Wallington  <jpw@pobox.com>
15011         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15012         (ibuffer-fontification-alist): Use it.
15013         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15014         to "* z" and the Ibuffer Mark menu.
15016         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15018 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15020         * textmodes/table.el (*table--cell-describe-mode)
15021         (*table--cell-describe-bindings): Undo last change since
15022         print-help-return-message is not obsoleted by anything at all.
15024 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
15026         * emulation/cua-base.el (cua-mode): Doc fix.
15028 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
15030         * dframe.el (dframe-handle-make-frame-visible)
15031         (dframe-handle-iconify-frame, dframe-get-focus)
15032         (dframe-select-attached-frame, dframe-power-click)
15033         (dframe-frame-mode): Fix typos in docstrings.
15035         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15036         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15037         Fix typos in docstrings.
15039         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15040         (hi-lock-face-buffer, hi-lock-font-lock-hook)
15041         (hi-lock-archaic-interface-message-used)
15042         (hi-lock-file-patterns-range): Fix typos in docstrings.
15044         * savehist.el (savehist-loaded, savehist-load, savehist-install)
15045         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15047         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15048         Fix typo in docstring.
15050         * net/newsticker.el (newsticker--decode-iso8601-date)
15051         (newsticker--set-customvar, newsticker--buffer-insert-item)
15052         (newsticker--do-run-auto-mark-filter)
15053         (newsticker--parse-generic-feed): Doc fixes.
15054         (newsticker--retrieval-timer-list, newsticker-url-list)
15055         (newsticker-hide-immortal-items-in-echo-area)
15056         (newsticker-hide-obsolete-items-in-echo-area)
15057         (newsticker-new-item-face, newsticker--enclosure)
15058         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15059         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15060         (newsticker--parse-generic-feed, newsticker--cache-contains)
15061         (newsticker--stat-num-items, newsticker-download-enclosures):
15062         Fix typos in docstrings.
15064         * net/rcirc.el (rcirc-debug): Doc fix.
15065         (rcirc-fill-column, rcirc-receive-message-hooks)
15066         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15067         (rcirc-mode, rcirc-generate-new-buffer-name)
15068         (rcirc-startup-channels, rcirc-ignore-update-automatic)
15069         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15070         Fix typos in docstrings.
15071         (rcirc-print): "?\ " -> "?\s".
15072         (rcirc-cmd-join): Improve argument/docstring consistency.
15074 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
15076         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15077         before narrow-to-region.
15079 2006-02-01  Richard M. Stallman  <rms@gnu.org>
15081         * simple.el (move-beginning-of-line): Scan properly for invis change.
15083         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15085 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
15087         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15088         change bit only when id-format is 'integer.  Reported by Matt
15089         Hodges <M.P.Hodges@rl.ac.uk>.
15091 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
15093         * hilit-chg.el (highlight-changes-initial-state)
15094         (highlight-changes-global-initial-state): Doc fixes.
15095         (highlight-changes-global-modes, global-highlight-changes):
15096         Fix typos in docstrings.
15098 2006-02-01  Kim F. Storm  <storm@cua.dk>
15100         * emulation/cua-base.el (cua-mode): Mention that CUA enables
15101         transient-mark-mode in doc string.
15103 2006-01-31  Richard M. Stallman  <rms@gnu.org>
15105         * replace.el (multi-occur): Doc fix.
15106         (multi-occur-in-matching-buffers): Rename from
15107         multi-occur-by-filename-regexp.  Prefix arg says match
15108         buffer names instead of file names.
15110 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
15112         * bs.el: Allow non-default values of `bs-header-lines-length'.
15113         (bs--running-in-xemacs): Remove (not needed anymore).
15114         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15115         instead of `shrink-window', thus avoiding having to compute the
15116         height of the window.
15117         (bs--up): Wrap around even when there's no header.
15118         (bs--down): Use `forward-line' instead of `next-line'.
15120 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
15122         * image-mode.el (image-toggle-display): Use file name if possible,
15123         instead of unnecessarily allocating a (possibly huge) lisp string.
15125 2006-01-30  John Paul Wallington  <jpw@pobox.com>
15127         * subr.el (toplevel): Define `cl-assertion-failed' condition here
15128         because the `assert' macro signals it at runtime.
15130         * emacs-lisp/cl.el (toplevel): Remove definition of
15131         `cl-assertion-failed' condition.
15133 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
15135         * thumbs.el (thumbs-marked-list): Make buffer-local and
15136         permanent-local.
15137         (thumbs-insert-thumb): Make help-echo non-sticky.
15138         (thumbs-file-alist): Use eolp as check for (non)-image.
15140 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
15142         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15143         (ediff-before-session-group-setup-hooks)
15144         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15145         Fix typos in docstrings.
15147         * window.el (bw-dir, bw-eqdir, balance-windows)
15148         (split-window-keep-point): Fix typos in docstrings.
15150         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15151         (org-quote-string, org-calendar-to-agenda-key)
15152         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15153         (org-show-following-heading, org-tags-column)
15154         (org-use-tag-inheritance, org, org-allow-space-in-links)
15155         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15156         (org-enable-table-editor, org-calc-default-modes)
15157         (org-table-allow-automatic-line-recalculation)
15158         (org-export-html-style, org-export-with-fixed-width)
15159         (org-export-with-sub-superscripts, org-special-keyword)
15160         (org-formula, org-time-grid, org-table-may-need-update)
15161         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15162         (org-goto-quit, org-get-indentation, org-end-of-item)
15163         (org-move-item-down, org-move-item-up)
15164         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15165         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15166         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15167         (org-agenda-log-mode, org-agenda-toggle-diary)
15168         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15169         (org-agenda-file-to-end, org-agenda-no-heading-message)
15170         (org-agenda-get-closed, org-format-agenda-item)
15171         (org-cmp-priority, org-cmp-category, org-cmp-time)
15172         (org-agenda-change-all-lines, org-agenda-diary-entry)
15173         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15174         (org-link-search, org-camel-to-words, org-open-file)
15175         (org-remember-handler, org-table-convert-region)
15176         (org-table-move-row-down, org-table-move-row-up)
15177         (org-table-copy-region, org-table-wrap-region)
15178         (org-table-toggle-vline-visibility)
15179         (org-table-get-vertical-vector, org-table-modify-formulas)
15180         (org-table-get-specials, org-recalc-commands)
15181         (org-table-rotate-recalc-marks, org-table-eval-formula)
15182         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15183         (org-level-color-stars-only, org-insert-heading):
15184         Fix typos in docstrings.
15185         (last-arg): Add defvar.
15187         * makefile.w32-in (WINS): Add erc.
15188         (MH_E_SRC): Update (copied from lisp/Makefile.in).
15190 2006-01-29  Bill Wohler  <wohler@newt.com>
15192         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15193         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15194         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
15195         (mh-autoloads): Don't use comments on otherwise empty lines.
15197 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
15199         * emulation/viper.el (viper-major-mode-modifier-list):
15200         Add insert-state and vi-state entries for erc-mode.
15201         (viper-go-away, viper-set-hooks): Add and remove
15202         viper-comint-mode-hook from erc-mode-hook as appropriate.
15204         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15206 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
15208         * bs.el (bs--format-aux): Implement `middle' alignment as
15209         described in the docstring for `bs-attributes-list'.
15210         (bs--get-name): Simplify.  Don't pad the buffer name.
15212 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
15214         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15215         English aspell dictionary is installed, use the first entry of
15216         ispell-dictionary-alist-1.
15218 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15220         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15221         Doc fix.
15223 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
15225         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15226         for `process-file', in order to let it work for older Emacsen too.
15228 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
15230         * international/latexenc.el: Add a suitable `coding:' tag.
15231         (latexenc-find-file-coding-system): Undo last change.
15233 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15235         * international/latexenc.el (latexenc-find-file-coding-system):
15236         Make sure latexenc-main-file is a regular file and is readable.
15238 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
15240         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15241         Pass FILE to vc-user-login-name.
15243         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15245 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
15247         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15248         there are no more images to display.
15249         (thumbs-mark, thumbs-unmark): Revert change so that they move to
15250         the next image.
15252 2006-01-26  Richard M. Stallman  <rms@gnu.org>
15254         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15256         * wid-edit.el (advertised-widget-backward): New alias.
15257         (widget-keymap): Use advertised-widget-backward for S-TAB.
15259         * tumme.el: Correct the keywords.
15260         (tumme-dir-max-size): Use defvar.
15261         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15263         * simple.el (move-beginning-of-line): Take account of fields.
15264         (clone-indirect-buffer-other-window): Take args like
15265         clone-indirect-buffer, and work like it.
15267         * help-fns.el (describe-function): Don't pass `nil' as default.
15269         * files.el (risky-local-variable-p): Follow var aliases.
15271         * subr.el (lazy-completion-table): Doc fix.
15273         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15274         global binding of `line'.
15276 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
15278         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15279         Tramp.
15281         * vc.el (vc-default-dired-state-info): Pass FILE to
15282         vc-user-login-name.
15283         (vc-default-update-changelog): Don't use vc-user-login-name, we
15284         don't need it here.
15286         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15287         no longer necessary.
15289 2006-01-25  Kenichi Handa  <handa@m17n.org>
15291         * international/mule.el (decode-char): Avoid the overhead of
15292         calling utf-lookup-subst-table-for-decode if
15293         utf-translate-cjk-mode is nil.
15294         (encode-char): Avoid the overhead of calling
15295         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15296         nil.
15298 2006-01-22  Kenichi Handa  <handa@m17n.org>
15300         * international/mule.el (make-subsidiary-coding-system): Reset
15301         `coding-system-define-form' property of subsidiaries to nil.
15302         Avoid duplicated entry in coding-system-alist.
15303         (make-coding-system): Avoid duplicated entry in
15304         coding-system-alist.
15305         (define-coding-system-alias): Likewise.
15307 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
15309         * completion.el: Minor fixes in introductory comment.
15310         (completion-def-wrapper): Fix alist.
15312 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
15314         * thumbs.el (thumbs-new-image-size): New function.
15315         (thumbs-increment-image-size-element)
15316         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15317         (thumbs-decrement-image-size): Delete.
15318         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
15319         temp files and use to resize.
15320         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15321         Use increment argument to enlarge/shrink.  Preserve point.
15322         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15323         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15324         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15325         (thumbs-mark, thumbs-unmark): Preserve point.
15326         (thumbs-modify-image): Keep old temp files and use to modify.
15327         Cleanup old temp files at load time.  Preserve point.
15328         (thumbs-view-image-mode-map): Use new command names.
15330 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15332         * log-view.el (log-view-minor-wrap): First rev is the one at point.
15334         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15335         the nastiest part of the cyclic dependency.
15336         (cal-menu-update): Use dotimes and calendar-increment-month.
15338         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15339         (calendar-week-start-day): Add an :initializer.
15340         (calendar-mode-map): Use suppress-keymap, and command remapping.
15341         (describe-calendar-mode): Setup xref-stack info for the back button.
15342         (calendar-star-date): Insert before delete.
15343         (calendar-set-mode-line): Add file-modified info if applicable.
15344         (calendar-increment-month): New function.
15346 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
15348         * font-lock.el (lisp-font-lock-keywords-2):
15349         Recognize "& keywords" only at word boundaries.
15351 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
15353         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
15354         and permanent-local.
15355         (thumbs-max-image-number): New variable.
15356         (thumbs-do-thumbs-insertion): Use them.
15357         (thumbs-per-line): Change default to 4.
15358         (thumbs-marked-list): Rename from thumbs-markedL.
15359         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15360         (thumbs-rename-images): Use -list instead of L for internal variables.
15361         (thumbs-call-convert): Use call-process instead of shell-command.
15362         (thumbs-insert-thumb): Add filename as help-echo to each image.
15363         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15364         Give dir to thumbs-show-thumbs-list.
15365         (thumbs-show-thumbs-list): Set default-directory to that of images.
15366         (thumbs-dired-show): Rename from thumbs-dired-show-all.
15367         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15368         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15369         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15371 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15373         * ses.el (ses-read-cell): Provide a default value.
15375 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
15377         * term/w32-win.el (image-library-alist): Add additional names for
15378         GIF library.
15380 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15382         * international/latexenc.el (latexenc-find-file-coding-system):
15383         Add file-regular-p check.
15385 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15387         * simple.el (clone-buffer): Don't show the new buffer in the same
15388         window.
15390 2006-01-23  Juri Linkov  <juri@jurta.org>
15392         * faces.el (link, link-visited): New faces based on default values
15393         of `info-xref' and `info-xref-visited'.
15395         * info.el (info-xref): Inherit from `link'.
15396         (info-xref-visited): Inherit from `link-visited'.
15398         * cus-edit.el (custom-buffer-create-internal): Use widget type
15399         `custom-manual' instead of `info-link' and don't set properties
15400         `button-face' and `mouse-face' explicitly.
15401         (custom-browse-group-tag, custom-browse-variable-tag)
15402         (custom-browse-face-tag): Inherit from widget class
15403         `custom-group-link' instead of `push-button'.
15404         (custom-button-unraised): Inherit from `underline' face.
15405         (custom-link): Inherit from `link' face.  Fix doc and group.
15406         (custom-add-parent-links, custom-group-value-create): Don't set
15407         properties `button-face' and `mouse-face' explicitly for
15408         `custom-group-link' widget.
15409         (custom-group-link): Add properties `button-face' and `mouse-face'
15410         to widget definition.
15411         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
15412         editable-field's :keymap property.
15413         (custom-mode): Fix docstring: substitute keybindings for
15414         `widget-forward' and `widget-backward' from `widget-keymap',
15415         `widget-complete' from `custom-field-keymap', replace old
15416         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
15418         * desktop.el (desktop-load-file): Check for `fboundp' before
15419         calling `symbol-function'.
15421         * simple.el (clone-buffer, clone-indirect-buffer)
15422         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15423         `read-string'.  Fix prompts.
15425         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15427 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
15429         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15431 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
15433         * startup.el (inhibit-splash-screen, initial-scratch-message):
15434         Doc fixes.
15436 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
15438         Sync with Tramp 2.0.52.
15440         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
15441         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
15442         `tramp-unload-tramp' for checklist.
15444         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
15445         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
15446         (tramp-unload-file-name-handler-alist)
15447         (tramp-unload-tramp): New defuns.
15448         (tramp-advice-PC-expand-many-files): New defadvice.
15449         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
15450         removed.
15451         (tramp-handle-expand-file-name): Remove double slash.
15452         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
15453         It doesn't matter, because it will be converted later on.
15454         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
15455         implementation was just heuristic.
15456         (tramp-post-connection): Set uid and gid properties.
15457         (tramp-convert-file-attributes): Set file's gid change bit.
15458         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
15459         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
15460         in case of su(do)? methods.  The home directory of the local user
15461         will be taken else.
15462         (tramp-open-connection-telnet)
15463         (tramp-open-connection-rsh, tramp-open-connection-su)
15464         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
15465         local shell prompt could hurt.  Reported by Romain Francoise
15466         <romain@orebokech.com>.
15467         (tramp-let-maybe): Add `edebug-form-spec' property.
15468         (tramp-handle-expand-file-name): Bind `default-directory' locally
15469         to "/" in order to avoid problems with UNC shares or Cygwin
15470         mounts.
15471         (tramp-md5-function): Fix typo in error message.
15473         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15475         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15476         for byte-compiler pacification.
15478 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
15480         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
15481         ID-FORMAT `string'.  This allows us to get rid of
15482         `vc-user-login-name UID'.
15484         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
15486 2006-01-22  John Paul Wallington  <jpw@pobox.com>
15488         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
15490 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
15492         * emacs-lisp/find-func.el (find-definition-noselect)
15493         (find-variable-noselect): Search variables in C source code too.
15494         (find-function-C-source, find-function-noselect, find-function)
15495         (find-function-other-frame, find-variable-noselect, find-variable)
15496         (find-variable-other-frame, find-variable-at-point):
15497         Fix docstrings.
15499 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15501         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
15503 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
15505         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
15506         Default to disabling the "Save affix" question.
15508 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
15510         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
15511         the first arg to run-python.
15513 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
15515         * startup.el (command-line-1): Handle --no-desktop if desktop.el
15516         is not loaded.
15518 2006-01-20  Jay Belanger  <belanger@truman.edu>
15520         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
15521         limit is 0.
15523         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
15524         the correct variable.
15526 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
15528         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
15529         link.  Fixed buggy argument sequence in call to `org-view-tags'.
15530         (org-compile-prefix-format): Set `org-prefix-has-tag'.
15531         (org-prefix-has-tag): New variable.
15532         (org-format-agenda-item): Remove tags from headline if
15533         appropriate.
15534         (org-agenda-remove-tags-when-in-prefix): New option.
15535         (org-get-tags-at): New function.
15537 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
15539         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
15540         (thumbs-find-image): Move image name and number from buffer name
15541         to mode name.  Set thumbs-buffer.  Preserve point so that large
15542         images remain visible.
15543         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
15544         order.
15545         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
15546         mode name.
15547         (thumbs-next-image, thumbs-previous-image): Make them work.
15549 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
15551         * cus-edit.el (custom-buffer-create-internal): State in the text above
15552         the whole buffer buttons that they do not operate on hidden items.
15553         (custom-face-menu): Use `custom-face-save' instead of
15554         `custom-face-save-command'.
15555         (custom-face-save-command): Make it an alias for `custom-face-save'
15556         and declare it obsolete.
15557         (custom-face-save): Doc fix.
15559         * dired.el (dired-no-confirm): Add quote.
15560         (dired-subdir-alist-pre-R): Add quote in
15561         `make-variable-buffer-local' form and remove unbalanced parenthesis.
15563 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15565         * textmodes/table.el (table-mode-indicator): Typo in last change.
15567 2006-01-19  Richard M. Stallman  <rms@gnu.org>
15569         * outline.el (hide-leaves): Don't call outline-end-of-heading.
15570         Fixes bug reported in Nov 2005.
15572         * isearch.el (isearch-forward): Doc fix.
15574         * dired.el (dired-move-to-filename-regexp): Define as alias.
15575         (dired-no-confirm): Use defcustom.
15576         (dired-subdir-alist-pre-R): Put defvar at top level.
15578         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
15580         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15581         Mark as risky.
15583         * simple.el (set-mark-command): Doc fix.
15584         (clone-indirect-buffer-other-window):
15585         Read arg like clone-indirect-buffer.
15586         (move-beginning-of-line): Skip invisible newlines.
15588 2006-01-19  Masatake YAMATO  <jet@gyve.org>
15590         * progmodes/cpp.el (cpp-edit-load): Make the order of
15591         listed conditions in a base C code buffer and its associate
15592         CPP Edit buffer the same.
15594 2006-01-19  Kenichi Handa  <handa@m17n.org>
15596         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
15597         (rmail-mime-feature): Likewise.
15598         (rmail-require-mime-maybe): Use display-warning to show a warning
15599         message.
15601         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
15602         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
15604 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15606         * array.el: Move defvars out of eval-when-compile.
15607         (array-make-template): Replace undeclared global var with a local one.
15608         (array-mode): Inline initialization functions.
15609         (array-init-local-variables, array-init-max-row)
15610         (array-init-max-column, array-init-columns-per-line)
15611         (array-init-field-width, array-init-rows-numbered)
15612         (array-init-line-length, array-init-lines-per-row): Remove.
15614         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
15615         (doc-mode-map): Define explicitly.
15616         (doctor-txtype): Use mapc.
15618         * textmodes/table.el: Move defvars out of eval-when-compile.
15619         Remove harmful code meant to avoid byte-compiler warnings.
15620         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
15621         specification that checks table-fixed-width-mode directly.
15622         (table-recognize-region, table-recognize-cell):
15623         Use restore-buffer-modified-p.
15624         (table-fixed-width-mode): Remove code that refreshes
15625         table-fixed-mode-indicator.
15626         (*table--cell-describe-bindings, *table--cell-describe-mode):
15627         Avoid obsolete name print-help-return-message.
15628         (table--test-cell-list): Don't use replace-regexp from elisp.
15629         (table--point-entered-cell-function, table--point-left-cell-function):
15630         Don't set table-fixed-mode-indicator, use force-mode-line-update.
15632         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
15633         that was after the end of file.  Use buffer-file-name variable.
15634         (org-timestamp-change): Use with-current-buffer.
15635         (org-todo-list): Don't unnecessarily define a new buffer-local var.
15636         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
15637         `file'.
15639         * progmodes/fortran.el: Move defvars out of eval-when-compile.
15640         (fortran-break-line): Remove unused var `opoint'.
15641         (fortran-abbrev-start): Obey help-event-list.
15643 2006-01-18  Jesper Harder  <harder@phys.au.dk>
15645         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
15647 2006-01-18  Masatake YAMATO  <jet@gyve.org>
15649         * progmodes/make-mode.el (makefile-imake-mode): New mode
15650         derived from makefile-mode.
15651         (makefile-imake-mode-syntax-table): New syntax table
15652         derived from makefile-mode-syntax-table.
15653         (makefile-mode): Write about makefile-imake-mode in doc string.
15654         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
15655         (makefile-imake-font-lock-keywords): New font lock keywords.
15657         * files.el (auto-mode-alist): Add Imakefile.
15659 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
15661         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
15662         loading the file rather than when turning on flyspell-mode.
15664 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
15666         * cus-edit.el (customize-rogue): Minor doc fix.
15668 2006-01-17  Juri Linkov  <juri@jurta.org>
15670         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
15671         instead of the file at the mark as default if the file at the mark
15672         is the same as the file at point or if dired-dwim-target-directory
15673         is not the same as the current directory and the mark is not active.
15675         * log-view.el (log-view-minor-wrap): Use the same logic to get
15676         revisions as `log-view-diff'.
15678         * info.el (Info-revert-find-node): Check for Info-current-file
15679         before preserving new-history.
15681         * man.el (Man-heading-regexp): Add `/'.
15683         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
15684         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
15686 2006-01-16  Juri Linkov  <juri@jurta.org>
15688         * faces.el (mode-line-faces): New defgroup.
15689         (mode-line-highlight): Move definition after new defgroup.
15690         (mode-line, mode-line-inactive, mode-line-highlight):
15691         Replace :group `modeline' with `mode-line-faces'.
15692         (mode-line-buffer-id): New face.
15693         (modeline-buffer-id): New face alias.
15694         (vertical-border): Remove :group `modeline'.
15696         * bindings.el (propertized-buffer-identification): Use face
15697         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
15698         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
15699         (mode-line-buffer-identification-keymap): For mouse-1 replace
15700         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
15701         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
15702         mouse-3.
15704         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
15705         Buffer-menu-buffer.  Doc fix.
15706         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
15707         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
15708         `Buffer-menu-buffer'.
15710         * info.el (Info-mode-line-node-keymap): New defvar.
15711         (Info-set-mode-line): Use `stringp' to check Info-current-file.
15712         Propertize Info-current-node with `mode-line-buffer-id' and
15713         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
15715         * time.el (display-time-mail-face): Replace :group `faces' with
15716         `mode-line-faces'.
15718 2006-01-16  Kenichi Handa  <handa@m17n.org>
15720         * international/code-pages.el: Add autoload cookies for cp125[0345678].
15722         * language/european.el (cp1252): New alias for windows-1252.
15724         * international/mule.el (autoload-coding-system): Prepare for EOL
15725         variants.
15727 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
15729         * term.el (term-raw-map): Add mapping for insert.
15730         (term-send-insert): New.
15731         (term-mode): Make variables local here instead of doing it in
15732         `term-emulate-terminal'.
15733         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
15734         Scroll reverse needs to take into account the scroll region.
15735         Saving and restoring the cursor should save the color attributes too.
15736         (term-reset-terminal): Reset the scroll region.
15737         (term-handle-ansi-escape): Cursor up and down should take into
15738         account the scroll region.
15739         (term-set-scroll-region): Rename from `term-scroll-region'.
15740         Move to 0,0 after setting the region.
15741         (term-handle-scroll): Handle scroll up.
15742         (term-down): Fix off by one error.
15743         (term-delete-lines): Do not delete outside the scroll region.
15744         (term-insert-lines): Take into account the scroll region.
15746 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15748         * textmodes/ispell.el (ispell-internal-change-dictionary)
15749         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
15750         (start, end): Move declaration outside of eval-when-compile.
15752         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
15753         (flyspell-mode-on): Use it.
15755         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
15756         ispell-kill-ispell-hook.
15758 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
15760         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15761         (Custom-reset-saved): Do not ask for confirmation in single option
15762         buffers.
15764 2006-01-13  Richard M. Stallman  <rms@gnu.org>
15766         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
15768 2006-01-13  Romain Francoise  <romain@orebokech.com>
15770         * add-log.el (add-change-log-entry, change-log-merge):
15771         Conditionally use `hard-newline'.
15773 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
15775         * wid-edit.el (widget-field-end): If the overlay is no longer
15776         associated with a buffer, behave as if the overlay didn't exist.
15778         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
15779         Make sure the links use the `custom-link' face.
15781 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15783         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
15784         (ld-script-mode): Don't set indent-line-function since we don't
15785         have one.
15787 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
15789         * textmodes/org.el (org-open-file): Use mailcap for selecting an
15790         application.
15791         (org-file-apps-defaults-gnu): Use mailcap as the default for
15792         selecting an application on a UNIX system.
15793         (org-agenda-show-tags): New command.
15794         (org-table-insert-hline): Keep cursor in current table line.
15795         (org-table-convert): Offset effect of modifying
15796         `org-table-insert-hline'.
15797         (org-format-agenda-item): New optional argument TAG.
15798         (org-compile-prefix-format): Handle %T format for the tag.
15799         (org-expand-wide-chars): New function.
15800         (org-table-insert-row, org-table-insert-hline):
15801         Use `org-expand-wide-chars'.
15802         (org-open-file): Fix bug in program launch.
15803         (org-get-time-of-day): Fix bug with times before 1am.
15804         (org-agenda-menu): Add tags commands.
15806 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
15808         * textmodes/ispell.el (ispell-init-process): Include the used
15809         dictionary in ispell process start message.
15810         (ispell-internal-change-dictionary): When flyspell-mode is active
15811         and dictionary is changed, make sure ispell process is restarted
15812         and flyspell word cache cleared out for the current buffer.
15813         (ispell-change-dictionary): Make sure flyspell word cache is
15814         cleared out in all buffers with active flyspell mode when
15815         dictionary is globally changed.
15816         Call ispell-internal-change-dictionary after dictionary change.
15818 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
15820         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
15822         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
15823         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
15824         years.  Fix small differences wrt Makefile.in.
15825         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
15826         Makefile.in does.
15828 2006-01-12  Bill Wohler  <wohler@newt.com>
15830         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
15831         mh-search.el.
15833 2006-01-12  Masatake YAMATO  <jet@gyve.org>
15835         * progmodes/ld-script.el: Update copyright year.
15837 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
15839         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
15840         Don't add widget if setting undefined.
15842 2006-01-12  John Paul Wallington  <jpw@pobox.com>
15844         * help-fns.el (describe-variable): Remove newlines from void
15845         variable output.
15847 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
15849         * wdired.el (wdired-mode-map): Add help echo for
15850         wdired-abort-changes.
15852         * man.el (Man-file-name-regexp): Adjust for a list of files.
15854 2006-01-12  Masatake YAMATO  <jet@gyve.org>
15856         * progmodes/ld-script.el (auto-mode-alist): Support
15857         suffix conventions used in netbsd and eCos.
15859 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
15861         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
15862         (custom-variable-menu, custom-face-menu, custom-group-menu)
15863         (Custom-mode-menu): Change names of menu items.  (As discussed on
15864         emacs-devel.)
15865         (custom-face-menu): Add "Undo Edits" item.
15867         * startup.el (init-file-user): defcustom -> defvar.
15869         * tooltip.el (tooltip-mode): Doc fix.
15871 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15873         * reveal.el (reveal-post-command): window-buffer signals an error on
15874         dead windows rather than returning nil.
15875         (reveal-open-new-overlays): An overlay might die while we open others.
15877 2006-01-11  Bill Wohler  <wohler@newt.com>
15879         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
15880         phrasing in docstring.
15882         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
15883         can give some systems gas.  Add new file mh-buffers.el.
15885 2006-01-06  Masatake YAMATO  <jet@gyve.org>
15887         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
15888         C preprocessor forward ported from GNU Emacs 21.2.
15890         * progmodes/asm-mode.el (asm-font-lock-keywords):
15891         Use `cpp-font-lock-keywords'.
15893         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
15895         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
15896         of $ for "\\.ld[s]?".
15898 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15900         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
15901         (tcl-indent-line): Return `noindent' if inside a string.
15903         * progmodes/flymake.el (flymake-split-string): Remove more than one
15904         empty string at beg/end of the result.
15905         (flymake-find-buildfile, flymake-find-possible-master-files):
15906         Use expand-file-name.
15907         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
15908         since expand-file-name does it for us.  Use directory-file-name.
15909         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
15910         (flymake-ler-get-type, flymake-ler-get-text)
15911         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
15912         (flymake-current-line-no): Remove spurious interactive spec.
15913         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
15914         (flymake-check-include): Remove arg inc-path merged into inc-name.
15915         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
15916         Arg regexp-list replaced by a simple regexp.
15917         (flymake-master-make-header-init, flymake-master-tex-init):
15918         Correspondingly replace regexp-list with a regexp.  Fix regexp.
15920 2006-01-10  Simon Josefsson  <jas@extundo.com>
15922         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
15923         describing AUTH PLAIN fix.
15925 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
15927         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
15928         (report-emacs-bug): Don't record initial prompt text.
15929         Instead, add text properties to prompting text.
15930         (report-emacs-bug-hook): Delete prompting text.
15932 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15934         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
15935         `dirs'.  Adjust callers.
15937 2006-01-09  John Paul Wallington  <jpw@gnu.org>
15939         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
15941 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15943         * reveal.el (reveal-open-new-overlays): New extracted fun.
15944         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
15945         using them.  Simplify the code.
15946         (reveal-post-command): Use them.  Fix up obsolete windows in
15947         reveal-open-spots.
15949         * progmodes/flymake.el: Use `require' rather than autoload for
15950         XEmacs's overlays.
15951         (flymake-get-common-file-prefix, flymake-build-relative-filename):
15952         Delete.  Use file-relative-name instead.
15953         (flymake-get-syntax-check-program-args, flymake-perl-init):
15954         Simplify the resulting code.
15956         * log-view.el (log-view-file-re, log-view-message-re): Add support
15957         for DaRCS output.
15959 2006-01-09  Alex Schroeder  <alex@gnu.org>
15961         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
15962         identifiers sometimes added in square brackets at the beginning of
15963         subject lines.
15965 2006-01-07  Richard M. Stallman  <rms@gnu.org>
15967         * cus-edit.el (Custom-set, Custom-save): Doc fix.
15968         (Custom-reset-current, Custom-reset-saved): Change question text.
15969         (Custom-reset-standard): Likewise.
15970         (custom-variable-reset-saved): Doc fix.
15972 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
15974         * startup.el (init-file-user): Doc fix.
15976 2006-01-07  Alex Schroeder  <alex@gnu.org>
15978         * mail/rmail.el (rmail-current-subject): New function.
15979         (rmail-current-subject-regexp): New function.
15980         (rmail-next-same-subject): Use it.
15982         * mail/rmailsum.el (rmail-summary-by-topic):
15983         Use rmail-current-subject and rmail-current-subject-regexp.
15984         (rmail-summary-next-same-subject): Ditto.
15986         * net/rcirc.el (rcirc-send-input): No longer check whether the
15987         process is open, since not all commands need an open process.
15988         (rcirc-send-string): Check whether the process is open before
15989         sending anything.
15990         (rcirc-ignore-list): New option.
15991         (rcirc-ignore-list-automatic): New variable.
15992         (rcirc-print): Take rcirc-ignore-list into account.
15993         (rcirc-cmd-ignore): New command.
15994         (rcirc-ignore-update-automatic): New function.
15995         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
15996         list if ignored nicks.
15997         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
15999 2006-01-06  David Reitter  <david.reitter@gmail.com>
16001         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16002         reflect the address to which the report will be sent.
16004 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
16006         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16007         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16009 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
16011         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16013         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16014         the doc string: "functoin" => "function".
16015         * ldefs-boot.el: Likewise.
16017         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16018         message text: "Duplicat" => "Duplicate".
16020 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
16022         * files.el (basic-save-buffer-2): If backing-up failed, reset
16023         buffer-backed-up to nil.
16025 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
16027         * progmodes/gud.el (gdb-script-skip-to-head)
16028         (gdb-script-calculate-indentation): Indent for breakpoint command
16029         lists also.
16031 2006-01-05  Bill Wohler  <wohler@newt.com>
16033         * Makefile.in (compile-always): Add mh-autoloads dependency.
16034         (bootstrap): Remove mh-autoloads dependency, as compile dependency
16035         provides it.
16036         (updates): Remove mh-autoloads dependency, since it probably has
16037         already run recently (via recompile).
16039 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16041         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16042         argument `force' to disable the flyspell-last-buffer optimization.
16043         (flyspell-mode-on): Use it.
16045         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16046         flymake-simple-cleanup.
16047         (flymake-allowed-file-name-masks): Use this new default.
16048         All the functions are now called in the right buffer rather than
16049         passing the buffer as argument.
16050         (flymake-process-sentinel): Switch to buffer before calling cleanup.
16051         (flymake-parse-err-lines): Remove redundant buffer arg.
16052         (flymake-get-program-dir): Comment out unused function.
16053         (flymake-start-syntax-check, flymake-start-syntax-check-process):
16054         Remove redundant buffer argument.
16055         (flymake-get-real-file-name, flymake-simple-java-cleanup)
16056         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16058 2006-01-05  Richard M. Stallman  <rms@gnu.org>
16060         * info.el (Info-find-node): Don't record previous node if have none.
16061         (info): Go to directory only if history is empty.
16063         * simple.el (mark): Doc fix.
16065 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16067         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16068         already of desired type.
16069         (mac-ae-list): Coerce parameter to "list" type.
16070         (mac-dispatch-apple-event): Replace cadr part of event with a
16071         dummy position so that event-start returns it.
16073 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
16075         * textmodes/org.el (org-end-of-subtree): New function.
16076         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16077         Use `org-end-of-subtree'.
16078         (org-agenda, org-agenda-convert-date): Protect calls to
16079         `fit-window-to-buffer'.
16080         (org-tags-view): Force matching of sublevels when doing a
16081         todo-only search.  Define the correct redo command, including the
16082         arguments.
16083         (org-agenda-redo): Display message.
16084         (org-check-for-org-mode): New function.
16085         (org-agenda-type): New variable.
16086         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16087         Set `org-agenda-type'.
16088         (org-agenda-check-type): New function.
16089         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16090         (org-agenda-week-view, org-agenda-day-view)
16091         (org-agenda-next-date-line, org-agenda-previous-date-line)
16092         (org-agenda-log-mode, org-agenda-toggle-diary)
16093         (org-agenda-toggle-time-grid, org-agenda-date-later)
16094         (org-agenda-date-prompt, org-agenda-diary-entry)
16095         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16096         (org-agenda-convert-date, org-agenda-menu):
16097         Use `org-agenda-check-type'.
16098         (org-make-overlay, org-delete-overlay)
16099         (org-detatch-overlay, org-move-overlay, org-overlay-put):
16100         New compatibility functions.
16101         (org-calendar-select-mouse): New command.
16103 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
16105         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16106         (Custom-reset-standard): Fix y-or-n-p messages.
16107         (custom-link): New face for links.
16108         (custom-buffer-create-internal, custom-manual): Use it.
16109         (custom-face-save): Push to theme-face before setting face spec.
16111         * wid-edit.el (widget-default-mouse-face-get): New function.
16112         (widget-specify-button): Handle mouse-face like button-face.
16114         * custom.el (load-theme): Clear old theme settings if reloading.
16116 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
16118         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16119         "Erase Customization" button back to same position it occupies in
16120         the individual State menus.
16122 2006-01-04  Kim F. Storm  <storm@cua.dk>
16124         * wid-edit.el (key-sequence): Rework widget to read key binding
16125         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
16126         (widget-key-sequence-default-value): Default value for empty sequence.
16127         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
16128         (widget-key-sequence-read-event): New command for C-q.
16129         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16130         (widget-key-sequence-value-to-external): New functions.
16132 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16134         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16135         Use expand-file-name.
16136         (flymake-delete-temp-directory): Use expand-file-name,
16137         file-name-directory, and directory-file-name.
16138         (flymake-strrchr): Delete.
16139         (flymake-start-syntax-check): Don't pass the redundant buffer argument
16140         to the init-f function.
16141         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16142         (flymake-init-find-buildfile-dir)
16143         (flymake-init-create-temp-source-and-master-buffer-copy)
16144         (flymake-simple-make-init-impl, flymake-simple-make-init)
16145         (flymake-master-make-init, flymake-master-make-header-init)
16146         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16147         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16148         (flymake-xml-init): Remove corresponding redundant buffer argument.
16149         (flymake-allowed-file-name-masks): Remove last elems that are equal to
16150         the default anyway.  Clean up regexps.
16152         * progmodes/flymake.el (flymake-temp-source-file-name)
16153         (flymake-master-file-name, flymake-temp-master-file-name)
16154         (flymake-base-dir): New buffer-local vars.
16155         (flymake-buffer-data, flymake-get-buffer-value)
16156         (flymake-set-buffer-value): Replace those hash-tables by the new
16157         buffer-local vars.  Update callers.
16159         * progmodes/flymake.el (flymake-check-start-time)
16160         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16161         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16162         Move definition, so we can remove redundant earlier declaration.
16163         (flymake-replace-regexp-in-string, flymake-split-string)
16164         (flymake-get-temp-dir): Use defalias.
16165         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
16166         (flymake-xemacs-window-edges): Remove unused function.
16167         (flymake-get-point-pixel-pos): Move.
16168         (flymake-pid-to-names, flymake-reg-names)
16169         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16170         Replace by a simple list flymake-processes and by process-buffer.
16171         Update callers.  Other than simplify the code, it uses buffers rather
16172         than buffer-names so it doesn't get confused by uniquify.
16173         (flymake-buffer-data): The global value should just be nil.
16175         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16176         Optimize the body of a defalias like any other code.
16178         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16179         Make sure we've setup font-lock's vars.  It may influence which
16180         function we then call.
16181         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16182         here since it's too late anyway.
16184 2006-01-03  Romain Francoise  <romain@orebokech.com>
16186         * startup.el (fancy-splash-tail, normal-splash-screen):
16187         Update copyright year.
16189 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
16191         * mouse.el (mouse-drag-track): Rename, from
16192         `mouse-drag-region-1'.  Includes optional argument required to
16193         enable post-drag event processing (e.g. delete region keys).
16194         Can be used without this argument to track a mouse region and operate
16195         on it as soon as the drag completes.
16196         (mouse-drag-region): Use `mouse-drag-track'.
16198 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
16200         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16201         Move to `custom-buffer' group.
16203         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16204         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16205         (custom-theme-insert-face-marker, custom-theme-variable-menu)
16206         (custom-theme-face-menu): New variables.
16207         (custom-theme-add-variable, custom-theme-variable-action)
16208         (custom-variable-reset-theme, custom-theme-delete-variable)
16209         (custom-face-reset-theme, custom-theme-face-action)
16210         (custom-theme-delete-face, custom-theme-merge-theme)
16211         (custom-theme-add-face, custom-theme-visit-theme): New functions.
16213 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
16215         * custom.el: Move Custom Themes commentary to start of theme code.
16216         (custom-known-themes): Rename `standard' theme to `changed'.
16217         (custom-push-theme): Caller no longer specifies what theme to use
16218         when doing `reset'---the setting is simply removed from the theme.
16219         Delete MODE from `theme-value' and `theme-settings' properties.
16220         (custom-declare-theme): Ignore &rest args since we don't use them.
16222         (custom-loaded-themes): Delete variable.
16223         (custom-theme-load-themes, custom-theme-loaded-p)
16224         (custom-theme-value): Delete functions.
16226         (custom-declare-theme): Signal error on invalid theme names.
16227         (provide-theme): custom-loaded-themes was deleted.
16228         (load-theme): Load the file unconditionally.
16229         (enable-theme): Call `load-theme' if theme is undefined.
16230         (custom-enabled-themes): Only update value for successful loads.
16231         (disable-theme): Complete from enabled themes when interactive.
16232         (custom-variable-theme-value): Calculate theme value directly.
16234         (custom-theme-reset-variables, custom-reset-variables): Mark as
16235         XEmacs compatibility functions.  We don't actually use these.
16237         * cus-edit.el (custom-variable-state-set):
16238         Use custom-variable-theme-value instead of custom-theme-value.
16239         (custom-face-state-set): Rename `standard' theme to `changed'.
16240         (custom-save-variables, custom-save-faces): Delete unneeded
16241         references to custom-reset-variables.
16242         (custom-save-resets): Delete function.
16243         (custom-save-variables, custom-save-faces): MODE argument deleted.
16244         (custom-save-variables, custom-save-faces): Ignore theme values.
16246         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16247         compatibility function.
16249 2006-01-01  Richard M. Stallman  <rms@gnu.org>
16251         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16252         (Custom-reset-current, Custom-reset-saved): Likewise.
16253         (Custom-reset-standard): Show message if aborted.
16254         (custom-mode): Doc fix, describing those commands.
16256         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16257         put on event-kind property.
16259 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
16261         * custom.el (provide-theme): Ban `user' theme name.
16262         (custom-enabling-themes): New variable.
16263         (enable-theme): Don't enable user if custom-enabling-themes is t.
16264         (custom-enabled-themes): Make it a defcustom.
16265         (custom-theme-recalc-face): No-op if face is undefined.
16267         * cus-edit.el (custom-button-mouse): New variable.
16268         (custom-button-mouse): New face.
16269         (custom-raised-buttons, custom-mode): Use it.
16271         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16273 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16275         * progmodes/gud.el (gud-display-line): Support hl-line in the
16276         source buffer.
16278 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
16280         * mouse.el (mouse-drag-window-above): Verify that the found window
16281         overlaps with the given window in the horizontal dimension.
16283 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16285         * Makefile.in (cvs-update): New target.
16287         * makefile.w32-in (cvs-update): Ditto.
16289 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
16291         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16292         (custom-new-theme-mode-map): New variable.
16294 2005-12-30  Richard M. Stallman  <rms@gnu.org>
16296         * custom.el (custom-load-themes): Function deleted.
16298         * cus-edit.el (custom-save-loaded-themes): Function deleted.
16299         (custom-save-variables): Don't delete or add custom-load-themes call.
16301 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16303         * cus-start.el: Add `visible-cursor'.
16305         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16306         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16307         (flymake-process-filter): Switch to buffer before calling it instead.
16308         (flymake-post-syntax-check, flymake-highlight-err-lines)
16309         (flymake-delete-own-overlays, flymake-parse-err-lines)
16310         (flymake-start-syntax-check, flymake-start-syntax-check-process)
16311         (flymake-count-lines, flymake-parse-residual):
16312         Remove constant buffer argument.
16313         (flymake-start-syntax-check-for-current-buffer): Remove.
16314         Update callers to use flymake-start-syntax-check instead.
16315         (flymake-display-err-menu-for-current-line):
16316         Remove unused var `mouse-pos'.
16317         (flymake-restore-formatting): Comment out unused function.
16318         (flymake-report-status, flymake-report-fatal-status): Remove buffer
16319         argument, use current-buffer instead.  Update callers.
16321 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16323         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16324         buffer-local because choose-completion-delete-max-match requires
16325         that we set completion-ignore-case (i.e., binding via let is not
16326         sufficient).
16327         (bibtex-complete): Always set completion-ignore-case and
16328         choose-completion-string-functions.  The latter is needed because
16329         choose-completion-string-functions keeps its value if we quit the
16330         *Completions* buffer without requesting a completion.
16332 2005-12-30  Andreas Schwab  <schwab@suse.de>
16334         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16336 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
16338         * jit-lock.el (jit-lock-chunk-size): Doc fix.
16340 2005-12-30  Juri Linkov  <juri@jurta.org>
16342         * locate.el (locate-fcodes-file, locate-header-face)
16343         * progmodes/delphi.el (delphi-other-face)
16344         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16346         * paren.el (show-paren-match, show-paren-mismatch): Use existing
16347         group `paren-showing-faces'.
16349         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16350         (goto-address): Fix docstring.
16352         * net/webjump.el (webjump-sample-sites): Update URLs.
16354         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16356         * subr.el (cancel-change-group): Add listp around pending-undo-list.
16358 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16360         * font-lock.el (font-lock-compile-keywords): Signal an error when
16361         font-lock-set-defaults hasn't been called.
16363 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
16365         * subr.el (noreturn, 1value): Doc fixes.
16367 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16369         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16370         that assoc-string returns nil.
16372 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16374         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16375         (bibtex-entry-type-str, bibtex-empty-field-re)
16376         (bibtex-search-backward-string, bibtex-preamble-prefix)
16377         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16378         (bibtex-any-valid-entry-type): New variable.
16379         (bibtex-parse-field-name): Simplify.
16380         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16381         (bibtex-preamble-prefix): Include left delimiter.
16382         (bibtex-search-forward-field, bibtex-search-backward-field):
16383         Allow unbounded search past entry boundaries (required by bibtex-pop).
16384         (bibtex-text-in-field-bounds): Use push.
16385         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16386         (bibtex-parse-preamble, bibtex-valid-entry)
16387         (bibtex-beginning-first-field): New functions.
16388         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
16389         (bibtex-map-entries): Fix docstring.
16390         (bibtex-flash-head): New arg prompt.  Simplify.
16391         (bibtex-enclosing-field): Include code of bibtex-inside-field.
16392         (bibtex-insert-kill): Simplify.  Always insert text past the
16393         current field or entry.
16394         (bibtex-format-entry): Use bibtex-parse-field.
16395         (bibtex-pop): Use bibtex-beginning-of-entry and
16396         bibtex-end-of-entry to initiate the search.  Insert empty field if
16397         we found ourselves.
16398         (bibtex-print-help-message): New args field and comma.
16399         Handle entry keys.
16400         (bibtex-make-field): Use bibtex-beginning-of-entry.
16401         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
16402         invalid entry.
16403         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16404         Handle preambles.  Simplify code for thorough test.
16405         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16406         New arg comma.  Handle entry heads.
16407         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16408         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16409         New arg comma.
16410         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16411         (bibtex-fill-field): Simplify.
16412         (bibtex-fill-entry): Use bibtex-beginning-first-field and
16413         bibtex-parse-field.
16414         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
16415         (bibtex-complete): Use bibtex-parse-preamble.
16417 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
16419         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16420         Display name of expression instead of convenience variable.
16421         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16423         * progmodes/gud.el (gud-tooltip-dereference): Rename from
16424         toggle-gud-tooltip-dereference.
16425         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
16426         (gud-tooltip-tips): ...here when dereferencing.
16428 2005-12-28  Bill Wohler  <wohler@newt.com>
16430         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
16432 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16434         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16435         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
16436         (vc-annotate-display-autoscale): Adjust call.
16437         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
16438         Fix interactive spec.
16439         (vc-annotate-time-span): Remove.
16440         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
16441         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
16442         (vc-annotate-display-select): Use new name.
16444         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
16445         (vc-annotate-mode-menu): Remove left-over redundant declaration.
16446         Correct the construction of span entries.  Simplify.
16447         (vc-annotate-display-select): Fix the nil case.
16448         (vc-annotate): Remove obsolete (and now broken) code.
16449         (vc-annotate-extract-revision-at-line): Remove obsolete code.
16450         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
16452 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
16454         * subr.el (lazy-completion-table): Correct typo in docstring.
16456         * startup.el (command-line): Use `custom-reevaluate-setting' for
16457         `send-mail-function'.
16459         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
16461 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
16463         * mail/smtpmail.el (smtpmail-try-auth-methods):
16464         Send credentials together with "AUTH PLAIN" command.
16466 2005-12-27  Richard M. Stallman  <rms@gnu.org>
16468         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16469         mouse-2, go back to previously selected window, so it's selected
16470         when mouse-2 command runs.
16472 2005-12-27  Juri Linkov  <juri@jurta.org>
16474         * descr-text.el (describe-text-sexp): Use square brackets for
16475         button [Show] to distinguish it from the property value `show'.
16476         (describe-property-list): Use `insert-text-button' with
16477         `help-face' type instead of putting face in quotes, because button
16478         is not created automatically for a list of faces.
16479         (describe-text-properties-1): Put button-type value in quotes to
16480         distinguish from plain text "button".
16481         (describe-char): Display code point values in hex.  Don't use
16482         `symbol-name' for `current-input-method' because it is a string.
16483         Use `insert-text-button' with `help-face' type instead of putting
16484         hardcoded face in quotes, because button is not created automatically.
16486 2005-12-27  Richard M. Stallman  <rms@gnu.org>
16488         * progmodes/glasses.el (glasses-face): More specific custom type.
16490         * files.el (set-visited-file-name): Doc fix.
16492         * textmodes/flyspell.el (flyspell-external-point-words):
16493         Use local var buffer-scan-pos to advance scan for next misspelling.
16494         Advance it only after we find the misspelling.
16496 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
16498         * textmodes/flyspell.el (flyspell-external-point-words):
16499         New criteria for finding the misspelling in the buffer.
16501 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
16503         * help-mode.el (help-insert-string): Set help-xref-stack-item
16504         rather than call help-setup-xref.
16506         * descr-text.el (describe-char): Revert previous changes for
16507         optional buffer argument.
16509 2005-12-27  Juri Linkov  <juri@jurta.org>
16511         * help-mode.el (help-insert-string): New function.  Save buffer
16512         contents in cases where it is impossible to recompute the old contents.
16514         * descr-text.el (describe-char): Set help-xref-stack-item
16515         explicitly after buffer has been generated.
16517 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16519         * cus-start.el (all): Add x-gtk-show-hidden-files.
16521 2005-12-26  Richard M. Stallman  <rms@gnu.org>
16523         * replace.el (perform-replace): Calculate match-again
16524         before skipping read-only matches.
16526         * paren.el (paren-showing-faces): New group.
16527         (show-paren-match, show-paren-mismatch): Move to that group.
16529         * button.el (button): Put into group `basic-faces'.
16531         * progmodes/make-mode.el: Remove faces from group `faces'.
16533         * apropos.el (apropos, apropos-value): Doc fix.
16534         (apropos-documentation): Doc fix.
16536 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16538         * subr.el (lazy-completion-table): Remove argument `args'.
16540         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16541         Don't use the `args' argument of lazy-completion-table.
16543 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
16545         * descr-text.el (describe-char): Add optional argument for buffer.
16546         Set buffer appropriately.  Call help-setup-xref.
16547         Suggested by Stefan Monnier.
16549 2005-12-26  Juri Linkov  <juri@jurta.org>
16551         * descr-text.el: Require `help-fns' at runtime.  Don't require
16552         `button' for byte compilation.
16553         (describe-text-widget): Add `help-echo' for first button.
16554         Use `help-info' for second.
16555         (describe-property-list): Use `help-argument-name' instead of `italic'.
16556         (describe-text-category): Add prompt to interactive spec.
16557         Call `help-setup-xref'.
16558         (describe-char): Use `help-character-set'.  Add `help-echo' for
16559         code point.  Use `help-input-method'.  Remove superfluous insert.
16561 2005-12-25  Richard M. Stallman  <rms@gnu.org>
16563         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
16564         at point, in case of narrowing.
16566         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
16568         * locate.el (locate-header-face): Allow nil in type.
16570         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
16572 2005-12-25  Romain Francoise  <romain@orebokech.com>
16574         * battery.el (battery-linux-proc-acpi): Also try
16575         `/proc/acpi/thermal_zone/THM0/temperature'.
16577 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
16579         * custom.el (custom-push-theme): Fix docstring.
16581         * cus-edit.el (custom-variable-set, custom-variable-save)
16582         (custom-variable-save): Custom-quote widget values.
16583         (customize-save-variable): Fix custom-push-theme call.
16585 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
16587         * w32-fns.el (w32-batch-update-autoloads): New function.
16589         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
16590         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
16591         from the command line.
16593 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
16595         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
16596         reset means to remove setting from theme entirely.  Don't keep
16597         expanding theme-settings list; delete old entries if necessary.
16599         * cus-edit.el (custom-buffer-create-internal): Move "Erase
16600         customization" button one line up.
16601         (custom-themed): New face.
16602         (custom-magic-alist): New value, THEMED, for theme settings.
16603         (custom-variable-state-set, custom-face-state-set):
16604         Check theme-value instead of saved-value.
16605         (custom-variable-reset-standard, custom-face-reset-standard):
16606         Remove theme setting entirely.  Recalculate new values.
16607         (custom-variable-set, custom-variable-set)
16608         (custom-variable-reset-saved, custom-variable-reset-backup)
16609         (custom-face-set, custom-face-reset-saved): Update `user' theme.
16610         (custom-variable-save): Fix typos.
16612 2005-12-23  Juri Linkov  <juri@jurta.org>
16614         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
16615         Add autoload cookies.
16616         (edebug-outside-d-c-i-n-s-w): New variable.
16617         (edebug-display, edebug-outside-excursion): Use it to save the
16618         original value of default-cursor-in-non-selected-windows.
16619         Set default-cursor-in-non-selected-windows to t while Edebug
16620         is active.
16621         (edebug-mode, edebug-eval-mode): Doc fix.
16623         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
16624         with `buffer-substring-no-properties' to remove common substring
16625         highlighting.
16627         * info.el (info-other-window, info): Rename function argument
16628         `file' to `file-or-node'.
16629         (Info-complete-menu-item): Use local variable `complete-nodes' to
16630         keep the global value of `Info-complete-nodes' unchanged for
16631         subsequent completions.
16632         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
16634         * simple.el (get-next-valid-buffer, last-buffer)
16635         (next-error-buffer-p, next-error-find-buffer)
16636         (minibuffer-history-sexp-flag): Doc fix.
16638         * savehist.el (savehist-mode-hook): Add `:group'.
16640         * log-view.el: Call autoload for vc-find-version.
16641         (log-view-current-file): Adjust subgroup numbers.
16642         (log-view-current-tag): Add `length'.
16644 2005-12-23  Richard M. Stallman  <rms@gnu.org>
16646         * vc.el (vc-annotate-car-last-cons): Defn moved up.
16648 2005-12-23  Juri Linkov  <juri@jurta.org>
16650         * hi-lock.el (hi-lock-archaic-interface-message-used)
16651         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
16652         (hi-lock-mode): Display "Hi" in the mode line only when
16653         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
16654         (hi-lock-write-interactive-patterns):
16655         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
16656         (hi-lock-set-pattern, hi-lock-set-file-patterns)
16657         (hi-lock-font-lock-hook): Set 3rd arg `how' of
16658         font-lock-add-keywords to t.
16660 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
16662         * hi-lock.el (hi-lock-highlight-range): New variable.
16663         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
16664         only if font-lock-fontified is non-nil.  Remove overlays.
16665         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
16666         font-lock-fontified is non-nil, otherwise use overlays (instead of
16667         text properties).
16668         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
16669         New variables.
16670         (hi-lock-string-serialize): New function.
16672 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16674         * menu-bar.el (menu-find-file-existing): New function.
16675         (menu-bar-file-menu): Use menu-find-file-existing for Open.
16677         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
16679 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16681         * vc.el: Remove unnecessary leading * in docstrings.
16682         (vc-annotate-mode-map): Move initialization into declaration.
16683         (vc-static-header-alist): Nitpick on the regexp.
16684         (vc-default-init-version): New fun.
16685         (vc-register): Use it.
16686         (vc-insert-headers): Use dolist.
16687         (vc-annotate-get-backend): Remove unused function.
16688         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
16689         (vc-annotate-mode): Remove corresponding call.
16690         (vc-annotate-car-last-cons): Simplify.
16691         (vc-annotate-buffers): Remove var.
16692         (vc-annotate-backend): Make it buffer-local.
16693         (vc-annotate): Move the interaction to the interactive spec.
16694         Add a `buf' argument.
16695         (vc-annotate-warp-version): Use this new `buf' argument to avoid
16696         killing&creating a vc-annotate buffer, which is very disruptive when
16697         the buffers are shown in dedicated frames.
16699 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
16701         * descr-text.el: Add FSF as maintainer.
16702         (describe-text-mode, describe-text-mode-map)
16703         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
16704         help-mode.
16705         (describe-text-widget, describe-text-sexp)
16706         (describe-property-list, describe-text-category)
16707         (describe-text-properties, describe-text-properties-1)
16708         (describe-char): Use help buttons instead of widgets.
16709         (describe-char-unicodedata-file): Make URL link in doc string.
16711 2005-12-22  Richard M. Stallman  <rms@gnu.org>
16713         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
16714         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
16715         Don't include buttons that write a file when there's no file.
16716         (custom-variable-menu, custom-face-menu, custom-group-menu):
16717         Don't include commands that write a file when there's no file.
16718         (customize-browse): Reword the top-of-buffer help intro.
16719         (custom-buffer-create-internal): Fix previous change.
16720         (customize-changed-options-previous-release): Prev release is 21.1.
16721         (customize-changed-options): Doc fix.
16722         (customize-changed): New alias.
16723         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
16724         Say "standard values".
16725         (Custom-reset-standard): Doc fix.
16726         (custom-face-reset-standard): Doc fix.
16728 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16730         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
16731         even if font-lock-mode is non-nil since it may be t without having
16732         turned on font-lock-mode-internal.
16733         (font-lock-choose-keywords): Minor optimization.
16734         (font-lock-add-keywords, font-lock-remove-keywords)
16735         (font-lock-set-defaults): Don't call make-local-variable on a variable
16736         that we know to already be local.
16738 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16740         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
16741         messages if in the minibuffer.
16743 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16745         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
16746         (tex-mode-flyspell-verify, flyspell-get-word)
16747         (flyspell-external-point-words): Don't use point-min/max uselessly.
16749         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
16750         by Kevin Rodgers.  Instead, just hide the completions buffer if we
16751         don't need to show it.
16753 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
16755         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
16757 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16759         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
16760         delete-windows-on with an inexistent buffer.
16762 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
16764         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16765         Delete defcustom variable :tag names.
16767 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16769         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
16770         (log-view-font-lock-keywords): Ajust subgroup numbers.
16771         (log-view-current-tag): Don't hard code the number of subgroups.
16773 2005-12-20  Juri Linkov  <juri@jurta.org>
16775         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
16776         (tooltip-x-offset, tooltip-y-offset): Doc fix.
16778         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16779         (menu-bar-non-minibuffer-window-p): Instead of checking
16780         display-multi-frame-p, use selected-frame when menu-updating-frame
16781         is nil.
16783 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
16785         * align.el (align-rules-list): Use [ \t] instead of \s-
16786         for column separators in text mode.
16788 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
16790         * help-mode.el (help-customize-variable, help-customize-face):
16791         Don't pop help-xref-stack as help-follow no longer pushes
16792         anything on to it.
16794 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
16796         * textmodes/org.el (org-agenda-custom-commands): New option.
16797         (org-agenda): Offer custom commands on splash screen.
16798         (org-make-tags-matcher): Parser for Boolean logic added.
16799         (org-agenda-set-tags): New command.
16800         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
16801         (org-set-tags): Efficiency improvements.
16802         (org-auto-align-tags): New option.
16803         (org-todo, org-demote, org-promote): Realign tags.
16804         (org-tags-completion-function): Use also "&" and "|" as separators.
16805         (org-org-menu): Agenda commands simplified.
16807 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
16809         * cus-edit.el (customize-apropos, customize-apropos-options):
16810         Docstring changes.
16812         * font-lock.el (font-lock): Add tags to the links in the defgroup.
16814 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
16816         * longlines.el (longlines-mode): Wrap while widened.
16817         (longlines-decode-region, longlines-encode-region): Compute max
16818         just once.
16820 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16822         * cus-edit.el (mac): New group.
16824         * cus-start.el (all): Add user options in macterm.c.  Add test for
16825         Mac-related built-ins.  Fix test for GTK-related built-ins.
16827         * term/mac-win.el (mac-handle-language-change)
16828         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
16829         (mac-services-open-selection, mac-services-mail-selection)
16830         (mac-services-mail-to, mac-services-insert-text)
16831         (mac-dispatch-apple-event): Add docstrings.
16832         (x-get-selection, mac-select-convert-to-string): Select coding
16833         system from `utf-16be' and `utf-16le' using `byteorder'.
16835 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16837         * subr.el (lazy-completion-table): Don't be fooled if the var holds
16838         a "list" (lambda ...) rather than a real completion list.
16840         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
16841         lexical-let when encountering ((lambda (...) ...) ...).
16843 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
16845         * progmodes/sh-script.el (sh-mode):
16846         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
16847         * textmodes/picture.el (picture-mode): Update docstrings.
16849 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
16851         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
16852         commands enclosed in $(ARGQUOTE)s should not be split between two
16853         lines, as that will break with GNU Make >3.80, when sh.exe is used
16854         and arg quoting is with '..'.
16855         (autoloads): Don't break the quoted --eval expression between
16856         several lines.
16858 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
16860         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
16861         Capture error from printing circular structures.
16863 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
16865         * wid-edit.el (widget-checkbox-action): Clear undo info.
16867 2005-12-16  Bill Wohler  <wohler@newt.com>
16869         * menu-bar.el (kill-this-buffer): Set a good example by using menu
16870         bar, not menubar in comment.
16872 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16874         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
16875         After-change-functions should not clobber the match data.
16877 2005-12-16  Juri Linkov  <juri@jurta.org>
16879         * simple.el (choose-completion): Use `buffer-substring-no-properties'
16880         instead of `buffer-substring'.
16881         (completion-common-substring): Doc fix.
16882         (completion-setup-function): Use minibuffer-completion-contents
16883         instead of minibuffer-contents.  Don't set common-string-length
16884         initially.  Remove special handling of partial-completion-mode.
16885         Move computation of completion-base-size into one cond.
16886         Call completion-base-size-function in mainbuf.  In computation of
16887         completion-base-size for file name completion don't move point to
16888         the end of the minibuffer.  Move computation of common-string-length
16889         into one cond.  Start putting faces only when common-string-length>=0.
16890         Add condition to put completions-common-part when
16891         common-string-length>0.
16893         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
16894         place point at the first different character in the minibuffer
16895         even if this position is at the beginning of the minibuffer.
16897         * info.el (Info-read-node-name-1): In completion-base-size-function's
16898         lambda return 1 if common-substring or minibuffer-completion-contents
16899         starts with (, and 0 otherwise.
16901         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
16902         Use `crm-current-element' for second arg of `display-completion-list'.
16904 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
16906         * files.el (set-auto-mode): Look for an interpreter specified on
16907         the first line also if search for mode specification succeeded,
16908         but the mode is not known.
16910 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
16912         * textmodes/org.el (org-tags-match-list-sublevels): New option.
16913         (org-open-at-point): Implement tag searches as links.
16914         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
16915         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
16916         (org-tags-sparse-tree, org-tags-view, org-set-tags)
16917         (org-agenda-dispatch): New commands.
16918         (org-use-tag-inheritance, org-tags-column): New options.
16919         (org-tab-follows-link, org-return-follows-link): New options.
16920         (org-tags): New customize group.
16921         (org-start-icalendar-file): Get local time zone.
16922         (org-tags-completion-function): New function.
16923         (org-set-font-lock-defaults): Make sure links will also be
16924         highlighted inside headlines.
16926 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
16928         * term.el (term-emulate-terminal):
16929         Let term-handle-ansi-terminal-messages override what Bash says about
16930         its current directory.
16932 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
16934         * bindings.el (last-buffer): Move to simple.el.
16935         * simple.el (last-buffer): Move here.
16936         (get-next-valid-buffer): New function.
16937         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
16938         (prev-buffer): Ditto.  Rename to `previous-buffer'.
16940         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
16941         * bindings.el (global-map): Ditto.
16943 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
16945         * cus-edit.el: Introductory comment change.
16946         (custom-magic-alist): Change message string for the `rogue' state.
16948 2005-12-15  Richard M. Stallman  <rms@gnu.org>
16950         * tooltip.el: Delete defcustom variable :tag names.
16952         * complete.el (partial-completion-mode): Doc fix.
16954         * textmodes/flyspell.el (flyspell-external-point-words):
16955         Use save-excursion to ensure we don't move backward in the
16956         search loop, not even one character.
16957         (flyspell-delete-all-overlays): Use remove-overlays directly.
16959         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
16960         (ispell-start-process): Set that variable.
16961         Clear ispell-buffer-local-name.
16962         (ispell-internal-change-dictionary):
16963         Set ispell-current-dictionary after killing process.
16964         (ispell-buffer-local-dict):
16965         Don't set spell-personal-dictionary after killing process.
16966         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
16967         (ispell-tex-skip-alists, ispell-html-skip-alists)
16968         (ispell-skip-region-alist): Mark as risky.
16970         * net/newsticker.el (newsticker--retrieval-timer-list)
16971         (newsticker--display-timer, newsticker-running-p)
16972         (newsticker-ticker-running-p): Definitions moved up.
16974 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
16976         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
16978 2005-12-15  David Ponce  <david@dponce.com>
16980         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
16981         (recentf-edit-list, recentf-open-files): Signal an error when
16982         there is no recent file.
16984 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
16986         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
16987         read-only except for texinfo-format-region evaluation.
16989 2005-12-14  Richard M. Stallman  <rms@gnu.org>
16991         * vc.el (vc-default-previous-version, vc-default-next-version)
16992         (vc-do-command): Doc fixes.
16994 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16996         * textmodes/bibtex.el (bibtex-expand-strings)
16997         (bibtex-autokey-expand-string, bibtex-name-part)
16998         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
16999         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17000         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17001         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17002         (bibtex-entry-postfix, bibtex-known-entry-type-re)
17003         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17004         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17005         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17006         (bibtex-beginning-of-last-entry): Remove.
17007         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
17008         message if comma is missing but buffer is read-only.
17009         (bibtex-parse-field-text): Handle whitespaces at the end of field
17010         text.  Return 3-element list with beginning and end of field text
17011         and end of field.
17012         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17013         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
17014         (bibtex-search-forward-field, bibtex-search-backward-field):
17015         Search always delimited by limits of entry.  Use more efficient
17016         search algorithms.
17017         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17018         bibtex-end-of-name-in-field.
17019         (bibtex-text-in-field-bounds): Handle BibTeX strings when
17020         extracting the content of a field.
17021         (bibtex-text-in-field): Use search limits.
17022         (bibtex-parse-string-prefix): Handle empty string keys based on
17023         bibtex-string-empty-key.
17024         (bibtex-parse-string): Fix docstring.
17025         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17026         (bibtex-preamble-prefix, bibtex-strings): New functions.
17027         (bibtex-skip-to-valid-entry): Include preceding whitespace in
17028         BibTeX entries (consistent with other BibTeX functions).
17029         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17030         (bibtex-search-entry): Fix docstring.  Simplify.
17031         (bibtex-flash-head, bibtex-complete-string-cleanup)
17032         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17033         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17034         (bibtex-parse-entry): New optional arg content.
17035         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17036         Use bibtex-text-in-field-bounds.
17037         (bibtex-print-help-message): Handle BibTeX strings and preambles.
17038         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17039         bibtex-parse-string-postfix.
17040         (bibtex-find-text-internal): New function.
17041         (bibtex-remove-delimiters): Use it.
17042         (bibtex-find-text): Use it.  New optional arg help.
17043         (bibtex-complete): Handle BibTeX string and preamble entries.
17044         (bibtex-Preamble): Fix order of closing delimiters.
17046 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17048         * vc.el (vc-default-revert): New fun.
17050         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17052 2005-12-14  Romain Francoise  <romain@orebokech.com>
17054         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17055         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17056         (font-lock-remove-keywords): Likewise.
17058 2005-12-14  Juri Linkov  <juri@jurta.org>
17060         * log-view.el (log-view-diff): Doc fix.
17062         * isearch.el (isearch-query-replace): Use (mark) instead of
17063         isearch-opoint if mark is active in transient-mark-mode.
17065 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
17067         * isearch.el (isearch-query-replace): Check for isearch-other-end.
17069 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
17071         * progmodes/cpp.el (cpp-face): New widget.
17072         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17074 2005-12-14  Juri Linkov  <juri@jurta.org>
17076         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17077         around `erase-buffer' and `insert'.
17079         * descr-text.el (describe-text-properties): Replace buffer name
17080         "*Help-2*" with "*Help*<2>".
17081         (describe-char): Add functions print-help-return-message,
17082         toggle-read-only.  Use help-setup-xref with nil to not store
17083         describe-char in help-xref-stack.  Use help-make-xrefs to
17084         make [back] button.
17086         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17088         * wdired.el (wdired-old-point): New internal variable.
17089         (wdired-change-to-wdired-mode): Set it buffer-locally.
17090         (wdired-abort-changes): Restore point after aborting changes.
17092 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17094         * vc.el (vc-do-command): Add a new value t for okstatus.
17096         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17097         frame in case of errors.
17099 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17101         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17102         so it comes after "On the Left" in the menu.
17104 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
17106         * cus-edit.el (customize-apropos, customize-apropos-options)
17107         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17109 2005-12-12  Bill Wohler  <wohler@newt.com>
17111         * vc-svn.el (vc-svn-registered): Fix problem of visiting
17112         non-writable Subversion-controlled files by saving window
17113         configuration before calling vc-do-command.  vc-do-command calls
17114         pop-to-buffer on error which is unexpected during registration.
17116 2005-12-12  Jay Belanger  <belanger@truman.edu>
17118         * calc/README: Update the summary of changes.
17120 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17122         * descr-text.el (describe-char): Rework last fix to solve the problem
17123         is the same way it's solved for everything else in that function
17124         (i.e. by extracting the info before setting up the *Help* buffer).
17126 2005-12-12  Kim F. Storm  <storm@cua.dk>
17128         * subr.el (version-regexp-alist): Allow space as separator before
17129         non-numeric part, e.g. "1.0 alpha".
17130         (version-to-list): Interpret .X.Y version as 0.X.Y version.
17132 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
17134         * textmodes/org.el (org-agenda, org-timeline, org-todo):
17135         Implement Logging and the keep-modes setting.
17136         (org-get-category): Make sure a string is returned.
17137         (org-log-done): New function.
17138         (org-log-done, org-closed-string): New options.
17140 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17142         * tooltip.el (tooltip-y-offset): Change default to 20.
17144 2005-12-12  Richard M. Stallman  <rms@gnu.org>
17146         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17148         * frame.el (display-hourglass): Doc fix.
17150         * help.el (help-for-help-internal): Simplify entry for `a'.
17152         * info.el (Info-on-current-buffer): Doc fix.
17153         (info-insert-file-contents): Don't test (featurep 'jka-compr).
17155         * startup.el (inhibit-splash-screen): Make this the real name.
17156         (inhibit-startup-message): Make this the alias.
17157         (command-line): Find only simple.el, and use its directory
17158         to fill in other preloaded files' names.
17159         (command-line): Deactivate the mark if deactivate-mark is set.
17161         * international/mule.el (load-with-code-conversion):
17162         Bind deactivate-mark.
17164         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17166 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
17168         * cus-edit.el (customize-apropos): Avoid listing an option more
17169         than once under different aliases.  No longer list user options
17170         that are not defined with defcustom (unless a prefix arg is given).
17171         Doc fix.
17172         (customize-apropos-options): Doc fix.
17174 2005-12-11  Juri Linkov  <juri@jurta.org>
17176         * frame.el (set-background-color, set-foreground-color)
17177         (set-cursor-color, set-mouse-color, set-border-color):
17178         Add explicit prompts to read colors by `facemenu-read-color'.
17179         (show-trailing-whitespace, blink-cursor-delay)
17180         (blink-cursor-interval, display-hourglass, hourglass-delay):
17181         Remove tags.
17182         (display-hourglass, hourglass-delay): Doc fix.
17183         (cursor-in-non-selected-windows): Capitalize words in tag.
17185         * faces.el (frame-background-mode): Replace `choice-item' keywords
17186         with `const' to not make [default] button.  Change default value tag
17187         from `default' to `automatic'.  Doc fix.
17188         (trailing-whitespace) <defface>: Change group `whitespace' to
17189         `whitespace-faces'.
17191 2005-12-11  Richard M. Stallman  <rms@gnu.org>
17193         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17195 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17197         * term/mac-win.el: Create keymap for mac-apple-event-map.
17199 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
17201         * tooltip.el (tooltip-mode): Move to start of file so that it
17202         appears at top of customize buffer.
17204         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17205         Add the gud groupname.
17206         (gud-tooltip-mode): Add the tooltip groupname.
17207         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
17208         avoid conflict with tooltip-use-echo-area.
17210 2005-12-10  Romain Francoise  <romain@orebokech.com>
17212         * help.el (help-for-help-internal): Add `r' in doc string.
17214 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17216         * align.el (align-regexp, align-highlight-rule):
17217         Use region-beginning and region-end instead of point and mark, so that
17218         repetition (with `repeat-complex-command') recomputes the region
17219         bounds.
17221 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
17223         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17224         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17225         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17226         (balance-windows): Rewrite using the above new functions.
17228 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
17230         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17231         react if global-hi-lock-mode seems intended.
17232         (global-hi-lock-mode): Renamed from hi-lock-mode.
17233         (hi-lock-archaic-interface-message-used)
17234         (hi-lock-archaic-interface-deduce): New variables.
17235         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17236         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17237         (hi-lock-find-patterns, hi-lock-font-lock-hook):
17238         Replace hi-lock-buffer-mode with hi-lock-mode.
17240 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
17242         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17243         completion list, even after a partial completion has been
17244         inserted in the current buffer.  If there are more than 1
17245         completion, redisplay the *Completions* buffer; if the
17246         completion is unique, delete the *Completions* window.
17248 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
17250         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17251         strings and long subject lines that were broken into multiple
17252         lines at arbitrary places.  Handle subjects that have "Re: " in
17253         the middle.
17255 2005-12-10  John W. Eaton  <jwe@octave.org>
17257         * emacs/octave-mod.el (octave-electric-space): Don't indent
17258         comments or strings if octave-auto-indent is nil.
17260 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17262         * term/mac-win.el: Require url when compiling.
17263         Call mac-process-deferred-apple-events after loading init files.
17264         (mac-apple-event-map): New defvar.  Define event handlers in it.
17265         (core-event, internet-event): New Apple event class symbols.
17266         (open-application, reopen-application, open-documents)
17267         (print-documents, open-contents, quit-application)
17268         (application-died, show-preferences, autosave-now, get-url):
17269         New Apple event ID symbols.
17270         (about): New HICommand ID symbol.
17271         (mac-event-spec, mac-event-ae): New macros.
17272         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17273         (mac-ae-selection-range, mac-ae-text-for-search)
17274         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17275         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
17276         and Services menu events are now defined in mac-apple-event-map.
17277         (mac-drag-n-drop): Remove selection range handling.
17279 2005-12-10  Kenichi Handa  <handa@m17n.org>
17281         * simple.el (zap-to-char):
17282         * isearch.el (isearch-process-search-char): Translate CHAR by
17283         translation-table-for-input.
17285 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
17287         * foldout.el (foldout-exit-fold): Properly hide subtree.
17289 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17291         * files.el (save-buffer):
17292         * international/ucs-tables.el (ucs-set-table-for-input):
17293         * mail/mail-extr.el (mail-extract-address-components):
17294         * mail/sendmail.el (mail-mode): Reformat doc string.
17296 2005-12-09  Juri Linkov  <juri@jurta.org>
17298         * isearch.el (isearch-highlight): Change main overlay priority
17299         from 1 to 1001.  Simplify.
17300         (isearch-lazy-highlight-update): Change lazy overlay priority
17301         from 0 to 1000.
17303         * replace.el (replace-highlight): Change overlay priority from
17304         1 to 1001.
17306         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17307         Change overlay priority from 1 to 1001.  Reuse existing overlay.
17309         * compare-w.el (compare-windows-highlight): Change overlay
17310         priority from 1 to 1000.
17312         * menu-bar.el (menu-bar-edit-menu): Add listp around
17313         pending-undo-list to disable menu item "undo" when pending
17314         undo list is empty.
17316         * locate.el (locate): Disable undo in *Locate* buffer.
17318 2005-12-09  Kim F. Storm  <storm@cua.dk>
17320         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17322 2005-12-09  David Ponce  <david@dponce.com>
17324         * recentf.el: Improvement of the menu code.
17325         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
17326         instead of menu hook.
17327         (recentf-show-menu, recentf-hide-menu): New functions.
17328         (recentf-menu-customization-changed, recentf-mode): Use them.
17329         (recentf-menu-action, recentf-max-menu-items)
17330         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17331         (recentf-arrange-by-rule-others)
17332         (recentf-arrange-by-rules-min-items)
17333         (recentf-arrange-by-rule-subfilter): Don't use
17334         `recentf-menu-customization-changed'.
17335         (recentf-arrange-rules): Likewise.  Accept functions to compute
17336         sub-menu titles.
17337         (recentf-menu-filter): Likewise.  Doc fix.
17338         (recentf-menu-value-shortcut): Doc fix.
17339         (recentf-dump-variable): Quote atom value.
17340         (recentf-make-menu-items): Update to use it as a menu filter.
17341         (recentf-match-rule): New function.
17342         (recentf-arrange-by-rule): Use it.
17343         (recentf-indirect-mode-rule): New function.
17344         (recentf-build-mode-rules): Use it.
17345         (recentf-dir-rule): New function.
17346         (recentf-arrange-by-dir): Use it.
17347         (recentf-filter-changer-current): Rename from
17348         `recentf-filter-changer-state'.  All references updated.
17349         (recentf-filter-changer-alist): Update filter names.
17350         (recentf-filter-changer-select): New function.
17351         (recentf-filter-changer): Use it.  Make a sub-menu from filters
17352         available in `recentf-filter-changer-alist'.
17353         (recentf-data-cache, recentf-clear-data)
17354         (recentf-update-menu): Remove.  All references updated.
17355         (recentf-match-rule-p, recentf-build-dir-rules)
17356         (recentf-filter-changer-goto-next)
17357         (recentf-filter-changer-get-current)
17358         (recentf-filter-changer-get-next): Remove.
17360 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
17362         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17363         buffer "Reset" button to "Reset to Current" for consistency with
17364         the State buttons.
17366 2005-12-08  John Paul Wallington  <jpw@pobox.com>
17368         * ibuf-ext.el (define-ibuffer-filter filename):
17369         If `dired-directory' is a list then really use its car.
17371 2005-12-08  Kim F. Storm  <storm@cua.dk>
17373         * emulation/cua-rect.el (cua--rectangle-aux-replace):
17374         Fix indention of text on right side of replaced rectangle.
17376 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
17378         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17379         No need to check gud-comint-buffer is bound.
17380         (gdb): Prevent multiple debugging when first session uses gdba.
17382 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17384         CC Mode update to 5.31.
17386         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17387         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
17388         We might do this function properly in the future).
17390         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17391         New macros c-sentence-end and c-default-value-sentence end, to cope
17392         with Emacs 22's new function `sentence-end'.
17394 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17396         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
17397         compat issue using `c-put-overlay' and `c-delete-overlay'.
17399         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17400         New compat macros to handle overlays/extents.
17402 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17404         * progmodes/cc-fix.el: Add definitions of the macros push and pop
17405         (for GNU Emacs 20.4).
17407         * progmodes/cc-defs.el:
17408         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
17410         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
17411         highlighting mechanism so it will work in XEmacs too.
17413         * progmodes/cc-defs.el: Insert c-int-to-char.
17415         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17416         call to the new macro c-int-to-char.  This solves XEmacs's
17417         regarding characters as different from integers.
17419 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17421         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17422         New internal helper.
17424         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
17425         construct to make the indirect face lookup work in XEmacs.
17427         (c-cpp-matchers): Append the negation char face to the existing
17428         fontification, so that the cpp face doesn't disappear.
17429         Use `c-make-syntactic-matcher' to avoid negation chars in comments
17430         and strings.
17432         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
17433         to map to `font-lock-negation-char-face' in emacsen where it exists.
17435 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17437         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17439         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17440         Rename "c-subword-move-mode" as "c-subword-mode".
17442         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
17443         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
17445 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17447         * progmodes/cc-mode.el: Added autoload directive for
17448         `c-subword-move-mode' for use in older emacsen.
17450 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17452         * progmodes/cc-mode.el:
17453         (i): Insert a binding for C-c C-backspace into
17454         c-bind-special-erase-keys which works in TTYs.
17455         (ii): Make sure that when file styles are used, any explicitly
17456         given style variables take priority over those in the style.
17457         Do this by calling `hack-local-variables' a second time.
17459         * progmodes/cc-vars.el: Add language specific customization
17460         widgets for AWK to c-doc-comment-style, c-require-final-newline
17461         and c-default-style.  Add a defcustom for awk-mode-hook.
17462         Give c-syntactic-element and c-syntactic-context doc-strings by
17463         directly setting their `variable-documentation' propery.
17464         This allows Emacs 22.1 to read these with C-h v.
17466         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
17468 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17470         * progmodes/cc-fonts.el, cc-vars.el
17471         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17472         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
17473         Masatake YAMATO.
17475         (c-doc-comment-style): Made GtkDoc default in C mode.
17477         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17478         and C-c C-<delete>.
17480         (c-bind-special-erase-keys): New function for use on
17481         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
17483         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
17484         <delete> key behavior in XEmacs according to `delete-forward-p'.
17485         C.f. `c-electric-delete'.
17487 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17489         * progmodes/cc-mode.el: Give c-hungry-backspace and
17490         c-hungry-delete-forward permanent key bindings.
17492         * progmodes/cc-cmds.el (c-electric-semi&comma):
17493         Bind c-syntactic-context for calls to "criteria functions", for
17494         consistency with other calls to user functions.
17496         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
17497         `current-prefix-arg', since this might be the prefix arg to a
17498         command which calls c-indent-command as a function.  Change the
17499         interactive spec from "p" to "P".
17501         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
17502         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
17503         was difficult to understand.
17505 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17507         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
17508         first char of an identifier.
17510         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
17511         +" syntax in C++.
17513 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17515         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
17516         auto-fill doesn't split a c-comment's last word from a hanging
17517         "*/" when a space is typed between them after fill-column.
17519         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
17521         * progmodes/cc-styles.el (c-set-style)
17522         (c-setup-paragraph-variables): Abort the command if we're not in a
17523         CC Mode buffer.
17525         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
17526         with blank comment-prefix, and a blank line as the comment's
17527         second line.
17529 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17531         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
17532         Incorporate the patterns added in the Emacs development branch
17533         for the new Emacs 22 face `font-lock-negation-char-face'.
17535         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
17536         of "red" since it stands out better in xterms and DOS terminals.
17538         * progmodes/cc-engine.el (c-literal-faces):
17539         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
17541 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17543         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
17544         forcibly enable c-electric-flag.
17546         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
17547         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
17548         after the comment-prefix of a C-style comment will close that comment.
17550 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17552         * progmodes/cc-fonts.el (c-basic-matchers-before)
17553         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
17554         in Pike.
17556         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
17557         digraphs.
17559         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
17560         (c-cpp-message-directives, c-cpp-include-directives)
17561         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
17562         (c-cpp-expr-directives): Introduce new language constants to
17563         control cpp syntax in a cleaner way.
17565         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
17567         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
17569         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
17570         (c-multiline-string-start-char): New language constants and
17571         variables to specify how newlines in string literals work.
17573         (c-font-lock-invalid-string): Use them.
17575         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
17576         unbalanced close brace is entered.  Optimization by avoiding going
17577         back over arbitrarily large blocks.  Removed hints that this
17578         function only would be relevant/useful in AWK.
17580         (c-electric-brace): Indent syntactically after the cleanups since
17581         lineup functions might do it differently then.
17583         * progmodes/cc-engine.el, cc-langs.el
17584         (c-opt-op-identifier-prefix): New language constant and variable.
17586         (c-just-after-func-arglist-p, c-after-special-operator-id)
17587         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
17589         * progmodes/cc-align.el, cc-engine.el
17590         (c-after-special-operator-id): New helper to handle C++ operator
17591         identifiers.
17593         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
17594         (c-guess-basic-syntax): Handle C++ operator identifiers in
17595         declarations.
17597         * progmodes/cc-langs.el (c-assignment-operators): Add the
17598         trigraph version of ^= too.
17600         * progmodes/cc-langs.el (c-assignment-operators): Add the
17601         trigraph version of |= in C++.
17603         * progmodes/cc-fonts.el (c-font-lock-declarators):
17604         Handle `c-decl-hangon-kwds' after the identifier name.
17606         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
17607         whether an arglist is "nonempty", ignore a comment after the open
17608         paren if it isn't followed by a non-comment token on the same line.
17610         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
17611         Enable heuristics below the point to cope with classes inside special
17612         brace lists in Pike.
17614 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17616         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
17618 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17620         * progmodes/cc-guess.el (cc-guess-install): New function to
17621         install an already guessed style in another buffer.
17623         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
17624         sets `inhibit-read-only' - `c-save-buffer-state' should be used
17625         anyway if the change always is undone.
17627 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17629         Implement togglable electricity:
17631         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
17632         saying when it should be used.
17634         * progmodes/cc-engine.el: Add the new buffer-local variable,
17635         c-electric-flag.
17637         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
17638         c-toggle-auto-newline.
17640         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
17641         c-toggle-auto-newline.  Remove the binding for
17642         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
17643         c-toggle-electric-state.
17645         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
17647         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
17648         c-\(forward\|backward\)-subword.
17649         (c-update-modeline): Add the new modeline flag `l' for
17650         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
17651         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
17652         Make the old name an alias of the new name.
17653         (c-toggle-electric-state): New function.
17654         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
17655         Adapt these functions to do electric things only when
17656         c-electric-flag is non-nil.
17657         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
17658         new functions from c-electric-brace.
17659         (c-point-syntax): Add a check for "virtual semicolons" in AWK
17660         mode, so that the tentative extra newline doesn't change the
17661         syntax of the following brace.
17662         (c-electric-brace): Restructure by extracting the above functions.
17663         Tidy up the coding somewhat.
17664         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
17665         restructure a bit.
17667 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17669         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
17670         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
17672         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
17673         (c-submode-indicators): Change name from `c-auto-hungry-string'
17674         since it's now used to track another submode.
17676         (c-update-modeline): Convert to function and extended to check
17677         `c-subword-move-mode'.
17679         (c-forward-into-nomenclature, c-backward-into-nomenclature):
17680         Convert to compat aliases for `c-forward-subword' and
17681         `c-backward-subword'.
17683         * progmodes/cc-subword.el: New functions and minor mode to handle
17684         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
17686         (c-forward-subword, c-backward-subword, c-mark-subword)
17687         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
17688         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
17689         Functions corresponding to the standard word handling functions.
17691         (c-subword-move-mode): Minor mode that replaces all the standard
17692         word handling functions with their subword equivalences.
17694 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17696         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
17697         entry for one-liner-defun.
17699         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
17700         name in its def-edebug-spec.
17702         * progmodes/cc-cmds.el (c-electric-brace): Make the
17703         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
17704         compacts space before a comment, if this will make things fit on
17705         one line.
17707         Introduce an "awk" style, mainly for auto-newline and clean-ups.
17709         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
17711         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
17712         clean-up one-liner-defun.
17714         * progmodes/cc-styles.el: Add the new "awk" style.
17716         * progmodes/cc-vars.el: Add description of one-liner-defun to
17717         c-cleanup-list's doc-string.  New user options,
17718         c-max-one-liner-length.  In c-default-style, set the default style
17719         for AWK to "awk".
17721 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17723         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
17724         macros inside labels.
17726         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
17727         `c-at-statement-start-p' and `c-at-expression-start-p'.
17729         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
17730         error if the mark isn't set.
17732         * progmodes/cc-engine.el (c-guess-continued-construct)
17733         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
17734         accurately detect functions inside functions.
17736         * progmodes/cc-engine.el (c-at-expression-start-p): New function
17737         like `c-at-statement-start-p' that additionally recognizes commas
17738         and expression parentheses as delimiters.
17740         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
17741         to avoid heuristics that doesn't work for unclosed blocks.
17742         (c-at-statement-start-p): New function.
17744         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
17745         Objective-C directives, e.g. directives spanning lines should work
17746         reasonably well now.
17748         (c-put-c-type-property, c-clear-c-type-property): New helpers.
17750         (c-forward-objc-directive): New function to move over any ObjC
17751         directive.
17753         (c-just-after-func-arglist-p, c-guess-basic-syntax)
17754         (c-basic-matchers-before): Use it.
17756         (c-font-lock-objc-iip-decl): Remove.
17758         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
17759         in the template arglist recognition.
17761         * progmodes/cc-styles.el (c-style-alist): Fix several
17762         inconsistencies in the Whitesmith style.
17764         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
17765         New lineup function to get lines after Whitesmith style blocks
17766         correctly indented.
17768         (c-lineup-whitesmith-in-block): Back out the compensation for
17769         opening parens since it's done using `add' lists in the style
17770         definition instead.  Don't use the anchor position since it varies
17771         too much between the syntactic symbols. :P
17773         * progmodes/cc-vars.el (c-valid-offset): Update.
17775         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
17776         lists where the offsets are combined according to several
17777         different methods: `first', `min', `max', and `add'.
17778         Report offset evaluation errors with `c-benign-error' so that some kind
17779         of reindentation still is done.
17781         * progmodes/cc-engine.el (c-guess-basic-syntax):
17782         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
17783         `arglist-close'.
17785         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
17786         situations for `arglist-cont-nonempty' and `arglist-close'.
17788         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
17790         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
17791         cc-bytecomp-boundp' in a number of places.
17793         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
17794         macro related issue.
17796 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17798         * progmodes/cc-awk.el: Change the terminology of regexps: A char
17799         list is now [asdf], a char class [:alpha:].
17800         Include code for char classes.
17801         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
17802         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
17804         Remove (nearly all of) the cruft associated with AWK Mode's former
17805         concept of "virtual semicolons":
17807         Adapt c-beginning-of-statement, c-end-of-statement (together with
17808         subfunctions) to use the new notion of "virtual semicolon" in
17809         place of the old awkward special handling for AWK.  There remains
17810         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
17811         * progmodes/cc-cmds.el:
17812         (c-ascertain-adjacent-literal): In the backwards direction, now
17813         recognises AWK regexp delimiters as string delimiters.
17814         (c-after-statement-terminator-p): Adapt for virtual semicolons;
17815         check more rigorously for "end of macro".
17816         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
17817         virtual semicolons;
17818         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
17819         out the code for forward movement into ...
17820         (c-end-of-statement): Now contains the code for forward movement,
17821         adapted for virtual semicolons.
17823         * progmodes/cc-engine.el:
17824         (c-ws*-string-limit-regexp): New regexp.
17825         (c-forward-single-comment, c-backward-single-comment): Comment out
17826         the (now redundant) "special" AWK stuff.
17828         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
17829         c-string-par-start, c-string-par-separate to be more like Text
17830         Mode than Fundamental Mode.
17832 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17834         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
17835         to the fontified region so that fontification doesn't occur
17836         outside it (could happen e.g. when fontifying a line with an
17837         unfinished declaration).
17839 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17841         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
17842         start of the file.  ^L now separate sections of the file.
17843         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
17844         (c-awk-one-line-possibly-open-string-re)
17845         (c-awk-regexp-one-line-possibly-open-char-class-re)
17846         (c-awk-one-line-possibly-open-regexp-re)
17847         (c-awk-one-line-non-syn-ws*-re): New defonsts.
17848         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
17850         Amend the concept of "virtual semicolons" (in the indentation
17851         engine) for languages like AWK, such that they are now
17852         conceptually attached to end of the last token of a statement, not
17853         the end of the line.  (In AWK Mode, however, the pertinent text
17854         property is still physically set on the EOL.)  Remove the specific
17855         tests for awk-mode, thus facilitating the introduction of other
17856         language modes where EOLs can end statements.
17857         (Note: The funtionality in cc-cmds.el, specifically
17858         c-beginning/end-of-statement has yet to be amended.)
17860         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
17861         New macros.
17863         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
17864         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
17865         c-vsemi-status-unknown-p-fn (in a new page).
17867         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
17868         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
17869         numerous awkward forms like
17870         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
17871         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
17872         variable before-ws-ip, the place just after char-before-ip appears.
17874         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
17875         a comment.
17877 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17879         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
17880         `c-tentative-buffer-changes'.
17882         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
17883         convert to macro to choose between Emacs and XEmacs at compile time.
17885         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
17887         (c-tentative-buffer-changes): New macro to handle temporary buffer
17888         changes in a convenient way.
17890         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
17891         for `c-tentative-buffer-changes'.
17893         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
17894         the checks for paren sexps between the point and the keyword, to
17895         avoid some false alarms.
17897         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
17898         Fixed a situation where an error could be thrown for unbalanced
17899         parens.  Changed to make use of c-keyword-member' to avoid some
17900         repeated regexp matches.
17902         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
17903         These language variable are no longer necessary.
17905         (c-block-stmt-kwds): New language constant used by
17906         c-looking-at-inexpr-block'.
17908         (c-guess-basic-syntax): Remove an optional check that looked at
17909         the existence of the now removed language variables.
17911         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
17912         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
17913         object instantiation expressions as declarations in some contexts.
17914         This bug only affected languages where the declarator can't be
17915         enclosed in parentheses.
17917         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
17918         insert newlines before and after substatement braces.
17920         * progmodes/cc-engine.el: Improved the heuristics for recognizing
17921         function declaration headers and the handling of C++ style member
17922         init lists.
17924         (c-just-after-func-arglist-p): Rewritten to use
17925         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
17927         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
17929         (c-guess-basic-syntax): Adapt case 5B for the new
17930         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
17931         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
17932         covers all cases now).
17934         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
17936 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17938         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
17939         c-string-par-start/separate c-sentence-end-with-esc-eol,
17940         initialised in c-setup-paragraph-variables, used in string
17941         scanning subroutines of c-beginning-of-statement.
17943         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
17944         which precedes the newly inserted `{'.
17946 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17948         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
17949         function for declaration level blocks.  It should now cope with
17950         templates better and also be a lot more comprehensible.
17952         (c-looking-at-decl-block): The new function.
17954         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
17955         for compatibility.
17957         (c-add-class-syntax, c-guess-continued-construct)
17958         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
17960         (c-decl-block-key): Change to tell apart ambiguous and
17961         unambiguous keywords.  Pike specials are now handled directly in
17962         the code instead.
17964         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
17965         New language constants and variables to make the backward skip in
17966         `c-looking-at-decl-block' as tight as possible.
17968         (c-nonsymbol-token-char-list): New language constant.
17970         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
17971         find balanced template arglists backwards.
17973         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
17974         making char classes for `c-syntactic-skip-backward'.
17976         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
17977         16D - can't be a class-close at that point.
17979         * progmodes/cc-engine.el (c-guess-basic-syntax)
17980         (c-add-class-syntax): Don't narrow out the enclosing declaration
17981         level.  This makes everything a lot easier, and it was actually
17982         only four small places that needed it to work.  Some places that
17983         previously did `widen' are removed now, which has the effect that
17984         `c-guess-basic-syntax' never will look at things outside the
17985         current narrowment now.  The anchor position for `topmost-intro'
17986         is affected by this, but it was so bogus it was basically useless
17987         before, and now it's equally bogus but in a slightly different way.
17989         (c-narrow-out-enclosing-class): Gone.
17991         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
17992         the narrowed region.
17994         (c-least-enclosing-brace): Remove silly optional argument.
17996         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
17997         the point could be left directly after an open paren when finding
17998         the beginning of the first decl in the block.
18000         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18001         Specify which submatch to use.
18003         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18005         (c-decl-start-re): No longer any need for special treatment of
18006         ObjC due to the above.
18008         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18009         presumably follows C in that regard.
18011         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18012         New language constants to specify operator tokens inside
18013         identifiers in a more high level way.
18015         (c-opt-identifier-prefix-key): New internal language constant.
18017         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18018         (c-identifier-start, c-identifier-key): Now completely calculated
18019         from other constants.
18021         (c-identifier-last-sym-match): Decommission since it's no longer used.
18023         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
18025         * progmodes/cc-engine.el (c-forward-name): Remove the
18026         optimization when c-identifier-key is equal to c-symbol-key since
18027         it doesn't work in byte compiled files.  Don't record empty
18028         regions as identifiers.
18030         * progmodes/cc-langs.el (c-filter-ops): New helper function to
18031         simplify access to `c-operators' and its likes.
18033         (c-operator-list, c-all-op-syntax-tokens)
18034         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18035         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18036         (c-primary-expr-regexp, c-cast-parens): Use it.
18038         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18039         an explicit language in functions.
18041         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18042         variant of adornment.
18044         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18045         variable.
18047         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18048         the Pike value.
18050         * progmodes/cc-engine.el (c-on-identifier)
18051         (c-simple-skip-symbol-backward): Small fix for handling "-"
18052         correctly in `skip-chars-backward'.  Affected the operator lfun
18053         syntax in Pike.
18055         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18056         diagnostic message about precompiled language vars not being used.
18058         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18059         "__attribute__" is followed by a parenthesis.
18061         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18062         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18063         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18065         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18066         Internal cleanups to properly detect the declared identifiers in
18067         various declarations.
18069         (c-decl-start-kwds): New language constant to recognize
18070         declarations that can start anywhere.  Used for class declarations
18071         in Pike.
18073         (c-specifier-key, c-not-decl-init-keywords)
18074         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18075         (c-find-decl-spots): Implement `c-decl-start-kwds'.
18077         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18078         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18079         handling of the compiler specific extension keywords into a new
18080         language constant `c-decl-hangon-kwds' that defines keyword
18081         clauses to be ignored in declarations.
18083         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18084         past unrecognized tokens when handling `c-colon-type-list-kwds'.
18085         Necessary to stop at the declared identifier in e.g. IDL valuetype
18086         declarations.
18088         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18089         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18090         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18091         (c-forward-decl-or-cast-1): Recognize the declared identifier in
18092         class and enum declarations as such and not as part of the type.
18094         (c-forward-decl-or-cast-1, c-forward-label): Relax the
18095         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18097         (c-forward-decl-or-cast-1): Don't disregard sure signs of
18098         declarations when there's some syntax error later on.
18100         (c-complex-decl-matchers): Did away with a reference to
18101         `c-specifier-key'.
18103         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18104         value - this variable is always dynamically bound.
18106         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18107         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18108         * cc-cmds.el, cc-defs.el: Change the policy for marking up
18109         functions that might do hidden buffer changes: All such internal
18110         functions are now marked instead of those that don't.
18112         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18113         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18114         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18115         (c-literal-type): Allow these functions to make hidden buffer changes,
18116         so that they are free to use text property caching later on.
18118         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18119         (c-electric-brace, c-electric-slash, c-electric-star)
18120         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18121         (c-electric-paren, c-electric-continued-statement, c-indent-command)
18122         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18123         (c-context-line-break): Add `c-save-buffer-state' calls to comply
18124         with the changed semantics of the functions above.
18126         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18127         when macros occur in obscure places.  Optimized the sexp movement
18128         a bit.
18130 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18132         Enhancements for c-beginning-of-statement to work in AWK Mode:
18134         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18135         (completed statement) with `}' (statement completed by closing
18136         brace or semicolon) and `$' (statement completed by EOL).
18138         (c-awk-virtual-semicolon-ends-prev-line-p)
18139         (c-awk-virtual-semicolon-ends-line-p)
18140         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18141         (c-awk-at-statement-end-p): New functions.
18143         * progmodes/cc-cmds.el: Simplify the structure of functions
18144         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
18145         two functions and c-beginning-of-statement to handle AWK Mode.
18147         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18148         c-backward-single-comment for AWK mode.  Attempt to clarify their
18149         doc-strings.
18151         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18153 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18155         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18156         label handling.  Labels are now recognized in a uniform and more
18157         robust way, regardless of context.  Text properties are put on all
18158         labels to recognize the following declarations better.
18159         Multiword labels are handled both in indentation and fontification for
18160         the benefit of language extensions like Qt.  For consistency, keywords
18161         in labels are now fontified with the label face instead.
18162         That also applies to "case" and "default".
18164         (c-beginning-of-statement-1): Fix some bugs in the label
18165         handling.  Disregard `c-nonlabel-token-key' in labels that begin
18166         with `c-label-kwds'.
18168         (c-find-decl-spots): Support that the callback adds more
18169         `c-decl-end' spots to find.
18171         (c-forward-decl-or-cast-1): Don't treat a list of plain
18172         identifiers followed by a colon as a declaration.
18174         (c-forward-label): New function to recognize labels.
18176         (c-guess-basic-syntax): Replace uses of `c-label-key' with
18177         `c-forward-label'.  Moved the label recognition cases (14 and 15)
18178         earlier since they aren't so context sensitive now.  Handle labels
18179         on the top level gracefully.  Moved access label recognition to
18180         the generic label case (CASE 15) - removed CASE 5E.
18182         (c-font-lock-declarations): Add recognition of labels in the
18183         same round since we need to handle labels in parallell with other
18184         declarations to recognize both accurately.  It should also improve
18185         speed.
18187         (c-simple-decl-matchers, c-basic-matchers-after):
18188         Move `c-font-lock-labels' so that it only is used on decoration level 2
18189         since `c-font-lock-declarations' handles it otherwise.
18191         (c-complex-decl-matchers): Remove the simplistic recognition of
18192         access labels.
18194         (c-decl-prefix-re): Remove the kludges that was necessary to cope
18195         with labels earlier.
18197         (c-decl-start-re): New language variable to make
18198         `c-font-lock-declarations' stop for the special protection labels
18199         in Objective-C that start with `@'.
18201         (c-label-key): Remove since it's no longer used.
18203         (c-recognize-colon-labels, c-label-prefix-re): New language
18204         constants to support recognition of generic colon-terminated labels.
18206         (c-type-decl-end-used): `c-decl-end' is now used whenever there
18207         are colon terminated labels.
18209         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18210         first argument starts with a special brace list.
18212         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18213         (c-font-lock-declarations): Break out the declaration and cast
18214         recognition from `c-font-lock-declarations' to a new function, so
18215         that it can be used in the indentation engine.
18217         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18218         up to the start of the literal.  Fixed bug with the point on the
18219         wrong side of the search limit that could happen when the start
18220         position is inside a literal.
18222         * progmodes/cc-engine.el (c-parse-state)
18223         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18224         so that it's kept a little bit back to increase the hit rate.
18226         (c-parse-state): Change the macro handling and fixed some
18227         glitches.  Macro context is checked more often than necessary now,
18228         but otoh less garbage conses are generated.
18230         * progmodes/cc-engine.el (c-parse-state)
18231         (c-invalidate-state-cache): Cache the last position where
18232         `c-state-cache' applies.  This can speed up refontification quite
18233         a bit in blocks where there are many non-brace parens before the point.
18235         (c-state-cache-end): New variable for this.
18237         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18238         cache variable.
18240         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18241         get close initial continue positions when the start position is
18242         inside a literal or macro.  Do not call the callback for spots
18243         before the start position (which can happen e.g. for `c-decl-end'
18244         spots inside comments).  Optimize better in special cases when the
18245         region is a single line inside a literal or macro (typically when
18246         the current line is refontified).
18248         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18249         to `c-add-stmt-syntax' - there's no need to explicitly whack off
18250         entries from the paren state.
18252         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18253         special case for "else if" clauses.
18255         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18256         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18258         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18259         New language variable to recognize the gcc extension with statement
18260         blocks inside expressions.
18262         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18263         it somewhat more comprehensible.  The argument AT-BLOCK-START is
18264         no longer used and hence removed.
18266         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18267         to `c-add-stmt-syntax'.
18269         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18270         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18271         This fixes bogus label recognition.
18273         * progmodes/cc-engine.el (c-add-type, c-check-type)
18274         (c-forward-name, c-forward-type): Improve storage of template
18275         types in `c-found-types' so that they can be recognized better.
18277         (c-syntactic-content): Add option to skip past nested parens.
18279         * progmodes/cc-engine.el (c-forward-name):
18280         Set `c-last-identifier-range' all the time.  It's less work that way.
18281         Handle that there might not be an identifier to store in
18282         `c-last-identifier-range'.
18284         (c-forward-type): Handle that `c-last-identifier-range' might be
18285         nil from `c-forward-name'.
18287         * progmodes/cc-defs.el (c-safe-scan-lists)
18288         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18290         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18291         to work even if the form fails.
18293         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18294         down in a large file in one go.
18296         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18298         * progmodes/cc-align.el (c-lineup-assignments): New lineup
18299         function which is like `c-lineup-math' but returns nil instead of
18300         `c-basic-offset' when it doesn't match.
18302         (c-lineup-math): Change to use `c-lineup-assignments'.
18304 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18306         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18307         c-beginning-of-statement.  New subfunctions
18308         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18310 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18312         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18313         hardcoded char classes whereever possible.  Changed a couple of
18314         places to use skip by syntax instead of skip by char class.
18316         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18317         Fix a bug in the regexp that caused extreme backtracking.
18319         * progmodes/cc-langs.el (c-block-comment-starter)
18320         (c-block-comment-ender): New language constants to specify in a
18321         single place how block comments look.
18323         (c-comment-start-regexp, c-block-comment-start-regexp)
18324         (comment-start, comment-end, comment-start-skip)
18325         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18326         (c-syntactic-ws, c-nonempty-syntactic-ws)
18327         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18328         `c-line-comment-starter', `c-block-comment-starter' and
18329         `c-block-comment-ender'.
18331         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18332         New language constants to break up things a bit.
18334         (c-simple-ws): New language constant for simple whitespace.
18336         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18338         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18339         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18340         newlines.  Allow and ignore nil elements in the list.
18342 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18344         * progmodes/cc-cmds.el: Comment out a (n almost certainly
18345         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18347         * progmodes/cc-cmds.el: Tidy up the comments in
18348         c-beginning-of-statement and subfunctions.
18350         * progmodes/cc-awk.el: Replace calls to put-text-property to the
18351         more flexible c-put-char-property and c-clear-char-properties.
18352         Add the author's email address.
18354         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18356         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18357         closing "*/" of a block comment.
18359         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18360         subfunctions) so that it works at BOB and EOB.
18362         * progmodes/cc-cmds.el, cc-vars.el: More updating of
18363         c-beginning-of-statement, including new variable
18364         c-block-comment-start-regexp.
18366 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18368         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18369         symbols from `*-font-lock-extra-types' so that there's no need to
18370         use `regexp-opt' on those lists.
18372         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18373         `c-type-modifier-kwds' is empty.
18375         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18376         there are several strings on the same line.
18378         * progmodes/cc-engine.el (c-literal-limits): Remove the
18379         compatibility function for older emacsen.  `c-literal-limits-fast'
18380         has now taken the place of this function.
18382         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18383         with older emacsen: We now require `pps-extended-state'.
18385 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18387         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18388         which obviates the need to hack sentence-end.  This now handles
18389         escaped newlines in strings correctly.  Correct minor bugs in
18390         c-move-over-sentence and in c-beginning-of-statement.
18392         * progmodes/cc-cmds.el (c-beginning-of-statement (and
18393         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18394         that movement over macros and code are rigorously separated from
18395         eachother.  Correct a few incidental bugs.
18397         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
18398         Improve its doc-string.  Improve the handling of certain specific cases.
18400 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18402         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
18403         (c-guess-basic-syntax): Change the way class-level labels are
18404         recognized; they can now contain essentially any symbols.
18406         (c-opt-extra-label-key): New language variable to cope with the
18407         special protection label syntax in Objective-C.
18409         (c-opt-access-key): Remove; this is now handled better by
18410         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18412         (c-complex-decl-matchers): Update to handle that
18413         `c-opt-access-key' no longer exists.
18415         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18416         improved label recognition in `c-beginning-of-statement-1'.
18418         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18419         Recognize bitfields better.
18421         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
18422         Remove some cruft and fixed a bug that could cause it to go to a
18423         position further down.
18425         * progmodes/cc-langs.el, cc-engine.el
18426         (c-beginning-of-statement-1): Improve detection of labels in
18427         declaration contexts.
18429         (c-beginning-of-decl-1): Use it.
18431         (c-nonlabel-token-key): New language constant and variable needed
18432         by `c-beginning-of-statement-1'.
18434         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
18435         manifested itself due to the correction in `c-forward-sexp'.
18437         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18438         Make these behave as documented when used at the buffer limits.
18440         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
18441         (c-type-decl-end-used): Made this a language variable.
18443         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
18444         correctly when `combine-after-change-calls' is used together with
18445         temporary narrowings.
18447         * progmodes/cc-engine.el (c-beginning-of-statement-1):
18448         Report labels correctly when the start point is immediately after the
18449         colon.
18451         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
18452         Remove since it isn't used anymore.
18454         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
18455         bracket arglists such as template parens in C++.
18457         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
18458         in the last check-in.  Some optimization.
18460         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
18461         where it could stop at the same level in a preceding sexp when
18462         PAREN-LEVEL is set.
18464         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18465         text property lookup only when it's needed.
18467         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
18468         Change the policy for paren marked angle brackets to be more
18469         persistent; once marked they remain marked even when they're found
18470         to be unbalanced in the searched region.  This should keep the
18471         paren syntax around even when individual lines are refontified in
18472         multiline template arglists.
18474         (c-parse-and-markup-<>-arglists): New dynamically bound variable
18475         to control markup so that incorrect angle bracket arglists aren't
18476         marked in contexts where the correct value for
18477         `c-disallow-comma-in-<>-arglists' isn't known.
18479         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
18480         argument has become `c-parse-and-markup-<>-arglists'.
18482         (c-remove-<>-arglist-properties): Remove - no longer used.
18484         (c-after-change-check-<>-operators): New function used on
18485         `after-change-functions' to avoid that "<" and ">" characters that
18486         are part of longer operators have paren syntax.
18488         (c-<>-multichar-token-regexp): New language variable used by
18489         `c-after-change-check-<>-operators'.
18491         (c-after-change): Call `c-after-change-check-<>-operators'.
18493         (c-font-lock-<>-arglists): Use the context properties set by
18494         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
18495         correctly to avoid doing invalid markup.
18497         (c-font-lock-declarations): Remove code that undoes the invalid
18498         markup done by `c-font-lock-<>-arglists'.
18500         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
18501         after `c-font-lock-declarations'.
18503         * progmodes/cc-engine.el (c-syntactic-skip-backward):
18504         Add paren-level feature.
18506         (c-guess-basic-syntax): Improve the anchor position for
18507         `template-args-cont' in nested template arglists.  There's still
18508         much to be desired in this area, though.
18510 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18512         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
18513         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
18515 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18517         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
18518         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
18520         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
18521         it doesn't work no longer are supported.
18523         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
18524         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
18525         requires support for the syntax-table' text property, which rules
18526         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
18527         cruft associated with those versions.
18529         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
18530         for the `syntax-table' text property, which rules out Emacs 19 and
18531         XEmacs < 21.4.  Removed various compatibility cruft associated
18532         with those versions.
18534         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
18535         support for the `syntax-table' text property.
18537         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
18538         variable and use an extra quoted face name instead.  All the
18539         emacsen flavors handle that correctly.
18541         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
18542         (c-font-lock-declarators, c-font-lock-declarations)
18543         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
18544         property to mark the items in in declarator lists to handle
18545         refontification inside multiline declarations better.
18547         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
18548         construct like "a * b = c;" as a declaration.
18550 2005-12-08  Kim F. Storm  <storm@cua.dk>
18552         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
18553         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
18554         select either meta, hyper, or super modifier for rectangle commands.
18555         (cua--rectangle-modifier-key): New defvar.
18556         (cua--M/H-key): Use it.  Remove special case for `space'.
18557         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
18558         on X, to meta otherwise.  Always bind C-return to toggle
18559         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
18561         * emulation/cua-rect.el (cua-help-for-rectangle):
18562         Use cua--rectangle-modifier-key.  Handle super modifier too.
18563         (cua--init-rectangles): Always bind C-return to toggle rectangle.
18564         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
18566         * ido.el: Move Acknowledgements and History after Commentary.
18567         Minor changes to Commentary.
18569         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
18570         keymap if cua--prefix-override-timer is `shift'.
18571         (cua--shift-control-prefix): New function; emulate "type prefix
18572         key twice" functionality to handle shifted prefix key override.
18573         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
18574         New commands.
18575         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
18577 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
18579         * textmodes/org.el (org-insert-heading): Try to do items before
18580         headings.
18581         (org-agenda-mode): Quote `org-agenda-mode-hook'.
18582         (org-insert-item): New function.
18583         (org-renumber-ordered-list): Don't skip to higher level lists.
18585 2005-12-08  Juri Linkov  <juri@jurta.org>
18587         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
18589         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
18591         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
18593         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
18594         the constructed function name fun-1.
18596         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
18597         because such links don't lead to parent documentation.
18599 2005-12-08  Kenichi Handa  <handa@m17n.org>
18601         * descr-text.el (describe-char): Use *Help-2* buffer if the
18602         current buffer is *Help*.  Call describe-text-properties while
18603         setting the original buffer.
18605 2005-12-07  Bill Wohler  <wohler@newt.com>
18607         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
18608         and causes problems with non-MH users (such as Gnus users).
18610 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
18612         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
18613         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
18614         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
18615         command "info sources".  Move calls to GDB command "list".
18616         (gdb-find-file-hook): Just use gdb-source-file-list.
18617         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
18618         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
18619         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
18620         (gdb-data-list-register-values-handler): Use correct trigger name.
18622 2005-12-07  Kim F. Storm  <storm@cua.dk>
18624         * ido.el (ido-completion-map): Rename from ido-mode-map.
18625         (ido-common-completion-map, ido-file-completion-map)
18626         (ido-file-dir-completion-map, ido-buffer-completion-map):
18627         Rename from ido-mode-....-map.
18628         (ido-init-completion-maps): Rename from ido-init-mode-maps.
18629         (ido-setup-completion-map): Rename from ido-define-mode-map.
18630         (ido-read-internal): Bind minibuffer-local-filename-completion-map
18631         to ido-completion-map.
18633 2005-12-07  Kenichi Handa  <handa@m17n.org>
18635         * international/mule-cmds.el
18636         (set-display-table-and-terminal-coding-system): If the coding
18637         system specified in `unibyte-display' property is different from
18638         the arg coding-system, don't setup standard-display-table.
18640 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18642         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
18643         that comments end at \n, regardless of selective-display.
18645 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
18647         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
18648         (gdb-version): New variables.
18649         (gdb-source-file-list, gdb-register-names)
18650         (gdb-changed-registers): New variables for use with GDB 6.4+.
18651         (gdb-ann3): Replace with...
18652         (gdb-init-1, gdb-init-2): ...two new functions.
18653         (gdba, gdb-prompt): Call gdb-init-1.
18654         (gdb-get-version): New function.  Call gdb-init-2 from here.
18655         (gud-watch): Make it work with mouse events too.
18656         (gdb-post-prompt): Don't add to queue until GDB version is known.
18657         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
18658         (gdb-locals-mode): Use gdb-version.
18659         (gdb-memory-format-map, gdb-memory-unit-map)
18660         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
18661         (gdb-locals-font-lock-keywords-1)
18662         (gdb-locals-font-lock-keywords-2): New variables.
18663         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
18664         (gdb-set-gud-minor-mode-existing-buffers-1)
18665         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
18666         (gdb-var-update-1, gdb-var-update-handler-1)
18667         (gdb-data-list-register-values-handler)
18668         (gdb-data-list-register-values-custom)
18669         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
18670         (gdb-stack-list-locals-handler, gdb-get-register-names):
18671         New functions for use with GDB 6.4+.
18672         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
18673         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
18674         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
18675         (gdb-stack-list-locals-regexp)
18676         (gdb-data-list-register-names-regexp): New regexps for use with
18677         GDB 6.4+.
18679 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18681         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
18683 2005-12-06  Nozomu Ando  <nand@mac.com>
18685         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
18686         prompts work for AUTH PLAIN.  Also reported by Steve Allan
18687         <seallan@verizon.net>.
18689 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
18691         * frame.el (set-frame-parameter): Add doc string.
18693 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
18695         * textmodes/org.el (org-occur-highlights): New variable.
18696         (org-highlight-new-match, org-remove-occur-highlights): New functions.
18697         (org-highlight-sparse-tree-matches): New option.
18698         (org-do-occur): New function.
18699         (org-get-heading): Make it work also at beginning of line.
18700         (org-category-table): New variable.
18701         (org-get-category-table, org-get-category)
18702         (org-camel-to-words, org-link-search): New functions.
18703         (org-select-this-todo-keyword): New variable.
18704         (org-todo-list): New command.
18705         (org-shiftright, org-shiftleft): New commands.
18706         (org-agenda-todo): Add prefix argument.
18707         (org-show-hierarchy-above): New option.
18708         (org-show-todo-tree): Numerical prefix creates tree for specific
18709         TODO keyword.
18710         (org-outline-level): New function, to assign a level to plain
18711         lists items.
18712         (org-cycle-include-plain-lists): New option.
18713         (org-mode): Use `org-outline-level' as value of `outline-level'.
18714         (org-cycle): Temporarily switch `outline-regexp' if
18715         `org-cycle-include-plain-lists' is non-nil.
18716         (org-start-icalendar-file): Fix format bug.
18717         (org-agenda-get-day-entries): Create category table.
18718         (org-agenda-get-todos, org-agenda-get-timestamps)
18719         (org-agenda-get-deadlines, org-agenda-get-scheduled)
18720         (org-agenda-get-blocks): Use `org-get-category'.
18721         (org-context-in-file-links): Rename from
18722         `org-line-numbers-in-file-links'.
18724 2005-12-06  Romain Francoise  <romain@orebokech.com>
18726         * window.el (balance-windows): Delete extraneous third arg in call
18727         to `enlarge-window'.
18729 2005-12-06  Kenichi Handa  <handa@m17n.org>
18731         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
18733 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
18735         * progmodes/gdb-ui.el (gdb-var-create-handler)
18736         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
18737         (gdb-var-list-children-handler, gdb-var-update-handler):
18738         Current buffer is already gdb-partial-output-buffer, don't
18739         make it current again.
18741 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
18743         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
18744         (list-buffers-noselect): Use it.
18746 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18748         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
18749         (mail-yank-ignored-headers): Use regexp-opt.
18750         (mail-mode-map): Move initialization into declaration.
18751         (mail-sent-via): Remove unused shadowed var `to-line'.
18752         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
18753         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
18754         (mail-do-fcc): Use dolist and push.
18755         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
18756         (mail-yank-ignored-headers): Don't autoload.
18758 2005-12-05  Kenichi Handa  <handa@m17n.org>
18760         * international/mule-cmds.el (set-language-info-internal): New fun.
18761         (set-language-info): Call set-language-info-internal to update
18762         language-info-alist.  If LANG-ENV is the current one, call
18763         set-language-environment to make INFO effective now.
18764         (set-language-info-alist): Likewise.
18765         (locale-language-names): With locale "en", use English
18766         lang. env. but set the default codings to iso-8859-1.
18768 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
18770         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
18771         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
18772         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
18773         for plain strings.
18774         (gdb-frames-mode): Remove redundant call to font-lock-mode.
18775         (gdb-all-registers): Rename from toggle-gdb-all-registers.
18776         Create registers buffer if necessary.  Echo new state in minibuffer.
18777         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
18779 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
18781         * info.el (Info-fontify-node): Match external links using
18782         non-directory part of filename.
18784 2005-12-04  Juri Linkov  <juri@jurta.org>
18786         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
18787         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
18788         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
18789         because there is no customization option for it.
18791         * font-lock.el (lisp-font-lock-keywords-1):
18792         Add define-global-minor-mode.
18794         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
18796         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
18797         properties on the constructed variable names.
18799         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18800         Put `definition-name' properties on the constructed function names
18801         next-sym and prev-sym.
18803         * emacs-lisp/find-func.el (find-function-regexp):
18804         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
18805         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
18806         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
18807         and easy-menu-define.
18809         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
18810         easy-mmode-define-global-mode and define-global-minor-mode.
18811         (lisp-imenu-generic-expression): Add define-global-minor-mode.
18813         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
18814         instead of easy-mmode-define-global-mode.
18816         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18817         Use define-minor-mode instead of easy-mmode-define-minor-mode.
18819         * cus-edit.el (customize-group, customize-group-other-window):
18820         Filter out autoloaded options from the group completion list by
18821         using heuristics that autoloaded groups don't have `custom-autoload'
18822         property on their symbols (they have only `custom-loads').
18824         * simple.el (completion-setup-function): Put completions-common-part
18825         face on complete completion string too (i.e. completion string
18826         without completions-first-difference face).
18828         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
18830 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
18832         * view.el (view-mode): Doc fix.
18834         * disp-table.el (standard-display-european): Add to the warning
18835         message a reference to the doc string.
18837         * play/yow.el (apropos-zippy): Call print-help-return-message,
18838         similar to other Help and Apropos commands.
18840         * help.el (print-help-return-message): If pop-up-frames is
18841         non-nil, set up help-return-method to delete the help window and,
18842         possibly, its frame as well, and don't display message about
18843         scrolling the help window.  Doc fix.
18844         (help-return-method): Doc fix.
18846 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
18848         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
18849         whereby names of length one or names starting with a
18850         symbol-constituent character would not be returned.
18852 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
18854         * subr.el (atomic-change-group): Add edebug and indentation spec.
18856 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18858         * completion.el (save-completions-file-name): Fix typo in last change.
18860 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18862         * info.el: Move back/forward history to the beginning of the tool bar.
18864 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
18866         * allout.el (eval-when-compile): Remove unnecessary load of cl.
18867         Add fset of allout-real-isearch-abort during compile to fix
18868         byte-compilation warnings.
18869         (allout-mode-p): Move definition of this macro above all uses, or
18870         byte compilation in barren Emacs (eg, during Emacs build) will
18871         lack the definition.
18872         (allout-mode): Move this variable above any uses, or byte
18873         compilation will fail.
18874         (allout-resolve-xref): Remove use of personal file-reference function.
18875         (allout-toggle-current-subtree-encryption): Do the current (ie,
18876         visible containing) topic, rather than nearest around point.  Doc fix.
18877         (allout-toggle-subtree-encryption): New function, workhorse that
18878         works on nearest topic containing point.
18879         (allout-encrypt-string): Signal requirement for newer version of pgg.
18880         (allout-resumptions): Doc fix.
18882 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
18884         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
18886 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
18888         * textmodes/flyspell.el (flyspell-external-point-words):
18889         Consider a misspelling as found in the string search if: (a) misspelling
18890         and found string lengths match, or (b) misspelling is found as
18891         element in a boundary-chars separated longer string, or (c)
18892         ispell-program-name is really ispell and misspelling is found as
18893         part of a TeX string.  After successful match move beginning of
18894         search region to end of match.  Warn about not found misspellings
18895         once the process is done.
18896         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
18898 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
18900         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
18901         tool bar (removed inadvertently).
18903 2005-12-02  Juri Linkov  <juri@jurta.org>
18905         * log-view.el (log-view-diff): Clarify doc string.
18907 2005-12-01  Bill Wohler  <wohler@newt.com>
18909         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
18910         triggers lm-verify errors.
18912 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
18914         * simple.el (transient-mark-mode, line-number-mode)
18915         (column-number-mode, size-indication-mode): Remove `:require nil'.
18917 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
18919         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
18920         in the margin also.
18921         (gdb-breakpoints-mode-map): Use D instead of d for
18922         gdb-delete-breakpoint.
18923         (gdb-get-frame-number): Require a number to match on.
18924         (gdb-threads-mode-map): Add follow-link binding.
18926 2005-11-30  Jason Rumney  <jasonr@gnu.org>
18928         * isearch.el (isearch-mode-map): Avoid exiting search on
18929         language-change event.
18931 2005-11-30  Romain Francoise  <romain@orebokech.com>
18933         * speedbar.el (speedbar-default-position): New defcustom.
18934         (speedbar-frame-reposition-smartly): Use it.
18936         * dframe.el (dframe-reposition-frame-emacs): Fix position
18937         computation for `left' location.
18938         Update copyright year.
18940 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18942         * help.el (help-map): Move initialization into declaration.
18944         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
18946         * help-fns.el (help-argument-name): Don't autoload.
18947         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
18948         to be re-loaded when customizing the `help' group.
18950 2005-11-30  John Paul Wallington  <jpw@gnu.org>
18952         * help-fns.el (describe-function-1): Fill arglist output.
18954 2005-11-30  Kim F. Storm  <storm@cua.dk>
18956         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
18957         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
18958         after revert-buffer (or anything else which kills all local variables).
18960         * apropos.el (apropos-parse-pattern): Doc fix.
18961         Set apropos-regexp directly, rather than expecting callers to do so.
18962         (apropos-command, apropos, apropos-value, apropos-documentation):
18963         Simplify calls to apropos-parse-pattern.
18965 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
18967         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
18968         (hi-lock-face-phrase-buffer): Use hi-yellow face.
18969         (hi-lock-write-interactive-patterns): Use comment-region.
18971         * longlines.el (longlines-mode): Add mail-setup-hook.
18973         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
18975         * simple.el (sendmail-user-agent-compose, next-line):
18976         Conditionally use hard-newline.
18978 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18980         * international/latexenc.el (latex-inputenc-coding-alist):
18981         Reword doc string.
18983 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
18985         * help.el (describe-key-briefly, describe-key): Recognize default
18986         bindings.
18988 2005-11-29  Romain Francoise  <romain@orebokech.com>
18990         * view.el (view-inhibit-help-message): New defcustom.
18991         (view-mode-enter): Use it.
18993 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
18995         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
18996         Preserve user position.
18998 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
19000         * font-lock.el: Throw error if facemenu is not loaded to prevent
19001         accidental change of loading order in loadup.el.  (Suggested by RMS.)
19003         * loadup.el: Add comment explaining why facemenu must be loaded
19004         before font-lock.
19006 2005-11-28  Jay Belanger  <belanger@truman.edu>
19008         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19009         (calc-dispatch-map): Add more keys for `calc-same-interface'.
19011         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19013         * calc/calc-embed.el (calc-do-embedded): Update help message.
19015         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19017 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19019         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19021         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19022         called-interactively-p.
19023         (elp-profilable-p): Rename from elp-not-profilable-p.
19024         Invert result and take into account macros and autoloaded functions.
19025         (elp-instrument-function): Update call.
19026         (elp-instrument-package): Update call.  Add completion.
19027         (elp-pack-number): Use match-string.
19028         (elp-results-jump-to-definition-by-mouse): Merge into
19029         elp-results-jump-to-definition and then remove.
19030         (elp-output-insert-symname): Make help echo text single-line.
19032         * replace.el (query-replace-map): Move initialization into declaration.
19033         (occur-engine): Use with-current-buffer.
19034         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19035         (occur-mode-mouse-goto): Replace with an alias.
19037 2005-11-28  Juri Linkov  <juri@jurta.org>
19039         * simple.el (quoted-insert): Let-bind input-method-function to nil.
19041         * term/w32-win.el: Bind [S-tab] to [backtab].
19043         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19044         `Info-find-file' to t.
19046         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19047         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19048         and same-window-regexps.
19049         (occur-next-error): Don't move point for arg 0.
19051 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
19053         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19055 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19057         * log-edit.el (log-edit-changelog-use-first): New var.
19058         (log-edit-changelog-ours-p): Use it.
19059         (log-edit-insert-changelog): Set it with new arg `use-first'.
19060         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19061         (log-edit-hook): Add them to the list of suggested options.
19063         * textmodes/flyspell.el (flyspell-last-buffer): New var.
19064         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19065         redundant work.
19066         (flyspell-mode-on): Use add-hook for after-change-functions.
19067         (flyspell-mode-off): Use remove-hook for after-change-functions.
19068         (flyspell-changes): Make it buffer-local.
19069         (flyspell-after-change-function): Make it non-interactive.  Use push.
19070         (flyspell-post-command-hook): Check input-pending-p while processing
19071         the potentially long list of buffer changes.
19073 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19075         * buff-menu.el (list-buffers-noselect): Display the selected
19076         frame's buffer list, not the global one.
19078 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
19080         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19081         that (list last-input-event) works as in interactive spec.
19083 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19085         * loadup.el ("facemenu"): Load facemenu before font-lock, because
19086         `facemenu-keymap' needs to be defined when font-lock is loaded.
19087         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19089 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19091         * completion.el: Remove useless leading * in defcustom docstrings.
19092         (save-completions-file-name): Use ~/.emacs.d if available.
19093         (completion-standard-syntax-table): Rename from
19094         cmpl-standard-syntax-table and fold initialization into declaration,
19095         thus removing cmpl-make-standard-completion-syntax-table.
19096         (completion-lisp-syntax-table, completion-c-syntax-table)
19097         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19098         (cmpl-saved-syntax, cmpl-saved-point): Remove.
19099         (symbol-under-point, symbol-before-point)
19100         (symbol-under-or-before-point, symbol-before-point-for-complete)
19101         (add-completions-from-c-buffer): Use with-syntax-table.
19102         (make-completion): Don't return a list of completion entries.
19103         Update callers.
19104         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19105         (completion-initialize): Rename from initialize-completions.
19106         (completion-find-file-hook): Rename from cmpl-find-file-hook.
19107         (kill-emacs-save-completions): Collect stats here.
19108         (save-completions-to-file, load-completions-from-file):
19109         Use with-current-buffer.
19110         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
19111         into a function.  Move all calls to toplevel.
19112         (completion-lisp-mode-hook): New fun.
19113         (completion-c-mode-hook, completion-setup-fortran-mode):
19114         Set the syntax-table here.  Use local-set-key.
19115         (completion-saved-bindings): New var.
19116         (dynamic-completion-mode): Make it into a proper minor mode.
19117         (load-completions-from-file): Remove unused var `num-uses'.
19119         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19120         constructor if it is explicitly overridden.
19122         * complete.el (PC-completion-as-file-name-predicate):
19123         Use minibuffer-completing-file-name.
19124         (partial-completion-mode): Use find-file-not-found-functions.
19125         (PC-lisp-complete-symbol): Use with-syntax-table.
19126         (PC-look-for-include-file): Remove dead setq.
19127         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19128         (PC-complete): Use with-current-buffer.
19130         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19131         escape single quotes.
19133 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19135         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19136         of `if' whose condition always returned nil.  Doc fix.
19138         * buff-menu.el (Buffer-menu-revert-function): Make the selected
19139         window's buffer the current buffer around the call to
19140         `list-buffers-noselect'.  This is necessary to mark that buffer
19141         with a `.' in the Buffer Menu when called from Lisp, for instance
19142         by Auto Revert Mode.
19144 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
19146         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19147         attaching to it.
19148         (gdb-pre-prompt): Make sure gdb-error is reset.
19150         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19151         with a child process, detect it.
19152         (gud-speedbar-buttons): Match regexp more carefully.
19154 2005-11-27  Richard M. Stallman  <rms@gnu.org>
19156         * mouse.el (mouse-drag-move-window-bottom):
19157         Use adjust-window-trailing-edge.
19159 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19161         * simple.el (blink-matching-open): Ignore
19162         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19163         (blink-matching-paren-on-screen): Update docstring.
19165         * paren.el (show-paren-mode): No longer change
19166         `blink-matching-paren-on-screen'.
19168 2005-11-27  John Paul Wallington  <jpw@pobox.com>
19170         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19171         (gdb-threads-select, gdb-edit-register-value):
19172         Use `posn-set-point' instead of `mouse-set-point' because the
19173         latter is not fbound when configured without X.
19175 2005-11-27  Kim F. Storm  <storm@cua.dk>
19177         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19178         existing face when partially highlighting a TAB in a rectangle.
19180 2005-11-26  Kim F. Storm  <storm@cua.dk>
19182         * ido.el (ido-mode-map): Doc fix.
19183         (ido-mode-common-map, ido-mode-file-map)
19184         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19185         (ido-define-mode-map): Rewrite.  Select one of the new maps as
19186         parent for ido-mode-map instead of building from scratch.
19187         (ido-init-mode-maps): New defun to initialize new maps.
19188         (ido-mode): Call it.
19189         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19190         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19192 2005-11-26  John Paul Wallington  <jpw@pobox.com>
19194         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19195         `mouse-set-point' because the latter is not fbound when configured
19196         without X.
19198 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
19200         * files.el (file-relative-name): Doc fix.
19202 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
19204         * progmodes/octave-inf.el (inferior-octave-startup): Force a
19205         non-empty string for secondary prompt PS2.
19207 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19209         * progmodes/compile.el (compilation-setup): Fix last change.
19211 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
19213         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19214         (gdb-mouse-toggle-breakpoint-margin)
19215         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19216         Add gdb-server-prefix to keep out of command history.
19217         (gdb-edit-register-value): New function.
19218         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19219         (gdb-info-registers-custom): Use above map.
19221 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19223         * custom.el (enable-theme): Signal error if argument is not a
19224         theme.  Don't recalculate a face if it's not loaded yet.
19226         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19227         the `user' theme is in effect.
19229         * info.el (Info-on-current-buffer): Record actual filename in
19230         Info-current-file, instead of t, or a fake filename if a non-file
19231         buffer.  Make autoload.
19232         (Info-find-node, Info-revert-find-node): No need to check for
19233         Info-current-file nil.
19234         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19235         Info-current-file is now never `t'.
19236         (Info-fontify-node): Many simplifications due to Info-current-file
19237         always being valid.  Use Info-find-file to find node filename.
19239 2005-11-25  David Kastrup  <dak@gnu.org>
19241         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19242         new character, then delete" in order to preserve markers.
19244 2005-11-25  David Ponce  <david@dponce.com>
19246         * recentf.el (recentf-arrange-by-rule): Handle a special
19247         `auto-mode-alist'-like "strip suffix" rule.
19248         (recentf-build-mode-rules): Handle second level auto-mode entries.
19250 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
19252         * viper-keym.el (viper-ESC-key): Use different values in terminal and
19253         window modes.
19255         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19256         jde-javadoc-checker-report-mode.
19258         * ediff-wind (ediff-make-wide-display): Slight simplification.
19260         * ediff.el (ediff-date): Change the date of last update.
19262 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
19264         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19265         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
19266         (hi-lock-mode): New global minor mode.
19267         (turn-on-hi-lock-if-enabled): New function.
19268         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19269         Change arguments to regexp and face instead of a font-lock pattern.
19270         Directly set face property, instead of refontifying.
19271         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19272         (hi-lock-find-patterns): Use line-number-at-pos.
19274         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
19275         arguments for hi-lock-set-pattern.
19276         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19277         Call font-lock-fontify-buffer.
19278         (hi-lock-find-file-hook, hi-lock-current-line)
19279         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19281         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19282         turned off.
19284         * progmodes/compile.el (compilation-setup): Don't fiddle with
19285         font-lock-defaults.
19287 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
19289         * progmodes/gdb-ui.el (gdb-var-create-handler)
19290         (gdb-var-list-children-handler): Find values for all variable
19291         objects.  gud-speedbar-buttons decides whether to display them.
19293 2005-11-24  Romain Francoise  <romain@orebokech.com>
19295         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19296         buffer name with a space.
19298 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
19300         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19301         `org-export-local-list-max-depth'.  Change default value to 3.
19302         (org-auto-renumber-ordered-lists)
19303         (org-plain-list-ordered-item-terminator): New options.
19304         (org-at-item-p, org-beginning-of-item, org-end-of-item)
19305         (org-get-indentation, org-get-string-indentation)
19306         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19307         New functions.
19308         (org-move-item-down, org-move-item-up): New commands.
19309         (org-export-as-html): New classes for CSS support.  Bug fix in
19310         regular expression detecting fixed-width regions.  Respect
19311         `org-local-list-ordered-item-terminator'.
19312         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19313         also a list item.
19314         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19315         New item moving functions.
19317 2005-11-24  Juri Linkov  <juri@jurta.org>
19319         * isearch.el (isearch-repeat): With empty search ring set
19320         `isearch-error' to the error string instead of signaling error
19321         with the function `error'.
19323 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19325         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19327 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
19329         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19330         and variable.
19331         (gdb-var-create-handler, gdb-var-list-children-handler):
19332         Don't match on "char **...".
19333         (gdb-var-update-handler): Find values for all variable objects.
19334         (gdb-info-frames-custom): Identify frames by leading "#".
19336         * progmodes/gud.el (gud-speedbar-menu-items): Add
19337         gdb-speedbar-auto-raise as radio button.
19338         (gud-speedbar-buttons): Raise speedbar if requested.
19339         Don't match on "char **...".
19340         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19341         Make it editable.
19343 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
19345         * info.el (Info-fontify-node): Handle the case where
19346         Info-current-file is t.
19348 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19350         * simple.el (blink-matching-open): Fix off-by-one in last change.
19352 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19354         * term/mac-win.el: Don't change default directory.
19356 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
19358         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19359         buffers correctly.  (It used to throw an error in such buffers.)
19360         Make it ask for confirmation in group buffers and other Custom
19361         buffers containing more than one customization item.
19363 2005-11-22  John Paul Wallington  <jpw@gnu.org>
19365         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19366         property on mail and url overlays.
19367         (goto-address-at-point): Use `posn-set-point' instead of
19368         `mouse-set-point' because the latter is not fbound when configured
19369         without X.
19371 2005-11-22  Lars Hansen  <larsh@soem.dk>
19373         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19374         (ls-lisp-classify, ls-lisp-format): Delete call to
19375         ls-lisp-parse-symlink.
19376         (ls-lisp-handle-switches): Handle symlinks to directories as
19377         directories when ls-lisp-dirs-first in non-nil.
19379 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
19381         * startup.el (command-line): Make sure that loaddefs.el is handled
19382         correctly in load-history.
19384 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
19386         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19387         (gdb-struct-string, gdb-array-string): New constants.
19388         (gdb-info-locals-handler): Use them.
19389         (gdb-reset): Reset gdb-var-list to nil.
19391 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19393         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19394         in patterns.
19396 2005-11-21  Juri Linkov  <juri@jurta.org>
19398         * custom.el (defcustom): Update link types in docstring.
19400 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
19402         * custom.el (defgroup): Add doc-string-elt info.
19404         * widget.el (define-widget): Don't use declare for the doc-string-elt.
19406 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19408         * newcomment.el (comment-enter-backward): Fix last fix.
19410         * simple.el (blink-matching-open):
19411         * paren.el (show-paren-function): Allow new paren-class info.
19413 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
19415         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
19416         handled automagically.
19418 2005-11-20  Andreas Schwab  <schwab@suse.de>
19420         * descr-text.el (describe-char): When copying overlays put them
19421         over the full char description instead of just the first character
19422         of it.
19424 2005-11-20  Juri Linkov  <juri@jurta.org>
19426         * simple.el (what-cursor-position):
19427         * descr-text.el (describe-char): Use Lisp-readable syntax
19428         for octal and hex.  Reorder decimal, octal and hex values.
19429         Remove excess whitespace in the output.  Use `=' in `column='
19430         like in `point=' and `Hscroll='.
19432         * international/mule-cmds.el (encoded-string-description):
19433         Use Lisp-readable syntax for hex.
19435 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19437         * newcomment.el (comment-enter-backward): Handle the case where the
19438         comment is closed by EOB.
19440 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19442         * longlines.el (longlines-before-revert-hook)
19443         (longlines-after-revert-hook): New functions.
19444         (longlines-mode): Turn off longlines temporarily when reverting.
19445         Add a message-setup-hook.
19446         (longlines-decode-buffer): New function.
19447         (longlines-wrap-line): Preserve marker positions.
19449 2005-11-19  Andreas Schwab  <schwab@suse.de>
19451         * emacs-lisp/shadow.el: Handle compressed files.
19453 2005-11-19  Romain Francoise  <romain@orebokech.com>
19455         * net/browse-url.el (browse-url-default-browser): Signal an error
19456         if no usable browser can be found, rather than try to load w3.
19458 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
19460         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
19461         replacing existing properties.
19462         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19463         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
19464         tty specs.
19465         (rcirc-server-prefix, rcirc-server): New faces.
19466         (rcirc-url-regexp): Generate with rx macro.
19467         (rcirc-last-server-message-time): New variable.
19468         (rcirc-filter): Record time of last message.
19469         (rcirc-keepalive): Kill processes that did not send a message
19470         since the last ping.
19471         (rcirc-mode): Give rcirc-topic a local binding here.
19473 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
19475         * subr.el (read-passwd): Fontify the prompt as we do with other
19476         prompts.
19478 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
19480         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
19481         binding buffer-read-only to nil.
19483 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
19485         * complete.el (partial-completion-mode):
19486         Mention completion-auto-help in the doc string.
19488         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
19489         more Lisp-ish way.
19491 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
19493         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
19494         digits, not 8, to avoid misalignment for files larger than 100MB.
19496 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
19498         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
19499         Mention "keyboard shortcuts" in the help text.
19501 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19503         * startup.el (fancy-splash-default-action): Discard only
19504         mouse-down and succeeding mouse-up events in the splash screen
19505         window so that drag-n-drop event can be processed.
19507 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
19509         * longlines.el (longlines-mode): Add hacks for mail-mode and
19510         message-mode.
19512 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
19514         * textmodes/org.el (org-table-sort-lines): New command.
19515         (org-tbl-menu): Add entry for `org-table-sort-lines'.
19516         (org-add-file): Command removed, use `org-agenda-file-to-front'
19517         instead.
19518         (org-export-icalendar): Use `org-icalendar-combined-name'.
19519         (org-cycle-agenda-files, org-agenda-file-to-end)
19520         (org-agenda-file-to-front): New commands.
19521         (org-table-tab-jumps-over-hlines, org-export-html-style):
19522         New options.
19523         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
19524         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
19525         New functions.
19526         (org-fill-paragraph): Call `org-table-align' in tables.
19527         (org-mode): Call `org-set-autofill-regexps'.
19528         (org-export-as-html): Support for local handformatted lists.
19529         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
19530         (org-export-local-list-max-depth): New option.
19531         (org-html-expand): Use `org-html-protect'.
19533 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
19535         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
19536         to "p".
19537         (gdb): Move definition of gud-pp to...
19539         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
19540         speedbar.
19541         (gdb-find-watch-expression): New function.
19543 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19545         * faces.el (face-attribute, set-face-attribute): Mention existence
19546         of `:ignore-defface' setting in docstring.
19548 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19550         * simple.el (completion-setup-function): Fix last change.
19552 2005-11-17  John Paul Wallington  <jpw@pobox.com>
19554         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
19555         Use `posn-set-point' instead of `mouse-set-point' because the
19556         latter is not fbound when configured without X.
19558         * comint.el (comint-insert-input): Likewise.
19560 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19562         * simple.el (hard-newline): New variable.
19563         (sendmail-user-agent-compose, next-line): Use it.
19565         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
19566         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
19567         (mail-mail-reply-to, mail-mail-followup-to)
19568         (mail-position-on-field, mail-signature, mail-yank-original)
19569         (mail-attach-file): Likewise.
19571         * mail/mailheader.el (mail-header-format)
19572         (mail-header-format-function): Likewise.
19574         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
19576 2005-11-17  Juri Linkov  <juri@jurta.org>
19578         * font-lock.el (font-lock-faces): Rename this defgroup from
19579         `font-lock-highlighting-faces'.
19580         (font-lock-comment-face, font-lock-comment-delimiter-face)
19581         (font-lock-string-face, font-lock-doc-face)
19582         (font-lock-keyword-face, font-lock-builtin-face)
19583         (font-lock-function-name-face, font-lock-variable-name-face)
19584         (font-lock-type-face, font-lock-constant-face)
19585         (font-lock-warning-face, font-lock-negation-char-face)
19586         (font-lock-preprocessor-face)
19587         (font-lock-regexp-grouping-backslash)
19588         (font-lock-regexp-grouping-construct): Rename :group from
19589         `font-lock-highlighting-faces' to `font-lock-faces'.
19591         * cus-edit.el (lisp, c, tex):
19592         * progmodes/ada-mode.el (ada):
19593         * progmodes/asm-mode.el (asm):
19594         * progmodes/cperl-mode.el (cperl-faces):
19595         * progmodes/cpp.el (cpp):
19596         * progmodes/dcl-mode.el (dcl):
19597         * progmodes/f90.el (f90):
19598         * progmodes/fortran.el (fortran):
19599         * progmodes/icon.el (icon):
19600         * progmodes/idlwave.el (idlwave-misc):
19601         * progmodes/m4-mode.el (m4):
19602         * progmodes/make-mode.el (makefile):
19603         * progmodes/meta-mode.el (meta-font):
19604         * progmodes/modula2.el (modula2):
19605         * progmodes/octave-mod.el (octave):
19606         * progmodes/pascal.el (pascal):
19607         * progmodes/perl-mode.el (perl):
19608         * progmodes/prolog.el (prolog):
19609         * progmodes/ps-mode.el (PostScript-edit):
19610         * progmodes/scheme.el (scheme):
19611         * progmodes/sh-script.el (sh-script):
19612         * progmodes/simula.el (simula):
19613         * progmodes/tcl.el (tcl):
19614         * textmodes/nroff-mode.el (nroff):
19615         * textmodes/reftex-vars.el (reftex-fontification-configurations):
19616         * textmodes/sgml-mode.el (sgml):
19617         * textmodes/texinfo.el (texinfo):
19618         Add :link (custom-group-link font-lock-faces) to defgroup.
19620         * hi-lock.el (hi-lock): Rename this defgroup from
19621         `hi-lock-interactive-text-highlighting'.  Change parent group from
19622         `faces' to `font-lock'.  Add link to the manual.
19623         (hi-lock-mode, hi-lock-file-patterns-range)
19624         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
19625         `hi-lock-interactive-text-highlighting' to `hi-lock'.
19626         (hi-lock-faces): Add :group `faces'.
19628         * cus-edit.el (custom-variable-prompt): Clarify the code.
19630         * faces.el (face-read-string): Set the default value arg of
19631         completing-read.
19633 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
19635         * rfn-eshadow.el (file-name-shadow-properties)
19636         (file-name-shadow-tty-properties, file-name-shadow-mode):
19637         Remove autoloads, because the file is now preloaded.
19639 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19641         * printing.el (easy-menu-intern): Don't define.
19642         (pr-get-symbol): Use easy-menu-intern only if defined.
19644         * simple.el (blink-matching-open): Simplify a bit.
19645         (completion-setup-function): Fix the case of partial-completion-mode
19646         when the minibuffer's contents start with "-".
19647         Obey completion-base-size-function even when
19648         minibuffer-completing-file-name is non-nil.
19650 2005-11-16  Richard M. Stallman  <rms@gnu.org>
19652         * net/eudcb-ph.el (eudc-ph-open-session):
19653         Use set-process-query-on-exit-flag.
19655         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
19657         * international/ucs-tables.el (ucs-set-table-for-input):
19658         Use make-local-variable, not make-variable-buffer-local.
19660         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
19661         Improve warning message text.
19663         * savehist.el (savehist-save-hook): Add :group.
19665         * menu-bar.el (menu-bar-help-menu):
19666         Rename Find Extra Packages to External Packages.
19668         * cus-edit.el (Custom-reset-standard): Verify that
19669         :custom-standard-value prop exists before calling it.
19671         * apropos.el (apropos-calc-scores): Use apropos-pattern.
19673 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
19675         * wid-edit.el (color): Enclose %t in %{...%}.
19677         * cus-edit.el (face): Enclose %t in %{...%}.
19679 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
19681         * savehist.el (savehist-mode-hook): Re-add the var.
19682         (savehist-mode): Use it.
19684 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19686         * textmodes/flyspell.el: Fix commenting convention.
19687         Remove unnecessary leading * in custom docstrings.
19688         (flyspell-emacs): Remove unused var.
19689         (flyspell-delete-region-overlays): Use remove-overlays.
19690         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
19691         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
19692         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
19693         (flyspell-debug-signal-word-checked): Use with-current-buffer.
19694         (make-flyspell-overlay): Don't locally reuse a global name.
19695         (flyspell-highlight-incorrect-region)
19696         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
19697         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
19698         (flyspell-notify-misspell): Remove unused args `start' and `end'.
19699         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
19700         Wrap calls to accept-process-output inside with-local-quit since it's
19701         often called from a post-command-hook.
19702         (flyspell-correct-word, flyspell-auto-correct-word):
19703         Use ispell-send-string.
19704         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
19706         * calendar/diary-lib.el (diary-list-entries): Also hide the
19707         terminating newline.
19709 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
19711         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
19712         window-system, to allow fonts on tty.
19714 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
19716         * progmodes/gud.el (gud-speedbar-item-info): New function.
19717         (gud-install-speedbar-variables): Use it to display data type
19718         of watch expression as a tooltip in speedbar.
19720 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
19722         * font-core.el (global-font-lock-mode): Add :version keyword,
19723         because default was changed.
19725         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
19727         * startup.el (command-line): Use `custom-reevaluate-setting' for
19728         `file-name-shadow-mode'.
19730         * loadup.el: Preload rfn-eshadow.
19732         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
19733         Add :version keyword.
19734         (file-name-shadow-properties, file-name-shadow-tty-properties)
19735         (file-name-shadow): Add :version keyword.
19737         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
19738         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
19739         in the custom-group property of the symbol frames and the fringe
19740         group got no link to its parent group frames.
19741         Doc fix.
19743 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19745         * progmodes/gud.el (gud-stop-subjob): New function.
19746         (gud-menu-map, gud-tool-bar-map): Use it.
19748 2005-11-16  Kim F. Storm  <storm@cua.dk>
19750         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
19751         than kill it.
19752         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
19753         to a more useful/logical place.
19755 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19757         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
19758         go buttons complementary.
19760 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19762         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
19763         (rfn-eshadow-sifn-equal): New function.
19764         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
19766 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
19768         * viper-utils.el (viper-non-word-characters-reformed-vi):
19769         Quote `-' in string.
19771         * viper.el (viper-emacs-state-mode-list): Ensure that
19772         rcirc-mode buffers come up in Emacs state.
19774         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
19775         operation.
19777 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
19779         * term.el (term-termcap-format): Fix typos.
19780         (term-down): Fix the negative argument case.
19782 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19784         * progmodes/gdb-ui.el: Remove face-alias left over from change on
19785         2005-08-15.
19786         (gdb-ann3): New command gud-go.
19787         (menu): Accomodate gdb-mi.el.
19788         (gdb-assembler-custom): Make buffer of selected window current
19789         so that set-window-point works.
19791         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
19792         buttons and include new ones.
19794 2005-11-16  Kim F. Storm  <storm@cua.dk>
19796         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
19797         (gud-menu-map): Use it.
19799 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
19801         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
19802         that works correctly for Custom and that does not override a user
19803         who disables it.
19805         * help-mode.el (help-make-xrefs, help-xref-on-pp)
19806         (help-xref-interned, help-follow): Make hyperlinks for variables
19807         that are unbound, but have a non-nil variable-documentation property.
19809         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
19810         mode hook.  (It conflicted with defcustoms for some mode hooks.)
19811         Use the `variable-documentation' property to give the mode hook a
19812         docstring and expand that docstring.
19814 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
19816         * savehist.el (savehist-mode): Don't bother with
19817         `custom-set-minor-mode'.
19818         (savehist-coding-system): Check XEmacs version.
19819         (history-length): Declare also at run time.
19820         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
19821         Don't set the customize state.
19822         (savehist-minibuffer-hook): Special case for when
19823         minibuffer-history-variable is equal to t.
19825 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19827         * files.el (write-file): Refresh VC status.
19829         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
19830         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
19831         than fundamental-mode to see if the mode was set.
19833 2005-11-14  Romain Francoise  <romain@orebokech.com>
19835         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
19836         dummy function in `eval-when-compile' to avoid compiler warning.
19837         Require `man' at compile time.
19839 2005-11-14  Jay Belanger  <belanger@truman.edu>
19841         * calc-alg.el (calcFunc-write-out-power): Rename it to
19842         calcFunc-powerexpand.
19843         (math-write-out-power): Rename it to math-powerexpand; have it
19844         handle negative exponents.
19845         (calc-writeoutpower): Rename it to calc-powerexpand.
19847         * calc-ext.el: Change calcFunc-writeoutpower and
19848         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
19849         autoloads.
19850         Add calcFunc-ldiv to autoloads.
19852         * calc-arith.el (calcFunc-ldiv): New function.
19854         * calc.el (calc-left-divide): New function.
19856 2005-11-14  Juri Linkov  <juri@jurta.org>
19858         * cus-edit.el (custom-variable-prompt): Set the default value arg
19859         of completing-read.
19861         * cus-dep.el (custom-make-dependencies): Reverse the list of
19862         found dependencies.
19864 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
19866         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
19867         Highlighting" entry, it is on by default now.
19868         (menu-bar-options-save): Do not save global-font-lock-mode.
19870 2005-11-13  Richard M. Stallman  <rms@gnu.org>
19872         * textmodes/flyspell.el (flyspell-large-region):
19873         Call flyspell-accept-buffer-local-defs.
19875 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
19877         * textmodes/flyspell.el (flyspell-notify-misspell):
19878         Fix misspelling of "Misspelling".
19879         (flyspell-process-localwords): New function.
19880         (flyspell-large-region): Call flyspell-process-localwords and
19881         flyspell-delete-region-overlays.
19882         (flyspell-delete-region-overlays): New function.
19883         (flyspell-delete-all-overlays): Call that.
19885 2005-11-13  Richard M. Stallman  <rms@gnu.org>
19887         * help.el (help-for-help-internal): Improve doc of C-h a.
19888         (describe-key): Improve prompt; doc fix.
19890 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19892         * vc-svn.el (vc-svn-registered): Catch all errors.
19894         * cus-dep.el (custom-make-dependencies): Typo.
19896 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
19898         * net/tramp-util.el (top): Fix compilation warning.
19900 2005-11-13  Kim F. Storm  <storm@cua.dk>
19902         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
19904 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
19906         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
19907         (gud-speedbar-buttons): Match on "const char *" too.
19909         * progmodes/gdb-ui.el (gdb-var-create-handler)
19910         (gdb-var-list-children-handler): Match on "const char *" too.
19911         (gdb-var-evaluate-expression-handler): Match on empty string.
19912         (gdb-var-update-handler): Only call
19913         gdb-var-evaluate-expression-handler when required.
19915 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
19917         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
19918         selected window.  This still doesn't work for speedbar.
19919         (gud-speedbar-buttons): Handle string expressions properly.
19921         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
19922         (gdb-var-create-handler): Handle string expressions properly.
19923         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
19924         Handle string expressions properly.  Move "type" field into regexp.
19926 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
19928         * bookmark.el (bookmark-maybe-message): New function to reduce
19929         code duplication: invokes `message' iff baud-rate is high enough.
19930         (bookmark-write-file): Use above instead of an inline conditional.
19931         (bookmark-load): Same.
19933 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
19935         * bookmark.el (bookmark-write-file): Don't visit the destination
19936         file, just write the data to it using write-region.  This is
19937         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
19938         change to avoid visiting the file in the first place.
19940 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
19942         * hi-lock.el (hi-lock-mode): Set the default value of
19943         font-lock-defaults.
19945 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
19947         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
19948         arg to `file-attributes'.
19949         (find-lisp-format): The UID and GID can now be strings.
19951 2005-11-12  Kim F. Storm  <storm@cua.dk>
19953         * help.el (help-map): Bind C-h d to apropos-documentation.
19955         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
19956         when point is at end-of-buffer.
19958         * apropos.el (apropos-match-face): Doc fix.
19959         (apropos-sort-by-scores): Add new choice `verbose'.
19960         (apropos-documentation-sort-by-scores): New defcustom.
19961         (apropos-pattern): Now contains the pattern entered by the user.
19962         (apropos-pattern-quoted): New defvar.
19963         (apropos-regexp): New defvar, containing the regexp corresponding
19964         to apropos-pattern.
19965         (apropos-all-words-regexp): Rename from apropos-all-regexp.
19966         (apropos-read-pattern): New defun.  Use it to read pattern arg in
19967         interactive calls; returns list of words for a word list, and
19968         string for a regexp.
19969         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
19970         parses a list of words or regexp as returned by apropos-read-pattern.
19971         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
19972         (apropos-score-doc): Return a very high score if the string
19973         entered by the user matches literally.
19974         (apropos-variable): Doc fix.  Use apropos-read-pattern.
19975         (apropos-command): Doc fix.  Use apropos-read-pattern and
19976         apropos-parse-pattern.  Call apropos-print with nosubst=t.
19977         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
19978         apropos-parse-pattern.
19979         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
19980         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
19981         apropos-documentation-sort-by-scores.  Call apropos-print with
19982         nosubst=t.
19983         (apropos-documentation-internal): Pass doc string through
19984         substitute-key-definition before adding text properties.
19985         Highlight substring matching literal user input if possible.
19986         (apropos-documentation-check-doc-file): Remove locals beg and end.
19987         Fix calculation of score (as added twice).  Pass doc string through
19988         substitute-key-definition before adding text properties.
19989         (apropos-documentation-check-elc-file): Pass doc string through
19990         substitute-key-definition before adding text properties.
19991         Highlight substring matching literal user input if possible.
19992         (apropos-print): Add new arg NOSUBST; if set, command and variable
19993         doc strings have already been passed through substitute-key-definition.
19994         Add code to handle apropos-accumulator items without score element
19995         for backwards compatibility (e.g. with woman package).
19996         Only show scores if apropos-sort-by-scores is `verbose'.
19998 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20000         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20001         Add jka-compr-load-suffixes to load-suffixes.
20003         * jka-compr.el: Require jka-cmpr-hook.
20004         (jka-compr-info-compress-message, jka-compr-info-compress-program)
20005         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20006         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20007         (jka-compr-info-can-append, jka-compr-info-strip-extension)
20008         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20009         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
20010         (jka-compr-uninstall): Remove entries from
20011         jka-compr-added-to-file-coding-system-alist after they are used.
20012         (jka-compr-error): Remove unused var `curbuf'.
20013         (jka-compr-file-local-copy): Remove unused var `notfound'.
20015 2005-11-10  Romain Francoise  <romain@orebokech.com>
20017         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20019 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
20021         * progmodes/gud.el (gud-menu-map): Move parentheses.
20022         (gdb): New command gud-pv.
20024 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20026         * tar-mode.el: Remove spurious or unnecessary leading stars
20027         in docstrings.
20028         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20029         (tar-parse-octal-integer-safe): Use mapc.
20030         (tar-header-block-summarize): Remove unused var `ck'.
20031         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20032         cleared before.  Obey default-enable-multibyte-characters.
20033         Use mapconcat.  Simplify setting of tar-header-offset.
20034         (tar-mode-map): Move initialization inside delcaration.
20035         (tar-flag-deleted): Use `abs'.
20036         (tar-expunge-internal): Remove unused var `line'.
20037         (tar-expunge-internal): Don't hardcode point-min==1.
20038         (tar-expunge): Widen while doing set-buffer-multibyte.
20039         (tar-rename-entry): Use file-name-coding-system.
20040         (tar-alter-one-field): Don't hardcode point-min==1.
20041         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20042         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
20044 2005-11-10  Masatake YAMATO  <jet@gyve.org>
20046         * add-log.el (add-log-current-defun): Handle class::method
20047         notation of c++.  Fix incorrect comment.
20049 2005-11-10  Alan Mackenzie  <acm@muc.de>
20051         * help-fns.el (describe-variable): Make C-h v work when a variable
20052         has variable documentation yet is unbound.
20054 2005-11-10  Masatake YAMATO  <jet@gyve.org>
20056         * man.el (Man-highlight-references): Set an empty
20057         string to `Man-arguments' if it is nil.
20058         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20060 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20062         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20063         commenting conventions.
20065         * cus-dep.el (custom-make-dependencies): Simplify.
20066         Better follow the commenting conventions.
20068 2005-11-09  Richard M. Stallman  <rms@gnu.org>
20070         * apropos.el (apropos-pattern): Rename from apropos-regexp.
20071         (apropos-orig-pattern): Rename from apropos-orig-regexp.
20072         All uses changed.
20073         (apropos-rewrite-regexp): Doc fix.
20074         (apropos-variable, apropos-command, apropos, apropos-value):
20075         Change prompt; carry through the argument renaming.
20077 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
20079         * find-lisp.el: Require dired.
20080         (find-lisp-find-dired-internal): Do not call
20081         `abbreviate-file-name' on DIR.
20083 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
20085         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20087 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
20089         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20090         when using the speedbar.
20091         (gdb): New command gud-pp.
20092         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20094 2005-11-09  Juri Linkov  <juri@jurta.org>
20096         * replace.el (occur-excluded-properties): New defcustom.
20097         (occur-1, occur-engine, occur-accumulate-lines): Use it.
20099 2005-11-08  Jay Belanger  <belanger@truman.edu>
20101         * calc/calc-units.el (math-convert-units): Replace any composite
20102         unit by its definition.
20104 2005-11-08  Lars Hansen  <larsh@soem.dk>
20106         * emacs-lisp/autoload.el (update-directory-autoloads):
20107         Add obsolete function alias.
20109 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20111         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20112         comment-indent-function.
20113         (lisp-comment-indent): Replace by an alias for comment-indent-default.
20115         * reveal.el (reveal-post-command): Rework the handling of
20116         reveal-open-spots, so as to be more reliable.  There were several
20117         tricky corner cases where an open spot might be lost, or where
20118         a closed spot might end up on the list of open spots.
20119         Only reveal text that's ellipsised.
20121 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
20123         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20125 2005-11-07  John Paul Wallington  <jpw@gnu.org>
20127         * ibuffer.el (ibuffer): Search iconified frames too when
20128         getting Ibuffer buffer's window.
20130 2005-11-06  Richard M. Stallman  <rms@gnu.org>
20132         * progmodes/compile.el (compilation-internal-error-properties):
20133         save-excursion around the computation of MARKER.
20135 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
20137         * textmodes/flyspell.el (flyspell-external-point-words):
20138         flyspell-get-word returns a list, not just a string.
20140 2005-11-06  John Paul Wallington  <jpw@pobox.com>
20142         * ibuffer.el (ibuffer): Search all visible frames when getting
20143         Ibuffer buffer's window.
20145 2005-11-07  Masatake YAMATO  <jet@gyve.org>
20147         * man.el (Man-reference-regexp): Accept spaces between
20148         `Man-name-regexp' and `Man-section-regexp'.
20149         (Man-apropos-regexp): New variable.
20150         (Man-abstract-xref-man-page): Use value for `Man-target-string'
20151         if available.
20152         (Man-highlight-references, Man-highlight-references0):
20153         Handle the case when `Man-arguments' includes "-k".
20154         (Man-highlight-references0): Rename the argument `TARGET-POS' to
20155         `TARGET'. `TARGET' can be a number, function or nil.
20157 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
20159         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20160         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20161         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20162         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20163         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20164         (gdb-send-item): Use buffer-local-value and simplify.
20166 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
20168         * startup.el (command-line): Use `custom-reevaluate-setting' for
20169         `global-font-lock-mode'.
20171         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20172         by default, except in batch mode or when the -D option is given.
20174         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20175         specified keyword args on to `define-minor-mode'.  Update docstring.
20177 2005-11-05  Romain Francoise  <romain@orebokech.com>
20179         * replace.el (occur-engine): Add marker at end of line, too.
20181 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
20183         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20184         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20185         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20186         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20187         argument to all these routines, so the passphrase can be managed
20188         externally and passed in to the system.
20189         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20190         pgg-add-passphrase-to-cache function.
20192         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20193         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20194         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20195         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20196         argument to all these routines, so the passphrase can be managed
20197         externally and passed in to the system.
20198         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20199         function.
20201 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
20203         * font-lock.el: Don't deal with font-lock-face-attributes here,
20204         move the code ...
20206         * startup.el (command-line): ... here.  Use face-spec-set instead
20207         of custom-declare-face.
20209         * faces.el (face-spec-set): Reset the face if spec is not nil.
20211 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20213         * newcomment.el (comment-region-internal): Box more tightly in the
20214         common case where there's no TAB in the boxed text.
20216 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20218         * info.el (info-tool-bar-map): Use images prev-node, next-node and
20219         up-node.
20221 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
20223         * newsticker.el: Commentary updated.  Code formatting changed.
20224         (newsticker-version): Change to "1.9".
20225         (newsticker, newsticker-feed): Doc fix.
20226         (newsticker-url-list): Doc fix.  Add option "Weekly".
20227         (newsticker-retrieval-interval): Add option "Weekly".
20228         (newsticker-headline-processing): Doc fix.
20229         (newsticker-auto-mark-filter): Remove.
20230         (newsticker-auto-mark-filter-list): New.
20231         (newsticker-layout, newsticker-sort-method): Doc fix.
20232         (newsticker-hide-old-items-in-newsticker-buffer)
20233         (newsticker-heading-format, newsticker-item-format)
20234         (newsticker-desc-format): Doc fix.
20235         (newsticker-show-all-rss-elements): Remove.
20236         (newsticker-show-all-news-elements): New.
20237         (newsticker-faces, newsticker-ticker): Doc fix.
20238         (remove-from-invisibility-spec): Code formatting.
20239         (newsticker--process-ids): New.
20240         (newsticker-mode): Doc fix.
20241         (newsticker-mode): Change mode-line-format.
20242         (newsticker-start): Remove debug output.
20243         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
20244         (newsticker-w3m-show-inline-images): Code formatting.
20245         (newsticker-next-item): Call `force-mode-line-update'.
20246         (newsticker-previous-item): Call `force-mode-line-update'.
20247         (newsticker-next-feed): Call `force-mode-line-update'.
20248         (newsticker-previous-feed): Call `force-mode-line-update'.
20249         (newsticker-mark-all-items-at-point-as-read): Code formatting.
20250         (newsticker-show-old-items): Do not show descs.
20251         (newsticker-hide-entry): Hide too much.
20252         (newsticker-hide-entry, newsticker-show-entry)
20253         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20254         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20255         (newsticker-toggle-auto-narrow-to-item): Code formatting.
20256         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20257         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20258         (newsticker-get-news): Call `force-mode-line-update'.
20259         Collect process ids.
20260         (newsticker--sentinel): Change coding system handling.
20261         Move image retrieval to new functions newsticker--get-logo-url-*.
20262         Move feed parsing to new functions newsticker--parse-*.
20263         Update list of process ids.
20264         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20265         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20266         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20267         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20268         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20269         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20270         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20271         (newsticker--decode-coding-string): Remove.
20272         (newsticker--decode-numeric-entities): Check input.  Format code.
20273         (newsticker--remove-whitespace): Check input.
20274         (newsticker--do-forget-preformatted): Doc fix.
20275         (newsticker--decode-rfc822-date): Allow for missing time.
20276         (newsticker--update-process-ids): New.
20277         (newsticker--image-sentinel): Change comment.
20278         (newsticker--image-read): Change error message.
20279         (newsticker--imenu-goto): Doc fix.  Show headline title.
20280         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20281         (newsticker--buffer-do-insert-text): Clean whitespace in
20282         html-rendered headline title.  Code formatting.
20283         Call `newsticker--buffer-print-extra-elements'.
20284         (newsticker--buffer-print-extra-element): Remove.
20285         (newsticker--buffer-print-extra-elements): New.
20286         (newsticker--buffer-do-print-extra-element): New.
20287         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
20288         large sizes.
20289         (newsticker--run-auto-mark-filter)
20290         (newsticker--do-run-auto-mark-filter):
20291         Use `newsticker-auto-mark-filter-list'.
20293 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
20295         * net/rcirc.el: Use split-string OMIT-NULLS argument.
20296         (rcirc-print): Force redisplay before running hooks.  Do long
20297         buffer truncation after making new text read-only.  Deal with nil
20298         text when decoding strings.  If TARGET is nil, use either the
20299         currently selected buffer, if it is an rcirc buffer and of the
20300         same process or the process buffer.
20301         (rcirc-mode): Remove header-line.  Recompute short buffer names.
20302         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20303         (rcirc-short-buffer-name): Add variable.
20304         (rcirc-kill-buffer-hook): Recompute short buffer names.
20305         Remove nick from private channel.
20306         (rcirc-send-input): Send command text to current-buffer.
20307         Don't clear overlay arrow here.
20308         (rcirc-short-buffer-name): Return a short buffer name.
20309         (rcirc-update-short-buffer-names, rcirc-abbreviate)
20310         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20311         buffer-name abbreviations.
20312         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20313         Do not touch nick-table when killing a parted channel.
20314         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20315         Clear arrow from current buffer if it is now hidden.
20316         (rcirc-current-buffer): Add variable.
20317         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20318         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20319         Remove -face from names.
20320         (rcirc-update-activity-string): Print "DND" when globally ignoring
20321         activity.
20322         (rcirc-ignore-buffer-activity-flag): Rename from
20323         rcirc-ignore-channel-activity.
20324         (rcirc-ignore-all-activity-flag): Doc fix.
20325         (rcirc-channels): Remove variable.
20326         (rcirc-kill-buffer-hook):
20327         (rcirc-get-buffer-create): Add nick to private channel.
20328         (rcirc-multiline-edit-submit): Remove tabs.
20329         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20330         folded.
20331         (rcirc-remove-nick-channel): Bug fix.
20332         (rcirc-toggle-ignore-buffer-activity): Rename from
20333         rcirc-toggle-ignore-channel-activity.
20334         (rcirc-record-activity): Add buffers to the front of the list.
20335         (rcirc-update-activity): Remove killed buffers from list.
20336         (rcirc-process-server-response-1): Remove last argument if it is
20337         null before calling handler.
20338         (rcirc): Add "rcirc" defcustom prefix.
20339         (rcirc-prompt): Simplify default prompt.
20340         Use custom-initialize-default.
20341         (rcirc-private-chats): Remove variable.
20342         (rcirc-prompt): Change initialization.
20343         (rcirc-version): Remove function.
20344         (rcirc-id-string): Add constant.
20345         (rcirc-last-buffer): Remove variable.
20346         (rcirc-buffer-alist): Add variable.
20347         (rcirc-connect): Update variable setup.
20348         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20349         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20350         default.
20351         (rcirc-handler-generic): Trigger activity.
20352         (rcirc-send-message): Create the buffor of the target.
20353         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20354         (rcirc-get-buffer): Just return nil if there is no matching buffer.
20355         (rcirc-multiline-edit-cancel): Remove function.
20356         (rcirc-set-last-buffer): Remove function.
20357         (rcirc-get-any-buffer): Add function.
20358         (rcirc-join-channels): Don't print /join text.
20359         (rcirc-toggle-ignore-channel-activity): Add and update echo area
20360         messages.
20361         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20362         (rcirc-handler-NOTICE): Recognize CTCP responses.
20363         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20364         constructing TOPIC string for buffers we are not JOINed.
20365         (rcirc-handler-CTCP-response): Add handler.
20366         (rcirc-multiline-edit-submit): Restore the window-configuration
20367         before adjusting point.
20368         (rcirc): Add customization group.
20369         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20370         (rcirc-user-full-name, rcirc-startup-channels-alist)
20371         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20372         (rcirc-ignore-all-activity-flag, rcirc-time-format)
20373         (rcirc-input-ring-size, rcirc-read-only-flag)
20374         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20375         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20376         Change defvar to defcustom.
20377         (rcirc-update-prompt): Add optional ALL arg, which will update
20378         prompts in all rcirc buffers.  Regexp quote replacement text.
20379         (rcirc-fill-column): Accept frame-width as a value.
20380         (rcirc-set-changed): Add function.
20381         (rcirc-next-active-buffer): Write more meaningful messages.
20382         (rcirc-faces): Add customization group.
20383         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20384         (rcirc-nick-in-message-face, rcirc-prompt-face)
20385         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20386         (with-rcirc-process-buffer): Move before first usage.
20387         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20388         (rcirc-debug-flag): Rename from `rcirc-log-p'.
20389         (rcirc-debug): Rename from `rcirc-log'.
20390         (rcirc-format-response-string): Do not print `-' chars for a
20391         NOTICE with no sender.  Simplify output of server responses.
20393 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
20395         (rcirc-browse-url-map, rcirc-browse-url-at-point)
20396         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20397         Make urls mouse and RET clickable.
20399 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
20401         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20403 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
20405         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20406         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20407         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20408         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20409         argument to all these routines, so the passphrase can be managed
20410         externally and passed in to the system.
20411         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20412         pgg-add-passphrase-to-cache function.
20414         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20415         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20416         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20417         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20418         argument to all these routines, so the passphrase can be managed
20419         externally and passed in to the system.
20420         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20421         function.
20423 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
20425         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20426         from goto-address-url-regexp.
20428 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
20430         * textmodes/org.el (org-read-date, org-goto-calendar)
20431         (org-recenter-calendar, org-agenda-goto-calendar):
20432         Temporarily clear `calendar-move-hook'.
20434 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
20436         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20437         merging.
20439         * ediff-util.el (ediff-previous-difference): Don't skip regions that
20440         have merge clashes.
20442 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20444         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20445         Undo previous change.
20447         * startup.el (command-line): Use `custom-reevaluate-setting' for
20448         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
20449         tty-register-default-colors on Mac.
20451 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
20453         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
20454         (gdb-buffer-type): Make it automatically buffer local...
20455         (gdb-get-create-buffer): ...and set it accordingly.
20456         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
20457         actually work.
20459 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
20461         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
20462         not red.
20464 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
20466         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20467         case GUD buffer is not visible.
20468         (gdb-goto-breakpoint): Try to force display in source buffer.
20469         (gdb-frame-gdb-buffer): Copy other similar functions.
20470         (gdb-restore-windows): Don't display source if not asked for.
20471         (gdb-assembler-buffer-name): Don't capitalise.
20473 2005-11-03  Richard M. Stallman  <rms@gnu.org>
20475         * wid-edit.el (key-sequence): New widget type.
20477         * simple.el (set-mark-command-repeat-pop): New variable.
20478         (set-mark-command): Only interpret plan C-@ after a pop as a pop
20479         if set-mark-command-repeat-pop is true.
20481         * info.el (Info-fontify-node): Don't display extra "see" if there
20482         already is one here.
20484         * mouse.el: Fix special handling of DEL after dragging a region:
20485         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
20486         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
20488         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
20490         * textmodes/ispell.el (ispell-command-loop): Change `i' description
20491         not to assume it pertains to an affix.
20493         * textmodes/flyspell.el (flyspell-post-command-hook):
20494         Bind deactivate-mark to prevent deactivation.
20496 2005-11-03  Lars Hansen  <larsh@soem.dk>
20498         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
20499         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
20500         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
20502 2005-11-03  Romain Francoise  <romain@orebokech.com>
20504         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
20505         Update copyright years.
20507 2005-11-03  Sam Steingold  <sds@gnu.org>
20509         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20510         Use system-type instead of window-system because window-system is not
20511         correctly defined during loadup.
20513 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
20515         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
20516         (xml-parse-tag): Join strings separated by a comment properly.
20518 2005-11-02  Andreas Schwab  <schwab@suse.de>
20520         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
20522 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20524         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
20525         (byte-optimize-pure-func): Quote the eval'd value.
20527         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
20528         Rename from perl-font-lock-syntactic-face-function.
20529         Change the calling convention so it can be used as a font-lock MATCHER.
20530         Do the parse-partial-sexp loop outselves.
20531         (perl-font-lock-syntactic-keywords): Use it.
20532         (perl-mode): Don't set font-lock-syntactic-face-function any more.
20534 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
20536         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
20537         disassembly buffer too.
20538         (gdb-exited): Remove overlay arrows when execution has finished.
20539         (gdb-info-frames-custom, gdb-info-threads-custom)
20540         (gdb-info-registers-custom): Don't add inappropriate text
20541         properties if inferior is not active.
20543 2005-11-02  Glenn Morris  <rgm@gnu.org>
20545         * progmodes/fortran.el (fortran-blink-match):
20546         Use `blink-matching-delay'.
20548 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
20550         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
20552 2005-11-02  Lars Hansen  <larsh@soem.dk>
20554         * net/tramp.el (tramp-action-out-of-band): Handle scp message
20555         "Permission denied".
20557 2005-11-01  Richard M. Stallman  <rms@gnu.org>
20559         * textmodes/flyspell.el (flyspell-external-point-words):
20560         Pass nil to flyspell-get-word.
20562 2005-11-02  Kim F. Storm  <storm@cua.dk>
20564         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
20565         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
20567 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20569         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
20570         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
20571         (calendar-mouse-print-dates): Add optional `event' argument.
20572         Update interactive-spec.
20573         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
20574         Use `calendar-event-to-date' instead of `event'.
20576 2005-11-02  Masatake YAMATO  <jet@gyve.org>
20578         * progmodes/ld-script.el (ld-script-builtins):
20579         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
20580         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
20581         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
20583 2005-11-01  Romain Francoise  <romain@orebokech.com>
20585         * vc-sccs.el: Update copyright year.
20586         * ezimage.el: Likewise.
20588 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
20590         * info.el (Info-fontify-node): Use `string-width' for fontifying
20591         underlined titles.
20593 2005-11-01  Juri Linkov  <juri@jurta.org>
20595         * info.el (Info-fontify-node): Downcase node header keywords Node,
20596         Prev, Next, Up before comparison.
20597         (Info-history): Insert absolute directory name, and put invisible
20598         property on it.
20600 2005-11-01  Juri Linkov  <juri@jurta.org>
20602         * info.el (Info-file-supports-index-cookies): New variable.
20603         (Info-find-node-2): Check makeinfo version for index cookie support.
20604         (Info-index-nodes): Search for nodes with index cookies only when
20605         Info-file-supports-index-cookies is t.  Otherwise, search nodes
20606         with "Index" in the node name.
20607         (Info-index-node): Search index cookie in the current node only when
20608         Info-file-supports-index-cookies is t.  Otherwise, check the word
20609         "Index" in the node name.
20610         (Info-find-emacs-command-nodes): Remove code that searches nodes
20611         with "Index" node name in the top menu.
20613 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20615         * progmodes/scheme.el (scheme-mode-variables): Use the default
20616         comment-indent-function.
20618         * faces.el (face-attribute): Handle the case where a face inherits from
20619         a non-existent face.
20621         * simple.el (eval-expression-print-format): Use lisp-readable syntax
20622         for octal and hexa output, and merge the char into the paren.
20623         (kill-new): Use push.
20624         (copy-to-buffer): Use with-current-buffer.
20625         (completion-setup-function): Move code in loop to remove redundancy.
20626         (minibuffer-local-must-match-map): Don't add bindings that duplicate
20627         those inherited from minibuffer-local-completion-map.
20629         * savehist.el (savehist-mode) <defcustom>:
20630         Use custom-set-minor-mode if available.
20631         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
20632         and emit a message if applicable.
20634 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
20636         * savehist.el: Sync up to version 19.
20637         (savehist-mode): New minor mode.
20638         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
20639         (savehist-length): Remove (use history-length instead).
20640         (savehist-file-modes): Rename from savehist-modes.
20641         (savehist-save-hook, savehist-loaded): New vars.
20642         (savehist-load): Use savehist-mode.  Try to smooth up transition from
20643         old format to new format.
20644         (savehist-install): Allow savehist-autosave-interval to be nil.
20645         (savehist-save): Run the new hook.  Be more careful to only trim the
20646         history variables.
20647         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
20648         (savehist-printable): Print into a buffer rather than char-by-char.
20650 2005-11-01  John Wiegley  <johnw@newartisans.com>
20652         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
20653         toggle-ignore keybinding (C-a).  The author said it had been
20654         disabled much earlier due to a possible incompatibility, but after
20655         many months of usage I have encountered no problems (and it is a
20656         rather useful option, especially for switching to " *temp*").
20658         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
20659         support for OS/X's AddressBook, by calling out to the open source
20660         program "contacts" (installable through Fink).
20662         * net/eudc.el (eudc-expand-inline): If the
20663         `eudc-multiple-match-handling-method' is set to `all', delete the
20664         query string before inserting the query result.
20666         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
20667         flag, to prevent Eshell from using the system ls when
20668         `eshell-ls-insert-directory' is in used.
20669         (eshell-ls-insert-directory): Disable font-lock in directory
20670         buffer so that Eshell's own fontification is seen.  This broke
20671         recently due to changes in font-lock, so this goes back to version
20672         21 behavior.
20674 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
20676         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
20677         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
20678         (gdb-many-windows): Doc fix.
20680 2005-10-31  Romain Francoise  <romain@orebokech.com>
20682         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
20684 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
20686         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
20687         that global-font-lock-mode can be enabled by default.
20689         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
20690         (font-lock-add-keywords, font-lock-remove-keywords)
20691         (font-lock-fontify-buffer): Remove autoload cookies.
20693         * jit-lock.el (jit-lock-register): Likewise.
20695         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
20697 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
20699         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
20700         intact if there is no gud-comint-buffer.
20702 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
20704         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
20705         old prompt comint-prompt-read-only is t and GDB commands are
20706         issued from tool bar etc.
20708 2005-10-31  Masatake YAMATO  <jet@gyve.org>
20710         * vc.el (vc-directory-exclusion-list): Add "{arch}".
20712 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20714         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
20715         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
20717 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
20719         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
20720         starting at beginning of line.  Fontification is messed up when
20721         `open-paren-in-column-0-is-defun-start' set to t.
20722         Reported by John Paul Wallington <jpw@pobox.com>.
20724 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
20726         * comint.el (comint-send-input): Call `comint-update-fence' when
20727         `comint-process-echoes' and `comint-prompt-read-only' are both
20728         non-nil, to avoid leftover read-only newline.
20730 2005-10-30  Richard M. Stallman  <rms@gnu.org>
20732         * textmodes/flyspell.el (flyspell-external-point-words):
20733         Detect when WORD can't be checked properly because
20734         flyspell-get-word finds just part of it, and move on.
20736         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
20737         boundarychar for Polish.
20738         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
20739         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
20741 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
20743         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
20744         (gdb-registers-font-lock-keywords): Delete.
20745         (gdb-registers-mode): Don't fontify.
20746         (gdb-info-registers-custom): Use text properties instead as, in
20747         future, changed register values will use font-lock-warning-face.
20748         (gdb-local-font-lock-keywords): Rename to...
20749         (gdb-locals-font-lock-keywords): ...for consistency.
20751 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
20753         * vc.el (vc-switch-backend): Better error message if the buffer is
20754         not visiting a file under version control.
20756         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
20758 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
20760         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
20761         ~/.emacs.d/.emacs.
20763 2005-10-29  Richard M. Stallman  <rms@gnu.org>
20765         * replace.el (occur-mode-mouse-goto): Always go to other window.
20766         (occur-mode-goto-occurrence): Always switch in same window.
20768         * simple.el (undo): Display message at end, not at start.
20770         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
20771         New arg REUSE-CELL.
20772         (cancel-timer-internal): New function.
20773         (timer-event-handler): Use cancel-timer-internal,
20774         and pass the cell it returns to timer-activate...
20776         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
20777         (jit-lock-deferred-fontify, jit-lock-context-fontify)
20778         (jit-lock-after-change): Test memory-full.
20780 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
20782         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20783         part of the decoded armor to find the key-identifier.
20784         (pgg-gpg-lookup-key-owner): New function to return the
20785         human-readable identifier of a key owner.
20786         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20787         key itself.
20788         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20789         the key value) if we have a key and can match it against a secret
20790         key.  Also, added a note pointing out fact that the prompt only
20791         indicates the first matching key.
20793         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20794         pgg-decrypt-region.
20795         (pgg-pending-timers): A new hash for tracking the passphrase cache
20796         timers, so that new ones supercede old ones.
20797         (pgg-add-passphrase-to-cache): Rename from
20798         `pgg-add-passphrase-cache' to reduce confusion (all callers
20799         changed).  Modified to cancel old timers when new ones are added.
20800         (pgg-remove-passphrase-from-cache): Rename from
20801         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20802         changed).  Modified to cancel old timers when their keys are
20803         removed from the cache.
20804         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20805         XEmacs, an indirection to delete-itimer.
20806         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20807         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20808         users can only check cache without risk of prompting.  Correct bug in
20809         notruncate behavior.
20810         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20811         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20812         Add informative docstrings.
20813         (pgg-decrypt): Convey provided passphrase in subordinate call to
20814         pgg-decrypt-region.
20816         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20817         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20818         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20819         `passphrase' argument, so the passphrase can be managed externally
20820         and then passed in to the system.
20822         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20823         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20824         so the passphrase cache can be used reliably with identifiers
20825         besides a pgp packet's key id.
20827         * pgg-gpg.el (pgg-pgp-encrypt-region)
20828         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20829         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20830         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20831         argument to all these routines, so the passphrase can be managed
20832         externally and passed in to the system.
20834         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20835         `notruncate' argument, so the passphrase cache can be used
20836         reliably with identifiers besides a pgp packet's key id.
20838 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
20840         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20841         symmetric encryption.
20842         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20843         encrypted session key.
20844         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20845         message ask for the passphrase in a proper way.
20847         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20848         New user commands for symmetric encryption.
20850 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
20852         * textmodes/conf-mode.el (conf-assignment-sign)
20853         (conf-assignment-regexp): Fix docstrings.
20854         (conf-mode-initialize): New function.
20855         (conf-mode): Remove optional args.  Use delay-mode-hooks to
20856         recognize recursive calls.
20857         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
20858         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
20859         (conf-xdefaults-mode): Use define-derived-mode and
20860         conf-mode-initialize.
20862 2005-10-29  Romain Francoise  <romain@orebokech.com>
20864         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
20866 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
20868         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20869         part of the decoded armor to find the key-identifier.
20870         (pgg-gpg-lookup-key-owner): New function to return the
20871         human-readable identifier of a key owner.
20872         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20873         key itself.
20874         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20875         the key value) if we have a key and can match it against a secret
20876         key.  Also, added a note pointing out fact that the prompt only
20877         indicates the first matching key.
20879         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20880         pgg-decrypt-region.
20881         (pgg-pending-timers): A new hash for tracking the passphrase cache
20882         timers, so that new ones supercede old ones.
20883         (pgg-add-passphrase-to-cache): Rename from
20884         `pgg-add-passphrase-cache' to reduce confusion (all callers
20885         changed).  Modified to cancel old timers when new ones are added.
20886         (pgg-remove-passphrase-from-cache): Rename from
20887         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20888         changed).  Modified to cancel old timers when their keys are
20889         removed from the cache.
20890         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20891         XEmacs, an indirection to delete-itimer.
20892         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20893         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20894         users can only check cache without risk of prompting.  Correct bug in
20895         notruncate behavior.
20896         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20897         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20898         Add informative docstrings.
20899         (pgg-decrypt): Convey provided passphrase in subordinate call to
20900         pgg-decrypt-region.
20902 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20904         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20905         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20906         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20907         `passphrase' argument, so the passphrase can be managed externally
20908         and then passed in to the system.
20910         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20911         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20912         so the passphrase cache can be used reliably with identifiers
20913         besides a pgp packet's key id.
20915         * pgg-gpg.el (pgg-pgp-encrypt-region)
20916         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20917         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20918         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20919         argument to all these routines, so the passphrase can be managed
20920         externally and passed in to the system.
20922         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20923         `notruncate' argument, so the passphrase cache can be used
20924         reliably with identifiers besides a pgp packet's key id.
20926 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
20928         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20929         symmetric encryption.
20930         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20931         encrypted session key.
20932         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20933         message ask for the passphrase in a proper way.
20935         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20936         New user commands for symmetric encryption.
20938 2005-10-28  Bill Wohler  <wohler@newt.com>
20940         * help-mode.el (help-url): New button type.  Calls browse-url.
20941         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
20942         Similar to Info nodes: URL `url'.
20943         (help-make-xrefs): Create help-url buttons for
20944         help-xref-url-regexp matches.
20946 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
20948         * tool-bar.el (tool-bar-add-item-from-menu)
20949         (tool-bar-local-item-from-menu): Fix doc strings.
20951 2005-10-28  Romain Francoise  <romain@orebokech.com>
20953         * ldefs-boot.el: Update.
20955         * subr.el (locate-library): Move from help-fns.el.
20956         * help-fns.el (locate-library): Move to subr.el.
20958 2005-10-28  Richard M. Stallman  <rms@gnu.org>
20960         * net/tramp.el (tramp-completion-mode): defvar moved up.
20962         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
20964         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
20966         * files.el (find-file-noselect): Use %d to format large file size.
20968         * bindings.el (mode-line-format): Add %e.
20970         * loadup.el ("facemenu"): Load unconditionally.
20971         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
20972         ("x-dnd"): Load, when appropriate.
20974         * startup.el (command-line): Call before-init-hook earlier.
20975         Warn about some bad characters in -u user name.
20977         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
20978         (flyspell-external-point-words): Error if misspelled word is not found.
20979         Set flyspell-large-region-beg at end of word.
20981 2005-10-28  Andreas Schwab  <schwab@suse.de>
20983         * view.el (View-revert-buffer-scroll-page-forward):
20984         Use view-page-size-default.
20986 2005-10-28  Juri Linkov  <juri@jurta.org>
20988         * international/quail.el (quail-get-current-str): Translate last
20989         raw character for deterministic input methods.
20991 2005-10-27  Jay Belanger  <belanger@truman.edu>
20993         * calc/calc-ext.el: Add functions to autoloads.
20994         (math-identity-matrix-p, math-ident-row-p): New functions.
20996         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
20997         multiplication by an identity matrix; don't turn multiplication by
20998         an inverse matrix into division.
20999         (math-div-symbol-fancy): Replace division by matrices with
21000         multiplication by inverse.
21002         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21004         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21005         (calc-writeoutpower): New functions.
21007 2005-10-27  Romain Francoise  <romain@orebokech.com>
21009         * replace.el (occur-engine): Include colon in mouse-face highlight.
21011         * dired-x.el: Change Maintainer field.
21013 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
21015         * longlines.el (longlines-mode): Bind after-change-functions to
21016         nil during initial decoding and final encoding.
21018 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
21020         * term.el (term-emulate-terminal, term-handle-colors-array)
21021         (term-handle-ansi-escape): Specify the terminfo capabilities
21022         implemented.
21024 2005-10-26  Richard M. Stallman  <rms@gnu.org>
21026         * info.el (Info-fontify-node): Fix detection of sentence-break
21027         before *Note.
21029 2005-10-26  Romain Francoise  <romain@orebokech.com>
21031         * smerge-mode.el: Add `tools' to file keywords.
21033 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
21035         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21036         when the fringe is not available.
21038         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21039         (def-gdb-auto-update-trigger): Simplify construction.
21040         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21041         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21042         defined explicitly.
21043         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21044         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21045         defined explicitly.
21046         (gdb-info-locals-custom): Remove as it's a no-op.
21048 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
21050         * longlines.el (longlines-mode): Remove narrowing before
21051         performing the initial decoding or final encoding.
21053 2005-10-25  Romain Francoise  <romain@orebokech.com>
21055         * emacs-lisp/find-func.el (find-library-name): Also strip
21056         extension if library name ends in .el, to take advantage of
21057         `find-library-suffixes'.
21059 2005-10-25  Richard M. Stallman  <rms@gnu.org>
21061         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21063 2005-10-25  Juri Linkov  <juri@jurta.org>
21065         * textmodes/texinfo.el (texinfo-mode): Change charset of one
21066         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21068 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21070         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21071         (blackbox-redefine-key): Add argument `map'.
21073         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21074         regions when moving the jit-lock-context-unfontify-pos boundary.
21076 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21078         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21080 2005-10-25  Masatake YAMATO  <jet@gyve.org>
21082         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21084 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
21086         * play/blackbox.el (blackbox-redefine-key): New function.
21087         (blackbox-mode-map): Use it to remap existing bindings for cursor
21088         motion instead of binding literal keys.
21090 2005-10-25  Glenn Morris  <rgm@gnu.org>
21092         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21093         diary does not end in a newline.  Do not assume a blank line at
21094         the start of the diary file.
21096 2005-10-25  Kenichi Handa  <handa@m17n.org>
21098         * international/quail.el (quail-translate-key): If the input
21099         method is deterministic and failed to handle the last key, restart
21100         the key handling loop from an appropriate key.
21102 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
21104         * vc.el (vc-dired-mode): Extend comment for binding of
21105         `directory-listing-before-filename-regexp'.
21107 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21109         * textmodes/texinfo.el (texinfo-mode):
21110         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21111         not to unnecessarily expose emacs-mule's internal char codes.
21113 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
21115         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21116         Display hand pointer and help-echo on disabled icon too.
21117         (gdb-mouse-until): New function.
21118         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21120 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
21122         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21123         with 2005-10-23 change to doctor.el.
21125         * finder.el (finder-mode-map): Add follow-link binding.
21127 2005-10-25  Kim F. Storm  <storm@cua.dk>
21129         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21130         to gdb-mouse-toggle-breakpoint-fringe.
21131         (gdb-mouse-toggle-breakpoint-margin): Rename from
21132         gdb-mouse-toggle-breakpoint.  Fix doc.
21133         (gdb-mouse-toggle-breakpoint-fringe): New defun.
21134         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
21135         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21136         string properties also for fringe breakpoint bitmaps.
21138 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
21140         * textmodes/org.el (org-start-icalendar-file): Fix format form.
21142 2005-10-25  Masatake YAMATO  <jet@gyve.org>
21144         * simple.el (completion-common-substring):
21145         Use `completion-common-substring' prior to `completion-base-size'.
21147 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
21149         * savehist.el: Require CL while compiling.
21150         (savehist-history-variables): Remove.
21151         (savehist-save-minibuffer-history, savehist-additional-variables)
21152         (savehist-minibuffer-history-variables): New vars.
21153         (savehist-save): Use them.
21154         (savehist-uninstall, savehist-minibuffer-hook): New funs.
21155         (savehist-install): New fun, extracted from savehist-load.
21156         (savehist-load): Use them.
21158 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21160         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21161         a dummy doc-string-elt property.
21162         (defalias, defvaralias, define-category): Add a docstring property.
21164         * image.el (defimage):
21165         * widget.el (define-widget):
21166         * custom.el (defface, defcustom): Add `doc-string' declaration.
21168         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21169         (defadvice): Add `doc-string' declaration.
21171         * emacs-lisp/byte-run.el (macro-declaration-function):
21172         Handle `doc-string' declarations.
21173         (define-obsolete-function-alias, define-obsolete-variable-alias):
21174         Add `doc-string' declaration.
21176 2005-10-24  Kenichi Handa  <handa@m17n.org>
21178         * international/utf-7.el (utf-7): Add autoload cookie.
21180         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21182 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
21184         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21185         list of directories passed to batch-update-autoloads.  Add "." to
21186         the list of the echoed directories.
21188         * pgg-def.el:
21189         * pgg-gpg.el:
21190         * pgg-parse.el:
21191         * pgg-pgp.el:
21192         * pgg-pgp5.el:
21193         * pgg.el: Moved here from the gnus subdirectory.
21195 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
21197         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21198         in case comint-prompt-read-only is set to t.
21200         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21201         in case comint-prompt-read-only is set to t.
21203 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
21205         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21206         Now a string.
21207         (icalendar-import-format): Handle CLASS, STATUS, URL.
21208         Rename `subject' to `summary'.
21209         (icalendar-import-format-summary): Rename from
21210         `icalendar-import-format-subject'.
21211         (icalendar-import-format-url, icalendar-import-format-status)
21212         (icalendar-import-format-class): New variables.
21213         (icalendar--rris): Take variable argument list.
21214         (icalendar--datestring-to-isodate): Remove unnecessary
21215         calendar-style check when converting dates with explicit month names.
21216         (icalendar-export-region): Change return type of conversion
21217         subroutines.  Bury current buffer unless error occurred.
21218         (icalendar--convert-to-ical)
21219         (icalendar--parse-summary-and-rest): New functions.
21220         (icalendar--convert-ordinary-to-ical)
21221         (icalendar--convert-weekly-to-ical)
21222         (icalendar--convert-yearly-to-ical)
21223         (icalendar--convert-block-to-ical)
21224         (icalendar--convert-cyclic-to-ical)
21225         (icalendar--convert-anniversary-to-ical): Change return type.
21226         Strip trailing blanks from subject.
21227         (icalendar--convert-sexp-to-ical): Change return type.
21228         Strip trailing blanks from subject.  Handle simple sexp
21229         entries as generated by icalendar.el.
21230         (icalendar--convert-float-to-ical)
21231         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21232         (icalendar-import-file): Doc fix.
21233         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21234         Correct call to icalendar--rris.
21235         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
21236         `summary'.
21237         (icalendar--add-diary-entry): Rename `subject' to `summary'.
21239 2005-10-24  Romain Francoise  <romain@orebokech.com>
21241         * server.el (server-sentinel): Set query-on-exit flag to nil on
21242         new client processes (it isn't inherited from the server process).
21244         * replace.el (occur-engine): Rearrange text properties.
21246 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21248         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21249         case-fold-search is nil.
21250         (debug-help-follow): Use help-xref-interned directly.
21252 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21254         * thumbs.el (thumbs-image-type): Add .pbm.
21256 2005-10-23  Richard M. Stallman  <rms@gnu.org>
21258         * faces.el (inhibit-face-set-after-frame-default): New variable.
21259         (set-face-attribute): Bind it.
21260         (face-set-after-frame-default): Test it.
21262         * help-fns.el (describe-simplify-lib-file-name): New function.
21263         (describe-function-1, describe-variable): Use it.
21265         * faces.el (describe-face): Use describe-simplify-lib-file-name.
21267         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21268         Eliminate nil as possible value.
21269         (tooltip-hide-delay): Reduce internal-border-width.
21271         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21272         (menu-bar-file-menu) <new-file>: Likewise.
21274         * simple.el (line-move-finish): Ignore fields computing LINE-END.
21276         * international/mule.el (load-with-code-conversion):
21277         Pass full file name to `eval-buffer' unless preloading.
21279         * textmodes/flyspell.el (flyspell-large-region):
21280         Call ispell-check-version.
21282         * textmodes/ispell.el (ispell-local-dictionary-overridden):
21283         Fix the make-variable-buffer-local call that was supposed
21284         to be for this variable.
21285         (ispell-aspell-supports-utf8): Doc fix.
21286         (ispell-find-aspell-dictionaries): Preserve elements of
21287         ispell-dictionary-alist for dictionaries that aspell doesn't report.
21288         (ispell-aspell-find-dictionary): Return nil on error.
21290         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21291         (doctor-symptoms): Likewise.
21293         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21295 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21297         * cus-edit.el (custom-button, custom-button-pressed): New vars.
21298         (custom-raised-buttons): Add :set spec.
21299         (custom-button-unraised, custom-button-pressed-unraised):
21300         New faces, so that custom-raised-buttons actually does something.
21301         (custom-mode): Use custom-button and custom-button-pressed.
21303         * wid-edit.el (widget-specify-button): Don't ignore
21304         widget-mouse-face on graphic terminals.
21305         (widget-move-and-invoke): Cleanup.
21307 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
21309         * whitespace.el (whitespace-cleanup): Doc fix.
21311 2005-10-23  Romain Francoise  <romain@orebokech.com>
21313         * emulation/viper.el (viper-set-hooks): Quote forms passed to
21314         `eval-after-load' to avoid evaluating their result.
21316 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
21318         * files.el (directory-listing-before-filename-regexp):
21319         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
21321         * dired.el (dired-move-to-filename-regexp): Remove.
21322         All occurrences replaced by `directory-listing-before-filename-regexp'.
21324         * dired-x.el, locate.el, vc.el:
21325         Replace `dired-move-to-filename-regexp' by
21326         `directory-listing-before-filename-regexp'.  In vc.el it is
21327         overwritten locally; maybe this can be handled in files.el too.
21329         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
21330         replaced by `directory-listing-before-filename-regexp'.
21332 2005-10-23  Andreas Schwab  <schwab@suse.de>
21334         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21335         and eval-next-after-load.
21337 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
21339         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21340         exist, create it.
21342 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
21344         * allout.el: Remove autoloads for mailcrypt and crypt++.
21345         Require pgg, pgg-gpg during compilation.
21346         (allout-version): Increment version number to 2.1, and use a literal
21347         rather than RCS Id.
21348         (allout-default-encryption-scheme): Remove.
21349         (allout-passphrase-verifier-handling)
21350         (allout-passphrase-verifier-string)
21351         (allout-file-passphrase-verifier-string)
21352         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21353         (allout-passphrase-hint-handling): Rename and simplify.
21354         (allout-init): Use `find-file-hook' if available, otherwise
21355         `find-file-hooks'.
21356         (allout-mode): Use `write-file-functions' if available, otherwise
21357         `local-write-file-hooks' and, instead of making auto-save-hook
21358         buffer local, make the write-file-hook activity contingent to
21359         allout-mode.
21360         (allout-mode): Use key-binding substitution in the docstring.
21361         (allout-kill-line): Spell-out kill ring data structure mutation
21362         instead of using byte-compiler-complaint-provoking `pop'.
21363         (allout-insert-listified): Use `insert' rather than `insert-string'
21364         (allout-toggle-current-subtree-encryption): Update docstring, adjust
21365         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21366         (allout-encrypt-string): Totally revamped vis new underlying
21367         encryption facilities.
21368         (allout-mc-activate-passwd): Remove.
21369         (allout-obtain-passphrase): New, more or less replaces
21370         allout-mc-activate-passwd.
21371         (allout-encrypted-key-info): More or less replaces
21372         allout-encrypted-text-type.
21373         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21374         (my-mark-marker): Use `(featurep 'xemacs)'.
21376 2005-10-23  Lars Hansen  <larsh@soem.dk>
21378         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21379         (byte-compile-file-form-defmumble, byte-compile-defun)
21380         (byte-compile-defmacro): Use it.
21381         (byte-compile-form): Don't call byte-compile-set-symbol-position
21382         when a byte-compile handler is called.
21384 2005-10-22  Romain Francoise  <romain@orebokech.com>
21386         * savehist.el (savehist-history-variables): Add `grep-find-history'.
21388         * subr.el (eval-after-load): Convert library name to an absolute
21389         file name using locate-library, since load-history no longer has
21390         library names in it.
21392 2005-10-22  Richard M. Stallman  <rms@gnu.org>
21394         * files.el (make-temp-file): Move from subr.el.
21395         * subr.el (make-temp-file): Move to files.el.
21397         * window.el (get-buffer-window-list): Move from subr.el.
21398         * subr.el (get-buffer-window-list): Move to window.el.
21400         * image.el (image-load-path): Use eval-at-startup to initialize.
21402         * subr.el (eval-at-startup): New macro.
21404         * subr.el: Much rearrangement of functions and division
21405         into pages.  No code changes.
21407 2005-10-22  Kenichi Handa  <handa@m17n.org>
21409         * tar-mode.el (tar-extract): Be sure to call
21410         find-operation-coding-system if set-auto-coding doesn't find a
21411         coding system.
21413 2005-10-22  Kim F. Storm  <storm@cua.dk>
21415         * image.el (image-type-header-regexps): Rename from image-type-regexps.
21416         Change users.
21417         (image-type-file-name-regexps): New defconst.
21418         (image-type-from-data): Simplify loop.
21419         (image-type-from-buffer): New defun.
21420         (image-type-from-file-header): Use it instead of image-type-from-data.
21421         Use image-search-load-path instead of only looking in data-directory.
21422         (image-type-from-file-name): New defun.
21423         (image-search-load-path): Change `pathname' to `filename'.
21424         Make PATH arg optional, default to image-load-path.
21426 2005-10-21  Richard M. Stallman  <rms@gnu.org>
21428         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21430         * textmodes/paragraphs.el (sentence-end-base): New variable.
21431         (sentence-end): Use sentence-end-base.
21433 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21435         * font-lock.el (font-lock-default-fontify-region): Check the multiline
21436         property independently from the font-lock-multiline variable.
21438 2005-10-21  Richard M. Stallman  <rms@gnu.org>
21440         * emacs-lisp/find-func.el (find-library-name): Doc fix.
21442         * startup.el (command-line): Convert library names
21443         in `load-history' to absolute file names.
21445         * subr.el (symbol-file): Doc fix.
21447         * loadhist.el (file-loadhist-lookup): Call locate-library
21448         instead of find-library-name.  Don't try converting
21449         abs file names to library names, since load-history no longer
21450         has library names in it.
21451         (file-dependents, file-provides, file-requires): Doc fixes.
21453 2005-10-21  Juri Linkov  <juri@jurta.org>
21455         * progmodes/etags.el (tags-table-mode): New function.
21456         (tags-verify-table): Replace initialize-new-tags-table with
21457         tags-table-mode.
21459         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
21460         default value.
21461         (desktop-modes-not-to-save): Add tags-table-mode to the
21462         default value.
21464         * info.el (Info-index-next): Add total number of index
21465         alternatives to the message.
21467         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21468         backward only space (instead of space and period) before looking
21469         at sentence end.
21471         * simple.el (set-variable): Use user-variable-p instead of symbolp.
21472         Add the old variable value as 4th default-value arg of read-string.
21474 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21476         * cus-face.el (custom-declare-face): Make face from X resources
21477         also on Mac.
21479         * disp-table.el (standard-display-g1, standard-display-graphic):
21480         Refuse to use string glyphs also on Mac.
21481         (standard-display-european): Don't set terminal coding system also
21482         on Mac.
21484         * frame.el (display-screens): Use x-display-screens also on Mac.
21486 2005-10-21  Romain Francoise  <romain@orebokech.com>
21488         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
21490 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21492         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
21493         and $? into sexps.
21495         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
21496         warning face on open-paren-in-column-0.
21498         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
21499         boundary case.  Fix typo.
21500         Suggested by Martin Rudalics <rudalics@gmx.at>.
21502 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
21504         * textmodes/org.el (org-combined-agenda-icalendar-file)
21505         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
21506         (org-export-icalendar-this-file)
21507         (org-export-icalendar-all-agenda-files)
21508         (org-export-icalendar-combine-agenda-files): New commands.
21509         (org-export-icalendar, org-print-icalendar-entries)
21510         (org-start-icalendar-file, org-finish-icalendar-file)
21511         (org-ical-ts-to-string): New functions.
21512         (org-read-date, org-goto-calendar)
21513         (org-agenda-goto-calendar): Inhibit displaying diary entries by
21514         call to `calendar'.
21515         (orgtbl-setup): Remove the :keys arguments from the menu description.
21516         (org-after-save-iCalendar-file-hook): New variable.
21518 2005-10-21  Kenichi Handa  <handa@m17n.org>
21520         * language/vietnamese.el (tcvn-5712): Make it an alias of
21521         vietnamese-tcvn coding-system.
21523 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
21525         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
21526         group id is given.
21528 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21530         * progmodes/sh-script.el (sh-escaped-line-re): New var.
21531         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
21532         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
21533         whose line is either continued or ends with a comment.
21535 2005-10-20  Romain Francoise  <romain@orebokech.com>
21537         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
21539         * replace.el (occur-engine): Add follow-link property.
21541         * font-core.el (font-lock-mode): Doc fix.
21543 2005-10-20  Richard M. Stallman  <rms@gnu.org>
21545         * net/rcirc.el: New file.
21547 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
21549         * term.el (term-term-name): Initialize to "eterm-color".
21551 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
21553         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
21554         for encryption functionality.
21555         Move allout customization subgroup from `editing' to `outlines' group.
21556         Fix commentary keywords to legitimate ones.
21557         Update author info (using my current email address, obscurified).
21558         (allout-encrypt-string, allout-encryption-produce-work-buffer)
21559         (allout-encrypted-topic-p, allout-encrypted-text-type)
21560         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
21561         (allout-situate-encryption-key-verifier)
21562         (allout-get-encryption-key-verifier, allout-verify-key)
21563         (allout-next-topic-pending-encryption)
21564         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
21565         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
21566         (outline-key-verifier-handling, outline-key-hint-handling)
21567         (outline-encrypt-unencrypted-on-saves): New defcustoms.
21568         (allout-file-key-verifier-string, allout-encryption-scheme)
21569         (allout-key-verifier-string, allout-key-hint-string)
21570         (allout-after-save-decrypt): New variables.
21571         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
21572         (allout-after-saves-handler): New hook functions.
21573         (allout-post-command-business): Do allout-after-save-decrypt.
21574         (allout-enable-file-variable-adjustment): Custom var to enable
21575         mechanism for adding and adjusting settings of Emacs file variables.
21576         (allout-adjust-file-variable, allout-file-vars-section-data):
21577         New functions, implement the mechanism.
21578         (outlineify-sticky): Use the file vars mechanism.
21579         (allout-inhibit-protection, allout-during-write-cue)
21580         (allout-override-protect, allout-before-change-protect): Remove.
21581         (allout-flag-region, allout-open-topic): Adjust read-only text.
21582         (allout-open-line-not-read-only): Add to facilitate read-only
21583         text based protection.
21584         (allout-kill-line): Revise to adjust read-only text, clue the
21585         user about the inhibition.
21586         (allout-unprotected): Use unwind-protect.
21587         (allout-shift-in, allout-shift-out): Disallow manually shifting a
21588         topic deeper than the offspring depth of the previous topic -
21589         avoiding confusing "containment discontinuities".
21590         (allout-reindent-bodies): Fix retention of body relative hanging
21591         indent during promotion of collapsed bodies.
21592         (allout-open-topic): Make it easy to open new topic with same
21593         bullet as current topic - topic creation functions provided with
21594         any universal argument provokes now prompt for bullet, defaulting
21595         to the bullet of the previous topic.
21596         (allout-plain-bullets-string, allout-distinctive-bullets-string):
21597         Plain bullet alternates `.' period and `,' comma only.  All other
21598         bullets are relegated to special status (but customizable).
21599         (allout-end-of-entry): Rename from allout-end-of-current-entry
21600         since it actually operates w.r.t. most immediately containing
21601         entry, visible or not.
21602         (allout-hide-current-entry, allout-show-current-entry): Use the
21603         revised version.
21604         (allout-old-expose-topic): Solidify deprecation.
21605         (allout-end-of-subtree): Add so we can span concealed as well
21606         as visible topics.
21607         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
21608         (allout-end-of-current-heading): Tweak to just respect the first line.
21609         (allout-get-body-text): Add.
21610         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
21611         when invoked interactively.
21612         (allout-up-current-level): Use `interactive-p'.
21613         (allout-mode, allout-init): Miscellaneous docstring and
21614         operational refinements, as well as hookups of new encryption stuff.
21615         (allout-beginning-of-current-entry): Now works as advertised.
21616         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
21617         (allout-isearch-rectification): Refine condition for isearching.
21618         (allout-isearch-abort, allout-enwrap-isearch)
21619         (allout-flag-region, my-region-active-p): Relocate some macros.
21620         (allout-title): Fallback title is (buffer-name), not
21621         non-existing (current-buffer-name).
21622         (subst-char-in-string): Define if absent (for some XEmacs versions).
21624 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
21626         * mail/sendmail.el (mail-setup-hook, mail-aliases)
21627         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
21628         (mail-citation-prefix-regexp, mail-signature-file)
21629         (mail-default-headers, mail-bury-selects-summary)
21630         (mail-send-nonascii): Add autoload cookies.
21632 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21634         * frame.el (blink-cursor-mode): Add `mac' to the list of
21635         window-system's that support blinking cursor.
21637 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
21639         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
21641 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
21643         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
21644         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
21645         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
21647 2005-10-20  Kim F. Storm  <storm@cua.dk>
21649         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
21650         (ido-set-current-directory): Don't add / after final @.
21651         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
21652         Explicitly handle ange-ftp completion oddities.
21653         (ido-make-file-list): Don't rotate list at tramp root to avoid
21654         triggering tramp file handler for expand-file-name via get-file-buffer.
21656 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21658         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
21660 2005-10-19  Jay Belanger  <belanger@truman.edu>
21662         * calc/calc-units.el (math-standard-units): Add units, adjust
21663         symbols and update values.
21664         (math-unit-prefixes): Add more prefixes.
21666 2005-10-19  Romain Francoise  <romain@orebokech.com>
21668         * bookmark.el (bookmark-menu-heading): New face.
21669         (bookmark-bmenu-list): Use it.
21670         Don't fiddle with `baud-rate' at top-level.
21672 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
21674         * image.el (create-image, find-image): Mention max-image-size in
21675         docstring.
21677 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21679         * savehist.el (savehist-load): Revert to checking XEmacs.
21681         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
21682         Various docstring and line-width fixups.
21683         (conf-mode): Use cond.
21684         Set font-lock-defaults.  Don't set comment-use-syntax.
21686 2005-10-18  David Ponce  <david@dponce.com>
21688         * tree-widget.el (tree-widget-button-click): New function.
21689         (tree-widget-button-keymap): Use it.
21691 2005-10-18  Romain Francoise  <romain@orebokech.com>
21693         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21694         (bookmark-bmenu-hide-filenames): Add follow-link property.
21695         Improve help-echo text.
21697         * ffap.el (find-file-at-point): Doc fix.
21699 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21701         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
21703 2005-10-18  Masatake YAMATO  <jet@gyve.org>
21705         Install to the CVS repository what I forgot to install in my
21706         2005-10-16 changes.
21708         * progmodes/python.el (python-complete-symbol): Pass the common
21709         prefix substring of completion to `display-completion-list'.
21711         * textmodes/org.el (org-complete): Ditto.
21713 2005-10-18  Masatake YAMATO  <jet@gyve.org>
21715         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
21717         * woman.el (WoMan-xref-man-page): New button type derived
21718         from `Man-abstract-xref-man-page'.
21719         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
21721         * man.el (Man-abstract-xref-man-page): New button type.
21722         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
21723         (Man-highlight-references): Add new optional argument `xref-man-type'.
21725 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
21727         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
21729 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21731         * cus-edit.el (Custom-move-and-invoke): Delete.
21732         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
21734         * wid-edit.el (widget-move-and-invoke): New function, from
21735         Custom-move-and-invoke.
21737 2005-10-17  Bill Wohler  <wohler@newt.com>
21739         Move all remaining images from lisp/toolbar to etc/images, move
21740         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
21741         the low resolution images in their own directory (low-color).
21743         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
21744         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
21745         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
21746         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
21747         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
21748         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
21749         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
21751         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
21752         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
21753         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
21754         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
21755         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
21756         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
21757         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
21758         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
21759         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
21760         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
21761         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
21762         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
21763         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
21764         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
21765         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
21767         To conform with convention, replace the underscore (_) in the
21768         following image names with dash (-) or (/) as appropriate.
21770         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
21771         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
21772         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
21773         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
21774         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
21775         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
21776         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
21777         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
21778         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
21779         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
21780         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
21781         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
21782         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
21783         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
21784         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
21786         * info.el (info-tool-bar-map): Replace underscores in image names
21787         with dashes.
21789         * makefile.w32-in (WINS): Remove toolbar.
21791         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
21793         * tool-bar.el: Move to lisp from toolbar.  Now that
21794         toolbar is empty, it should be deleted when folks run "cvs up -P".
21796 2005-10-18  Jay Belanger  <belanger@truman.edu>
21798         * calc/calc-store.el (calc-store-into): Get the proper variable name
21799         to display in message.
21801 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
21803         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
21804         expressions display in speedbar for all buffers when debugging.
21805         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
21807         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
21808         (speedbar-insert-button, speedbar-make-button):
21809         Use add-text-properties.
21810         (speedbar-update-localized-contents)
21811         (speedbar-update-directory-contents)
21812         (speedbar-update-special-contents): Use dolist.
21813         (speedbar-buffer-easymenu-definition): Add a menu separator.
21815 2005-10-17  Jason Rumney  <jasonr@gnu.org>
21817         * makefile.w32-in: Use $(lisp) consistently.
21818         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
21819         for shell specific generation of mh-autoloads.
21821 2005-10-17  Richard M. Stallman  <rms@gnu.org>
21823         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
21825 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21827         * jit-lock.el (jit-lock-fontify-now):
21828         Move jit-lock-context-unfontify-pos to avoid wasted work.
21830 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
21832         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
21833         `tramp-completion-mode' for checking if we are in completion mode.
21834         (tramp-completion-handle-file-name-all-completions): Reorder code
21835         in order to complete for file names only in case there are no
21836         method/user/host completions.  This is necessary for cooperation
21837         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
21839 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
21841         * longlines.el (longlines-search-forward)
21842         (longlines-search-backward): Match any number of spaces.
21844 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
21846         * diff-mode.el (diff-mode): Doc fix.
21848 2005-10-16  David Reitter  <david.reitter@gmail.com>
21850         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
21851         as default on darwin and windows systems.
21853 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
21855         * arc-mode.el (archive-zip-extract): Doc fix.
21857 2005-10-16  Romain Francoise  <romain@orebokech.com>
21859         * mouse.el (mouse-1-click-follows-link): Doc fix.
21861 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21863         * savehist.el: Don't require CL at runtime.
21864         (savehist-xemacs): Remove.
21865         (savehist-coding-system): Use utf-8 if present, regardless of religion.
21866         (savehist-no-conversion): Use (featurep 'xemacs).
21867         (savehist-load): Check existence of start-itimer rather than XEmacs.
21868         Use an idle timer.
21869         (savehist-process-for-saving): Replace use of CL funs `subseq' and
21870         `delete-if-not'.
21872 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
21874         * savehist.el: Newer version.
21875         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
21876         (savehist-last-checksum, savehist-no-conversion): New vars.
21877         (savehist-autosave, savehist-process-for-saving, savehist-printable):
21878         New functions.
21879         (savehist-load, savehist-save): Use them.
21880         (savehist-delimit): Remove.
21882 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21884         * progmodes/compile.el (compilation-goto-locus): Display the
21885         compilation buffer first and the source buffer second, in case they're
21886         in overlapping frames.  Don't raise the compilation frame if it was the
21887         selected window upon entry.  Pass the `other-window' arg to
21888         pop-to-buffer.
21890         * info.el (Info-fontify-node): Use dolist.
21891         Change add-text-properties to put-text-property.
21893 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21895         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
21896         bound of search.
21898 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21900         * dabbrev.el (dabbrev-completion): Pass the common
21901         prefix substring of completion to `display-completion-list'.
21903         * filecache.el (file-cache-minibuffer-complete)
21904         (file-cache-complete): Ditto.
21906         * tempo.el (tempo-display-completions): Ditto.
21908         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
21910         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
21912         * eshell/em-hist.el (eshell-list-history): Ditto.
21914         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
21916         * mail/mailalias.el (mail-complete): Ditto.
21918         * progmodes/etags.el (complete-tag): Ditto.
21920         * progmodes/make-mode.el (makefile-complete): Ditto.
21922         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
21924         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
21926         * progmodes/pascal.el (pascal-complete-word)
21927         (pascal-show-completions): Ditto.
21929         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
21931         * simple.el (completion-common-substring): New variable.
21932         (completion-setup-function): Use `completion-common-substring'
21933         to put faces.
21935 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21937         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
21938         (x-get-selection, mac-select-convert-to-string): Convert from/to
21939         UTF-16 clipboard data as in native byte order, no BOM.
21941 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
21943         * progmodes/gud.el (gud-tool-bar-map): Rename the images
21944         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
21945         (gud-sentinel): Use speedbar-frame to check for speedbar.
21947 2005-10-15  Richard M. Stallman  <rms@gnu.org>
21949         * savehist.el: New file.
21951 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
21953         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
21954         Fix bug in \bf fontification.
21956 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21958         * pcvs.el (cvs-edit-log-files): New var.
21959         (cvs-mode-edit-log): New arg `file'.
21960         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
21961         Instead force the use of the original file and nothing else.
21962         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
21963         the cvs-minor-wrap-function is set.
21964         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
21966 2005-10-14  Bill Wohler  <wohler@newt.com>
21968         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
21969         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
21970         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
21971         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
21972         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
21973         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
21974         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
21975         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
21976         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
21977         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
21978         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
21979         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
21980         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
21981         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
21982         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
21984         * progmodes/gud.el (gud-tool-bar-map): Rename the images
21985         appropriately (for example, gud-break to gud/break).
21987 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
21989         * longlines.el (longlinges-search-function)
21990         (longlines-search-forward, longlines-search-backward): New functions.
21991         (longlines-mode): Set isearch-search-fun-function to
21992         longlinges-search-function.
21994         * mouse.el (mouse-drag-region-1): Handle the case where a
21995         double-click event is bound to an arbitrary function.
21997 2005-10-14  David Ponce  <david@dponce.com>
21999         * recentf.el (recentf-track-opened-file)
22000         (recentf-track-closed-file, recentf-update-menu)
22001         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22002         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22003         mouse-1-click-follows-link.
22005 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22007         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22008         Gnome file-manager.png.  Suggested by
22009         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22011         * toolbar/README: Add diropen.xpm.
22013 2005-10-13  Bill Wohler  <wohler@newt.com>
22015         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22016         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
22018 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22020         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22021         Don't waste the byte-compiler's time on constant data.
22023 2005-10-13  Kenichi Handa  <handa@m17n.org>
22025         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22026         byte with `escape-glyph' face.
22028         * international/fontset.el (ccl-encode-unicode-font):
22029         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22030         Handle the case that ucs-mule-to-mule-unicode translates a character to
22031         ASCII (usually for IPA characters).
22033 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22035         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22036         Don't hide the underline of titles if font-lock-mode is disabled.
22038 2005-10-12  Bill Wohler  <wohler@newt.com>
22040         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
22041         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
22042         files in MH-E-SRC have been updated.
22043         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22045 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22047         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22048         (mixal-mode-syntax-table): Add \n as end-comment.
22049         (mixal-operation-codes-alist): Immediately initialize to full value.
22050         (mixal-add-operation-code): Remove.
22051         (mixal-describe-operation-code): Make the arg non-optional.
22052         Use the interactive spec instead.
22053         Use mixal-operation-codes-alist rather than mixal-operation-codes.
22054         (mixal-font-lock-keywords): Don't highlight comments here any more.
22055         (mixal-font-lock-syntactic-keywords): New var.
22056         (mixal-mode): Use it.  Fix comment-start-skip.
22058 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22060         * startup.el (command-line-x-option-alist): -nb => -nbi.
22062 2005-10-12  Kim F. Storm  <storm@cua.dk>
22064         * startup.el (fancy-splash-default-action): Discard mouse click in
22065         the splash screen window, as it has no sensible meaning in the
22066         next window to be selected.  Fixes error reported by Jan D.
22068 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22070         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22072 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22074         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22075         Try to fix up minor layout issues like indentation, line break, etc...
22076         (mixal-mode-syntax-table): Don't try to specify comment syntax,
22077         because it doesn't work.
22078         (mixal-operation-codes): Add some more codes.
22079         (mixal-font-lock-keywords): Process comments here.
22080         (mixal-mode): mixasm no longer needs -g option.
22082 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
22084         * progmodes/sh-script.el (sh-tmp-file):
22085         Use mktemp -t.  Finish support for es and rc shells.
22087 2005-10-11  Jay Belanger  <belanger@truman.edu>
22089         * calc/calcalg2.el (calc-integral): With an argument, compute the
22090         definite integral.
22092 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
22094         * mouse.el (mouse-drag-region-1): Don't try to catch a
22095         double-click when doing follow-link (it's overridden anyway).
22097 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
22099         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22100         (autoload-print-form-outbuf): Add docstring.
22102 2005-10-11  Juri Linkov  <juri@jurta.org>
22104         * info.el (Info-mode-menu): Delete menu item "Edit".
22105         (Info-mode): Delete description of Info-edit from docstring,
22106         and rearrange descriptions of Info commands in the order
22107         they are documented in the Info manual.
22109 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22111         * calendar/appt.el (appt-check): Use diary-selective-display var.
22113 2005-10-10  Richard M. Stallman  <rms@gnu.org>
22115         * net/newsticker.el (newsticker-start, newsticker-show-news):
22116         Add autoload cookies.
22118 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
22120         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22122 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
22124         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22126 2005-10-10  Jay Belanger  <belanger@truman.edu>
22128         * calc/calc-arith.el (math-check-known-scalarp)
22129         (math-check-known-matrixp): Check the values of arguments that are
22130         variables.
22131         (math-check-known-square-matrixp): New function.
22132         (math-known-square-matrixp): Use math-check-known-square-matrixp.
22133         (math-super-types): Add sqmatrix type.
22135         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22136         mode name `square' to `sqmatrix'.
22138         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22139         mode name `square' to `sqmatrix'.
22141 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22143         * progmodes/etags.el (select-tags-table-mode): Don't use
22144         selective-display.
22145         (tags-select-tags-table): Pass `button' to the action function.
22146         (select-tags-table): Place the side-info on button properties rather
22147         than in hidden text.  Abbreviate file names.
22148         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22149         (select-tags-table-select): Add `button' argument.
22150         Get side-info from the button property rather than from hidden text.
22152 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
22154         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22155         (gud-speedbar-buttons): Preserve point if possible.
22156         (gud-sentinel): Restore previous speedbar display type.
22158         * progmodes/gdb-ui.el (gdba): Improve diagram.
22159         (def-gdb-auto-update-handler, gdb-info-locals-handler)
22160         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22161         Call get-buffer-window once.
22163 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22165         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22166         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22167         (pascal-indent-command): Remove unused var `ind'.
22168         (pascal-indent-case): Remove unused var `oldpos'.
22169         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22170         since it's now used as a proper minor mode map.
22171         (pascal-outline): Rename to pascal-outline-mode.
22172         (pascal-outline-mode): Use define-minor-mode.
22173         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22174         selective-display.
22176 2005-10-10  Andreas Schwab  <schwab@suse.de>
22178         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22179         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
22181         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22182         outside source directory.
22184 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
22186         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22187         C-x' as a prefix.
22188         (orgtbl-mode-map): Full keymap instead of sparse, because all
22189         `self-insert-command' keys are redefined in this map.
22190         (org-export-as-html): Specify charset for HTML file, by taking it
22191         from the coding system.
22193 2005-10-10  Kenichi Handa  <handa@m17n.org>
22195         * textmodes/flyspell.el (flyspell-check-word-p):
22196         If unread-command-events is non-empty, don't call sit-for.
22198 2005-10-09  Richard M. Stallman  <rms@gnu.org>
22200         * font-lock.el (font-lock-syntactic-keywords)
22201         (font-lock-keywords): Doc fixes.
22203         * textmodes/flyspell.el (flyspell-external-point-words):
22204         Simplify logic, and don't try to check for consecutive appearances
22205         of one incorrect word.
22207 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
22209         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22210         separator.
22212         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22213         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22214         (gud-expansion-speedbar-buttons): New function.
22215         (gud-speedbar-buttons): Check for gud-comint-buffer.
22217 2005-10-09  Bill Wohler  <wohler@newt.com>
22219         * Makefile.in (updates): Add mh-loaddefs dependency.
22221 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
22223         * speedbar.el (speedbar-file-key-map): Fix typo.
22225 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22227         * cus-start.el (line-spacing): Add custom spec.
22229 2005-10-09  Romain Francoise  <romain@orebokech.com>
22231         * textmodes/ispell.el (ispell-check-version): Fix last change.
22233 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22235         * term/x-win.el: Remove -i, --icon-type from comment.
22237         * startup.el (command-line-x-option-alist): Remove options -i,
22238         -itype, --icon-type, added -nb, --no-bitmap-icon.
22240 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
22242         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22243         instead of :active.
22245 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22247         * textmodes/ispell.el (ispell-check-version):
22248         Ignore hyphen, and all that follows, in aspell's version text.
22250 2005-10-08  Jay Belanger  <belanger@truman.edu>
22252         * calc/calc-arith.el (math-known-square-matrixp): New function.
22253         (math-pow-fancy): Check for matrices before distributing exponent
22254         across products.
22256         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22257         fullscreen keypad.  Suggested by Luc Teirlinck.
22258         (calc-keypad-show-input): Add space for formatting.
22260         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22261         Add square matrix option.
22263         * calc/calc-poly.el (math-expand-term): Check for matrices instead
22264         of checking calc-matrix-mode when deciding how to expand.
22266         * calc/calc.el (calc-set-mode-line): Add square matrix option.
22268 2005-10-08  Lars Hansen  <larsh@soem.dk>
22270         * net/tramp.el (tramp-perl-directory-files-and-attributes):
22271         Add error handling.
22272         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22274 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
22276         Sync with Tramp 2.0.51.
22278         * net/tramp.el (tramp-handle-set-visited-file-modtime)
22279         (tramp-handle-insert-file-contents, tramp-handle-write-region):
22280         Insert special handling for `last-coding-system-used', again
22281         it still seems to be necessary (unlike stated before).
22282         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22283         (tramp-password-prompt-regexp): There might be other words before
22284         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22285         (tramp-chunksize): Improve docstring.
22286         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22287         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
22288         Christian Joergensen <bugs@razor.dk>.
22290 2005-10-07  Glenn Morris  <rgm@gnu.org>
22292         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22293         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22294         precision'.
22296 2005-10-07  Romain Francoise  <romain@orebokech.com>
22298         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22299         (ibuffer-do-shell-command-pipe-replace)
22300         (ibuffer-do-shell-command-file, ibuffer-do-eval)
22301         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22302         (ibuffer-do-revert, ibuffer-do-replace-regexp)
22303         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22304         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22305         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22306         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22307         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22308         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22309         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22310         Autoload file sans suffix.
22312         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22314 2005-10-07  David Ponce  <david@dponce.com>
22316         * recentf.el (recentf-menu-open-all-flag): New option.
22317         (recentf-digit-shortcut-command-name): New function.
22318         (recentf--shortcuts-keymap): New variable.
22319         (recentf-menu-shortcuts): New variable.
22320         (recentf-make-menu-items): Initialize it.  Replace the "More..."
22321         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22322         (recentf-menu-value-shortcut): New function.
22323         (recentf-make-menu-item): Use it.  No more in-lined.
22324         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22325         (recentf-open-most-recent-file): Rename from
22326         `recentf-open-file-with-key'.  Don't depend on key binding.
22327         (recentf-mode-map): New variable.
22328         (recentf-mode): Use it.
22330 2005-10-06  Bill Wohler  <wohler@newt.com>
22332         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
22334         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22335         (MH-E-SRC): New.  Used by mh-autoloads.
22336         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
22337         files in MH-E-SRC have been updated.
22338         (compile, recompile, bootstrap): Depend on mh-autoloads.
22340 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
22342         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22343         gud-break and gud-remove icons when the fringe is not available.
22345         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22346         Typo.
22348 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
22350         * play/zone.el (zone): Wrap body with save-window-excursion.
22352 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22354         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22355         Use the new `list-only' arg to diary-list-entries.
22357         * calendar/diary-lib.el: Use overlays rather than selective-display.
22358         (diary-selective-display): New var.
22359         (diary-header-line-format): Use it.
22360         (diary-list-entries): Add argument `list-only'.
22361         Put the buffer in diary-mode.  Don't add \^M at beg and end.
22362         Replace \^M by invisible overlays.
22363         (diary-unhide-everything): Replace \^M by invisible overlays.
22364         (print-diary-entries): Look for overlays rather than \^M.
22365         Add a space to the temp buffer name.
22366         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22367         Put the buffer in diary-mode.
22368         (list-sexp-diary-entries): Replace \^M by invisible overlays.
22369         (diary-anniversary): Make the year arg optional.
22370         (diary-time-regexp): New const.
22371         (diary-font-lock-keywords): Use it to accept a few more time formats.
22373         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22375 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
22377         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22378         Fix bug introduced 2005-07-03: Use (car (last ...))
22379         to faithfully reproduce replaced artist-last.
22380         (artist-set-arrow-points-for-poly): Likewise.
22381         Suggested by Johan Bockg\e,Ae\e(Brd.
22383 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
22385         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22386         * wid-edit.el (widget):
22387         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22388         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22390 2005-10-06  Kenichi Handa  <handa@m17n.org>
22392         * international/mule-cmds.el (set-language-environment):
22393         Fix setting up of case-table for unibyte mode.
22395         * simple.el (what-cursor-position): If the character is displayed
22396         by some `display' text property, show that.  Don't use
22397         single-key-description for eight-bit characters in multibyte mode.
22399 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
22401         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22402         (gdb-ann3): Set it.
22403         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22404         (gdb-info-frames-custom): Use inverse-video for first five
22405         characters of selected frame only.
22406         (gdb-get-frame-number): Select frame even when point is on frame
22407         number.
22409 2005-10-06  Masatake YAMATO  <jet@gyve.org>
22411         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22412         Put `font-lock-function-name-face'.
22413         (gdb-info-frames-custom): Put `font-lock-function-name-face'
22414         and `font-lock-variable-name-face'
22415         (gdb-registers-font-lock-keywords): New font lock keywords definition.
22416         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22417         (gdb-memory-font-lock-keywords): New font lock keywords definition.
22418         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22419         (gdb-local-font-lock-keywords): New font lock keywords definition.
22420         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22421         (gdb-threads-font-lock-keywords): New font lock keywords definition.
22422         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22424 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
22426         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22427         (ediff-merge-region-is-non-clash-to-skip): Previously called
22428         ediff-merge-region-is-non-clash.
22430         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22431         Use insert-buffer-substring.
22433         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22434         selecting files to patch.  Also bug fixes.
22436         * ediff-util.el (ediff-setup): Bug fix.
22437         (ediff-next-difference): Never skip clashes that differ in white
22438         space only.
22440         * ediff-wind.el (ediff-setup-control-frame)
22441         (ediff-destroy-control-frame): Check the menubar feature.
22443         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
22444         (viper-refresh-mode-line): Use make-local-variable to localize
22445         some vars instead of make-variable-buffer-local.  Suggested by
22446         Stefan Monnier.
22448         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
22449         (viper-restore-cursor-type, viper-set-insert-cursor-type):
22450         Use make-local-variable instead of make-variable-buffer-local.
22451         Suggested by Stefan Monnier.
22453         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
22454         (viper-comint-mode-hook): Use make-local-variable on
22455         require-final-newline.
22456         (viper-non-hook-settings): Don't use make-variable-buffer-local.
22458 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22460         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
22461         also the second char of a comment-start sequence.
22462         (scheme-sexp-comment-syntax-table): New var.
22463         (lambda, define): Set their scheme-doc-string-elt property.
22464         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22465         Use lisp-font-lock-syntactic-face-function now that it properly
22466         handles |...| symbols.
22467         (scheme-mode-variables): Set lisp-doc-string-elt-property,
22468         parse-sexp-lookup-properties and font-lock-extra-managed-props.
22470         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22471         bit from # to |.
22472         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22474         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22475         (lisp-doc-string-elt-property): New var.
22476         (lisp-font-lock-syntactic-face-function): Use it.
22477         Rewrite to recognize docstrings even for forms not at toplevel.
22479         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
22480         annotation on the | part of #| rather than on the # part.
22481         (scheme-font-lock-syntactic-face-function): New function, to
22482         distinguish strings from |...| symbols.
22483         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
22484         syntax-table so that #|...|# is properly highlighted.
22486         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
22487         Don't mark as docstring the 3rd elem of an unknown toplevel form.
22489 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22491         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
22492         and C-e.
22494         * emacs-lisp/eldoc.el: Move comments into docstrings.
22495         (eldoc-message-commands): Initialize in its declaration.
22496         Add move-beginning-of-line and move-end-of-line.
22497         (eldoc-add-command, eldoc-add-command-completions)
22498         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
22500         * outline.el (outline-mark-subtree): Activate the mark.
22502         * calendar/appt.el (appt-time-regexp): New var.
22503         (appt-add, appt-make-list): Use it.
22504         (appt-convert-time): Clean up.
22506         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
22507         Don't set any syntax-table property here.
22508         (tex-font-lock-verb): New function.  Do it here.
22509         (tex-font-lock-syntactic-keywords): Use it.
22511 2005-10-04  Richard M. Stallman  <rms@gnu.org>
22513         * wid-edit.el (widget-file-complete): Get the widget start point
22514         the right way.  Default directory to `/' if file has none.
22516         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
22518         * textmodes/flyspell.el (flyspell-mode-on):
22519         Call ispell-maybe-find-aspell-dictionaries.
22521         * textmodes/ispell.el (ispell-word, ispell-region):
22522         Call ispell-maybe-find-aspell-dictionaries.
22523         (ispell-accept-buffer-local-defs):
22524         Don't call ispell-maybe-find-aspell-dictionaries.
22526 2005-10-04  Richard M. Stallman  <rms@gnu.org>
22528         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
22530 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
22532         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
22533         instead of `fboundp' in order to allow for anonymous functions.
22535 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
22537         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
22538         case the user clicks on the link while another window is selected.
22539         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
22541         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
22542         functionality.
22543         (dframe-help-echo): Save point in case mouse tracking is off.
22545 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
22547         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
22549 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22551         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
22552         not change the global value of those vars.
22554         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
22555         make-local-variable which we do not need any more.
22557 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
22559         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
22560         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
22561         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
22562         (speedbar-path-line): Define obsolete aliases.
22563         (speedbar-line-directory): Doc fix.
22565         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
22566         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
22567         instead of speedbar-line-path.
22569 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22571         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
22572         to nil if dropping on a window.  Handle dropping on a minibuffer window
22573         like dropping on a non-window part of Emacs.
22575 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22577         * net/ange-ftp.el: Use with-current-buffer.
22578         (ange-ftp-insert-directory): Do not follow symlinks any more.
22580         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
22581         Remove interactive spec.
22583 2005-10-03  Kim F. Storm  <storm@cua.dk>
22585         * ido.el (ido-mode): Use custom-initialize-set.
22587 2005-10-02  Richard M. Stallman  <rms@gnu.org>
22589         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
22590         Use insert-buffer-substring.
22592         * net/tramp.el: Pacify byte compiler warnings in pacification code.
22593         (tramp-handle-file-local-copy): Use insert-buffer-substring.
22595 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22597         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
22598         in last change.
22599         (ange-ftp-insert-directory): Fix up the search for the case where
22600         `file' is absolute.
22602 2005-10-02  Romain Francoise  <romain@orebokech.com>
22604         * progmodes/compile.el (compile-goto-error): Delete extra paren.
22606 2005-10-02  Andreas Schwab  <schwab@suse.de>
22608         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
22609         directory component in the session info.
22611 2005-10-01  Richard M. Stallman  <rms@gnu.org>
22613         * comint.el (comint-redirect-subvert-readonly): Doc fix.
22615         * simple.el (next-error-internal): New function.
22617         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
22618         (compilation-start): Pass new arg to compilation-buffer-name.
22619         (compile-goto-error): Use next-error-internal.
22621 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
22623         * speedbar.el: Remove RCS tag.
22624         (speedbar-check-read-only): Handle non-existent files.
22626         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
22628         * info.el (Info-speedbar-hierarchy-buttons)
22629         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
22631 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22633         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
22634         Do not match newline.
22635         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
22636         (bibtex-summary): Remove unnecessary save-excursion.
22637         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
22639 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22641         * term/mac-win.el: Add charset info for "iso10646-1".
22642         Modify default fontset to use ATSUI-compatible fonts for some charsets
22643         if available.
22645 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
22647         * speedbar.el: Re-apply arch tag.
22648         (speedbar-version): Rename to version 1.0.  Suggested by Eric
22649         M. Ludlam.
22650         Reapply two changes from Emacs CVS' version of speedbar lost
22651         during the merge:
22652         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
22653         (speedbar-frame-parameters): Improve customize type.
22655 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22657         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
22658         (ange-ftp-file-directory-p): Fix the symlink case.
22659         (ange-ftp-insert-directory): When listing a single file, get a list of
22660         the parent buffer and extract the relevant line.  Inspired from a patch
22661         by Katsumi Yamaoka <yamaoka@jpl.org>.
22662         (ange-ftp-file-name-sans-versions): Simplify.
22664 2005-09-30  Bill Wohler  <wohler@newt.com>
22666         Move MH-E image files from toolbar and mail directories into
22667         etc/images.
22669         * mail/reply2.*: Move to etc/images/mail/reply*.
22671         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
22672         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
22673         etc/images.
22675         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
22676         * toolbar/reply*: Move to etc/images/mail.
22678         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
22680 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
22682         * speedbar.el: New version 1.0pre3.
22684         Frame management code (including timer, and mouse click specifics)
22685         moved to dframe.el:
22686         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
22687         (speedbar-timer): Removed.  Use dframe-timer.
22688         (speedbar-close-frame): Removed.  Use dframe-close-frame.
22689         (speedbar-activity-change-focus-flag): Removed.  Use
22690         dframe-activity-change-focus-flag.
22691         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
22692         dframe-update-speed.
22694         (speedbar-current-frame): New macro.  Use this instead of the
22695         variable speedbar-frame.
22697         (speedbar-use-images, speedbar-expand-image-button-alist)
22698         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
22700         (speedbar-find-image-on-load-path): Removed.  Replaced by
22701         defezimage in ezimage.el.
22702         (speedbar-expand-image-button-alist): Removed.  Replaced by
22703         ezimage-expand-image-button-alist in ezimage.el.
22705         (speedbar-ignored-directory-regexp)
22706         (speedbar-add-ignored-directory-regexp)
22707         (speedbar-ignored-directory-expressions)
22708         (speedbar-line-directory, speedbar-buffers-line-directory)
22709         (speedbar-directory-line, speedbar-buffers-line-directory):
22710         Renamed, replacing `path' with `directory'.
22712         (speedbar-create-directory, speedbar-expand-line-descendants)
22713         (speedbar-toggle-line-expansion)
22714         (speedbar-contract-line-descendants): New commands.
22716         (speedbar-query-confirmation-method, speedbar-select-frame-method)
22717         (speedbar-use-tool-tips-flag): New options.
22719         (speedbar-check-read-only, speedbar-require-version)
22720         (speedbar-insert-separator, speedbar-buffers-tail-notes)
22721         (speedbar-handle-delete-frame, speedbar-try-completion)
22722         (speedbar-update-localized-contents): New functions.
22724         (speedbar-incompatible-version, speedbar-ro-to-do-point)
22725         (speedbar-object-read-only-indicator): New variables.
22727         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
22728         New hooks.
22730         (speedbar-separator-face): New face.
22732         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
22733         (speedbar-ignored-modes): Add fundamental-mode.
22734         (speedbar-directory-unshown-regexp): Add . directories.
22736         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
22737         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
22738         `]' for full expand/close.
22739         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
22741         (speedbar-check-vc): Support hidden files.
22742         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
22743         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
22744         state is nil, it is not checked out.
22746         (speedbar-line-text, speedbar-line-token): Support expand buttons
22747         with no text.
22748         (speedbar-refresh): Universal argument acts as power-click.
22749         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
22750         that buffer to get variable values.
22752         And many other bugfixes.
22754         * dframe.el, ezimage.el, sb-image.el: New files.
22756         * sb-*.xpm: Remove files.  New image files installed into
22757         etc/images/ezimage.
22759 2005-09-30  Kenichi Handa  <handa@m17n.org>
22761         * ps-mule.el (ps-mule-show-warning): If a character is in
22762         ps-print-translation-table, don't treat it as non-printable.
22764 2005-09-30  David Ponce  <david@dponce.com>
22766         * tree-widget.el (tree-widget-themes-load-path): New variable.
22767         (tree-widget-themes-directory): Doc fix.
22768         (tree-widget-image-formats) [Emacs]: Doc fix.
22769         (tree-widget--locate-sub-directory): New function.
22770         (tree-widget-themes-directory): Use it.
22772         * recentf.el (recentf-filename-handlers): Rename from
22773         `recentf-filename-handler'.  Allow a list of functions.
22774         (recentf-menu-items-for-commands): Fix :help strings.
22775         (recentf-apply-filename-handlers): New function.
22776         (recentf-expand-file-name): Use it.
22777         (recentf-cleanup): Remove duplicates too.
22779 2005-09-29  Juri Linkov  <juri@jurta.org>
22781         * faces.el: Rearrange face definitions to be in the same order as
22782         their face descriptions in "(emacs)Standard Faces".
22784         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
22786         * tooltip.el (tooltip): Add group `basic-faces'.
22788         * buff-menu.el (Buffer-menu-buffer): Remove group
22789         `font-lock-highlighting-faces'.
22791         * progmodes/compile.el (compilation-error, compilation-warning)
22792         (compilation-info, compilation-line-number, compilation-column-number):
22793         Change group from `font-lock-highlighting-faces' to `compilation'.
22795         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22796         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
22797         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
22798         (vhdl-font-lock-reserved-words-face)
22799         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
22800         `font-lock-highlighting-faces'.
22802         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
22804 2005-09-28  Kim F. Storm  <storm@cua.dk>
22806         * emulation/cua-base.el: Set CUA move property on additional commands:
22807         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
22808         forward-sexp, backward-sexp, forward-list, backward-list.
22810 2005-09-28  Romain Francoise  <romain@orebokech.com>
22812         * comint.el (comint-show-output): Really set point at the
22813         beginning of the output when not using `comint-use-prompt-regexp'.
22815 2005-09-27  Jay Belanger  <belanger@truman.edu>
22817         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
22818         in TeX mode.
22820 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
22822         * textmodes/org.el (org-table-sum): Fix format string.
22824         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
22825         Quote face names.
22827 2005-09-26  Romain Francoise  <romain@orebokech.com>
22829         * isearch.el (isearch-forward-regexp): Close doc string.
22831 2005-09-25  Richard M. Stallman  <rms@gnu.org>
22833         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
22835         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
22837         * progmodes/compile.el (compilation-error-properties):
22838         When getting the file from the previous error message,
22839         correctly decode the new data format.
22841         * progmodes/cc-cmds.el (c-electric-paren):
22842         Call old-blink-paren only for close-paren.
22844 2005-09-24  Andreas Schwab  <schwab@suse.de>
22846         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
22847         condition.
22849 2005-09-25  Romain Francoise  <romain@orebokech.com>
22851         * dired-aux.el (dired-copy-file-recursive):
22852         * dired.el (dired-delete-file):
22853         * ediff-mult.el (ediff-dir-diff-copy-file):
22854         * ediff-util.el (ediff-test-save-region):
22855         * forms.el (forms-mode):
22856         * ido.el (ido-file-internal, ido-delete-file-at-head):
22857         * log-edit.el (log-edit-done):
22858         * ses.el (ses-yank-resize):
22859         * play/gomoku.el (gomoku-human-plays, gomoku)
22860         (gomoku-human-resigns, gomoku-prompt-for-other-game)
22861         (gomoku-offer-a-draw):
22862         * play/landmark.el (lm-human-resigns, lm):
22863         * net/eudcb-ldap.el (eudc-ldap-check-base):
22864         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
22865         * progmodes/ebrowse.el (ebrowse-find-pattern):
22866         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
22867         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
22868         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
22870         * vc.el (vc-delete-file):
22871         * play/gomoku.el (gomoku-terminate-game, gomoku)
22872         (gomoku-prompt-for-move, gomoku-human-takes-back):
22873         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
22874         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
22876 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
22878         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
22879         color rxvt terminals by using the code xterm.el used to use before
22880         2005-04-09 in order to match the colors used by rxvt.
22882 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22884         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
22885         colors rxvt-unicode terminals by using the same code as xterm.el.
22887 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22889         * textmodes/tex-mode.el (tex-font-lock-append-prop)
22890         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
22891         new symbol used for the tex-verbatim face.
22893 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22895         * woman.el (woman-file-name):
22896         * wid-edit.el (widget-file-prompt-value)
22897         (widget-coding-system-prompt-value):
22898         * w32-fns.el (set-w32-system-coding-system):
22899         * vc.el (vc-version-diff, vc-annotate):
22900         * textmodes/reftex-auc.el (reftex-arg-cite)
22901         (reftex-arg-index-tag):
22902         * textmodes/refer.el (refer-get-bib-files):
22903         * textmodes/artist.el (artist-figlet-choose-font):
22904         * terminal.el (terminal-emulator):
22905         * replace.el (occur-read-primary-args):
22906         * rect.el (string-rectangle, string-insert-rectangle):
22907         * ps-print.el (ps-print-preprint):
22908         * progmodes/pascal.el (pascal-goto-defun):
22909         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
22910         * progmodes/compile.el (compilation-find-file):
22911         * printing.el (pr-interactive-n-up):
22912         * play/animate.el (animate-birthday-present):
22913         * net/rcompile.el (remote-compile):
22914         * man.el (man, Man-goto-section, Man-follow-manual-reference):
22915         * mail/rmailsum.el (rmail-summary-search-backward)
22916         (rmail-summary-search):
22917         * mail/rmailout.el (rmail-output-read-rmail-file-name)
22918         (rmail-output-read-file-name):
22919         * mail/rmail.el (rmail-search, rmail-search-backwards):
22920         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
22921         * locate.el (locate):
22922         * international/quail.el (quail-show-keyboard-layout):
22923         * international/mule.el (set-buffer-file-coding-system)
22924         (revert-buffer-with-coding-system, set-file-name-coding-system)
22925         (set-terminal-coding-system, set-keyboard-coding-system)
22926         (set-next-selection-coding-system):
22927         * international/mule-diag.el (describe-coding-system)
22928         (describe-font, describe-fontset):
22929         * international/mule-cmds.el (universal-coding-system-argument)
22930         (search-unencodable-char, describe-input-method)
22931         (set-language-environment, describe-language-environment):
22932         * international/codepage.el (codepage-setup):
22933         * international/code-pages.el (codepage-setup):
22934         * info.el (Info-search, Info-follow-reference)
22935         (Info-search-backward):
22936         * emacs-lisp/advice.el (ad-read-advised-function)
22937         (ad-read-advice-class, ad-clear-cache, ad-activate)
22938         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
22939         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
22940         (ad-read-regexp):
22941         * ediff-util.el (ediff-toggle-regexp-match):
22942         * ediff-ptch.el (ediff-prompt-for-patch-file):
22943         * dired-aux.el (dired-diff):
22944         * diff.el (diff):
22945         * cus-edit.el (custom-variable-prompt):
22946         * calendar/timeclock.el (timeclock-ask-for-project):
22947         * calc/calcalg3.el (calc-get-fit-variables):
22948         * calc/calc-store.el (calc-edit-variable)
22949         (calc-permanent-variable):
22950         * vc-mcvs.el (vc-mcvs-register):
22951         * shadowfile.el (shadow-define-literal-group):
22952         * woman.el (woman-file-name):
22953         * vc.el (vc-version-diff, vc-merge):
22954         * textmodes/reftex-index.el (reftex-index-complete-tag):
22955         * format.el (format-decode-buffer, format-decode-region):
22956         * emulation/viper-cmd.el (viper-read-string-with-history):
22957         * emacs-lisp/debug.el (cancel-debug-on-entry):
22958         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
22959         * ediff.el (ediff-merge-revisions)
22960         (ediff-merge-revisions-with-ancestor, ediff-revision):
22961         * completion.el (interactive-completion-string-reader):
22962         * calc/calc-prog.el (calc-user-define-formula):
22963         Follow convention for reading with the minibuffer.
22965 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
22967         * progmodes/python.el (python-describe-symbol): Add globals() and
22968         locals() to the arguments of emacs.ehelp.
22970 2005-09-24  Magnus Henoch  <mange@freemail.hu>
22972         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
22973         New function, code extracted from ispell-valid-dictionary-list.
22974         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
22975         Call it.
22977 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
22979         * subr.el (version-regexp-alist): Extend valid syntax for version
22980         strings: allow any of the characters -,_,+ to separate the
22981         alpha/beta/rc part from the version part.  Doc fix.
22982         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
22984 2005-09-23  David Reitter  <david.reitter@gmail.com>
22986         * mail/mailclient.el: New file.
22988 2005-09-23  Richard M. Stallman  <rms@gnu.org>
22990         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
22991         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
22992         Doc fixes.
22994         * progmodes/cc-mode.el (c-font-lock-init):
22995         Specify font-lock-lines-before.
22997 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22999         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23000         whole conflict.
23002 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
23004         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23005         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
23006         of `remap' feature when available.  Additional key bindings for
23007         better tty support.
23008         (org-mode-restart, org-force-self-insert): New commands.
23009         (org-time-stamp-inactive): New command.
23010         (org-remap): New function.
23011         (org-table-auto-blank-field, org-level-color-stars-only): New options.
23012         (org-enable-fixed-width-editor): Move to `org-structure'
23013         customization group.
23014         (org-self-insert-command, orgtbl-self-insert-command): Modify to
23015         blank field after field motion commands.
23017 2005-09-23  Kenichi Handa  <handa@m17n.org>
23019         * international/mule-cmds.el (set-language-environment):
23020         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23021         have to call utf-translate-cjk-load-tables.
23023 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23025         * mouse.el (mouse-move-drag-overlay): Fix last change.
23027 2005-09-22  David Ponce  <david@dponce.com>
23029         * tree-widget.el (tree-widget-value-create): Fix previous change.
23031 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
23033         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23035 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23037         * mouse.el (mouse-move-drag-overlay): New function.
23038         (mouse-drag-region-1): Use it.
23039         Try to simplify a bit the state handling.  Handle clicks on links
23040         inside intangible areas.
23041         (mouse-save-then-kill): Minor simplification.
23042         (mouse-secondary-overlay): Make it always non-nil instead of
23043         recreating it each time.
23044         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23045         (mouse-kill-secondary, mouse-secondary-save-then-kill):
23046         Simplify accordingly.
23048 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
23050         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23052 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
23054         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23055         (ediff-file-name-sans-prefix): Treat nil as an empty string.
23056         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23057         to patch.
23059         * ediff-util.el: Use insert-buffer-substring.
23061         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23063         * emulation/viper-cmd.el (viper-change-state): Don't move over the
23064         field boundaries in the minibuffer.
23065         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23066         (viper-minibuffer-post-command-hook): New hook.
23067         (viper-line): Don't move cursor at bolp.
23069         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23071         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23072         avoid compiler warnings.
23074         * emulation/viper-macs.el (ex-map): Better messages.
23076         * emulation/viper-utils.el (viper-beginning-of-field): New function.
23078         * emulation/viper.el: Replace make-variable-buffer-local with
23079         viper-make-variable-buffer-local everywhere, to avoid warnings.
23081 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23083         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23084         Delete unused var `old-selected-window'.
23085         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23086         (mouse-drag-secondary): Delete unused var `start-frame'.
23088 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
23090         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23092 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23094         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23095         Re-indent within 80 columns.  Use inhibit-read-only.
23097 2005-09-19  Romain Francoise  <romain@orebokech.com>
23099         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23101 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23103         * font-lock.el (font-lock-default-fontify-region): Don't add a line
23104         unconditionally, since the after-change-function already did it.
23106 2005-09-19  Miles Bader  <miles@gnu.org>
23108         * net/newsticker.el: Get rid of CVS keyword.
23110 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23112         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23113         The prompt is formatted later.
23115 2005-09-19  David Ponce  <david@dponce.com>
23117         * tree-widget.el (tree-widget-value-create): Save the converted
23118         tree :node widget.
23120 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
23122         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23123         variable `message'.
23125 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
23127         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23128         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
23129         <slawomir.nowaczyk.847@student.lu.se>.
23131 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
23133         * image.el (image-load-path): Use symbol `data-directory' instead
23134         of its value, for backward compatibility with packages that bind
23135         it during `find-image'.  Suggested by Katsumi Yamaoka.
23136         (image-search-load-path): Handle symbols whose values are strings.
23138 2005-09-18  Romain Francoise  <romain@orebokech.com>
23140         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23141         with-current-buffer form in save-excursion.
23143 2005-09-18  Deepak Goel  <deego@gnufans.org>
23145         * apropos.el (apropos-command): Fix `message' call: first arg
23146         should be a format spec.  In this and all other cases that appear
23147         below and elsewhere in the source code, I made a change only when
23148         two conditions were satisfied: [1] I can think of a possibility
23149         that the arguments would cause an error, for example, the code in
23150         question relies on external variables such as filenames.  [2] I
23151         was sure that the arg to `message' could not have been nil in the code.
23153         * textmodes/tildify.el (tildify-region): Ditto.
23155         * textmodes/reftex-index.el (reftex-index-change-entry)
23156         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23157         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23158         * textmodes/org.el (org-complete, org-deadline, org-schedule)
23159         (org-priority, org-table-sum):
23160         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23161         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23162         (flyspell-word, flyspell-display-next-corrections):
23163         * textmodes/bibtex.el (bibtex-print-help-message):
23164         * textmodes/artist.el (artist-key-set-point-poly):
23165         * term/mac-win.el (mac-services-insert-text):
23166         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23167         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23168         (vhdl-port-paste-testbench, vhdl-compose-new-component)
23169         (vhdl-compose-configuration):
23170         * progmodes/sh-script.el (sh-blink, sh-show-indent)
23171         (sh-set-indent, sh-learn-line-indent):
23172         * progmodes/ps-mode.el (ps-mode-target-column):
23173         * progmodes/idlwave.el (idlwave-make-tags)
23174         (idlwave-scan-library-catalogs):
23175         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23176         * progmodes/gud.el (gud-jdb-analyze-source):
23177         * progmodes/flymake.el (flymake-log):
23178         * progmodes/ebnf2ps.el (ebnf-generate-region):
23179         * progmodes/cmacexp.el (c-macro-expansion):
23180         * progmodes/ada-xref.el (ada-treat-cmd-string):
23181         * progmodes/ada-mode.el (ada-create-case-exception-substring)
23182         (ada-justified-indent-current, ada-batch-reformat):
23183         * play/zone.el (zone):
23184         * play/landmark.el (lm-move):
23185         * play/decipher.el (decipher-show-alphabet):
23186         * net/newsticker.el (newsticker--display-jump)
23187         (newsticker--display-scroll):
23188         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23189         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23190         * mail/feedmail.el (feedmail-dump-message-to-queue):
23191         * eshell/esh-proc.el (eshell-remove-process-entry):
23192         * emulation/ws-mode.el (ws-last-error):
23193         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23194         (viper-record-kbd-macro):
23195         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23196         * emacs-lisp/lisp-mnt.el (lm-report-bug):
23197         * emacs-lisp/find-func.el (find-function-noselect):
23198         * calendar/timeclock.el (timeclock-status-string)
23199         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23200         (timeclock-when-to-leave-string):
23201         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23202         * calc/calc-units.el (calc-enter-units-table):
23203         * calc/calc-mode.el (calc-mode-record-mode):
23204         * woman.el (woman-mini-help):
23205         * wdired.el (wdired-change-to-wdired-mode):
23206         * vc.el (vc-retrieve-snapshot):
23207         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23208         * startup.el (display-startup-echo-area-message):
23209         * simple.el (set-goal-column):
23210         * ses.el (ses-command-hook, ses-recalculate-cell):
23211         * server.el (server-process-filter):
23212         * printing.el (pr-interface-txt-print, pr-interface-printify)
23213         (pr-interface-ps):
23214         * pcvs.el (cvs-help):
23215         * log-edit.el (log-edit, log-edit-mode-help):
23216         * iswitchb.el (iswitchb-possible-new-buffer):
23217         * isearch.el (isearch-edit-string):
23218         * image-mode.el (image-mode, image-minor-mode):
23219         * ibuf-macs.el (define-ibuffer-filter):
23220         * hi-lock.el (hi-lock-find-patterns):
23221         * files.el (toggle-read-only):
23222         * ediff-util.el (ediff-copy-diff)
23223         (ediff-write-merge-buffer-and-maybe-kill):
23224         * echistory.el (Electric-history-undefined):
23225         * dnd.el (dnd-insert-text):
23226         * dired-aux.el (dired-query):
23227         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23228         * bookmark.el (bookmark-bmenu-locate):
23229         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23230         Fix `message' calls to ensure first arg is a format string.
23231         The change was made only when these two conditions were satisfied:
23232         [1] when there is a possibility that the arguments would cause an error
23233         for example, if the code in question relies on external variables
23234         such as filenames, and
23235         [2] if the arg to `message' could not have been nil in the code.
23237         * pcomplete.el (pcomplete--help): Fix `message' format spec.
23238         Not having a %s would be weird, though not technically wrong.
23240 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23242         * term/mac-win.el (mac-add-charset-info): Doc fix.
23244 2005-09-17  Romain Francoise  <romain@orebokech.com>
23246         * shell.el (shell-resync-dirs): Handle echoing processes more
23247         reliably.  Don't insert resync command if `comint-process-echoes'
23248         is non-nil.
23250 2005-09-17  Magnus Henoch  <mange@freemail.hu>
23252         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23253         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23254         aspell versions >= 0.60.
23255         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23256         only if ispell-aspell-supports-utf8 is non-nil.
23258 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23260         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23261         buffer-local value to lisp-indent-function.
23263 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
23265         * progmodes/glasses.el (glasses-make-readable): If
23266         glasses-separator differs from underscore, put appropriate
23267         overlays over underscore characters.
23268         (glasses-convert-to-unreadable): If glasses-separator differs from
23269         underscore, try to convert glasses-separator characters to
23270         underscores.
23272 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23274         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23275         Use with-syntax-table and dolist.
23277 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
23279         * textmodes/reftex-auc.el:
23280         * textmodes/reftex-cite.el:
23281         * textmodes/reftex-dcr.el:
23282         * textmodes/reftex-global.el:
23283         * textmodes/reftex-parse.el:
23284         * textmodes/reftex-ref.el:
23285         * textmodes/reftex-sel.el:
23286         * textmodes/reftex-toc.el:
23287         * textmodes/reftex-vars.el:
23288         * textmodes/reftex.el: Small changes to remove compiler warnings.
23290         * textmodes/reftex-index.el: Likewise.
23291         (reftex-query-index-phrase): More efficient use of markers.
23293 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23295         * image.el (image-load-path): New variable.
23296         (image-search-load-path): New function.
23297         (find-image): Search for images in `image-load-path'.
23299 2005-09-15  Richard M. Stallman  <rms@gnu.org>
23301         * follow.el: Change Maintainer field.
23303 2005-09-15  David Ponce  <david@dponce.com>
23305         * recentf.el (recentf-save-file-modes): New option.
23306         (recentf-save-list): Use it.
23308 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
23310         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23311         (mode-line-mule-info, mode-line-modified): Move bindings from
23312         mouse-3 to mouse-1.
23314 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23316         * simple.el (sendmail-user-agent-compose): Revert last change.
23318 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23320         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23321         Use with-current-buffer.
23322         (ange-ftp-gwp-start): Remove unused var `gw-user'.
23323         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23324         (ange-ftp-insert-directory): Remove unused var `short'.
23325         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23327         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23328         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23330         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23331         (check-calendar-holidays, diary-list-entries): Autoload.
23332         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23333         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23335         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23336         which mistakenly removed a call to display-buffer.
23338 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
23340         * obsolete/iso-insert.el: Move to obsolete/ from international/.
23342 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
23344         * progmodes/hideshow.el
23345         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23346         (hs-allow-nesting): New user var.
23347         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23348         (hs-hide-block-at-point): When nesting allowed,
23349         if there is already an overlay in place, delete it.
23350         (hs-safety-is-job-n): Delete func; remove call sites.
23351         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23352         (hs-overlay-at): New func.
23353         (hs-already-hidden-p, hs-show-block): Use it.
23354         (hs-hide-all): Don't pre-clean if nesting allowed.
23355         (hs-show-all): Temporarily disallow
23356         nesting around call to `hs-discard-overlays'.
23358 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
23360         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23361         Delete unused local var.
23363 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
23365         * help-fns.el (describe-categories): "?\ " -> "?\s".
23366         (help-do-arg-highlight): Recognize also ARG-n, as in
23367         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
23369         * international/codepage.el (dos-unsupported-char-glyph):
23370         * net/newsticker.el (tool-bar-map, w3-mode-map)
23371         (w3m-minor-mode-map):
23372         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23373         (ent-alist):
23374         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23376 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
23378         * custom.el (custom-push-theme): Handle the case where a symbol is
23379         bound but face properties have not yet been assigned.
23381         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23382         Fix behavior if noerase is `t' and there is no mail buffer.
23384         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23385         if `continue' is nil, rather than signal an error.
23387 2005-09-12  Richard M. Stallman  <rms@gnu.org>
23389         * font-lock.el (font-lock-keywords): Add autoload.
23391         * help-fns.el (describe-variable): Rearrange to put source link
23392         in a predictable place.
23394         * net/newsticker.el: New file.
23396 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23398         * calendar/calendar.el (calendar-for-loop): Add edebug info.
23399         (calendar-basic-setup): Use the new nil arg.
23400         (number-of-diary-entries): Move to diary-lib.el.
23402         * calendar/diary-lib.el: Use with-current-buffer, match-string.
23403         (diary-list-entries): Use with-syntax-table and dolist.
23404         Rename from list-diary-entries.
23405         Use number-of-diary-entries if `number' is nil.
23406         (diary, diary-view-entries): Use this new name and new nil arg value.
23407         (number-of-diary-entries): Move from calendar.el.
23408         (diary-unhide-everything): New function.
23409         (include-other-diary-files, fancy-diary-display)
23410         (diary-show-all-entries, make-diary-entry): Use it.
23411         (diary-mail-entries): Use buffer-string.
23412         (mark-diary-entries): Fix long standing paren typo.
23413         (diary-sexp-entry): Use count-lines.
23414         (make-diary-entry): Avoid `previous-line'.
23415         (diary-mode-map): New var.
23416         (diary-mode): Redraw cal after saving.  Setup header-line.
23417         (fancy-diary-display-mode): Use local-set-key.
23419         * startup.el (command-line): Try calling various terminal-init-foo-bar
23420         functions by stripping hyphenated suffixes from $TERM.
23422         * files.el (normal-mode): Check boundness of font-lock-keywords.
23424 2005-09-12  Richard M. Stallman  <rms@gnu.org>
23426         * progmodes/compile.el: Don't decide a file's directory
23427         until the user actually tries to go there.
23428         (compilation-next-error-function):
23429         Pass compilation-find-file the directory from the file-struct.
23430         (compilation-internal-error-properties): Separate local FILE-STRUCT
23431         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
23432         (compilation-find-file): Arg DIR renamed to DIRECTORY.
23433         Expand it, and if nil, use default-directory.
23434         (compilation-get-file-structure): Don't mix specified directory
23435         with default directory.  Put specified directory into
23436         file-struct.  Don't make the file name absolute.
23438         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23439         (compile-command): Add autoload.
23440         (compilation-disable-input): Add autoload.
23442 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
23444         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
23445         strings of the variables it can override.
23446         (time-stamp): New (as yet undocumented) time-stamp-format escapes
23447         %Q and %q, for fully-qualified domain name and unqualified host name.
23449 2005-09-11  Kim F. Storm  <storm@cua.dk>
23451         * emacs-lisp/authors.el (authors-aliases): Update list.
23452         (authors-fixed-entries): Update mldrag.el entry.
23454 2005-09-10  Alan Mackenzie  <acm@muc.de>
23456         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
23457         from the region narrowed to.
23459 2005-09-10  Magnus Henoch  <mange@freemail.hu>
23461         * textmodes/ispell.el (ispell-check-version): Signal an error if
23462         aspell version is less than 0.60.
23464 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
23466         * progmodes/octave-inf.el (inferior-octave-startup):
23467         Resync current dir at the end.
23469 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
23471         * woman.el (woman-topic-at-point-default):
23472         Rename to woman-use-topic-at-point-default.
23473         (woman-topic-at-point): Rename to woman-use-topic-at-point.
23474         (woman-file-name): Reflect renames above.  Automatically use the
23475         word at point as topic if woman-use-topic-at-point is non-nil.
23476         Otherwise offer it as default but don't insert it in the
23477         minibuffer.  Also use `test-completion' instead of `assoc' as
23478         suggested by Stefan Monnier.
23480 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
23482         * vc.el (vc-directory, vc-update-change-log): Throw an error on
23483         the attempt to do it over Tramp.  This is not yet supported.
23485 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
23487         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
23488         (menu-bar-non-minibuffer-window-p): New functions.
23489         ("Split Window", "Save As..."): Use them.
23490         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
23491         ("Print Buffer", "Truncate Long Lines in this Buffer"):
23492         Use menu-bar-menu-frame-live-and-visible-p.
23493         ("Save Buffer", "Insert File", "Open Directory...")
23494         ("Open File...", "Visit New File..."):
23495         Use menu-bar-non-minibuffer-window-p.
23496         (kill-this-buffer-enabled-p, dired <menu-enable>):
23497         Use menu-bar-non-minibuffer-window-p.
23499 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
23501         * cus-start.el (all): Don't complain about fringe-related
23502         built-ins if fringes are not supported.  Ditto about
23503         selection-related built-ins.  Fix the test for GTK-related built-ins.
23505         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
23506         ("Postscript Print Buffer", "Print Region", "Save As...")
23507         ("Save", "Insert File...", "Open Directory...")
23508         ("Open File...", "Visit New File..."")
23509         ("Truncate Long Lines in this Buffer"): Don't look at
23510         menu-updating-frame if this display does not support multiple frames.
23512 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23514         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
23516 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
23518         * woman.el: Format- and whitespace-related changes.
23520 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
23522         * woman.el: Fix my email address.
23524 2005-09-08  Richard M. Stallman  <rms@gnu.org>
23526         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
23527         (sh-mode): Locally set skeleton-pair-default-alist.
23529         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
23531         * progmodes/flymake.el: Require `compile' unconditionally.
23533         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
23535         * woman.el (woman-file-name): Provide a default, not initial input.
23537         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
23539         * font-lock.el (font-lock-support-mode): Doc fix.
23541         * descr-text.el (describe-property-list): Handle non-symbol prop names.
23543 2005-09-08  Richard M. Stallman  <rms@gnu.org>
23545         * simple.el (blink-matching-open): Get rid of text props from
23546         the string shown in echo area.  Don't permanently set point.
23547         Some rearrangements.
23549 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23551         * recentf.el (recentf-filename-handler): Add custom choice
23552         `abbreviate-file-name'.
23554         * msb.el (msb--very-many-menus): Fix typo.
23556         * disp-table.el (standard-display-european): Don't set
23557         enable-multibyte-characters to nil.
23559 2005-09-08  David Ponce  <david@dponce.com>
23561         * recentf.el (recentf-show-file-shortcuts-flag): New option.
23562         (recentf-expand-file-name): Doc fix.
23563         (recentf-dialog-mode-map): Define digit shortcuts.
23564         (recentf--files-with-key): New variable.
23565         (recentf-show-digit-shortcut-filter): New function.
23566         (recentf-open-files-items): New function.
23567         (recentf-open-files): Use it.
23568         (recentf-open-file-with-key): New command.
23570 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
23572         * buff-menu.el (Buffer-menu-sort-by-column): New function.
23573         Suggested by Kim F. Storm.
23574         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
23575         (Buffer-menu-make-sort-button): Use global keymap.
23577 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
23579         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
23580         (Man-getpage-in-background-advice): Remove defadvice; it isn't
23581         necessary any longer with the remapped command.
23582         (Man-bgproc-sentinel-advice): Remove defadvice which counts
23583         formatting time only.
23585         * net/tramp.el (tramp-action-password)
23586         (tramp-multi-action-password): Compile the password prompt from
23587         `method', `user' and `host'.  Sometimes it isn't obvious which
23588         password to enter, for example with remote files offered by
23589         recentf.el, or with multiple steps.  Suggested by Robert Marshall
23590         <robert@chezmarshall.freeserve.co.uk>.
23592 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23594         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
23595         Fix regexp for when "s///" is at the beginning of line.
23597 2005-09-07  Jay Belanger  <belanger@truman.edu>
23599         * calc/calc-poly.el (math-expand-term): Multiply out any powers
23600         when in matrix mode.
23602 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23604         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
23605         non-anonymous functions.
23607 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
23609         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
23610         when using a header line.  Otherwise, use mouse-1-click-follows-link.
23612         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
23613         can't be moved; don't signal an error.
23615 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
23617         * cus-theme.el (custom-theme-write-faces): Save the current face
23618         spec, not the defface spec.
23620         * custom.el (custom-known-themes): Clarify meaning of "standard".
23621         (custom-push-theme): Save old values in the standard theme.
23622         (disable-theme): Correct typo.
23623         (custom-face-theme-value): Deleted unused function.
23624         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
23626 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23628         * progmodes/compile.el (compilation-goto-locus): Take into account
23629         iconified frames when determining whether the buffer is
23630         already visible.
23631         Don't reset window height if the window already existed.
23633 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
23635         * custom.el (load-theme): Rename from require-theme.
23636         Add interactive spec.
23637         (enable-theme): Rename from custom-enable-theme.
23638         Add interactive spec.
23639         (disable-theme): Rename from custom-disable-theme.
23640         Add interactive spec.
23641         (custom-make-theme-feature): Doc fix.
23642         (custom-theme-directory): Doc fix.
23643         (provide-theme): Call enable-theme.
23645 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23647         * obsolete/lazy-lock.el (lazy-lock-mode):
23648         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
23649         font-lock-mode if it's off.  Print a warning instead.
23651         * progmodes/compile.el (compilation-start): Ignore errors if the
23652         process died before we get to send-eof.
23654         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
23655         Undo last change.  Enclosing the result in quotes broke things on Unix
23656         since tex-send-command passes it through shell-quote-argument.
23657         (tex-send-command): Pass `file' through convert-standard-filename
23658         when possible.
23659         (tex-uptodate-p): Handle the case where TeX hasn't put additional
23660         info in a transcript.
23662 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
23664         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
23665         fix compilation warning.  Reorder the key definitions to group
23666         together keys emitted by the current version of xterm.
23668         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
23669         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
23670         Reorder predicates to correct min-color usage.
23672 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
23674         * longlines.el (longlines-mode): Inhibit read-only when encoding.
23675         Kill local variables when longlines-mode is turned off.
23677 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23679         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
23681         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
23683         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
23685         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
23686         (font-lock-lines-before): Change default to being inactive.
23687         (font-lock-default-fontify-region): Obey font-lock-lines-before.
23688         (font-lock-after-change-function): Don't handle f-l-lines-before here.
23690 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
23692         * net/tramp.el (tramp-handle-make-auto-save-file-name):
23693         Deactivate temporarily advice if active (not needed for Emacs 22,
23694         but for backwards compatibility).
23695         (tramp-exists-file-name-handler): Rewrite.  First implementation
23696         was too simple.
23697         (tramp-advice-make-auto-save-file-name):
23698         Call `tramp-handle-make-auto-save-file-name' (again, just for
23699         backwards compatibility).
23701 2005-08-31  Reto Zimmermann  <reto@gnu.org>
23703         * progmodes/vhdl-mode.el
23704         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
23705         (vhdl-end-p): Fix indentation bug "else" after "-- when".
23706         (vhdl-set-default-project): New function (easier setting of default).
23707         (vhdl-port-copy): Handle extended identifiers for generics.
23708         (vhdl-compiler-alist): Better description for error message regexp.
23709         (vhdl-make): Query for target, use previous as default.
23710         (vhdl-port-copy): Fix port copy for port names starting with "signal".
23711         (vhdl-font-lock-keywords-2): Fix fontification for record
23712         el. assign.
23713         (vhdl-speedbar-make-subpack-line): Add package body link.
23714         (vhdl-generate-makefile-1): Not include itself as dependency.
23715         (vhdl-font-lock-init): Highlight c-preprocessor directives.
23716         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
23717         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
23718         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
23719         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
23720         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
23721         (vhdl-import-project): Add string argument for `error'.
23722         (vhdl-compose-configuration)
23723         (vhdl-compose-configuration-architecture): Add configuration
23724         declaration generation.
23725         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
23726         (vhdl-trailer-re): Add "record" keyword (better indentation).
23727         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
23728         "[^ \t-\"]+".
23729         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
23730         (vhdl-testbench-entity-file-name)
23731         (vhdl-testbench-architecture-file-name): Allow separate
23732         customization of testbench file names.
23733         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
23734         (vhdl-get-visible-signals): Allow newline within alias declaration.
23735         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
23736         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
23737         (member-ignore-case): Alias for missing function in XEmacs.
23738         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
23739         (vhdl-update-sensitivity-list): Ignore case on read signals.
23740         (vhdl-replace-string): Adjust case only for file names.
23741         (vhdl-update-sensitivity-list): Fix search for read signals.
23742         (vhdl-update-sensitivity-list): Exclude formal parameters.
23743         (vhdl-get-visible-signals): Include aliases of signals.
23744         (vhdl-get-visible-signals): Fix signal name searching.
23745         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
23746         (vhdl-fixup-whitespace-region): Fix for character
23747         literals (e.g. `:').
23749 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
23751         * ansi-color.el (comint-last-output-start):
23752         * bs.el (font-lock-verbose):
23753         * diff-mode.el (add-log-buffer-file-name-function):
23754         * dired-x.el (vm-folder-directory):
23755         * faces.el (help-xref-stack-item):
23756         * files.el (font-lock-keywords):
23757         * find-lisp.el (dired-buffers, dired-subdir-alist):
23758         * ido.el (cua-inhibit-cua-keys):
23759         * log-view.el (cvs-minor-wrap-function):
23760         * outline.el (font-lock-warning-face):
23761         * simple.el (compilation-current-error):
23762         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
23763         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
23764         * tooltip.el (comint-prompt-regexp):
23765         * w32-fns.el (explicit-shell-file-name):
23766         * term/mac-win.el (mac-charset-info-alist)
23767         (mac-services-selection, mac-system-script-code):
23768         * term/tty-colors.el (msdos-color-values):
23769         * term/w32-win.el (xlfd-regexp-registry-subnum):
23770         * term/x-win.el (x-keysym-table, x-selection-timeout)
23771         (x-session-id, x-session-previous-id):
23772         * textmodes/ispell.el (mail-yank-prefix):
23773         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
23774         * textmodes/org.el (calc-embedded-close-formula)
23775         (calc-embedded-open-formula)
23776         (font-lock-unfontify-region-function):
23777         * textmodes/reftex-global.el (isearch-next-buffer-function)
23778         (TeX-master):
23779         * textmodes/reftex.el (font-lock-keywords):
23780         * textmodes/tex-mode.el (font-lock-comment-face)
23781         (font-lock-doc-face):
23782         * textmodes/texinfo.el (outline-heading-alist):
23783         Add defvars.
23785         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
23786         (artist-spray-chars, artist-mode-init, artist-replace-string)
23787         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
23788         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
23789         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
23791         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
23792         (conf-align-assignments): "?\ " -> "?\s".
23794         * textmodes/reftex-index.el (TeX-master): Add defvar.
23795         (reftex-index-phrases-marker): Move up defvar.
23797         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
23798         (reftex-toc-include-labels-indicator)
23799         (reftex-toc-include-index-indicator)
23800         (reftex-toc-max-level-indicator): Move up declarations.
23802         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
23803         of args to `tramp-run-real-handler', even if it's empty in this case.
23805 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23807         * dired.el (dired-move-to-filename-regexp): Add date format for
23808         Mac OS X 10.3 in East Asian locales.
23810 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
23812         * files.el (make-auto-save-file-name): Add file name handler call
23813         if applicable.
23815         * net/tramp.el (tramp-file-name-handler-alist)
23816         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
23817         (tramp-handle-make-auto-save-file-name): Rename from
23818         `tramp-make-auto-save-file-name'.
23819         (tramp-exists-file-name-handler): New defun.
23820         (tramp-advice-make-auto-save-file-name): Make defadvice only when
23821         `make-auto-save-file-name' is not a magic file name operation.
23823 2005-08-30  Richard M. Stallman  <rms@gnu.org>
23825         * files.el (risky-local-variable-p):
23826         Match `-predicates' and `-commands.
23828         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
23829         (custom-save-all): Visit the file if necessary;
23830         kill the buffer if we created it.
23831         (custom-save-delete): Don't visit file or kill buffer here.
23833 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
23835         * textmodes/org.el (org-special-keyword): New face.
23836         (org-table-copy-down, org-table-eval-formula)
23837         (org-table-recalculate, org-init-section-numbers):
23838         Use `string-to-number' instead of `string-to-int'.
23839         (org-get-location): Use `insert-buffer-substring' instead of
23840         `insert-buffer'.
23841         (org-modify-diary-entry-string): New function.
23842         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
23843         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
23844         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
23845         active region.
23846         (org-export-as-html): Handle QUOTE keyword.
23847         (org-quote-string): New option.
23848         (org-bookmark-jump-unhide): New function, used for
23849         `bookmark-after-jump-hook'.
23850         (org-diary-default-entry): Apply only when not called through
23851         `org-agenda'.
23853 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
23855         * net/eudc.el (mode-popup-menu):
23856         * play/handwrite.el (ps-printer-name, ps-lpr-command):
23857         * progmodes/ada-mode.el (compile-auto-highlight)
23858         (skeleton-further-elements):
23859         * progmodes/autoconf.el (font-lock-syntactic-keywords):
23860         * progmodes/cmacexp.el (msdos-shells):
23861         * progmodes/compile.el (font-lock-extra-managed-props)
23862         (font-lock-keywords, font-lock-maximum-size)
23863         (font-lock-support-mode):
23864         * progmodes/grep.el (font-lock-lines-before):
23865         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
23866         * progmodes/mixal-mode.el (compile-command):
23867         * progmodes/perl-mode.el (font-lock-comment-face)
23868         (font-lock-doc-face, font-lock-string-face):
23869         * progmodes/prolog.el (comint-prompt-regexp):
23870         * progmodes/sh-script.el (font-lock-comment-face)
23871         (font-lock-set-defaults, font-lock-string-face):
23872         * progmodes/sql.el (font-lock-keyword-face)
23873         (font-lock-set-defaults, font-lock-string-face):
23874         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
23875         (itimer-version, lazy-lock-defer-contextually)
23876         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
23877         Add defvars.
23879         * progmodes/cperl-mode.el (cperl-electric-lbrace)
23880         (cperl-electric-keyword, cperl-electric-pod)
23881         (cperl-electric-backspace, cperl-forward-re)
23882         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
23883         (vc-rcs-header, vc-sccs-header): Add defvars.
23885         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
23886         (font-lock-syntactic-keywords, gud-find-expr-function):
23887         Add defvars.
23889         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
23890         (gdb-frame-parameters): Declare before use.
23892         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
23893         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
23894         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
23895         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
23897         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
23898         (idlwave-help-with-source): Use `insert-buffer-substring', not
23899         `insert-buffer'.
23901 2005-08-29  Juri Linkov  <juri@jurta.org>
23903         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
23904         Put outline-back-to-heading function call inside save-excursion.
23906 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
23908         * man.el (Man-init-defvars, Man-translate-references)
23909         (Man-support-local-filenames, Man-highlight-references):
23910         * progmodes/sql.el (sql-interactive-mode):
23911         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
23913         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
23914         (compilation-mode-font-lock-keywords): Add defvars.
23915         (checkdoc-interactive-loop): "?\ " -> "?\s".
23917         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
23918         (font-lock-doc-face, font-lock-string-face)
23919         (font-lock-keywords-case-fold-search): Add defvars.
23920         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
23922         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
23923         Don't pass X and Y (they are ignored anyway).
23924         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
23925         (mouse-delete-window): Make arguments optional.
23927         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
23928         (caesar-translate-table, minor-modes, news-buffer-save)
23929         (news-group-name, news-minor-modes): Add defvars.
23931         * emacs-lisp/lselect.el (mouse-highlight-priority)
23932         (x-lost-selection-functions, zmacs-regions):
23933         * emacs-lisp/pp.el (font-lock-verbose):
23934         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
23935         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
23936         (ses-mode-map):
23937         * emacs-lisp/tcover-unsafep.el (safe-functions):
23938         * international/mule-cmds.el (mac-system-coding-system)
23939         (mac-system-locale):
23940         * language/ethio-util.el (rmail-current-message)
23941         (rmail-message-vector):
23942         * language/thai-util.el (thai-auto-composition-mode):
23943         * mail/metamail.el (rmail-current-message, rmail-message-vector):
23944         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
23945         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
23946         (vm-primary-inbox, vm-spool-files):
23947         * mail/rmail.el (deleted-head, font-lock-fontified)
23948         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
23949         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
23950         (total-messages):
23951         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
23952         (rmail-summary-mode-map):
23953         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
23954         (rmail-last-label, rmail-last-multi-labels)
23955         (rmail-summary-vector, rmail-total-messages):
23956         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
23957         * mail/rmailsum.el (msgnum):
23958         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
23959         (rmail-current-message):
23960         * obsolete/fast-lock.el (font-lock-face-list):
23961         * obsolete/rnewspost.el (mail-reply-buffer):
23962         * obsolete/scribe.el (compile-command):
23963         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
23965 2005-08-28  John Paul Wallington  <jpw@gnu.org>
23967         * ibuf-ext.el (ibuffer-auto-update-changed):
23968         Use `frame-or-buffer-changed-p' to check whether we need to update.
23969         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
23970         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
23971         as a `frame-or-buffer-changed-p' state vector instead.
23973 2005-08-27  Romain Francoise  <romain@orebokech.com>
23975         * textmodes/makeinfo.el (makeinfo-compile):
23976         Use `compilation-start'.  Set `next-error-function' according to
23977         `disable-errors'.
23978         (makeinfo-next-error): New function.
23979         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
23980         (makeinfo-buffer): Likewise.
23982         * progmodes/compile.el (compilation-start): Add autoload cookie.
23984         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
23985         * textmodes/sgml-mode.el: Likewise.
23986         * progmodes/python.el: Likewise.
23988 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
23990         * simple.el (blink-matching-paren-distance): Document the meaning
23991         of nil value, and allow to customize to nil.
23993         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
23994         command.com, not command.exe.
23996 2005-08-26  John Wiegley  <johnw@newartisans.com>
23998         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
23999         code around a bit so that an extraneous nil argument is not added
24000         to a command when no args are given.
24002         * eshell/esh-arg.el (eshell-parse-double-quote): If a
24003         double-quoted argument resolves to nil, return it as an empty
24004         string rather than as nil.  This made it impossible to pass "" to
24005         a shell script as a null string argument.
24007 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24009         * outline.el (outline-invent-heading): New fun.
24010         (outline-promote, outline-demote): Use it.
24011         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24012         (outline-end-of-subtree): Remove unused var `opoint'.
24014 2005-08-26  David Reitter  <david.reitter@gmail.com>
24016         * menu-bar.el (truncate-lines, write-file, print-buffer)
24017         (ps-print-buffer-faces, ps-print-buffer, split-window):
24018         Disable menu items when the frame they refer to is invisible, or when
24019         they refer to a buffer and the minibuffer is selected.
24021 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
24023         * progmodes/flymake.el (flymake-highlight-err-lines):
24024         Use save-excursion around flymake-highlight-line to preserve point.
24026 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
24028         * progmodes/octave-mod.el: Change Author and Maintainer address.
24029         (octave-maintainer-address): Change Kurt's email address.
24030         * progmodes/octave-inf.el: Change Author and Maintainer address.
24031         * progmodes/octave-hlp.el: Change Author and Maintainer address.
24033 2005-08-26  Kim F. Storm  <storm@cua.dk>
24035         * subr.el (version-list-<, version-list-<=, version-list-=):
24036         Rename from integer-list-*.
24037         (version-list-not-zero): Likewise.  Fix while loop.
24038         (version=): Use version-list-= instead of string-equal.
24040 2005-08-26  Richard M. Stallman  <rms@gnu.org>
24042         * outline.el (outline-promote): Try shortening the heading.
24043         As last resort, read the heading to use.
24044         (outline-demote): As last resort, read the heading to use.
24046 2005-08-26  Romain Francoise  <romain@orebokech.com>
24048         * progmodes/compile.el (compilation-start): Doc fix.
24050         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24051         (antlr-font-lock-additional-keywords): Fix reference to
24052         `antlr-font-lock-literal-regexp' erroneously changed during the
24053         mass face rename.
24054         (antlr-run-tool): Use `compilation-start'.
24056         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24057         instead of the obsolete `compile-internal'.
24059 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
24061         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24062         (number, original-date):
24063         * calendar/cal-china.el (date):
24064         * calendar/cal-coptic.el (date):
24065         * calendar/cal-french.el (date):
24066         * calendar/cal-hebrew.el (date, entry, number, original-date):
24067         * calendar/cal-islam.el (date, number, original-date):
24068         * calendar/cal-iso.el (date):
24069         * calendar/cal-julian.el (date):
24070         * calendar/cal-mayan.el (date):
24071         * calendar/cal-menu.el (date, event):
24072         * calendar/cal-persia.el (date):
24073         * calendar/lunar.el (date):
24074         * calendar/solar.el (date): Add defvars.
24076         * emerge.el:
24077         * ibuffer.el:
24078         * info-xref.el:
24079         * obsolete/bg-mouse.el:
24080         * obsolete/sun-curs.el:
24081         * obsolete/swedish.el: Move the `defvar's to the top level.
24083         * smerge-mode.el (smerge-refined-change): Add :group.
24085 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24087         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24088         (smerge-keep-n): Remove props.
24089         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24090         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24091         now that it's done in smerge-keep-n.
24092         (smerge-refined-change): New face.
24093         (smerge-refine-chopup-region, smerge-refine-highlight-change)
24094         (smerge-refine): New funs.
24095         (smerge-basic-map): Bind smerge-refine.
24097 2005-08-25  Juri Linkov  <juri@jurta.org>
24099         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24100         compilation-process-setup-function and compilation-disable-input
24101         in grep-mode instead of let-bindings in grep.
24103         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24104         Delete "Automatic File De/compression" (auto-compression-mode).
24106 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
24108         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24109         Silence warning about non-existent variable.
24111 2005-08-25  Richard M. Stallman  <rms@gnu.org>
24113         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24114         Rename "Describe Key" to "Describe Key or Mouse Operation".
24116         * mail/mailalias.el (build-mail-aliases): Delete comments
24117         from the contents before processing them.
24119         * isearch.el (isearch-edit-string): Erase the Search prompt
24120         if user enters an empty string and there is no default.
24122         * comint.el (comint-file-name-prefix): Add autoload.
24124 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
24126         * subr.el (play-sound): Rearrange to avoid warning.
24128 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
24130         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24131         New hook.
24132         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24134 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24136         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24138         * custom.el (custom-theme-set-variables): Sort minor modes last.
24140 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24142         * subr.el (version-separator, version-regexp-alist): New vars used by
24143         version comparison funs.
24144         (integer-list-<, integer-list-=, integer-list-<=)
24145         (integer-list-not-zero): New funs for integer list comparison.
24146         (version-to-list, version=, version<, version<=): New funs for version
24147         comparison.
24149 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
24151         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24152         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24153         time to silence the byte-compiler.
24155         * ibuffer.el (ibuffer-compile-make-eliding-form)
24156         (ibuffer-check-formats): Use `with-no-warnings' to hide references
24157         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24158         so it's silly to get warnings for it).
24159         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24160         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24161         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24162         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24163         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24164         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24165         Defvar at compile time.
24166         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24167         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24168         Declare them before use.
24170         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24171         (info-xref-good, info-xref-bad): Defvar at compile time.
24173         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24174         Use `let*' instead of `let'.
24176         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24177         (*mouse-y*, menu, char): Defvar at compile time.
24178         (sc::menu): Declare it before use.
24179         (sc::pack-one-line): Use `let', not `let*'.
24181         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24182         (mail-send-hook): Defvar at compile time.
24184         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24185         Defvar at compile time.
24187         * term/sun-mouse.el (current-global-mousemap)
24188         (current-local-mousemap): Declare them before use.
24190 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
24192         * bookmark.el (bookmark-after-jump-hook): New hook.
24193         (bookmark-jump): Run `bookmark-after-jump-hook'.
24195 2005-08-23  Juri Linkov  <juri@jurta.org>
24197         * faces.el (minibuffer-prompt): Doc fix.
24199 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
24201         * progmodes/xscheme.el: Trivial changes to silence warnings.
24202         (xscheme-previous-mode, xscheme-previous-process-state):
24203         Add defvars.
24204         (xscheme-last-input-end, xscheme-process-command-line)
24205         (xscheme-process-name, xscheme-buffer-name)
24206         (xscheme-expressions-ring-max, xscheme-expressions-ring)
24207         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24208         (xscheme-control-g-synchronization-p)
24209         (xscheme-control-g-disabled-p, xscheme-string-receiver)
24210         (default-xscheme-runlight, xscheme-runlight)
24211         (xscheme-runlight-string, xscheme-process-filter-state)
24212         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24213         Move to beginning of file.
24214         (scheme-interaction-mode-commands-alist)
24215         (scheme-interaction-mode-map, scheme-debugger-mode-map):
24216         Declare them before use.  Note: the initialization code for the
24217         variables has not been moved because it uses functions that reference
24218         the variables.
24219         (xscheme-control-g-message-string, xscheme-process-filter-alist)
24220         (xscheme-prompt-for-expression-map): Declare them before use.
24221         (scheme-debugger-mode-commands): "?\ " -> "?\s".
24223 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
24225         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24227 2005-08-22  Juri Linkov  <juri@jurta.org>
24229         * faces.el (set-face-underline): Delete this duplicate function
24230         and make an obsolete alias to set-face-underline-p.
24231         (set-face-underline-p): Use docstring of set-face-underline.
24232         (describe-face): Create hyperlink to parent face.
24234         * info.el (Info-insert-dir): Use save-excursion around
24235         insert-buffer-substring.
24236         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24237         (Info-escape-percent): Delete function.
24238         (Info-fontify-node): Replace Info-escape-percent by
24239         replace-regexp-in-string with REP arg set to lambda that
24240         duplicates `%' and preserves text properties.
24242         * progmodes/compile.el (compilation-disable-input): Doc fix.
24243         (define-compilation-mode): Doc fix and refill.
24244         (kill-compilation): Use `mode-name' in the error message.
24245         (compilation-find-file): Use `compilation-error' in the
24246         read-file-name's prompt.
24248 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24250         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24251         (smerge-auto-leave): Make undo re-enable the mode.
24252         (debug-ignored-errors): Add the user-error of impossible resolution.
24253         (smerge-resolve): Move things around a bit, in preparation for later.
24254         (smerge-diff): Don't fail if the buffer has no associated file.
24255         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24256         (smerge-conflict-overlay): New function.
24257         (smerge-match-conflict): Don't add text properties here.
24258         (smerge-find-conflict): Instead, add an overlay here.
24259         Also check for the case where we're inside a conflict already, so as to
24260         obviate the need for font-lock-multiline, which is unbearably slow with
24261         large conflicts and ciomplex font-lock patterns.
24262         (smerge-remove-props): Remove overlay rather than text-properties.
24263         (smerge-mode): Don't set font-lock-multiline.
24264         Remove overlays when turned off.
24266 2005-08-21  Kim F. Storm  <storm@cua.dk>
24268         * ido.el (ido-ignore-item-p): Use save-match-data.
24269         Bind case-fold-search to ido-case-fold locally.
24271 2005-08-20  Richard M. Stallman  <rms@gnu.org>
24273         * files.el (normal-mode): If font lock is on, turn it off and on.
24275         * subr.el (replace-regexp-in-string): Doc fix.
24277         * startup.el (command-line-1): Don't suppress startup screen
24278         due to existing processes.
24280         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24282         * progmodes/compile.el (compilation-disable-input): Default to nil.
24284 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
24286         * progmodes/compile.el (compilation-disable-input): New defcustom.
24287         (compilation-start): If compilation-disable-input is non-nil, send
24288         EOF to the compilation process.
24290 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
24292         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24293         Run the argument of tex-shell-cd-command through
24294         convert-standard-filename, to get the correct style of slashes on
24295         Windows, and enclose the result in quotes, in case the file name
24296         includes whitespace or other special characters.
24298 2005-08-19  Andreas Schwab  <schwab@suse.de>
24300         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24301         process.
24303 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
24305         * cus-start.el (minibuffer-prompt-properties): Correct typo.
24307 2005-08-18  Kim F. Storm  <storm@cua.dk>
24309         * scroll-lock.el: Fix errors due to incorrect line wrapping.
24311 2005-08-18  Richard M. Stallman  <rms@gnu.org>
24313         * scroll-lock.el: New file.
24315 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
24317         * dired.el (dired-move-to-end-of-filename):
24318         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24320 2005-08-18  Kim F. Storm  <storm@cua.dk>
24322         * ido.el (ido-everywhere): Fix defcustom :set function to disable
24323         rather than toggle mode when custom value is nil.
24324         (ido-everywhere): Fix defun doc string.
24326 2005-08-17  Richard M. Stallman  <rms@gnu.org>
24328         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24329         as tag instead of "Inviolable".
24331 2005-08-17  Kim F. Storm  <storm@cua.dk>
24333         * windmove.el (windmove-coordinates-of-position): Remove.
24334         (windmove-coordinates-of-window-position): Remove.
24335         (windmove-reference-loc): Use posn-at-point instead.
24337         * subr.el (insert-for-yank-1): Doc fix.
24339         * ido.el (ido-enter-matching-directory): Rename from
24340         ido-enter-single-matching-directory.  Change `slash' choice to
24341         `only'.  Add `first' choice.
24342         (ido-exhibit): Adapt to above changes.
24344 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
24346         * Makefile.in: Expand comment about building loaddefs.el.
24348 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
24350         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24351         Comment use of defadvice.
24353         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24355 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
24357         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24358         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24359         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24360         * progmodes/idlw-shell.el, progmodes/ld-script.el,
24361         * progmodes/which-func.el, ruler-mode.el, strokes.el,
24362         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24363         for backward compatibility for faces that did not appear in the
24364         previous Emacs release.
24366         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24368 2005-08-15  Kim F. Storm  <storm@cua.dk>
24370         * emulation/cua-base.el (cua-delete-region): Return t if
24371         deleted region was non-empty.
24372         (cua-replace-region): Inhibit overwrite-mode for
24373         self-insert-command if replaced region was non-empty.
24374         (cua--explicit-region-start, cua--status-string): Make them
24375         buffer-local at top-level...
24376         (cua-mode): ...rather than when mode is enabled.
24378 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
24380         * progmodes/vhdl-mode.el (vhdl-emacs-21):
24381         Set t for Emacs 21, 22, and so on.
24383 2005-08-15  David Ponce  <david@dponce.com>
24385         * tree-widget.el: Update Commentary header.
24386         (tree-widget-theme): Doc fix.
24387         (tree-widget-space-width): New option.
24388         (tree-widget-image-properties): Look up in the default theme too.
24389         (tree-widget--cursors): Only for images with arrow pointer shape.
24390         (tree-widget-lookup-image): Pointer shape is hand by default.
24391         (tree-widget-icon): Rename generic icon widget from
24392         `tree-widget-control'.
24393         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24394         derive from `tree-widget-icon'.
24395         (tree-widget-handle): Improve default look and feel of the text
24396         representation.
24397         (tree-widget): Rename :*-control properties to :*-icon properties.
24398         Add :action and :help-echo properties.
24399         (tree-widget-after-toggle-functions): Move.
24400         (tree-widget-close-node, tree-widget-open-node): Remove.
24401         (tree-widget-before-create-icon-functions): New hook.
24402         (tree-widget-value-create): Update to allow customization of icons
24403         and nodes at run-time via that new hook.
24404         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24405         (tree-widget-icon-action, tree-widget-icon-help-echo)
24406         (tree-widget-action, tree-widget-help-echo): New functions.
24408 2005-08-15  Kim F. Storm  <storm@cua.dk>
24410         * ido.el (ido-buffer-internal): Use with-no-warnings.
24411         (ido-make-merged-file-list): Use while-no-input.
24413 2005-08-15  Richard M. Stallman  <rms@gnu.org>
24415         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24416         (flyspell-large-region): Fix doc and custom type.
24418 2005-08-14  Richard M. Stallman  <rms@gnu.org>
24420         * files.el (interpreter-mode-alist): Doc fix.
24422         * mail/rmail.el (rmail-nonignored-headers): New variable.
24423         (rmail-clear-headers): Use it.
24424         (rmail-reply): Better handling of mail-followup-to header.
24426         * progmodes/sh-script.el (sh-font-lock-keywords-var):
24427         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
24428         don't try to refer to executable-font-lock-keywords.
24429         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24430         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24431         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24432         (sh-mode): Set comment-start-skip, local-abbrev-table,
24433         imenu-case-fold-search.
24434         (sh-set-shell): Don't set them here.
24435         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
24436         Don't cache the results in the original alist; don't ever modify
24437         that alist.
24439         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
24441         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
24442         empty.
24444 2005-08-15  Andreas Schwab  <schwab@suse.de>
24446         * desktop.el: Put autoload cookie at risky-local-variable declarations.
24448         * dired.el, info.el, mail/rmail.el: Revert last change.
24450 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
24452         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
24453         modification in `eval-after-load' form.
24454         * info.el: Likewise.
24455         * mail/rmail.el: Likewise.
24457 2005-08-14  Juri Linkov  <juri@jurta.org>
24459         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24460         Remove highlighting of "Compilation started".  Highlight only
24461         the word "finished" in "Compilation finished".  Add highlighting
24462         of "interrupt", "killed", "terminated" and the exit code.
24463         (compilation-start): Add newline after header.  Use exactly the
24464         same time stamp format as the finishing message.
24465         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24467         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24468         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24469         Add highlighting of "interrupt", "killed", "terminated".
24471         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24472         enabled and the current command is self-insert-command, call it
24473         explicitly with overwrite-mode bound to nil, to not allow it
24474         to delete the character after the selected region.
24476 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
24478         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24479         move-end-of-line, end-of-line, and beginning-of-line to the list
24480         of commands after which the echo area is updated.
24482 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
24484         * cus-edit.el (custom-save-all, custom-save-delete):
24485         Bind recentf-exclude to exclude custom-file.
24487 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
24489         * mail/rmailsum.el (rmail-summary-end-of-message): New command
24490         to go to the bottom of the mail message.  Added to
24491         `rmail-summary-mode-map' with key "/".
24492         (rmail-summary-show-message): New (internal) function for use by
24493         both `rmail-summary-beginning/end-of-message'.
24494         (rmail-summary-beginning-of-message): Change to use
24495         rmail-summary-show-message.
24497         * mail/rmail.el (rmail-end-of-message): New command to go to the
24498         end of the current message.  Added to `rmail-mode-map' with key "/".
24499         (rmail-beginning-of-message): Fix to work as documented.
24500         (rmail-mode): Change documentation.
24502         * progmodes/compile.el (compilation-start): Add the line
24503         "Compilation started" with compilation start time.
24504         (compilation-mode-font-lock-keywords): Add `started' to keywords.
24506 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
24508         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
24509         of menu items.
24511 2005-08-11  Richard M. Stallman  <rms@gnu.org>
24513         * simple.el (pop-global-mark): Reverse test of widen-automatically.
24515         * battery.el (battery-status-function): Don't use ignore-errors.
24517 2005-08-11  Lute Kamstra  <lute@gnu.org>
24519         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
24520         define-obsolete-variable-alias.
24522 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24524         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
24525         (ange-ftp-send-cmd): Revert last change, and expand
24526         the comment explaining the problem.
24528 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
24530         * ldefs-boot.el: Update.
24532         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
24533         item to "Time, Load and Mail".  Change help echo text.
24535         * time.el (display-time-use-mail-icon, display-time-format)
24536         (display-time-string-forms): Shorten first line of docstrings.
24538 2005-08-10  Lars Hansen  <larsh@soem.dk>
24540         * desktop.el (desktop-buffer-mode-handlers):
24541         Make non-customizable.  Add autoload cookie.  Change initial value to
24542         nil; add elements in respective modules instead.  Fix doc string.
24543         (desktop-load-file): New function.
24544         (desktop-minor-mode-handlers): New autoloaded variable.
24545         (desktop-create-buffer): Call minor mode handlers.
24546         Use desktop-load-file to load major and minor mode modules prior to
24547         checking for a handler.
24548         (desktop-save): Don't add nil to desktop-minor-modes for minor
24549         modes with nil function in desktop-minor-mode-table.  Don't delete
24550         desktop file before rewriting it.
24551         (desktop-locals-to-save): Add autoload cookie.  Don't make
24552         automatically buffer-local.  Add variables column-number-mode,
24553         size-indication-mode, indent-tabs-mode,
24554         indicate-buffer-boundaries, indicate-empty-lines and
24555         show-trailing-whitespace.
24556         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
24557         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
24558         (desktop-clear-preserve-buffers-regexp): Delete.
24559         (desktop-clear-preserve-buffers): Update initial value and docstring.
24560         (desktop-save-buffer): Fix doc string.
24562         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
24563         (hilit-chg-desktop-restore): New function.
24564         (highlight-changes-mode): Add highlight-changes-mode to
24565         desktop-locals-to-save.
24567         * dired.el: Add handler to desktop-buffer-mode-handlers.
24568         (dired-restore-desktop-buffer): Remove autoload cookie.
24569         (dired-mode): Add autoload cookie.
24571         * info.el: Add handler to desktop-buffer-mode-handlers.
24572         (Info-restore-desktop-buffer): Remove autoload cookie.
24573         (Info-mode): Add autoload cookie.
24575         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
24576         (mh-restore-desktop-buffer): Remove autoload cookie.
24577         (mh-folder-mode): Add autoload cookie.
24579         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
24580         (rmail-restore-desktop-buffer): Remove autoload cookie.
24582 2005-08-11  Masatake YAMATO  <jet@gyve.org>
24584         * hexl.el (hexl-address-region):
24585         (hexl-ascii-region, hexl-font-lock-keywords):
24586         (hexl-highlight-line-range): Use the term "region"
24587         instead of "area" for consistency with the other symbols
24588         defined in hexl.el.
24590 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
24592         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
24593         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
24594         out by Juri Linkov).  Add `display-battery-mode'.
24596 2005-08-09  Juri Linkov  <juri@jurta.org>
24598         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24599         Remove `-text' from face variable names.
24600         (compilation-error-file-name, compilation-warning-file-name)
24601         (compilation-info-file-name): Delete faces.
24602         (compilation-line-number, compilation-column-number):
24603         Remove face underlining.
24604         (compilation-message-face): Set to `underline' value by default.
24605         (compilation-error-face, compilation-warning-face)
24606         (compilation-info-face): Remove `-file-name' from face names.
24607         (compilation-error-text-face, compilation-warning-text-face)
24608         (compilation-info-text-face): Delete face variables.
24609         (compilation-text-face): Delete function.
24611         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
24612         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
24613         (grep-error-face): Set to `compilation-error' instead of
24614         `compilation-error-face' (which is redefined to `grep-hit-face' in
24615         grep buffers).
24616         (grep-mode-font-lock-keywords): Remove `-text' from face variable
24617         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
24619         * dired-aux.el (dired-do-query-replace-regexp):
24620         Use `query-replace-read-args'.
24622         * replace.el (query-replace-read-from, query-replace-read-to)
24623         (query-replace-read-args): Rename arg `string' to `prompt'.
24625         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
24627 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24629         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
24630         uploading files.
24631         (ange-ftp-canonize-filename): Handle file names beginning with ~
24632         correctly.
24634 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
24636         * textmodes/fill.el (canonically-space-region)
24637         (fill-context-prefix, fill-french-nobreak-p)
24638         (fill-delete-newlines, fill-comment-paragraph)
24639         (justify-current-line): "?\ " -> "?\s".
24641 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
24643         * textmodes/fill.el (fill-nonuniform-paragraphs):
24644         Improve argument/docstring consistency.
24646 2005-08-09  Richard M. Stallman  <rms@gnu.org>
24648         * textmodes/ispell.el (ispell-word): More fboundp checks.
24650         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
24651         (find-file-noselect-1): Call it here, only if RAWFILE.
24652         (normal-mode): Always set some major mode.
24653         (save-some-buffers-action-alist): Change some explanation strings.
24654         (file-name-non-special): In the `quote' method, use unwind-protect.
24656 2005-08-09  Magnus Henoch  <mange@freemail.hu>
24658         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
24659         (ispell-have-aspell-dictionaries): New variable.
24660         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
24661         (ispell-get-aspell-config-value): New function.
24662         (ispell-aspell-find-dictionary): New function.
24663         (ispell-aspell-add-aliases): New function.
24664         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
24665         appropriate.  Don't look for ispell dictionaries if we use aspell.
24666         (ispell-menu-map): Don't build a submenu of dictionaries.
24668 2005-08-09  Richard M. Stallman  <rms@gnu.org>
24670         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
24671         (sql-read-passwd): Use read-passwd.
24673         * progmodes/idlw-toolbar.el (idlwave-toolbar)
24674         (idlwave-toolbar-is-possible): Add defvars.
24676         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
24677         Avoid warnings.
24679         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
24680         (idlwave-system-class-info, idlwave-executive-commands-alist):
24681         Use defvar.
24683         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
24685         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
24686         Avoid warnings.
24688         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
24689         and content-type: headers.
24691         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
24693         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
24694         and rename some of them to be more self-explanatory.
24696         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
24698         * startup.el (command-line-1): Implement -scriptload.
24700         * replace.el (occur-engine): Initial *Occur* output not undoable.
24702         * menu-bar.el (menu-bar-file-menu): Rename some menu items
24703         and improve help strings.
24705         * isearch.el (isearch-repeat): When changing direction,
24706         mark search successful.
24708         * ediff-init.el: Use (featurep 'xemacs).
24710         * comint.el (send-invisible): Identify buffer, if not selected.
24712         * align.el: Delete autoload for c-guess-basic-syntax.
24714 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
24716         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
24717         Improve argument/docstring consistency.  Doc fixes.
24718         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
24719         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
24720         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
24721         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
24722         (r2bv-organization, r2bv-pages, r2bv-primary-author)
24723         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
24724         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
24725         Defvar at compile time.
24727 2005-08-09  Juri Linkov  <juri@jurta.org>
24729         * info.el: Replace `info' with upper-case `Info' where appropriate.
24730         (info-title-1, info-title-2, info-title-3, info-title-4)
24731         (info-menu-header): Move up face definitions.
24732         (info-menu-star): Rename from `info-menu-5'.
24733         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
24734         (Info-fontify-visited-nodes): Fix docstring.
24735         (Info-hide-note-references): Fix docstring.
24736         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
24737         menu items in the same way as on cross-references.
24738         (info-apropos): Fix sorting order and formatting to be like in the
24739         stand-alone Info browser.  Display error messages for 1 sec.
24740         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
24741         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
24742         from the menu bar.
24743         (Info-insert-dir): Restore point after calling
24744         `insert-buffer-substring'.
24746 2005-08-08  Richard M. Stallman  <rms@gnu.org>
24748         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
24749         (recompute-lucid-menubar): Add defvars.
24751         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
24753         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
24755         * net/net-utils.el (run-dig): Rename from `dig'.
24757         * play/gametree.el (gametree-mode): Use make-local-variable,
24758         not make-variable-buffer-local.
24760         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
24762         * ansi-color.el (ansi-color-make-extent)
24763         (ansi-color-set-extent-face): Use fboundp, not functionp.
24765         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
24766         not make-variable-buffer-local.
24768         * bookmark.el (Info-current-file): Add defvar.
24769         (bookmark-jump-noselect): Use with-no-warnings.
24771         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
24773         * ebuff-menu.el (Helper-return-blurb): Add defvar.
24775         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
24777         * find-file.el (ada-procedure-start-regexp)
24778         (ada-package-start-regexp): Add defvars.
24780         * info.el (Info-insert-dir): Use insert-buffer-substring.
24782         * xml.el (xml-att-def-re): Add defvar.
24784         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
24785         calling convention.
24787         * subr.el (while-no-input): Return t if there is input.
24789 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
24791         * cus-start.el (all): Add `overflow-newline-into-fringe'.
24793 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
24795         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
24796         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
24798 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
24800         * cmuscheme.el (scheme-start-file): Replace reference to
24801         `user-emacs-directory' by "~/.emacs.d/".
24803 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
24805         * info.el (Info-dir-remove-duplicates): Avoid case folding
24806         in loop; instead, keep downcased strings for comparison.
24807         Suggested by Helmut Eller.
24809 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
24811         Sync with Tramp 2.0.50.
24813         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
24814         XEmacs case; not necessary anymore.
24815         (tramp-user-regexp): Allow "@" as part of user name.
24816         (tramp-handle-set-visited-file-modtime)
24817         (tramp-handle-insert-file-contents)
24818         (tramp-handle-write-region): No special handling for
24819         `last-coding-system-used, because this is done in
24820         `tramp-accept-process-output' now.
24821         (tramp-accept-process-output): New defun.
24822         (tramp-process-one-action, tramp-process-one-multi-action)
24823         (tramp-wait-for-regexp, tramp-wait-for-output)
24824         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
24825         Howells <dhowells@redhat.com>.
24826         (clear-visited-file-modtime): Defadvice removed.  The check for
24827         unset buffer's modtime does not need to be based on
24828         `tramp-buffer-file-attributes'.  Suggested by RMS.
24829         (tramp-message): Insert "\n" if not being at beginning of line.
24830         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
24831         sequence with same logic.
24832         (tramp-completion-handle-expand-file-name): Discard call of
24833         `tramp-drop-volume-letter'.  It is not necessary, and there have
24834         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
24835         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24836         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
24837         should always be visible.
24838         (tramp-handle-insert-directory, tramp-setup-complete)
24839         (tramp-set-process-query-on-exit-flag)
24840         (tramp-append-tramp-buffers): Pacify byte-compiler.
24841         (tramp-bug): Delete non-existing variables from list.
24842         Apply `tramp-load-report-modules' as pre-hook.
24843         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
24844         `shell-prompt-pattern' because of non-7bit characters.
24845         Reported by Sebastian Luque <sluque@mun.ca>.
24846         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
24847         (tramp-match-string-list): Remove function.
24848         (tramp-wait-for-regexp): Remove call of that function.
24849         Suggested by Kim F. Storm <storm@cua.dk>.
24850         (tramp-set-auto-save-file-modes): Use octal integer code #o600
24851         instead of octal character code ?\600.  The latter resulted in a
24852         syntax error with XEmacs.
24854         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
24855         XEmacs case; not necessary anymore.
24856         (tramp-smb-handle-write-region): No special handling for
24857         `last-coding-system-used, because this is done in
24858         `tramp-accept-process-output' now.
24859         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
24861 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
24863         * wid-edit.el (widget-choice-value-create):
24864         Unconditionally respect user choice.  Set :explicit-choice back to nil
24865         when no longer needed.
24866         (widget-choice-action): Unconditionally respect user choice.
24867         Eliminate :explicit-choice-value.
24869         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
24871         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
24872         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
24873         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
24874         running new function `toggle-indicate-empty-lines'.
24875         Rename "Customize" item to "Customize fringe".
24876         Rename "Indicators" item to "Buffer boundaries" and change help echo.
24877         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
24878         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
24879         Delete "Empty lines only" item.
24880         (menu-bar-showhide-fringe-ind-customize): New function.
24881         (menu-bar-showhide-fringe-ind-mixed)
24882         (menu-bar-showhide-fringe-ind-box)
24883         (menu-bar-showhide-fringe-ind-right)
24884         (menu-bar-showhide-fringe-ind-left)
24885         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
24886         instead of `fringe-indicators'.
24888 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
24890         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
24891         Change the date of last update.
24893 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
24895         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
24896         (viper-exec-yank, viper-put-back): Don't display modification msg
24897         if in the minibuffer.
24899         * viper-init.el (viper-replace-overlay-cursor-color)
24900         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
24901         Make variables frame local.
24903         * viper-util.el (viper-append-filter-alist): Use append instead of
24904         nconc.
24906         * viper.el (viper-vi-state-mode-list)
24907         (viper-emacs-state-mode-list): Move help-mode and
24908         completion-list-mode from the first list to the second.
24909         (viper-mode): Docstring.
24910         (viper-go-away, viper-non-hook-settings): Don't localize
24911         minor-mode-alist in newer Emacsen.  Add advice to
24912         set-cursor-color.  Don't bind "\C-c\\".
24914 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
24916         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
24917         (scheme-macro-expand-command): New user options.
24918         (scheme-trace-procedure, scheme-expand-current-form): New commands.
24919         (scheme-form-at-point, scheme-start-file)
24920         (scheme-interactively-start-process): New functions.
24921         (scheme-get-process): New function, extracted from `scheme-proc'.
24922         (run-scheme): Call `scheme-start-file' to get start file, and pass
24923         it to `make-comint'.
24924         (switch-to-scheme, scheme-proc):
24925         Call `scheme-interactively-start-process' if no Scheme buffer/process
24926         is available.
24928 2005-08-06  Juri Linkov  <juri@jurta.org>
24930         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24931         Use `compilation-text-face', `compilation-info-text-face' and
24932         `compilation-error-text-face' instead of `font-lock-keyword-face'.
24933         (compilation-error): New face.
24934         (compilation-error-file-name): Inherit from
24935         `compilation-error' instead of `font-lock-warning-face'.
24936         (compilation-warning-file-name): Inherit from
24937         `compilation-warning' instead of `font-lock-warning-face'.
24938         (compilation-info, compilation-error-file-name)
24939         (compilation-warning-file-name, compilation-info-file-name)
24940         (compilation-line-number, compilation-column-number): Doc fix.
24941         (compilation-error-text-face, compilation-warning-text-face)
24942         (compilation-info-text-face): New face variables.
24943         (compilation-line-face, compilation-column-face)
24944         (compilation-enter-directory-face)
24945         (compilation-leave-directory-face): Doc fix.
24946         (compilation-text-face): New function.
24948         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
24949         instead of 1 to display binary file names as info file links.
24950         (grep-error-face): Use `compilation-error-face' instead of
24951         `font-lock-keyword-face'.
24952         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
24953         and `compilation-warning-text-face' instead of
24954         `font-lock-keyword-face'.  Use `compilation-error-text-face'
24955         instead of `grep-error-face'.
24957 2005-08-05  Kenichi Handa  <handa@m17n.org>
24959         * international/code-pages.el: Add autoload cookies for all coding
24960         systems.
24962 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
24964         * cus-start.el (all): Put undo.c where it alphabetically belongs.
24966 2005-08-04  Juri Linkov  <juri@jurta.org>
24968         * progmodes/compile.el (compilation-mode-map):
24969         * progmodes/grep.el (grep-mode-map):
24970         Bind TAB to `compilation-next-error' and [backtab] to
24971         `compilation-previous-error'.
24973         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
24974         matching line numbers, column numbers and their ranges with regexp
24975         matching only line numbers.
24976         (grep-context-face): New face variable.
24977         (grep-mode-font-lock-keywords): Use it.
24979         * faces.el (read-face-name): Delete duplicate faces.
24981 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
24983         * thumbs.el (thumbs-find-image): Don't make variables
24984         automatically buffer local.
24985         (thumbs-current-tmp-filename, thumbs-current-image-filename)
24986         (thumbs-image-num): Make automatically buffer local.
24987         (thumbs-show-thumbs-list): Use `make-local-variable', not
24988         `make-variable-buffer-local'.
24989         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
24991         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
24992         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
24993         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
24994         (bother, bye, canyou, chatlst, continue, deathlst, describe)
24995         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
24996         (feelings-about, foullst, found, hello, history, howareyoulst)
24997         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
24998         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
24999         (neglst, obj, object, owner, please, problems, qlist)
25000         (random-adjective, relation, remlst, repetitive-shortness)
25001         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25002         (shortlst, something, sportslst, stallmanlst, states, subj)
25003         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25004         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25005         Defvar at compile time.
25007         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25008         not `make-variable-buffer-local'.
25010 2005-08-02  Kim F. Storm  <storm@cua.dk>
25012         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25013         rectangle overlay in selected window.
25015 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
25017         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25018         instead of display group.  Make `indicate-buffer-boundaries'
25019         customizable through Custom.
25021 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
25023         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25024         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25025         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25026         (gdb-put-string): Fix typos in docstrings.
25028 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
25030         Update copyright notices of files in progmodes directory for
25031         release of Emacs 22.1.
25033         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25035         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25036         Don't barf if the GUD buffer has been killed.
25038 2005-08-01  Kim F. Storm  <storm@cua.dk>
25040         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25042 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25044         * simple.el (next-error-follow-minor-mode):
25045         make-variable-buffer-local -> make-local-variable.
25047         * emacs-lisp/cl-extra.el: Require CL also when compiling.
25049         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25050         (byte-compile-form-make-variable-buffer-local): New functions to warn
25051         about misuses of make-variable-buffer-local where make-local-variable
25052         was meant.
25054 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
25056         * bs.el (bs-attributes-list): Doc fix.
25057         (bs): Update url-link.
25059         * desktop.el (desktop-save-buffer): Fix typos in docstring.
25060         (desktop-load-default): Simplify.
25062         * ibuffer.el (ibuffer-columnize-and-insert-list)
25063         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25064         (ibuffer-unmark-all, ibuffer-toggle-marks)
25065         (ibuffer-unmark-forward, ibuffer-unmark-backward)
25066         (ibuffer-compile-make-format-form, ibuffer-format-column)
25067         (ibuffer-current-buffers-with-marks)
25068         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25069         (ibuffer): Doc fix.
25070         (ibuffer-mode): Fix typo in docstring.
25071         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25072         with `define-obsolete-variable-alias'.
25073         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
25075 2005-07-29  Kenichi Handa  <handa@m17n.org>
25077         * international/mule-cmds.el (select-message-coding-system):
25078         Be sure to use LF for end-of-line.  If no coding system is decided,
25079         return iso-8859-1-unix.
25081 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25083         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25084         (ange-ftp-pending-error-line): New vars.
25085         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25086         to handle the non-fatal no-route-to-host messages.
25087         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25089 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
25091         * isearch.el (isearch-mode-map, isearch-other-meta-char)
25092         (isearch-quote-char, isearch-printing-char)
25093         (isearch-text-char-description): "?\ " -> "?\s".
25094         (isearch-lazy-highlight-cleanup)
25095         (isearch-lazy-highlight-initial-delay)
25096         (isearch-lazy-highlight-interval)
25097         (isearch-lazy-highlight-max-at-a-time)
25098         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25099         Declare with define-obsolete-*-alias macros.
25100         (isearch-forward): Fix typo in docstring.
25101         (search-invisible, search-ring-yank-pointer)
25102         (regexp-search-ring-yank-pointer): Doc fixes.
25104         * recentf.el (recentf-menu-append-commands-p): Declare with
25105         `define-obsolete-variable-alias'.
25106         (recentf-max-saved-items, recentf-menu-filter)
25107         (recentf-arrange-by-rule-subfilter): Doc fixes.
25108         (recentf-menu-append-commands-flag)
25109         (recentf-initialize-file-name-history, recentf-expand-file-name)
25110         (recentf-clear-data): Fix typos in docstrings.
25112 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
25114         * progmodes/gdb-ui.el: Smarten comments.
25115         (gdb-info-breakpoints-custom): Use nowarn when finding file.
25117 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
25119         * term/apollo.el (terminal-init-apollo): New function containing
25120         all former top level forms in the file.
25121         * term/bobcat.el (terminal-init-bobcat):
25122         * term/cygwin.el (terminal-init-cygwin):
25123         * term/iris-ansi.el (terminal-init-iris-ansi):
25124         * term/linux.el (terminal-init-linux):
25125         * term/news.el (terminal-init-news):
25126         * term/rxvt.el (terminal-init-rxvt):
25127         * term/sun.el (terminal-init-sun):
25128         * term/tvi970.el (terminal-init-tvi970):
25129         * term/vt100.el (terminal-init-vt100):
25130         * term/vt102.el (terminal-init-vt102):
25131         * term/vt125.el (terminal-init-vt125):
25132         * term/vt200.el (terminal-init-vt200):
25133         * term/vt201.el (terminal-init-vt201):
25134         * term/vt220.el (terminal-init-vt220):
25135         * term/vt240.el (terminal-init-vt240):
25136         * term/vt300.el (terminal-init-vt300):
25137         * term/vt320.el (terminal-init-vt320):
25138         * term/vt400.el (terminal-init-vt400):
25139         * term/vt420.el (terminal-init-vt420):
25140         * term/wyse50.el (terminal-init-wyse50):
25141         * term/xterm.el (terminal-init-xterm): Likewise.
25143         * term/README: Describe the terminal-init-* functionality.
25145         * startup.el (command-line): After loading the terminal initialization
25146         file call the corresponding terminal initialization function.
25148 2005-07-27  Kenichi Handa  <handa@m17n.org>
25150         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25151         negative.
25153         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25154         (ps-mule-composition-prologue): Fix for the case that
25155         RelativeCompose is false.
25157 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25159         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25161         * descr-text.el (describe-char): Handle the case where the list of
25162         chars is displayed in a separate frame.
25163         Be a bit more discriminating when looking for the char.
25165 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
25167         * bookmark.el (bookmark-automatically-show-annotations)
25168         (bookmark-read-annotation-text-func): Doc fixes.
25169         (bookmark-save): Improve argument/docstring consistency.
25170         (bookmark-get-bookmark, bookmark-get-bookmark-record)
25171         (bookmark-alist-from-buffer)
25172         (bookmark-upgrade-file-format-from-0)
25173         (bookmark-grok-file-format-version)
25174         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25175         (bookmark-read-annotation-mode)
25176         (bookmark-insert-current-bookmark, bookmark-jump)
25177         (bookmark-exit-hook): Fix typos in docstrings.
25178         (bookmark-exit-hooks): Define as obsolete alias.
25179         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25180         not `bookmark-exit-hooks'.  Fix docstring.
25181         (bookmark-bmenu-select): "?\ " -> "?\s".
25183 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
25185         * startup.el (command-line): Fix typo.
25187 2005-07-24  Richard M. Stallman  <rms@gnu.org>
25189         * tooltip.el (tooltip-mode): Test emacs-basic-display,
25190         not emacs-quick-startup.
25192 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
25194         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25195         (reb-next-match, reb-show-subexp): Use `with-selected-window'
25196         instead of `reb-with-current-window'.
25197         (reb-prev-match): Likewise.  Also, don't move left if the search
25198         was unsuccessful.
25199         (reb-initialize-buffer): New function.
25200         (re-builder, reb-change-syntax): Use it.
25202         * man.el (Man-goto-page): Make second argument NOERROR optional.
25204 2005-07-23  Richard M. Stallman  <rms@gnu.org>
25206         * man.el (Man-bgproc-sentinel): Check here for failure to find
25207         any man page in the output, and report the error here.
25208         (Man-arguments): Make it permanent local.
25209         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
25210         (Man-mode): Pass t for NOERROR.
25212         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25213         (grep-mode-font-lock-keywords):
25214         Don't use compilation-...-face for messages that are not file names.
25216         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25217         Don't use compilation-...-face for messages that are not file names.
25219 2005-07-22  Juri Linkov  <juri@jurta.org>
25221         * startup.el (normal-splash-screen): Update menu name.
25223         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25225 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
25227         * term/xterm.el: Load term/rxvt if the terminal is actually an
25228         rxvt terminal.
25229         (xterm-rxvt-set-background-mode): Remove, not used anymore.
25231         * term/rxvt.el (function-key-map): Use substitute-key-definition
25232         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
25234         * term/cygwin.el: New file.
25236 2005-07-22  Kim F. Storm  <storm@cua.dk>
25238         * image-file.el (insert-image-file, image-file-yank-handler):
25239         Fix last change to maintain a (unique) yank-handler on yanked images.
25241 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
25243         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25244         of the file size (as in "177B" for 177 bytes).  This happens with
25245         "ls -lh" on FreeBSD.
25247 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
25249         * hilit-chg.el (highlight-changes-global-initial-state)
25250         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25251         (hilit-chg-fixup, highlight-changes-mode):
25252         Fix typos in docstrings.
25253         (highlight-changes-global-modes, highlight-changes-rotate-faces):
25254         Doc fixes.
25256 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
25258         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25259         mode function using `eval-after-load'.
25261 2005-07-21  Kim F. Storm  <storm@cua.dk>
25263         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25264         included when reporting an Emacs crash, and tell about the DEBUG file.
25266         * image-file.el (insert-image-file): Add yank-handler.
25267         (image-file-yank-handler): Yank handler to make unique copies of
25268         images when they are yanked into a buffer next to each other.
25270 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
25272         * comint.el (comint-use-prompt-regexp, comint-send-input)
25273         (comint-source-default, comint-extract-string)
25274         (comint-get-source, comint-word, comint-completion)
25275         (comint-source, comint-prompt-read-only, comint-update-fence):
25276         Fix typos in docstrings.
25277         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25278         Declare with define-obsolete-*-alias macros.
25279         (comint-previous-matching-input-from-input)
25280         (comint-next-matching-input-from-input)
25281         (comint-previous-matching-input, comint-next-matching-input)
25282         (comint-forward-matching-input):
25283         Improve argument/docstring consistency.
25285         * desktop.el (desktop-clear-preserve-buffers-regexp):
25286         Also preserve the *server* buffer.
25288         * simple.el (clone-indirect-buffer): Doc fix.
25289         (fixup-whitespace, just-one-space)
25290         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25291         (next-error, next-error-highlight)
25292         (next-error-highlight-no-select, next-error-last-buffer)
25293         (next-error-buffer-p, next-error-find-buffer, next-error)
25294         (previous-error, next-error-no-select, previous-error-no-select)
25295         (open-line, split-line, minibuffer-prompt-width, kill-new)
25296         (binary-overwrite-mode): Fix typos in docstrings.
25297         (set-fill-column): Fix typo in message.
25299         * skeleton.el (skeleton-proxy-new): Doc fix.
25301         * strokes.el (strokes-load-hook): Doc fix.
25302         (strokes-grid-resolution, strokes-get-grid-position)
25303         (strokes-renormalize-to-grid, strokes-read-stroke)
25304         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25305         (strokes-global-map): Fix typos in docstrings.
25306         (strokes-help): Doc fix.  Fix help message and pass it through
25307         `substitute-command-keys'.
25309         * tempo.el (tempo-insert-prompt, tempo-interactive)
25310         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25311         (tempo-insert-string-functions, tempo-local-tags)
25312         (tempo-define-template, tempo-insert-template)
25313         (tempo-insert-prompt-compat, tempo-is-user-element)
25314         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25315         Fix typos in docstrings.
25317         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25318         (vcursor-key-bindings, vcursor-use-vcursor-map)
25319         (vcursor-find-window, vcursor-scroll-down)
25320         (vcursor-disable, vcursor-beginning-of-buffer)
25321         (vcursor-end-of-buffer): Fix typos in docstrings.
25322         (vcursor-relative-move, vcursor-get-char-count):
25323         Improve argument/docstring consistency.
25325         * version.el: "?\ " -> "?\s".
25327         * wid-edit.el (widget-default-create, widget-after-change)
25328         (widget-default-format-handler, widget-checklist-add-item)
25329         (widget-radio-add-item, widget-choose, widget-specify-secret)
25330         (widget-field-value-create, widget-field-value-get)
25331         (widget-editable-list-format-handler)
25332         (widget-editable-list-entry-create, widget-group-value-create)
25333         (widget-documentation-link-add)
25334         (widget-documentation-string-value-create): "?\ " -> "?\s".
25335         (widget-convert-text): Doc fix.
25336         (widget-narrow-to-field, widget-field-find)
25337         (widget-url-link-action, widget-emacs-library-link-action)
25338         (widget-color-notify): Fix typos in docstrings.
25340         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25341         (x-select-text, set-w32-system-coding-system)
25342         (w32-add-charset-info): Fix typos in docstrings.
25344         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25345         (cua-enable-cua-keys, cua-use-hyper-key)
25346         (cua-virtual-rectangle-edges): Fix typos in docstrings.
25347         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25349         * net/tramp.el (tramp-handle-load): Fix typo in error message.
25351         * emacs-lisp/re-builder.el (regexp-builder): Declare with
25352         `defalias' instead of faking it.
25354         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25355         (eshell-ls-missing, eshell-ls-dired-initial-args)
25356         (eshell-ls-use-in-dired): Fix typos in docstrings.
25358 2005-07-20  Kim F. Storm  <storm@cua.dk>
25360         * emulation/cua-base.el (cua-mode): Improve doc string.
25362 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
25364         * abbrev.el (expand-region-abbrevs): Doc fix.
25365         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25366         Improve argument/docstring consistency.
25368         * arc-mode.el (archive-get-descr, archive-alternate-display):
25369         Doc fixes.
25370         (archive-l-e): Improve argument/docstring consistency.
25371         (archive-tmpdir, archive-unixdate, archive-unixtime)
25372         (archive-chmod-entry): Fix typos in docstrings.
25373         (archive-unflag, archive-unflag-backwards)
25374         (archive-unmark-all-files): "?\ " -> "?\s".
25376         * buff-menu.el (Buffer-menu-unmark): Doc fix.
25377         (Buffer-menu-not-modified, Buffer-menu-execute)
25378         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25379         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25381         * composite.el (compose-string, encode-composition-rule)
25382         (compose-last-chars): Fix typos in docstrings.
25384         * desktop.el (desktop-enable, desktop-basefilename):
25385         Declare with `define-obsolete-variable-alias'.
25386         (desktop-internal-v2s): Don't quote keywords.
25387         (desktop-clear): "?\ " -> "?\s".
25389         * dired.el (dired-align-file, dired-flag-backup-files)
25390         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25391         (dired-listing-switches, dired-ls-F-marks-symlinks)
25392         (dired-dwim-target, dired-load-hook, dired-mode-hook)
25393         (dired-directory, dired-faces, dired, dired-revert)
25394         (dired-mode, dired-summary, dired-view-file)
25395         (dired-copy-filename-as-kill, dired-delete-file)
25396         (dired-no-confirm, dired-unmark-all-marks)
25397         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25398         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25399         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25400         Fix typos in message strings.
25402         * dired-x.el (virtual-dired): Declare with `defalias'.
25403         (dired-mark-unmarked-files, dired-local-variables-file)
25404         (dired-omit-here-always): Doc fix.
25405         (dired-omit-mode, dired-find-subdir)
25406         (dired-enable-local-variables, dired-clean-up-buffers-too)
25407         (dired-extra-startup, dired-mark-extension, dired-jump)
25408         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25409         (dired-smart-shell-command, dired-guess-shell-alist-user)
25410         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25411         (dired-x-bind-find-file, dired-x-submit-report):
25412         Fix typos in docstrings.
25413         (dired-mark-unmarked-files): "?\ " -> "?\s".
25415         * dirtrack.el (dirtrack-list): Fix typos in docstring.
25417         * faces.el (describe-face): "?\ " -> "?\s".
25418         (read-all-face-attributes, read-face-font, modify-face)
25419         (face-attr-construct, italic): Fix typos in docstrings.
25420         (frame-update-face-colors): Declare with
25421         `define-obsolete-function-alias'.
25423         * files.el (find-file-noselect, recode-file-name): Doc fixes.
25424         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
25425         (magic-mode-alist, buffer-file-numbers-unique)
25426         (write-file-functions, get-free-disk-space):
25427         Fix typos in docstrings.
25428         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25429         (write-contents-hooks, write-file-hooks):
25430         Declare with `define-obsolete-variable-alias'.
25432         * forms-d2.el (arch-rj): Fix typo in docstrings.
25433         (arch-tocol): Likewise.  "?\ " -> "?\s".
25435         * frame.el (set-frame-font, cursor-in-non-selected-windows):
25436         Fix typo in docstring.
25437         (set-screen-width, set-screen-height): Delete redundant info in
25438         doctrings.
25439         (new-frame, screen-height, screen-width): Declare with
25440         `define-obsolete-function-alias'.
25441         (delete-frame-hook, blink-cursor): Declare with
25442         `define-obsolete-variable-alias'.
25444         * paths.el (prune-directory-list): Fix typos in docstring.
25446         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
25447         (cvs-prefix-get): Fix typos in docstrings.
25449         * ps-print.el (ps-extend-face-list, ps-extend-face)
25450         (ps-print-background-image): Fix typos in docstrings.
25451         (ps-default-fg, ps-default-bg): Doc fixes.
25453         * s-region.el (s-region-bind): Doc fix.
25454         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
25456         * textmodes/org.el (org-table-formula-substitute-names)
25457         (org-table-get-vertical-vector): Doc fixes.
25458         (org-table-recalculate): Remove unused argument to `message'.
25460 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
25462         * textmodes/org.el (org-table-column-names)
25463         (org-table-column-name-regexp)
25464         (org-table-named-field-locations): New variables.
25465         (org-archive-subtree): Protect `this-command' when calling
25466         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25467         the kill buffer.
25468         (org-complete): Remove fixed-formula completion.
25469         (org-edit-formulas-map): New variable.
25470         (org-table-edit-formulas): New command.
25471         (org-finish-edit-formulas, org-abort-edit-formulas)
25472         (org-show-variable, org-table-get-vertical-vector): New functions.
25473         (org-table-maybe-eval-formula): Handle `:=' fields.
25474         (org-table-get-stored-formulas, org-table-store-formulas)
25475         (org-table-get-formula, org-table-modify-formulas)
25476         (org-table-replace-in-formulas): Handle named field formulas.
25477         (org-table-get-specials): Store locations of named fields.
25479 2005-07-19  Juri Linkov  <juri@jurta.org>
25481         * progmodes/grep.el (grep-regexp-alist)
25482         (grep-mode-font-lock-keywords, grep-process-setup):
25483         Use default GNU grep match color "01;31m" instead of "01;41m".
25484         (grep-regexp-alist, grep-mode-font-lock-keywords):
25485         Use `\\[[0-9]*m' instead of `\\[00m'.
25486         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
25487         sgr_start where its handling is more important.  Use the real
25488         length of sgr_start instead of constant 8.
25489         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
25490         specially.  Delete all remaining escape sequences.
25491         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
25492         (grep-regexp-alist): Make hyperlink only for binary file name
25493         instead of the whole line.
25494         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
25495         (grep-mode): Add autoload.
25497         * emacs-lisp/find-func.el (find-function-regexp):
25498         Add `define-compilation-mode'.
25500 2005-07-19  Juri Linkov  <juri@jurta.org>
25502         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
25503         (compare-windows-sync-string-size, compare-windows-recenter)
25504         (compare-windows-highlight, compare-windows): Add version 22.1.
25505         (compare-windows) <defface>: Inherit from lazy-highlight instead
25506         of duplicating its default value.
25508         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
25509         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
25511         * descr-text.el (describe-char): Create link buttons for `charset'
25512         and `code point'.  Add the current input method name with a link
25513         button to `to input' field.  Print face names of display table
25514         characters in `The display table entry is displayed by' section
25515         instead of printing face-id in the `display' field.
25516         Guess hardcoded faces and create a link button for them.
25517         Skip empty fields when calculating max-width.
25518         Treat `widget-create' specially while inserting strings from the
25519         collected field list.
25520         (describe-char-after): Made obsolete in version 22.1, not 21.5.
25522         * diff-mode.el (diff-file-header): Change foreground color from
25523         yellow to green on light backgrounds.
25524         (diff-context): Inherit from `shadow' only for color/grayscale
25525         with more than 88 colors.
25526         (diff-indicator-removed, diff-indicator-added)
25527         (diff-indicator-changed): New faces.
25528         (diff-font-lock-keywords): Use new faces.  Regroup rules.
25529         Add "^---$" for `normal' diff format.  Fontify `#' lines with
25530         font-lock-comment-delimiter-face and font-lock-comment-face.
25531         Add `#' to ^[^...] in the rule for `diff-context-face'.
25533         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
25534         a button-like box.  Inherit from `highlight' on low colors.
25535         (shadow): Use shades of gray only for color/grayscale with
25536         more than 88 colors.  Use green for light backgrounds with
25537         8 colors, and yellow for dark backgrounds with 8 colors.
25539         * font-lock.el (font-lock-regexp-grouping-backslash):
25540         Don't inherit from escape-glyph (use bold for all cases).
25542         * info.el (info-xref-visited): Use light foreground color `violet'
25543         for dark backgrounds instead of dark color `magenta3'.
25544         (info-title-1): Use `yellow' color for dark backgrounds.
25546         * isearch.el (isearch): Use not-too-dark magenta3 instead of
25547         too-light magenta2.
25549         * replace.el (match): Use slightly more light RoyalBlue3 instead
25550         of dark RoyalBlue4.
25552         * wid-edit.el (widget-inactive): Inherit from `shadow'.
25554 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
25556         * novice.el (disabled-command-hook): Declare it with
25557         `define-obsolete-variable-alias'.
25559         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
25560         (desktop-buffer-misc-functions, desktop-buffer-handlers)
25561         (desktop-load-default): Add release to obsolescence info.
25562         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
25563         (desktop-append-buffer-args, desktop-read):
25564         Fix typos in docstrings.
25565         (desktop-kill): Fix typo in message.
25566         (desktop-save): Doc fix.
25568 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25570         * viper-cmd.el (viper-escape-to-state): Bug fix.
25571         (viper-envelop-ESC-key): Change the definition of fast
25572         keysequence so it'll work with keyboard macros.
25574         * ediff.el (ediff-patch-buffer): Change the docstring.
25576 2005-07-19  Kenichi Handa  <handa@m17n.org>
25578         * international/mule-cmds.el (select-safe-coding-system): Try to
25579         use an auto-coding (if any) before anything else.  If the found
25580         auto-coding is invalid, show a warning message.
25582         * international/mule.el (find-auto-coding): New function created
25583         by modifying the body of set-auto-coding.
25584         (set-auto-coding): Use find-auto-coding to find a coding.
25586 2005-07-18  Richard M. Stallman  <rms@gnu.org>
25588         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
25589         not isearch-mode-end-hook-error.
25590         (allout-before-change-protect): Fix error message.
25592 2005-07-18  Juri Linkov  <juri@jurta.org>
25594         * allout.el (allout-mode):
25595         * calculator.el (calculator-copy):
25596         * custom.el (custom-known-themes):
25597         * dired.el (dired-desktop-buffer-misc-data)
25598         (dired-restore-desktop-buffer):
25599         * dired-x.el (dired-omit-marker-char):
25600         * files.el (basic-save-buffer):
25601         * font-core.el (font-lock-mode):
25602         * calendar/calendar.el (calendar-goto-hebrew-date)
25603         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
25604         (calendar-goto-persian-date):
25605         * language/ethio-util.el (ethio-sera-to-fidel-region):
25606         * textmodes/picture.el (picture-mode):
25607         Delete duplicate duplicate words.
25609 2005-07-18  Juri Linkov  <juri@jurta.org>
25611         * isearch.el (isearch-mode-map): Remove key bindings for regexp
25612         chars * ? } |.
25613         (isearch-fallback): Don't call `isearch-process-search-char'.
25614         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
25615         (isearch-process-search-char): Call `isearch-fallback' for regexp
25616         chars * ? } |.
25617         (isearch-return-char): Make obsolete with `make-obsolete' instead
25618         of simply documenting it as obsolete in the docstring.
25619         (isearch-fallback): Refill docstring.
25621         * international/isearch-x.el
25622         (isearch-process-search-multibyte-characters): Remove unneeded
25623         `concat'.  Add intermediate values to `junk-hist' instead of
25624         `minibuffer-history'.  Test the length of `str'.
25626 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
25628         * allout.el (allout-resolve-xref): Fix typos in error strings.
25629         (allout-before-change-protect): Remove unneeded `concat'.
25631         * array.el (array-mode, array-reconfigure-rows)
25632         (untabify-backward): Fix typos in docstrings.
25633         (array-reconfigure-rows): Use `insert-buffer-substring', not
25634         `insert-buffer'.
25636         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
25637         * progmodes/ada-mode.el (ada-make-body):
25638         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
25640         * dired.el (dired-log):
25641         * tar-mode.el (tar-subfile-save-buffer):
25642         * play/zone.el (zone-pgm-stress-destress):
25643         Use `insert-buffer-substring', not `insert-buffer'.
25645 2005-07-17  Simon Josefsson  <jas@extundo.com>
25647         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
25649 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
25651         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
25652         Add plain auth method.
25653         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
25655 2005-07-17  Kim F. Storm  <storm@cua.dk>
25657         * ido.el (dired-other-window): Add ido property.
25659 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
25661         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25662         Fix typo in docstring.
25663         (byte-compile-interactive-only-functions): Add `insert-buffer' and
25664         `insert-file-literally'.
25666         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
25667         info and delete redundant message.  Doc fix.
25668         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
25669         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
25671 2005-07-16  Richard M. Stallman  <rms@gnu.org>
25673         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
25674         (byte-compile-and): Use byte-compile-and-recursion.
25675         (byte-compile-or-recursion): New function.
25676         (byte-compile-or): Use that.
25677         (byte-compile-if): Guard the else-clause too.
25678         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
25680         * isearch.el (isearch-mode-end-hook-quit): New variable.
25681         (isearch-done): Bind it.
25682         (isearch-mode-end-hook): Doc fix.
25684         * allout.el (allout-isearch-did-quit): Variable deleted.
25685         (allout-real-isearch-abort): Function name no longer used.
25686         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
25687         (allout-isearch-rectification): isearch-mode always exists.
25688         Don't set allout-isearch-did-quit.
25689         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
25690         allout-isearch-did-quit.
25691         (allout-enwrap-isearch): Just add the hook.
25692         (allout-isearch-abort): Function deleted.
25693         (allout-pre-command-business): Avoid warning.
25695         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
25696         Correctly avoid warnings.
25697         (pascal-outline): Likewise.
25699         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
25701         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
25703         * play/tetris.el (tetris-mode): Avoid warning.
25705         * play/snake.el (snake-mode): Avoid warning.
25707         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
25708         (gamegrid-set-display-table): Avoid warning.
25709         (gamegrid-set-timer): Likewise.
25710         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
25711         (gamegrid-add-score-with-update-game-score-1): Take FILE
25712         as argument.
25713         (gamegrid-add-score-with-update-game-score): Pass that argument.
25714         Rename have-shared-game-dir to gamegrid-shared-game-dir.
25716         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
25718         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
25719         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
25721         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
25722         and insert-file.
25724         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
25725         (sc-ask): Avoid warnings.
25727         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
25728         (eshell-hist-initialize): Use that var the natural way.
25730         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
25732         * emacs-lisp/re-builder.el (reb-cook-regexp):
25733         Avoid warning calling lre-compile-string.
25734         (reb-color-display-p): Avoid warning.
25736         * calculator.el (calculator-last-input): Guard uses
25737         of event-key and key-press-event-p.
25738         (event-key, key-press-event-p): Delete definitions.
25740         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
25741         (find-gc-source-directory, find-gc-subrs-callers)
25742         (find-gc-noreturn-list, find-gc-source-files)
25743         (find-gc-subrs-called): Vars renamed and defvar'd.
25745         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
25746         (checkdoc-overlay-put, checkdoc-delete-overlay)
25747         (checkdoc-overlay-start, checkdoc-overlay-end)
25748         (checkdoc-mode-line-update, checkdoc-char=):
25749         Define such that compiler knows they are defined.
25750         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
25751         (checkdoc-read-event): Delete.  Use read-event directly.
25753         * whitespace.el (whitespace-make-overlay)
25754         (whitespace-overlay-put, whitespace-delete-overlay)
25755         (whitespace-overlay-start, whitespace-overlay-end):
25756         Define such that compiler knows they are defined.
25757         (whitespace): Move conditional inside.
25759         * tempo.el (tempo-insert-template): Suppress warning.
25761         * ediff-diff.el (longlines-mode): Add defvar.
25763 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
25765         * server.el: Bind "C-x #" in a way that works even if C-x is
25766         redefined to a command key, not a prefix key.
25768 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
25770         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
25771         cl-make-type-test till execution time.
25773 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
25775         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
25776         arg ARG and use it.
25778 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
25780         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
25782 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
25784         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25785         a defcustom with two :set or :type keywords.
25787 2005-07-15  Richard M. Stallman  <rms@gnu.org>
25789         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
25790         Don't give ^M comment-end syntax.
25792 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
25794         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
25795         Don't consider gdbmi (gdb-mi.el has its own update functions).
25796         (gdb-var-delete): Make it work for gdbmi as well.
25797         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
25799         * progmodes/gud.el (etags, sdb): Only require etags when needed.
25800         (gud-speedbar-menu-items): Correct logic for enabling items.
25802 2005-07-15  Kim F. Storm  <storm@cua.dk>
25804         * ido.el: Fix commentary.
25805         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
25806         Use with-no-warnings around ffap-guesser.
25807         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
25808         Let bind minibuffer-completing-file-name to t.
25810 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
25812         * startup.el (site-run-file, keyboard-type): Doc fixes.
25813         (command-line): Check for "--basic-display" argument; also for
25814         "--quick", not "--bare-bones" (which was renamed).
25815         (fancy-splash-text): Add missing item "Getting New Versions".
25816         (normal-splash-screen): Fix typos and improve consistency with
25817         `fancy-splash-text'.  Update copyright year.
25819         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
25820         valid binding for `help-char'.
25822         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
25824 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
25826         * term.el (term-mode): Disable cua-mode for term buffers.
25828 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
25830         * add-log.el (add-log-mailing-address, change-log-merge):
25831         Doc fixes.
25832         (change-log-get-method-definition): Fix typo in docstring.
25834 2005-07-14  Kim F. Storm  <storm@cua.dk>
25836         * emulation/cua-base.el:
25837         (cua--pre-command-handler-1, cua--pre-command-handler)
25838         (cua--post-command-handler-1, cua--post-command-handler):
25839         Split in two.  Check (buffer local) value of cua-mode.
25840         (cua-selection-mode): New command.
25842 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
25844         * custom.el (custom-initialize-safe-set)
25845         (custom-initialize-safe-default): Doc fixes.
25847         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25848         and simplify :init-value again.
25850         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25851         and simplify :init-value again.  Delete autoload.
25853         * startup.el (command-line): Use `custom-reevaluate-setting' again
25854         for tooltip-mode.
25856         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25857         a defcustom with two :initialize keywords.
25859 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
25861         * allout.el (my-mark-marker, allout-isearch-prior-pos)
25862         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
25863         (allout-post-command-business, allout-flag-region)
25864         (isearch-reenable-font-lock, allout-yank)
25865         (allout-insert-latex-header, allout-insert-latex-trailer)
25866         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
25867         (allout-latex-verb-quote): Fix typos in docstrings.
25868         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
25869         (allout-unprotected, allout-prefix-data):
25870         Improve argument/docstring consistency.
25871         (allout-chart-subtree): Fix argument spec.
25872         (allout-open-topic): Rename `use_sib_bullet' argument to
25873         `use-sib-bullet'.  Doc fix.
25875         * whitespace.el (whitespace-check-buffer-leading)
25876         (whitespace-check-buffer-trailing)
25877         (whitespace-check-buffer-indent)
25878         (whitespace-check-buffer-spacetab)
25879         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
25880         (whitespace-check-leading-whitespace)
25881         (whitespace-check-trailing-whitespace)
25882         (whitespace-check-spacetab-whitespace)
25883         (whitespace-check-indent-whitespace)
25884         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
25885         (whitespace-modes): Fix typos in docstrings.
25886         (defgroup, defcustom): Doc fixes.
25888         * winner.el (winner-mode, winner-boring-buffers)
25889         (winner-pending-undo-ring): Doc fixes.
25890         (winner-ring): Remove unneeded `progn'.
25891         (winner-equal): `defsubst' it.
25892         (winner-redo): Fix message.
25894 2005-07-13  Kim F. Storm  <storm@cua.dk>
25896         * simple.el (line-move-1): Always use vertical-motion to
25897         do the last (or only) line move to ensure some movement.
25898         Undo 2005-06-23 change--don't check for overlays.
25900 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25902         * term/mac-win.el (ccl-encode-mac-roman-font)
25903         (ccl-encode-mac-centraleurroman-font)
25904         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
25905         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
25906         Change charset-id boundary of dimension to ?\xef.
25907         (mac-char-fontspec-list): New constant.
25908         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
25909         argument.  Nil uses itself as family in font-spec.  Previous
25910         behavior for nil is now provided by non-nil non-string argument.
25911         All callers changed.  Add font-specs for Mac fonts to
25912         "fontset-default" unless iso8859-1 fonts are installed.
25914 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25916         * progmodes/sh-script.el (sh-get-indent-info): Only indent
25917         a continuation line if the \ is preceded by SPC or TAB.
25918         (sh-get-indent-info): Simplify.
25919         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
25920         Use with-current-buffer.
25922         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
25923         when the matched text is empty.
25925 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
25927         * startup.el (command-line): Revert to previous handling of
25928         tooltip-mode.  Explain in comment why the complexity is needed.
25930         * tooltip.el (tooltip-mode): Revert to previous implementation of
25931         its defcustom.
25933         * frame.el (blink-cursor-mode): Revert to previous implementation
25934         of its defcustom.  Update comment.
25936 2005-07-12  Lars Hansen  <larsh@soem.dk>
25938         * desktop.el: Update e-mail address.
25940 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25942         * term/mac-win.el (mac-services-mail-selection)
25943         (mac-services-mail-to): New functions.
25944         (mac-application-menu-map): Bind them.
25946 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
25948         * progmodes/gdb-ui.el: Add note about buffering with Windows.
25950 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
25952         * custom.el (custom-reevaluate-setting): Doc fix.
25954 2005-07-11  Jay Belanger  <belanger@truman.edu>
25956         * calc/calc.el (calc-embedded-announce-formula-alist)
25957         (calc-embedded-open-close-plain-alist)
25958         (calc-embedded-open-close-mode-alist): Add checks for additional
25959         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
25961 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
25963         * custom.el (custom-enable-theme): Don't add theme to
25964         `custom-enabled-themes' with `push' because there is no
25965         setf-method for `delq'.
25967 2005-07-11  Richard M. Stallman  <rms@gnu.org>
25969         * custom.el (custom-declare-variable): Doc fix.
25971         * dired-aux.el (dired-compare-directories): Remove "." and ".."
25972         from the alists.
25974         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
25975         Do nothing if edebug-active.
25977         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
25978         (edebug-display): Do it here instead.
25980 2005-07-10  Richard M. Stallman  <rms@gnu.org>
25982         * cus-face.el (custom-theme-set-faces): Make it work.
25983         (custom-reset-faces): Doc fix.
25984         (custom-theme-reset-internal-face, custom-theme-face-value):
25985         Functions deleted.
25987         * custom.el (custom-push-theme): Maintain list of the settings
25988         of a given theme in its theme-settings property.
25989         Maintain position of old settings in the theme-value
25990         or theme-face property.
25991         (custom-enabled-themes): New variable.
25992         (custom-theme-enabled-p): New function.
25993         (provide-theme): Update custom-enabled-themes.
25994         Disable and reenable the `user' theme.
25995         (require-theme): Doc fix.
25996         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
25997         (custom-theme-value, custom-theme-variable-value): Likewise.
25998         (custom-theme-reset-internal): Likewise.
25999         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26000         (custom-enable-theme, custom-disable-theme): New functions.
26001         (custom-variable-theme-value, custom-face-theme-value): Likewise.
26002         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26003         (custom-theme-reset-variables): Simplify.
26004         (deftheme, custom-declare-theme, custom-make-theme-feature):
26005         Definitions moved.
26007 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
26009         * longlines.el (longlines-show-region)
26010         (longlines-unshow-hard-newlines): Recognize hard newlines by
26011         non-nil hard property, instead of t.
26013 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
26015         * viper-cmd.el (viper--key-maps): New variable.
26016         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26017         emulation-mode-map-alists.
26018         (viper-envelop-ESC-key): Use viper-subseq.
26019         (viper-search-forward/backward/next): Disable debug-on-error.
26021         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26022         (viper-ESC-key): New defcustoms.
26024         * viper-macs.el (ex-map-read-args): Use viper-subseq.
26026         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26027         (viper-subseq): Copy of subseq from cl.el.
26029         * viper.el (viper-go-away, viper-set-hooks): Use
26030         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26032         * viper-mous.el (viper-current-frame-saved): Use defvar.
26034         * viper-init.el: Get rid of -face in face names.
26036         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26037         Make it work with longlines mode.
26039         * ediff-mult.el (ediff-meta-mode-hook): New variable.
26041         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26043         * ediff-init.el: Get rid of -face in face names.
26045 2005-07-10  Richard M. Stallman  <rms@gnu.org>
26047         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26048         and with-timeout-unsuspend.
26050         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26051         and with-timeout-unsuspend.
26053         * emacs-lisp/timer.el (with-timeout-timers): New variable.
26054         (with-timeout): Bind that variable to record timers.
26055         (with-timeout-suspend, with-timeout-unsuspend): New functions.
26057         * emacs-lisp/debug.el (debug-help-follow): New function.
26058         (debugger-mode-map): Use that instead of help-follow.
26059         (debugger-setup-buffer): Use eval-buffer-list
26060         to handle eval-buffer frames.
26062 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
26064         * timezone.el (timezone-parse-date): Change first regexp
26065         so it will not mistakenly match dates with no time zone.
26067 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
26069         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26071 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
26073         * custom.el (custom-initialize-safe-set)
26074         (custom-initialize-safe-default): New functions.
26076         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26077         and simplify :init-value.
26079         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26080         and simplify :init-value.  Delete obsolete comment.
26082         * startup.el (command-line): Use `custom-reevaluate-setting' to
26083         handle `tooltip-mode'.  Delete obsolete comment.
26085         * files.el (set-visited-file-name): Avoid calling
26086         `file-name-nondirectory' with a nil argument.
26088 2005-07-09  Richard M. Stallman  <rms@gnu.org>
26090         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26091         was called with nil for the buffer, handle the read position right.
26092         Handle read position for eval-region, too.
26094 2005-07-09  Juri Linkov  <juri@jurta.org>
26096         * fringe.el (fringe-mode): Add period in docstring.
26097         (fringe-query-style): Build prompt depending on `all-frames' arg.
26099         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26100         to not create links to unrelated functions in the Help buffer.
26102         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26103         Doc fix.
26105         * simple.el (next-error-hook): New variable.
26106         (next-error): Use it.  Doc fix.
26108         * textmodes/ispell.el (ispell-command-loop): Add current
26109         dictionary name and program name to mode-line-format.
26110         (ispell-region, ispell-process-line): Add current dictionary name
26111         and program name to messages.
26113 2005-07-08  Jay Belanger  <belanger@truman.edu>
26115         * calc/calc.el (calc-embedded-announce-formula-alist)
26116         (calc-embedded-open-close-formula-alist)
26117         (calc-embedded-open-close-word-alist)
26118         (calc-embedded-open-close-plain-alist)
26119         (calc-embedded-open-close-new-formula-alist)
26120         (calc-embedded-open-close-mode-alist)
26121         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26122         (calc-embedded-mode-hook): New variables.
26124         * calc/calc-embed.el (calc-embedded-firsttime)
26125         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26126         New variables.
26127         (calc-do-embedded): Use calc-embedded-firsttime,
26128         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26129         determine whether or not to run hooks.
26130         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26131         calc-embedded-firsttime-formula appropriately.
26132         Set calc-embedded delimiter variables according to mode.
26134 2005-07-08  Richard M. Stallman  <rms@gnu.org>
26136         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26137         Check for "emacs", etc., as entire symbol, not just as word.
26138         (checkdoc-file-comments-engine): Use regexp-quote on FN.
26140         * files.el (set-visited-file-name): Report the error
26141         for "empty filename" earlier.
26142         (kill-some-buffers): Ignore buffers already dead.
26144         * fringe.el (fringe-mode): Doc fix.
26146         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26147         Check for (featurep 'xemacs) and turn off warnings in what it guards.
26148         Use unwind-protect to ensure byte-compile-unresolved-functions
26149         is updated.
26151         * whitespace.el (whitespace-buffer-leading-cleanup):
26152         Simplify w/ skip-chars-forward.
26153         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26155         * mail/rmail.el (rmail-only-expunge): Fix paren error.
26156         Unconditionally try to leave point at the same old place.
26158 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
26160         * comint.el (comint-postoutput-scroll-to-bottom)
26161         (comint-show-maximum-output): Take scroll-margin into consideration.
26163 2005-07-08  Kim F. Storm  <storm@cua.dk>
26165         * ido.el (ido-use-filename-at-point): New choice `guess'.
26166         (ido-file-internal): Try ffap-guesser if selected.
26168         * ido.el (ido-before-fallback-functions): New hook.
26169         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26170         (ido-read-file-name): Run it.
26172 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
26174         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26175         strings rather than a list of symbols to the completion function.
26177 2005-07-07  Jay Belanger  <belanger@truman.edu>
26179         * calc/calc-units.el (math-apply-units): Change the places in
26180         which units are simplified.
26182 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
26184         * cus-edit.el (customize-option, customize-option-other-window):
26185         Make them handle aliases.
26187         * custom.el (custom-variable-p): Make it recursively follow
26188         aliases.  Mention that in the docstring.
26190 2005-07-07  Richard M. Stallman  <rms@gnu.org>
26192         * cus-start.el (exec-path): Use `directory' instead of `file'.
26193         Fix tag for nil.
26195 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26197         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26198         when called non-interactively.  Doc fix.
26200 2005-07-07  Lute Kamstra  <lute@gnu.org>
26202         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26203         new address as well.
26205 2005-07-07  Kenichi Handa  <handa@m17n.org>
26207         * international/mule.el (make-coding-system):
26208         Describe `ascii-incompatible' property in the docstring.
26209         (set-file-name-coding-system): Signal an error if coding-system is
26210         ascii-incompatible.
26211         (set-keyboard-coding-system): Likewise.
26213         * international/mule-cmds.el (set-default-coding-systems):
26214         Don't set default-file-name-coding-system and
26215         default-keyboard-coding-system if coding-system is ASCII-incompatible.
26217         * international/utf-16.el: Declare that all UTF-16-based coding
26218         systems are ASCII-incompatible.
26220 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
26222         * progmodes/gud.el: Require font-lock for displaying errors.
26223         Used by gdb-ui.el.
26225 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26227         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26228         values for the pattern lists which are `read'able but not
26229         `append'able (like symbols).
26231 2005-07-06  Richard M. Stallman  <rms@gnu.org>
26233         * progmodes/flymake.el (flymake-float-time): Instead of
26234         with-no-warnings, test for XEmacs.
26235         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26236         to avoid warning.
26238 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
26240         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26242 2005-07-05  Lute Kamstra  <lute@gnu.org>
26244         * battery.el: Add support for Darwin (with much debugging help
26245         from Samuel Lauber <sam124@operamail.com>).
26246         (battery-status-function, battery-echo-area-format)
26247         (battery-mode-line-format): Add support for pmset on Darwin.
26248         (battery-load-low, battery-load-critical): New user options.
26249         (battery-pmset): New function.
26251 2005-07-05  Lute Kamstra  <lute@gnu.org>
26253         Update FSF's address in GPL notices.
26255         * textmodes/page-ext.el: Update FSF's address.
26257 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26259         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26260         filling from using prefix when filling a single-line docstring.
26262         * progmodes/flymake.el: Remove useless eval-when-compile.
26264         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26266 2005-07-04  Richard M. Stallman  <rms@gnu.org>
26268         * textmodes/org.el (org-file-apps-defaults-gnu):
26269         Rename from org-file-apps-defaults-linux.
26270         (org-default-apps): Don't test system-type for `linux'.
26271         (org-file-apps): Doc fix.
26273 2005-07-04  David Ponce  <david@dponce.com>
26275         * tree-widget.el: Improve header Commentary section.
26276         (tree-widget) [defgroup]
26277         (tree-widget-image-enable, tree-widget-themes-directory)
26278         (tree-widget-theme, tree-widget-image-properties-emacs)
26279         (tree-widget-image-properties-xemacs, tree-widget-create-image)
26280         (tree-widget-image-formats, tree-widget-control)
26281         (tree-widget-empty-control, tree-widget-leaf-control
26282         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26283         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26284         (tree-widget-keep, tree-widget-after-toggle-functions)
26285         (tree-widget-open-node, tree-widget-close-node): Doc fix.
26286         (tree-widget-open-control, tree-widget-close-control): Fix doc and
26287         :help-echo message.
26288         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
26289         (tree-widget-image-properties): Doc fix.  Clearer implementation.
26290         (tree-widget--cursors): New constant.
26291         (tree-widget-lookup-image): New function split from
26292         `tree-widget-find-image'.  Clearer implementation.
26293         (tree-widget-find-image): Use it.
26294         (tree-widget-button-keymap): Use `set-keymap-parent'.
26295         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26296         Define the sub-widgets here.
26297         (tree-widget-node): Check that :node is not a tree-widget.
26298         (tree-widget-get-super, tree-widget-open-control)
26299         (tree-widget-close-control, tree-widget-empty-control)
26300         (tree-widget-leaf-control, tree-widget-guide)
26301         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26302         (tree-widget-no-handle, tree-widget-value-delete)
26303         (tree-widget-map): Remove.
26304         (tree-widget-children-value-save): Doc fix.  Simplified.
26305         (tree-widget-value-create): Update according to previous changes.
26307 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
26309         * textmodes/org.el: Leading space replaced by TABS.
26310         (org-recalc-marks, org-table-rotate-recalc-marks)
26311         (org-table-get-specials): Treat "^" and "_" marks.
26312         (org-table-justify-field-maybe): Optional argument NEW.
26313         (org-table-eval-formula): Parsing of the format simplified.
26314         New modes C,I.  Honor the %= parameter in the current table.
26315         Avoid unnecessary re-align by using the NEW argument to
26316         `org-table-justify-field-maybe'.
26317         (org-calc-default-modes): Default for date-format mimicks org-mode.
26318         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26320 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
26322         * cus-face.el (custom-theme-set-faces): Make it handle face
26323         aliases whose alias declarations are pre- or autoloaded.
26325 2005-07-04  Juri Linkov  <juri@jurta.org>
26327         * faces.el (read-face-name): Put the code for getting a face name
26328         from the buffer before adding the faces from the `face' property.
26329         Use `completing-read-multiple' instead of `completing-read'.
26330         Require `crm'.  Add default value and post-process the returned
26331         list of faces.
26333         * emacs-lisp/crm.el (crm-find-current-element)
26334         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26336         * emacs-lisp/lisp-mode.el (eval-defun-1):
26337         * emacs-lisp/edebug.el (edebug-eval-defun):
26338         Remove unnecessary quotes.
26340 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
26342         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26343         (prolog-indent-level): Fix typo in docstring.
26345         * info.el (Info-history, Info-history-forward)
26346         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26348         * add-log.el (add-change-log-entry):
26349         * comint.el (comint-dynamic-list-input-ring)
26350         (comint-dynamic-list-completions):
26351         * dabbrev.el (dabbrev-expand):
26352         * delim-col.el (delimit-columns-rectangle-line):
26353         * diff-mode.el (diff-context->unified, diff-reverse-direction)
26354         (diff-unified->context):
26355         * ediff-init.el (ediff-abbrev-jobname):
26356         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26357         (ediff-replace-session-activity-marker-in-meta-buffer):
26358         * info.el (Info-summary):
26359         * lpr.el (printify-region):
26360         * printing.el (pr-create-interface):
26361         * ps-print.el (ps-print-quote):
26362         * ses.el (ses-column-widths, ses-print-cell)
26363         (ses-adjust-print-width, ses-center):
26364         * shell.el (shell-file-name-quote-list):
26365         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26366         (strokes-fill-current-buffer-with-whitespace)
26367         (strokes-xpm-for-stroke, strokes-list-strokes)
26368         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26369         * term.el (term-dynamic-list-input-ring)
26370         (term-dynamic-list-completions):
26371         * calc/calc.el (math-format-stack-value):
26372         * emacs-lisp/edebug.el (edebug-display-freq-count):
26373         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26374         (delphi-new-comment-line):
26375         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26376         * progmodes/executable.el (executable-set-magic):
26377         * progmodes/python.el (inferior-python-mode):
26378         * progmodes/scheme.el (scheme-mode-syntax-table):
26379         * progmodes/sh-script.el (sh-maybe-here-document):
26380         * progmodes/sql.el (sql-copy-column):
26381         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26382         * textmodes/bibtex.el (bibtex-mode):
26383         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26384         (sgml-auto-attributes):
26385         * textmodes/table.el (table-insert, table-shorten-cell)
26386         (table--generate-source-scan-lines, table-delete-row)
26387         (*table--cell-delete-char, table--spacify-frame)
26388         (table--horizontally-shift-above-and-below)
26389         (table--cell-insert-char, table--cell-blank-str)
26390         (table--fill-region-strictly):
26391         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26392         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26394         * add-log.el (change-log):
26395         * apropos.el (apropos):
26396         * comint.el (comint-completion, comint-source):
26397         * dabbrev.el (dabbrev):
26398         * delim-col.el (columns):
26399         * diff-mode.el (diff-mode):
26400         * ediff.el (ediff):
26401         * ediff-diff.el (ediff-diff):
26402         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26403         * ediff-mult.el (ediff-mult):
26404         * ediff-ptch.el (ediff-ptch):
26405         * ediff-wind.el (ediff-window):
26406         * facemenu.el (facemenu):
26407         * indent.el (indent):
26408         * info.el (info):
26409         * jka-cmpr-hook.el (compression, jka-compr):
26410         * lpr.el (lpr):
26411         * outline.el (outlines):
26412         * pcmpl-cvs.el (pcmpl-cvs):
26413         * pcmpl-rpm.el (pcmpl-rpm):
26414         * printing.el (printing):
26415         * ps-print.el (postscript, ps-print, ps-print-horizontal)
26416         (ps-print-vertical, ps-print-headers, ps-print-font)
26417         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26418         (ps-print-background, ps-print-printer, ps-print-page)
26419         (ps-print-miscellany):
26420         * ses.el (ses):
26421         * shell.el (shell, shell-directories, shell-faces):
26422         * startup.el (initialization):
26423         * strokes.el (strokes):
26424         * term.el (term):
26425         * uniquify.el (uniquify):
26426         * w32-vars.el (w32):
26427         * calc/calc.el (calc):
26428         * emacs-lisp/bytecomp.el (bytecomp):
26429         * emacs-lisp/cl-indent.el (lisp-indent):
26430         * emacs-lisp/edebug.el (edebug):
26431         * emacs-lisp/elp.el (elp):
26432         * emacs-lisp/testcover.el (testcover):
26433         * emacs-lisp/trace.el (trace):
26434         * emulation/viper-ex.el (viper-ex):
26435         * emulation/viper-mous.el (viper-mouse):
26436         * mail/mailalias.el (mailalias):
26437         * mail/supercite.el (supercite, supercite-frames)
26438         (supercite-attr, supercite-cite, supercite-hooks):
26439         * net/rcompile.el (remote-compile):
26440         * net/rlogin.el (rlogin):
26441         * obsolete/ooutline.el (outlines):
26442         * progmodes/delphi.el (delphi):
26443         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
26444         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
26445         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
26446         (ebnf-optimization):
26447         * progmodes/etags.el (etags):
26448         * progmodes/executable.el (executable):
26449         * progmodes/idlwave.el (idlwave):
26450         * progmodes/pascal.el (pascal):
26451         * progmodes/prolog.el (prolog):
26452         * progmodes/python.el (python):
26453         * progmodes/scheme.el (scheme):
26454         * progmodes/sh-script.el (sh, sh-script):
26455         * progmodes/sql.el (SQL):
26456         * progmodes/tcl.el (tcl):
26457         * textmodes/bibtex.el (bibtex, bibtex-autokey):
26458         * textmodes/enriched.el (enriched):
26459         * textmodes/makeinfo.el (makeinfo):
26460         * textmodes/sgml-mode.el (sgml):
26461         * textmodes/table.el (table-hooks):
26462         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
26463         * textmodes/texinfo.el (texinfo):
26464         * textmodes/two-column.el (two-column):
26465         Finish `defgroup' description with period.
26467         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26468         * eshell/esh-var.el (eshell-var):
26469         * progmodes/vhdl-mode.el (vhdl-testbench):
26470         * textmodes/org.el (org): Fix typos in docstrings.
26472         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26473         consistency.
26475         * progmodes/flymake.el (flymake-find-file): Remove.
26476         (flymake-float-time): Use `with-no-warnings'.
26477         (flymake-check-start-time, flymake-check-was-interrupted)
26478         (flymake-err-info, flymake-is-running, flymake-last-change-time)
26479         (flymake-new-err-info): `defvar' at compile time.
26481 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
26483         * replace.el (occur-hook): Doc fix.
26484         (occur-1): Don't call `occur-hook' if there are no matches.
26486 2005-07-03  Richard M. Stallman  <rms@gnu.org>
26488         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
26489         global-map, save the same map.
26490         (global-map): Don't alter it at top level.
26491         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
26492         Then alter it here instead.
26493         (tpu-edt-off): Set global-map to the saved one.
26495         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
26496         All references simplified.
26497         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
26498         (zmacs-regions): Add defvar.
26499         (repeat-complex-command-map): Everything about that deleted.
26501         * textmodes/artist.el (artist-key-is-drawing)
26502         (artist-key-endpoint1, artist-key-poly-point-list)
26503         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
26504         (artist-key-compl-table, artist-rb-save-data)
26505         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
26506         Don't put them in eval-when-compile.
26507         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
26509         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
26510         Use with-no-warnings.
26512         * net/browse-url.el (dos-windows-version): Add defvar.
26514         * mail/supercite.el (filladapt-prefix-table): Add defvar.
26516         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
26517         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
26518         (rmail-new-summary-line-count): Rename from new-summary-line-count.
26519         Add defvar.
26520         (rmail-summary-beginning-of-message): Use with-no-warnings.
26521         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
26523         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
26524         Use with-no-warnings.
26526         * emulation/vi.el (vi-mark-region): Use c-mark-function.
26527         (c-mark-function): Add point-moving-unit property.
26528         (vi-goto-line): Use with-no-warnings.
26530         * emulation/edt.el (edt-last-copied-word): Add defvar.
26531         (zmacs-region-stays): Likewise.
26532         (edt-mark-section-wisely): Use c-mark-function for C.
26533         Use makr-defun for Fortran.
26534         (time-string): defvar deleted.
26535         (edt-display-the-time): Don't set time-string.
26537         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
26539         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26540         Don't warn when name is not constant
26541         or for defining the group `emacs'.
26543         * tooltip.el (gud-tooltip-mode): Add defvar.
26545         * startup.el (default-frame-background-mode): Add defvar.
26547         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
26549         * info.el (tool-bar-map): Add defvar.
26551         * dired.el (dnd-protocol-alist): Add defvar.
26553         * dired-aux.el (dired-query): Display question with answer, when
26554         the user answers.
26556         * custom.el (custom-add-option): Doc fix.
26558         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
26560 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
26562         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
26563         bogus name from the last change.
26565 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
26567         * custom.el (custom-declare-variable): Fix typos in comment.
26568         (custom-known-themes): Doc fix.
26569         (custom-theme-directory): New defcustom.
26570         (require-theme): Make it check `custom-theme-directory'.
26572         * cus-theme.el (custom-new-theme-mode): New function.
26573         (custom-theme-name, custom-theme-variables, custom-theme-faces)
26574         (custom-theme-description): Add compiler defvars.
26575         (customize-create-theme): Add doc to the "*New Custom Theme*"
26576         buffer.  Use `custom-new-theme-mode'.
26577         (custom-theme-write): Put the created buffer in emacs-lisp-mode
26578         and save it to the `custom-theme-directory'.  Make this the
26579         default directory of the buffer.
26581 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
26583         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
26584         Fix unbalanced parentheses.
26586 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26588         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
26589         into flymake-mode and delegate to flymake-mode.
26591         * find-file.el (ff-which-function-are-we-in): Clean up.
26593 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
26595         * replace.el (occur-rename-buffer): Fix docstring.
26597         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
26598         (edt-last-copied-word, edt-learn-macro-count)
26599         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
26600         (edt-rect-start-point, edt-user-global-map, rect-start-point)
26601         (time-string, zmacs-region-stays):
26602         * emulation/edt-mapper.el (edt-save-function-key-map)
26603         (EDT-key-name): `defvar' to silence the byte-compiler.
26605 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
26607         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
26608         font-lock-regexp-backslash.  Doc fix.
26609         (font-lock-regexp-backslash-grouping-construct): Rename from
26610         font-lock-regexp-backslash-construct.  Doc fix.
26611         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
26612         grouping constructs.
26614 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
26616         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
26617         updating all the prerequisites.
26619 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
26621         * textmodes/org.el (org-agenda-start-on-weekday)
26622         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
26623         (org-agenda-use-time-grid, org-archive-location)
26624         (org-allow-space-in-links, org-usenet-links-prefer-google)
26625         (org-enable-table-editor, org-export-default-language)
26626         (org-export-html-show-new-buffer, org-fill-paragraph)
26627         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
26628         (org-goto-quit, org-occur, org-eval-in-calendar)
26629         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
26630         (org-agenda-diary-entry, org-remember-help)
26631         (org-table-convert-region, org-at-table-p)
26632         (org-table-move-row-down, org-table-move-row-up)
26633         (org-table-copy-region, org-table-toggle-vline-visibility)
26634         (org-table-get-stored-formulas, org-table-get-specials)
26635         (org-recalc-commands, org-table-eval-formula)
26636         (org-table-formula-substitute-names, orgtbl-make-binding)
26637         (org-format-org-table-html, org-format-table-table-html)
26638         (org-format-table-table-html-using-table-generate-source)
26639         (org-customize): Fix typos in docstrings.
26640         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
26641         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
26642         (org-back-to-heading): Doc fixes.
26643         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
26644         (org-agenda-change-all-lines, org-get-header):
26645         Improve argument/docstring consistency.
26646         (orgtbl-error): Fix error message.
26648         * progmodes/flymake.el (flymake-find-possible-master-files)
26649         (flymake-master-file-compare, flymake-get-line-err-count)
26650         (flymake-highlight-line, flymake-gui-warnings-enabled):
26651         Fix typos in docstrings.
26652         (flymake-parse-line, flymake-get-project-include-dirs-function)
26653         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
26654         Doc fixes.
26655         (flymake-get-project-include-dirs-function)
26656         (flymake-make-err-menu-data):
26657         Improve argument/docstring consistency.
26659 2005-07-01  Lute Kamstra  <lute@gnu.org>
26661         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
26662         Catch errors with ignore-errors.  Use temporary buffer.
26663         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
26665         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
26666         background color faces.
26667         (facemenu-set-foreground, facemenu-set-background):
26668         Use facemenu-set-face-from-menu.
26669         (facemenu-set-face-from-menu): Treat face names that start with
26670         "fg:" or "bg:" as special.
26671         (facemenu-add-new-color): Don't create faces.  Simplify.
26673 2005-06-30  Richard M. Stallman  <rms@gnu.org>
26675         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
26676         (crm-find-current-element): Likewise.
26678 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
26680         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
26682 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26684         * arc-mode.el (archive-extract): Make it work as a mouse binding.
26685         (archive-mouse-extract): Make it an obsolete alias.
26686         (archive-mode-map): Don't use archive-mouse-extract any more.
26687         (archive-mode, archive-extract): write-contents-hooks ->
26688         write-contents-functions.
26689         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
26690         first arg.
26691         (archive-rename-entry): Update the call.
26692         (archive-zip-summarize): Remove unused var `method'.
26693         (archive-lzh-summarize): Remove unused var `creator'.
26695         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
26696         dedicated frame upon exit.
26698         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
26699         (archive-zip-extract, archive-zip-expunge)
26700         (archive-zip-update, archive-zip-update-case): Use executable-find.
26701         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
26702         Use restore-buffer-modified-p.
26703         (archive-extract, archive-add-new-member, archive-write-file-member):
26704         Use with-current-buffer.
26705         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
26707 2005-06-30  Andreas Schwab  <schwab@suse.de>
26709         * progmodes/gud.el (gud-filter): Remove unneeded progn.
26711 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
26713         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
26715 2005-06-30  Juri Linkov  <juri@jurta.org>
26717         * faces.el (vertical-border): Inherit from mode-line-inactive
26718         only on tty.
26720 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
26722         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
26723         example, -NLINES in the `occur' docstring).
26725         * replace.el (occur-1): When no matches are found, do not set the
26726         `buffer-read-only' and modified flags for the occur buffer,
26727         because it is deleted.
26729         * emulation/cua-base.el (cua-check-pending-input)
26730         (cua-repeat-replace-region, cua-mode, cua-debug)
26731         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
26732         Fix typos in docstrings.
26734         * emulation/cua-gmrk.el (cua-toggle-global-mark)
26735         (cua-cut-region-to-global-mark)
26736         (cua--cut-rectangle-to-global-mark):
26737         Remove period from end of messages.
26739         * emulation/cua-rect.el (cua-do-rectangle-padding):
26740         Remove period from end of messages.
26741         (cua--rectangle-seq-format): Fix typo in docstring.
26742         (cua-sequence-rectangle, cua-fill-char-rectangle):
26743         Improve argument/docstring consistency.
26745 2005-06-29  Juri Linkov  <juri@jurta.org>
26747         * faces.el (default-frame-background-mode): New internal variable.
26748         (frame-set-background-mode): Use it.
26750         * startup.el (normal-top-level): Set default-frame-background-mode
26751         instead of frame-background-mode.  Before setting it, test for its
26752         nil value.  Remove tests for frame-background-mode and frame
26753         parameter `reverse'.  Add test for "unspecified-fg".
26755         * term/xterm.el (xterm-rxvt-set-background-mode):
26756         * term/rxvt.el (rxvt-set-background-mode):
26757         Set default-frame-background-mode instead of frame-background-mode.
26759 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
26761         * simple.el (set-variable): Warn about obsolete user variables.
26763         * imenu.el (imenu--completion-buffer):
26764         * mouse.el (mouse-buffer-menu-alist):
26765         * msb.el (msb-invisible-buffer-p):
26766         * calendar/diary-lib.el (diary-header-line-format):
26767         * emacs-lisp/pp.el (pp-buffer):
26768         * progmodes/cperl-mode.el (cperl-do-auto-fill):
26769         * textmodes/picture.el (picture-replace-match):
26770         Change space constants followed by a sexp to "?\s ".
26772         * play/decipher.el (decipher-loop-with-breaks):
26773         * textmodes/texinfo.el (texinfo-insert-@item): Change space
26774         constants "protected" from end of line by a comment to "?\s".
26776 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26778         * font-lock.el (save-buffer-state): Use `declare'.
26780         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
26781         reset the syntax-table to cperl-mode-syntax-table.
26782         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
26783         "foo_print_bar" is not matched as a reserved keyword.
26785 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
26787         * textmodes/org.el (orgtbl-setup): New function, for delayed
26788         setup for the orgtbl commands.
26789         (org-calc-default-modes): New option.
26790         (orgtbl-make-binding): Use `defun' to get better help display.
26791         (org-diary): Call `org-compile-prefix-format'.
26792         (org-table-formula-substitute-names): New function.
26793         (org-agenda-day-view, org-agenda-week-view): New commands.
26794         (org-agenda-toggle-week-view): Command removed.
26795         (org-tbl-menu): Split off from org-org-menu.
26796         (org-mode): Move removal of outline-mode menus to here.
26797         (org-table-formula-debug): New option.
26798         (org-table-insert-row): Keep first field if just "#" or "*".
26799         (org-mode): Paragraph regexps fixed.
26800         (org-table-recalculate-regexp): New constant.
26801         (org-table-justify-field-maybe): Avoid replace if not necessary.
26802         (org-copy-special, org-cut-special): Use `call-interactively'.
26803         (org-table-copy-region): Take region from `interactive' call.
26804         (org-trim): Return string even if no match.
26805         (org-formula): New face.
26806         (org-set-font-lock-defaults): No longer highlight "FIXME".
26807         But highlight formula-related fields in table.
26808         (org-table-p): Use regexp, not fontification.
26809         (org-table-align): Handle white space at end of line.
26810         (org-table-formula-evaluate-inline): New option.
26811         (org-mode): Auto-wrapping in comment lines turned off.
26812         (org-table-copy-down): Evaluate only in copied field, not in
26813         destination.
26814         (org-table-current-formula): Variable removed.
26815         (org-table-store-formulas, org-table-get-stored-formulas)
26816         (org-table-modify-formulas, org-table-replace-in-formulas)
26817         (org-table-maybe-eval-formula): New functions.
26818         (org-table-get-formula): Modify to use stored formulas.
26819         (org-table-insert-column, org-table-delete-column)
26820         (org-table-move-column): Call `org-table-modify-formulas'.
26821         (org-complete): Add completion for keyword formulas.
26822         (orgtbl-mode): Pull orgtbl-mode-map to start of
26823         minor-mode-map-alist.
26825 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26827         * progmodes/python.el (python-check): Require `compile' before
26828         modifying its variables.
26830         * newcomment.el (comment-indent-default): Don't get fooled by an early
26831         end of buffer.
26833 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26835         * ps-print.el (ps-print-version): Fix version number.
26837 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
26839         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
26841 2005-06-28  Richard M. Stallman  <rms@gnu.org>
26843         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
26844         (flyspell-local-mouse-map): Declaration deleted.
26845         (flyspell-mouse-map): Bind only mouse-2.
26846         (flyspell-mode-map): Don't test flyspell-use-local-map.
26847         (flyspell-overlay-keymap-property-name): Var deleted.
26848         (flyspell-mode-on): Don't make local bindings for
26849         flyspell-mouse-map and flyspell-mode-map.
26850         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
26852         * textmodes/ispell.el (ispell-word): Do not ignore short words.
26854         * progmodes/compile.el (compilation-next-error-function):
26855         Don't switch buffers; operate on the current buffer.
26857         * progmodes/compile.el (compilation-error-file-name)
26858         (compilation-warning-file-name, compilation-info-file-name)
26859         (compilation-line-number, compilation-column-number): New faces.
26860         (compilation-error-face, compilation-warning-face)
26861         (compilation-info-face, compilation-line-face)
26862         (compilation-column-face): Use them.
26864         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
26866         * comint.el (comint-password-prompt-regexp): Accept ", try again".
26868         * bindings.el (global-map): Bind insertchar and its variants.
26870 2005-06-27  Richard M. Stallman  <rms@gnu.org>
26872         * textmodes/artist.el (artist-text-overwrite)
26873         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
26875 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26877         * ps-print.el: It was not working the page selection for printing.
26878         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
26879         (ps-print-version): New version 6.6.7.
26880         (ps-end-sheet): New fun.
26881         (ps-header-sheet, ps-end-job): Call it.
26883 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
26885         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
26887 2005-06-27  Lute Kamstra  <lute@gnu.org>
26889         * facemenu.el (facemenu-unlisted-faces): Add foreground and
26890         background color faces.
26891         (facemenu-get-face): Delete function.
26892         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
26893         (facemenu-add-new-color): Make second argument mandatory.
26894         Create the appropriate face and return it.  Simplify.
26895         (facemenu-set-foreground, facemenu-set-background): Don't check if
26896         color is defined.  Use return value of facemenu-add-new-color.
26898 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
26900         * progmodes/gud.el (gud-filter): Add missing argument to
26901         with-selected-window.
26903 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26905         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
26906         a :require to the defcustom.
26908         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
26909         defcustoms corresponding to minor modes.
26911 2005-06-26  David Ponce  <david@dponce.com>
26913         * recentf.el: Require tree-widget instead of wid-edit.
26914         (recentf-filename-handler): Fix widget :type.
26915         (recentf-cancel-dialog, recentf-open-more-files)
26916         (recentf-open-files-action): Doc fix.
26917         (recentf-dialog-goto-first): New function.
26918         (recentf-dialog-mode-map): Set parent keymap first.
26919         (recentf-dialog-mode): Define with define-derived-mode.
26920         Don't display continuation lines in dialogs.
26921         (recentf-edit-list): Rename from recentf-edit-selected-items.
26922         (recentf-edit-list-select): Rename from recentf-edit-list-action.
26923         Simplify.
26924         (recentf-edit-list-validate): New function.
26925         (recentf-edit-list): Update accordingly.
26926         (recentf-open-files-item-shift): Remove.
26927         (recentf-open-files-item): Convert menu elements into tree and
26928         link widgets.  Don't create the widgets.
26929         (recentf-open-files): Update accordingly.
26930         (recentf-save-list): Untabify.
26932 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
26934         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
26935         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
26936         partially contained in the active region.  Do not take active
26937         region into account when called from Lisp, unless INTERACTIVE arg
26938         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
26939         avoid trouble with fields.  Make marker point nowhere when no
26940         longer used.  Always return nil.  Doc fix.
26941         (flush-lines): Add INTERACTIVE arg.  Do not take active region
26942         into account when called from Lisp, unless INTERACTIVE arg is
26943         non-nil.  Use `forward-line' instead of `beginning-of-line' to
26944         avoid trouble with fields.  Make marker point nowhere when no
26945         longer used.  Always return nil.  Doc fix.
26946         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
26947         interchangeable.  Do not take active region into account when
26948         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
26949         message in echo area when called from Lisp, unless INTERACTIVE arg
26950         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
26951         Return the number of matches.  Doc fix.
26952         (occur): Doc fix.
26953         (perform-replace): Make comment follow double space convention for
26954         the sake of `outline-minor-mode'.
26956         * faces.el (facep): Doc fix.
26958 2005-06-25  Richard M. Stallman  <rms@gnu.org>
26960         * facemenu.el (facemenu-enable-faces-p): New function.
26961         (facemenu-background-menu, facemenu-foreground-menu)
26962         (facemenu-face-menu): Add menu-enable property.
26964         * jka-compr.el (jka-compr-insert-file-contents):
26965         Special handling if cannot find the uncompression program.
26967         * cus-face.el (custom-face-attributes): Add autoload.
26969         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26970         Bind comment-indent-function locally.
26972         * window.el (save-selected-window): Use save-current-buffer.
26974         * subr.el (with-selected-window): Use save-current-buffer.
26976         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
26977         and with-current-buffer.
26979 2005-06-24  Richard M. Stallman  <rms@gnu.org>
26981         * simple.el (line-move-1): Fix previous change.
26983 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
26985         * replace.el (occur-1): Set `buffer-read-only' and the
26986         buffer-modified flag before running `occur-hook' to protect
26987         against unintentional buffer switches that can lead to data loss.
26989 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
26991         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
26992         (gud-gdb-marker-filter): Use font-lock-warning-face for any
26993         initial error.
26995         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
26996         after fresh input.
26997         (gdb-var-create-handler): Put name of expression in quotes.
26999 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
27001         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27002         elements of RING in order, and without bogus nil elements.
27004 2005-06-23  Richard M. Stallman  <rms@gnu.org>
27006         * simple.el (set-variable): Args renamed; doc fix.
27007         (line-move-1): When there are overlays around, use vertical-motion.
27009         * faces.el (escape-glyph): Use brown against light background.
27010         (nobreak-space): Rename from no-break-space.
27011         Fix previous change.
27013         * dired-aux.el (dired-do-copy): Fix arg prompt.
27015         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27017 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
27019         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27020         rather than "Distributor".
27022 2005-06-23  Lute Kamstra  <lute@gnu.org>
27024         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27025         (debug-on-entry): Use it.  New interactive declaration that uses
27026         function-called-at-point.
27028 2005-06-23  Kim F. Storm  <storm@cua.dk>
27030         * subr.el (save-match-data): Add comment about using evaporate arg
27031         to set-match-data.
27033 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
27035         * cus-edit.el (customize-face)
27036         (customize-face-other-window): Handle face aliases.
27038         * faces.el (face-documentation, set-face-attribute)
27039         (face-spec-set): Handle face aliases.
27041 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
27043         * help-mode.el (help-make-xrefs): If a symbol representing a face
27044         name is not followed by the word "face", it could still be a
27045         function or variable name, so don't bypass other checks.
27047 2005-06-22  Juri Linkov  <juri@jurta.org>
27049         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27050         Replace aliased functions with calls where second arg `inherit' is t.
27052 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
27054         * progmodes/gdb-ui.el (gdb-error): New variable.
27055         (gdb-error): New function.
27056         (gdb-annotation-rules): Act on error-begin and error annotations.
27057         (gdb-concat-output): Use font-lock-warning-face for errors.
27059 2005-06-22  Miles Bader  <miles@gnu.org>
27061         * bindings.el (propertized-buffer-identification): Use renamed
27062         `Buffer-menu-buffer' face.
27064         * faces.el (vertical-border): Rename from `vertical-divider'.
27065         (escape-glyph): Change dark-background color back to `cyan'.
27067 2005-06-21  Juri Linkov  <juri@jurta.org>
27069         * faces.el (face-user-default-spec): Try getting `customized-face'
27070         prior to `saved-face'.
27071         (frame-background-mode): Refill docstring.
27073         * emacs-lisp/lisp-mode.el (eval-defun-1):
27074         * emacs-lisp/edebug.el (edebug-eval-defun):
27075         Set `saved-face' temporarily to nil before calling form.
27076         Set `customized-face' to the new spec after that.
27078 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
27080         * subr.el (1value, lambda, key-substitution-in-progress):
27081         Doc fixes.
27083         * autoinsert.el (auto-insert-alist):
27084         * ses.el (ses-call-printer):
27085         * subr.el (noreturn):
27086         * emacs-lisp/lisp.el (check-parens):
27087         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27088         * net/browse-url.el (browse-url-mosaic):
27089         * progmodes/cc-defs.el (c-safe-scan-lists):
27090         * progmodes/ebnf-abn.el (ebnf-abn-lex):
27091         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27092         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27093         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27094         * progmodes/ebnf-iso.el (ebnf-iso-lex):
27095         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27097 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
27099         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27101 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
27103         * calendar/appt.el (appt-make-list): Activate the package, if
27104         not already active (for backwards compatibility).
27106 2005-06-20  Kim F. Storm  <storm@cua.dk>
27108         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
27110 2005-06-20  Miles Bader  <miles@gnu.org>
27112         * faces.el (vertical-divider): New face.
27114 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
27116         * simple.el (kill-whole-line): Doc fix.
27117         (next-error-buffer-p, next-error-find-buffer)
27118         (clone-indirect-buffer): Fix typos in docstrings.
27119         (comment-line-break-function): Doc fix: don't say variable
27120         is automatically buffer-local (it isn't).
27122 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
27124         * net/tramp-ftp.el (top):
27125         * net/tramp-smb.el (top):
27126         * net/tramp-util.el (top):
27127         * net/tramp-uu.el (top):
27128         * net/tramp-vc.el (top):
27129         * net/tramp.el (top): Revert copyright years back to original
27130         ones.  Tramp has a life outside GNU Emacs.
27132 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
27134         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27136 2005-06-18  Juri Linkov  <juri@jurta.org>
27138         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27139         end of first regexp to limit the match to the position between
27140         line number and source line with same separator character as used
27141         between file name and line number.  In the second regexp limit
27142         mouse-face area to file name and line number by adding new group
27143         for them and referring it in HYPERLINK arg.
27144         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27145         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27146         previous line where grep markers may be already removed.
27148 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
27150         * progmodes/ps-mode.el: Update version and maintainer's email address.
27152 2005-06-18  Steve Youngs  <steve@xemacs.org>
27154         * net/browse-url.el (browse-url-browser-function)
27155         (browse-url-default-browser): Add firefox.
27156         (browse-url-firefox-program, browse-url-firefox-arguments)
27157         (browse-url-firefox-startup-arguments)
27158         (browse-url-firefox-new-window-is-tab): New defcustoms.
27159         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27161 2005-06-17  Richard M. Stallman  <rms@gnu.org>
27163         * startup.el (command-line): Warn if specified user name has
27164         no home directory.
27166         * term.el (term-get-old-input, term-input-filter, term-input-sender)
27167         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27169         * longlines.el (longlines-mode, longlines-show-hard-newlines):
27170         Doc fixes.
27172         * faces.el (underline): Try bold if terminal doesn't support underline.
27174         * mail/sendmail.el (mail-setup-with-from): New variable.
27175         (mail-insert-from-field): New function.
27176         (sendmail-send-it): Call it.
27177         (mail-setup): Optionally call it here.
27179         * term/linux.el: Call tty-no-underline.
27181 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
27183         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27185 2005-06-17  Miles Bader  <miles@gnu.org>
27187         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27188         (ediff-current-diff-C, ediff-current-diff-Ancestor)
27189         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27190         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27191         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27192         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27193         Remove "-face" suffix from face names.
27194         (ediff-current-diff-face-A, ediff-current-diff-face-B)
27195         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27196         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27197         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27198         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27199         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27200         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27201         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27202         New backward-compatibility aliases for renamed faces.
27203         (ediff-current-diff-face-A, ediff-current-diff-face-B)
27204         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27205         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27206         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27207         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27208         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27209         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27210         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27211         Use renamed ediff faces.
27213         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27214         Remove "-face" suffix from face names.
27215         (eshell-test-ok-face, eshell-test-failed-face):
27216         New backward-compatibility aliases for renamed faces.
27217         (eshell-run-test): Use renamed eshell-test faces.
27219         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27220         face name.
27221         (eshell-prompt-face): New backward-compatibility alias for renamed
27222         face.
27223         (eshell-emit-prompt): Use renamed eshell-prompt face.
27225         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27226         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27227         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27228         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27229         Remove "-face" suffix from face names.
27230         (eshell-ls-directory-face, eshell-ls-symlink-face)
27231         (eshell-ls-executable-face, eshell-ls-readonly-face)
27232         (eshell-ls-unreadable-face, eshell-ls-special-face)
27233         (eshell-ls-missing-face, eshell-ls-archive-face)
27234         (eshell-ls-backup-face, eshell-ls-product-face)
27235         (eshell-ls-clutter-face):
27236         New backward-compatibility aliases for renamed faces.
27237         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27239         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27240         Remove "-face" suffix from face name.
27241         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27242         instead of literal face.
27244 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
27246         * emacs-lisp/warnings.el (display-warning, lwarn)
27247         (warning-minimum-log-level): Doc fixes.
27248         (warning-minimum-level, warning-minimum-log-level):
27249         Add :debug to :type choices.
27251         * progmodes/ada-mode.el (ada-format-paramlist)
27252         (ada-get-indent-case, ada-check-matching-start)
27253         (ada-check-defun-name, ada-goto-matching-decl-start)
27254         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27255         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27256         (ada-make-subprogram-body): Follow error conventions.
27257         (ada-case-exception-file, ada-indent-comment-as-code)
27258         (ada-indent-handle-comment-special, ada-indent-renames)
27259         (ada-indent-return, ada-search-directories-internal)
27260         (ada-tab-policy, ada-case-exception-substring)
27261         (ada-other-file-alist, ada-matching-start-re)
27262         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27263         (ada-imenu-generic-expression, ada-compile-goto-error)
27264         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27265         (ada-popup-menu, ada-add-extensions, ada-mode)
27266         (ada-region-selected, ada-create-case-exception)
27267         (ada-create-case-exception-substring, ada-after-keyword-p)
27268         (ada-activate-keys-for-case, ada-adjust-case-region)
27269         (ada-adjust-case-buffer, ada-format-paramlist)
27270         (ada-scan-paramlist, ada-insert-paramlist)
27271         (ada-indent-newline-indent)
27272         (ada-indent-newline-indent-conditional)
27273         (ada-justified-indent-current, ada-goto-previous-word)
27274         (ada-indent-current, ada-get-indent-open-paren)
27275         (ada-get-indent-paramlist, ada-get-indent-end)
27276         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27277         (ada-get-indent-block-start, ada-get-indent-subprog)
27278         (ada-get-indent-noindent, ada-get-indent-label)
27279         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27280         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27281         (ada-goto-stmt-end, ada-goto-next-word)
27282         (ada-check-matching-start, ada-check-defun-name)
27283         (ada-goto-matching-decl-start, ada-goto-matching-start)
27284         (ada-goto-matching-end, ada-search-ignore-string-comment)
27285         (ada-in-decl-p, ada-looking-at-semi-or)
27286         (ada-looking-at-semi-private, ada-in-paramlist-p)
27287         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27288         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27289         (ada-next-procedure, ada-previous-procedure, ada-next-package)
27290         (ada-previous-package, ada-create-menu)
27291         (ada-fill-comment-paragraph-justify)
27292         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27293         (ada-other-file-name, ada-last-which-function-line)
27294         (ada-last-which-function-subprog, ada-which-function)
27295         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27296         (ada-gen-treat-proc, ada-check-emacs-version)
27297         (ada-continuation-indent, ada-align-region-separate):
27298         Fix typos in docstrings.
27299         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27301 2005-06-16  Lute Kamstra  <lute@gnu.org>
27303         * simple.el (fundamental-mode): Run after-change-major-mode-hook
27304         conditionally.
27306 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
27308         * comint.el (comint-replace-by-expanded-filename)
27309         (comint-prompt-regexp, comint-delimiter-argument-list)
27310         (comint-preinput-scroll-to-bottom):
27311         * info.el (Info-hide-cookies-node):
27312         * ls-lisp.el (ls-lisp-classify):
27313         * find-file.el (ff-search-directories, ff-special-constructs)
27314         (ff-find-other-file):
27315         * font-lock.el (font-lock-keywords):
27316         * shell.el (shell-prompt-pattern)
27317         (shell-dynamic-complete-functions, shell-mode)
27318         (shell-delimiter-argument-list):
27319         * term.el (term-replace-by-expanded-filename)
27320         (term-prompt-regexp, term-delimiter-argument-list):
27321         * woman.el (woman-ignore, woman0-if):
27322         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27323         * emacs-lisp/elint.el (elint-init-env):
27324         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27325         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27326         * language/ethio-util.el (ethio-tilde-escape)
27327         (ethio-use-three-dot-question):
27328         * net/zone-mode.el (zone-mode-load-time-setup):
27329         * progmodes/cc-align.el (c-lineup-argcont):
27330         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27331         * progmodes/cperl-mode.el (cperl-set-style-back):
27332         * progmodes/inf-lisp.el (inferior-lisp-prompt):
27333         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27334         Fix spellings in docstrings.
27336         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27337         * progmodes/modula2.el (m2-for): Fix spellings.
27339         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27341         * simple.el (undo-more): Don't use `format' on `error' arguments.
27342         Improve argument/docstring consistency.
27343         (pending-undo-list): Doc fix.
27345         * smerge-mode.el (smerge-ensure-match):
27346         * emulation/vip.el (vip-ex):
27347         * net/zone-mode.el (zone-mode-update-serial):
27348         * progmodes/idlwave.el (idlwave-complete):
27349         * progmodes/vhdl-mode.el (vhdl-visit-file)
27350         (vhdl-compose-wire-components):
27351         Don't use `format' on `error' arguments.
27353         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27354         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27355         (tooltip-help-tips): Fix typos in docstrings.
27357 2005-06-16  David Ponce  <david@dponce.com>
27359         * tree-widget.el (tree-widget-value-create): Simplify last change.
27361 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
27363         * ido.el (ido-incomplete-regexp): New variable.
27364         (ido-set-matches-1): Handle invalid-regexp error and set
27365         ido-incomplete-regexp.
27366         (ido-incomplete-regexp): New face.
27367         (ido-completions): Use it.
27368         (ido-complete, ido-exit-minibuffer, ido-completions):
27369         Handle incomplete regexps.
27370         (ido-completions): Add check for complete match when entering a regexp.
27372 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27374         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27376 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
27378         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27379         by field delimiters.
27381 2005-06-15  David Ponce  <david@dponce.com>
27383         * tree-widget.el: eval-and-compile inlined functions so they will
27384         be available at run-time too.
27385         (tree-widget-super-format-handler)
27386         (tree-widget-format-handler): Remove.
27387         (tree-widget-value-create): Handle the :indent property.
27389 2005-06-15  Miles Bader  <miles@gnu.org>
27391         * progmodes/which-func.el (which-func): Only inherit
27392         `font-lock-function-name-face' when that makes sense against the
27393         default mode-line face, otherwise set the face color explicitly.
27395         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27396         faces instead of (non-existent) variables.
27398 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
27400         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27401         (iswitchb-get-matched-buffers): Likewise.  Simplify.
27403 2005-06-14  Miles Bader  <miles@gnu.org>
27405         * progmodes/ld-script.el (ld-script-location-counter):
27406         Remove "-face" suffix from face name.
27407         (ld-script-location-counter-face):
27408         New backward-compatibility alias for renamed face.
27409         (ld-script-location-counter-face): Use renamed face.
27411         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27412         (cperl-hash): Remove "-face" suffix from face names.
27413         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27414         New backward-compatibility aliases for renamed faces.
27415         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27416         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27418         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27419         name.
27420         (which-func-face): New backward-compatibility alias for renamed face.
27421         (which-func-format): Use renamed which-func face.
27423         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
27424         (vhdl-function, vhdl-directive, vhdl-reserved-word)
27425         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27426         names.
27427         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27428         (vhdl-speedbar-configuration, vhdl-speedbar-package)
27429         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27430         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27431         (vhdl-speedbar-architecture-selected)
27432         (vhdl-speedbar-configuration-selected)
27433         (vhdl-speedbar-package-selected)
27434         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27435         names.
27436         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27437         Use renamed faces.
27438         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27439         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27440         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
27441         Use renamed faces.
27442         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
27443         names.
27444         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
27445         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
27446         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
27447         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
27448         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
27449         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
27451         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
27452         face name.
27453         (sh-heredoc-face): New backward-compatibility alias for renamed face.
27454         (sh-heredoc-face): Use renamed sh-heredoc face.
27456         * progmodes/idlw-help.el (idlwave-help-link):
27457         Remove "-face" suffix from face name.
27458         (idlwave-help-link-face):
27459         New backward-compatibility alias for renamed face.
27460         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
27462         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
27463         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
27464         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27465         New backward-compatibility aliases for renamed faces.
27466         (idlwave-shell-disabled-breakpoint-face)
27467         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27469         * progmodes/flymake.el (flymake-errline, flymake-warnline):
27470         Remove "-face" suffix from face names.
27471         (flymake-errline-face, flymake-warnline-face):
27472         New backward-compatibility aliases for renamed faces.
27473         (flymake-highlight-line): Use renamed flymake faces.
27475         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27476         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27477         (ebrowse-member-class, ebrowse-progress):
27478         Remove "-face" suffix from face names.
27479         (ebrowse-tree-mark-face, ebrowse-root-class-face)
27480         (ebrowse-file-name-face, ebrowse-default-face)
27481         (ebrowse-member-attribute-face, ebrowse-member-class-face)
27482         (ebrowse-progress-face):
27483         New backward-compatibility aliases for renamed faces.
27484         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
27485         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
27486         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
27487         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
27489         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
27490         antlr-syntax)
27491         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
27492         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
27493         names.
27494         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
27495         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
27496         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
27497         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
27498         backward-compatibility aliases for renamed faces.
27499         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27500         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
27501         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
27502         remove "font-lock-".  Use renamed antlr-mode faces.
27503         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
27504         literal face-names with face variable references.
27506         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
27507         face name.
27508         (Buffer-menu-buffer-face): New backward-compatibility alias for
27509         renamed face.
27510         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
27512 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
27514         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
27515         Eliminate "-face" suffix.
27516         (makefile-targets): Inherit from font-lock-function-name-face and
27517         eliminate "-face" suffix.
27518         (makefile-shell): Remove attributes and eliminate "-face" suffix.
27519         (makefile-*-font-lock-keywords): Append makefile-targets in rule
27520         actions, instead of prepending, to make it less visible.
27521         (makefile-previous-dependency, makefile-match-dependency):
27522         Don't match a target on a continuation line.
27524         * files.el (auto-mode-alist): Put Makefile in gmake mode.
27526 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
27528         * progmodes/gdb-ui.el (menu): Re-order menu items.
27529         (gdb-tooltip-print): Respect tooltip-use-echo-area.
27531         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
27532         Define in tooltip.el.
27533         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
27534         (gud-tooltip-tips): Respect tooltip-use-echo-area and
27535         gud-tooltip-echo-area.
27537         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
27538         backward compatibility and make obsolete.
27539         (tooltip-help-tips): Use tooltip-use-echo-area.
27540         (tooltip-show-help-function): Rename to...
27541         (tooltip-show-help): ...this, because it is a function.
27542         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
27544 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
27546         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
27547         (edebug-print-length, edebug-print-level, edebug-print-circle)
27548         (edebug-modify-breakpoint, edebug-eval-last-sexp)
27549         (edebug-eval-print-last-sexp): Doc fixes.
27551 2005-06-14  Kim F. Storm  <storm@cua.dk>
27553         * ido.el (ido-mode): Make a new keymap every time we enable ido,
27554         as the coverage buffer/file/both may change.
27556 2005-06-14  Lute Kamstra  <lute@gnu.org>
27558         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
27559         and run-mode-hooks.  Simplify.
27561         * mail/rmailedit.el (rmail-edit-mode):
27562         * progmodes/octave-inf.el (inferior-octave-mode):
27563         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
27565         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
27566         and run-mode-hooks.
27567         (recentf-edit-list, recentf-open-files): Don't call
27568         kill-all-local-variables directly.
27570         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
27572 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
27574         * emacs-lisp/byte-run.el (make-obsolete)
27575         (define-obsolete-function-alias): Rename arguments FUNCTION and
27576         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
27577         (make-obsolete-variable, define-obsolete-variable-alias):
27578         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
27579         respectively.
27581         * isearchb.el (isearchb-activate):
27582         * pcvs.el (cvs-mode):
27583         * ses.el (ses-load):
27584         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
27585         * net/tramp.el (tramp-find-file-exists-command)
27586         (tramp-find-shell):
27587         * progmodes/ada-mode.el (ada-create-case-exception)
27588         (ada-create-case-exception-substring, ada-make-subprogram-body):
27589         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
27590         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
27591         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
27592         * textmodes/org.el (org-promote, org-evaluate-time-range)
27593         (org-agenda-next-date-line, org-agenda-previous-date-line)
27594         (org-agenda-error, org-open-at-point, org-table-move-row)
27595         (org-format-table-table-html-using-table-generate-source)
27596         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
27597         * textmodes/reftex.el (reftex-access-scan-info):
27598         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
27599         (reftex-toc-promote-prepare): Follow error conventions.
27601         * diff-mode.el (diff-mode): Fix typo in docstring.
27603         * forms.el (forms--intuit-from-file): Fix reference to
27604         `forms-number-of-fields' in error message.
27605         (forms-print): Fix quoting in error message.
27607         * forms.el (forms-mode):
27608         * emulation/vi.el (vi-goto-insert-state):
27609         * progmodes/flymake.el (flymake-new-err-info)
27610         (flymake-start-syntax-check-for-current-buffer)
27611         (flymake-simple-cleanup):
27612         * eshell/esh-var.el (eshell/export):
27613         * progmodes/gud.el (xdb):
27614         * textmodes/flyspell.el (flyspell-incorrect-hook)
27615         (flyspell-maybe-correct-transposition)
27616         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
27618 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
27620         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
27621         minibuffer prompt.
27623 2005-06-13  Kim F. Storm  <storm@cua.dk>
27625         * subr.el (add-to-ordered-list): New defun.
27627         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
27628         add cua--keymap-alist to emulation-mode-map-alists.
27630 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
27632         * subr.el (complete-in-turn): New macro.
27633         (dynamic-completion-table, lazy-completion-table): Add debug info.
27635         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
27636         in preference to face aliases.
27638         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
27639         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
27640         Remove unused vars `start' and `firstline'.
27641         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
27642         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
27644 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
27646         * cus-start.el (all): Don't complain about missing GTK-related
27647         variables, unless either `gtk' is boundp or this isn't a
27648         `windows-nt' build.
27650 2005-06-13  Lute Kamstra  <lute@gnu.org>
27652         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
27653         run-mode-hooks.
27655         * ediff-mult.el (ediff-meta-mode):
27656         * ediff-util.el (ediff-mode): Use run-mode-hooks.
27658         * ledit.el (ledit-mode): Use delay-mode-hooks.
27660         * woman.el (woman-mode-line-format): Delete constant.
27661         (woman-mode-map): Initialize it properly.
27662         (woman-mode): Set mode-class property to special.
27663         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
27664         Set major-mode and mode-name.  Don't set mode-line-format directly.
27665         (Man-getpage-in-background): Don't reference woman-mode-line-format.
27667         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
27668         string argument obsolete.
27670 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
27672         * textmodes/org.el (org-CUA-compatible): New option.
27673         (org-disputed-keys): New variable.
27674         (org-key): New function.
27675         (orgtbl-make-binding): Add docstring to the created function.
27676         (org-mode): Set paragraph start/separate regexps.
27677         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
27678         (org-archive-location, org-archive-mark-done)
27679         (org-archive-stamp-time): New options.
27680         (org-archive-subtree): New command.
27681         (org-fill-paragraph): New function.
27682         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
27683         (org-fake-empty-table-line): Function removed.
27684         (org-format-org-table-html): Do not create empty table lines at
27685         separator lines.  Improved table header treatment.
27686         (org-link-format): New option.
27687         (org-make-link): New function.
27688         (org-insert-link, org-store-link): Use org-make-link.
27689         (org-open-file): Quote file name for shell command, to allow
27690         spaces in file names.
27691         (org-link-regexp): Fix bug with mailto link.
27692         (org-link-maybe-angles-regexp, org-protected-link-regexp):
27693         New constants.
27694         (org-export-as-html): Deal with the optional angles around a link.
27695         Better treatment of file: links.
27696         (org-open-at-point): Replace @{ and @} with < and >.
27697         (org-run-mode-hooks): Function removed.
27698         (org-agenda-mode): No longer use `org-run-mode-hooks'.
27700 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
27702         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
27703         MI command -data-list-register-values.
27704         (gdb-post-prompt): Indent properly.
27706 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
27708         * hilit-chg.el (highlight-changes-colors): Rename from
27709         `highlight-changes-colours'.
27710         (highlight-changes-colours): Keep as obsolete alias.
27711         (highlight-changes-face-list): Doc fix.
27712         (hilit-chg-make-list): Use `highlight-changes-colors'.
27714 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
27716         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
27717         defun-prompt-regexp.
27719 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
27721         * loadup.el: Don't say we are dumping under 2 names on windows-nt
27722         and cygwin.
27724         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
27725         Don't use an old loaddefs.el, as in Makefile.in.
27727 2005-06-12  Lute Kamstra  <lute@gnu.org>
27729         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
27731         * man.el (Man-mode-map): Initialize it properly.
27732         (Man-mode): Set mode-class property to special.
27734         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
27736 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
27738         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
27739         A newline is needed in the docstring there.
27741         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
27742         Doc fixes.
27744 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27746         * printing.el: Doc fix.  The menubar is no more changed when printing
27747         is loaded, it only changes when pr-menu-bind or pr-update-menus is
27748         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
27749         (pr-version): New version number (6.8.4).
27750         (pr-menu-bind): New command.
27751         (pr-update-menus): Docstring and code fix.
27752         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
27753         Docstring fix.
27754         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
27755         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
27757 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
27759         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
27760         "Returns" to "return", document useful return values, etc.
27762 2005-06-11  Alan Mackenzie  <acm@muc.de>
27764         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
27765         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
27766         (adaptive-file-function): Minor amendment to doc-string.
27768 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27770         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
27771         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
27772         Fix :type--it is `integer', not `string'.
27774         * faces.el (modeline-highlight): Rename from (the erroneous)
27775         `modeline-higilight'.
27777 2005-06-11  Lute Kamstra  <lute@gnu.org>
27779         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
27780         lisp-interaction-mode-map but make it the parent.
27781         (edebug-eval-mode): Use define-derived-mode.
27783 2005-06-11  Andreas Schwab  <schwab@suse.de>
27785         * bindings.el: Add binding of `ESC functionkey' for every
27786         `M-functionkey'.
27787         * hexl.el (hexl-mode-map): Likewise.
27789 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
27791         * progmodes/compile.el (compilation-error-regexp-alist-alist)
27792         [msft]: update regexp for newer msft compilers.
27794 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
27796         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
27797         ATTLIST portions of included DTDs.
27798         (xml-parse-dtd): Eliminate use of inefficient match-data.
27800 2005-06-10  Miles Bader  <miles@gnu.org>
27802         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
27803         (mpuz-text): Remove "-face" suffix from face names.
27804         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
27805         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
27806         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
27808         * play/gomoku.el (gomoku-O, gomoku-X):
27809         Remove "-face" suffix from face names.
27810         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
27811         New backward-compatibility aliases for renamed faces.
27812         (gomoku-font-lock-keywords): Use renamed gomoku faces.
27814 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
27816         * thumbs.el: Fixes for changes of 2005-06-09.
27817         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
27818         as a directory.
27819         (thumbs-thumbname): Remove directory separator from format string;
27820         `thumbs-thumbsdir' now returns a valid directory name.
27821         (thumbs-temp-dir): New defsubst.
27822         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
27823         Use it.
27825         * cus-edit.el (minibuffer):
27826         * files.el (make-backup-file-name-function):
27827         * filesets.el (filesets-external-viewers):
27828         * hilit-chg.el (highlight-changes-colours)
27829         (highlight-changes-face-list, highlight-changes-rotate-faces):
27830         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
27831         * kmacro.el (kmacro-call-macro):
27832         * log-edit.el (log-edit-changelog-full-paragraphs):
27833         * mouse.el (mouse-1-click-follows-link):
27834         * skeleton.el (skeleton-autowrap):
27835         * subr.el (insert-for-yank-1):
27836         * tempo.el (tempo-insert-region):
27837         * terminal.el (terminal-emulator):
27838         * time.el (display-time-mail-face):
27839         * vc.el (vc-annotate):
27840         * vcursor.el (vcursor-copy-line):
27841         * woman.el (woman-bold-headings, woman-ignore)
27842         (woman-default-faces, woman-monochrome-faces):
27843         * calendar/todo-mode.el (todo-insert-threshold):
27844         * emulation/pc-select.el (pc-select-selection-keys-only)
27845         (pc-selection-mode):
27846         * emulation/vip.el (vip-find-char-forward):
27847         * emulation/viper-cmd.el (viper-find-char-forward):
27848         * international/mule-cmds.el
27849         (select-safe-coding-system-accept-default-p)
27850         (input-method-exit-on-invalid-key):
27851         * international/mule-diag.el (describe-coding-system):
27852         * international/ucs-tables.el (unify-8859-on-encoding-mode):
27853         * net/browse-url.el (browse-url-xterm-program):
27854         * obsolete/lazy-lock.el (lazy-lock-mode):
27855         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
27856         (cperl-mode):
27857         * progmodes/cpp.el (cpp-face-light-name-list)
27858         (cpp-face-dark-name-list):
27859         * progmodes/delphi.el (delphi-newline-always-indents):
27860         Fix spellings in docstrings.
27862         * ido.el (ido-mode, ido-file-extensions-order)
27863         (ido-default-file-method, ido-default-buffer-method)
27864         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
27865         (ido-decorations, ido-read-file-name-as-directory-commands)
27866         (ido-read-file-name-non-ido, ido-work-directory-list)
27867         (ido-ignore-item-temp-list, ido-current-directory)
27868         (ido-magic-forward-char, ido-enter-find-file)
27869         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
27870         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
27872 2005-06-10  Lute Kamstra  <lute@gnu.org>
27874         * play/dunnet.el (dun-mode): Use define-derived-mode.
27875         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
27876         obsolete alias.
27878         * play/doctor.el (doctor-mode-map): Remove defvar.
27879         (doctor-mode): Use define-derived-mode.
27881         * mail/mspools.el (mspools-mode):
27882         * net/eudc-hotlist.el (eudc-hotlist-mode):
27883         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
27885 2005-06-10  Miles Bader  <miles@gnu.org>
27887         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
27888         Remove "-face" suffix from face names.
27889         (flyspell-incorrect-face, flyspell-duplicate-face):
27890         New backward-compatibility aliases for renamed faces.
27891         (flyspell-mode-on, make-flyspell-overlay)
27892         (flyspell-highlight-incorrect-region)
27893         (flyspell-highlight-duplicate-region)
27894         (flyspell-display-next-corrections)
27895         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
27897         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
27898         from face name.
27899         (texinfo-heading-face): New backward-compatibility alias for
27900         renamed face.
27901         (texinfo-heading-face): Use renamed texinfo-heading face.
27903         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
27904         suffix from face names.
27905         (tex-math-face, tex-verbatim-face):
27906         New backward-compatibility aliases for renamed faces.
27907         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
27908         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
27909         literal face name.
27911         * textmodes/table.el (table-cell): Remove "-face" suffix from face
27912         name.
27913         (table-cell-face): New backward-compatibility alias for renamed face.
27914         (table--put-cell-face-property, table--update-cell-face):
27915         Use renamed table-cell face.
27917         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
27918         from face name.
27919         (sgml-namespace-face): New backward-compatibility alias for
27920         renamed face.
27921         (sgml-namespace-face): Use renamed sgml-namespace face.
27923         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
27924         (org-level-4, org-level-5, org-level-6, org-level-7)
27925         (org-level-8, org-warning, org-headline-done)
27926         (org-deadline-announce, org-scheduled-today)
27927         (org-scheduled-previously, org-link, org-done, org-table)
27928         (org-time-grid): Remove "-face" suffix from face names.
27929         (org-level-1-face, org-level-2-face, org-level-3-face)
27930         (org-level-4-face, org-level-5-face, org-level-6-face)
27931         (org-level-7-face, org-level-8-face, org-warning-face)
27932         (org-headline-done-face, org-deadline-announce-face)
27933         (org-scheduled-today-face, org-scheduled-previously-face)
27934         (org-link-face, org-done-face, org-table-face)
27935         (org-time-grid-face):
27936         New backward-compatibility aliases for renamed faces.
27937         (org-level-faces, org-set-font-lock-defaults, org-timeline)
27938         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
27939         (org-agenda-get-timestamps, org-agenda-get-scheduled)
27940         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
27942         * emulation/viper-init.el (viper-search, viper-replace-overlay)
27943         (viper-minibuffer-emacs, viper-minibuffer-insert)
27944         (viper-minibuffer-vi): Remove "-face" suffix from face names.
27945         (viper-search-face, viper-replace-overlay-face)
27946         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27947         (viper-minibuffer-vi-face):
27948         New backward-compatibility aliases for renamed faces.
27949         (viper-search-face, viper-replace-overlay-face)
27950         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27951         (viper-minibuffer-vi-face): Use renamed viper faces.
27953         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
27954         Remove "-face" suffix from face names.
27955         (testcover-nohits-face, testcover-1value-face):
27956         New backward-compatibility aliases for renamed faces.
27957         (testcover-mark): Use renamed testcover faces.
27959         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
27960         face name.
27961         (diary-button-face): New backward-compatibility alias for renamed face.
27962         (diary-entry): Use renamed diary-button face.
27964         * calendar/calendar.el (diary, calendar-today, holiday)
27965         (mark-visible-calendar-date): Remove "-face" suffix from face names.
27966         (diary-face, calendar-today-face, holiday-face):
27967         New backward-compatibility aliases for renamed faces.
27968         (eval-after-load "facemenu", diary-entry-marker)
27969         (calendar-today-marker, calendar-holiday-marker, diary-face):
27970         Use renamed calendar faces.
27972         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
27973         (compare-windows-face): New backward-compatibility alias for
27974         renamed face.
27975         (compare-windows-highlight): Use renamed compare-windows face.
27977         * strokes.el (strokes-char): Remove "-face" suffix from face name.
27978         (strokes-char-face): New backward-compatibility alias for renamed face.
27979         (strokes-encode-buffer): Use renamed strokes-char face.
27981         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
27982         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
27983         Remove "-face" suffix from face names.
27984         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
27985         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
27986         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
27987         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
27988         Use renamed pcvs faces.
27989         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
27990         * pcvs-defs.el (cvs-mode-map): Likewise.
27991         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
27993         * info.el (info-title-1, info-title-2, info-title-3)
27994         (info-title-4): Remove "-face" suffix from and downcase face names.
27995         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
27996         (Info-title-4-face):
27997         New backward-compatibility aliases for renamed faces.
27998         (Info-fontify-node): Use renamed info faces.
28000         * hilit-chg.el (highlight-changes, highlight-changes-delete):
28001         Remove "-face" suffix from face names.
28002         (highlight-changes-face, highlight-changes-delete-face):
28003         New backward-compatibility aliases for renamed faces.
28004         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28005         (hilit-chg-make-list): Use renamed highlight-changes faces.
28007         * generic-x.el (show-tabs-tab, show-tabs-space):
28008         Remove "-face" suffix from face names.
28009         (show-tabs-tab-face, show-tabs-space-face):
28010         New backward-compatibility aliases for renamed faces.
28011         (show-tabs-generic-mode-font-lock-defaults-1)
28012         (show-tabs-generic-mode-font-lock-defaults-2):
28013         Use renamed show-tabs faces.
28015         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28016         (smerge-markers): Remove "-face" suffix from face names.
28017         (smerge-mine-face, smerge-other-face, smerge-base-face)
28018         (smerge-markers-face):
28019         New backward-compatibility aliases for renamed faces.
28020         (smerge-mine-face, smerge-other-face, smerge-base-face)
28021         (smerge-markers-face): Use renamed smerge faces.
28023         * log-view.el (log-view-file, log-view-message): Remove "-face"
28024         suffix from face names.
28025         (log-view-file-face, log-view-message-face):
28026         New backward-compatibility aliases for renamed faces.
28027         (log-view-file-face, log-view-message-face): Use renamed log-view
28028         faces.
28030         * paren.el (show-paren-match, show-paren-mismatch):
28031         Remove "-face" suffix from face names.
28032         (show-paren-match-face, show-paren-mismatch-face):
28033         New backward-compatibility aliases for renamed faces.
28034         (show-paren-function): Use renamed show-paren faces.
28036         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28037         (ruler-mode-margins, ruler-mode-fringes)
28038         (ruler-mode-column-number, ruler-mode-fill-column)
28039         (ruler-mode-comment-column, ruler-mode-goal-column)
28040         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28041         suffix from face names.
28042         (ruler-mode-default-face, ruler-mode-pad-face)
28043         (ruler-mode-margins-face, ruler-mode-fringes-face)
28044         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28045         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28046         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28047         New backward-compatibility aliases for renamed faces.
28048         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28049         (ruler-mode-column-number, ruler-mode-fill-column)
28050         (ruler-mode-comment-column, ruler-mode-goal-column)
28051         (ruler-mode-tab-stop, ruler-mode-current-column)
28052         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28053         faces.
28055         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28056         face name.
28057         (whitespace-highlight-the-space): Use renamed face.
28058         (whitespace-highlight-face): New backward-compatibility alias for
28059         renamed face.
28061         * woman.el (woman-italic, woman-bold, woman-unknown)
28062         (woman-addition, woman-symbol-face):
28063         Remove "-face" suffix from face names.
28064         (woman-italic-face, woman-bold-face, woman-unknown-face)
28065         (woman-addition-face):
28066         New backward-compatibility aliases for renamed faces.
28067         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28068         (woman-decode-region, woman-replace-match)
28069         (woman-display-extended-fonts, woman-special-characters)
28070         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28071         Use renamed woman faces.
28073         * longlines.el (longlines-visible-face): Face removed.
28075         * diff-mode.el (diff-header, diff-file-header, diff-index)
28076         (diff-hunk-header, diff-removed, diff-added, diff-changed)
28077         (diff-function, diff-context, diff-nonexistent): Remove "-face"
28078         suffix from face names.
28079         (diff-header-face, diff-file-header-face, diff-index-face)
28080         (diff-hunk-header-face, diff-removed-face, diff-added-face)
28081         (diff-changed-face, diff-function-face, diff-context-face)
28082         (diff-nonexistent-face): New backward-compatibility aliases for
28083         renamed faces.
28084         (diff-header-face, diff-file-header-face)
28085         (diff-index, diff-index-face, diff-hunk-header)
28086         (diff-hunk-header-face, diff-removed, diff-removed-face)
28087         (diff-added, diff-added-face, diff-changed-face, diff-function)
28088         (diff-function-face, diff-context-face, diff-nonexistent)
28089         (diff-nonexistent-face): Use renamed diff-mode faces.
28091         * progmodes/compile.el (compilation-warning-face)
28092         (compilation-info-face): Remove "-face" suffix from face names.
28093         (compilation-warning-face, compilation-info-face):
28094         New backward-compatibility aliases for renamed faces.
28095         (compilation-warning-face, compilation-info-face):
28096         Use renamed compilation faces.
28098         * add-log.el (change-log-date, change-log-name)
28099         (change-log-email, change-log-file, change-log-list)
28100         (change-log-conditionals, change-log-function)
28101         (change-log-acknowledgement): Remove "-face" suffix from face names.
28102         (change-log-date-face, change-log-name-face)
28103         (change-log-email-face, change-log-file-face)
28104         (change-log-list-face, change-log-conditionals-face)
28105         (change-log-function-face, change-log-acknowledgement-face):
28106         New backward-compatibility aliases for renamed faces.
28107         (change-log-font-lock-keywords): Use renamed change-log faces.
28109         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28110         (custom-set, custom-changed, custom-saved, custom-button)
28111         (custom-button-pressed, custom-documentation, custom-state)
28112         (custom-comment, custom-comment-tag, custom-variable-tag)
28113         (custom-variable-button, custom-face-tag, custom-group-tag-1)
28114         (custom-group-tag): Remove "-face" suffix from face names.
28115         (custom-magic-alist, custom-magic-value-create)
28116         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28117         (custom-invalid-face, custom-rogue-face, custom-modified-face)
28118         (custom-set-face, custom-changed-face, custom-saved-face)
28119         (custom-button-face, custom-button-pressed-face)
28120         (custom-documentation-face, custom-state-face)
28121         (custom-comment-face, custom-comment-tag-face)
28122         (custom-variable-tag-face, custom-variable-button-face)
28123         (custom-face-tag-face, custom-group-tag-face-1)
28124         (custom-group-tag-face):
28125         New backward-compatibility aliases for renamed faces.
28127         * wid-edit.el (widget-documentation, widget-button)
28128         (widget-field, widget-single-line-field, widget-inactive)
28129         (widget-button-pressed): "-face" suffix removed from face names.
28130         (widget-documentation-face, widget-button-face)
28131         (widget-field-face, widget-single-line-field-face)
28132         (widget-inactive-face, widget-button-pressed-face):
28133         New backward-compatibility aliases for renamed faces.
28134         (widget-documentation-face, widget-button-face)
28135         (widget-button-pressed-face, widget-specify-field)
28136         (widget-specify-inactive): Use renamed widget faces.
28138 2005-06-10  Kenichi Handa  <handa@m17n.org>
28140         * term/x-win.el (x-clipboard-yank): Remove condition-case
28141         wrapping.
28143 2005-06-11  Kenichi Handa  <handa@m17n.org>
28145         * add-log.el (change-log-font-lock-keywords): Make the regexp for
28146         date lines stricter.
28148 2005-06-10  Zhang Wei  <id.brep@gmail.com>
28150         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28151         of x-get-selection.
28153 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
28155         * comint.el (comint-mode, comint-snapshot-last-prompt):
28156         * frame.el (frame-current-scroll-bars):
28157         * term.el (term-mode, term-check-proc, term-input-sender)
28158         (term-simple-send, term-extract-string, term-word)
28159         (term-match-partial-filename):
28160         * window.el (window-current-scroll-bars):
28161         * emulation/cua-base.el (cua-normal-cursor-color)
28162         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28163         (cua-global-mark-cursor-color):
28164         * mail/undigest.el (rmail-forward-separator-regex):
28165         Fix typos in docstrings.
28167         * comint.el (comint-check-proc, make-comint-in-buffer)
28168         (comint-source-default): Doc fixes.
28170         * term.el (term-send-string): Improve argument/docstring consistency.
28172 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
28174         * comint.el (comint-send-input): Bind `inhibit-read-only' around
28175         call to `delete-region'.
28176         (comint-mode-hook): Do not enable Font Lock by default.
28178 2005-06-09  Lute Kamstra  <lute@gnu.org>
28180         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28181         could be void.
28183 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
28185         * emacs-lisp/debug.el (debugger-will-be-back): New var.
28186         (debug): Use it.
28187         (debugger-step-through, debugger-continue, debugger-jump)
28188         (debugger-return-value): Set it when needed.
28189         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28190         Use inhibit-read-only.
28192 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
28194         * window.el (shrink-window-if-larger-than-buffer)
28195         (window-size-fixed): Fix typo in docstring.
28197         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
28198         thumbnails directory on loading.
28199         (thumbs-conversion-program): Use `eq' to check the system type,
28200         not `equal'.
28201         (thumbs-temp-dir): Initialize to `temporary-file-directory',
28202         not "/tmp".  Fix docstring.
28203         (thumbs-thumbsdir): New function to return the thumbnails
28204         directory, creating it if needed.
28205         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28206         (thumbs-temp-file): Delete variable and make it into a function.
28207         (thumbs-resize-image, thumbs-modify-image): Use it.
28208         (thumbs-kill-buffer): Simplify.
28209         (thumbs-gensym): Defalias or duplicate CL `gensym'.
28210         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28211         docstrings.
28213 2005-06-09  Kim F. Storm  <storm@cua.dk>
28215         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28216         set-match-data to free markers in match-data.
28218         * replace.el (replace-match-data): Pass RESEAT arg `t' to
28219         match-data to unchain markers in match-data.
28221 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
28223         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28224         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
28225         unnecessary now.
28227 2005-06-08  Richard M. Stallman  <rms@gnu.org>
28229         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28230         give the variable a doc string that doesn't say don't set it directly.
28232         * textmodes/ispell.el (ispell-check-version):
28233         Use match-string-no-properties.
28234         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28235         (ispell-buffer-local-words): Likewise.
28237         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28238         except on terminals with enough colors to really display it.
28239         (makefile-dependency-regex): Delete spurious `bb'.
28241         * faces.el (escape-glyph): Use blue once again in last case.
28242         (no-break-space): Redefine so that it isn't invisible on a tty.
28244 2005-06-08  Kim F. Storm  <storm@cua.dk>
28246         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28247         also when reading directory name.
28249 2005-06-08  Lute Kamstra  <lute@gnu.org>
28251         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28252         (flyspell-mode-line-string): Remove autoload cookie.
28253         (flyspell-mode): Remove defvar.
28255 2005-06-07  Lute Kamstra  <lute@gnu.org>
28257         * textmodes/org.el (org-run-mode-hooks): New function.
28258         (org-agenda-mode): Use it.
28260 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
28262         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28264 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28266         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28268 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
28270         * font-lock.el (font-lock-add-keywords): Doc fix.
28272 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28274         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28275         (tex-compile-default): In the absence of any history, use the order in
28276         tex-compile-alist to choose the preferred command.
28277         (tex-compile-commands): Reorder a bit.
28279         * textmodes/flyspell.el (flyspell-auto-correct-binding)
28280         (flyspell-incorrect-face, flyspell-duplicate-face):
28281         Use (X)Emacs-agnostic code.
28282         (flyspell-mode-map): Don't overwrite at each load.  Remove code
28283         redundant with the subsequent add-minor-mode.  Merge Emacs and
28284         XEmacs code.
28285         (flyspell-word): Minor simplification.
28286         (flyspell-math-tex-command-p): Quieten the byte-compiler.
28287         (flyspell-external-point-words): Remove unused vars `size' and `start'.
28288         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28289         Merge the corresponding Emacs code.
28290         (flyspell-correct-word, flyspell-xemacs-popup):
28291         Use flyspell-do-correct.
28293         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28294         a dedicated window.
28296         * international/latexenc.el (latexenc-find-file-coding-system):
28297         Undo part of last patch, to turn off a compiler warning.
28299 2005-06-06  Juri Linkov  <juri@jurta.org>
28301         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28302         Rename `tmm-inactive-face' to `tmm-inactive'.
28304 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
28306         * iswitchb.el: Rename faces.
28308 2005-06-06  Kim F. Storm  <storm@cua.dk>
28310         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28311         (cua-global-mark): Remove -face suffix from face names.
28313         * emulation/cua-gmrk.el (cua--init-global-mark):
28314         Remove cua-global-mark face setup.
28316 2005-06-06  Richard M. Stallman  <rms@gnu.org>
28318         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28319         just like other allowed characters.
28320         (makefile-match-dependency): Exclude leading and training whitespace
28321         from the range of regexp subexp 1.
28322         (makefile-macroassign-regex): Don't try to match the body,
28323         just the name of the macro being defined.
28325         * info.el (Info-read-node-name-2): New function.
28326         (Info-read-node-name-1): Use that.
28327         Add a completion-base-size-function property.
28329         * simple.el (completion-setup-function): Look for
28330         completion-base-size-function property of minibuffer-completion-table.
28332         * files.el (locate-file-completion): Doc fix.
28334         * printing.el: Don't call pr-update-menus; user must do that.
28336         * emacs-lisp/debug.el (debugger-window): New variable.
28337         (debug): Use debugger-window if it is set and still alive.
28338         Record debugger-window for next entry.
28340         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28342 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
28344         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28345         (hack-one-local-variable, hack-local-variables)
28346         (hack-local-variables-prop-line): Pass that arg.
28348 2005-06-06  Kim F. Storm  <storm@cua.dk>
28350         * ido.el (ido-first-match, ido-only-match, ido-subdir)
28351         (ido-indicator): Remove -face suffix from face names.
28353 2005-06-06  Juri Linkov  <juri@jurta.org>
28355         * font-lock.el (font-lock-regexp-backslash)
28356         (font-lock-regexp-backslash-construct): New faces.
28357         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
28358         after `('.  Add `while-no-input' to control structures.
28360         * faces.el (no-break-space, shadow): New faces.
28361         (escape-glyph): Use less loud colors pink2 and red4.
28363         * diff-mode.el (diff-context-face)
28364         * dired.el (dired-ignored)
28365         * rfn-eshadow.el (file-name-shadow)
28366         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28368         * info.el (Info-title-1-face): Use green instead of yellow because
28369         bold yellow is not readable on light backgrounds.
28371         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28372         before selecting the desired mode to not spend time fontifying
28373         old contents.
28375 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
28377         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28378         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28380         * ps-print.el (ps-default-fg, ps-default-bg):
28381         Fix typos in docstrings.
28383         * isearchb.el (isearchb): Don't pass a spurious second argument to
28384         `iswitchb-completions'.
28386 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
28388         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28389         to preserve point.
28390         (gdb-find-file-hook): Add doc string.
28392         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28393         C dereferenced pointer expression.
28394         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
28396         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28398         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28399         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28400         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28401         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28402         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28403         Make background transparent.
28405 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
28407         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
28408         (font-lock-remove-keywords): Doc fix.
28409         (font-lock-mode-major-mode): Compiler defvar.
28410         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28412         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28413         (font-lock-mode): Update `font-lock-mode-major-mode'.
28414         (font-lock-set-defaults): Compiler defvar.
28415         (font-lock-default-function): Take `font-lock-mode-major-mode'
28416         into account.
28418         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28419         keep track of which major mode it enabled the minor mode for.
28420         Use find-file-hook again.  Update docstring.
28422         * simple.el (eval-expression-print-level)
28423         (eval-expression-print-length, eval-expression-debug-on-error):
28424         Doc fixes.
28426 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
28428         * iswitchb.el (iswitchb-single-match-face)
28429         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28430         (iswitchb-invalid-regexp-face): New faces.
28431         (iswitchb-completions): Use them.
28432         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28433         now marked as an obsolete alias.
28434         (iswitchb-read-buffer): Remove check for bound font variables.
28435         (iswitchb-invalid-regexp): New free variable.
28436         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28437         set iswitchb-invalid-regexp.
28438         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28439         invalid regexps.
28440         (iswitchb-completions): Add check for complete match when entering
28441         a regexp.
28442         (iswitchb-completions): Remove require-match argument.
28443         (iswitchb-exhibit): Fix caller.
28444         (iswitchb-common-match-inserted): New variable.
28445         (iswitchb-complete, iswitchb-completion-help): Use it.
28447 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
28449         * url-http.el (url-http-chunked-encoding-after-change-function):
28450         Use `url-http-debug' instead of `message'.
28452 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
28454         * url-http.el (url-http-parse-headers): Pass redirected URL as a
28455         callback argument.
28457 2005-06-04  Kim F. Storm  <storm@cua.dk>
28459         * simple.el (line-move): Only call sit-for when moving backwards.
28461         * ido.el (ido-make-merged-file-list-1): New defun split from
28462         ido-make-merged-file-list.
28463         (ido-make-merged-file-list): Bind throw-on-input around call to
28464         ido-make-merged-file-list-1.  Return input-pending-p if
28465         interrupted by more input available.
28466         (ido-read-internal): Handle input-pending-p return value from
28467         ido-make-merged-file-list.
28469 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28471         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28472         compatibility code.
28474         * international/latexenc.el (latexenc-find-file-coding-system):
28475         Don't inherit the EOL part of the coding-system from the
28476         tex-main buffer.  Fit within 80 columns.
28478 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
28480         * tmm.el (tmm-inactive-face): New face.
28481         (tmm-remove-inactive-mouse-face): New function.
28482         (tmm-prompt, tmm-add-one-shortcut)
28483         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
28484         but not selectable.
28486 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
28488         * faces.el (face-equal): Improve argument/docstring consistency.
28490 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
28492         * progmodes/make-mode.el (makefile-targets-face)
28493         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
28494         (makefile-bsdmake-dependency-regex)
28495         (makefile-makepp-rule-action-regex)
28496         (makefile-bsdmake-rule-action-regex): New constants.
28497         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
28499         * progmodes/compile.el (compilation-error-regexp-alist-alist):
28500         Allow (...) within `...' for makepp messages.
28502 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
28504         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
28506         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
28507         "." files are deleted from all file lists before comparison.
28509         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28510         (viper-ESC-key): Made them customizable.
28512         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
28514 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
28516         * autorevert.el (auto-revert-buffers): Use save-match-data.
28518 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28520         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
28521         menu items with a nil command binding.
28523 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
28525         * emacs-lisp/cl-macs.el (defsetf):
28526         Improve argument/docstring consistency.
28528         * faces.el (list-faces-display): Improve the formatting by
28529         computing the maximum length required for any face-name (reworked
28530         patch of 1999-01-11, accidentally deleted on 1999-07-21).
28531         (internal-find-face): Remove redundant info in docstring.
28533 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
28535         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
28536         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
28537         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
28538         (gdb-assembler-custom): Improve regexps.
28539         (def-gdb-auto-update-handler): Use window point to preserve point.
28541 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
28543         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
28545 2005-05-31  Jay Belanger  <belanger@truman.edu>
28547         * calc/calc-embed.el (calc-embedded-word): Change argument passed
28548         to calc-embedded.
28549         (calc-embedded-make-info): Have plain prefix argument select
28550         entire line.
28552 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
28554         * faces.el (list-faces-display): Signal error if passed a regexp
28555         that matches no face name.
28557         * simple.el (filter-buffer-substring): Fix typo in docstring.
28559 2005-05-31  Richard M. Stallman  <rms@gnu.org>
28561         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
28562         (vhdl-emacs-21): Doc fix.
28563         (vhdl-mode): Unconditionally set comment-padding.
28564         (vhdl-fixup-whitespace-region): Insert spaces only where
28565         there are none.
28566         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
28568 2005-05-30  John Wiegley  <johnw@newartisans.com>
28570         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
28571         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
28572         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
28573         `directory-sep-char' to ?/, and all uses of `string-to-int' to
28574         `string-to-number'.
28576 2005-05-30  Jay Belanger  <belanger@truman.edu>
28578         * calc/calc.el (calc-bug-address): Fix docstring.
28579         (calc-window-hook, calc-trail-window-hook): New variables.
28580         (calc-trail-display): Restore use of calc-trail-window-hook.
28581         (calc): Restore use of calc-window-hook.
28583 2005-05-31  Masatake YAMATO  <jet@gyve.org>
28585         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
28587         * help-fns.el (help-C-file-name): Add autoload mark for
28588         `find-function-noselect'.
28590 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
28592         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
28593         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
28595 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
28597         * calendar/diary-lib.el (mark-included-diary-files): Only kill
28598         included diary buffer if it was not already being visited.
28599         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
28601         * calendar/icalendar.el (top-level): Do not require appt.
28603         * mail/supercite.el (sc-select-attribution): Only use a list
28604         element from sc-attrib-selection-list if it returns a string.
28605         Reported by Davide G. M. Salvetti <salve@debian.org>.
28607 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
28609         * thumbs.el (thumbs-thumbname): The resulting thumbname now
28610         includes a hash value to improve its uniqueness, and has a ".jpg"
28611         extension.  Also, it is now a valid filename on all systems.
28612         (thumbs-make-thumb): Use `let', not `let*'.
28613         (thumbs-show-thumbs-list): Check for JPEG availability.
28615 2005-05-30  Richard M. Stallman  <rms@gnu.org>
28617         * filesets.el (filesets-menu-ensure-use-cached):
28618         Prevent warning when emacs-version>= is undefined.
28620         * printing.el (pr-interactive-n-up): Use string-to-number.
28622         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
28624         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28625         Warn only when name to be defined is quoted.
28627 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
28629         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
28630         Make regexp more robust.
28631         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
28632         Force regeneration of disassembly.
28634 2005-05-29  Jay Belanger  <belanger@truman.edu>
28636         * calc/calc.el (calc-user-invocation): Check if
28637         calc-invocation-macro is non-nil.
28639 2005-05-29  Juri Linkov  <juri@jurta.org>
28641         * add-log.el (change-log-font-lock-keywords):
28642         Add `+' to e-mail regexp to accept mail address with keywords.
28644         * man.el (Man-name-regexp): Add `:' to accept qualified names.
28646 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
28648         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
28650         * ielm.el (inferior-emacs-lisp-mode): Ditto.
28652 2005-05-29  Richard M. Stallman  <rms@gnu.org>
28654         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
28655         Undo the change that moves to end of the current word.
28657 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
28659         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
28660         Throw error when count <= 0 to ensure input is a number.
28661         (gdb-read-memory-custom): Pick up address from buffer.
28662         (gdb-memory-mode): Allow user to increment and decrement
28663         memory address from header line.
28665 2005-05-29  Richard M. Stallman  <rms@gnu.org>
28667         * flyspell.el (flyspell-version): Function deleted.
28668         (flyspell-auto-correct-previous-hook): Doc fix.
28670         * jit-lock.el (jit-lock-function, jit-lock-after-change):
28671         Do nothing if memory is full.
28673         * font-lock.el (font-lock-fontify-syntactically-region):
28674         Pass t for GREEDY to looking-back.
28676         * saveplace.el (save-place-alist-to-file): Write the file
28677         using write-region.
28679         * subr.el (looking-back): New argument GREEDY.
28681         * progmodes/compile.el (compilation-start): Set the mode
28682         before inserting the initial text.
28684         * progmodes/which-func.el (which-func-update-1): Turn the mode
28685         off in case of error by setting which-func-mode.
28687 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
28689         * flyspell.el (flyspell-auto-correct-previous-word):
28690         Narrow down to what's on the screen, and recenter overlays
28691         at the end of the next word.
28693 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
28695         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
28696         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
28697         (flyspell-abbrev-p): Default to nil.
28698         (flyspell-use-global-abbrev-table-p): Doc fix.
28699         (flyspell-large-region): Allow nil as value.
28700         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
28702         (mail-mode-flyspell-verify): More robust handling
28703         of `mail-header-separator'.  More efficient signature detection.
28704         Allow for regexp metacharacters in message-header-separator.
28705         Adding `To' not to be checked in mail-mode-flyspell-verify.
28707         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
28708         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
28709         Bind flyspell-auto-correct-binding.
28710         Bind C-. and C-, .
28711         (flyspell-mode-map): Likewise.
28712         (flyspell-mode): Doc fix.
28713         (flyspell-accept-buffer-local-defs): Preserve current buffer.
28714         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
28715         (flyspell-word-cache-result): New var, always local.
28716         (flyspell-check-pre-word-p): Doc fix.
28717         (flyspell-check-changed-word-p): Handle spc like newline.
28718         (flyspell-post-command-hook): Set flyspell-word-cache-result.
28719         (flyspell-word-search-backward, flyspell-word-search-forward):
28720         New functions.
28721         (flyspell-word): Return t if nothing to check.
28722         When parsing TeX code, check for after } or \.
28723         Use flyspell-word-search-backward to find previous word.
28724         Return nil if duplicated word.
28725         For word already checked, return same value as last time.
28726         Set flyspell-word-cache-result after checking.
28727         Don't clobber the return value.
28728         (flyspell-get-word): Major rewrite.
28729         (flyspell-external-point-words): New locals pword, pcount.
28730         Fix size used in progress message.
28731         Find the proper corresponding word in flyspell-large-region-buffer.
28732         (flyspell-region): Check for flyspell-large-region = nil.
28733         (flyspell-highlight-incorrect-region): Clean up overlays in region.
28734         (flyspell-auto-correct-word): Check that WORD is a cons.
28735         (flyspell-correct-word): Likewise.
28737 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
28739         * progmodes/make-mode.el (makefile-rule-action-regex)
28740         (makefile-macroassign-regex, makefile-makepp-mode)
28741         (makefile-bsdmake-mode): Continuation lines may be empty.
28742         Reported by Joshua Varner.
28743         (makefile-makepp-font-lock-keywords): Add $(stem).
28745 2005-05-28  Karl Berry  <karl@gnu.org>
28747         * textmodes/tex-mode.el: Now that tex-send-command calls
28748         shell-quote-argument (2005-03-31 change), remove all calls to
28749         shell-quote-argument; they all end up invoking tex-send-command.
28750         The double quoting loses on filenames with non-safe characters,
28751         such as "@".  Reported by Frederik Fouvry.
28753 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
28755         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
28756         about preserving point.
28758 2005-05-27  Jay Belanger  <belanger@truman.edu>
28760         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
28761         Info-goto-node.
28763         * calc/calc-embed.el (calc-embed-arg): New variable.
28764         (calc-do-embedded-activate, calc-embedded-activate-formula)
28765         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
28766         variable by new variable.
28767         (calc-embedded-make-info): Replace undeclared variable by new
28768         variable.  When selecting region with positive prefix
28769         argument, use end of previous line instead of beginning of line.
28771         * calc/calc-aent.el (calc-arg-values): Declare it.
28773         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
28774         Declare them.
28776         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
28778         * calc/calc.el (calc-alg-map): Declare it.
28780         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
28782 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
28784         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
28785         (gdb-registers-buffer, toggle-gdb-all-registers):
28786         Toggle display of floating point registers.
28787         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
28789         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
28790         (toggle-gud-tooltip-dereference):
28791         Rename from gud-toggle-tooltip-dereference.
28793 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28795         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
28797 2005-05-27  Jay Belanger  <belanger@truman.edu>
28799         * calc/calc-prog.el (calc-kbd-report): Remove.
28800         (calc-kbd-query): Rewrite.
28802 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
28804         * image.el (image-library-alist): Move to image.c.
28805         (image-type-available-p): Doc fix.
28807 2005-05-27  Lute Kamstra  <lute@gnu.org>
28809         * calc/calc.el (calc):
28810         * outline.el (outline-1, outline-2, outline-3, outline-4)
28811         (outline-5, outline-6, outline-7, outline-8):
28812         * textmodes/dns-mode.el (dns-mode):
28813         * textmodes/sgml-mode.el (sgml-namespace-face):
28814         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
28815         (tex-verbatim-face, tex-use-reftex):
28816         * textmodes/texinfo.el (texinfo-heading-face):
28817         Specify customization group.
28819         * longlines.el: Don't require easy-mmode.
28820         (longlines-visible-face): Specify customization group.
28822 2005-05-27  Kenichi Handa  <handa@m17n.org>
28824         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
28825         encoding table of windows-1251.
28827         * international/ucs-tables.el (ucs-set-table-for-input):
28828         If translation-table-for-input of a coding system is a symbol, get
28829         its translation-table property.
28831         * international/code-pages.el: Don't register a coding system into
28832         non-iso-charset-alist more than once.
28833         (cp-make-coding-system): Likewise.
28835 2005-05-26  John Wiegley  <johnw@newartisans.com>
28837         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
28838         `eshell-resume-eval' is wrapped in a list, it indicates that the
28839         command was run asynchronously.  In that case, unwrap the value
28840         before checking the delimiter value.
28842         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
28843         character before a space at the end of a line is \, assume the space
28844         is part of the last argument rather than a final argument separator.
28846         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
28847         is in use, and the target is `t' or `nil' (which are the most common
28848         values), don't assume that the symbol target is a buffer.
28850 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
28852         * calendar/calendar.el (calendar-mode-line-format):
28853         Use mode-line-highlight as mouse-face.
28855         * time.el (display-time-string-forms, display-time-update):
28856         Use mode-line-highlight as mouse-face.
28858 2005-05-26  Jay Belanger  <belanger@truman.edu>
28860         * calc/calc.el (calc-language-alist): Remove extra defvar.
28862 2005-05-26  Lute Kamstra  <lute@gnu.org>
28864         * arc-mode.el (archive-mode):
28865         * bookmark.el (bookmark-read-annotation-mode)
28866         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
28867         * bs.el (bs-mode):
28868         * calc/calc-yank.el (calc-edit-mode):
28869         * calc/calc.el (calc-mode, calc-trail-mode):
28870         * calculator.el (calculator-mode):
28871         * chistory.el (command-history-mode):
28872         * comint.el:
28873         * cus-edit.el (custom-mode):
28874         * descr-text.el (describe-text-mode):
28875         * ebuff-menu.el (Electric-buffer-menu-mode):
28876         * ediff-util.el (ediff-mode):
28877         * emacs-lisp/re-builder.el (reb-mode):
28878         * emulation/vi.el (vi-mode-setup):
28879         * emulation/ws-mode.el (wordstar-mode):
28880         * eshell/esh-mode.el (eshell-mode):
28881         * forms.el (forms-mode):
28882         * help-mode.el (help-mode):
28883         * hexl.el (hexl-mode):
28884         * ibuffer.el (ibuffer-mode):
28885         * ielm.el (inferior-emacs-lisp-mode):
28886         * info.el (Info-mode, Info-edit-mode):
28887         * international/swedish.el:
28888         * ledit.el (ledit-from-lisp-mode):
28889         * locate.el (locate-mode):
28890         * mail/rmail.el (rmail-mode):
28891         * mail/rmailedit.el (rmail-edit-mode):
28892         * mail/rmailsum.el (rmail-summary-mode):
28893         * mail/supercite.el (sc-electric-mode):
28894         * net/eudc.el (eudc-mode):
28895         * net/quickurl.el (quickurl-list-mode):
28896         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
28897         * obsolete/ooutline.el (outline-mode):
28898         * obsolete/options.el (Edit-options-mode):
28899         * obsolete/rnews.el (news-mode):
28900         * obsolete/rnewspost.el (news-reply-mode):
28901         * play/5x5.el (5x5-mode):
28902         * play/decipher.el (decipher-mode, decipher-stats-mode):
28903         * play/gomoku.el (gomoku-mode):
28904         * play/snake.el (snake-mode):
28905         * play/solitaire.el (solitaire-mode):
28906         * play/tetris.el (tetris-mode):
28907         * progmodes/ada-mode.el (ada-mode):
28908         * progmodes/antlr-mode.el (antlr-mode):
28909         * progmodes/autoconf.el (autoconf-mode):
28910         * progmodes/dcl-mode.el (dcl-mode):
28911         * progmodes/delphi.el (delphi-mode):
28912         * progmodes/ebrowse.el (ebrowse-tree-mode)
28913         (ebrowse-electric-list-mode, ebrowse-member-mode)
28914         (ebrowse-electric-position-mode):
28915         * progmodes/f90.el (f90-mode):
28916         * progmodes/fortran.el (fortran-mode):
28917         * progmodes/icon.el (icon-mode):
28918         * progmodes/idlw-help.el (idlwave-help-mode):
28919         * progmodes/idlw-shell.el (idlwave-shell-mode):
28920         * progmodes/idlwave.el (idlwave-mode):
28921         * progmodes/inf-lisp.el (inferior-lisp-mode):
28922         * progmodes/m4-mode.el (m4-mode):
28923         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
28924         * progmodes/modula2.el (modula-2-mode):
28925         * progmodes/octave-inf.el (inferior-octave-mode):
28926         * progmodes/octave-mod.el (octave-mode):
28927         * progmodes/pascal.el (pascal-mode):
28928         * progmodes/sh-script.el (sh-mode):
28929         * progmodes/sql.el (sql-mode, sql-interactive-mode):
28930         * progmodes/vhdl-mode.el (vhdl-mode):
28931         * progmodes/xscheme.el (scheme-interaction-mode):
28932         * replace.el (occur-mode):
28933         * ses.el (ses-mode):
28934         * simple.el (completion-list-mode):
28935         * skeleton.el:
28936         * speedbar.el (speedbar-mode):
28937         * term.el (term-mode):
28938         * terminal.el (terminal-edit-mode):
28939         * textmodes/reftex-index.el (reftex-index-mode)
28940         (reftex-index-phrases-mode):
28941         * textmodes/reftex-sel.el (reftex-select-label-mode)
28942         (reftex-select-bib-mode):
28943         * textmodes/reftex-toc.el (reftex-toc-mode):
28944         * wdired.el (wdired-change-to-wdired-mode):
28945         * wid-browse.el (widget-browse-mode):
28946         Use run-mode-hooks.
28948         * array.el (array-mode):
28949         * calendar/todo-mode.el (todo-mode):
28950         * man.el (Man-mode):
28951         * play/landmark.el (lm-mode):
28952         * play/mpuz.el (mpuz-mode):
28953         Use kill-all-local-variables and run-mode-hooks.
28955         * subr.el (delay-mode-hooks): Specify indentation.
28957 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
28959         * xml.el (xml-substitute-special): Don't die for undefined xml
28960         entities.
28962 2005-05-26  Jay Belanger  <belanger@truman.edu>
28964         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
28965         of nil.
28967 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
28969         * progmodes/gdb-ui.el (gdb-frame-address):
28970         Rename from gdb-current-address.
28971         (gdb-previous-frame-address): Rename from gdb-previous-address.
28972         (gdb-selected-frame): Rename from gdb-current-frame.
28973         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
28974         (gdb-frame-number): Rename from gdb-current-stack-level.
28975         (gdb-ann3): Match new mode-name for disassembly buffer.
28976         Extend initialization of variables.
28977         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
28978         (gdb-memory-mode): Use mouse-face in header line.
28979         (gdb-assembler-buffer-name): Call it disassembly and give frame
28980         in mode line.
28981         (gdb-source-spec-regexp, gdb-assembler-custom)
28982         (gdb-invalidate-assembler, gdb-frame-handler):
28983         Make robust to leading zeroes in address format.
28985 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
28987         * textmodes/org.el (org-mode): Use `define-derived-mode' to
28988         define `org-mode'.
28989         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
28991 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28993         * log-edit.el (log-edit-changelog-entries): Distinguish between
28994         filenames like xfns.c and fns.c.
28996 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
28998         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
28999         point after reverting.
29000         (Buffer-menu-make-sort-button): Handle the case where
29001         `Buffer-menu-use-header-line' is nil.
29003 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
29005         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29006         New funcs.  In minibuffer-local-completion-map bind `]', `/'
29007         and `:' to them.
29009 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
29011         * startup.el (normal-top-level): Allow modification of load-path while
29012         we're iterating over it.
29014 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
29016         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29017         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29018         (thumbs-resize-interactive, thumbs-insert-image)
29019         (thumbs-insert-thumb, thumbs-dired-show-marked)
29020         (thumbs-find-image-at-point, thumbs-delete-images)
29021         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29022         (thumbs-increment-image-size, thumbs-decrement-image-size):
29023         Fix typos in docstrings.
29025 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
29027         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29028         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29029         (cperl-mode): Use them.
29031 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
29033         * window.el (quit-window, shrink-window-if-larger-than-buffer):
29034         Doc fixes.
29036 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
29038         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29039         Bind C-d to gdb-inferior-io-eof.
29041         * dired.el (dired-dnd-popup-notice): Use message-box.
29043 2005-05-23  Masatake YAMATO  <jet@gyve.org>
29045         * bindings.el (mode-line-major-mode-keymap):
29046         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29048         * faces.el (mode-line-highlight): New face.
29050         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29051         as mouse-face.
29053         * bindings.el (top-level, help-echo, mode-line-modified)
29054         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29055         as mouse-face.
29057 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
29059         * progmodes/cc-engine.el (c-guess-basic-syntax):
29060         Remove spurious call to `zerop'.
29062         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29064 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
29066         CC Mode update to 5.30.10:
29068         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
29069         could go past the limit in decoration level 2, thereby causing
29070         errors during interactive fontification.
29072         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
29073         the file is evaluated interactively.
29075         * cc-engine.el (c-guess-basic-syntax): Handle operator
29076         declarations somewhat better in C++.
29078         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
29079         make use of `run-mode-hooks' which has been added in Emacs 21.1.
29080         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29081         (awk-mode): Use it.
29082         (make-local-hook): Suppress warning about obsoleteness.
29084         * cc-engine.el, cc-align.el, cc-cmds.el
29085         (c-append-backslashes-forward, c-delete-backslashes-forward)
29086         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29087         Compensate for return value from `forward-line' when it has moved
29088         but not to a different line due to eob.
29090         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29091         `objc-method-intro' and `objc-method-args-cont'.
29093 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
29095         CC Mode update to 5.30.10:
29097         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
29098         in the copyright statement.  Incidentally, change "along with GNU
29099         Emacs" to "along with this program" where it occurs.
29101         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
29102         so that it is interactive, hence can be found by M-x awk-mode
29103         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
29104         <gmorris+emacs@ast.cam.ac.uk>.
29106         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29107         Mode's regexps.
29109 2005-05-23  Kevin Ryde  <user42@zip.com.au>
29111         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
29112         c-parse-state, to avoid a lisp error (on bad code).
29114 2005-05-23  Lute Kamstra  <lute@gnu.org>
29116         * subr.el (font-lock-defaults): Remove defvar as it's already
29117         defined in font-core.el.
29119         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29121 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
29123         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29124         more general and work when GDB variable "print pretty" is on,
29125         as with Emacs, for example.
29127 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
29129         * font-core.el: Update comment.
29131         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29132         Use `after-change-major-mode-hook' instead of `find-file-hook'.
29134         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29136 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
29138         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29139         and `yank-handler' in the doc strings.
29141 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
29143         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
29145 2005-05-22  Richard M. Stallman  <rms@gnu.org>
29147         * help.el (describe-key): Move print-help-return-message call
29148         out of conditional.
29150         * progmodes/etags.el (list-tags): Use with-no-warnings.
29152         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29153         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29154         (starttls-extra-args, starttls-extra-arguments): Add defvars.
29156         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29158         * language/viet-util.el (viet-viscii-nonascii-translation-table):
29159         Add defvar.
29161         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29162         Use defvar, not defconst.
29164         * hexl.el (hexl-follow-line): Use with-no-warnings.
29166         * emulation/tpu-extras.el: Use write-file-functions instead of
29167         write-file-hooks.
29169         * dired.el (dired-font-lock-keywords): Fontify files with junk
29170         extensions even if marked by -F.
29172 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
29174         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29175         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29176         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29177         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29178         (concatenate, list-length, get*, getf, cl-remprop):
29179         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29180         (etypecase, progv, lexical-let, lexical-let*)
29181         (multiple-value-bind, multiple-value-setq, shiftf):
29182         Improve argument/docstring consistency.
29184         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29186 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
29188         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29189         doesn't exist.
29191         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
29192         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29194 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
29196         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29197         already deleted variables: auto-fill-hook, blink-paren-hook,
29198         lisp-indent-hook, inhibit-local-variables, unread-command-event,
29199         suspend-hooks, comment-indent-hook, meta-flag,
29200         before-change-function, after-change-function,
29201         font-lock-doc-string-face.
29203 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
29205         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29207 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
29209         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29210         rmail-dont-reply-to.
29212 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29214         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29215         literal blank when splitting new-header-values.
29217 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
29219         * calendar/cal-menu.el (cal-menu-update): Add separator as a
29220         string so that tmm doesn't create a completion entry for it.
29222         * textmodes/table.el (table-disable-menu): Ditto.
29224 2005-05-21  Richard M. Stallman  <rms@gnu.org>
29226         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29228         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29230         * net/rcompile.el (remote-compile): Use compilation-start.
29232         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29234 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
29236         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29237         Default to makefile-bsdmake-mode on BSD systems.
29239         * imenu.el (imenu-generic-expression, imenu--generic-function'):
29240         REGEXP may also be a search function now.  The part of doc-string
29241         for describing the structure was 95% identical to that of
29242         `imenu--generic-function'.  Unify it there.
29244         * progmodes/make-mode.el (makefile-imenu-generic-expression):
29245         Use function to find dependencies, because regexp alone is so complex,
29246         it easily goes into an endless loop.
29247         (makefile-makepp-mode): Also add submenu for Perl functions
29248         defined in the makefile.
29249         (makefile-bsdmake-mode): Special imenu-generic-expression no
29250         longer needed, due to function call.
29251         (makefile-match-dependency): Take BOUND into account when checking
29252         if we're through.
29254 2005-05-20  Jay Belanger  <belanger@truman.edu>
29256         * calc/calc-units.el (calc-invalidate-units-table):
29257         Use inhibit-read-only.
29258         (math-build-units-table-buffer): Use view-mode.
29260 2005-05-20  David Kastrup  <dak@gnu.org>
29262         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29263         easy-menu-add is not a nop on Emacs; and clarify when to call it.
29265 2005-05-20  Lute Kamstra  <lute@gnu.org>
29267         * diff-mode.el (diff-header-face, diff-file-header-face)
29268         (diff-index-face, diff-hunk-header-face, diff-removed-face)
29269         (diff-added-face, diff-changed-face, diff-function-face)
29270         (diff-context-face, diff-nonexistent-face): Put them in the
29271         diff-mode customization group.
29273 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29275         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29277         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29279         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29280         Minor regexp-optimization.
29282 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
29284         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29285         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29286         (org-agenda-add-time-grid-maybe): New function.
29287         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29288         (org-table-create): `dotimes' instead of `mapcar'.
29289         (org-xor): Simplify implementation.
29290         (org-agenda): `inhibit-redisplay' turned on.
29291         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29292         a consistent line after a state change.
29293         (org-agenda-remove-times-when-in-prefix): New option.
29294         (org-prefix-has-time): New variable.
29295         (org-parse-time-string): Optional argument NODEFAULT.
29296         (org-format-agenda-item): Parse items for time-of-day
29297         specifications and move these into the prefix if possible.
29298         (org-agenda-priority): Get current heading, not previous heading
29299         during agenda remote editing.
29301 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
29303         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29304         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29305         (remove-duplicates, delete-duplicates, substitute)
29306         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29307         (nsubstitute-if-not, find, find-if, find-if-not, position)
29308         (position-if, position-if-not, count, count-if, count-if-not)
29309         (mismatch, search, sort*, stable-sort, merge, member*)
29310         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29311         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29312         (intersection, nintersection, set-difference, nset-difference)
29313         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29314         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29315         (nsublis, tree-equal): Improve argument/docstring consistency.
29317         * subr.el (send-string, send-region): Remove obsolescence declaration.
29318         (window-dot, set-window-dot, read-input, show-buffer)
29319         (eval-current-buffer, string-to-int):
29320         Add release number to obsolescence declarations.
29322 2005-05-19  Kim F. Storm  <storm@cua.dk>
29324         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29325         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29327 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
29329         * faces.el (list-faces-display): Make back button respect optional
29330         regexp arg.
29332 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
29334         * calculator.el (calculator-radix-grouping-mode)
29335         (calculator-radix-grouping-digits, calculator-displayer)
29336         (calculator-radix-grouping-separator, calculator-copy-displayer):
29337         * dabbrev.el (dabbrev-search-these-buffers-only):
29338         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29339         (diff-advance-after-apply-hunk, diff-mode-hook)
29340         (diff-minor-mode-prefix):
29341         * imenu.el (imenu-use-popup-menu):
29342         * jit-lock.el (jit-lock-context-time):
29343         * newcomment.el (comment-fill-column, comment-column)
29344         (comment-style, comment-padding, comment-multi-line)
29345         (comment-empty-lines, comment-auto-fill-only-comments):
29346         * reveal.el (reveal-around-mark):
29347         * uniquify.el (uniquify-buffer-name-style)
29348         (uniquify-after-kill-buffer-p)
29349         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29350         (uniquify-min-dir-content, uniquify-separator)
29351         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29352         * w32-vars.el (w32-fixed-font-alist):
29353         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29354         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29355         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29356         * progmodes/perl-mode.el (perl-indent-level)
29357         (perl-continued-statement-offset, perl-continued-brace-offset)
29358         (perl-brace-offset, perl-brace-imaginary-offset)
29359         (perl-label-offset, perl-indent-continued-arguments)
29360         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29361         * progmodes/tcl.el (tcl-indent-level)
29362         (tcl-continued-indent-level, tcl-auto-newline)
29363         (tcl-tab-always-indent, tcl-electric-hash-style)
29364         (tcl-help-directory-list, tcl-use-smart-word-finder)
29365         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29366         (inferior-tcl-source-command):
29367         * textmodes/fill.el (enable-kinsoku):
29368         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29369         * textmodes/table.el (table-yank-handler):
29370         Specify missing group (and type, if simple) in defcustom.
29372 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
29374         * progmodes/compile.el (compilation-finish-function): Fix defvar.
29376 2005-05-19  Richard M. Stallman  <rms@gnu.org>
29378         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29380         * subr.el (event-basic-type): Don't get an error.
29381         (left-fringe-p): Function deleted.
29383         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29384         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29386         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29387         in recursive copy.
29389         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29391         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29393         * emacs-lisp/bytecomp.el
29394         (byte-compile-file-form-custom-declare-variable):
29395         Call byte-compile-nogroup-warn if appropriate.
29397         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29398         (compilation-set-window): Don't call left-fringe-p; do it directly.
29400 2005-05-19  Jay Belanger  <belanger@truman.edu>
29402         * calc/calc-graph.el (calc-graph-format-data): Make sure
29403         var-PlotRejects is bound before trying to check its value.
29405 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
29407         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29408         definition of this variable from reftex-global.el to reftex.el,
29409         because it is needed in the menu.
29411 2005-05-19  Lute Kamstra  <lute@gnu.org>
29413         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29414         years are fixed.  Don't insert a space after a dash.
29416 2005-05-19  Kim F. Storm  <storm@cua.dk>
29418         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29420 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
29422         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29423         strings, because (eq ... ?\\) is fairly frequent.
29425         * progmodes/make-mode.el (makefile-add-this-line-targets):
29426         Simplify and integrate into `makefile-pickup-targets'.
29427         (makefile-add-this-line-macro): Simplify and integrate into
29428         `makefile-pickup-macros.
29429         (makefile-pickup-filenames-as-targets): Simplify.
29430         (makefile-previous-dependency, makefile-match-dependency):
29431         Don't stumble over `::'.
29433 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
29435         * subr.el (post-command-idle-hook, post-command-idle-delay):
29436         Remove obsoletion of post-command-idle-hook and
29437         post-command-idle-delay.
29439         * faces.el (list-faces-display): Provide button when describe-face
29440         is called to take user back to the list of faces.
29442         * help-fns.el (describe-variable): Remove hyperlinks in a
29443         variable's value as these are quite frequently inappropriate.
29445         * follow.el (follow-submit-feedback, follow-mode):
29446         Remove references to post-command-idle-hook.
29448 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
29450         * progmodes/make-mode.el (makefile-previous-dependency)
29451         (makefile-match-dependency): Check for := (and in bsd mode also
29452         !=) to give a better result, even when font-lock is not on.
29454 2005-05-18  Jay Belanger  <belanger@truman.edu>
29456         * calc/calc-help.el (calc-s-prefix-help):
29457         Add `calc-copy-special-constant' to help string.
29459 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
29461         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29463 2005-05-18  Jay Belanger  <belanger@truman.edu>
29465         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29466         in linear factors are in proper order.
29468 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
29470         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29471         Support for jurabib.
29473         * textmodes/reftex.el (featurep): Define aliases for overlay
29474         commands, for XEmacs compatibility, and use these aliases in
29475         overlay initializations.
29476         (reftex-highlight): Use `reftex-move-overlay'.
29477         (reftex-unhighlight): Use `reftex-delete-overlay'.
29478         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
29479         (reftex-access-search-path): Use `reftex-uniquify' instead of
29480         `reftex-uniq'.
29482         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
29483         `before-string' property modification enables for Emacs as well.
29484         (reftex-select-item): Use `reftex-delete-overlay'.
29485         (reftex-select-mark): Use `reftex-make-overlay' and
29486         `reftex-overlay-put'.
29487         (reftex-select-unmark): Use `reftex-delete-overlay' and
29488         `reftex-overlay-put'.
29490 2005-05-18  Lute Kamstra  <lute@gnu.org>
29492         * emacs-lisp/lisp.el (check-parens): Fix docstring.
29494 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
29496         * add-log.el (add-change-log-entry):
29497         * array.el (array-make-template, array-reconfigure-rows)
29498         (array-init-max-row, array-init-max-column)
29499         (array-init-columns-per-line, array-init-field-width):
29500         * replace.el (replace-match-maybe-edit, perform-replace):
29501         * textmodes/spell.el (spell-region):
29502         Replace `read-input' by `read-string'.
29504         * forms.el (forms-mode):
29505         * finder.el (finder-compile-keywords):
29506         * shadowfile.el (shadow-read-files):
29507         Replace `eval-current-buffer' by `eval-buffer'.
29509         * terminal.el (te-pass-through):
29510         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
29511         (ange-ftp-raw-send-cmd):
29512         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
29513         (send-process-next-char, telnet-initial-filter, telnet):
29514         Replace `send-string' by `process-send-string'.
29516         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
29517         (prolog-consult-region): Replace `send-string' by
29518         `process-send-string'; replace `send-region' by `process-send-region'.
29520         * progmodes/delphi.el (delphi-log-msg):
29521         Replace `set-window-dot' by `set-window-point'.
29523         * subr.el (window-dot, set-window-dot, read-input, send-string)
29524         (send-region, show-buffer, eval-current-buffer):
29525         Make really obsolete, as the comment says.
29527 2005-05-17  Kim F. Storm  <storm@cua.dk>
29529         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
29530         (cua--init-keymaps): Bind C-return instead of S-return to set
29531         rectangle mark.
29533         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
29534         instead of S-return to toggle/clear rectangle mark.
29536 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
29538         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
29539         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
29540         Also fontify plain strings assigned to variables, mostly so that a
29541         colon has a face and is thus not taken as a dependency separator.
29542         (makefile-previous-dependency): Inline the new matcher, because it
29543         is too complex to work in both directions.
29544         (makefile-match-dependency): Eliminate `backward' arg (see above).
29545         Completely reimplemented so as to not sometimes go into an endless
29546         loop.  It should also be more efficient, because first it only
29547         searches for `:', instead of applying the very complex regexp.
29548         (makefile-mode): Cancel `font-lock-support-mode', because blocks
29549         to be fontified in one piece can be too long for JIT.
29550         Makefiles are never *that* big.
29552 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
29554         * dired.el (dired-mode): Simplify.
29556 2005-05-17  Lute Kamstra  <lute@gnu.org>
29558         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
29559         defcustom for the mode hook variable.
29561         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
29562         Emacs Lisp Reference Manual.
29564 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
29566         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
29567         (evenp, list*):
29568         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
29569         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
29571         * net/tramp-smb.el (tramp-smb-open-connection):
29572         Pass `tramp-chunksize' as fifth (required) argument.
29574 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
29576         * font-lock.el (lisp-font-lock-keywords-1):
29577         Set `font-lock-negation-char-face' for [^...] char group.
29578         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
29580         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
29581         a var, and refine it to mask one more level of nested vars.
29582         (makefile-rule-action-regex): Turn it into a var, and refine it so
29583         it recognizes backslashed continuation lines as belonging to the
29584         same command.
29585         (makefile-macroassign-regex): Refine it so it recognizes
29586         backslashed continuation lines as belonging to the same command.
29587         (makefile-var-use-regex): Don't look at the next char, because it
29588         might be the same one to be skipped by the initial [^$], leading
29589         to an overlooked variable use.
29590         (makefile-make-font-lock-keywords): Remove two parameters, which
29591         are now variables that some of the modes set locally.
29592         Handle dependency and rule action matching through functions, because
29593         regexps alone match too often.  Dependency matching now comes
29594         last, so it can check, whether a colon already matched something else.
29595         (makefile-mode): Inform that font-lock improves makefile parsing
29596         capabilities.
29597         (makefile-match-dependency, makefile-match-action): New functions.
29599 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
29601         * emacs-lisp/cl-extra.el (equalp): Doc fix.
29603         * align.el (align-regexp):
29604         * ansi-color.el (ansi-color-get-face):
29605         * array.el (array-reconfigure-rows, array-init-max-row)
29606         (array-init-max-column, array-init-columns-per-line)
29607         (array-init-field-width):
29608         * dired-aux.el (dired-trample-file-versions):
29609         * dired-x.el (dired-mark-sexp):
29610         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
29611         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
29612         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
29613         * faces.el (face-read-integer):
29614         * files.el (backup-extract-version, insert-directory):
29615         * hexl.el (hexl-insert-decimal-char):
29616         * server.el (server-process-filter):
29617         * shell.el (shell-extract-num):
29618         * startup.el (command-line-1):
29619         * term.el (term-command-hook):
29620         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
29621         (time-stamp-do-number):
29622         * time.el (display-time-update):
29623         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
29624         (timezone-fix-time):
29625         * vms-patch.el (vms-suspend-resume-hook):
29626         * calendar/appt.el (appt-convert-time):
29627         * calendar/cal-bahai.el (mark-bahai-diary-entries):
29628         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
29629         * calendar/cal-islam.el (mark-islamic-diary-entries):
29630         * calendar/calendar.el (calendar-cursor-to-date)
29631         (calendar-star-date):
29632         * calendar/diary-lib.el (diary-attrtype-convert)
29633         (mark-diary-entries, diary-entry-time):
29634         * calendar/solar.el (solar-get-number):
29635         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
29636         * emacs-lisp/re-builder.el (reb-display-subexp):
29637         * emulation/edt.el (edt-set-scroll-margins):
29638         * emulation/tpu-extras.el (tpu-set-scroll-margins):
29639         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
29640         (vip-get-ex-count):
29641         * emulation/viper-ex.el (viper-get-ex-token)
29642         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
29643         * international/fontset.el (fontset-plain-name):
29644         * mail/feedmail.el (feedmail-look-at-queue-directory):
29645         * mail/mailalias.el (mail-get-names):
29646         * mail/rmail.el (rmail-convert-to-babyl-format):
29647         * mail/rmailsum.el (rmail-make-basic-summary-line)
29648         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
29649         (rmail-summary-goto-msg):
29650         * mail/smtpmail.el (smtpmail-read-response):
29651         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
29652         (ange-ftp-vms-add-file-entry):
29653         * play/gametree.el (gametree-looking-at-ply)
29654         (gametree-current-branch-score):
29655         * progmodes/ada-xref.el (ada-prj-find-prj-file)
29656         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
29657         * progmodes/cperl-mode.el (condition-case):
29658         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
29659         (ebrowse-set-member-buffer-column-width)
29660         (ebrowse-select-1st-to-9nth):
29661         * progmodes/etags.el (etags-snarf-tag):
29662         * progmodes/flymake.el (flymake-parse-line):
29663         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
29664         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
29665         (idlwave-shell-menu-def):
29666         * progmodes/ps-mode.el (ps-run-goto-error):
29667         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
29668         (vhdl-speedbar-contract-level):
29669         * term/mac-win.el (x-handle-numeric-switch):
29670         * term/sun-mouse.el (sun-get-frame-data):
29671         * term/w32-win.el (x-handle-numeric-switch):
29672         * term/x-win.el (x-handle-numeric-switch):
29673         * textmodes/ispell.el (ispell-parse-output):
29674         * textmodes/nroff-mode.el (nroff-outline-level):
29675         * textmodes/reftex-cite.el (reftex-bib-sort-year)
29676         (reftex-bib-sort-year-reverse, reftex-format-citation):
29677         * textmodes/reftex-parse.el (reftex-init-section-numbers)
29678         (reftex-section-number):
29679         * textmodes/texinfmt.el (texinfo-paragraphindent):
29680         Replace `string-to-int' by `string-to-number'.
29682         * international/latexenc.el: Add page marker to force the "Local
29683         Variables:" string out of the last page.
29685 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
29687         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
29688         tooltip-change-major-mode.
29689         (gud-tooltip-print-command): Remove case where gud-minor-mode
29690         is gdb ("--fullname").
29691         (gud-tooltip-tips): Turn GUD tooltips off for this case and
29692         explain to user.
29694 2005-05-16  Jay Belanger  <belanger@truman.edu>
29696         * calc/calc-store.el (calc-copy-special-constant): New function.
29698         * calc/calc-ext.el (calc-init-extensions): Add binding for
29699         `calc-copy-special-constant'.
29701         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
29702         for the `calc-copy-special-constant' command.
29704 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
29706         * subr.el (left-fringe-p): New function.
29708         * progmodes/compile.el (compilation-setup): Set local value of
29709         overlay-arrow-string to "" always.
29710         (compilation-set-window): Left fringe then don't scroll.
29711         No left fringe then no arrow and scroll message to top.
29712         (compilation-context-lines): Adjust doc string accordingly.
29714 2005-05-16  Kim F. Storm  <storm@cua.dk>
29716         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
29717         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
29718         (ido-wide-find-dir-or-delete-dir): New command for M-d.
29719         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
29720         (ido-read-file-name): Handle commands with ido property value
29721         equal to find-file as reading a file name, to allow C-d to enter dired.
29722         (ibuffer-find-file): Add ido property with value find-file.
29724 2005-05-15  Kim F. Storm  <storm@cua.dk>
29726         * subr.el (open-network-stream-nowait): Remove.
29727         (open-network-stream-server): Remove.
29729 2005-05-15  Richard M. Stallman  <rms@gnu.org>
29731         * faces.el (describe-face): Output a definition link button.
29733         * help-mode.el (help-face-def): New button type.
29735         * emacs-lisp/copyright.el (copyright-fix-years):
29736         Match properly if the first year is 2-digit.
29737         Don't mess up the whitespace after the years by filling.
29739         * dired-aux.el (dired-mark-confirm):
29740         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
29742         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
29743         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
29744         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
29746         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29747         Set font-lock-comment-start-skip.
29749         * font-lock.el (font-lock-comment-start-skip): New variable.
29750         (font-lock-comment-end-skip): New variable.
29751         (font-lock-fontify-syntactically-region): Use them if non-nil.
29753 2005-05-15  Jay Belanger  <belanger@truman.edu>
29755         * calc/calc-store.el (calc-store-value): Return a string rather
29756         than display it as a message.
29757         Use calc-var-name for variable name.
29758         (calc-store-into): Add the result of calc-store-value to message.
29759         (calc-copy-variable): Add a message.
29760         (calc-store-exchange): Improve error messages.
29761         (calc-store-binary, calc-store-map): Don't reset the values of
29762         special constants.
29764 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
29766         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
29767         manual to docstring.
29769         * files.el (hack-local-variables-confirm): Add STRING argument.
29770         Make the function handle non file visiting buffers correctly.
29771         (hack-local-variables-prop-line, hack-local-variables)
29772         (hack-one-local-variable): Use STRING arg of
29773         `hack-local-variables-confirm'.
29775 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
29777         Sync with Tramp 2.0.49.
29779         * net/tramp.el (tramp-handle-dired-call-process)
29780         (tramp-handle-insert-directory):`insert-buffer' cannot be used
29781         because the contents of the Tramp buffer is changed before
29782         insertion (`expand-file' and alike).
29783         (tramp-handle-insert-directory): If `localname' has an empty
29784         nondirectory name, it must not be quoted.
29785         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
29786         variable `tramp-chunksize'.  Change callees.
29787         (tramp-open-connection-setup-interactive-shell): Check remote host
29788         for buggy `send-process-string' implementation.
29789         Set `tramp-chunksize' if found.  Reported by Michael Kifer
29790         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
29791         (tramp-handle-shell-command): `insert-buffer' cannot be used
29792         because the contents of the Tramp buffer is changed before
29793         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
29794         <frederic.bothamy@free.fr>.
29795         (tramp-set-auto-save): Actions should be done for Tramp file name
29796         handler only.  Ange-FTP has its own auto-save mechanism.
29797         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
29798         (tramp-set-auto-save-file-modes): Set file modes of
29799         `buffer-auto-save-file-name' to ?\600 as fallback solution.
29800         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
29801         (tramp-bug): Remove obsolete variable.
29802         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
29803         for presence of `mml-mode'.  Make it running for older Emacsen as well.
29805 2005-05-14  John Paul Wallington  <jpw@pobox.com>
29807         * ibuf-ext.el (define-ibuffer-filter filename):
29808         If `dired-directory' is a list, use its car.
29810 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
29812         * ibuffer.el (define-ibuffer-column filename):
29813         If `dired-directory' is a list, use its car.
29815 2005-05-14  Richard M. Stallman  <rms@gnu.org>
29817         * subr.el (symbol-file): Doc fix.
29819         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
29820         (byte-compile-form): Call byte-compile-nogroup-warn.
29821         (byte-compile-warning-types): Doc fix.
29823         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
29825         * progmodes/cc-engine.el (c-literal-faces):
29826         Add font-lock-comment-delimiter-face.
29828         * net/net-utils.el (dig): Use with-no-warnings.
29830         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
29831         (sc-recite-frame-alist, sc-default-cite-frame)
29832         (sc-default-uncite-frame, sc-default-recite-frame)
29833         (sc-attrib-selection-list, sc-rewrite-header-list):
29834         Mark as risky-local-variable.
29836         * international/ogonek.el (ogonek-jak, ogonek-how):
29837         Don't use beginning-of-buffer.
29839         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
29841         * calendar/solar.el (solar-data-list): Move definition up.
29843         * dnd.el (dnd-protocol-alist): Add autoload.
29845         * progmodes/sh-script.el: Many doc usage fixes.
29846         (sh-indent-after-do): Change default to match common styles.
29848 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
29850         * files.el (interpreter-mode-alist)
29851         (auto-mode-interpreter-regexp): Doc fixes.
29853 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
29855         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
29857         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
29859 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29861         * dired.el (dired-mode): make-variable-buffer-local =>
29862         make-local-variable.
29864 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29866         * term/mac-win.el (mac-select-convert-to-string): Try coding
29867         systems in mac-script-code-coding-systems if specified one cannot
29868         encode string for `com.apple.traditional-mac-plain-text'.
29870 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
29872         * progmodes/make-mode.el (makefile-targets-face)
29873         (makefile-shell-face, makefile-makepp-perl-face): New faces.
29874         (makefile-dependency-regex): Fix it to not make the colon in
29875         $(var:a=b) special.
29876         (makefile-rule-action-regex): New regexp for highlighting embedded
29877         Shell strings.
29878         (makefile-macroassign-regex): Handle != for highlighting as
29879         embedded Shell strings.
29880         (makefile-var-use-regex): New const.
29881         (makefile-statements, makefile-automake-statements)
29882         (makefile-gmake-statements, makefile-makepp-statements)
29883         (makefile-bsdmake-statements): New consts.
29884         (makefile-make-font-lock-keywords): New function.
29885         (makefile-automake-font-lock-keywords)
29886         (makefile-gmake-font-lock-keywords)
29887         (makefile-makepp-font-lock-keywords)
29888         (makefile-bsdmake-font-lock-keywords): New consts.
29889         (makefile-mode-map): Add switchers between the various submodes.
29890         (makefile-mode): Document the availability of the variants.
29891         (makefile-automake-mode, makefile-gmake-mode)
29892         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
29894         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
29895         new variants of makefile-mode.
29897 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
29899         * font-lock.el (font-lock-comment-delimiter-face): Fix up
29900         the inheritance.
29902 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
29904         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
29905         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
29907         * files.el (normal-mode): Extend the scope of the
29908         `enable-local-variables' binding to include the `set-auto-mode' call.
29909         (magic-mode-alist): Doc fix.
29911 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
29913         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
29914         font-lock-comment-face rather than copying its setting.
29916 2005-05-12  Andreas Schwab  <schwab@suse.de>
29918         * eshell/esh-mode.el (eshell-send-input): Doc fix.
29920 2005-05-12  Lute Kamstra  <lute@gnu.org>
29922         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
29923         defcustom for the mode hook variable.  Delete the last argument.
29924         * generic-x.el: Fix callers of define-generic-mode.
29925         (generic-x-modes): Delete group.
29926         (show-tabs-tab-face, show-tabs-space-face): Put them in the
29927         generic-x customization group.
29929 2005-05-12  Kim F. Storm  <storm@cua.dk>
29931         * font-lock.el (font-lock-negation-char-face): Default to "off".
29933         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
29934         font-lock-negation-char-face to ! in !=.
29936 2005-05-12  Masatake YAMATO  <jet@gyve.org>
29938         * add-log.el (find-change-log): Fix typos in the docstring
29939         of function.
29941 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
29943         * international/latexenc.el (latexenc-find-file-coding-system):
29944         Avoid `re-search-forward' when looking for input encoding because
29945         of speed and safety.  Better regular expressions for recognizing
29946         input encoding.  Limit a search for TeX-master/tex-main-file to
29947         the local variable section.
29949 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
29951         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
29952         syntax of $ to "'" (quote).
29954 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
29956         * dnd.el (dnd-protocol-alist): Improve custom type.
29958         * dired.el (dired-dnd-protocol-alist): New variable.
29959         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
29960         `dired-mode-hook' to the end.
29962 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29964         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
29965         comment-end if comment-start-skip is not set.
29966         Obey the font-lock-comment-delimiter-face variables.
29968 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29970         * files.el (executable-find): Move from executable.el.  Use
29971         locate-file.
29972         * progmodes/executable.el (executable-find): Move to files.el.
29974         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
29975         when trying to ensure forward progress.
29977 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
29979         * mouse-sel.el (mouse-sel-follow-link-p): New function.
29980         (mouse-select, mouse-select-internal, mouse-extend-internal):
29981         Use it to implement mouse-1-click-follows-link functionality.
29983 2005-05-11  Richard M. Stallman  <rms@gnu.org>
29985         * font-lock.el (font-lock-fontify-syntactically-region):
29986         Use font-lock-comment-delimiter-face for comment delimiters.
29988 2005-05-10  Jay Belanger  <belanger@truman.edu>
29990         * calc/calc-help.el (calc-m-prefix-help): Add mention of
29991         preserving embedded modes.
29993 2005-05-10  Richard M. Stallman  <rms@gnu.org>
29995         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
29997         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
29998         Move from ada-stmt.el.
29999         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30001         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30002         Move to ada-mode.el.
30003         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30005         * cus-edit.el (custom-file): Call file-chase-links.
30007         * files.el (read-directory-name): Fix previous change.
30008         (hack-local-variables-confirm): New function.
30009         (hack-local-variables-prop-line, hack-local-variables)
30010         (hack-one-local-variable): Use it.
30012 2005-05-10  Lute Kamstra  <lute@gnu.org>
30014         * font-lock.el (font-lock-keywords-alist)
30015         (font-lock-removed-keywords-alist): Clarify docstrings.
30017 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
30019         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30020         (gdb-source-info): Check for preprocessor info.
30021         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
30022         a macro for a function.
30023         (gdb-info-breakpoints-custom): Try to find file again if not already
30024         found (user might have used GDB dir command).
30025         (gdb-get-location): Update gdb-location-alist correctly for change
30026         to gdb-info-breakpoints-custom.
30028         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30029         (gud-tooltip-print-command): Add gdbmi case.
30030         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30031         preprocessor info.
30033 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
30035         * startup.el (fancy-splash-insert): Fix typo in doc string.
30037 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
30039         * obsolete/float.el (string-to-float):
30040         * obsolete/hilit19.el (hilit-add-pattern):
30041         * obsolete/rnews.el (news-parse-range, news-select-message)
30042         (news-get-pruned-list-of-files): Replace `string-to-int' by
30043         `string-to-number'.
30045         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30046         `find-file-not-found-hooks'; use `add-hook'.
30047         (uncompress-while-visiting): Set `write-file-functions', not
30048         `write-file-hooks'; use `add-hook'.
30050 2005-05-09  Kim F. Storm  <storm@cua.dk>
30052         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30053         (cua-paste): Handle clipboard action.
30054         (cua--init-keymaps): Remap clipboard-kill-region and
30055         clipboard-kill-ring-save.
30057 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
30059         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30060         Improve commentary.
30062         * simple.el (next-error-overlay-arrow-position): Revert the change
30063         made on 2005-04-30.
30065 2005-05-07  Jay Belanger  <belanger@truman.edu>
30067         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30068         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30069         `calc-sel-reselect'.
30071         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30072         Calc is in embedded mode.
30074 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
30076         * progmodes/compile.el (compilation-setup):
30077         Set overlay-arrow-string to an empty string on text terminals.
30079         * textmodes/ispell.el (ispell-program-name): Try looking for
30080         "aspell" along exec-path, and if found, use it as the default
30081         speller program.
30083 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
30085         * international/mule.el (sgml-xml-auto-coding-function):
30086         Recognize encoding='FOO' in single quotes as well as in double quotes.
30088 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
30090         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30091         as well as `interactive', so that defmacro* would recognize
30092         `declare' forms.
30094 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
30096         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30097         Explain more about the LIGHTER arg's usage in the doc string.
30098         Add commentary to clarify what the code does.  Fix the regexp that
30099         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
30100         since it could have characters special to regular expressions.
30102 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
30104         * replace.el (occur-1): Bind inhibit-read-only so that
30105         erase-buffer doesn't barf on read-only text properties (likewise
30106         for add-text-properties in occur-engine).  Mark buffer as unmodified.
30107         (occur-engine): Don't set buffer-read-only here.
30109 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30111         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30112         list-buffers-directory.  This caused the *cvs-commit* buffer to be
30113         sometimes mistakenly reused as a *cvs* buffer.
30115 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
30117         * tooltip.el: Move code for GUD tooltips into gud.el.
30118         (require): CL no longer needed to compile case.
30119         (tooltip-mode): Do not toggle functions for GUD tooltips.
30120         (tooltip-gud-tips-p): Remove.  Replace with minor mode
30121         gud-tooltip-mode in gud.el.
30122         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30123         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30124         tooltip-gud prefix with gud-tooltip and obsolete.
30125         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30126         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30127         (tooltip-mouse-motion): Mouse movement functions/variable.
30128         Rename in gud.el by adding gud prefix.
30129         (tooltip-gud-original-filter, tooltip-gud-dereference)
30130         (tooltip-gud-event, tooltip-toggle-gud-tips)
30131         (tooltip-gud-process-output, tooltip-gud-print-command)
30132         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
30133         gud.el by replacing tooltip-gud prefix with gud-tooltip.
30134         (gdb-tooltip-print): Move to gdb-ui.el.
30136         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30137         (require): CL needed to compile case.
30138         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30139         tooltip-gud-tips-p.  Make it a minor-mode.
30140         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30141         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30142         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30143         (gud-tooltip-change-major-mode)
30144         (gud-tooltip-activate-mouse-motions-if-enabled)
30145         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30146         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30147         (gud-tooltip-original-filter, gud-tooltip-dereference)
30148         (gud-tooltip-event, tooltip-toggle-gud-tips)
30149         (gud-tooltip-process-output, gud-tooltip-print-command)
30150         (gud-tooltip-tips): Move from tooltip.el.
30152         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30153         (gdb-cpp-define-alist-flags): Doc fix.
30154         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30155         gud-tooltip-mode is t.
30157 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30159         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30160         evaporate if their text is deleted.
30161         (goto-address-at-point): Make it work as a mouse binding as well.
30162         (goto-address-at-mouse): Obsolete it.  Update users.
30164 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
30166         * calendar/appt.el (top-level): No longer activate on load.
30168 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
30170         * calendar/cal-bahai.el (mark-bahai-diary-entries):
30171         * net/webjump.el (webjump):
30172         * progmodes/idlw-help.el (idlwave-do-context-help1)
30173         (idlwave-highlight-linked-completions):
30174         * textmodes/po.el (po-find-file-coding-system-guts):
30175         Replace `assoc-ignore-case' by `assoc-string'.
30177 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
30179         * files.el (locate-file): Doc fix.
30181         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30182         Remove the redundant test for ms-dos.
30184         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30185         look for the preprocessor with exec-suffixes.  If not found in
30186         standard places, look in exec-path.  Remove most of the tests that
30187         used system-type.
30189         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30191         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30193         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30194         file-name clash with jka-compr.el on 8+3 filesystems.
30196 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30198         * term/mac-win.el: Don't define or bind scroll bar functions if
30199         x-toolkit-scroll-bars is t.
30200         (x-select-text, x-get-selection-value): Clear
30201         x-last-selected-text-clipboard if x-select-enable-clipboard is
30202         nil.
30203         (PRIMARY): Put mac-scrap-name property.
30204         (mac-select-convert-to-file-url): New function.
30205         (public.file-url): New selection target type.  Add to
30206         selection-converter-alist.
30207         (x-get-selection, x-selection-value): Handle it.
30208         (x-cut-buffer-or-selection-value): New alias.
30210 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30212         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30213         entry to avoid calling bibtex-find-entry with arg global
30214         being t.  Remove arg key.
30215         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30216         (bibtex-copy-summary-as-kill): Change accordingly.
30218 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30220         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30221         (org-agenda-date-later): Use with-current-buffer.
30223 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
30225         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30226         (define-obsolete-variable-alias): Doc Fixes.
30228 2005-05-06  Kim F. Storm  <storm@cua.dk>
30230         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
30231         vertical-motion when selective-display is active.
30233         * ido.el (ido-setup-hook): New hook.
30234         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30235         (ido-input-stack): New var.
30236         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
30237         ido-next-work-file binding to M-O.
30238         Bind M-f to ido-wide-find-file-or-pop-dir.
30239         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30240         (ido-read-internal): Run ido-setup-hook.
30241         Catch quit in read-file-name and read-string to cancel edit.
30242         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30243         Automatically pop-all when completing a directory name (RET).
30244         (ido-file-internal): Add with-no-warnings around ffap and dired code.
30245         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30246         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30247         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30248         New functions for M-b/M-f to move among the directory components.
30249         (ido-make-merged-file-list): Catch quit to cancel merge.
30250         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30251         (ido-completion-help): No warnings for ido-completion-buffer-full.
30253 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
30255         * font-lock.el (font-lock-negation-char-face): New face and variable.
30256         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30257         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30258         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30259         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30261 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
30263         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30264         Fix typo in docstring.
30266         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30267         (ebrowse-print-statistics-line)
30268         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30270         * term/w32-win.el (image-library-alist): Add additional name for
30271         Xpm library.
30273 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
30275         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30276         use gcc instead of cpp.
30278         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30279         (gdb-create-define-alist): Use it.
30280         (gdb-cpp-define-alist-program): Update for MS-DOS.
30282 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
30284         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30286 2005-05-04  Richard M. Stallman  <rms@gnu.org>
30288         * help.el (describe-key): No error when UNTRANSLATED is nil.
30290         * simple.el (line-move-1): Fix previous change to signal errors
30291         appropriately.
30293 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
30295         * calendar/icalendar.el (icalendar-version): Now at 0.12.
30296         (icalendar-duration-correction): Remove.
30297         (icalendar--get-event-properties): Split result at commas.
30298         (icalendar--decode-isoduration): New optional argument
30299         DURATION-CORRECTION.
30300         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30301         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30302         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30303         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30304         (icalendar--convert-anniversary-to-ical): New functions, extracted
30305         from icalendar-export-region, with bug fixes.
30306         (icalendar-export-region): Use the above functions.
30307         (icalendar-import-buffer): Check before saving diary file.
30308         (icalendar--convert-recurring-to-diary)
30309         (icalendar--convert-non-recurring-all-day-to-diary)
30310         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30311         extracted from icalendar--convert-ical-to-diary, with bug fixes.
30312         (icalendar--convert-ical-to-diary): Use the above functions.
30314 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
30316         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30317         Remove these recent additions.
30318         (c-mode): Restore to before 2005-04-28.
30320         * progmodes/cc-vars.el (cc-define-list-program): Remove this
30321         recent addition.
30323         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30324         (gdb-define-alist): New variables.
30325         (gdb-create-define-alist): New function.
30326         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30327         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30328         with string-to-number.
30329         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
30331         * progmodes/gud.el: Replace string-to-int with string-to-number.
30332         (gud-find-file): Handle gdb-define-alist.
30334         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30336 2005-05-02  Jay Belanger  <belanger@truman.edu>
30338         * calc/calc-aent.el (math-read-token):
30339         * calc/calc-bin.el (calc-word-size):
30340         * calc/calc-ext.el (calc-read-number-fancy):
30341         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30342         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30343         * calc/calc-frac.el (calc-over-notation):
30344         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30345         (calc-graph-num-points, calc-graph-init):
30346         * calc/calc-prog.el (calc-read-parse-table-part)
30347         (calc-edit-macro-repeats):
30348         * calc/calc-yank.el (calc-do-grab-rectangle):
30349         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30350         Replace `string-to-int' by `string-to-number'.
30352 2005-05-02  Kim F. Storm  <storm@cua.dk>
30354         * kmacro.el: Use executing-kbd-macro-index variable.
30356 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
30358         * net/rlogin.el (rlogin-parse-words): Delete func.
30359         (rlogin): Use split-string, not rlogin-parse-words.
30360         Also, if there are option-like elements in the parsed args,
30361         take the host to be the first arg immediately following them.
30362         Suggested by Michael Mauger.
30364 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
30366         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30368 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30370         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30371         (cc-mode-cpp-program): Rename to cc-define-list-program and
30372         move to cc-vars.el.
30374         * progmodes/cc-vars.el (cc-define-list-program):
30375         Change to "gcc -E -dM -".  Make customizable.
30377 2005-05-02  Kim F. Storm  <storm@cua.dk>
30379         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30381 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30383         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30385         * international/mule-util.el (truncate-string): Remove alias and
30386         obsolete declaration.
30388         * international/mule-cmds.el (update-iso-coding-systems):
30389         Remove alias and obsolete declaration.
30391         * international/mule.el (coding-system-parent): Remove alias and
30392         obsolete declaration.
30394         * subr.el (define-function, sref): Remove aliases and obsolete
30395         declarations.
30396         (chars-in-region): Remove obsolete declaration.
30398 2005-05-01  Richard M. Stallman  <rms@gnu.org>
30400         * info.el (Info-mode): Set widen-automatically to nil, locally.
30402         * simple.el (widen-automatically): New variable.
30403         (pop-global-mark): Obey widen-automatically.
30405 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
30407         * term/xterm.el (function-key-map): Call substitute-key-definition
30408         before the keymap size is increased by a lot of define-key calls.
30410 2005-05-01  Richard M. Stallman  <rms@gnu.org>
30412         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30413         Rename ARG to ELEMENT.  Doc fix.
30415 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
30417         * allout.el (allout-exposure): Remove macro and obsolete declaration.
30418         Remove references to allout-exposure/change to allout-new-exposure.
30420         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30421         bytecode symbols.
30423         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
30424         (compiled-function-p, focus-frame, unfocus-frame):
30425         Remove aliases and obsolete declarations.
30426         Back out inadvertent changes from previous commit.
30428 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
30430         * files.el (require-final-newline): Make Custom tags consistent
30431         with mode-require-final-newline.
30432         (mode-require-final-newline): Doc fix.
30434 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30436         * international/latexenc.el (latexenc-find-file-coding-system):
30437         Fix regular expressions.
30439 2005-05-01  David Kastrup  <dak@gnu.org>
30441         * international/latexenc.el (latexenc-find-file-coding-system):
30442         Fix regular expressions.
30444 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
30446         * subr.el (string-to-int): Make obsolete.
30448 2005-04-30  Richard M. Stallman  <rms@gnu.org>
30450         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
30452         * loadup.el: load jka-comp-hook.
30454         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
30455         (jka-compr-handler): Add autoload.  `put' calls moved
30456         to jka-comp-hook.el.
30457         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
30458         (jka-compr-inhibit): Autoload.
30460         * jka-comp-hook.el: New file.
30461         Enable the mode by default.
30463         * files.el (backup-buffer-copy): Use copy-file instead
30464         of write-region, and put back the 'excl.
30466 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
30468         * progmodes/flymake.el (flymake-split-string)
30469         (flymake-split-string, flymake-log, flymake-pid-to-names)
30470         (flymake-reg-names, flymake-get-source-buffer-name)
30471         (flymake-unreg-names, flymake-add-line-err-info)
30472         (flymake-add-err-info): Clarify docstrings.
30473         (flymake-popup-menu, flymake-make-emacs-menu)
30474         (flymake-make-xemacs-menu): Add docstrings.
30475         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30476         Set variables directly throughout.
30478 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
30480         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
30481         exists.  Initialize cc-define-alist.
30482         (c-mode): Add cc-create-define-alist locally to after-save-hook.
30483         If there is no file (Macroexpansion) don't create an alist.
30485 2005-04-29  Sam Steingold  <sds@gnu.org>
30487         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
30488         (cc-create-define-alist): Use it instead of the hard-coded string.
30490 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30492         * international/mule-conf.el (file-coding-system-alist): Fix regexp
30493         for latexenc.
30495 2005-04-29  Lute Kamstra  <lute@gnu.org>
30497         * emacs-lisp/generic.el: Improve commentary section.
30498         (define-generic-mode): Improve docstring.
30500 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
30502         * textmodes/org.el (many places): Change to quiet the byte compiler.
30503         (org-prefix-format-compiled): New variable.
30504         (org-compile-prefix-format): New function.
30505         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
30506         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
30507         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
30508         (org-get-entries-from-diary): Use `org-get-time-of-day' for
30509         consistency with entries from `org-mode' files.
30510         (org-get-time-of-day): Fix bug with partial matches early in a line.
30511         (org-non-link-chars): New constant.
30512         (org-link-regexp): Respect `org-non-link-chars'.
30513         (org-agenda-day-view): Remove command.
30514         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
30515         (org-follow-bbdb-link, org-store-link): Search also company field.
30516         (org-highlight-overlay): New variable.
30517         (org-highlight, org-unhighlight): New functions.
30518         (org-agenda-mode): Add pre-command-hook to remove highlight.
30519         (org-evaluate-time-range): Behavior depends upon whether time stamp
30520         contains a time or not.
30521         (org-show-subtree, org-show-entry): New functions.
30522         (org-agenda-cleanup-fancy-diary): Remove empty lines.
30524 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
30526         * comint.el (comint-output-filter-functions): Add autoload cookie.
30528 2005-04-28  Kim F. Storm  <storm@cua.dk>
30530         * ido.el (ido-everywhere): Fix last change.
30532 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
30534         * international/latexenc.el: New file.
30535         * international/mule-conf.el (file-coding-system-alist): For .tex,
30536         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
30538 2005-04-28  Lute Kamstra  <lute@gnu.org>
30540         * font-lock.el (font-lock-add-keywords)
30541         (font-lock-remove-keywords): Clarify docstring.
30542         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
30543         Don't start docstrings with a `*'.
30544         (font-lock-update-removed-keyword-alist): Give it a docstring.
30546         * generic-x.el: Update commentary section.
30547         Only require font-lock when compiling.
30548         Define all modes conditionally.
30549         Place all generic modes in the generic-x-modes customization group.
30550         (generic-x-modes): New customization group.
30551         (generic-default-modes, generic-mswindows-modes)
30552         (generic-unix-modes, generic-other-modes): New constants.
30553         (generic-define-mswindows-modes, generic-define-unix-modes):
30554         Update docstrings.  Make them obsolete.
30555         (generic-extras-enable-list): New default value.  Update docstring.
30556         Improve :type.  Change :set function.
30557         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
30558         Fix docstring.
30560         * emacs-lisp/generic.el (generic-mode-internal):
30561         Simplify font-lock-defaults.
30562         (define-generic-mode): Fix docstring.
30564 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30566         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
30567         font-lock-face property to highlight matches.
30569 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
30571         * progmodes/cc-mode.el (cc-create-define-alist): New function.
30572         (cc-define-alist): New variable.
30573         (c-mode): Make it local and initialize it.
30575         * progmodes/gdb-ui.el (gdb-active-process): New variable.
30576         (gdb-exited): New function.
30577         (gdb-annotation-rules): Use it.
30578         (gdb-starting): Set gdb-active-process to t.
30579         (gdb-stopping): Amend doc string.
30580         (gdb-reset): Set gdb-active-process to nil.
30582         * tooltip.el (tooltip-gud-tips): Show the associated #define
30583         directives when a C program under GDB is not executing.
30585 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30587         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
30588         font-lock-fontify-syntactic-keywords.
30590         * font-lock.el (font-lock-default-fontify-region): Don't force
30591         parse-sexp-lookup-properties to nil.
30593 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
30595         * man.el (man-mode-syntax-table): Set up `:' to have
30596         word-constituent syntax.
30598 2005-04-27  Lute Kamstra  <lute@gnu.org>
30600         * novice.el (disable-command): Don't add spurious newlines to the
30601         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
30603 2005-04-26  Jay Belanger  <belanger@truman.edu>
30605         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
30606         than one window before deleting window.
30608 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
30610         * shell.el (shell-prompt-pattern): Doc fix.
30611         (shell-mode): Set paragraph-separate buffer locally to "\\'".
30613         * comint.el (comint-prompt-regexp, comint-get-old-input)
30614         (comint-use-prompt-regexp)
30615         (comint-use-prompt-regexp-instead-of-fields)
30616         (comint-replace-by-expanded-history, comint-send-input)
30617         (comint-output-filter, comint-get-old-input-default)
30618         (comint-line-beginning-position, comint-bol, comint-show-output)
30619         (comint-backward-matching-input, comint-forward-matching-input)
30620         (comint-next-prompt, comint-previous-prompt):
30621         Rename `comint-use-prompt-regexp-instead-of-fields' to
30622         `comint-use-prompt-regexp'.  Keep old name as alias and declare
30623         obsolete.
30624         (comint-use-prompt-regexp): Shorten first line of doc string.
30626         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
30627         Set paragraph-separate buffer locally to "\\'".
30629         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
30630         Adapt to above name change.
30632         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
30633         (smbclient-prompt-regexp): Ditto.
30635         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
30637 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
30639         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
30640         gdb-location-list.
30641         Break lines that are over 80 characters wide.
30643 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30645         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
30646         New fun and var, to preserve compatibility.
30648         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
30650 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
30652         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
30653         name to file-newer-than-file-p.
30655 2005-04-26  Richard M. Stallman  <rms@gnu.org>
30657         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
30659         * progmodes/python.el (python-mode):
30660         Use new name eldoc-documentation-function.
30662         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
30664         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30665         (eldoc-documentation-function):
30666         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
30668 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
30670         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
30672 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
30674         * term/xterm.el (function-key-map): Fix strings for
30675         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
30676         {C,S,A,C-S}-{f1-f12}.
30678 2005-04-26  Kenichi Handa  <handa@m17n.org>
30680         * international/mule-cmds.el (select-safe-coding-system):
30681         Fix previous change.
30683 2005-04-26  Lute Kamstra  <lute@gnu.org>
30685         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
30687         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
30688         (font-lock-comment-delimiter-face): Ditto.
30690         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
30692 2005-04-25  Jay Belanger  <belanger@truman.edu>
30694         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
30695         to t while inserting information; use help-mode.
30697 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
30699         * term.el (ansi-term-color-vector): Use the xterm colors.
30700         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
30702 2005-04-25  Lute Kamstra  <lute@gnu.org>
30704         * font-core.el (font-lock-defaults): Fix docstring.
30706         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
30708 2005-04-25  Kenichi Handa  <handa@m17n.org>
30710         * international/mule-cmds.el (select-safe-coding-system):
30711         Don't check consistency with coding: spec, etc if raw-text or
30712         no-conversion was found to be safe.
30714 2005-04-24  Richard M. Stallman  <rms@gnu.org>
30716         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
30717         citation markers at start of each line.
30719         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
30720         citation markers at start of each line.
30722         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
30724         * files.el (mode-require-final-newline): Fix previous change.
30725         (require-final-newline): Fix type label.
30727 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
30729         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
30730         statement in buffer (broken by 2004-11-24 change).
30732 2005-04-24  Kim F. Storm  <storm@cua.dk>
30734         * ido.el (ido-everywhere): Save and restore old read-buffer-function
30735         and read-file-name-function values.  Don't overwrite existing
30736         non-nil values if ido-mode is enabled without ido-everywhere.
30738 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
30740         * files.el (mode-require-final-newline): Minor doc fix.
30742 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
30744         * subr.el (syntax-after): Doc fix.
30745         (syntax-class): If argument is nil, return nil.  Mask off upper 16
30746         bits, not 8 bits.
30748         * files.el (mode-require-final-newline): Doc fix.
30749         (backup-buffer-copy): Fix last change.
30751 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30753         * term/mac-win.el: Require select.  Set selection-coding-system to
30754         mac-system-coding-system.  Call menu-bar-enable-clipboard.
30755         (x-last-selected-text-clipboard, x-last-selected-text-primary)
30756         (x-select-enable-clipboard): New variables.
30757         (x-select-text, x-get-selection, x-selection-value)
30758         (x-get-selection-value, mac-select-convert-to-string)
30759         (mac-services-open-file, mac-services-open-selection)
30760         (mac-services-insert-text): New functions.
30761         (CLIPBOARD, FIND): Put mac-scrap-name property.
30762         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
30763         (public.tiff): Put mac-ostype property.
30764         (selection-converter-alist): Add entries for them.
30765         (mac-application-menu-map): New keymap.
30766         (interprogram-cut-function, interprogram-paste-function): Set to
30767         x-select-text and x-get-selection-value, respectively.
30768         (split-window-keep-point): Set to t.
30770 2005-04-23  Richard M. Stallman  <rms@gnu.org>
30772         * files.el (read-directory-name): Always pass non-nil
30773         DEFAULT-FILENAME arg to read-file-name.
30774         (backup-buffer-copy, basic-save-buffer-2): Take care against
30775         writing thru an unexpected existing symlink.
30776         (revert-buffer): In indirect buffer, revert the base buffer.
30777         (magic-mode-alist): Doc fix.
30778         (buffer-stale-function): Doc fix.
30779         (minibuffer-with-setup-hook): Avoid warning.
30780         (mode-require-final-newline): Doc and custom fix.
30782         * follow.el (follow-end-of-buffer): Use with-no-warnings.
30784         * font-lock.el (font-lock-comment-face): On terminals with few colors,
30785         use the default appearance.
30786         (font-lock-comment-delimiter-face): New face, new variable.
30788         * imenu.el (imenu--generic-function): The official position of a
30789         definition is the start of the line that BEG is in.
30791         * midnight.el (midnight-timer): Move defvar up.
30793         * mouse.el (mouse-drag-region-1): Delete some debugging code.
30795         * saveplace.el (save-place-to-alist): Use with-no-warnings.
30797         * startup.el (command-line): Use with-no-warnings.
30799         * window.el (window-size-fixed): New defvar.
30801         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
30803         * mail/rmail.el (rmail-font-lock-keywords):
30804         Use font-lock-comment-delimiter-face.
30806         * mail/sendmail.el (mail-font-lock-keywords):
30807         Use font-lock-comment-delimiter-face.
30809         * progmodes/compile.el (next-error-highlight-timer): New defvar.
30811 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
30813         * progmodes/compile.el (compilation-mode-font-lock-keywords):
30814         Specify t for LAXMATCH when matching directories.
30815         Save match data around compilation-compat-error-properties form.
30817 2005-04-23  David Kastrup  <dak@gnu.org>
30819         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
30820         Mention that the autoloaded aliases should be kept for AUCTeX.
30822 2005-04-23  Andreas Schwab  <schwab@suse.de>
30824         * isearch.el (isearch-forward): Doc fix.
30826 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
30828         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
30829         (jit-lock-stealth-nice): Change default value to 0.5.
30831 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
30833         * abbrev.el (write-abbrev-file): Write table entries in
30834         alphabetical order by table name.
30836 2005-04-22  Kim F. Storm  <storm@cua.dk>
30838         * ido.el (ido-read-internal): Fix `list' completion.
30840 2005-04-22  Kenichi Handa  <handa@m17n.org>
30842         * recentf.el (recentf-save-file-coding-system): New variable.
30843         (recentf-save-list): Encode the file by
30844         recentf-save-file-coding-system and add coding: tag.
30846 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
30848         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
30850 2005-04-21  Lute Kamstra  <lute@gnu.org>
30852         * loadhist.el (unload-feature): Don't remove a function from hooks
30853         if it is about to be restored to an autoload .  Remove functions
30854         that will become unbound from auto-mode-alist.  Simplify the code.
30856         * subr.el (assq-delete-all): New implementation that is linear,
30857         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
30858         (rassq-delete-all): New function.
30860         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30861         Add size-indication-mode.
30863 2005-04-21  Kenichi Handa  <handa@m17n.org>
30865         * international/mule-cmds.el: Add autoload for widget-value in
30866         eval-when-compile.
30868 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
30870         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30871         Add tooltip-mode.
30873         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
30875 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
30877         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
30878         (inferior-lisp-filter-regexp, inferior-lisp-program)
30879         (inferior-lisp-load-command, inferior-lisp-prompt)
30880         (inferior-lisp-mode-hook, lisp-source-modes)
30881         (inferior-lisp-load-hook): defvar->defcustom.
30882         (inferior-lisp-program, inferior-lisp-prompt)
30883         (inferior-lisp-load-hook): Doc fixes.
30884         (inferior-lisp-install-letter-bindings): Small change in
30885         introductory comment.
30887 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
30889         * vc.el (vc-annotate-color-map): Change some colors so that text
30890         using them as foreground is readable on both white and black
30891         backgrounds.
30893 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30895         * international/mule-conf.el (translation-table-for-input):
30896         Remove redundant declaration.
30898 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
30900         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
30902         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
30903         (tooltip-toggle-gud-tips): New function.
30905 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30907         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
30908         right angle brackets.
30910 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
30912         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
30914 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
30916         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
30917         Remove.  Update callers to use expand-file-name instead.
30919         * subr.el (syntax-class): New function.
30921         * simple.el (blink-matching-open): Use it.
30923         * paren.el (show-paren-function): Use it to recognize parens that are
30924         also used in 2-char comment markers.
30926 2005-04-19  Lute Kamstra  <lute@gnu.org>
30928         * loadhist.el (unload-feature): Update for new format of
30929         load-history.  Simplify the code.
30931 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30933         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
30934         (mac-add-charset-info): New function.  Initialize variable
30935         mac-charset-info-alist using it.
30936         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
30937         for translation.
30938         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
30939         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
30940         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
30941         New CCL programs.
30943 2005-04-19  Kim F. Storm  <storm@cua.dk>
30945         * simple.el (next-buffer, prev-buffer, next-error)
30946         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30947         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
30949         * bindings.el (next-buffer, prev-buffer, next-error)
30950         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30951         (clone-indirect-buffer-other-window): Move bindings from simple.el.
30952         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
30953         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
30955 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
30957         * isearch.el (isearch-edit-string): Make the search-ring available for
30958         minibuffer history commands.
30959         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
30960         the default history commands now work just as well.
30961         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
30963 2005-04-18  Kim F. Storm  <storm@cua.dk>
30965         * emulation/cua-base.el (cua--pre-command-handler): Add more
30966         elaborate check for shift modifier on non-window systems.
30968 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
30970         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
30972 2005-04-18  Kim F. Storm  <storm@cua.dk>
30974         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
30975         and make it optional.  Don't test tooltip-gud-echo-area here.
30976         (tooltip-gud-process-output, gdb-tooltip-print):
30977         Pass tooltip-gud-echo-area to tooltip-show.
30978         (tooltip-help-tips): Remove second optional arg to tooltip-show.
30980 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30982         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
30983         `display-graphic-p' may not be bound yet.
30985 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
30987         * startup.el (command-line): No longer enable Xterm Mouse mode by
30988         default in terminals compatible with xterm.
30990         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
30992 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
30994         * tooltip.el (tooltip-gud-echo-area): Rename from
30995         tooltip-use-echo-area.
30996         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
30997         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
30998         area independently of where help tooltips are displayed.
31000 2005-04-17  David Kastrup  <dak@gnu.org>
31002         * cus-theme.el (custom-theme-write-variables): Quote variables
31003         where necessary.
31005 2005-04-17  Richard M. Stallman  <rms@gnu.org>
31007         * simple.el (yank-excluded-properties): Add follow-link to value.
31009         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31011         * startup.el (fancy-splash-max-time): Just 30 seconds.
31012         (fancy-splash-delay): Just 7.
31013         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31015         * loadhist.el (unload-feature): Update for new format of load-history.
31016         Simplify the code.
31018         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31019         (rmail-font-lock-keywords): Don't fontify the text of a citation.
31021         * mail/sendmail.el (mail-font-lock-keywords):
31022         Don't fontify subject text.
31023         Don't fontify the text of a citation.
31025 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
31027         * comint.el (comint-output-filter): Run comint-output-filter-functions
31028         with point where the user had it.
31030 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
31032         * international/ucs-tables.el (ucs-set-table-for-input):
31033         Disable when using unify-on-decoding.
31035 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
31037         * emulation/cua-base.el (cua-global-mark-face): Add special case
31038         for displays supporting a high number of colors.
31040 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
31042         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31044 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
31046         * filesets.el (filesets-add-buffer): If user supplies a name of a
31047         non-existing fileset, create a new fileset.
31049 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
31051         * textmodes/org.el (org-up-heading-all): Fix bug with
31052         `outline-up-heading-all'.
31054 2005-04-16  Andreas Schwab  <schwab@suse.de>
31056         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31057         /etc/permissions.d/* and /etc/aliases.d/*.
31059 2005-04-16  Kenichi Handa  <handa@m17n.org>
31061         * international/code-pages.el (cp-make-coding-system):
31062         Set `translation-table-for-input' property value to the symbol
31063         ucs-mule-to-mule-unicode, not to that value.
31064         (pt154): Escape guillemet by `\'.
31066 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
31068         * loadup.el: Load tooltip if x-show-tip is fboundp.
31070         * startup.el (command-line): Add comment.
31072         * tooltip.el (tooltip-mode): Specify correct standard value for
31073         Custom in init-value.
31075 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
31077         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31078         possible.
31080 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
31082         * textmodes/org.el (org-agenda-date-prompt): Rename from
31083         `org-agenda-date-today'.
31084         (org-evaluate-time-range): Insert at point instead of directly
31085         after time range.
31086         (org-first-headline-recenter, org-subtree-end-visible-p)
31087         (org-optimize-window-after-visibility-change): New functions
31088         (org-agenda-post-command-hook): Don't allow point at end of line,
31089         to make sure it always hits the text properties.
31090         (org-agenda-next-date-line, org-agenda-previous-date-line):
31091         New commands.
31092         (org-set-regexps-and-options): Category may contain white space.
31093         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31094         Improve marker positions.
31095         (org-agenda-new-marker): Argument POS made optional.
31096         (org-agenda-get-timestamps): Deadlines which are done are listed
31097         in org-done-face now.
31098         (org-agenda-get-todos, org-agenda-get-timestamps)
31099         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31100         Set `undone-face' and `done-face' properties.
31101         (org-last-todo-state-is-todo): New variable.
31102         (org-todo): Set `org-last-todo-state-is-todo'.
31103         (org-agenda-todo): Change face according to
31104         `org-last-todo-state-is-todo'.  And change other lines referring to
31105         the same entry.
31106         (org-calendar-goto-agenda): New command.
31107         (org-calendar-to-agenda-key): New option.
31108         (org-startup-folded): New allowed value `content'.
31109         (org-set-regexps-and-options): Accept new value `content' for
31110         `org-startup-folded'.
31111         (org-get-current-options): Handle new value `content' for
31112         `org-startup-folded'.
31113         (org-insert-todo-heading): New command.
31114         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31115         interactively in empty file and option
31116         `org-insert-mode-line-in-empty-file' has been set.
31117         (org-agenda-todo, org-agenda-priority): Modify to use
31118         `org-agenda-change-all-lines'.
31119         (org-warning-face): Change color on dark background.
31121 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31123         * international/mule-cmds.el (set-locale-environment): On Mac OS,
31124         use preferences AppleLocale and AppleLanguages, and variable
31125         mac-system-locale for default locale.  On Mac OS Classic, use
31126         mac-system-coding-system for default coding systems.
31128         * term/mac-win.el: Don't set file-name-coding-system.
31129         Decode variables system-name, emacs-build-system, user-login-name, and
31130         user-full-name by mac-system-coding-system on Mac OS Classic.
31131         (mac-system-coding-system): New variable.
31133 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
31135         * startup.el (command-line): Handle `xterm-mouse-mode' before
31136         reading init file.
31138         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31140 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
31142         * progmodes/sh-script.el (sh-here-document-word): Make it a
31143         defcustom.  Doc fix.
31144         (sh-add): Bash uses $(( )) for arithmetic.
31145         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31146         (sh-maybe-here-document): Remove quotes and leading whitespace
31147         from heredoc word when closing.  Indent heredoc with tabs if word
31148         starts with "-".
31150 2005-04-13  Richard M. Stallman  <rms@gnu.org>
31152         * simple.el (undo): Fix previous change.
31154         * custom.el (defface): Doc fix.
31156 2005-04-13  Lute Kamstra  <lute@gnu.org>
31158         * Makefile.in (DONTCOMPILE): Remove list.
31159         (compile, compile-always): Don't use DONTCOMPILE.
31160         (update-authors): Load the library in which batch-update-authors
31161         is defined.
31162         * makefile.w32-in (DONTCOMPILE): Remove list.
31163         (compile, compile-always): Fix comments.
31164         (update-authors): Load the library in which batch-update-authors
31165         is defined.
31167         * generic-x.el (generic-mode-ini-file-find-file-hook):
31168         Rename to ini-generic-mode-find-file-hook.
31169         Keep generic-mode-ini-file-find-file-hook as an alias.
31170         (ini-generic-mode-find-file-hook): Rename from
31171         generic-mode-ini-file-find-file-hook.  Fix docstring.
31172         (ini-generic-mode): Docstring change.
31173         (bat-generic-mode-run-as-comint): Silence the byte compiler.
31175         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31176         called from lisp.
31178         * generic.el: Move to the emacs-lisp subdir.
31180 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
31182         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31183         and C-S- function and cursor motion keys.
31185 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
31187         * startup.el (command-line): Enable Xterm Mouse mode by default.
31188         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31189         for Custom.  No longer show "Mouse" in mode line when enabled.
31190         Doc fix.
31192 2005-04-12  Kim F. Storm  <storm@cua.dk>
31194         * emulation/cua-base.el (cua-rectangle-face)
31195         (cua-rectangle-noselect-face): Define face attributes here.
31197         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31199 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31201         * startup.el (command-line): Turn off blinking cursor if
31202         cursorBlink in resources is off or false.
31204 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31206         * term/mac-win.el (dnd): Require dnd.
31207         (mac-drag-n-drop): Call dnd-handle-one-url.
31208         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31209         (kTextEncodingISOLatin2): Remove constants.
31210         (mac-script-code-coding-systems): New constant.
31211         (mac-handle-language-change): New function.
31212         (special-event-map): Bind it to `language-change' event.
31213         (mac-centraleurroman, mac-cyrillic): New coding systems.
31214         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31215         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31216         and mac-cyrillic-encoder to encode-mac-centraleurroman and
31217         encode-mac-cyrillic, respectively.
31219 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31221         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31222         Don't set overlay-arrow-string to "=>" as this is done
31223         globally in C now.
31225 2005-04-12  Lute Kamstra  <lute@gnu.org>
31227         * generic-x.el (rc-generic-mode, rul-generic-mode):
31228         Fix auto-mode-alist entries.
31229         (etc-fstab-generic-mode): Tweak fontification.
31231         * generic.el (generic-make-keywords-list): Fix docstring.
31232         (generic-mode-internal): Simplify generic-font-lock-keywords.
31234 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31236         * whitespace.el (whitespace-buffer-leading)
31237         (whitespace-buffer-trailing): Revert the incorrect test inversion.
31238         However, fix the highlight area for the leading and
31239         trailing whitespaces to show space.
31241 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31243         * whitespace.el (whitespace-version): Bump to 3.5.
31245         (whitespace-buffer-leading, whitespace-buffer-trailing):
31246         Invert sense of the test to highlight the whitespace.
31248 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31250         * progmodes/gud.el (gud-display-line): GUD uses its own
31251         overlay arrow now so don't set overlay-arrow-string.
31252         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31254 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
31256         * term.el (term-ansi-current-bold, term-ansi-current-underline)
31257         (term-ansi-current-reverse, term-ansi-current-invisible)
31258         (term-ansi-face-already-done): Change to boolean.
31259         (term-reset-terminal, term-handle-colors-array): Handle the above
31260         vars accordingly.
31261         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31262         (term-emulate-terminal): Use the new name.
31264         * faces.el (secondary-selection): Use yellow1, not yellow.
31265         (trailing-whitespace): Use red1, not red.
31267 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31269         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31270         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31271         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31273         * cus-edit.el (dnd): New group.
31275         * term/w32-win.el (dnd): Require dnd
31276         (w32-drag-n-drop): Call dnd-handle-one-url.
31278         * x-dnd.el: Require dnd.
31279         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31280         Call dnd-handle-one-url.
31281         (x-dnd-types-alist, x-dnd-insert-utf8-text)
31282         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31283         to dnd-insert-text.
31284         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31285         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31286         (x-dnd-get-local-file-name, x-dnd-open-local-file)
31287         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31289         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31291 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31293         * wdired.el: Doc fixes.
31294         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31295         (wdired-use-dired-vertical-movement): Rename from
31296         wdired-always-move-to-filename-beginning.
31297         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31298         (wdired-change-to-wdired-mode): Change mode name.
31299         (wdired-newline): Delete.
31301 2005-04-11  Richard M. Stallman  <rms@gnu.org>
31303         * whitespace.el (whitespace-highlight-the-space):
31304         Don't call whitespace-unhighlight-the-space here.
31306         * simple.el (undo): Record t in undo-equiv-table
31307         for the redo record made by an undo-in-region.
31309 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31311         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31312         (gdb-frame-inferior-io-buffer): New Functions to control
31313         display of separate IO buffer.
31314         (menu): Add them to menu-bar.
31315         (gdb-display-buffer): Check for buffer another frame.
31316         Protect GUD buffer.
31317         (gdb-setup-windows): Create IO buffer if not already there.
31318         (gdb-memory-mode): Remove purecopy noops.
31320 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
31322         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31323         and pass to self-insert-command.
31325 2005-04-11  Lute Kamstra  <lute@gnu.org>
31327         * generic.el: Commentary section cleanup.
31328         (generic): Delete.
31329         (generic-use-find-file-hook, generic-lines-to-scan)
31330         (generic-find-file-regexp, generic-ignore-files-regexp)
31331         (default-generic-mode, generic-mode-find-file-hook)
31332         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31333         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
31334         (generic-use-find-file-hook, generic-lines-to-scan)
31335         (generic-find-file-regexp, generic-ignore-files-regexp)
31336         (default-generic-mode, generic-mode-find-file-hook)
31337         (generic-mode-ini-file-find-file-hook): Move from generic.el.
31339 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
31341         * bookmark.el (bookmark-write-file): Catch errors writing file.
31342         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31344 2005-04-10  Richard M. Stallman  <rms@gnu.org>
31346         * startup.el (fancy-splash-tail): Update copyright year.
31347         (command-line): Split part of -Q into -D.
31348         (emacs-basic-display): New defvar.
31349         (fancy-splash-text): Correct name of menu item.
31351         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31353         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31354         lines in one node.
31356         * comint.el (comint-send-input): New arg ARTIFICIAL.
31357         Callers in this file changed.
31359         * abbrev.el (define-abbrevs): Read system abbrevs properly.
31361         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31363 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
31365         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
31366         `ldap-search-internal'.
31368 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31370         * files.el (set-auto-mode-1): Use line-end-position.
31372         * international/latin-1.el:
31373         * international/latin-2.el:
31374         * international/latin-3.el:
31375         * international/latin-4.el:
31376         * international/latin-5.el:
31377         * international/latin-8.el:
31378         * international/latin-9.el: Give punctuation syntax to NBSP.
31380         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31381         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31382         Use char-classes to accept non-ascii letters, accepted in some recent
31383         bibtex implementations.
31385 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
31387         * custom.el (custom-set-minor-mode): Any non-nil value for the
31388         variable should enable the mode when set through Custom.
31390 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31392         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31393         TAB binding so tab-always-indent is obeyed.
31394         (vhdl-minibuffer-local-map): Move initialization into declaration.
31395         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31396         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31397         (vhdl-hooked-abbrev): Avoid test for XEmacs.
31398         (vhdl-current-line): Use line-beginning-position.
31399         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31400         with-output-to-temp-buffer, so the current position can be recorded.
31402 2005-04-10  Masatake YAMATO  <jet@gyve.org>
31404         * progmodes/compile.el (compilation-error-regexp-alist-alist):
31405         Add regexp for gcov.
31407 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
31409         * calendar/time-date.el (time-to-seconds, seconds-to-time)
31410         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31411         syntax which Emacs 20 doesn't support.
31413 2005-04-09  Richard M. Stallman  <rms@gnu.org>
31415         * help.el (describe-key-briefly, describe-key):
31416         Replace strings as event types with "(any string)".
31418 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
31420         * arc-mode.el (archive-mode-map): Move initialization into
31421         the declaration.  Override *all* bindings of `undo'.
31422         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31424 2005-04-09  Jay Belanger  <belanger@truman.edu>
31426         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31428 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
31430         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31431         (xterm-register-default-colors): Update color values computation
31432         to match xterm-200.
31434 2005-04-09  Kenichi Handa  <handa@m17n.org>
31436         * international/code-pages.el (iso-latin-7): Fix the map.
31438 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
31440         * emacs-lisp/lisp.el (defun-prompt-regexp)
31441         (parens-require-spaces, buffer-end, end-of-defun)
31442         (insert-parentheses): Doc fixes.
31444 2005-04-08  Kim F. Storm  <storm@cua.dk>
31446         * comint.el (comint-highlight-prompt): Fix face spec.
31447         * hi-lock.el (hi-green): Likewise.
31449 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
31451         * cus-edit.el (custom-modified-face):
31452         * comint.el (comint-highlight-input): Fix previous changes.
31453         * term.el (term-handle-ansi-escape): Add a comment.
31455 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
31457         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
31458         in the buffer and in whitespace-highlighted-space.
31459         (whitespace-unhighlight-the-space): Simplify.
31460         (whitespace-buffer): Simplify.
31462 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
31464         * textmodes/table.el (table-cell-face): Add special case for
31465         displays supporting a high number of colors.
31466         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31467         (vhdl-font-lock-reserved-words-face)
31468         (vhdl-speedbar-architecture-face)
31469         (vhdl-speedbar-instantiation-face)
31470         (vhdl-speedbar-architecture-selected-face)
31471         (vhdl-speedbar-instantiation-selected-face): Likewise.
31472         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31473         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31474         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31475         (ebrowse-root-class-face, ebrowse-member-attribute-face)
31476         (ebrowse-progress-face): Likewise.
31477         * progmodes/compile.el (compilation-info-face): Likewise.
31478         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31479         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
31480         * calendar/calendar.el (diary-face): Likewise.
31481         * woman.el (woman-italic-face, woman-bold-face)
31482         (woman-unknown-face): Likewise.
31483         * wid-edit.el (widget-button-pressed-face): Likewise.
31484         * whitespace.el (whitespace-highlight-face): Likewise.
31485         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
31486         * pcvs-info.el (cvs-marked-face): Likewise.
31487         * info.el (info-xref): Likewise.
31488         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
31489         * hilit-chg.el (highlight-changes-face)
31490         (highlight-changes-delete-face): Likewise.
31491         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
31492         (hi-red-b): Likewise.
31493         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
31494         * font-lock.el (font-lock-keyword-face)
31495         (font-lock-function-name-face, font-lock-warning-face): Likewise.
31496         * cus-edit.el (custom-invalid-face, custom-modified-face)
31497         (custom-set-face, custom-changed-face, custom-variable-tag-face)
31498         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
31499         * comint.el (comint-highlight-prompt): Likewise.
31501 2005-04-08  Lute Kamstra  <lute@gnu.org>
31503         * font-lock.el (font-lock-keywords): Docstring fixes.
31505 2005-04-08  Kenichi Handa  <handa@m17n.org>
31507         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
31508         chars are more than a limit, print " and more..." at the tail.
31510 2005-04-08  Kim F. Storm  <storm@cua.dk>
31512         * emacs-lisp/authors.el (authors-aliases): Update list.
31513         (authors-ignored-files): New list.
31514         (authors-fixed-entries): Fix typo.
31515         (authors-renamed-files-alist): Update list.
31516         (authors-add): Check authors-ignored-files.
31518 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
31520         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
31521         optional, to ensure backward compatibility.
31523 2005-04-08  Stephen Eglen  <stephen@gnu.org>
31525         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
31527 2005-04-08  Kim F. Storm  <storm@cua.dk>
31529         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
31531         * mouse.el (mouse-on-link-p): Doc fix.
31533 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
31535         * ielm.el (ielm-prompt-read-only): Doc fix.
31537         * comint.el (comint-prompt-read-only): Doc fix.
31539 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
31541         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
31542         ensure dired always handles wildcards passed to ffap.
31543         (find-file-at-point): Use it.
31544         (ffap-dired-wildcards): Doc fix.
31546 2005-04-07  Juri Linkov  <juri@jurta.org>
31548         * simple.el (next-error-overlay-arrow-position): New defvar.
31549         Put "=>" on its property `overlay-arrow-string'.  Add it to
31550         `overlay-arrow-variable-list'.
31552         * progmodes/compile.el (compilation-setup):
31553         Set `next-error-overlay-arrow-position' to nil.  Also set it to
31554         nil in the local hook `kill-buffer-hook'.  Make local variable
31555         `overlay-arrow-string' and set it to "=>".
31556         (compilation-goto-locus): Set BOL position to
31557         `next-error-overlay-arrow-position' instead of
31558         `overlay-arrow-position'.
31560         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
31561         locally instead of adding it to the global hook.
31562         (Info-kill-buffer): Move up.
31564 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
31566         * term/xterm.el (xterm-standard-colors): Update color values from
31567         xterm-200.
31569 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31571         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
31573         * fast-lock.el:
31574         * lazy-lock.el: Move them to the obsolete subdir.
31576 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31578         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
31579         (wdired-add-replace-advice): Remove.
31580         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
31582 2005-04-06  Kim F. Storm  <storm@cua.dk>
31584         * startup.el (command-line): Add --bare-bones alias for -Q.
31586 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31588         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
31589         create the startup fontset if a font specification ends with
31590         `mac-roman'.
31592 2005-04-06  Lute Kamstra  <lute@gnu.org>
31594         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
31595         change.
31597         * emacs-lisp/copyright.el (copyright-update-year): Replace the
31598         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
31600 2005-04-05  Lute Kamstra  <lute@gnu.org>
31602         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
31603         (define-generic-mode): Ditto.  Fix debug declaration.
31605         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
31606         Put them in the generic-x group.
31608         * calendar/timeclock.el (timeclock): Doc fix.
31610         * generic.el (define-generic-mode): Don't use custom-current-group.
31611         Document default :group value.
31612         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
31613         (define-global-minor-mode): Don't use custom-current-group.
31615 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
31617         * startup.el (command-line-1): Display startup-echo-area-message
31618         when fancy splash screen is in use.
31620         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
31621         (sh-escaped-newline): New face.
31622         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
31623         newline, and use sh-escaped-newline face.
31625         * progmodes/tcl.el (tcl-escaped-newline): New face.
31626         (tcl-builtin-list): New variable.
31627         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
31628         newlines.  Fix keywords subexpression number.
31630 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
31632         * textmodes/org.el (org-diary-default-entry): Fix call to
31633         `add-to-diary-entry'.
31635 2005-04-05  Kim F. Storm  <storm@cua.dk>
31637         * ediff-init.el: Use (featurep 'xemacs).
31639 2005-04-05  David Ponce  <david@dponce.com>
31641         * cus-edit.el (face): Derive from symbol widget.  Display sample
31642         of the current face on the fly.
31643         (widget-face-sample-face-get, widget-face-notify): New functions.
31644         (widget-face-value-create): Remove.
31646         * wid-edit.el (widget-field-end): Temporarily remove field
31647         narrowing before to call `get-char-property'.
31649 2005-04-04  Jay Belanger  <belanger@truman.edu>
31651         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
31652         (math-read-subscripts): New variable.
31653         (math-read-preprocess-string): Process subscripts.
31655 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
31657         * comint.el (comint-prompt-read-only): Doc fix.
31659         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
31660         `-1'.  Doc fix.
31662 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
31664         * textmodes/org.el (org-insert-mode-line-in-empty-file):
31665         Change default value to nil.
31667 2005-04-04  Lute Kamstra  <lute@gnu.org>
31669         * autorevert.el (auto-revert-mode): Specify :group.
31670         * battery.el (display-battery-mode): Specify :group.
31671         * diff-mode.el (diff-minor-mode): Specify :group.
31672         * font-core.el (font-lock-mode): Specify :group.
31673         * hl-line.el (hl-line-mode): Specify :group.
31674         * iimage.el (iimage): New customization group.
31675         (iimage-mode): Specify :group.
31676         * longlines.el (longlines-mode): Specify :group.
31677         * master.el: Don't require easy-mmode.
31678         (master): New customization group.
31679         (master-mode): Specify :group.
31680         * msb.el (msb-mode): Specify :group.
31681         * reveal.el (reveal-mode): Specify :group.
31682         * simple.el (next-error-follow-minor-mode): Specify :group.
31683         * smerge-mode.el (smerge-mode): Specify :group.
31684         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
31685         * emulation/cua-base.el (cua-mode): Specify :group.
31686         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
31687         * language/thai-util.el (thai-auto-composition-mode)
31688         (thai-word-mode): Specify :group.
31689         * mail/supercite.el (sc-minor-mode): Specify :group.
31690         * progmodes/cwarn.el (cwarn-mode): Specify :group.
31691         * progmodes/flymake.el (flymake-mode): Specify :group.
31692         * progmodes/glasses.el (glasses-mode): Specify :group.
31693         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
31694         * textmodes/enriched.el (enriched-mode): Specify :group.
31695         * textmodes/refill.el (refill-mode): Specify :group.
31697         * add-log.el (change-log-font-lock-keywords): Names in
31698         parenthesized lists can contain spaces.
31700 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
31702         * startup.el (fancy-splash-text): Shorten default text of
31703         "Emacs Tutorial" line.  Also, if the current language env
31704         indicates an available tutorial file other than TUTORIAL,
31705         extract its title and append it to the line in parentheses.
31706         (fancy-splash-insert): If arg is a thunk, funcall it.
31708 2005-04-04  Jay Belanger  <belanger@truman.edu>
31710         * calc.el (calc-language-alist): Add tags to customization type.
31712 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
31714         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
31715         Doc fix.
31717 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
31719         * add-log.el (change-log-font-lock-keywords): The manual
31720         describing a Change Log entry, says: (...) "Aside from these
31721         header lines, every line in the change log starts with a space or
31722         a tab.".  The font-lock was not highlighting lines started with
31723         spaces, added support for it.
31725 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31727         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
31728         (bibtex-generate-url-list): Update docstring accordingly.  Put the
31729         complex example in the docstring.
31730         (bibtex-font-lock-url): Use pop.
31732 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31734         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
31736         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
31738 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
31740         * filesets.el (filesets-set-default): Doc fix.
31742 2005-04-03  Lute Kamstra  <lute@gnu.org>
31744         * generic.el (define-generic-mode): Add argument to specify
31745         keywords for defcustom.
31746         (default-generic-mode): Specify :group.
31748         * generic-x.el: Specify :group for all generic modes.
31750         * desktop.el (desktop-no-desktop-file-hook)
31751         (desktop-after-read-hook): Doc fix.
31753 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
31755         * simple.el (visible-mode): Use explicit :group keyword.
31756         This changes the group of `visible-mode-hook' from paren-blinking
31757         to editing-basics.
31759 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
31761         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
31762         mailbox specifications as well as URLs.
31763         (rmail-insert-inbox-text): Remove unused conditional branches.
31765 2005-04-01  Jay Belanger  <belanger@truman.edu>
31767         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
31768         (calc-gnuplot-print-command): Move definitions to calc.el.
31770         * calc/calc-embed.el (calc-embedded-announce-formula)
31771         (calc-embedded-open-formula, calc-embedded-close-formula)
31772         (calc-embedded-open-word, calc-embedded-close-word)
31773         (calc-embedded-open-plain, calc-embedded-close-plain)
31774         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
31775         (calc-embedded-open-mode, calc-embedded-close-mode):
31776         Move definitions to calc.el.
31778         * calc/calc.el (calc-settings-file, calc-language-alist):
31779         Make customizable.
31780         (calc-embedded-announce-formula, calc-embedded-open-formula)
31781         (calc-embedded-close-formula, calc-embedded-open-word)
31782         (calc-embedded-close-word, calc-embedded-open-plain)
31783         (calc-embedded-close-plain, calc-embedded-open-new-formula)
31784         (calc-embedded-close-new-formula, calc-embedded-open-mode)
31785         (calc-embedded-close-mode, calc-gnuplot-name)
31786         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
31787         from other files and make customizable.
31789 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31791         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
31792         Use buffer-live-p.
31793         (cvs-mode-run): Don't call cvs-update-header here.
31794         (cvs-run-process): Call cvs-update-header.
31795         Use process properties for cvs-postprocess and cvs-buffer so that
31796         the sentinel can behave better if the temp buffer is killed.
31797         Use a pipe rather than a tty, to better handle unexpected prompts.
31798         (cvs-sentinel): Rewrite.  Call cvs-update-header.
31800 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
31802         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
31803         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
31805 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
31807         * generic.el (define-generic-mode): Add indentation rule.
31809 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
31811         * files.el (mode-require-final-newline): Make Custom correctly
31812         report a nil value and allow to set it to nil via Custom.
31813         Doc fix.
31815 2005-04-01  Kenichi Handa  <handa@m17n.org>
31817         * international/characters.el: Enable the correct case setting for
31818         dotless-i and dotted-I.
31820 2005-04-01  Kim F. Storm  <storm@cua.dk>
31822         * ido.el (ido-file-internal): Fall back to non-ido command if
31823         initial directory is on slow ftp (or tramp) host.
31825 2005-03-31  Richard M. Stallman  <rms@gnu.org>
31827         * emacs-lisp/autoload.el (make-autoload):
31828         Handle define-global-minor-mode.
31830         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31831         Rename from easy-mmode-define-global-mode.
31832         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
31834         * progmodes/scheme.el (scheme-mode-syntax-table):
31835         Update syntax of | and # for two-character comment syntax.
31837 2005-03-31  Lute Kamstra  <lute@gnu.org>
31839         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
31840         (define-minor-mode): Call custom-current-group at load-time.
31842         * generic.el (define-generic-mode): Add debug declaration.
31843         Add defcustom for the mode hook.
31844         (generic-mode-internal): Use run-mode-hooks.
31846 2005-03-31  Kim F. Storm  <storm@cua.dk>
31848         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
31849         (mouse-fixup-help-message): New defun called by show_help_echo
31850         to fixup mouse-2 prefix in help messages when applicable.
31852         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
31854 2005-03-31  Kenichi Handa  <handa@m17n.org>
31856         * language/thai-word.el (thai-find-word-ends): Pay attention to
31857         the case that we reach the end of buffer.
31859         * textmodes/fill.el (fill-text-properties-at): New function.
31860         (fill-newline): Use fill-text-properties-at instead of
31861         text-properties-at.
31863 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
31865         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
31866         not comint-quote-filename.
31868 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
31870         * help-fns.el (help-with-tutorial): Revert last change.
31872 2005-03-31  Kim F. Storm  <storm@cua.dk>
31874         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
31876 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
31878         * calendar/cal-china.el: Update reference to "Calendrical
31879         Calculations" book; there's a new edition.
31880         * calendar/cal-coptic.el: Likewise.
31881         * calendar/cal-french.el: Likewise.
31882         * calendar/cal-hebrew.el: Likewise.
31883         * calendar/cal-islam.el: Likewise.
31884         * calendar/cal-iso.el: Likewise.
31885         * calendar/cal-julian.el: Likewise.
31886         * calendar/cal-mayan.el: Likewise.
31887         * calendar/cal-persia.el: Likewise.
31888         * calendar/calendar.el: Likewise.
31889         * calendar/holidays.el: Likewise.
31890         * calendar/lunar.el: Likewise.
31891         * calendar/solar.el: Likewise.
31893         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
31894         white space from doc string.
31896 2005-03-30  Jay Belanger  <belanger@truman.edu>
31898         * calc/calc-help.el (calc-full-help): Remove email address.
31900 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
31902         * help-fns.el (help-with-tutorial): Delete title line.
31904 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
31906         * calendar/cal-x.el (calendar-one-frame-setup)
31907         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
31908         rather than `symbol' for set-window-dedicated-p.
31910         * calendar/appt.el (appt-buffer-name): Make it a constant.
31911         (appt-add): Doc fix.
31913         * filesets.el (filesets-menu-path, filesets-menu-before)
31914         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
31915         (filesets-menu-cache-file): Use directory ~/.emacs.d.
31916         (filesets-add-submenu): Delete and use add-submenu instead.
31918 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
31920         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
31921         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
31922         (org-diary-default-entry): New function.
31923         (org-get-entries-from-diary): Better parsing of diary entries.
31924         (org-agenda-check-no-diary): New function.
31925         ("diary-lib"): Advice to function `add-to-diary-list', to allow
31926         linking to diary entries.
31927         (org-agenda-execute-calendar-command): New function.
31928         (org-agenda): Improve visible section in window.
31929         Use `org-fit-agenda-window'.
31930         (org-fit-agenda-window): New option.
31931         (org-move-subtree-down): Better handling of empty lines
31932         at end of subtree.
31933         (org-cycle): Numeric prefix is interpreted now as show-subtree N
31934         levels up.
31935         (org-fontify-done-headline): New option.
31936         (org-headline-done-face): New face.
31937         (org-set-font-lock-defaults): Use `org-headline-done-face'.
31938         (org-table-copy-down): Rename from `org-table-copy-from-above'.
31939         When current field is non-empty, it is copied to next row.
31940         (org-table-copy-from-above): Fix bug which made it
31941         impossible to copy fields containing only a single non-white character.
31943 2005-03-30  Kim F. Storm  <storm@cua.dk>
31945         * kmacro.el (kmacro-end-macro): Isearch may store this command
31946         into the macro -- so ignore it when executing keyboard macro.
31948 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
31950         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
31952 2005-03-29  Kenichi Handa  <handa@m17n.org>
31954         * language/thai.el ("Thai"): Set setup-function and exit-function
31955         for Thai language environment.
31957         * language/thai-util.el: Require thai-word.
31958         (thai-word-mode-map): New variable.
31959         (thai-word-mode): New minor mode.
31960         (setup-thai-language-environment-internal): New function.
31961         (exit-thai-language-environment-internal): New function.
31963         * language/thai-word.el (thai-word-table): Declare it by defvar,
31964         use dolist to initialize it.
31965         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
31966         (thai-fill-find-break-point): New functions.
31968 2005-03-29  Richard M. Stallman  <rms@gnu.org>
31970         * simple.el (idle-update-delay): Move definition up.
31971         (set-mark): Doc fix.
31973 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
31975         * longlines.el: New file.
31977         * simple.el (buffer-substring-filters): New variable.
31978         (filter-buffer-substring): New function.
31979         (kill-region, copy-region-as-kill): Use it.
31981         * register.el (copy-to-register, append-to-register)
31982         (prepend-to-register): Use filter-buffer-substring.
31984 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
31986         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
31987         (gud-filter-pending-text): Move in front of gdb.
31988         (gud-overlay-arrow-position): New variable.
31989         (gud-sentinel, gud-display-line): Use it in place of
31990         overlay-arrow-position.
31992 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
31994         * progmodes/fortran.el (fortran-if-indent): Doc fix.
31995         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
31996         (fortran-font-lock-keywords-4): New variable.
31997         (fortran-blocks-re, fortran-end-block-re)
31998         (fortran-start-block-re): New constants, for hideshow.
31999         (hs-special-modes-alist): Add a Fortran entry.
32000         (fortran-mode-map): Bind fortran-end-of-block,
32001         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32002         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
32003         (fortran-looking-at-if-then, fortran-end-of-block)
32004         (fortran-beginning-of-block): New functions, for hideshow.
32006         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32007         Doc fix.  Tweak regexp.
32008         (f90-beginning-of-block): Push mark first.
32010 2005-03-29  Jay Belanger  <belanger@truman.edu>
32012         * calc/calc.el: Update copyright date.
32013         (calc-version): Increase to 2.1.
32014         (calc-version-date): Remove.
32016         * calc/calc-help.el: Update copyright date.
32017         (calc-full-help): Remove reference to calc-version-date.
32018         Update copyright date.
32020 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
32022         * vc.el (vc-do-command): Use a pipe for async processes, so password
32023         prompts don't show up at places where the user can't reply.
32025 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
32027         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32028         on the file name we pass to the inferior shell.
32030 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
32032         * progmodes/which-func.el (which-function): Be robust in the face of an
32033         imenu--make-index-alist failure.
32035 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
32037         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32039         * progmodes/python.el (python-preoutput-filter): Fix last change.
32041 2005-03-29  Lute Kamstra  <lute@gnu.org>
32043         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32044         functions and compiled macros.
32045         (debug-convert-byte-code): Handle macros too.
32046         (debug-on-entry-1): Don't signal an error when trying to clear a
32047         function that is not set to debug on entry.
32049 2005-03-29  Jay Belanger  <belanger@truman.edu>
32051         * calc/calc-lang.el: Add functions to math-function-table
32052         properties of tex and math.
32054 2005-03-29  Kenichi Handa  <handa@m17n.org>
32056         * ps-mule.el (ps-mule-plot-string): Translate characters by
32057         ps-print-translation-table.
32058         (ps-mule-begin-job): Call find-charset-region/string with
32059         ps-print-translation-table.
32060         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32062         * ps-print.el (ps-print-translation-table): New variable.
32063         (ps-plot-region): Translate characters by ps-print-translation-table.
32065 2005-03-29  Juri Linkov  <juri@jurta.org>
32067         * simple.el (next-error-highlight-timer): New variable.
32069         * progmodes/compile.el (compilation-goto-locus):
32070         Use `next-error-highlight-timer' instead of `sit-for'.
32072 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32074         * mail/supercite.el (sc-mail-field): Use assoc-string.
32075         (sc-get-address): Simplify regexps.
32077         * files.el (minibuffer-with-setup-hook): New macro.
32078         (find-file-read-args): Use it to avoid let-binding
32079         minibuffer-with-setup-hook (which breaks turning on/off
32080         file-name-shadow-mode while in the prompt).
32082         * complete.el (PC-read-include-file-name-internal):
32083         Use test-completion.
32085 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
32087         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32089 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32091         * window.el (window-buffer-height): Use count-screen-lines.
32093         * progmodes/python.el (python-preoutput-leftover): New var.
32094         (python-preoutput-filter): Use it.
32095         (python-send-receive): Loop until all the result has been received.
32097 2005-03-28  Juri Linkov  <juri@jurta.org>
32099         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32101         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32102         "Recover Crashed Session".
32103         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32104         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32105         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32106         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32107         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32108         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32109         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32110         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32112         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32113         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32114         Ediff Sessions", "Toggle use of separate control buffer frame",
32115         "Use separate frame for Ediff control buffer".
32117         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32118         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32119         "Rename Bookmark", "Delete Bookmark".
32121         * info.el (Info-mode-menu): Remove ellipsis from "Index".
32122         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32123         Add `:active Info-index-alternatives' to "Next Matching Item".
32125         * wdired.el (wdired-change-to-wdired-mode):
32126         Mention `wdired-abort-changes' key in the initial message.
32128         * international/mule.el (auto-coding-alist): Associate non-ascii
32129         image filename extensions with `no-conversion'.
32131 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32133         * international/iso-acc.el:
32134         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32136 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
32138         * textmodes/sgml-mode.el (html-mode): Doc update.
32140         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32142 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
32144         * term.el (term-move-columns): Fix face after extending a line.
32145         (term-insert-spaces): Likewise.
32146         (term-reset-terminal): Fix off by one error.
32148 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
32150         * international/mule.el (auto-coding-alist): Add .xpi files.
32152         * files.el (auto-mode-alist): Add .xpi files.
32154 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
32156         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32158 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
32160         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32162 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
32164         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32165         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
32167         * calendar/cal-move.el (calendar-beginning-of-year): Move the
32168         cursor to Jan 1 when needed.
32169         (calendar-end-of-year): Fix -/+ typo.
32170         Reported by Chong Yidong <cyd@stupidchicken.com>.
32172 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
32174         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32176         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32177         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
32179 2005-03-25  Richard M. Stallman  <rms@gnu.org>
32181         * filesets.el (filesets-init): Add autoload.
32183         * mail/mailalias.el (mail-directory): Doc fix.
32185 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32187         * mail/mailalias.el (mail-directory-process): Do nothing if
32188         mail-directory-process is an atom.
32189         (mail-get-names): Ignore mail-directory-names if it is an atom.
32190         (mail-directory-process defvar): Doc fix.
32191         (mail-names): Doc fix.
32193 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
32195         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32197 2005-03-26  Kenichi Handa  <handa@m17n.org>
32199         * international/mule-util.el (detect-coding-with-priority):
32200         Call update-coding-systems-internal before detect-coding-region.
32202 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
32204         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32205         (gdb-frames-mode-map): Add follow-link property.
32207 2005-03-25  Jay Belanger  <belanger@truman.edu>
32209         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32210         for variables.
32212 2005-03-25  Juri Linkov  <juri@jurta.org>
32214         * image-mode.el: Optimize image filename extension regexps in
32215         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
32216         in `auto-mode-alist'.
32217         (image-mode): Add `image-toggle-display-text' to local hook
32218         `change-major-mode-hook'.  Display the image as an image by
32219         default.  Set `cursor-type' and `truncate-lines' if the image
32220         is already displayed.  Take into account the current mode (image
32221         or text) in message.
32222         (image-minor-mode): New minor mode.
32223         (image-mode-maybe, image-toggle-display-text): New functions.
32224         (image-toggle-display): Use called-interactively-p.
32225         Let-bind `inhibit-read-only' to t.
32227         * image-mode.el (image-minor-mode): Set `cursor-type' and
32228         `truncate-lines' if the image is already displayed.  Add turning
32229         image-minor-mode off to `change-major-mode-hook'.  Add message.
32230         Call `image-toggle-display-text' after turning image-minor-mode off.
32232 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
32234         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32235         Terminal.app, use utf-8.
32236         (set-display-table-and-terminal-coding-system): Add coding-system arg.
32237         (set-locale-environment): Use it.
32239         * term/xterm.el: Undo last change, better done in mule-cmds.el.
32241         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32243         * progmodes/python.el (python-close-block-statement-p)
32244         (python-outdent-p, python-current-defun): Use symbol-end.
32246 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
32248         * files.el (save-some-buffers): Doc fix.
32250 2005-03-25  Werner Lemberg  <wl@gnu.org>
32252         * complete.el, thumbs.el: Replace `legal' with `valid'.
32253         * calendar/calendar.el: Replace `legal' with `valid'.
32254         * emacs-lisp/advice.el: Replace `legal' with `valid'.
32255         * mail/supercite.el: Replace `legal' with `valid'.
32256         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32257         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32258         Replace `legal' with `valid'.
32259         * textmodes/reftex-vars.el, textmodes/reftex.el:
32260         Replace `legal' with `valid'.
32262 2005-03-25  Werner Lemberg  <wl@gnu.org>
32264         * calc/calc-forms.el, calc/calc-sel.el
32265         * midnight.el, vc-cvs.el
32266         * emacs-lisp/cl-macs.el
32267         * emulation/vip.el
32268         * eshell/esh-io.el, eshell/esh-var.el
32269         * mail/supercite.el
32270         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32271         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32272         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32273         * progmodes/sh-script.el, progmodes/xscheme.el
32274         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32275         * textmodes/reftex-index.el, textmodes/reftex-parse.el
32276         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32277         * textmodes/reftex.el, textmodes/org.el:
32278         Replace `illegal' with `invalid'.
32280 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32282         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32283         (flymake-find-buildfile, flymake-find-possible-master-files)
32284         (flymake-check-include, flymake-parse-line): Replace loops over the
32285         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32287         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32288         Substitute file-name-as-directory in the rest of the file.
32289         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32290         (flymake-replace-region): Remove unused arg `buffer'.
32291         (flymake-check-patch-master-file-buffer): Update calls to it.
32292         (flymake-add-err-info): Remove unused var `count'.
32293         (flymake-mode): Use define-minor-mode.
32295         * progmodes/flymake.el: Use with-current-buffer.
32296         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32297         flymake-replace-regexp-in-string, flymake-line-beginning-position)
32298         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32299         Avoid testing for `xemacs'.
32300         (flymake-nop): Move.
32301         (flymake-region-has-flymake-overlays): Return the computed value.
32302         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32303         Remove unused var `endline'.
32304         (flymake-get-line-count): Remove unused function.
32305         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32307         * emulation/vi.el:
32308         * generic.el:
32309         * hilit-chg.el (global-highlight-changes):
32310         * hi-lock.el (hi-lock-mode):
32311         * follow.el: find-file-hooks -> find-file-hook.
32313         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32315 2005-03-24  Juri Linkov  <juri@jurta.org>
32317         * dired.el (dired-mode-map): Add menu item "Compare directories"
32318         for dired-compare-directories.
32320         * dired-aux.el (dired-compare-directories): Add autoload cookie.
32321         Doc fix.  Replace `read-file-name' with `read-directory-name'.
32323 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32325         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32327 2005-03-24  Jay Belanger  <belanger@truman.edu>
32329         * calc/calc-embed.el (calc-embedded-mode-change): Save all
32330         relevant mode settings in calc-embedded-original-modes when modes
32331         are permanently changed.
32333 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32335         * autoinsert.el: find-file-hooks -> find-file-hook.
32337 2005-03-24  Lute Kamstra  <lute@gnu.org>
32339         * generic.el (generic-font-lock-defaults): Make it obsolete.
32340         (generic-font-lock-keywords): New variable to replace
32341         generic-font-lock-defaults.
32342         (generic-mode-set-font-lock): Delete it.
32343         (generic-mode-internal): Don't call generic-mode-set-font-lock.
32344         (generic-bracket-support): Add docstring.
32346         * generic-x.el: Rename generic-font-lock-defaults to
32347         generic-font-lock-keywords throughout.
32348         (mailagent-rules-setup-function): Delete it.
32349         (mailagent-rules-generic-mode): Use anonymous function instead.
32350         (show-tabs-generic-mode-font-lock-defaults-1)
32351         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32352         Quote faces.
32353         (show-tabs-tab-face, show-tabs-space-face): Specify background,
32354         not foreground.
32356         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32357         Recognize define-generic-mode.
32359 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32361         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32362         if there's no completion table.
32364 2005-03-23  Miles Bader  <miles@gnu.org>
32366         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32367         Remove tty-specific variants, as they're no longer needed.
32369 2005-03-23  Lute Kamstra  <lute@gnu.org>
32371         * generic-x.el: Code cleanup: make args constant whenever possible.
32372         (installshield-statement-keyword-list)
32373         (installshield-system-functions-list)
32374         (installshield-system-variables-list, installshield-types-list)
32375         (installshield-funarg-constants-list): Make them constants.
32377         * generic.el (generic-make-keywords-list): Add autoload cookie.
32379         * calendar/time-date.el: Add comment on time value formats.
32380         Don't require parse-time.
32381         (with-decoded-time-value): New macro.
32382         (encode-time-value): New function.
32383         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32384         (days-to-time): Return a valid time value when arg is huge.
32385         (time-since): Use time-subtract.
32386         (time-to-number-of-days): Use time-to-seconds.
32388 2005-03-23  David Ponce  <david@dponce.com>
32390         * recentf.el (recentf-keep): New option.
32391         (recentf-menu-action): Default to `find-file'.
32392         (recentf-keep-non-readable-files-flag)
32393         (recentf-keep-non-readable-files-p)
32394         (recentf-file-readable-p, recentf-find-file)
32395         (recentf-cleanup-remote): Remove.
32396         (recentf-include-p): More robust.
32397         (recentf-keep-p): New function.
32398         (recentf-remove-if-non-kept): Rename from
32399         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
32400         All callers updated.
32401         (recentf-menu-items-for-commands): Fix help string.
32402         (recentf-track-closed-file): Update.  Doc fix.
32403         (recentf-cleanup): Update.  Count removed files.  Doc fix.
32405 2005-03-23  Kim F. Storm  <storm@cua.dk>
32407         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32408         Don't inherit from fringe face (now happens automatically).
32410 2005-03-22  Kim F. Storm  <storm@cua.dk>
32412         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32413         position values.
32415 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
32417         * menu-bar.el (showhide-date-time): Remove.
32418         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32419         (menu-bar-make-mm-toggle): Simplify.
32421 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32423         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
32424         Accept qualified variable and function names.
32426 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
32428         * bindings.el (completion-ignored-extensions):
32429         Remove ".lis" for `vax-vms'.
32431 2005-03-22  Andreas Schwab  <schwab@suse.de>
32433         * generic-x.el: Revert last change.
32434         * ldefs-boot.el: Update.
32436 2005-03-22  Jay Belanger  <belanger@truman.edu>
32438         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32439         (calc-embedded-save-original-modes)
32440         (calc-embedded-restore-original-modes): New functions.
32441         (calc-do-embedded): Save original modes when entering embedded mode
32442         and restore when leaving embedded mode.
32443         (calc-embedded-modes-change): Change the value of
32444         calc-embedded-original-modes to reflect permanent changes.
32446 2005-03-22  Lute Kamstra  <lute@gnu.org>
32448         * generic-x.el: Require generic again.
32450 2005-03-22  Miles Bader  <miles@gnu.org>
32452         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32453         Tweak details to look good on both ttys and bitmap displays, light
32454         or dark background, etc.
32456 2005-03-21  Kim F. Storm  <storm@cua.dk>
32458         * tooltip.el (tooltip-show-help-function): Check car and cdr of
32459         mouse position.
32461 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
32463         * icomplete.el: Don't forcibly turn on the mode upon load.
32464         (icomplete-mode): Use define-minor-mode.
32465         (icomplete-eoinput): Default to nil.
32466         (icomplete-minibuffer-setup): Remove autoload.
32467         (icomplete-tidy): Simplify.
32468         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32469         in the initial state or if the user has modified the field.
32470         Fix handling of icomplete-max-delay-chars.
32471         Remove code that handles the oddball case where
32472         minibuffer-completion-table is an integer.
32473         Wrap icomplete-completions in while-no-input in case building
32474         completions takes more time than expected.
32475         (icomplete-completions): Simplify.
32477 2005-03-21  Richard M. Stallman  <rms@gnu.org>
32479         * jka-compr.el (jka-compr-really-do-compress):
32480         Make variable buffer-local.
32482         * image-mode.el: Handle .xpm files too.
32483         (image-toggle-display): Preserve modification flag.
32485         * help.el (where-is): Don't mention aliases with no key bindings.
32487 2005-03-21  Lute Kamstra  <lute@gnu.org>
32489         * generic.el: Fix commentary section.  Don't require cl for
32490         compilation.
32491         (generic-mode-list): Add autoload cookie.
32492         (generic-use-find-file-hook, generic-lines-to-scan)
32493         (generic-find-file-regexp, generic-ignore-files-regexp)
32494         (generic-mode, generic-mode-find-file-hook)
32495         (generic-mode-ini-file-find-file-hook): Fix docstrings.
32496         (define-generic-mode): Make it a defmacro.  Fix docstring.
32497         (generic-mode-internal): Code cleanup.  Add autoload cookie.
32498         (generic-mode-set-comments): Code cleanup.
32499         * generic-x.el: Don't prevent compilation.  Don't require generic.
32500         Follow coding conventions.  Minor code cleanup.
32501         (etc-fstab-generic-mode): Add some keywords.
32502         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
32503         define-generic-mode like a function declaration.
32505 2005-03-21  Jay Belanger  <belanger@truman.edu>
32507         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
32508         changing modes.
32510 2005-03-21  Sam Steingold  <sds@gnu.org>
32512         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
32514 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
32516         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
32517         Add underscore to "f$ lexicals" regexp.
32519 2005-03-20  Juri Linkov  <juri@jurta.org>
32521         * subr.el (progress-reporter-do-update): When `min-value' is equal
32522         to `max-value', set `percentage' to 0 and prevent division by zero.
32524 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
32526         Sync with Tramp 2.0.48.
32528         * net/tramp.el (all): Change all addresses to .gnu.org.
32529         (tramp-append-tramp-buffers): New defun.
32530         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
32531         Catch `dont-send' signal.
32532         (tramp-set-auto-save-file-modes): Set always permissions, because
32533         there might be an old auto-saved file belonging to another
32534         original file.  This could be a security threat.  Reported by
32535         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
32536         Check for Emacs 21.3.50 removed.
32538         * net/tramp-smb.el (all): Remove debug construct for
32539         `with-parsed-tramp-file-name'.
32540         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
32541         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
32542         No error message if DIRECTORY or FILENAME doesn't exist.
32543         (tramp-smb-open-connection): Check existence of
32544         `tramp-smb-program'.
32546 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32548         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
32549         Properly handle the case where the `m' or `s' command's argument is not
32550         yet terminated.
32551         (perl-indent-new-calculate): New function.
32552         (perl-indent-line): Use it.
32554 2005-03-20  Miles Bader  <miles@gnu.org>
32556         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
32557         in text-mode too.  Change to new face names.
32558         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
32559         Add `:weight bold' attribute.
32560         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
32562 2005-03-19  Juri Linkov  <juri@jurta.org>
32564         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
32566         * international/mule.el (auto-coding-alist): Sync with
32567         `auto-mode-alist' by adding upper case archive file extensions
32568         and adding ear/war to jar extension.
32570 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
32572         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
32573         running, restart it.
32575 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
32577         * finder.el (finder-current-item): Throw an error on an empty line.
32579         * man.el (Man-follow-manual-reference): If current-word returns
32580         nil, use "".
32582 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
32584         * simple.el (goto-line): Doc fix.
32586 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
32588         * files.el (save-buffer): Doc fix.
32590 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
32592         * recentf.el (recentf-cleanup-remote): New variable.
32593         (recentf-cleanup): Use it to conditionally check availability of
32594         remote files.
32596 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
32598         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
32599         function names.
32601 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
32603         * language/thai-word.el: New file.
32605 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32607         * files.el (backup-buffer): If the file's directory is not
32608         writable, use copy instead of move to backup the file.
32610 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
32612         * obsolete/keyswap.el: Moved to obsolete/ from term/.
32614 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
32616         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
32617         Use functionp instead of symbolp and fboundp.  Reported by Drkm
32618         <darkman_spam@yahoo.fr>.
32619         (ps-print-version): New version 6.6.6.
32621 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
32623         * textmodes/table.el (table--line-column-position): New idiom.
32624         (table--row-column-insertion-point-p): New function to test
32625         validity of row and column insertion operation at a location.
32626         (table-global-menu, table-cell-menu): Use above functions for
32627         deterministic test operation.
32628         (table--editable-cell-p): Behave in deterministic fashion.
32630 2005-03-18  Juri Linkov  <juri@jurta.org>
32632         * isearch.el (isearch-lazy-highlight-new-loop):
32633         Make arguments beg and end optional.
32634         (isearch-update): Remove optional arguments nil from
32635         isearch-lazy-highlight-new-loop.
32636         (isearch-lazy-highlight-search): Let-bind case-fold-search to
32637         isearch-lazy-highlight-case-fold-search instead of
32638         isearch-case-fold-search, and let-bind isearch-regexp to
32639         isearch-lazy-highlight-regexp.
32640         Use isearch-lazy-highlight-last-string instead of isearch-string.
32642         * replace.el (perform-replace): Remove bindings of global
32643         variables isearch-string, isearch-regexp, isearch-case-fold-search.
32644         Add three new arguments to `replace-highlight'.
32645         (replace-highlight): Add arguments string, regexp, case-fold.
32646         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
32647         to allow isearch-lazy-highlight-new-loop to use these values
32648         to set corresponding isearch-lazy-highlight-* internal
32649         variables whose values lazy highlighting will use regardless of
32650         changes to global variables isearch-string, isearch-regexp,
32651         isearch-case-fold-search during lazy highlighting loop.
32652         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
32653         to `lazy-highlight-cleanup'.
32655         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
32656         (ispell-highlight-face): Set default face to `isearch' when
32657         lazy highlighting is enabled.
32658         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
32659         priority to 1.  Add lazy highlighting.
32660         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
32661         from `isearch-dehighlight'.
32663 2005-03-18  David Ponce  <david@dponce.com>
32665         * files.el (hack-local-variables): Do a case-insensitive search
32666         for End.
32668 2005-03-18  Juri Linkov  <juri@jurta.org>
32670         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
32671         `isearch-lazy-highlight-cleanup', add alias to old name and
32672         declare obsolete.  Add release numbers to other obsolete vars.
32673         (isearch-done, isearch-lazy-highlight-new-loop):
32674         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
32675         (lazy-highlight-cleanup) <variable>: Doc fix.
32676         (isearch-lazy-highlight-update): Rename obsolete
32677         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
32679 2005-03-18  Kenichi Handa  <handa@m17n.org>
32681         * language/thai-util.el: Fix categorization of Thai characters in
32682         thai-category-table.
32683         (thai-composition-pattern): Adjust it for the above change.
32684         (thai-self-insert-command, thai-compose-syllable): New functions.
32685         (thai-compose-region): Use thai-compose-syllable.
32686         (thai-compose-string): Likewise.
32687         (thai-composition-function): Likewise.
32688         (thai-auto-composition): New function.
32689         (thai-auto-composition-mode): New minor mode.
32691         * language/thai.el: Fix patterns to be registered in
32692         composition-function-table.
32694         * international/quail.el (quail-input-method): Locally bind
32695         inhibit-modification-hooks to t.
32697 2005-03-17  Richard M. Stallman  <rms@gnu.org>
32699         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
32700         (perl-mode): Use run-mode-hooks.
32702         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
32703         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
32704         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
32706         * mail/sendmail.el (sendmail-send-it): Reenable the code
32707         to compute resend-to-address and use it.
32709         * tar-mode.el (tar-mode): Turn off undo unconditionally.
32711         * image-mode.el: New file.
32713         * image.el (insert-sliced-image): Add autoload cookie.
32715         * font-lock.el (font-lock-lines-before): New user option.
32716         (font-lock-after-change-function): Obey it.
32718         * bindings.el (esc-map): Make M-g a prefix.
32719         Bind M-g g and M-g M-g to goto-line.
32721         * faces.el (face-id): Doc fix.
32723 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32725         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
32726         (rmail-show-message): Use rmail-unknown-mail-followup-to.
32727         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
32729         * mail/sendmail.el (mail-yank-ignored-headers)
32730         (mail-font-lock-keywords, mail-mode-fill-paragraph):
32731         Add Mail-Followup-To and Mail-Reply-To headers.
32732         (mail-citation-hook): Add autoload cookie.
32733         (mail-mode): Doc fix.
32734         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
32735         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
32736         (mail-mode-fill-paragraph): Handle those headers.
32737         (mail-mailing-lists): New variable.
32738         (mail-mail-reply-to, mail-mail-followup-to): New functions.
32740 2005-03-17  Juri Linkov  <juri@jurta.org>
32742         * isearch.el (isearch-fallback): Check for `(car previous)'
32743         before calling `isearch-other-end-state'.
32745 2005-03-17  Kim F. Storm  <storm@cua.dk>
32747         * simple.el (move-beginning-of-line): Move to beginning of buffer
32748         line, as well as beginning of screen line.
32750 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
32752         * calendar/diary-lib.el (mark-diary-entries): Use new optional
32753         argument REDRAW rather than calendar-redrawing variable.
32754         * calendar/calendar.el (calendar-redrawing): Delete.
32755         (redraw-calendar): Do not bind calendar-redrawing.
32757 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
32759         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
32760         diary-file buffer.
32762 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
32764         * help.el (describe-mode): Allow a :minor-mode-function property to
32765         specify a different minor mode toggle function than the variable.
32766         * simple.el (auto-fill-function):
32767         * subr.el (add-minor-mode): Use it.
32769 2005-03-16  Kenichi Handa  <handa@m17n.org>
32771         * language/ethio-util.el (sera-being-called-by-w3): New variable.
32772         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
32773         (ethio-fidel-to-sera-buffer): Likewise.
32775 2005-03-16  Juri Linkov  <juri@jurta.org>
32777         * emacs-lisp/find-func.el (find-function-regexp):
32778         Add defun-emitting macro `menu-bar-make-toggle'.
32780         * isearch.el: Put `isearch-scroll' property to
32781         `split-window-horizontally'.
32783         * info.el: Update error messages for `debug-ignored-errors'.
32784         (Info-isearch-search): Doc fix.
32785         (Info-find-node): Move up code to go into info buffer before
32786         recording the node to the history.
32787         (Info-fontify-node): Fontify titles only if the next line
32788         has two or more `*', `=', `-', `.'.
32789         Display "go to this node" for empty (match-string 3).
32791 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32793         * term/mac-win.el: Add mouse pointer shape constants.
32795 2005-03-15  Kim F. Storm  <storm@cua.dk>
32797         * simple.el (move-beginning-of-line): Use vertical-motion.
32799 2005-03-15  Juri Linkov  <juri@jurta.org>
32801         * isearch.el (isearch-error): New variable.
32802         (isearch-invalid-regexp, isearch-within-brackets): Remove.
32803         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
32804         (isearch-within-brackets-state): Remove.
32805         (isearch-case-fold-search-state, isearch-pop-fun-state):
32806         Decrease frame index.
32807         (isearch-mode, isearch-top-state, isearch-push-state)
32808         (isearch-edit-string, isearch-abort, isearch-search-and-update)
32809         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
32810         (isearch-search, isearch-lazy-highlight-new-loop):
32811         Replace `isearch-invalid-regexp' with `isearch-error'.
32812         Remove `isearch-within-brackets'.
32813         (isearch-search): Add `search-failed' handler to `condition-case'.
32814         (isearch-lazy-highlight-search): Add `condition-case' to catch
32815         errors and allow `isearch-lazy-highlight-update' to try
32816         highlighting from the beginning of the window.
32817         (isearch-repeat): Move up code to set isearch-wrapped to t
32818         before calling isearch-wrap-function.
32820         * info.el (Info-isearch-initial-node): New internal variable.
32821         (Info-search): Signal an error in isearch mode when search leaves
32822         the initial node.  Signal an error when `bound' is non-nil and
32823         nothing was found in the current subfile.
32824         (Info-isearch-search): Remove `condition-case'.
32825         (Info-isearch-wrap): Don't wrap when search failed during leaving
32826         the initial node.  If `Info-isearch-search' is nil, wrap around
32827         the current node.
32828         (Info-isearch-start): New fun.
32829         (Info-mode): Add buffer-local hook `Info-isearch-start' to
32830         `isearch-mode-hook'.
32832 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32834         * simple.el (normal-erase-is-backspace): Set default to t if
32835         running on Mac.
32837         * term/mac-win.el (function-key-map): Sync with x-win.el.
32839 2005-03-15  Kenichi Handa  <handa@m17n.org>
32841         * international/mule-cmds.el (locale-language-names): Modify the
32842         format of elements and add more entries.
32843         (locale-preferred-coding-systems): Add more entries.
32844         (set-locale-environment): Adjust for the change of
32845         locale-language-names.
32847 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
32849         * pcvs.el (smerge-ediff): Remove bogus autoload.
32851 2005-03-14  Lute Kamstra  <lute@gnu.org>
32853         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
32854         Ignore a `*' at the beginning of a line.
32856         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
32857         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
32858         subr.el.
32859         (dont-compile, eval-when-compile, eval-and-compile): Use declare
32860         to specify indentation.
32862         * generic.el (define-generic-mode): Let generic-mode-list be a
32863         list of strings; test membership with equal.
32865 2005-03-14  Kim F. Storm  <storm@cua.dk>
32867         * simple.el (next-line, previous-line): Add optional try-vscroll
32868         arg to recognize interactive use.  Pass it on to line-move.
32869         (line-move): Don't perform auto-window-vscroll when defining or
32870         executing keyboard macro to ensure consistent behavior.
32872 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
32874         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
32876 2005-03-13  Lute Kamstra  <lute@gnu.org>
32878         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
32879         debugger-setup-buffer so that backtrace marks the frames set to
32880         debug-on-exit and we don't have to do it manually.  Set an extra
32881         debug-on-exit for macro's.
32882         (debugger-setup-buffer): Don't mark the top frame manually.
32884 2005-03-12  Lute Kamstra  <lute@gnu.org>
32886         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
32887         lisp-indent-function throughout.
32888         (with-no-warnings): Set lisp-indent-function property.
32890 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
32892         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
32893         Add entry for backslash.
32895 2005-03-12  Juri Linkov  <juri@jurta.org>
32897         * info.el (Info-search): Four fixes for backward search.
32899 2005-03-11  Jay Belanger  <belanger@truman.edu>
32901         * calc/calc.el (calc-language-alist): New variable.
32902         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
32903         (calc-embedded-find-modes): Use calc-language-alist instead of
32904         calc-embedded-language-alist.
32906 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
32908         * calendar/calendar.el (calendar-redrawing): New internal
32909         variable.
32910         (redraw-calendar): Remove bogus save-excursion from previous
32911         change.  Bind calendar-redrawing to t for mark-diary-entries.
32912         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
32913         calendar if that is why we were called.
32915 2005-03-11  Kenichi Handa  <handa@m17n.org>
32917         * international/mule.el (make-coding-system): Set property
32918         coding-system-define-form to nil.
32919         (define-coding-system-alias): Likewise.
32921 2005-03-11  Kenichi Handa  <handa@m17n.org>
32923         These changes are suggested by Dave Love <fx@gnu.org>.
32925         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
32926         coding: tag.
32927         (adaptive-fill-regexp): Add more bullets.
32928         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
32929         regexps.
32931 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32933         * help.el (describe-mode): Properly handle non-trivial lighters.
32934         Don't ignore minor modes that are not listed in minor-mode-list.
32936         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
32937         feature ON when the user requests to turn it OFF.
32939 2005-03-10  Lute Kamstra  <lute@gnu.org>
32941         * emacs-lisp/debug.el (debug-entry-code): Delete it.
32942         (implement-debug-on-entry): New function to replace debug-entry-code.
32943         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
32944         second argument as the 2005-03-07 change makes it obsolete.
32945         (debug-on-entry, cancel-debug-on-entry): Update call to
32946         debug-on-entry-1.
32947         (debug, debugger-setup-buffer): Comment update.
32948         (debugger-frame-number): Update to work with implement-debug-on-entry.
32950 2005-03-10  Jay Belanger  <belanger@truman.edu>
32952         * calc/calc-embed.el (math-ms-args): Declare it.
32953         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
32954         math-ms-args.
32955         (calc-embedded-subst): Use math-multi-subst-rec to substitute
32956         variables.
32958 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
32960         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
32961         Use message-box.
32963         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
32964         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
32965         (tooltip-gud-tips): Simplify.
32966         (tooltip-gud-tips-p): Remove superfluous :set.
32967         (tooltip-gud-modes): Add fortran-mode.
32968         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
32970         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
32972 2005-03-09  Kim F. Storm  <storm@cua.dk>
32974         * play/animate.el (animate-place-char): Use forward-line instead
32975         of next-line to improve performance.
32977 2005-03-09  Simon Josefsson  <jas@extundo.com>
32979         * net/browse-url.el (browse-url-default-browser): Doc fix.
32981 2005-03-09  Miles Bader  <miles@gnu.org>
32983         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
32984         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
32986 2005-03-09  Kenichi Handa  <handa@m17n.org>
32988         * international/latin-1.el: Set case and syntax for 255 only if
32989         set-case-syntax-set-multibyte is nil.
32991         * textmodes/ispell.el (ispell-insert-word): New function.
32992         (ispell-word): Use ispell-insert-word to insert a new word.
32993         (ispell-process-line): Likewise.
32994         (ispell-complete-word): Likewise.
32996 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
32998         * calendar/calendar.el (redraw-calendar): Preserve point.
32999         Reported by Matt Hodges <MPHodges@member.fsf.org>.
33000         (calendar-week-start-day): Move after definition of
33001         redraw-calendar.  Delete buffer test, since redraw-calendar has
33002         that now.
33004         * calendar/diary-lib.el (mark-diary-entries): Only call
33005         redraw-calendar in the first of any recursive calls.
33006         Reported by Alan Shutko <ats@acm.org>.
33008 2005-03-08  Juri Linkov  <juri@jurta.org>
33010         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33011         (html-horizontal-rule, html-line, html-image, html-checkboxes)
33012         (html-radio-buttons): Add a space before the trailing `/>' where
33013         sgml-xml-mode is non-nil.
33014         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33015         the subsequent tag of the empty XML tag.
33016         (html-href-anchor): Don't set initial input to "http:".
33017         (html-image): Ask for the image URL and set point inside alt="".
33018         (html-name-anchor): Duplicate the name in the `id' attribute when
33019         sgml-xml-mode is non-nil.
33020         (html-paragraph): Remove \n before <p>.
33021         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33022         instead of `checked' when sgml-xml-mode is non-nil.
33024         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33025         Remove 1 space before #RRGGBB to not truncate it on terminal
33026         windows w/o fringes.  Remove 1 space between bg and fg examples
33027         to get more space.
33028         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33029         avoid byte-compile warnings.
33031         * image-file.el (image-file-handler): Put `safe-magic' property to
33032         `image-file-handler'.
33034         * info.el (Info-isearch-search): Emulate word search in
33035         isearching through multiple Info nodes with Info-search.
33036         (Info-isearch-wrap): Allow isearch-word.
33038 2005-03-08  Lute Kamstra  <lute@gnu.org>
33040         * emacs-lisp/debug.el (debugger-step-through): Make sure that
33041         stepping into the debugger's code is not possible.
33042         (debugger-jumping-flag): Docstring update.
33044 2005-03-08  Jay Belanger  <belanger@truman.edu>
33046         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33047         embedded mode begins.
33048         (calc-embedded-language-alist): New variable.
33049         (calc-embedded-find-modes): Use calc-embedded-language-alist to
33050         set default language mode.
33052 2005-03-08  Kenichi Handa  <handa@m17n.org>
33054         * international/ccl.el (define-ccl-program): Fix docstring about
33055         extra 256 bytes assured for the output buffer.
33057         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33058         Fix BUFFER_MAGNIFICATION to 2.
33059         (ccl-encode-mule-utf-16be-with-signature): Likewise.
33061 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
33063         * align.el (align-rules-list): Added an alignment rule for CSS
33064         declarations (applies to css-mode and html-mode buffers).
33066 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
33068         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33070 2005-03-07  Kim F. Storm  <storm@cua.dk>
33072         * simple.el (move-beginning-of-line): New command.
33074         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33076         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33078         * emulation/cua-base.el: Put CUA move property on move-end-of-line
33079         and move-beginning-of-line.
33081         * apropos.el (apropos-print): Omit command from M-x ... RET.
33083 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
33085         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33086         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33088 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33090         * bindings.el (esc-map): Bind M-g to goto-line.
33092         * facemenu.el (global-map): Bind M-o, not M-g.
33094 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33096         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33097         "Open Directory" as for "Open File".
33099 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
33101         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33102         (push-mark-command): Run activate-mark-hook.
33104 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33106         * help-mode.el (help-mode-finish): Don't alter the element
33107         in view-return-to-alist if there already is one.
33109         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33110         make sure the current buffer is the expected one.
33112         * novice.el (disabled-command-function): Output in *Disabled Command*.
33113         Explicitly ignore non-keyboard events, and explicitly handle C-g.
33115         * textmodes/flyspell.el (flyspell-large-region):
33116         Pass args differently for aspell.
33118         * files.el (mode-require-final-newline): Doc fix.
33120 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
33122         * progmodes/which-func.el (which-function):
33123         Specify NOERROR when calling imenu--make-index-alist.
33125 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33127         * simple.el (normal-erase-is-backspace): Define default value.
33129         * custom.el (custom-theme-set-variables): Remove unused var
33130         `immediate'.
33131         (custom-reevaluate-setting): Simple function to handle variables
33132         that are defined before their default value can really be
33133         computed.
33135         * startup.el (command-line): Use it for temporary-file-directory,
33136         small-emporary-file-directory, auto-save-file-name-transforms,
33137         blink-cursor-mode, and normal-erase-is-backspace.
33139         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33140         progress, even with buggy anchored keywords.
33142 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
33144         * simple.el (goto-line): Remove unbalanced final parenthesis.
33146 2005-03-05  Richard M. Stallman  <rms@gnu.org>
33148         * simple.el (goto-line): Use a number at point as the default.
33149         With C-u as arg, switch buffers.
33151 2005-03-05  Juri Linkov  <juri@jurta.org>
33153         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33154         with `no-blinking-cursor'.
33156         * startup.el (no-blinking-cursor): New defvar.
33157         (command-line): Add `--no-blinking-cursor' to longopts.
33158         Set `no-blinking-cursor' to t for command line arguments
33159         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
33160         with `no-blinking-cursor' in the condition for calling
33161         `blink-cursor-mode'.
33163 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
33165         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33166         (menu-bar-options-save): Add blink-cursor-mode.
33167         (menu-bar-options-menu): Add blink-cursor-mode.
33169 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
33171         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33172         (icalendar-export-file, icalendar-export-region)
33173         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33174         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33176 2005-03-04  Lute Kamstra  <lute@gnu.org>
33178         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33179         (debug-function-list): Ditto.
33181 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
33183         * textmodes/texinfmt.el (texinfo-append-refill):
33184         Redefine the types of line to which @refill
33185         is not appended by replacing a search for `@refill\\|@bye' with
33186         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
33187         itemize@refill' bug and the unfilled long lines bug.
33188         (texinfmt-version): Update number and date.
33190 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
33192         * international/code-pages.el (windows-1250, windows-125[2-8])
33193         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33195 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33197         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33198         bound yet.
33200 2005-03-02  Romain Francoise  <romain@orebokech.com>
33202         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33203         buffer after removing limits.
33204         (ibuffer-pop-filter): Ditto.
33205         Update copyright.
33207 2005-03-02  Miles Bader  <miles@gnu.org>
33209         * button.el (make-text-button): If the user doesn't specify a
33210         type, use the default.  Rewrite to use `add-text-properties' and
33211         plist functions.
33213 2005-03-01  Lute Kamstra  <lute@gnu.org>
33215         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33216         (debugger-jumping-flag): New var.
33217         (debug-entry-code): Use it.
33218         (debugger-jump): Use debugger-jumping-flag and add
33219         debugger-reenable to post-command-hook.
33220         (debugger-reenable): Use debugger-jumping-flag and remove itself
33221         from post-command-hook.
33222         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33223         debugger-reenable.
33225 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
33227         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33228         inclusion of "itemize\\|", which may be unnecessary, is certainly
33229         inelegant, and stops refilling in itemize lists when formatting
33230         Japanese Texinfo files to Info.
33231         Update copyright to 2005.
33233 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
33235         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33236         of an error if GDB can't find the source file.
33238 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
33240         * calendar/calendar.el (redraw-calendar): Work from any buffer,
33241         not just the calendar.
33243         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33244         first.
33245         (diary-redraw-calendar): New function.
33246         (make-diary-entry): Add diary-redraw-calendar to local
33247         write-contents-functions.  Turn off selective display before
33248         inserting in diary.
33250 2005-03-01  Kim F. Storm  <storm@cua.dk>
33252         * emacs-lisp/copyright.el (copyright-fix-years): New command.
33254 2005-03-01  Lute Kamstra  <lute@gnu.org>
33256         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33257         that debug-entry-code can be safely removed from a function while
33258         this code is being evaluated.  Revert the 2005-02-27 change as the
33259         new implementation no longer requires it.  Make sure that a
33260         function body containing just a string is not mistaken for a docstring.
33261         (debug): Skip one more frame in case of debug on entry.
33262         (debugger-setup-buffer): Delete one more frame line in case of
33263         debug on entry.
33264         (debugger-frame-number): Update to use the new text introduced by
33265         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
33267 2005-02-28  Kim F. Storm  <storm@cua.dk>
33269         * double.el (double-translate-key): Call force-window-update after
33270         read-event to avoid crash in redisplay.
33272 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33274         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33275         (debug): Use it.  Move the inhibit-trace earlier.
33276         (debug-entry-code): New const.
33277         (debug-on-entry-1): Use it.
33279 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
33281         * international/utf-16.el (ccl-encode-mule-utf-16le):
33282         Fix BUFFER_MAGNIFICATION to 2.
33283         (ccl-encode-mule-utf-16be): Likewise.
33285 2005-02-28  Kenichi Handa  <handa@m17n.org>
33287         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33288         Fix BUFFER_MAGNIFICATION to 4.
33289         (ccl-encode-mule-utf-16be-with-signature): Likewise.
33291 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
33293         * speedbar.el (speedbar-update-flag): Doc fix.
33294         (speedbar-show-info-under-mouse): Give set-mouse-position the right
33295         argument.
33297 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33299         * reveal.el (reveal-post-command): Don't try to reveal overlays which
33300         have a non-nil `invisible' property but are actually visible.
33302         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33303         for perldoc sections.
33304         (perl-outline-regexp, perl-outline-level): New var and function.
33305         (perl-mode): Use them.
33307 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
33309         * calendar/diary-lib.el (diary-remind): Discard any mark portion
33310         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33312 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
33314         * cus-edit.el: Comment change.
33315         (custom-buffer-create-internal): Slightly reword text at top of
33316         Custom buffers.  Mention there that saving an option edits the
33317         init file.  Add link to Emacs manual node on `custom-file'.
33318         (custom-magic-alist): Rewrite individual State messages to use
33319         capitalized keywords.  Doc fix.
33321 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
33323         * calendar/calendar.el (calendar-buffer): Move above
33324         calendar-week-start-day.
33325         (calendar-week-start-day): Doc fix.  Add :set function.
33326         (calendar-minimum-window-height): New variable.
33327         (generate-calendar-window): Only resize window if selected-window
33328         is displaying the calendar buffer.  Use new variable
33329         calendar-minimum-window-height.
33330         (generate-calendar): Reword error message.
33331         (calendar-mode-map): Bind DEL to scroll-other-window-down.
33333 2005-02-27  Andreas Schwab  <schwab@suse.de>
33335         * vc.el (vc-do-command): Don't run command asynchronously when
33336         operating in a remote directory.
33338         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33339         change from sync with Tramp 2.0.47.
33341 2005-02-27  Richard M. Stallman  <rms@gnu.org>
33343         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33345         * textmodes/flyspell.el (flyspell-mode-on):
33346         Call ispell-change-dictionary only if necessary.
33348         * emacs-lisp/re-builder.el (regexp-builder): New function.
33350         * register.el (describe-register-1): Explicitly handle
33351         yank-excluded-properties = t.
33353         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33354         (custom-magic-alist): Change the status descriptions again.
33355         (face widget-type): Total rewrite based on `restricted-sexp'
33356         to eliminate the confusing double hiding levels.
33358         * emacs-lisp/debug.el (debug-on-entry-1):
33359         If function body is empty, add nil as body form.
33361 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
33363         * emacs-lisp/trace.el (inhibit-trace): New var.
33364         (trace-make-advice): Use it.
33366         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33368 2005-02-26  Kim F. Storm  <storm@cua.dk>
33370         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33371         (mouse-on-link-p, mouse-drag-region-1): Use it.
33373 2005-02-25  Lute Kamstra  <lute@gnu.org>
33375         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33377 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
33379         * frame.el (blink-cursor-mode): Add :group keyword.
33381 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
33383         * calendar/icalendar.el (icalendar--decode-isodatetime):
33384         New optional argument DAY-SHIFT.
33385         (icalendar-export-region): Fix coding-system-for-write.
33386         (icalendar--convert-ical-to-diary): Shift end-day of all-day
33387         events by one.
33389 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33391         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33393 2005-02-24  Kim F. Storm  <storm@cua.dk>
33395         * international/iso-acc.el (iso-accents-compose): Fix crash
33396         during redisplay.  Call force-window-update after read-event
33397         and delete-region to signal that window is not accurate.
33399 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33401         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33402         Remove unused and inexistent var `inhibit-trace'.
33403         (debugger-mode): Use run-mode-hooks.
33404         (debugger-list-functions): Add buttons; setup xref stack.
33406 2005-02-23  Richard M. Stallman  <rms@gnu.org>
33408         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33409         appointment says it was explicitly made.
33410         (appt-add): Set the 3rd element.
33411         (appt-make-list): Preserve explicit appointments.
33413         * subr.el (find-tag-default): Catch errors in forward-sexp.
33415 2005-02-23  Juri Linkov  <juri@jurta.org>
33417         * info.el (Info-isearch-search): New defcustom.
33418         (Info-isearch-search): Call the default isearch function
33419         when Info-isearch-search is nil.
33420         (Info-isearch-wrap): Use variable Info-isearch-search.
33422 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
33424         * cus-edit.el: Comment change.
33426 2005-02-22  Kim F. Storm  <storm@cua.dk>
33428         * progmodes/hideif.el (hide-ifdef-use-define-alist):
33429         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
33431 2005-02-22  Simon Josefsson  <jas@extundo.com>
33433         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33434         New variable.
33435         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
33436         Oskarsson" <myrkraverk@users.sourceforget.net>.
33438 2005-02-22  Kim F. Storm  <storm@cua.dk>
33440         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
33441         check that window of that event is the selected window.
33442         (mouse-drag-region-1): Compare mouse event window to selected
33443         window before setting point.
33445         * tooltip.el (tooltip-show-help-function): Pass event to
33446         mouse-on-link-p so it can check selected window.
33448 2005-02-22  Kenichi Handa  <handa@m17n.org>
33450         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
33451         (ps-mule-show-warning): New function.
33452         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
33453         characters are found.
33455         * ps-print.el (ps-header-footer-string): Return a list of header
33456         and footer strings.
33458 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
33460         * pcvs.el (cvs-retrieve-revision): Fix thinko.
33462 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
33464         * frame.el (blink-cursor-mode): Use define-minor-mode.
33466         * term/mac-win.el (function-key-map): Use char-names more consistently.
33467         (file-name-coding-system): Only set it for MacOS-9.  The other case is
33468         already handled in mule-cmds.el (where it also works when mac-win.el
33469         is not used).
33471 2005-02-21  Kenichi Handa  <handa@m17n.org>
33473         * international/mule.el (ctext-pre-write-conversion): Always use
33474         " *code-converting-work*" buffer for work.
33476         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33478 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
33480         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
33482 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
33484         * ses.el (undo-more): Restore defadvice, but only the part that
33485         allows changes outside the restricted area of the buffer.
33487 2005-02-20  Kim F. Storm  <storm@cua.dk>
33489         * simple.el (line-move): Add fourth optional arg try-vscroll which
33490         must be set to perform auto-window-vscroll.
33491         When moving backwards and doing auto-window-vscroll, automatically
33492         vscroll to the last part of lines which are taller than the window.
33493         (next-line, previous-line): Set try-vscroll arg on line-move.
33495 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
33497         * replace.el (query-replace, query-replace-regexp)
33498         (replace-string, replace-regexp): When operating on region, make
33499         the minibuffer prompt say so.
33501         * isearch.el (isearch-forward): Document isearch-query-replace and
33502         isearch-query-replace-regexp keybindings.
33504 2005-02-19  Jay Belanger  <belanger@truman.edu>
33506         * calc/calc-aent.el (math-read-token): Add local variable.
33508         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
33509         (calc-edit-top): Move declaration to earlier in file.
33510         (calc-edit-macro-repeats): Add local variables.
33512         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
33513         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
33514         calcFunc-tanh.
33515         Adjust integration rule for calcFunc-tan.
33517 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
33519         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
33520         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
33521         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
33522         (viper-skip-separators): Bug fix.
33523         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
33524         particular major mode.
33525         (viper-del-backward-char-in-replace): Don't put deleted char on the
33526         kill ring.
33528         * viper-ex.el (viper-color-display-p): New function.
33529         (viper-has-face-support-p): Use viper-color-display-p.
33531         * viper-keym.el (viper-gnus-modifier-map): New keymap.
33533         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
33535         * viper-util.el (viper-glob-unix-files): Fix shell status check.
33536         (viper-file-remote-p): Make equivalent to file-remote-p.
33538         * viper.el (viper-major-mode-modifier-list):
33539         Use viper-gnus-modifier-map.
33541 2005-02-19  David Kastrup  <dak@gnu.org>
33543         * subr.el (subregexp-context-p): Fix garbled doc string by adding
33544         quoting.
33546 2005-02-19  Jay Belanger  <belanger@truman.edu>
33548         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
33549         Remove extra definitions.
33550         (calc-coth): New function.
33551         (calcFunc-cot): Fix `let'.
33553 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
33555         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
33556         the reasons we use "type pc" in these faces.
33558         * button.el (button): Ditto.
33560 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
33562         * replace.el (query-replace-read-from): Set the value of
33563         query-replace-from-history-variable to handle the case of an empty
33564         string entered to accept the suggested default.
33566         * net/tramp.el (tramp-file-name-for-operation):
33567         Use dired-call-process instead of dired-call-process-command.
33569 2005-02-19  Jay Belanger  <belanger@truman.edu>
33571         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
33572         (math-div-non-trig): New variables.
33573         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
33574         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
33575         (math-combine-prod, math-div-symb-fancy): Add simplifications for
33576         trig expressions.
33578 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
33580         * progmodes/gdb-ui.el (gdb-var-update-handler)
33581         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
33582         for watch expressions,
33583         (gdb-var-create-handler): Don't set speedbar-update-flag.
33584         (gdb-post-prompt): Simplify test for speedbar.
33586 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
33588         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
33589         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
33590         we use the syntax table of the correct buffer.
33591         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
33592         Felix Gatzemeier.
33594         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
33595         (ediff-file-remote-p): Make synonymous with file-remote-p.
33596         In all deffaces ediff-*-face-*, use min-colors.
33598         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
33599         ediff-recurse-to-subdirectories.
33600         (ediff-mark-if-equal): Check that the arguments are strings, use
33601         ediff-same-contents (after to Felix Gatzemeier).
33603         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
33604         nil.
33606 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
33608         * log-view.el (log-view-message-re): Fix up Subversion regexp.
33610 2005-02-18  David Kastrup  <dak@gnu.org>
33612         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
33613         use `mark-active' when defined.
33615 2005-02-18  Kenichi Handa  <handa@m17n.org>
33617         * ps-print.el (ps-font-info-database): New entry
33618         ZapfChancery-MediumItalic with correct font name.  Fix font name
33619         of the entry Zapf-Chancery-MediumItalic.
33621 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
33623         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
33625 2005-02-16  Kim F. Storm  <storm@cua.dk>
33627         * ido.el (ido-fallback-command): Pass user input to fallback command.
33629 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
33631         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
33632         (gdb-find-file-hook): Add server prefix.
33634 2005-02-16  Richard M. Stallman  <rms@gnu.org>
33636         * replace.el (perform-replace): Pass new args to replace-highlight.
33637         (replace-highlight): Take region args,
33638         and pass them to isearch-lazy-highlight-new-loop.
33640         * novice.el (disabled-command-hook): Autoload the defalias
33641         and the make-obsolete-variable call.
33643         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
33645         * isearch.el (isearch-lazy-highlight-start-limit)
33646         (isearch-lazy-highlight-end-limit): New variables limit
33647         the region for highlighting.
33648         (isearch-lazy-highlight-new-loop): New args BEG and END.
33649         (isearch-lazy-highlight-search): Use the new vars.
33650         (isearch-lazy-highlight-update): Likewise.
33652         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
33654         * cus-start.el (all): Use default-boundp.
33656 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
33658         * menu-bar.el (menu-bar-select-frame): Handle current frame.
33660 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
33662         * autorevert.el (auto-revert-stop-on-user-input)
33663         (auto-revert-verbose): Doc fixes.
33665 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
33667         * international/mule-cmds.el (set-locale-environment): Remove call
33668         to set-selection-coding-system on Windows.
33670 2005-02-15  Jay Belanger  <belanger@truman.edu>
33672         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
33673         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
33674         calcFunc-coth.
33675         (math-simplify-sqrt): Add simplifications.
33677         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
33678         to list.
33680         * calc/calc-ext.el: Add functions to autoloads.
33682         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
33683         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
33684         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
33685         (math-csc-raw, math-cot-raw): New functions.
33687         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
33689         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
33690         the variable name in a message.
33692         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
33693         calcFunc-csc, calcFunc-cot.
33695         * calc/calcalg2.el: Add derivative and integration rules for
33696         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
33697         calcFunc-csch, calcFunc-coth.
33698         (math-do-integral-methods): Add to checks for when to use
33699         substitutions.
33701         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
33703 2005-02-15  Lute Kamstra  <lute@gnu.org>
33705         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33706         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
33707         <monnier@iro.umontreal.ca>.
33708         (lisp-outline-level): Improve efficiency.  Suggested by David
33709         Kastrup <dak@gnu.org>.
33711 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
33713         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
33714         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
33715         (gdb-set-gud-minor-mode-existing-buffers): New functions.
33716         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
33717         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
33719 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
33721         * cus-start.el (all): Comment change.
33723 2005-02-14  Lute Kamstra  <lute@gnu.org>
33725         * cus-start.el (all): Check if symbol is void.
33727 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
33729         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
33730         optional argument to \cite.
33732 2005-02-14  Richard M. Stallman  <rms@gnu.org>
33734         * cus-edit.el (custom-buffer-create-internal): Update help message.
33735         (custom-magic-alist): Update help messages.
33737         * cus-start.el (all): Allow a var to specify a standard value.
33739 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
33741         * custom.el (custom-theme-set-variables): Handle variable aliases.
33743         * frame.el (blink-cursor-timer): Doc fix.
33744         (blink-cursor): Make it an alias for `blink-cursor-mode' and
33745         declare obsolete.
33746         (blink-cursor-mode): Define with defcustom and use correct
33747         standard expression in that defcustom.
33748         * startup.el (command-line): Adapt to above changes in frame.el.
33750 2005-02-11  Lute Kamstra  <lute@gnu.org>
33752         * apropos.el (apropos-score-doc): Prevent division by zero.
33754 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
33756         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
33757         (icalendar--get-event-property-attributes)
33758         (icalendar--get-event-properties)
33759         (icalendar--datetime-to-diary-date): New functions.
33760         (icalendar--split-value): Doc fix.
33761         (icalendar--datetime-to-noneuropean-date)
33762         (icalendar--datetime-to-european-date): New optional argument
33763         SEPARATOR.  Return result as a string instead of a list.
33764         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
33765         (icalendar--convert-string-for-export): Rename arg S to STRING.
33766         (icalendar-export-region): Doc fix.  Change name of error buffer.
33767         Save output buffer.
33768         (icalendar-import-file): Add blank at end of prompt.
33769         (icalendar-import-buffer): Doc fix.  Do not switch to error
33770         buffer.  Indicate status in return value.
33771         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
33772         buffer.  Save output buffer.  Handle exception from recurrence
33773         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
33774         events.  Fix problems with weekly all-day events.
33776 2005-02-10  Richard M. Stallman  <rms@gnu.org>
33778         * simple.el (eval-expression-print-format):
33779         Avoid warning about edebug-active.
33781         * help.el (help-for-help-internal): Rename from help-for-help.
33782         (help-for-help): Define with defalias.
33784         * font-core.el (font-lock-default-function): Use with-no-warnings.
33786         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
33788         * custom.el (defface): Doc fix.
33790 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
33792         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
33793         width 0" to prevent word wrapping problems.
33795 2005-02-09  Kim F. Storm  <storm@cua.dk>
33797         * ido.el (ido-file-extensions-order): New defcustom.
33798         (ido-file-extension-lessp, ido-file-extension-aux)
33799         (ido-file-extension-order): New advanced file ordering.
33800         (ido-file-lessp): New simple file ordering.
33801         (ido-sort-list): Remove.
33802         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
33803         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
33805 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
33807         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
33808         that some versions of grep produce.
33809         (grep-mode-font-lock-keywords): Likewise.
33811 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
33813         * progmodes/gdb-ui.el (gdb-location-list): New variable.
33814         (gdb-cdir): Delete.
33815         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
33816         (gdb-source-info): Treat case when source file is in another
33817         directory properly.
33818         (gdb-get-location): New function.
33820 2005-02-07  Jay Belanger  <belanger@truman.edu>
33822         * calc/calc-prog.el (calc-write-parse-table-part)
33823         (calc-fix-token-name): Fix a check for language type.
33825         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
33827 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
33829         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
33830         as directory not writable.
33832 2005-02-07  Kim F. Storm  <storm@cua.dk>
33834         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
33835         (cua--standard-movement-commands): Remove list.
33836         Instead, set CUA property value to move for movement commands.
33837         (cua-movement-commands): Remove.  Users must set CUA prop instead.
33838         (cua--pre-command-handler): Check CUA property.
33839         (cua--init-keymaps): Don't remap undo commands.
33840         (cua-mode): Don't call cua--rectangle-on-off.
33842         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
33843         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
33844         (cua--rect-undo-set-point): New var.
33845         (cua--rectangle-undo-boundary): Setup undo apply entry.
33846         (cua--rect-undo-handler): New function for rectangle undo.
33847         (cua--rect-start-position, cua--rect-end-position): Add.
33848         (cua--rectangle-post-command): Call cua--rectangle-set-corners
33849         for restored rectangle.  Set point if cua--rect-undo-set-point.
33851 2005-02-06  Jay Belanger  <belanger@truman.edu>
33853         * calc/calc-lang.el (calc-tex-language): Display more information
33854         in messages.
33856         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
33857         in TeX mode.
33859 2005-02-06  Richard M. Stallman  <rms@gnu.org>
33861         * emacs-lisp/lisp.el (buffer-end): Doc fix.
33863 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
33865         * net/ldap.el (ldap-search-internal): Support attributes with
33866         optional descriptions separated by a semi-colon, as in
33867         "userCertificate;binary".
33869 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33871         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
33872         isn't a cons (i.e. the version is 0).
33874 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
33876         * help.el (help-for-help): Doc fix.
33878 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
33880         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
33881         GDB-Windows on the menu-bar as this works better.
33883 2005-02-04  Jay Belanger  <belanger@truman.edu>
33885         * calc/calc-embed.el (calc-embedded-update): Don't put in
33886         unnecessary newlines.  Adjust the end of formula marker.
33888         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
33889         (math-latex-parse-two-args): New function.
33891 2005-02-03  Lute Kamstra  <lute@gnu.org>
33893         * help-fns.el (help-with-tutorial): Make sure that users cannot
33894         remove the entire text of the tutorial by means of `undo'.
33896 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33898         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
33899         in recent changes, where the ispell process was repeatedly
33900         killed & restarted.
33902         * international/mule-cmds.el (set-locale-environment): Set file-name
33903         coding system to utf-8 on Darwin systems.
33904         (set-default-coding-systems): Don't set default-file-name-coding-system
33905         on Darwin systems.
33907 2005-02-03  Richard M. Stallman  <rms@gnu.org>
33909         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
33911 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
33913         * faces.el (list-faces-display): Add optional argument.
33915 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
33917         * font-core.el (font-lock-default-function): Handle the rare case where
33918         only font-lock-keywords is set.
33920 2005-02-02  Kenichi Handa  <handa@m17n.org>
33922         * international/characters.el: Cancel previous change for
33923         I-WITH-DOT-ABOVE and DOTLESS-i.
33925         * international/latin-5.el: Cancel previous change.
33927 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
33929         * progmodes/gud.el: Correction to syntax in gud-menu-map.
33931 2005-02-02  Kenichi Handa  <handa@m17n.org>
33933         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
33934         DOTLESS-i.
33936         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
33937         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
33939         * case-table.el (get-upcase-table): New function.
33940         (copy-case-table): Copy upcaes table too if non-nil.
33941         (set-case-syntax-delims): Maintain upcase table too.
33942         (set-case-syntax-pair): Likewise.
33943         (set-upcase-syntax, set-downcase-syntax): New functions.
33944         (set-case-syntax): Maintain upcase table too.
33946 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
33948         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
33950         * progmodes/gud.el (gud-goto-info): New function.
33951         (gud-tool-bar-map): Use correct icon.
33953 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
33955         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
33956         When delegating, order args in the funcall correctly.
33958 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
33960         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
33962 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
33964         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
33965         buffer not visiting a file.
33967 2005-01-31  Jay Belanger  <belanger@truman.edu>
33969         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
33970         bound on the line with the formula.
33972 2005-01-31  Kim F. Storm  <storm@cua.dk>
33974         * ses.el (ses-create-cell-variable-range)
33975         (ses-destroy-cell-variable-range, ses-reset-header-string)
33976         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
33977         (ses-insert-row): Fix format of apply undo entries.
33979 2005-01-31  Jay Belanger  <belanger@truman.edu>
33981         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
33982         parts.
33984         * calc/calc-embed.el (calc-embedded-open-formula)
33985         (calc-embedded-close-formula): Ignore matrix environments.
33987         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
33988         TeX mode.
33990         * calc/calc-lang.el (math-function-table, math-oper-table)
33991         (math-variable-table): Adjust the LaTeX portions.
33993         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
33994         (math-latex-ignore-words): New constant.
33996 2005-01-31  Richard M. Stallman  <rms@gnu.org>
33998         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
33999         (ispell-local-dictionary): Doc fix.
34000         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34001         Don't reinitialize at run time.  Don't defcustom.
34002         All uses changed to append ispell-local-dictionary-alist,
34003         or check it first.
34004         (ispell-current-dictionary): New variable for dictionary in use.
34005         (ispell-dictionary): Now used only for global default.
34006         (ispell-start-process): Set ispell-current-dictionary,
34007         not ispell-dictionary.
34008         (ispell-change-dictionary): Use this only for setting
34009         user preferences.
34010         (ispell-internal-change-dictionary): New function
34011         to change the current dictionary in use.
34012         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34013         Use ispell-current-dictionary.
34014         Handle ispell-local-dictionary-overridden.
34015         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34017 2005-01-31  Jay Belanger  <belanger@truman.edu>
34019         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34021         * calc/calc-ext.el: Add calc-latex-language to autoloads.
34022         (calc-mode-map): Add calc-latex-language.
34024         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34025         (math-latex-print-frac): New functions.
34026         (math-oper-table, math-function-table, math-variable-table)
34027         (math-complex-format, math-input-filter): Add latex properties.
34028         (calc-set-language): Set math-expr-special-function-mapping.
34030         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34031         (calc-write-parse-table-part): Add LaTeX support.
34033         * calc/calc.el (calc-language): Adjust docstring.
34034         (calc-set-mode-line): Add LaTeX support.
34035         (math-expr-special-function-mapping): New variable.
34036         (math-tex-ignore-words): Add to list.
34038         * calc/calccomp.el (math-compose-expr, math-compose-rows):
34039         Add LaTeX support.
34040         (math-compose-expr): Add support for special functions.
34042         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34044 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
34046         * progmodes/gdb-ui.el (gdb-memory-address)
34047         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34048         (gdb-memory-mode-map, gdb-memory-format-keymap)
34049         (gdb-memory-format-menu, gdb-memory-unit-keymap)
34050         (gdb-memory-unit-menu): New variables for a buffer
34051         that lets the user examine program memory.
34052         (gdb-memory-set-address, gdb-memory-set-repeat-count)
34053         (gdb-memory-format-binary, gdb-memory-format-octal)
34054         (gdb-memory-format-unsigned, gdb-memory-format-signed)
34055         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34056         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34057         (gdb-memory-unit-word, gdb-memory-unit-halfword)
34058         (gdb-memory-unit-byte, gdb-memory-unit-menu)
34059         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34060         (gdb-memory-mode, gdb-memory-buffer-name)
34061         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34062         New functions for above buffer.
34064 2005-01-30  Richard M. Stallman  <rms@gnu.org>
34066         * cus-edit.el (custom-bury-buffer): Function deleted.
34067         (custom-buffer-done-function): Option deleted.
34068         (custom-buffer-done-kill): New replacement option.
34069         (Custom-buffer-done): Call quit-window.
34070         (custom-buffer-create-internal): Update for above changes.
34072 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
34074         * simple.el (undo-ask-before-discard): New var.
34075         (undo-outer-limit-truncate): Implement it.
34076         (undo-extra-outer-limit): Doc update.
34078 2005-01-29  Richard M. Stallman  <rms@gnu.org>
34080         * ses.el (undo-more): Delete defadvice.
34081         (ses-begin-change): Doc fix.
34083         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34084         instead of rebinding C-x u and C-_.
34086         * files.el (normal-backup-enable-predicate): Return nil for files
34087         in /tmp, regardless of temporary-file-directory.
34089         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34091         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34092         (open-rectangle, delete-whitespace-rectangle-line)
34093         (clear-rectangle-line): If FILL, pass t instead of FILL
34094         for move-to-column's 2nd arg.
34096         * simple.el (undo): Fix the test for continuing a series of undos.
34097         (undo-more): Set pending-undo-list to t when we reach end.
34098         (pending-undo-list): Move up defvar.
34100         * wid-edit.el (widget-button-click):
34101         Shorten the range of the track-mouse binding.
34103         * comint.el (comint-insert-input): Undo previous changes;
34104         use last-input-event in interactive spec.
34106 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
34108         * progmodes/compile.el (compilation-start): Bind buffer-read-only
34109         to nil before invoking call-process.  Reset buffer's modified flag
34110         after fontifying it in the no-async branch.
34112         * wid-edit.el (widget-specify-button): If mouse pointer shape
34113         cannot be changed, use mouse face instead.
34115 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
34117         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34118         (gdb-goto-breakpoint): Make breakpoint handling work on template
34119         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
34120         (gdb-assembler-custom): Update to recognize breakpoint information
34121         added on 2005-01-19.
34123 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34125         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34126         (dsssl-mode): Use define-derived-mode.
34127         (scheme-mode-initialize): Remove.
34128         (scheme-mode): Use run-mode-hooks.
34130         * cus-edit.el (customize-group-other-window)
34131         (custom-buffer-create-other-window): Don't override special-display-*.
34132         (custom-mode-map): Make it dense.
34134         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34135         sets the default value.
34137 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
34139         * descr-text.el: Add more keywords.
34141 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34143         * speedbar.el: Avoid unnecessary use of locate-library.
34145         * international/mule-cmds.el (standard-display-european-internal):
34146         Don't fiddle with latin-1 non-break space any more since it's now
34147         special cased in the C code.
34148         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34150 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
34152         * cus-start.el (all): Add `undo-outer-limit'.
34154 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
34156         * textmodes/bibtex.el (bibtex-format-entry):
34157         Use `bibtex-empty-field-re' only on the text of fields, not on entire
34158         field lines.
34159         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34160         not on part of a buffer.
34162 2005-01-25  Lute Kamstra  <lute@gnu.org>
34164         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34165         nonempty field text strings like "{letters\\macro{}more letters}".
34166         Clarify docstring.
34167         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34168         (bibtex-entry-offset, bibtex-parse-association)
34169         (bibtex-parse-field-name): Fix typos in docstrings.
34170         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34172 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
34174         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34175         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34176         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34177         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34179         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34180         isearch minor mode.
34182 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
34184         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34186 2005-01-24  Lute Kamstra  <lute@gnu.org>
34188         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34189         CASECHARS and NOT-CASECHARS regular expressions of the
34190         "nederlands" and "nederlands8" dictionaries to prevent a "Range
34191         striding over charsets" error.
34193 2005-01-24  Jay Belanger  <belanger@truman.edu>
34195         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34196         display variable name.
34198 2005-01-24  Kenichi Handa  <handa@m17n.org>
34200         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34201         Fix setting of the element of encoded-kbd-iso2022-invocations.
34203 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
34205         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34206         (gdb-threads-select): Change to also accept mouse events.
34207         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34208         (gdb-threads-mouse-select): Delete.
34210 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
34212         * files.el (insert-directory): Take care of empty directory,
34213         listed without -a switch.
34215 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34217         * textmodes/refill.el (refill-post-command-function):
34218         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34219         to the list of functions that we should be careful not to undo.
34220         (refill-late-fill-paragraph-function): Remove.
34221         (refill-saved-state): New var.
34222         (refill-mode): Use it to save fill-paragraph-function.
34223         Save also the value of auto-fill-function.
34225         * term/w32-win.el: Simplify code.
34227 2005-01-23  Kim F. Storm  <storm@cua.dk>
34229         * simple.el (line-move): Adapt to new return value from
34230         pos-visible-in-window-p.
34232         * simple.el (line-move): Fix last change.  Check partial
34233         visibility at point rather than at window-start.
34235 2005-01-22  Jason Rumney  <jasonr@gnu.org>
34237         * term/w32-win.el (xw-defined-colors): Remove debug-message.
34239 2005-01-22  David Kastrup  <dak@gnu.org>
34241         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34243 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
34245         * type-break.el (type-break-mode): Add a test for
34246         type-break-file-name being non-nil.
34248 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
34250         * net/eudc.el (top level): Call (message "") via progn, so that
34251         eudc-options-file is loaded.
34253 2005-01-22  Kim F. Storm  <storm@cua.dk>
34255         * simple.el (line-move-1): Rename from line-move.
34256         (line-move): New function that adjusts vscroll for partially
34257         visible rows, and calls line-move-1 otherwise.
34259 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
34261         * pcomplete.el: Define pcomplete-read-event instead of read-event,
34262         since it's not a complete read-event implementation.
34264 2005-01-20  Jay Belanger  <belanger@truman.edu>
34266         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34267         for called function.
34269 2005-01-20  Steven Tamm  <steventamm@mac.com>
34271         * term/mac-win.el (process-connection-type): Remove.
34272         Controlled now by s/darwin.h:PTY_ITERATION.
34274 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
34276         * window.el (handle-select-window): Don't switch window when we're
34277         in the minibuffer.
34279 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
34281         * subr.el (dotimes-with-progress-reporter): New macro.
34283         * ses.el (ses-dotimes-msg): Remove macro.
34284         Use `dotimes-with-progress-reporter' instead.
34286 2005-01-19  Steven Tamm  <steventamm@mac.com>
34288         * term/mac-win.el (process-connection-type): Use new
34289         operating-system-release variable to use ptys on Darwin 7 (OS X
34290         10.3) when using carbon build.
34292 2005-01-19  Jay Belanger  <belanger@truman.edu>
34294         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34295         flags if the last command was a tab or M-tab.
34297         * calc/calc-prog.el (calc-user-define-edit): Put original formula
34298         in formula editing buffer.
34300 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34302         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34303         breakpoint image symbol in margin.
34305 2005-01-19  Jay Belanger  <belanger@truman.edu>
34307         * calc/calc-prog.el (calc-execute-kbd-macro):
34308         Ignore calc-keep-arg-flag.
34310 2005-01-19  Kenichi Handa  <handa@m17n.org>
34312         * textmodes/ispell.el (ispell-looking-at): New function.
34313         (ispell-process-line): Use ispell-looking-at to compare the ispell
34314         output and the buffer contents.
34316 2005-01-18  Jay Belanger  <belanger@truman.edu>
34318         * calc/calc.el (calc-display-raw): Fix docstring.
34320 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34322         * simple.el (blink-matching-open): Strip extra info from syntax.
34324         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34325         funny chars in the end-of-here-doc marker.
34327 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34329         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34330         that enable/disabled state of breakpoints is shown correctly in
34331         fringe and on ttys.
34332         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34333         Add breakpoint information as text properties.
34334         (gdb-mouse-toggle-breakpoint):
34335         Rename to gdb-mouse-set-clear-breakpoint.
34336         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
34337         breakpoints in the margin.
34338         (gdb-remove-strings): Simplify.
34340 2005-01-17  Jay Belanger  <belanger@truman.edu>
34342         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34343         erasing buffer.
34345 2005-01-17  Richard M. Stallman  <rms@gnu.org>
34347         * progmodes/grep.el (grep-find): Copy from `grep' the condition
34348         for calling grep-compute-defaults.
34350         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34351         if buffer is empty.
34353         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34355 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
34357         * hilit-chg.el (highlight-changes-mode): Don't autoload.
34359         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34360         non-preloaded variables.
34362 2005-01-17  Steven Tamm  <steventamm@mac.com>
34364         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34365         tex-shell cause to force interactivity when using pipes.
34367 2005-01-17  Kim F. Storm  <storm@cua.dk>
34369         * simple.el (just-one-space): Make arg optional.
34371 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
34373         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34374         posn-at-x-y to t to access left-margin.
34376 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
34378         Sync with Tramp 2.0.47.
34380         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34381         catching keep-date problems in cp/scp operations.
34382         (tramp-handle-copy-file): Don't call `set-file-modes'
34383         unconditionally.  Specialized functions should know better what is
34384         necessary.  This improves performance a little bit, and the
34385         functions could catch errors with `cp -p' and `scp -p'.
34386         (tramp-do-copy-or-rename-file-via-buffer)
34387         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34388         when appropriate.
34389         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34390         Call `set-file-modes' when appropriate.
34391         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
34392         Johnsson <isak@hypergene.com>.
34393         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34394         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
34395         <joakim@verona.se>.
34396         (tramp-file-name-for-operation): Mark `shell-command' as magic for
34397         Emacs only.
34399         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
34400         `find-file-hooks' and `dired-mode-hook'.
34401         (tramp-minor-mode-map): Respective map.  Add remapping for
34402         `compile' and `recompile'.
34403         (tramp-remap-command, tramp-recompile): New defuns.
34404         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34405         in buffer "*Compilation*".  Call the commands asynchronously.
34407         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34408         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34409         `shell-command', because it isn't magic in XEmacs.  Reported by
34410         Adrian Aichner <adrian@xemacs.org>.
34412         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34413         `substitute-in-file-name.
34414         (tramp-smb-handle-substitute-in-file-name): New defun.
34415         (tramp-smb-advice-PC-do-completion): Delete advice.
34417 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
34419         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34420         Fix error in deleting region.
34422 2005-01-15  Richard M. Stallman  <rms@gnu.org>
34424         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
34425         In non-temp buffer, switch syntax table temporarily.
34427         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34429         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34431         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34433         * imenu.el (imenu--split-menu): Copy menulist before sorting.
34434         (imenu--generic-function): Use START, not BEG, as pos of definition.
34436         * simple.el (just-one-space): Argument specifies number of spaces.
34438         * simple.el (eval-expression-print-format): Avoid warning
34439         about edebug-active.
34441 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
34443         * progmodes/sh-script.el: Code copied from make-mode.el
34444         with small changes,
34445         (sh-mode-map): Bind C-c C-\.
34446         (sh-backslash-column, sh-backslash-align): New variables.
34447         (sh-backslash-region, sh-append-backslash): New functions.
34449 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34451         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
34452         (rmail-pop-password, rmail-pop-password-required): Move to
34453         rmail-obsolete group.
34454         (rmail-set-pop-password): Rename to rmail-set-remote-password.
34455         All callers updated.
34456         (rmail-get-pop-password): Rename to rmail-get-remote-password.
34457         Take an argument specifying whether it is POP or IMAP mailbox we
34458         are using.  All callers updated.
34459         (rmail-pop-password-error): Rename to
34460         rmail-remote-password-error.  Added mailutils-specific error message.
34461         (rmail-movemail-search-path)
34462         (rmail-movemail-variant-in-use): New variables.
34463         (rmail-remote-password, rmail-remote-password-required):
34464         New customization variables.
34465         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34466         (rmail-parse-url): New function.
34467         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34468         with GNU mailutils movemail.
34470 2005-01-15  Kevin Ryde  <user42@zip.com.au>
34472         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34473         suffix to space, $ or '$, to correctly position point when going
34474         to @table style constants like DBL_MAX.
34476 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
34478         * type-break.el (type-break-mode, type-break-file-time)
34479         (type-break-file-keystroke-count, type-break-choose-file):
34480         Don't store data in or load data from the file if type-break-file-name
34481         is nil.
34482         (type-break-file-name): Doc update as per the above.
34484 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
34486         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
34487         lookup-key might return nil; handle that.
34489 2005-01-15  Alan Mackenzie  <acm@muc.de>
34491         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
34492         rather than the element found, thus enabling the tree to be setcar'd.
34494 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
34496         * textmodes/org.el (org-show-following-heading): New option.
34497         (org-show-hierarchy-above): Use `org-show-following-heading'.
34498         (org-cycle): Documentation fix.
34500         * textmodes/org.el (orgtbl-optimized): New option
34501         (orgtbl-mode): New command, a minor mode.
34502         (orgtbl-mode-map): New variable.
34503         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
34504         (orgtbl-error, orgtbl-self-insert-command)
34505         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
34507         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
34508         a local variable in each org-mode buffer.
34510         * textmodes/org.el (org-set-regexps-and-options): Rename from
34511         `org-set-regexps'.  Added checking for STARTUP keyword.
34512         (org-get-current-options): Add STARTUP options.
34513         (org-table-insert-row): Make mode intelligent about when
34514         realignment is needed.
34515         (org-self-insert-command, org-delete-backward-char, org-delete-char):
34516         New commands.
34517         (org-enable-table-editor): New default value `optimized'.
34518         (org-table-blank-field): Support blanking regions if active.
34520 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
34522         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
34523         if the year is not given.
34525         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
34526         Add new escapes %m and %M, fixed bug with %F by adding
34527         save-match-data.
34528         (reftex-reference): Remove ?. from list of spaces.
34529         (reftex-label-info): Add automatic label prefix recognition.
34531         * textmodes/reftex-index.el (reftex-index-next-phrase):
34532         Add slave parameter to call of `reftex-index-this-phrase'.
34533         (reftex-index-this-phrase): New optional argument.
34534         (reftex-index-region-phrases): Add slave parameter to call of
34535         `reftex-index-this-phrase'.
34536         (reftex-display-index): New argument redo.
34537         (reftex-index-rescan): Add `redo' to arguments of
34538         `reftex-display-index'.
34539         (reftex-index-Rescan, reftex-index-revert)
34540         (reftex-index-switch-index-tag): Add `redo' to arguments of
34541         `reftex-display-index'.
34542         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
34543         indexing.  Fix bug with matching is there is a quote before or
34544         after the word.
34546         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
34547         Fix bug when collecting citation keys in lines with comments.
34548         (reftex-citation): Prefix argument no longer rescans the document,
34549         but forces prompting for optional arguments of cite macros.
34550         (reftex-do-citation): Prompting for optional arguments implemented.
34552         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
34553         Add optional arguments to most cite commands.
34554         (reftex-cite-cleanup-optional-args): New option
34555         (reftex-cite-prompt-optional-args): New option.
34556         (reftex-trust-label-prefix): New option.
34558         * textmodes/reftex-toc.el (reftex-toc-find-section):
34559         Add push-mark before changing the position in the buffer.
34561         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
34562         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
34564 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
34566         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
34567         more carefully.
34569 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
34571         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
34572         (sgml-mode): Use it.
34573         (sgml-get-context): Better keep track of implicitly closed tags.
34575 2005-01-13  Kenichi Handa  <handa@m17n.org>
34577         * textmodes/ispell.el: These changes are to fix misalignment error
34578         caused by equivalent characters of different Emacs charsets.
34579         (ispell-unified-chars-table): New variable.
34580         (ispell-get-decoded-string): New function.
34581         (ispell-get-casechars, ispell-get-not-casechars)
34582         (ispell-get-otherchars): Call ispell-get-decoded-string.
34584 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
34586         * custom.el (custom-declare-variable): Just put symbol instead
34587         of (defvar . symbol) in `current-load-list'.
34589 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
34591         * emacs-lisp/elint.el: Fixed typo in Commentary section.
34593 2005-01-12  Jay Belanger  <belanger@truman.edu>
34595         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
34596         to create a Calc summary.
34598 2005-01-12  Kim F. Storm  <storm@cua.dk>
34600         * mouse.el (mouse-on-link-p): Change functionality and doc
34601         string to comply with latest description in lisp ref.
34603 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
34605         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
34606         Enable mouse clicks on mode-line, header-line and margin.
34607         (event-type): Give mouse event symbols an `event-kind' property
34608         with value `mouse-click'.
34610 2005-01-12  Juri Linkov  <juri@jurta.org>
34612         * facemenu.el (list-colors-display): Add new arg buffer-name.
34613         Use it.  Fix docstring.  Replace code for identifying duplicate
34614         colors by the name with call to `list-colors-duplicates' which
34615         identifies duplicate colors by the value unless the color
34616         is one of special Windows colors.  Set truncate-lines to t.
34617         Print sorted duplicate color names on each line.  Indent to 22
34618         \(the longest color name in rgb.txt) instead of 20.  Optimize.
34619         (list-colors-duplicates): New function.
34620         (facemenu-color-name-equal): Delete function.
34622         * facemenu.el (list-colors-print): New function created from code
34623         in list-colors-display.  Print #RRGGBB at the window right edge.
34624         (list-colors-display): When temp-buffer-show-function is not
34625         defined, call list-colors-print from temp-buffer-show-hook
34626         to get the right value of window-width in list-colors-print
34627         after the buffer is displayed.
34629         * simple.el (pop-mark): Move deactivate-mark out of conditional
34630         part to deactivate the active mark regardless of the state of the
34631         mark ring.
34633         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
34634         variables line in desktop files.
34636 2005-01-12  Juri Linkov  <juri@jurta.org>
34638         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
34639         Bring together isearch highlight related options.
34640         (lazy-highlight): Replace group `replace' by `matching'.
34641         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34642         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34643         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
34644         and declare them obsolete.
34645         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
34646         (isearch-faces): Remove defgroup.
34647         (isearch-overlay, isearch-highlight, isearch-dehighlight):
34648         Move isearch highlighting code closer to lazy highlighting code.
34650         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
34651         (query-replace-highlight, query-replace-lazy-highlight)
34652         (query-replace): Move definitions to the beginning of the file.
34654 2005-01-11  Juri Linkov  <juri@jurta.org>
34656         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
34657         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
34658         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
34660         * info.el (Info-history-forward): New variable.
34661         (Info-select-node): Reset Info-history-forward to nil.
34662         (Info-last): Turn into defalias.
34663         (Info-history-back): Rename from Info-last.
34664         Add current node to Info-history-forward.
34665         (Info-history-forward): New fun.
34666         (Info-mode-map): Replace Info-last by Info-history-back.
34667         Bind Info-history-forward to "r".
34668         (Info-mode-menu): Replace Info-last by Info-history-back.
34669         Fix menu item text.  Add menu item for Info-history-forward.
34670         (info-tool-bar-map): Replace Info-last by Info-history-back.
34671         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
34672         for Info-history-forward.
34673         (Info-mode): Replace Info-last by Info-history-back in docstring.
34674         Add local variable Info-history-forward.
34675         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
34677 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
34679         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
34680         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
34681         Ignore select-window events rather than fiddle with
34682         mouse-autoselect-window.
34684 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
34686         * type-break.el (type-break-mode): Fix previous change.
34688 2005-01-10  Jay Belanger  <belanger@truman.edu>
34690         * calc/calc-ext.el (calc-reset): Reset when inside embedded
34691         calculator; only reset when point is inside a calculator.
34692         Don't adjust the window height if the window takes up the whole height
34693         of the frame.
34695 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
34697         * ebuff-menu.el (Electric-buffer-menu-mode):
34698         Preserve value of buffer-local var header-line-format.
34700 2005-01-09  Jay Belanger  <belanger@truman.edu>
34702         * calc/calc.el (calc-mode-var-list-restore-saved-values):
34703         Make sure settings file exists before accessing it.
34705         * calc/calc-embed.el (calc-embedded-subst):
34706         Replace math-multi-subst-rec, which is only supposed to be called
34707         by math-multi-subst, by math-multi-subst.
34709 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
34711         * vc.el (vc-allow-async-revert): New user option.
34712         (vc-disable-async-diff): New internal variable.
34713         (vc-revert-buffer): Use them to disable asynchronous diff.
34715         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
34716         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
34717         asynchronously if vc-disable-async-diff is t.
34719 2005-01-09  Jay Belanger  <belanger@truman.edu>
34721         * calc/calc.el (defcalcmodevar): New macro.
34722         (calc-mode-var-list-restore-default-values)
34723         (calc-mode-var-list-restore-saved-values): New functions.
34724         (calc-mode-var-list): Use defcalcmodevar to define it.
34725         (calc-always-load-extensions, calc-line-numbering)
34726         (calc-line-breaking, calc-display-just, calc-display-origin)
34727         (calc-number-radix, calc-leading-zeros, calc-group-digits)
34728         (calc-group-char, calc-point-char, calc-frac-format)
34729         (calc-prefer-frac, calc-hms-format, calc-date-format)
34730         (calc-float-format, calc-full-float-format, calc-complex-format)
34731         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
34732         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
34733         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
34734         (calc-matrix-brackets, calc-language, calc-language-option)
34735         (calc-left-label, calc-right-label, calc-word-size)
34736         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
34737         (calc-display-raw, calc-internal-prec, calc-angle-mode)
34738         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
34739         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
34740         (calc-window-height, calc-display-trail, calc-show-selections)
34741         (calc-use-selections, calc-assoc-selections)
34742         (calc-display-working-message, calc-auto-why, calc-timing)
34743         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
34744         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
34745         (calc-gnuplot-default-device, calc-gnuplot-default-output)
34746         (calc-gnuplot-print-device, calc-gnuplot-print-output)
34747         (calc-gnuplot-geometry, calc-graph-default-resolution)
34748         (calc-graph-default-resolution-3d, calc-invocation-macro)
34749         (calc-show-banner): Use defcalcmodevar to declare them and set
34750         their default values.
34752         * calc/calc-ext.el (calc-reset): Restore saved values of variables
34753         instead of default values (but restore default values if there is
34754         an argument of 0).
34756 2005-01-09  David Kastrup  <dak@gnu.org>
34758         * desktop.el (desktop-restore-eager): Fix typo in type.
34760 2005-01-08  Richard M. Stallman  <rms@gnu.org>
34762         * cus-edit.el (customize): Delete :link.
34764 2005-01-08  Jay Belanger  <belanger@truman.edu>
34766         * calc/calc.el (calc-mode): Remove the extension from the
34767         `calc-settings-file' file name when loading it.
34769 2005-01-08  Kim F. Storm  <storm@cua.dk>
34771         * info.el (Info-mode-map, Info-next-link-keymap)
34772         (Info-prev-link-keymap, Info-up-link-keymap):
34773         Map follow-link to mouse-face.
34774         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
34776 2005-01-08  Jay Belanger  <belanger@truman.edu>
34778         * calc/calc.el (calc-settings-file): Change default value.
34779         Suggested by cgw in a comment in calc-mode.el.
34781         * calc/calc-mode.el (calc-settings-file-name):
34782         Compare calc-settings-file to user-init-file instead of ~/.emacs.
34783         Replace ~/.emacs in a prompt by calc-settings-file.
34785 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
34787         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
34788         (desktop-lazy-idle-delay): New customizable variables.
34789         (desktop-buffer-args-list): New variable.
34790         (desktop-append-buffer-args): New function.
34791         (desktop-save): Call desktop-append-buffer-args for some buffers.
34792         (desktop-lazy-create-buffer): New function.
34793         (desktop-idle-create-buffers): New function.
34794         (desktop-read): Add message about buffers to restore lazily.
34795         (desktop-lazy-abort): New command.
34796         (desktop-clear): Call desktop-lazy-abort.
34797         (desktop-lazy-complete): New command.
34799 2005-01-06  Richard M. Stallman  <rms@gnu.org>
34801         * emacs-lisp/find-func.el (find-face-definition):
34802         Rename from find-face.
34804 2005-01-06  Kim F. Storm  <storm@cua.dk>
34806         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
34808         * man.el (Man-xref-man-page, Man-xref-header-file)
34809         (Man-xref-normal-file): Add follow-link property.
34811 2005-01-06  Jay Belanger  <belanger@truman.edu>
34813         * calc/calc-units.el: Make sure the proper macro definitions are
34814         available when compiling.
34816 2005-01-06  Juri Linkov  <juri@jurta.org>
34818         * isearch.el (isearch-lazy-highlight-update):
34819         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
34821 2005-01-06  Miles Bader  <miles@gnu.org>
34823         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
34824         (isearch-lazy-highlight-face): Use new name.
34826 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
34828         * uniquify.el (uniquify-rationalize-file-buffer-names):
34829         Re-add an interactive spec.
34830         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
34831         to the same name.
34833         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
34834         (isearch-update, isearch-done): Adjust calls accordingly.
34836 2005-01-05  Richard M. Stallman  <rms@gnu.org>
34838         * custom.el (custom-set-variables, custom-theme-set-variables):
34839         Clarify documentation.
34841         * emacs-lisp/find-func.el (find-variable)
34842         (find-variable-other-window, find-variable-other-frame):
34843         Fix the TYPE args to find-function-read and find-function-do-it.
34844         (find-function): Doc fix.
34845         (find-function-at-point): Replace function-at-point alias.
34847 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34849         * cus-face.el (custom-declare-face):
34850         Record defface in current-load-list.
34852         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
34854         * emacs-lisp/find-func.el: Doc fixes.
34855         (find-face-regexp): New variable.
34856         (find-function-regexp-alist): New variable.
34857         (find-function-C-source): Third arg is now TYPE.
34858         (find-function-search-for-symbol): Handle general TYPE.
34859         (find-function-read, find-function-do-it): Handle general TYPE.
34860         (find-definition-noselect, find-face): New functions.
34861         (function-at-point): Alias deleted.
34863 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
34865         * battery.el (display-battery-mode): Rename from display-battery.
34866         Handle the case where it gets turned off.
34868 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34870         * cus-edit.el (customize): Make :link point to user doc.
34872         * man.el (Man-fontify-manpage): Turn off undo generation.
34874         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
34876 2005-01-04  Andreas Schwab  <schwab@suse.de>
34878         * files.el (insert-directory): Only look for error lines in
34879         inserted text.  Don't move too far after processing --dired markers.
34881 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34883         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
34884         Don't expand if the character is @, period, dash, etc.
34885         (define-mail-abbrev): Quote names that contain problem characters.
34887 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
34889         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
34891 2005-01-03  Richard M. Stallman  <rms@gnu.org>
34893         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
34894         (query-replace-highlight, query-replace-lazy-highlight)
34895         (query-replace): Definitions moved up.  Doc fix.
34897 2005-01-03  Richard M. Stallman  <rms@gnu.org>
34899         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
34900         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34901         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34902         (lazy-highlight-face): Rename from isearch-lazy-...
34903         Change all references to them.
34905 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
34907         * cus-edit.el (custom-file): Doc fix for defcustom.
34908         (custom-file): The function no longer sets the variable
34909         `custom-file' to its return value.
34911         * startup.el (command-line): No longer load `custom-file'.
34913 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34915         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
34917         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
34918         Don't confuse module-prefixed identifiers for labels.
34919         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
34921 2005-01-02  Richard M. Stallman  <rms@gnu.org>
34923         * files.el (basic-save-buffer-1): Fix previous change.
34925         * loadhist.el (file-loadhist-lookup): New function.
34926         (file-provides, file-requires): Use it.
34928         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
34929         instead of calculating the right size.
34931 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
34933         * vc-svn.el (vc-svn-diff): Stay local if possible.
34935 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
34937         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
34939         * files.el (hack-local-variables): Fix last change.
34941 2005-01-02  Jay Belanger  <belanger@truman.edu>
34943         * calc/calc-yank.el (calc-edit-top): New variable.
34944         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
34945         object.  Change header properties.
34946         (calc-edit-finish, calc-edit-finish-stack-object)
34947         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
34948         edited object.
34949         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
34950         for the beginning of the edited object.
34951         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
34952         for the beginning of the edited object.
34953         * calc/calc-prog.el (calc-edit-macro-finish-edit)
34954         (calc-finish-formula-edit, calc-macro-repeats)
34955         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
34956         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
34957         beginning of the edited object.
34958         (calc-user-define-edit): Change the header for editing macros.
34959         Remove unnecessary variable.
34961 2005-01-01  Jay Belanger  <belanger@truman.edu>
34963         * calc/calc-yank.el (calc-edit-mode): Change default header.
34964         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
34965         * calc/calc-store.el (calc-edit-variable): Change title to match new
34966         header.
34967         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
34968         mode to match new header.
34969         (calc-user-define-edit): Change titles to include names of commands.
34970         (calc-finish-formula-edit): Adjust to handle new header.
34971         (calc-finish-macro-edit): Remove.
34972         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
34973         (calc-edit-macro-command, calc-edit-macro-command-type)
34974         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
34975         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
34976         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
34977         (calc-edit-macro-finish-edit): New functions.
34978         (calc-user-define-edit): Use new functions to edit named calc macros.
34980 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
34982         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
34984         * ses.el (copy-region-as-kill): Deactivate mark.
34986 2005-01-01  Richard M. Stallman  <rms@gnu.org>
34988         * replace.el (occur-1): If the output buffer is also an input,
34989         don't kill it, rename it.
34991         * faces.el (set-face-background, set-face-foreground): Doc fix.
34993         * cus-face.el (custom-face-attributes): Fix :help-echo strings
34994         for :foreground and :background.
34996         * dired.el (dired-view-command-alist): Variable deleted.
34997         (dired-view-file, dired-mouse-find-file-other-window):
34998         Delete the code to use it.
35000 2005-01-01  Kim F. Storm  <storm@cua.dk>
35002         * image.el (insert-sliced-image): Use t for line-height property.
35004 See ChangeLog.11 for earlier changes.
35006 ;; Local Variables:
35007 ;; coding: iso-2022-7bit
35008 ;; add-log-time-zone-rule: t
35009 ;; End:
35011     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35013   This file is part of GNU Emacs.
35015   GNU Emacs is free software; you can redistribute it and/or modify
35016   it under the terms of the GNU General Public License as published by
35017   the Free Software Foundation; either version 3, or (at your option)
35018   any later version.
35020   GNU Emacs is distributed in the hope that it will be useful,
35021   but WITHOUT ANY WARRANTY; without even the implied warranty of
35022   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
35023   GNU General Public License for more details.
35025   You should have received a copy of the GNU General Public License
35026   along with GNU Emacs; see the file COPYING.  If not, write to the
35027   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35028   Boston, MA 02110-1301, USA.
35030 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1