(backup-buffer-copy): Try to overwrite old backup first.
[emacs.git] / lisp / ChangeLog
blob76a6a7c4726a87774c948cf3a40b67c4cc92ef18
1 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
3         * files.el (backup-buffer-copy): Try to overwrite old backup
4         first.
6 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
8         * repeat.el (repeat): Use last-repeatable-command instead of
9         real-last-command.  Run pre- and post-command hooks for
10         self-insertion.  Update doc-string.
12 2007-08-28  Glenn Morris  <rgm@gnu.org>
14         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false,
15         null.
17 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
19         * vc-git.el (vc-git-state): Call git-add --refresh to update the
20         state of the file.
21         (vc-git-workfile-unchanged-p): Delegate implementation to
22         vc-git-state.
23         (vc-git-create-repo): Fixed invalid command.
25 2007-08-27  Richard Stallman  <rms@gnu.org>
27         * textmodes/flyspell.el (flyspell-mode):
28         Catch errors in flyspell-mode-on.
30 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
32         * progmodes/modula2.el (m2-definition, m2-module):
33         Don't use previous-line.  Reported by T. V. Raman.
35 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
37         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
38         argument to tool-bar-mode call.
40 2007-08-27  Glenn Morris  <rgm@gnu.org>
42         * diff-mode.el (diff-find-file-name): Only accept regular files,
43         to rule out /dev/null, directories, etc.
45 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
47         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
48         safe-local-variable setting.
49         * progmodes/perl-mode.el (perl-indent-level): Likewise.
51 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
53         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
54         of buffers in uniquify-managed.
56         * simple.el (invisible-p): Rename from text-invisible-p.
57         Update callers.
59 2007-08-25  Alan Mackenzie  <acm@muc.de>
61         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
62         new language variable.
64         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
65         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
66         "extern" etc., rather than BOI.  Fix addition of spurious
67         syntactic-symbol 'defun-block-intro, replacing it with
68         'innamespace, etc.
70 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
72         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
73         Don't behave differently when executed via M-x.  Add doc string.
75 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
77         * files.el (backup-buffer-copy): Don't wrap delete in
78         condition-case, only try to delete if file exists.
80 2007-08-24  Glenn Morris  <rgm@gnu.org>
82         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
84 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
86         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
87         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
88         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
89         (cperl-etags-goto-tag-location): Use new style backquotes.
91         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
92         (dynamic-completion-table): Use it it.
94         * net/browse-url.el: Remove spurious * in custom docstrings.
95         (browse-url-filename-alist): Use new-style backquote.
97         * emacs-lisp/backquote.el (backquote-unquote-symbol)
98         (backquote-splice-symbol): Clarify they're not new-style unquotes.
100         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
101         (\,@): Backslash the , and ,@ which are not new-style unquotes.
103         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
105         * net/socks.el (socks-username/password-auth-filter):
106         Remove unused vars `state' and `desired-len'.
107         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
108         (socks-wait-for-state-change): Use new-style backquotes.
110         * pcvs.el (cvs-mode-status): Fix long-standing typo.
112         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
113         backquotes after each `read' rather than once per buffer.
115         * dframe.el: Remove spurious * in custom docstrings.
116         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
117         (dframe-xemacs20p): Remove, inline at the sole use point.
118         (defface): Don't defvar the face, don't use old-style backquote.
119         (defcustom): Don't use old-style backquote.
120         (dframe-frame-parameter, dframe-mouse-event-p):
121         Make it obvious that it's always defined.
122         (dframe-popup-kludge): New function to replace
123         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
124         (dframe-frame-mode, dframe-set-timer-internal)
125         (dframe-mouse-set-point): Remove use of with-no-warnings from
126         XEmacs-specific code.
127         (dframe-set-timer-internal): Fix very old bug with
128         post-command-idle-hook.
130         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
132 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
134         * image-mode.el (image-minor-mode): Use image-mode-text-map.
136 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
138         * sort.el (sort-fold-case, sort-numeric-base): Mark as
139         safe-local-variable.
141 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
143         * net/browse-url.el (browse-url-emacs): New function.
145 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
147         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
148         warning if the file uses old style backquotes.
150         * emacs-lisp/bytecomp.el (byte-compile-log-file)
151         (byte-recompile-directory, byte-compile-file)
152         (byte-compile-from-buffer): Use with-current-buffer.
154         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
155         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
156         (line-move-1, line-move-finish, line-move-to-column)
157         (move-end-of-line, move-beginning-of-line): Use new name.
159 2007-08-22  Glenn Morris  <rgm@gnu.org>
161         * files.el (backup-buffer-copy): Check backup directory is
162         writable, to avoid infloop deleting old backup.
164         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
165         movemail related variables.
166         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
167         will now be set before this is called.
169 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
171         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
173         * progmodes/ada-mode.el: Fix up comment style in header.
174         (ada-check-emacs-version): Remove.
175         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
176         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
177         to try and quieten the byte-compiler.
178         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
180         * vc.el (vc-annotate-warp-version): Don't use previous-line.
182 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
184         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
185         extracted from `eval-last-sexp-1'.
186         (eval-last-sexp-1): Call `preceding-sexp'.
188 2007-08-19  Glenn Morris  <rgm@gnu.org>
190         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
191         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
192         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
193         shadow files messing up the compilation.
195 2007-08-18  Glenn Morris  <rgm@gnu.org>
197         * progmodes/scheme.el (scheme-mode-variables):
198         Set font-lock-comment-start-skip.
200 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
202         * progmodes/ada-mode.el (ada-create-syntax-table):
203         Move set-syntax-table from here to ...
204         (ada-mode): ... here.  Don't change global value of comment-multi-line.
205         Call new function ada-initialize-syntax-table-properties.
206         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
207         (ada-deactivate-properties, ada-initialize-properties):
208         Replace by new functions ...
209         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
210         (ada-initialize-syntax-table-properties): ... to set up syntax-table
211         properties uniformly, independently from whether font-lock-mode
212         is enabled or not.  Handle read-only buffers and do not change
213         undo-list when setting syntax-table properties.
214         (ada-after-change-function): Use ada-set-syntax-table-properties.
216 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
218         * progmode/cperl-mode.el (cperl-look-at-leading-count)
219         (cperl-find-pods-heres): Fix an error when typing expressions like
220         `s{a}{b}'.
222 2007-08-17  Glenn Morris  <rgm@gnu.org>
224         * progmodes/compile.el (compilation-get-file-structure): Make use
225         of the directory part when checking for an existing entry, to
226         handle files with same basename in different directories.
228 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
230         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
231         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
232         (ps-paragraph-spacing): Docstring fix.
234 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
236         * smerge-mode.el (smerge-resolve): New arg `safe'.
237         (smerge-resolve-all, smerge-batch-resolve): New function.
238         (smerge-refine): Make sure `diff' returns the expected result.
239         (smerge-parsep-re): New const.
240         (smerge-mode): Use it to adjust paragraph-separate.
242         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
243         Correctly match / regexp matchers as first char on a line when
244         fontifying only that line.
246         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
248 2007-08-16  Glenn Morris  <rgm@gnu.org>
250         * ps-print.el (ps-font-size): Doc fix.
252 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
254         * vc-bzr.el: Don't fiddle with vc-handled-backend.
255         (vc-bzr-registered): Don't redundantly protect against
256         file-error.  Actually use the format-specific code.
257         (vc-bzr-buffer-nonblank-p): Remove.
258         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
260 2007-08-15  Glenn Morris  <rgm@gnu.org>
262         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
263         sloppier, for the sake of GNU Mailman.
264         (rmail-digest-rfc1153): Initialize `result' correctly.
266 2007-08-14  Glenn Morris  <rgm@gnu.org>
268         * simple.el (bad-packages-alist): New constant.
269         (bad-package-check): New function.  Together, these two add
270         elements to `after-load-alist' to check for problematic external
271         packages.
272         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
274 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
276         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
277         optional quotes around files in NEED-UPDATE . REMOVED case.
279         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
280         (ada-treat-cmd-string): Improve error message.
281         (ada-do-file-completion): Call `ada-require-project-file', so
282         project variables are set properly.
283         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
284         (ada-gnatfind-buffer-name): New constant.
285         (ada-find-any-references): Use new constant.  Set buffer name
286         properly in compilation-start.  Toggle read-only properly.
287         (ada-find-in-src-path): Fix spelling error in docstring.
289         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
290         by zero error.
292 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
294         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
296 2007-08-12  Richard Stallman  <rms@gnu.org>
298         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
299         (cvs-execute-single-file): Use new name split-string-and-unquote.
300         (cvs-header-msg): Use new name combine-and-quote-strings.
302         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
304         * progmodes/gud.el (gud-common-init): Use new name
305         split-string-and-unquote.
307         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
308         in javac regexp.
310         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
311         combine-and-quote-strings and split-string-and-unquote.
313         * subr.el (combine-and-quote-strings): Rename from strings->string.
314         (split-string-and-unquote): Rename from string->strings.
316 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
318         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
319         to buffer-local settings.
321         * emacs-lisp/backquote.el (backquote-delay-process): New function.
322         (backquote-process): Add internal arg `level'.  Use the two to
323         correctly handle nested backquotes.
325 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
327         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
328         (vc-bzr-state-words): Add "kind changed" state word.
329         (vc-bzr-status): New function.  Return Bzr idea of file status,
330         which is different from VC's.
331         (vc-bzr-state): Use vc-bzr-status.
332         (vc-workfile-unchanged-p): Use vc-bzr-status.
333         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
334         (vc-dired-state): Process "kind changed" state word.
336 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
338         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
340         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
341         Move from vc-default-find-file-not-found-hook.
343 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
345         * url/url-auth.el (url-basic-auth): When prompting for username
346         and password, default to the username and password in the URL.
348 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
350         * man.el: Remove spurious * in docstrings.
351         Merge defvars and toplevel setq-defaults.
352         (Man-highlight-references0): Limit=nil rather than point-max.
353         (Man-mode-map): Move initialization into the declaration.
354         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
355         (Man-view-header-file): Use expand-file-name rather than concat.
356         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
358         * man.el (Man-next-section): Make sure we do not move backward.
360 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
362         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
363         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
364         ps-print-color-p is neither nil nor black-white.  Reported by Christian
365         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
367 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
369         * files.el (auto-mode-alist): Use the purecopied text (duh!).
371 2007-08-08  Andreas Schwab  <schwab@suse.de>
373         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
374         self-insert-command, not self-insert.
376 2007-08-08  Glenn Morris  <rgm@gnu.org>
378         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
380         * Replace `iff' in doc-strings and comments.
382         * help-mode.el (help-make-xrefs): Search for symbol constituents,
383         rather than just `-'.
385 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
387         * dired.el (dired-pop-to-buffer):
388         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
389         * calendar/calendar.el (generate-calendar-window):
390         * progmodes/compile.el (compilation-set-window-height):
391         * textmodes/two-column.el (2C-two-columns, 2C-merge):
392         Use window-full-width-p instead of comparing frame-width and
393         window-width.
395         * progmodes/compile.el (compilation-find-buffer): Remove extra
396         argument in call to compilation-buffer-internal-p.
398 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
400         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
401         parameters IDENTIFICATION and CONNECTED.
402         (tramp-handle-insert-file-contents): VISIT must be handled after
403         insertion of the local copy.  Reported by Peter Gordon
404         <peter@pg-consultants.com>.
405         (tramp-file-name-handler): No special handling for
406         `expand-file-name'.  But for `file-name-as-directory'.
407         (tramp-find-shell, tramp-open-connection-telnet)
408         (tramp-open-connection-rsh, tramp-open-connection-su)
409         (tramp-open-connection-multi)
410         (tramp-open-connection-setup-interactive-shell): Guard against
411         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
412         <steve@sxemacs.org>.
413         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
414         the hint.
416         * net/trampver.el: Update release number.
418 2007-08-07  Tom Tromey  <tromey@redhat.com>
420         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
421         Add safe-local-variable property.
423 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
425         * image-mode.el (image-toggle-display): Use image-refresh.
427         * longlines.el (longlines-decoded): New variable.
428         (longlines-mode): Avoid encoding or decoding the buffer twice.
430 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
432         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
433         unofficial version.
434         (vc-bzr-command): Remove redundant setting of process-connection-type.
435         (vc-bzr-admin-checkout-format-file): Add autoload.
436         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
437         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
438         (vc-bzr-registered): Compare dirstate format tag with known good
439         value, abort parsing if match fails.  Warn user in docstring.
440         (vc-bzr-workfile-version): Case for different Bzr branch formats.
441         See bzrlib/branch.py in Bzr sources.
442         (vc-bzr-diff): First argument FILES may be a string rather than a list.
443         (vc-bzr-shell-command): Remove in favor of
444         vc-bzr-command-discarding-stderr.
445         (vc-bzr-command-discarding-stderr): New function.
447 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
449         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
450         program, and return nil
451         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
452         (vc-bzr-state): Look for path names relative to the repository
453         root after status keyword.
454         (vc-bzr-file-name-relative): New function.
455         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
456         depend on it.
457         (vc-bzr-admin-dirname, ...-checkout-format-file)
458         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
459         files that we now parse directly for speed.
460         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
461         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
462         (vc-bzr-state): "bzr status" successful only if exitcode is 0
463         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
464         Bzr warnings, so we must discard it.
465         (vc-bzr-workfile-version): Speedup counting lines from
466         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
467         if that file doesn't exist.
468         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
469         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
470         (not ".bzr"!) to `vc-directory-exclusion-list'
471         (vc-bzr-shell-command): New function.
473 2007-08-06  Tom Tromey  <tromey@redhat.com>
475         * diff-mode.el (diff-unified->context, diff-reverse-direction)
476         (diff-fixup-modifs): Typo in docstring.
478 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
480         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
481         count-screen-lines.
482         (tpu-edt-off): Disable relevant pieces of advice.
484         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
485         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
486         (newline, newline-and-indent, do-auto-fill): Use advice instead of
487         redefining the function.
488         (tpu-set-scroll-margins): Activate the pieces of advice.
490 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
492         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
493         process-filter.
495 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
497         * help.el (resize-temp-buffer-window): Use window-full-width-p
498         instead of comparing frame-width and window-width.
500 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com> (tiny change)
502         * term.el: Honor term-default-fg-color and term-default-bg-color
503         settings when modifying term-current-face.
504         (term-default-fg-color, term-default-bg-color): Initialize from
505         default term-current-face.
506         (term-mode, term-reset-terminal): Set term-current-face with
507         term-default-fg-color and term-default-bg-color.
508         (term-handle-colors-array): term-current-face has term-default-fg-color
509         and term-default-bg-color after reset escape sequence.
510         (term-handle-colors-array): Set term-current-color with
511         term-default-fg/bg-color instead of ansi-term-color-vector when the
512         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
514 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
516         * files.el (set-auto-mode): Handle also remote files wrt
517         `auto-mode-alist'.
519         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
520         remote identification.
522 2007-08-04  Glenn Morris  <rgm@gnu.org>
524         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
525         zero, not nil, when the library is first loaded.  Check for a file
526         that has been modified on disk.
528         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
529         Remove duplicate defvar preventing initialization.
530         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
532 2007-08-03  Miles Bader  <miles@gnu.org>
534         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
535         backend names for new backends to `Git', `Hg', and `Bzr'.
536         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
537         not `HG'.
538         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
539         name, not `GIT'.
540         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
541         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
543 2007-08-03  Glenn Morris  <rgm@gnu.org>
545         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
547 2007-08-02  Richard Stallman  <rms@gnu.org>
549         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
550         to update deleted flag.
552         * cus-edit.el (customize-apropos, customize-apropos-options)
553         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
555         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
557         * startup.el (fancy-splash-head, startup-echo-area-message):
558         Change message text.
560         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
561         All callers use line-move.
563         * progmodes/compile.el (compilation-find-buffer): Return current
564         buffer immediately if suitable.
565         (compile, compilation-buffer-name, compilation-start): Doc fixes.
567 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
569         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
570         Make it more discriminating and more useful.
571         (vc-bzr-root-dir): Use new name.
572         (vc-bzr-registered): Use new name and look at the dirstate file to
573         determine if it's registered or not without running `bzr'.
575 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
577         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
579 2007-07-31  Drew Adams  <drew.adams@oracle.com>
581         * cus-edit.el (custom-group-value-create, custom-goto-parent):
582         Fix parent groups link.
584 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
586         * faces.el (face-normalize-spec): New function.
587         (frame-set-background-mode): Normalize face-spec before calling
588         face-spec-match-p.
590 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
592         * vc-bzr.el: New file (copied from the trunk).
594         * vc-hooks.el (vc-handled-backends): Add BZR.
595         (vc-find-file-hook): Failsafe if the backend's `registered'
596         function burps.
598         * server.el (server-window): Add switch-to-buffer-other-frame option.
600 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
602         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
603         (vc-git-revision-completion-table): Enable.
605         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
607         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
609         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
610         (vc-hg-registered): Set the vc-state property.
612         * diff-mode.el (diff-mode-menu): New entries.
614 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
616         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
617         (diff-file-kill): Use it.
618         (diff-beginning-of-hunk): Add arg `try-harder' using it.
619         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
620         Use it so they find the hunk even when we're in the file header.
622         * vc.el: Add new VC operation `revision-completion-table'.
623         (vc-default-revision-completion-table): New function.
624         (vc-version-diff, vc-version-other-window): Use it to provide
625         completion of revision names if the backend provides it.
627         * vc-arch.el (vc-arch--version-completion-table)
628         (vc-arch-revision-completion-table): New functions to provide
629         completion of revision names.
631         * vc-cvs.el: Require CL.
632         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
633         New functions to provide completion of revision names.
635 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
637         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
638         (copyright-fix-years, copyright): Correctly handle the case where
639         copyright-limit is nil.
641 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
643         * progmodes/python.el (run-python): Fix path separator under w32.
645 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
647         * vc-git.el: New File.
649 2007-07-28  Alan Mackenzie  <acm@muc.de>
651         Fix problem with modes derived from CC Mode:
652         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
653         macro to cc-langs.
654         (c-init-language-vars-for): Remove call to above macro.
655         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
656         been moved to here.
657         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
659 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
661         * net/trampver.el: Fix the `coding' cookie.
663 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
665         * add-log.el (change-log-redate): Remove (not needed anymore and
666         doesn't appear to work).
668 2007-07-25  Glenn Morris  <rgm@gnu.org>
670         * Relicense all FSF files to GPLv3 or later.
672         * COPYING: Switch to GPLv3.
674 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
676         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
677         Replace it with another one which disables undo before calling
678         erase-buffer and then turns it back on if needed.
680 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
682         * ps-print.el: Problem with foreground and background color when
683         printing a buffer with and without faces.  Reported by Christian
684         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
685         (ps-print-version): New version 6.7.5.
686         (ps-default-fg): Change default value to nil, so black color is used
687         when a face does not specify a foreground color.
688         (ps-default-bg): Change default value to nil, so white color is used
689         for background color.
690         (ps-begin-job): Fix code.
692 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
694         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
696 2007-07-24  Alan Mackenzie  <acm@muc.de>
698         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
699         Initialise byte-compile-unresolved-functions before rather than
700         after a compilation.
701         (byte-compile-unresolved-functions): Amplify doc string.
703 2007-07-24  Glenn Morris  <rgm@gnu.org>
705         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
706         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
707         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
708         (cal-tex-cursor-week, cal-tex-cursor-week2)
709         (cal-tex-cursor-week-iso, cal-tex-week-hours)
710         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
711         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
712         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
714 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
716         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
718 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
720         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
721         underlying file is uptodate.
723 2007-07-23  Richard Stallman  <rms@gnu.org>
725         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
727 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
729         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
730         (sh-font-lock-flush-syntax-ppss-cache): New funs.
731         (sh-font-lock-syntactic-keywords): Use them to distinguish the
732         different possible cases for \'.
733         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
735         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
736         `file' from which to start the search and fix case where `file' is the
737         current directory and the root as well.
739         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
740         name for buffer-file-name if it refers to a directory.
742 2007-07-22  Jason Rumney  <jasonr@gnu.org>
744         * w32-fns.el (set-default-process-coding-system): Use dos line ends
745         for input to cmdproxy on all versions of Windows.
746         Use dos line ends for input to plink.
748         * comint.el (comint-simple-send): Concat newline before sending.
749         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
751 2007-07-22  Juri Linkov  <juri@jurta.org>
753         * isearch.el (isearch-edit-string): Save old point and
754         isearch-other-end to old-point and old-other-end before reading
755         the search string from minibuffer.  After exiting minibuffer set
756         point to old-other-end if point and the search direction is the
757         same as before reading the search string.
758         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
759         to isearch-other-end.  Instead of isearch-search-and-update call
760         three functions isearch-search, isearch-push-state and isearch-update.
762 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
764         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
765         destroying an existing buffer.
767 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
769         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
771         * term/x-win.el (x-handle-no-bitmap-icon): New function.
773 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
775         * textmodes/reftex.el (reftex-access-parse-file): Create parse
776         file in a way that does not interfere with recentf.
778 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
780         * image-dired.el (image-dired-sane-db-file): New func.
781         (image-dired-write-tags, image-dired-remove-tag)
782         (image-dired-list-tags, image-dired-write-comments)
783         (image-dired-get-comment, image-dired-mark-tagged-files)
784         (image-dired-create-gallery-lists): Call new func.
785         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
787 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
789         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
790         (vc-hg-dir-state): Fix loop.
791         (vc-hg-print-log): Fix expected return value for vc-hg-command.
792         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
793         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
794         (vc-hg-revert): Likewise.
795         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
797 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
799         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
800         case of alignment under a constant symbol, find and consider
801         the sexp actually at indentation to be the "last sexp".
803 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
805         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
806         (install): Use them to copy all *.el files before *.elc.
807         (clean): Don't delete *~.
809 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
811         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
813 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
815         * vc-hg.el (vc-hg-registered): Replace if with when.
816         (vc-hg-state): Deal with nonexistent files.
818 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
820         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
821         (follow-delete-other-windows-and-split, follow-recenter)
822         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
823         (follow-redisplay, follow-estimate-first-window-start)
824         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
825         Fix typos in docstrings.
827 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
829         * bookmark.el (bookmark-show-all-annotations):
830         Make sure each inserted annotation ends with newline.
832         (bookmark-maybe-sort-alist): Don't modify
833         bookmark-alist.  Instead, if not sorting, simply return it.
834         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
835         for its return value, not for its side effect.
837 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
839         * vc.el: Add more info about the vc-registered function.
841 2007-07-16  David Kastrup  <dak@gnu.org>
843         * emacs-lisp/advice.el (defadvice): Doc fix.
845 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
847         * subr.el (when, unless): Doc fix.
849 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
851         * vc-hg.el (vc-hg-state): Handle removed files.
852         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
853         (vc-hg-checkout): Re-enable.
855 2007-07-15  Richard Stallman  <rms@gnu.org>
857         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
859         * tutorial.el (tutorial--find-changed-keys):
860         Handle C-x specially like ESC.
862 2007-07-15  Roland McGrath  <roland@frob.com>
864         * add-log.el (add-change-log-entry): Check add-log-full-name
865         and add-log-mailing-address later, after change-log-mode-hook.
867 2007-07-15  Richard Stallman  <rms@gnu.org>
869         * isearch.el (isearch-mode, isearch-done):
870         Delete unintended code in previous change.
872         * ps-print.el (ps-default-bg): Change to White.
874 2007-07-15  Aaron Hawley  <aaronh@garden.org>
876         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
878 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
880         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
881         when handling the terminating event.
883 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
885         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
887 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
889         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
890         (install): Use them to copy all *.el files before *.elc.
892 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
894         * replace.el (match): Use yellow1 instead of yellow.
896         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
898         * pcvs-info.el (cvs-unknown): Likewise.
900 2007-07-12  Davis Herring  <herring@lanl.gov>
902         * desktop.el (desktop-buffer-info, desktop-save):
903         Use `desktop-dirname' instead of `dirname'.
905 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
907         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
909         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
911 2007-07-10  Richard Stallman  <rms@gnu.org>
913         * emacs-lisp/lisp-mode.el (eval-defun):
914         Explain special handling of `defface'.
916 2007-07-09  Richard Stallman  <rms@gnu.org>
918         * isearch.el (isearch-edit-string): Call to isearch-push-state
919         after the search.
921 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
923         * cus-start.el (file-coding-system-alist): Fix custom type.
925 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
927         * longlines.el (longlines-wrap-region): Avoid marking buffer as
928         modified.
929         (longlines-auto-wrap, longlines-window-change-function):
930         Remove unnecessary calls to set-buffer-modified-p.
932 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
934         * vc.el (vc-default-log-view-mode): New function.
935         (vc-print-log): Add new `log-view-mode' VC operation.
937 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
939         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
940         Rename and move to...
942         * subr.el (strings->string, string->strings): ...here.
944         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
945         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
947         * progmodes/gud.el (gud-common-init): Call string->strings instead
948         of split-string.
950 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
952         * term/w32-win.el (menu-bar-open): New function.
953         Bind <f10> to it.
955 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
957         * log-view.el (log-view-mode-menu): New menu.
959 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
961         * vc-hg.el: New file.
963 2007-07-06  Andreas Schwab  <schwab@suse.de>
965         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
966         dynamic bindings around the evaluation of the expression.
967         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
969 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
971         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
972         file names.
974 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
976         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
978         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
979         event is not a cons cell.  Do not unread drag-mouse-1 events.
980         Select right window in check whether space was stolen from
981         window above.
983 2007-07-01  Richard Stallman  <rms@gnu.org>
985         * files.el (find-file-visit-truename): Fix safe-local-variable value.
987 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
989         * generic-x.el (generic-define-mswindows-modes)
990         (generic-define-unix-modes, apache-log-generic-mode)
991         (bat-generic-mode-keymap, java-manifest-generic-mode)
992         (show-tabs-generic-mode): Fix typos in docstrings.
994 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
996         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
997         replace-regexp-in-string.
999 2007-06-28  Andreas Schwab  <schwab@suse.de>
1001         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1002         $(lisp)/subdirs.el.
1004 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
1006         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1007         the speedbar frame if nil; that deletes the current frame or
1008         causes an error if it is the only frame.
1009         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1011 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
1013         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1014         directory where the desktop file was found, as the docstring says.
1015         (desktop-kill): Use `read-directory-name'.
1017         * desktop.el (desktop-load-locked-desktop): New option.
1018         (desktop-read): Use it.
1019         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1020         Use `when'.
1022 2007-06-24  Davis Herring  <herring@lanl.gov>
1024         * desktop.el (desktop-save-mode-off): New function.
1025         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1026         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1027         (desktop-claim-lock, desktop-release-lock): New functions.
1028         (desktop-kill): Tell `desktop-save' that this is the last save.
1029         Release the lock afterwards.
1030         (desktop-buffer-info): New function.
1031         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
1032         says to.  Detect conflicts, and manage the lock.
1033         (desktop-read): Detect conflicts.  Manage the lock.
1035 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1037         * ls-lisp.el (insert-directory): If an invalid regexp error is
1038         thrown, try using FILE as a literal file name, not a wildcard.
1039         Check for FILE as an existing file, not just a directory.
1041 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
1043         * ruler-mode.el (ruler-mode): Prevent clobbering the original
1044         `header-line-format' when reentering ruler mode.
1046 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1048         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1049         FILE exists as a directory.
1051 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1053         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1054         (vera-font-lock-match-item): Fix doc string.
1055         (vera-in-comment-p): Remove unused function.
1056         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1057         use `syntax-ppss'.
1058         (vera-forward-syntactic-ws): Fix argument order.
1059         (vera-prepare-search): Use `with-syntax-table'.
1060         (vera-indent-line): Fix doc string.
1061         (vera-electric-tab): Fix doc string.
1062         (vera-expand-abbrev): Define alias instead of using `fset'.
1063         (vera-comment-uncomment-region): Use `comment-start-skip'.
1065 2007-06-20  Reto Zimmermann  <reto@gnu.org>
1067         * progmodes/vera-mode.el: New file.
1069 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
1071         * ido.el (ido-find-file-in-dir): Don't signal an error for
1072         empty directories.
1074 2007-06-18  Alan Mackenzie  <acm@muc.de>
1076         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1077         When removing lines, also remove the \n.  Correction of patch of
1078         2007-04-21.
1080 2007-06-17  Glenn Morris  <rgm@gnu.org>
1082         * lpr.el (lpr-page-header-switches): Move %s to separate element
1083         for correct quoting.  Doc fix.
1085 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1087         * term/xterm.el (terminal-init-xterm): Escape parens in character
1088         constants.
1090 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
1092         * scroll-lock.el (scroll-lock-mode): Doc fix.
1094 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1096         * font-lock.el (font-lock-add-keywords): In case font-lock was only
1097         half-activated, forcefully activate it completely.
1099 2007-06-11  Richard Stallman  <rms@gnu.org>
1101         * cus-edit.el (custom-variable-type): Doc fix.
1103 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1105         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1107 2007-06-09  Davis Herring  <herring@lanl.gov>
1109         * desktop.el (desktop-minor-mode-table): Doc fix.
1111 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
1113         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1114         (image-next-line, image-previous-line, image-scroll-up)
1115         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1116         New functions.
1117         (image-mode-map): Remap motion commands.
1118         (image-mode-text-map): New keymap for viewing images as text.
1119         (image-mode): Use image-mode-map.
1120         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1122 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
1124         Sync with Tramp 2.0.56.
1126         * net/tramp.el:
1127         * net/tramp-ftp.el:
1128         * net/tramp-smb.el:
1129         * net/tramp-util.el:
1130         * net/tramp-vc.el:
1131         Don't load cl.el, because that pollutes the namespace.  Replace cl
1132         macros by their implementations where necessary.  Requested by
1133         Richard Stallman <rms@gnu.org>.
1135         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1136         doesn't exist.
1137         (with-parsed-tramp-file-name): Protect debug spec during compilation.
1138         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1139         (tramp-file-name-p, tramp-file-name-multi-method)
1140         (tramp-file-name-method, tramp-file-name-user)
1141         (tramp-file-name-host, tramp-file-name-localname): New defuns,
1142         replacing defstruct `tramp-file-name'.
1143         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1144         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1145         Apply `vector' instead of `make-tramp-file-name'.
1146         (tramp-handle-make-auto-save-file-name):
1147         Apply `tramp-temporary-file-directory' for compatibility reasons.
1148         (tramp-completion-mode): Use `natnump' instead of `wholenump'
1149         because of XEmacs.
1150         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1151         started.
1153 2007-06-07  David Kastrup  <dak@gnu.org>
1155         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1156         Change default to `top'.
1158 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
1160         * dired.el (dired-mode-map): Remove spurious separator.
1162 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1164         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1166         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1167         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1169 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1171         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1172         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1174 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1176         * progmodes/ebrowse.el (ebrowse-member-table):
1177         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1179 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1181         * pgg.el (pgg-sign-region, pgg-sign):
1182         * ses.el (ses-call-printer):
1183         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1184         * textmodes/org.el (org-cycle): Fix typos in docstrings.
1186 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
1188         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1189         (tar-get-descriptor): Handle type 55, an extended pax header.
1191 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1193         * textmodes/css-mode.el: New file.
1195 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
1197         * net/socks.el: New file, taken from w3 repository.
1198         (top): Update Copyright.  Don't load cl.el.
1199         (all): Replace `case' by `cond', `string-to-int' by
1200         `string-to-number', and `process-kill-without-query' by
1201         `set-process-query-on-exit-flag'.
1202         (socks-char-int): Remove defalias and all occurrences.
1204 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1206         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1207         (sort-coding-systems, search-unencodable-char): Doc fixes.
1208         (coding-system-change-eol-conversion, set-default-coding-systems)
1209         (prefer-coding-system, find-multibyte-characters, princ-list)
1210         (leim-list-entry-regexp, set-input-method, locale-language-names)
1211         (input-method-exit-on-first-char, exit-language-environment-hook)
1212         (locale-charset-language-names): Fix typos in docstrings.
1214 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
1216         * bs.el (bs-cycle-previous): Don't modify the cycle list until
1217         `switch-to-buffer' has returned succesfully.
1218         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
1219         window is dedicated (it could iconify the frame).
1221 2007-06-05  Glenn Morris  <rgm@gnu.org>
1223         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1225 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
1227         * files.el (auto-mode-alist): Add lower-priority match for names
1228         like ChangeLog.old.
1230 2007-06-04  Andreas Schwab  <schwab@suse.de>
1232         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1234 2007-06-04  Davis Herring  <herring@lanl.gov>
1236         * calendar/timeclock.el: Update version number.
1237         (timeclock-modeline-display): Mention timeclock-use-display-time
1238         in explanatory message.
1239         (timeclock-log): Suppress warnings when finding the log.
1240         Don't check for a nil project twice.  Run hooks after killing the
1241         buffer (if applicable).
1242         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1243         was geometric).  All uses changed.
1244         (timeclock-generate-report): Support prefix argument.
1246 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1248         * man.el (Man-next-section): Don't consider the last line of the
1249         page as being part of any section.
1251 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
1253         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1254         modified flag of buffer.  Use `inhibit-modification-hooks'.
1256 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1258         * mail/mail-extr.el (mail-extract-address-components):
1259         Recognize non-ASCII characters except for NBSP as words.
1261 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
1263         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1265 2007-06-04  Michael Olson  <mwolson@gnu.org>
1267         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1268         died and we are trying to send a signal to it.
1270 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
1272         * emacs-lisp/easy-mmode.el (define-minor-mode)
1273         (easy-mmode-define-navigation): Fix typos in docstrings.
1275         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1276         Fix typos in docstrings.
1277         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1278         (compilation-finish-function): Fix typo in obsolescence declaration.
1280         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1282 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
1284         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1285         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1287         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1289         * longlines.el (longlines-mode): Make longlines-auto-wrap
1290         buffer-local.  Add hooks unconditionally.
1291         (longlines-auto-wrap): Toggle wrapping.
1292         (longlines-after-change-function)
1293         (longlines-post-command-function): Check longlines-auto-wrap.
1295 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1297         * Version 22.1 released.
1299 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
1301         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1302         changes.
1304 2007-05-31  Richard Stallman  <rms@gnu.org>
1306         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1308 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
1310         * textmodes/table.el (table--point-entered-cell-function)
1311         (table--point-left-cell-function):
1312         Bind `inhibit-point-motion-hooks' to t.
1314 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1316         * emacs-lisp/rx.el (rx): Doc fix.
1318 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
1320         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1322 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
1324         * log-edit.el (log-edit-changelog-paragraph): Return point-max
1325         as the end of the ChangeLog paragraph when it ends without a line
1326         termination.
1328 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1330         * textmodes/fill.el (canonically-space-region): Make the second arg
1331         a marker if it's not already the case.
1333         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1334         (xterm-mouse-event): Use it.
1336 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
1338         * vc-hooks.el (vc-find-root): Fix file attribute test.
1340 2007-05-24  Richard Stallman  <rms@gnu.org>
1342         * textmodes/flyspell.el (flyspell-correct-word-before-point):
1343         Don't let opoint be nil.
1344         (flyspell-emacs-popup): Explicit error if no dialogs.
1346 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
1348         * tar-mode.el (tar-file-name-handler): New function.
1349         (tar-extract): Bind file-name-handler-alist to it to force
1350         find-buffer-file-type-coding-system behave as if the file being
1351         extracted existed.  Use last-coding-system-used to force
1352         buffer-file-coding-system to what decode-coding-region actually
1353         used to decode the file.
1355 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1357         * progmodes/compile.el (compilation-handle-exit):
1358         `compilation-finish-function' may change the current buffer.
1360 2007-05-22  Richard Stallman  <rms@gnu.org>
1362         * files.el (set-auto-mode): Doc fix.
1364 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
1366         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1368 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
1370         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1371         (rcirc-print): Handle `window-width'.
1372         (rcirc-buffer-maximum-lines): Doc fix.
1374 2007-05-19  Kevin Ryde  <user42@zip.com.au>
1376         * info.el (Info-fontify-node): Match https also.
1378 2007-05-18  Richard Stallman  <rms@gnu.org>
1380         * simple.el (push-mark): Doc fix.
1382 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
1384         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1385         tpu-global-map.
1386         (tpu-original-global-map): Delete variable.
1387         (tpu-control-keys-map): New keymap variable.
1388         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1389         setting keymapping directly.
1390         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1391         tpu-global-map.
1392         (tpu-edt-on): Activate the tpu-global-map.
1393         (tpu-edt-off): Deactivate the tpu-global-map.
1395 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
1397         * textmodes/ispell.el (ispell-get-word): Return markers
1398         for start and end positions.
1399         (ispell-word): Assume END is a marker.
1401 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1403         * ps-print.el: Use default color when foreground or background color
1404         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
1405         (ps-print-version): New version 6.7.4.
1406         (ps-rgb-color): New argument.  Use default color when color is
1407         unspecified.
1408         (ps-begin-job): Fix code.
1410 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
1412         * textmodes/ispell.el (ispell-start-process): Defend against bad
1413         default-directory.
1415 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1417         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1419 2007-05-16  Richard Stallman  <rms@gnu.org>
1421         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1423 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1425         * files.el (magic-mode-alist, magic-fallback-mode-alist):
1426         Move the *ml, Postscript, and XmCD entries to the fallback part.
1428         * files.el (magic-fallback-mode-alist):
1429         Rename from file-start-mode-alist.
1431 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1433         * progmodes/compile.el (compilation-handle-exit): Quote first
1434         argument of `run-hook-with-args'.
1436 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
1438         * buff-menu.el (Buffer-menu-sort-column):
1439         * dabbrev.el (dabbrev-upcase-means-case-search):
1440         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1441         * info.el (Info-current-subfile):
1442         * ls-lisp.el (ls-lisp-verbosity):
1443         * msb.el (msb-menu-cond):
1444         * pcvs.el (cvs-dired-use-hook):
1445         * simple.el (set-mark-command-repeat-pop):
1446         * time.el (display-time-24hr-format, display-time-mail-file):
1447         Doc fixes.
1449         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1450         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1452         * view.el (view-inhibit-help-message): Fix typo in docstring.
1453         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1455 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
1457         * mail/rmail.el (rmail-convert-to-babyl-format):
1458         Check content-transfer-encoding _last_, because we need its position
1459         in base64-header-field-end.
1461 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
1463         * files.el (mode-require-final-newline, require-final-newline)
1464         (enable-local-variables, enable-local-eval): Doc fixes.
1466 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1468         * progmodes/python.el (python-font-lock-keywords)
1469         (python-open-block-statement-p, python-mode): Add support for the new
1470         "with" keyword.
1472 2007-05-10  Richard Stallman  <rms@gnu.org>
1474         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1475         (iso-cvt-write-only): Likewise.
1477         * emacs-lisp/easy-mmode.el (define-minor-mode):
1478         Fix generated doc string.
1480         * startup.el (fancy-splash-text): Add URL of guided tour.
1481         Adjust horizontal and vertical whitespace.
1483         * progmodes/compile.el (compilation-handle-exit):
1484         Use run-hook-with-args to run compilation-finish-functions.
1486         * files.el (file-start-mode-alist): New variable.
1487         (magic-mode-regexp-match-limit): Doc fix.
1488         (set-auto-mode): Handle file-start-mode-alist.
1489         A little cleanup of structure.
1491 2007-05-10  Davis Herring  <herring@lanl.gov>
1493         * calendar/timeclock.el (timeclock-in): Fix non-interactive
1494         workday specifications.
1495         (timeclock-log): Don't kill the log buffer if it already existed.
1497 2007-05-08  Richard Stallman  <rms@gnu.org>
1499         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1500         Don't include non-self-insert commands in the exception for `-'.
1502 2007-05-08  David Reitter  <david.reitter@gmail.com>
1504         * progmodes/python.el (python-guess-indent): Check non-nullness
1505         before comparing indent against the 2..8 interval.
1507 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1509         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1510         available.
1512 2007-05-06  Richard Stallman  <rms@gnu.org>
1514         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1516 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
1518         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1519         disconnections.
1521 2007-05-01  Romain Francoise  <romain@orebokech.com>
1523         * dired-x.el: Revert 2007-04-06 change.
1525 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
1527         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1528         don't put stop on toolbar.
1530 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
1532         * find-dired.el (find-dired-filter): Propertize all text down to eob.
1534 2007-04-29  Richard Stallman  <rms@gnu.org>
1536         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1538 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1540         * progmodes/cc-mode.el (c-before-change): Use point-min rather
1541         than 1.
1543 2007-04-28  Richard Stallman  <rms@gnu.org>
1545         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1547 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1549         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1551 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
1553         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1554         instead of $(lisp)/mh-e.
1556         * textmodes/fill.el (fill-paragraph): Doc fix.
1558 2007-04-28  Glenn Morris  <rgm@gnu.org>
1560         * image-dired.el (image-dired-cmd-create-thumbnail-options)
1561         (image-dired-cmd-create-temp-image-options): Replace option
1562         +profile "*" with -strip.
1564 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
1566         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1567         Use window-start and window-end.
1569 2007-04-26  Glenn Morris  <rgm@gnu.org>
1571         * progmodes/python.el: Restore file pending consideration of legal
1572         status.
1574 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
1576         * locate.el (locate-in-alternate-database): Doc fix.
1578 2007-04-26  Glenn Morris  <rgm@gnu.org>
1580         * button.el (button): Use underline if supported, else fall back
1581         to color.
1583 2007-04-25  Richard Stallman  <rms@gnu.org>
1585         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1587 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
1589         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1590         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1591         pushing mark.
1592         (idlwave-current-routine): Don't push mark.
1594 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
1596         * image-dired.el (image-dired-display-image): Derive image-type from
1597         filename rather than assuming jpeg, in case no resizing was needed.
1599 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1601         * custom.el (defface): Doc fix.
1603 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
1605         * progmodes/python.el: Remove due to unclear legal issues.
1607 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
1609         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
1610         Don't re-query for each cleared BP.
1611         (idlwave-shell-clear-bp): Optionally skip BP query.
1612         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
1613         of set-window-buffer, which incorrectly moves displayed region.
1615 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
1617         * calc/calc.el (calc-bug-address): Update maintainer's address.
1618         * calc/*: Update maintainer's address.
1620 2007-04-23  Richard Stallman  <rms@gnu.org>
1622         * simple.el (set-mark-command-repeat-pop): Doc fix.
1623         Put in `editing-basics' group.
1625 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
1627         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
1628         New functions.
1629         (Info-mode-line-node-keymap): Bind mouse commands to
1630         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
1632 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
1634         * locate.el (locate-local-prompt): New var.
1635         (locate-prompt-for-command): Doc fix.
1636         (locate-prompt-for-search-string): New function.
1637         (locate): New optional arg.  Make locate-local-prompt
1638         buffer-local.  Use locate-prompt-for-search-string.
1639         (locate-with-filter): New optional arg.
1640         Use locate-prompt-for-search-string.
1641         (locate-update): Bind locate-prompt-for-command.
1643 2007-04-23  Glenn Morris  <rgm@gnu.org>
1645         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
1647 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
1649         * button.el (button): Inherit from link face on a tty.
1651 2007-04-23  Glenn Morris  <rgm@gnu.org>
1653         * button.el (button): Use color for this face on a tty.
1655         * files.el (magic-mode-alist): Allow for carriage-returns in
1656         html-mode and sgml-mode entries.
1658 2007-04-22  Richard Stallman  <rms@gnu.org>
1660         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1661         Improve doc string of generated command.
1663         * subr.el (read-number): Catch errors.
1665         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
1667 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
1669         * image-dired.el: Rename from thumbnails.el.  All instances of
1670         "thumbnails" replaced with "image-dired".
1672         * dired.el (dired-mode-map): Rename "thumbnails" again, to
1673         "image-dired".
1675 2007-04-22  Kim F. Storm  <storm@cua.dk>
1677         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
1678         Don't use kill-line.
1680 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
1682         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
1683         error message.
1685 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
1687         * dired.el: Rename "tumme" to "thumbnails".
1689         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
1690         replaced with "thumbnails".
1692 2007-04-22  Glenn Morris  <rgm@gnu.org>
1694         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
1695         and give it the risky-local-variable property.
1697         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
1698         before defining it.
1700 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
1702         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1703         Use delete-region instead of kill-line.
1705 2007-04-21  Alan Mackenzie  <acm@muc.de>
1707         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
1708         `kill-region' by `delete-region'.
1710 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
1712         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
1713         instead of kill-region.
1715         * progmodes/mantemp.el (mantemp-make-mantemps-region)
1716         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
1717         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
1718         and kill-line.
1720         * progmodes/vhdl-mode.el (vhdl-template-type)
1721         (vhdl-template-record, vhdl-template-nature)
1722         (vhdl-template-configuration-spec, vhdl-template-component-inst)
1723         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
1724         Use delete-region instead of kill-word and kill-line.
1726 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1728         * dired-x.el (dired-virtual-mode): Doc fix.
1730 2007-04-21  Richard Stallman  <rms@gnu.org>
1732         * font-lock.el (font-lock-keywords-alist): Mark as risky.
1734         * subr.el (read-number): Doc fix.
1736         * simple.el (pop-to-mark-command): Display message "mark popped"
1737         if point does not move.
1738         (set-mark-command): Doc fix.
1740 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
1742         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
1743         (locate-local-filter, locate-local-search): New vars.
1744         (locate): Make variables local.
1745         (locate-update): Bind locate-buffer-name.  Call locate using
1746         locate-local-filter and locate-local-search.
1748 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
1750         * hi-lock.el (hi-lock-file-patterns-policy): New var.
1751         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
1752         (hi-lock-mode): Update docstring.
1754 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1756         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
1757         fill-nobreak-predicate when the break is past fill-column.
1759 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1761         * locate.el (locate): Output from shell-command should go in the
1762         current buffer rather than *Shell Command Output*.
1764 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
1766         * paren.el (show-paren-function): Fix last fix.
1768 2007-04-19  Kevin Ryde  <user42@zip.com.au>
1770         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
1771         (archive-lzh-summarize): Add optional start arg for where to start
1772         looking at the archive.
1773         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
1775         * international/mule.el (auto-coding-alist): no-conversion for .exe
1776         and .EXE.
1778 2007-04-19  Alan Mackenzie  <acm@muc.de>
1780         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
1781         function return type contains "struct", "union", etc.
1782         c-end-of-defun goes too far forward.
1784 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
1786         * paren.el (show-paren-function): Reset window-start to avoid
1787         recentering.
1789 2007-04-19  Glenn Morris  <rgm@gnu.org>
1791         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
1793 2007-04-18  Glenn Morris  <rgm@gnu.org>
1795         * calendar/diary-lib.el (diary-header-line-format): Add a custom
1796         :set function.
1797         (diary-list-entries): Only switch to diary-mode from
1798         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
1799         diary-mode set header-line-format, in case of any customization.
1801 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1803         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
1804         is less than the length of parse-time-syntax.
1806 2007-04-17  David Kastrup  <dak@gnu.org>
1808         * replace.el (query-replace-regexp-eval): Deprecate.
1810 2007-04-17  Alan Mackenzie  <acm@muc.de>
1812         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
1813         point too close to EOB, leave point at EOB rather than last `}'.
1815 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1817         * textmodes/bibtex.el (bibtex-include-OPTkey)
1818         (bibtex-user-optional-fields, bibtex-entry-field-alist):
1819         Fix defcustom.
1821 2007-04-17  Glenn Morris  <rgm@gnu.org>
1823         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
1824         be encoded, fall back to current year.
1826 2007-04-14  Kevin Ryde  <user42@zip.com.au>
1828         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
1829         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
1830         M "MSDOS".
1832 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
1834         * progmodes/python.el (python-end-of-block): Avoid looping forever
1835         if python-next-statement fails.
1837 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1839         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
1841 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
1843         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
1844         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
1846 2007-04-15  Jay Belanger  <belanger@truman.edu>
1848         * calc/calc.el (calc-version): New function.
1849         (calc-trail-mode): Shorten the title.
1851 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
1853         * mail/footnote.el (footnote-style): Clarify docstring to state
1854         that customizing this only applies to future footnotes.
1856 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1858         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
1859         (bibtex-make-field): Check that INIT is a string. Use functionp.
1861 2007-04-14  Glenn Morris  <rgm@gnu.org>
1863         * complete.el (PC-goto-end): New buffer-local variable.
1864         (PC-do-completion-end): Make buffer-local.
1865         (partial-completion-mode) <choose-completion-string-functions>:
1866         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
1867         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
1868         doc string.  Set PC-goto-end for choose-completion.
1869         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
1870         PC-do-completion.
1872         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
1873         arg to bibtex-make-field.
1874         (bibtex-make-field): Add optional fourth arg NODELIM.
1875         Insert delimiters around INIT unless this arg is non-nil.
1877 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
1879         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
1880         global map isn't modified.
1882 2007-04-14  Glenn Morris  <rgm@gnu.org>
1884         * calendar/appt.el (appt-disp-window): Do not split small windows.
1885         Suggested by Jeff Miller <jmiller@cablespeed.com>.
1887 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
1889         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
1891         * files.el: Ditto.
1893 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
1895         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
1897         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
1898         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
1899         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
1900         (term-pager-help): Fix typos in docstrings.
1902         * wid-edit.el (widget-documentation): Fix typo in docstring.
1904         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
1905         Fix typos in error messages.
1907 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
1909         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
1910         window marked as dedicated.
1912         * mail/footnote.el (footnote-latin-string): New variable.
1913         (footnote-latin-regexp): Redefine as regexp alternative.
1914         (Footnote-latin): Use footnote-latin-string instead of
1915         footnote-latin-regexp.
1917 2007-04-13  Glenn Morris  <rgm@gnu.org>
1919         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
1920         inherited keymaps.
1922 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
1924         * outline.el (outline-get-next-sibling): Clarify docstring.
1925         (outline-get-last-sibling): Handle case where we are at the first
1926         heading.  Clarify docstring.
1928 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
1930         * progmodes/gud.el (gud-minor-mode-map): Make go button same
1931         length as stop button to lessen flicker.
1932         (jdb): Add gud-print.
1933         (gud-find-expr): Jdb prints the expression with the value, so
1934         don't insert it in the output.
1936 2007-04-11  Jason Rumney  <jasonr@gnu.org>
1938         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
1939         case hex.  Do not try to decode non-hex letters.
1941 2007-04-11  Markus Triska  <markus.triska@gmx.at>
1943         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
1944         (byte-optimize-backward-word): Remove (move to bytecomp.el).
1945         (byte-optimize-form-code-walker): Evaluate pure function calls if
1946         possible.
1947         (byte-optimize-all-constp): New function.
1949         * emacs-lisp/bytecomp.el (byte-compile-char-before):
1950         Improve numeric argument case.
1951         (byte-compile-backward-char, byte-compile-backward-word):
1952         New functions, performing rewriting previously done in byte-opt.el.
1953         Fix their "Fixme" item (restriction to numeric arguments).
1955 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1957         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
1958         with dolist.
1959         (after-init-hook): Don't quote lambda.
1960         (desktop-first-buffer): Don't wrap it in eval-when-compile.
1961         (desktop-internal-v2s): Remove unused var `el'.
1962         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
1963         desktop-restore-file-buffer.
1964         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
1965         desktop-create-buffer.
1967 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
1969         * woman.el (woman-decode-buffer): Postpone macro-set check...
1970         (woman-decode-region): ...to here.
1972 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
1974         * startup.el (tty-handle-args): Use %S to log ARGS.
1976 2007-04-10  Glenn Morris  <rgm@gnu.org>
1978         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
1979         it is obsolete and has no effect.
1981         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
1982         byte-compiler.
1984         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
1985         obsolete function make-local-hook.
1987         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
1988         start to quieten byte-compiler.
1990 2007-04-10  Markus Triska  <markus.triska@gmx.at>
1992         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
1993         to bytecomp.el as byte-compile-char-before).
1994         * emacs-lisp/bytecomp.el (byte-compile-char-before):
1995         New function (modified replacement for byte-optimize-char-before in
1996         byte-opt.el).
1998 2007-04-09  Alan Mackenzie  <acm@muc.de>
2000         * startup.el (inhibit-splash-screen): Emphatically state that it
2001         can't be set in site-start.el.
2003 2007-04-09  Masatake YAMATO  <jet@gyve.org>
2005         * progmodes/cc-subword.el (c-capitalize-subword): More closely
2006         mimic the behavior of `capitalize-word'.  Do not move point with a
2007         negative argument.  Based on tiny change by Paul Curry.
2009 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
2011         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2012         Don't move point if ARG is negative.
2014 2007-04-09  Alan Mackenzie  <acm@muc.de>
2016         Changes to make `narrow-to-defun' and `mark-defun' work properly
2017         in CC Mode:
2019         * progmodes/cc-defs.el (c-beginning-of-defun-1):
2020         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2021         Bind beginning/end-of-defun-function to nil around calls to
2022         beginning/end-of-defun.
2024         * progmodes/cc-langs.el (beginning-of-defun-function)
2025         (end-of-defun-function): New c-lang-setvar's.
2027         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2028         (setq arg 1))" to enable non-interactive call.
2030 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
2032         * simple.el (set-mark-command): Doc fix.
2034 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
2036         * progmodes/gud.el (gdb): Restore existing session if user
2037         tries to start a second one in graphical mode.
2039 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
2041         * cus-start.el <scroll-preserve-screen-position>: Add choices.
2043 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2045         * term/xterm.el (terminal-init-xterm): Fix key definitions.
2046         Add binding for C-M-SPC.
2048 2007-04-08  Richard Stallman  <rms@gnu.org>
2050         * pcomplete.el (pcomplete-read-event): One single definition,
2051         and not a defsubst.
2053 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
2055         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2056         byte-compiler warning "value unused".
2058 2007-04-08  Andreas Schwab  <schwab@suse.de>
2060         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2062 2007-04-07  Glenn Morris  <rgm@gnu.org>
2064         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2065         Autoload these functions.
2066         (diary-date-forms): Add a custom :set form.
2068         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2069         before first use.
2070         (diary-font-lock-keywords): New function with old code for
2071         initialization of variable of same name.
2073 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
2075         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2076         clean-up: only insert space when on identifier, etc.
2078 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2080         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2082         * net/tls.el (open-tls-stream): Properly handle case where there
2083         is no associated buffer.
2085 2007-04-07  Glenn Morris  <rgm@gnu.org>
2087         * ffap.el (ffap-file-at-point): Lower the priority of the
2088         ffap-ftp-sans-slash-regexp check.
2090 2007-04-06  Alan Mackenzie  <acm@muc.de>
2092         Fix fontification of labels, and other things with ":".
2094         * progmodes/cc-engine.el (c-forward-label): The function now
2095         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2096         the former t.
2098         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2099         new return code from c-forward-label, fontifying tokens properly.
2100         Add some general comments throughout the file.
2102 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
2104         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2105         Revert 2006-01-27 change.
2107         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2109         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2111         * desktop.el (desktop-create-buffer, desktop-save):
2112         Revert 2004-11-12 change for lack of copyright papers.
2114         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2115         (dired-guess-default): Respect case.
2117         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2119         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2120         was originally checked in as byte-optimize-concat on 1997-11-02.
2122         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2123         1995-05-19 doc changes.
2125 2007-04-06  Kim F. Storm  <storm@cua.dk>
2127         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
2128         (unload-feature): Update interactive spec accordingly.
2130         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2132 2007-04-06  John Paul Wallington  <jpw@pobox.com>
2134         * subr.el (with-case-table): Use `make-symbol' to avoid variable
2135         capture.  Restore the table in the same buffer.
2137         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2139 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
2141         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2142         Print entire form.
2144 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
2146         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2147         for low-color displays.
2149 2007-04-05  Glenn Morris  <rgm@gnu.org>
2151         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2152         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2153         Seed random number generator on loading.
2155         * emacs-lisp/authors.el (top-level): Provide self.
2157         * play/animate.el (top-level): Provide self.
2159 2007-04-04  Alan Mackenzie  <acm@muc.de>
2161         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2162         to mention c-syntactic-indentation.
2164 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
2166         * subr.el (with-case-table): New macro.
2168         * international/mule.el (ascii-case-table): New var.
2170         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2171         downcasing.
2173 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2175         * progmodes/gud.el (gud-minor-mode-map): Simplify.
2177         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2178         of the window if we're outside it e.g menu-bar.
2180         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2181         window if we're outside it e.g menu-bar.
2183 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
2185         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2186         decode base-64 encoded body if its content-type is something other
2187         than text/* or message/*.
2189 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
2191         * simple.el (activate-mark-hook): Fix typo in docstring.
2193 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2195         * tmm.el (tmm-c-prompt): Initialize.
2196         (tmm-menubar): Deal with extended menu-items at top level.
2197         (tmm-get-keybind): Handle bindings redefined/undefined locally.
2198         (tmm-prompt): Handle visibility of top level menu-items.
2200         * progmodes/gud.el (gud-menu-map): Simplify.
2201         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2202         menubar.
2204 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
2206         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2208         * comint.el (comint-send-input): Widen the buffer first.
2210         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2212 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2214         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2215         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2217         * newcomment.el (comment-search-forward): Discard comment starters
2218         before point.
2220 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
2222         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2224 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
2226         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2227         when downcasing.
2229         * button.el (previous-button): Rewrite to account for adjacent buttons.
2231 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
2233         * progmodes/idlwave.el (idlwave-auto-fill):
2234         Revert paragraph-separate change.
2236         * progmodes/idlw-shell.el (idlwave-shell-break-in):
2237         Simplify module calc.
2238         (idlwave-shell-set-bp-in-module): Compute module.
2240 2007-03-31  Glenn Morris  <rgm@gnu.org>
2242         * emacs-lisp/timer.el (run-at-time): Doc fix.
2244         * emacs-lisp/warnings.el (display-warning): If we create the
2245         buffer displaying the warning, disable undo there.
2247 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
2249         * net/tramp.el (tramp-register-file-name-handler)
2250         (tramp-register-completion-file-name-handler): New defsubst,
2251         derived from `tramp-register-file-name-handlers'.  The split is
2252         necessary because Tramp's file name handlers must be registered at
2253         different startup places.
2255 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
2257         * progmodes/hideshow.el (turn-off-hideshow): New function.
2258         (hs-minor-mode): Use it instead of a lambda expression in
2259         change-major-mode-hook.
2261 2007-03-31  David Kastrup  <dak@gnu.org>
2263         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2264         corresponding to MANPATH_MAP entries.
2265         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2266         (woman-parse-man.conf): Use more discriminating man.conf name.
2267         (woman-parse-man.conf): Parse MANPATH_MAP entries.
2268         (woman-manpath): Doc fix and type fix.
2269         (woman-cached-data): Check for MANPATH_MAP entries.
2270         (woman-expand-directory-path): Treat MANPATH_MAP entries.
2272 2007-03-31  Stuart Herring  <herring@lanl.gov>
2274         * emacs-lisp/sregex.el (sregexq): Doc fix.
2276 2007-03-31  Markus Triska  <markus.triska@gmx.at>
2278         * flymake.el (flymake-err-line-patterns): Doc fix.
2280 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
2282         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2283         Move to the right.
2285 2007-03-30  Alan Mackenzie  <acm@muc.de>
2287         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2289 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
2291         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2292         Use it, passed in explicitly, instead of from the dynamic binding.
2293         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2295 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
2297         * simple.el (blink-matching-open): When in minibuffer, don't
2298         search for a match inside the prompt.
2300 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
2302         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2303         (tmm-prompt): Don't make the mouse user select the first menu
2304         item twice.
2306 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
2308         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2309         SIGUSR1 and SIGUSR2.
2311 2007-03-29  Kim F. Storm  <storm@cua.dk>
2313         * ido.el (ido-read-internal): When reading file or dir, only override
2314         minibuffer-local-filename-completion-map, otherwise only override
2315         minibuffer-local-completion-map.
2317 2007-03-29  Glenn Morris  <rgm@gnu.org>
2319         * complete.el (partial-completion-mode): Set PC-do-completion-end
2320         to nil after use.
2321         (PC-lisp-complete-symbol): Create and use a marker at `end',
2322         rather than using point-marker.
2324 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
2326         * simple.el (next-error-highlight): Doc fix.
2327         (compose-mail): Revert 2007-03-19 change.
2329 2007-03-28  Richard Stallman  <rms@gnu.org>
2331         * emacs-lisp/edebug.el (edebug-display): Don't go to
2332         edebug-outside-buffer if it is dead.
2334 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
2336         * view.el (view-mode): Fix typos in docstring.
2338 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
2340         * recentf.el (recentf-save-file): Add a custom :set function.
2342 2007-03-28  Glenn Morris  <rgm@gnu.org>
2344         * complete.el (PC-do-completion-end): New variable.
2345         (partial-completion-mode) <choose-completion-string-functions>:
2346         Use PC-do-completion-end in the non-minibuffer case to replace the
2347         correct amount of text.
2348         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2349         (PC-lisp-complete-symbol): Give marker the after-insertion type,
2350         to deal with improvements inserted after point.
2352 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2354         * button.el (make-text-button): Add explicit `button' property.
2355         (default-button): Don't put a `button' property on it.
2357         * progmodes/python.el (python-mode): Skip comments when parsing.
2359         * vc-arch.el (vc-with-current-file-buffer): New macro.
2360         (vc-arch-file-source-p): Use it to avoid infloop.
2362 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
2364         * emacs-lisp/lisp.el (lisp-complete-symbol):
2365         Fix call to get-buffer-window to find windows in other frames.
2367 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2369         * comint.el (comint-proc-query, comint-dynamic-list-completions):
2370         Fix calls to get-buffer-window to find windows in other frames.
2371         Reported by David Hansen <david.hansen@gmx.net>.
2373 2007-03-27   Kevin Ryde  <user42@zip.com.au>
2375         * info.el (Info-display-images-node): On a text-only terminal,
2376         show the "text" or "alt" parts of the image blobs.
2378 2007-03-27  Glenn Morris  <rgm@gnu.org>
2380         * complete.el (PC-do-completion): Compute completion-base-size in
2381         the non-filename case, rather than setting to nil.
2382         (PC-lisp-complete-end): New variable.
2383         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2384         original end in a series of consecutive invocations.
2386         * calendar/calendar.el (calendar-mode-hook): Declare it.
2388         * calendar/diary-lib.el (diary-live-p): Do not check for
2389         diary-selective-display.
2391 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2393         * replace.el (occur-next-error): *Occur* might not be displayed in the
2394         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
2396 2007-03-26  Richard Stallman  <rms@gnu.org>
2398         * textmodes/flyspell.el (flyspell-large-region):
2399         Use ispell-call-process-region.
2401 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2403         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2404         Use prin1 instead of princ.
2406 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
2408         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
2409         Merge in X resources before global face.
2411         * progmodes/compile.el (compilation-start): Save compilation-directory
2412         rather than default-directory as local var.
2413         (compilation-directory): Mark as safe local var.
2415         * files.el: Don't mark default-directory as a safe local var.
2417 2007-03-25  Alan Mackenzie  <acm@muc.de>
2419         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2420         * progmodes/cc-engine.el: Fix typo.
2422 2007-03-25  Juri Linkov  <juri@jurta.org>
2424         * compare-w.el (compare-windows): Rename customization group
2425         `compare-w' to `compare-windows'.
2426         (compare-windows-whitespace, compare-ignore-whitespace)
2427         (compare-ignore-case, compare-windows-sync)
2428         (compare-windows-sync-string-size, compare-windows-recenter)
2429         (compare-windows-highlight, compare-windows): Change group name in
2430         the `group' tag from `compare-w' to `compare-windows'.
2431         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
2433 2007-03-24  Markus Triska  <markus.triska@gmx.at>
2435         * expand.el: Change example to always enable abbrev-mode,
2436         and remove redundant `function'.
2437         (expand-abbrev-hook): Add autoload cookie.
2439 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
2441         * emacs-lisp/testcover.el (testcover-start, testcover-end)
2442         (testcover-mark-all, testcover-unmark-all): Add prompts to
2443         interactive specs.
2445 2007-03-24  Jason Rumney  <jasonr@gnu.org>
2447         * autorevert.el (find-file-hook, auto-revert-tail-mode):
2448         Use file size in bytes for auto-revert-tail-pos not characters.
2450 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
2452         * vc-rcs.el (vc-rcs-annotate-command):
2453         Set text property :vc-annotate-prefix on the annotation text.
2454         (vc-rcs-annotate-time): Instead of searching for ": ",
2455         search for end of text propertized with :vc-annotate-prefix.
2457 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
2459         * whitespace.el (top level): Remove calls putting
2460         permanent-local nil property since these are no-ops.
2462         * man.el (Man-support-local-filenames): Assure that
2463         default-directory exists when doing call-process.
2465 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
2467         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
2468         Fix omission bug: Use m4-program-options to construct shell command.
2470 2007-03-23  David Kastrup  <dak@gnu.org>
2472         * progmodes/cc-mode.el (c-make-emacs-variables-local):
2473         Use `mapcar' rather than `mapcan' to silence compiler warning.
2475 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
2477         * textmodes/reftex.el, textmodes/reftex-vars.el,
2478         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
2479         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
2480         * textmodes/reftex-index.el, textmodes/reftex-global.el,
2481         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
2482         * textmodes/reftex-auc.el: Add maintainer address.
2484 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
2486         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
2487         Make sure that `global-font-lock-mode' does not turn on font-lock
2488         in these buffers.
2490 2007-03-21  Kim F. Storm  <storm@cua.dk>
2492         * xt-mouse.el (xt-mouse-epoch): New variable.
2493         (xterm-mouse-event): Use float-time.
2495 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
2497         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
2498         current-time.
2500 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2502         * complete.el (read-file-name-internal): Don't add the final > if the
2503         completion is not finished (re-application of this patch, which was
2504         accidentally undone by Eli).
2506 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
2508         * emulation/viper.el (viper-non-hook-settings): Handle mouse
2509         clicks in describe-key and describe-key-briefly advice a little better.
2511 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
2513         * server.el (server-process-filter): Cancel any pending isearch.
2515 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
2517         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
2518         (icalendar--get-unfolded-buffer): Define actual arguments rather
2519         than just using &rest.  Check replace-in-string is fbound.
2520         (icalendar-import-buffer): Doc fix.
2521         (icalendar--convert-ical-to-diary): Set diary-file.
2522         Check diary-file before inserting final newline.
2523         (icalendar--add-diary-entry): Return diary-file.
2525 2007-03-21  Glenn Morris  <rgm@gnu.org>
2527         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
2528         (diary-display-hook): Add custom :set function.
2530         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
2531         Add custom :set function.
2532         (diary-header-line-format): Doc fix.
2533         (diary-set-maybe-redraw): New function.
2534         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
2535         (diary-list-entries): Always run diary-mode.
2537 2007-03-20  Kenichi Handa  <handa@m17n.org>
2539         * international/quail.el (quail-setup-completion-buf): Make the
2540         completion buffer read-only.
2541         (quail-completion): Adjusted for the above change.  Leave the
2542         modified flag nil.
2544 2007-03-20  David Kastrup  <dak@gnu.org>
2546         * files.el (magic-mode-alist): Require literal "%!PS" string for
2547         magic postscript file detection.
2549 2007-03-20  Richard Stallman  <rms@gnu.org>
2551         * textmodes/ispell.el (ispell-call-process): New function.
2552         Defends against bad `default-directory.'
2553         (ispell-check-version, ispell-find-aspell-dictionaries)
2554         (ispell-get-aspell-config-value, lookup-words): Call it.
2555         (ispell-call-process-region): New function.
2556         (ispell-send-string): Call it.
2558 2007-03-20  Andreas Schwab  <schwab@suse.de>
2560         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
2561         (finder-data): Likewise.
2562         (autoloads): Likewise.
2564 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
2566         * files.el (basic-save-buffer): Do not set visited filename when
2567         the corresponding directory does not exist or the specified
2568         filename is that of an existing directory.
2570 2007-03-20  Glenn Morris  <rgm@gnu.org>
2572         * calendar/diary-lib.el (diary-live-p): New function.
2573         (number-of-diary-entries): Add a :set function to redisplay diary
2574         when necessary.
2576 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
2578         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
2579         from client program, mev, to compute mouse event.
2581 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
2583         * faces.el (momentary): Face removed; unused due to reversion of
2584         2007-01-04 changes by Kevin Rodgers.
2586         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
2587         Suggested by Johan Bockg\e,Ae\e(Brd.
2589 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
2591         * font-lock.el (lisp-font-lock-keywords-1):
2592         Highlight define-globalized-minor-mode as a keyword.
2594 2007-03-19  Kim F. Storm  <storm@cua.dk>
2596         * calc/calc-forms.el (math-std-daylight-savings)
2597         (math-std-daylight-savings-old): Doc fix.
2599 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
2601         * progmodes/python.el (python-default-template): Doc fix.
2602         (python-buffer): Fix typo in docstring.
2604         * isearchb.el (isearchb-follow-char):
2605         * subr.el (def-edebug-spec): Fix typo in docstring.
2607 2007-03-19  Richard Stallman  <rms@gnu.org>
2609         * files.el (default-directory): Mark safe.
2610         (basic-save-buffer-2): Put proper dir name in error message.
2612         * simple.el (compose-mail): Run switch-function after
2613         setting up the mail buffer.
2615         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
2617 2007-03-18  Jay Belanger  <belanger@truman.edu>
2619         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
2620         (math-std-daylight-savings-new): Rename from
2621         `math-std-daylight-savings'.
2622         (math-std-daylight-savings-old): Rename from old value of
2623         `math-std-daylight-savings'.
2624         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
2625         `math-std-daylight-savings-old' depending on the year.
2627 2007-03-18  Detlev Zundel  <dzu@gnu.org>
2629         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
2630         zero-width regexps as invalid but rather at least count them correctly.
2632 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
2634         * net/tls.el (open-tls-stream): In handshake-waiting loop,
2635         don't wait more if there is output available to process.
2637 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
2639         * progmodes/compile.el (compilation-find-file): Revert change
2640         from 2006-07-18 to allow completion of directory names.
2641         Reported by John Carter <john.carter@tait.co.nz>.
2643 2007-03-18  Kim F. Storm  <storm@cua.dk>
2645         * subr.el (when, unless): Doc fix.
2647 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
2649         * net/tls.el (tls-program): Doc fix.
2651 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
2653         * autorevert.el (auto-revert-tail-handler):
2654         Call after-revert-hook.
2656 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
2658         * simple.el (switch-to-completions): No error if search for \n\n fails.
2660 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
2662         * simple.el (line-move-1):
2663         Respect `inhibit-line-move-field-capture' property.
2665 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
2667         * comint.el (comint-arguments): Mark backslash-escaped chars.
2668         (comint-delim-arg): Don't treat them as delimiters.
2670 2007-03-12  Kim F. Storm  <storm@cua.dk>
2671         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
2673 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2675         * tempo.el (tempo-insert): Deal with 'r> if it appears
2676         specified with a prompt argument.
2678 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
2680         * textmodes/org.el (org-set-font-lock-defaults):
2681         Handle narrow table columns correctly.
2683 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
2685         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
2686         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
2687         Return to use of the -no-properties variants.  There was
2688         consensus on emacs-devel that the speed of these variants was
2689         prefered since we are usually parsing files (from the internet
2690         or on disk) instead of XML created in Emacs.
2692         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
2693         Add customize option.
2695 2007-03-12  Glenn Morris  <rgm@gnu.org>
2697         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
2698         North American rule.  Replace "daylight savings" with "daylight
2699         saving" in doc.
2701         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
2702         * calendar/lunar.el, solar.el: Replace "daylight savings" with
2703         "daylight saving" in text.
2705         * woman.el (woman-change-fonts): Tweak previous change by using
2706         woman-request-regexp rather than "^\\.".
2708         * startup.el (command-line-1): Make insertion of
2709         initial-scratch-message not depend on scratch being selected.
2711 2007-03-11  Juri Linkov  <juri@jurta.org>
2713         * replace.el (match): Use yellow background on light-bg terminals.
2715 2007-03-11  Richard Stallman  <rms@gnu.org>
2717         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2718         Correctly compute line number.
2720 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
2722         * type-break.el (type-break-get-previous-count):
2723         Repeat previous change here.
2725 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
2727         * progmodes/grep.el (grep-find-ignored-directories):
2728         Add .git and .bzr to list.
2730 2007-03-11  Andreas Schwab  <schwab@suse.de>
2732         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
2734 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2736         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
2738 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
2740         * faces.el (face-set-after-frame-default): Recalculate face
2741         customizations after applying X resources.
2743 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
2745         * net/rcirc.el (rcirc-timeout-seconds): New variable.
2746         (rcirc-keepalive-seconds): Remove variable.
2747         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
2748         (rcirc-process, rcirc-user-disconnect): New variables.
2749         (rcirc-connect): Initalize new variables.
2750         (rcirc-keepalive): Don't send keepalive pings before connection
2751         is completed.
2752         (rcirc-sentinel): Do mark all channels with activity when
2753         connection is dropped.  Run hook with process buffer local.
2754         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
2755         (rcirc-buffer-process): Return value of rcirc-process if
2756         rcirc-server-buffer is nil.
2757         (rcirc-server-name): Return the reported server name.
2758         (rcirc-update-prompt): Simplify computation of the server name.
2759         (rcirc-format-response-string): Likewise.
2760         (rcirc-handler-001): Mark server as connected, record the reported
2761         server name, and schedule a timeout.
2762         (rcirc-track-nick): Add a spec for the tty class.
2763         (rcirc-user-non-nick): Remove function.
2764         (rcirc-nick-prefix-chars): Add variable.
2765         (rcirc-user-nick): Use above variable.
2767 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2769         * icomplete.el (icomplete-tidy, icomplete-exhibit):
2770         Bind deactivate-mark to nil.
2772 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
2774         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
2775         that buffer contents get erased during completion.
2777 2007-03-10  Glenn Morris  <rgm@gnu.org>
2779         * woman.el (woman-change-fonts): Add a hack to deal with
2780         font-escape followed by "." at start of a line.
2781         (woman2-IP): Add a hack to deal with consecutive requests.
2782         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
2784 2007-03-10  Alan Mackenzie  <acm@muc.de>
2786         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
2788 2007-03-09  Richard Stallman  <rms@gnu.org>
2790         * abbrev.el (abbrev): Add `provide'.
2792 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
2794         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
2796 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
2798         * complete.el (PC-try-completion): New function.
2799         (PC-do-completion, read-file-name-internal): Use it instead of
2800         try-completion.
2802 2007-03-08  Alan Mackenzie  <acm@muc.de>
2804         Remove stale tokens from `c-found-types' cache.
2806         * progmodes/cc-mode.el (c-unfind-enclosing-token)
2807         (c-unfind-coalesced-tokens, c-before-change): New functions.
2808         (c-maybe-stale-found-type): New variable.
2810         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
2811         (c-trim-found-types): New functions.
2813 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2815         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
2816         (debug-ignored-errors): Add entry from smerge-match-conflict.
2818 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
2820         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
2821         special help topics for keywords.
2822         (idlwave-help-assistant-command): Include ".exe" for ms-dos
2823         etc. Assistant command.
2825 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
2827         * replace.el (occur-engine): Move buffer-undo-list binding...
2828         (occur-1): ...to here.
2830         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
2832         * simple.el (minibuffer-completing-symbol): New var.
2833         (eval-expression): Use it.
2834         (completion-setup-function): Don't bind completion-base-size when
2835         completing a symbol in the minibuffer.
2837 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
2839         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
2840         tries to start a second session in graphical mode.
2842 2007-03-07  Miles Bader  <miles@gnu.org>
2844         * international/isearch-x.el
2845         (isearch-process-search-multibyte-characters):
2846         Strip text-properties from PROMPT to avoid an error from read-string.
2848 2007-03-07  Kim F. Storm  <storm@cua.dk>
2850         * complete.el (PC-bindings): Remap lisp-complete-symbol to
2851         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
2853 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2855         * complete.el (PC-do-completion): Delete duplicates in the list of
2856         possible completions.
2858 2007-03-07  Glenn Morris  <rgm@gnu.org>
2860         * ses.el (ses-mode): Doc fix.
2862 2007-03-06  Kim F. Storm  <storm@cua.dk>
2864         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
2866 2007-03-06  Kenichi Handa  <handa@m17n.org>
2868         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
2870 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2872         * simple.el (completion-setup-function): Improve last fix so it doesn't
2873         set it to a relative directory name either.
2875 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2877         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
2879 2007-03-05  Richard Stallman  <rms@gnu.org>
2881         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
2883         * files.el (find-file-noselect): No error if file no longer exists.
2884         Display a message and avoid other questions.
2886 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2888         * pcomplete.el (pcomplete-show-completions): Improve last change, so
2889         as not to use an invisible window and to create a window if none exist.
2891         * progmodes/python.el (python-send-command): Restart proc if necessary.
2892         (python-proc): Simplify.
2894 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
2896         * pcomplete.el (pcomplete-show-completions): Search all frames for
2897         completions buffer.
2899 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
2901         * cus-edit.el (customize-save-variable): Clear customized-value
2902         property (saved values are now put in theme-value property).
2903         (customize-set-variable): Doc fix.
2905         * complete.el (PC-do-completion): If completion-ignore-case is
2906         non-nil, replace field with completion string before exiting.
2908 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
2910         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
2911         Append its extension to the resulting temporary file name.
2912         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
2914         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
2915         (tramp-smb-handle-write-region): Apply it.
2917 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2919         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2920         Redo previous change.
2922 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
2924         * diff-mode.el (diff-mode): Doc fix.
2926 2007-03-05  Kenichi Handa  <handa@m17n.org>
2928         * international/characters.el: Set category `l' (latin)
2929         for more characters.
2931 2007-03-04  Kim F. Storm  <storm@cua.dk>
2933         * emacs-lisp/authors.el (authors-aliases): Add alias.
2935 2007-03-04  Glenn Morris  <rgm@gnu.org>
2937         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
2938         all when switching major mode.
2939         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
2940         (hs-block-start-mdata-select, hs-block-end-regexp)
2941         (hs-forward-sexp-func, hs-adjust-block-beginning):
2942         Do not make these variables permanent-local.
2944 2007-03-04  Richard Stallman  <rms@gnu.org>
2946         * progmodes/cperl-mode.el (cperl-mode):
2947         Modify cperl-compilation-error-regexp-alist by appending.
2949         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
2950         (edebug-mode): Add the hook.
2951         (edebug-recursive-edit): Remove the hook on exiting.
2953         * type-break.el (type-break-get-previous-time):
2954         Handle end-of-file errors specially
2955         so they don't get reported wrong in .emacs.
2957         * startup.el (fancy-splash-text): Clarify text.
2959         * simple.el (beginning-of-buffer, end-of-buffer):
2960         Avoid treating plain C-u like numeric arg.
2962         * simple.el (completion-setup-function): Don't set
2963         default-directory to nil.
2965         * shell.el (shell-dirstack-query): Doc fix.
2967         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
2968         Don't select the window -- pass it to primitives instead.
2970         * faces.el (minibuffer-prompt): Use medium blue by default.
2972 2007-03-04  David Kastrup  <dak@gnu.org>
2974         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
2975         Preserve 16 as default value for "seconds" when customizing.
2977 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
2979         * textmodes/org.el (org-self-insert-command)
2980         (orgtbl-self-insert-command, org-delete-char)
2981         (org-delete-backward-char): Set the `flyspell-delayed' property.
2983 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
2985         * international/mule.el (find-auto-coding): Don't search for
2986         line-ending characters past the end of the tail.
2988 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
2990         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2991         Jump to the line where new score has been uploaded.
2993         * play/tetris.el (tetris-move-bottom, tetris-move-left)
2994         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
2995         Do nothing when the game is paused.
2997 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
2999         * textmodes/org.el (org-set-tags): Prevent slipping of point
3000         during completion.
3002 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3004         * isearch.el (isearch-message-prefix):
3005         Use minibuffer-prompt-properties.
3007 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3009         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3010         (ps-setup): Print which Emacsen is running ps-print package.
3012 2007-03-01  Stuart Herring  <herring@lanl.gov>
3014         * files.el (set-auto-mode-0): Use `indirect-function'.
3015         (hack-one-local-variable): Don't reapply current major mode.
3017 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3019         * progmodes/python.el (python-quote-syntax): Don't bother with
3020         syntax-ppss-context.
3021         (python-fill-paragraph): Make sure that fenced-string delimiters that
3022         stand on their own line stay there.
3024 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3026         * replace.el (perform-replace): Propertize message.
3028 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
3030         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3031         invisible heading.
3033 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3035         * net/tramp.el (tramp-file-name-handler): Revert last change.
3037 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
3039         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3040         Correct doc strings.
3042 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3044         * replace.el (perform-replace): Undo forward-char immediately if
3045         non-adjacent search fails.
3047 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3049         * version.el (emacs-major-version, emacs-minor-version):
3050         string-to-int -> string-to-number.
3052 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
3054         * help.el (where-is): Fail gracefully when not passed a command.
3056 2007-02-28  Stuart Herring  <herring@lanl.gov>
3058         * find-lisp.el (find-lisp-default-directory-predicate):
3059         Fix bug: Do symlink check on expanded filename.
3061 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
3063         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3064         changes during replacement.
3065         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3067 2007-02-28  Lars Hansen  <larsh@soem.dk>
3069         * desktop.el: Delete header line listing me as maintainer.
3071 2007-02-28  Glenn Morris  <rgm@gnu.org>
3073         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3074         the menus case.
3076 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3078         * net/tramp.el (tramp-file-name-handler): Inhibit modification
3079         hooks to avoid confusion when combining after-change calls.
3081 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
3083         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3084         now that pgg-gpg-process-region correctly honors passed-in passphrase.
3085         (allout-distinctive-bullets-string): Add info about bullet conventions.
3086         (allout-mode): Add info about distinctive vs plain bullets.
3088 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
3090         * textmodes/org.el (org-archive-subtree): Quote variable name.
3091         (org-agenda-get-todos): Make sure skip properties are checked correctly.
3093 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
3095         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3096         (gud-bashdb-command-name, bashdb): Remove.
3097         (gud, gud-menu-map): Remove references to bash/bashdb.
3099 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
3101         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3102         keyword for Python 2.5.
3104 2007-02-26  Romain Francoise  <romain@orebokech.com>
3106         * net/net-utils.el (whois-server-tld): Update server for .org.
3107         (whois-server-list): Add whois.publicinterestregistry.net.
3108         (whois-guess-server): Fix formatting in docstring.
3110 2007-02-26  Kim F. Storm  <storm@cua.dk>
3112         * mouse.el (mouse-show-mark): Run hooks and perform command
3113         remapping for mouse-region-delete-keys.
3115 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3117         * font-core.el (font-lock-mode): Doc fix.
3119 2007-02-25  Kim F. Storm  <storm@cua.dk>
3121         * ido.el (ido-buffer-internal): Set this-command to fallback command.
3122         Add selected buffer to buffer-name-history.
3123         (ido-file-internal): Set this-command to fallback command.
3124         Add file names to file-name-history.
3126         * emacs-lisp/map-ynp.el (map-y-or-n-p):
3127         Apply minibuffer-prompt-properties.
3129 2007-02-25  Andreas Schwab  <schwab@suse.de>
3131         * files.el (hack-one-local-variable-eval-safep): Correct handling
3132         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
3134 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
3136         * textmodes/org.el (org-table-overlay-coordinates)
3137         (org-table-toggle-coordinate-overlays): New functions.
3138         (org-table-overlay-coordinates, org-table-coordinate-overlays):
3139         New variables.
3140         (org-startup-with-deadline-check): Remove option.
3141         (org-mode): Remove deadline check on startup.
3142         (org-table-limit-column-width): Remove option.
3143         (org-table-formula-numbers-only): Remove option.
3144         (org-link-style, org-link-format): Remove options.
3145         (org-select-agenda-window, org-fit-agenda-window): Remove options.
3146         (org-export-ascii-show-new-buffer)
3147         (org-export-html-show-new-buffer): Remove options.
3148         (org-activate-links): Remove camel option.
3149         (org-file-link-context-use-camel-case): Remove option.
3150         (org-camel-regexp): Remove variable.
3151         (org-activate-camels): Remove function.
3152         (org-store-link): Remove Camel stuff.
3153         (org-make-org-heading-camel): Remove function.
3154         (org-open-at-point): Remove camel stuff.
3155         (org-link-search): Remove camel stuff.
3156         (org-camel-to-words): Function removed.
3157         (org-get-agenda-file-buffer): Make sure we prepare the base
3158         buffers, not any indirect buffers.
3159         (org-sort-entries): Sort top-level when not on a headline, and no
3160         active region.
3161         (org-in-regexp): New function.
3162         (org-search-not-self): Rename from `org-search-not-link'.
3163         (org-open-link-marker): New variable.
3164         (org-open-at-point): Set `org-open-link-marker'.
3165         (org-print-icalendar-entries): Fixe bug with excluding DONE
3166         entries from the exported list.
3167         (org-edit-formula-lisp-indent): New command.
3168         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3169         (orgtbl-to-latex, orgtbl-insert-radio-table)
3170         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3171         (orgtbl-radio-table-templates): New option.
3172         (org-store-link-props):
3173         (org-remember-templates): More possibilities to insert info
3174         into templates.
3175         (org-remember-apply-template): Make use of the extended
3176         template capabilities.
3177         (org-remember-redo-template): New command.
3178         (org-upgrade-old-links)
3179         (org-table-modify-formulas, org-table-replace-in-formulas)
3180         (org-table-find-dataline)
3181         (org-table-get-vertical-vector): Remove functions.
3182         (org-table-remove-rectangle-highlight)
3183         (org-time-stamp-format, org-toggle-log-option)
3184         (org-table-highlight-rectangle)
3185         (org-table-iterate, org-table-make-reference):
3186         (org-translate-time, org-tree-to-indirect-buffer)
3187         (org-table-field-info, org-table-fix-formulas)
3188         (org-table-force-dataline, org-table-get-descriptor-line)
3189         (org-table-get-range)
3190         (org-skip-comments, org-sort)
3191         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3192         (org-table-current-dline, org-table-current-field-formula)
3193         (org-table-edit-backward-field)
3194         (org-table-edit-formulas-post-command)
3195         (org-table-edit-line-down, org-table-edit-line-up)
3196         (org-agenda-archive)
3197         (org-agenda-clock-cancel)
3198         (org-agenda-clock-out, org-agenda-list-stuck-projects)
3199         (org-agenda-open-link, org-agenda-show-new-time)
3200         (org-agenda-skip-subtree-when-regexp-matches)
3201         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3202         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3203         (org-do-sort, org-file-image-p, org-find-overlays)
3204         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3205         (org-highlight-until-next-command, org-isearch-end)
3206         (org-match-any-p, org-next-link, org-previous-link):
3207         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3208         (org-rewrite-old-row-references)
3209         (org-isearch-post-command)
3210         (org-table-edit-move, org-table-edit-next-field)
3211         (org-table-edit-scroll, org-table-edit-scroll-down)
3212         (org-set-frame-title, org-show-reference)
3213         (org-unhighlight-once, org-verify-change-for-undo): New functions.
3214         (org-show-variable): Remove command.
3215         (org-add-log-maybe): New arguments STATE, FINDPOS
3216         (org-table-sort-lines): Rewrite from scratch.
3217         (org-link-search): New argument AVOID-POS.
3218         (org-print-icalendar-entries): Remove argument CATEGORY.
3219         (org-run-agenda-series): Remove argument WONDOW.
3220         (org-next-link, org-previous-link): New commands.
3221         (org-agenda-date-format): New option.
3222         (org-table-iterate): New command.
3223         (org-table-modify-formulas)
3224         (org-table-replace-in-formulas): Remove functions.
3225         (org-table-fix-formulas): New function.
3226         (org-table-insert-column, org-table-delete-column)
3227         (org-table-move-column): Use `org-table-fix-formulas'.
3228         (org-follow-gnus-link): Patch from Bastien/Leo.
3229         (org-table-current-field-formula): New function.
3230         (org-file-image-p): New function.
3231         (org-agenda-show-new-time): New function.
3232         (org-agenda-date-later): Call `org-agenda-show-new-time'.
3233         (org-with-remote-undo): New macro.
3234         (org-agenda-undo): New command.
3235         (org-verify-change-for-undo): New function.
3236         (org-time-stamp-format): New function.
3237         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3238         by user.
3239         (org-match-any-p): New function.
3240         (org-make-tags-matcher): Handle regular expressions for tag and
3241         todo matches.
3242         (org-read-date): Accept "+N" as input for a date relative to the
3243         current date.
3244         (org-remove-subtree-entries-from-agenda): New function.
3245         (org-agenda-archive, org-agenda-kill):
3246         Use `org-remove-subtree-entries-from-agenda'.
3247         (org-do-sort, org-sort-entries): New functions.
3248         (org-sort): New command.
3249         (org-table-sort-lines): Use `org-do-sort'.
3250         (org-fix-decoded-time): New function.
3251         (org-table-number-regexp): Require 0x... to identify as number
3252         in tables.
3253         (org-startup-options): New keywords for note taking.
3254         (org-upgrade-old-links): Remove function.
3255         (org-get-repeat): New function.
3256         (org-show-context): Also show siblings on current level.
3257         (org-show-siblings): New function.
3258         (org-isearch-end, org-isearch-post-command): New functions.
3259         (org-show-siblings): New option.
3260         (org-show-context): Use `org-show-siblings'.
3261         (org-table-maybe-recalculate-line): No longer require `calc-eval'
3262         to be bound, because user may just use elisp.
3264 2007-02-24  Kim F. Storm  <storm@cua.dk>
3266         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3267         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3269 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
3271         * startup.el (command-line): Also check if the abbrev file is readable.
3273 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3275         * net/tls.el (tls-certtool-program): Fix custom type.
3277         * mail/feedmail.el (feedmail-message-id-generator)
3278         (feedmail-date-generator): Fix custom types.
3280         * mail/rmail.el (rmail-message-filter): Fix custom type.
3282 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
3284         * startup.el (command-line): If simple.el cannot be found, proceed
3285         with a warning message.
3287 2007-02-24  Kenichi Handa  <handa@m17n.org>
3289         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3290         case that BEG is a string.
3292 2007-02-24  Chris Moore  <dooglus@gmail.com>
3294         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3295         * pgg-pgp.el (pgg-pgp-encrypt-region):
3296         * pgg-gpg.el (pgg-gpg-encrypt-region):
3297         Check pgg-encrypt-for-me if no other recipients.
3299 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
3301         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3303         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3304         shell-quote-argument.
3306 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3308         * comint.el (comint-read-input-ring): Use comint-input-ring-size
3309         from the comint buffer instead of the temporary one.
3311 2007-02-23  David Reitter  <david.reitter@gmail.com>
3313         * cus-edit.el (custom-save-all): Canonicalize custom-file before
3314         storing it in recentf-exclude.
3316 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
3318         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3319         in splash screen.
3321 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
3323         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3324         commands, for restart.
3325         (idlwave-shell-current-module): Fix handling of module name by type.
3326         (idlwave-shell-break-in): Update type handling.
3327         (idlwave-shell-bp-get): Encode type in BP structure.
3328         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3329         (idlwave-shell-module-source-query): Query routine info based on type.
3330         Fix path parsing for non-compiled files.
3331         (idlwave-shell-module-source-filter): Don't signal error in filter
3332         if no source found.
3333         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3334         filter race.
3336 2007-02-22  Kim F. Storm  <storm@cua.dk>
3338         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3339         (editable-field): Document need to put some text before the %v
3340         escape in :format string.
3342 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3344         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3345         (vc-svn-use-edit): Remove unused config var.
3346         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3348         * outline.el (hide-sublevels): Keep empty last line, if available.
3350         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3351         rather than the corresponding unicode char, to make the code
3352         more readable.
3354 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
3356         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3357         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3358         (speedbar-item-info-tag-helper): Doc fixes.
3360 2007-02-19  Kenichi Handa  <handa@m17n.org>
3362         * international/mule-cmds.el (locale-language-names):
3363         Map "eo" to "Esperanto".
3365         * language/european.el ("Esperanto"): New language environment.
3367 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3369         * simple.el (kill-line): Doc fix.
3371 2007-02-17  Kim F. Storm  <storm@cua.dk>
3373         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3374         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
3375         (bindat--unpack-group, bindat--pack-group):
3376         Handle vectors with optional element type.
3378 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
3380         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3381         if PASSPHRASE is given.
3383 2007-02-17  Chris Moore  <dooglus@gmail.com>
3385         * jka-cmpr-hook.el (jka-compr-compression-info-list):
3386         Recognize backups of bz2 compressed files.
3388 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
3390         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3391         to nil to speed up lookup of the symbol in index nodes.
3393 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3395         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3396         Add indentation for the constants of Lisp.
3398 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3400         * ps-print.el: Use (defvar <foo>) where applicable.
3401         (ps-print-emacs-type): Remove.
3402         (ps-x-frame-property, ps-e-frame-parameter): Remove.
3403         (ps-frame-parameter): Align its call-convention with frame-parameter.
3404         (ps-begin-job): Adjust calls to it appropriately.
3405         (ps-setup): Don't print ps-print-emacs-type.
3406         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
3407         Define in such a way that it's obvious that it's defined.
3408         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
3409         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3410         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
3412 2007-02-15  Alan Mackenzie  <acm@muc.de>
3414         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
3415         an empty one-line C-style comment, post-position point properly.
3417 2007-02-15  Chris Moore  <dooglus@gmail.com>
3419         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3420         (isearch-lazy-highlight-new-loop): Bind it.
3421         (isearch-lazy-highlight-search): Use it.
3423         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
3425 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3427         * font-lock.el (font-lock-extend-region-wholelines):
3428         Only return non-nil if the region has really been changed.
3429         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3431 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
3433         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
3434         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
3435         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
3437 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
3439         * faces.el (color-values): Revert changes to docstring from
3440         2007-01-31 and 2000-09-07.
3442         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
3443         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
3444         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
3445         (ispell-help): Fix typos in docstring and output message.
3447 2007-02-14  Kim F. Storm  <storm@cua.dk>
3449         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
3450         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
3451         (grep): Fix lgrep reference.
3453         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
3454         (standard-display-underline): Use make-glyph-code.
3456         * descr-text.el (describe-char): Use glyph-char and glyph-face.
3458         * international/latin1-disp.el (latin1-display-char):
3459         Use make-glyph-code.
3461 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
3463         * ehelp.el (with-electric-help, electric-help-exit)
3464         (electric-help-retain): Doc fixes.
3466         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
3467         (byte-compile-file): Doc fixes.
3469 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3471         * term/mac-win.el: Change all uses of
3472         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
3473         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
3474         (mac-ae-get-url): Call select-frame-set-input-focus.
3475         (mac-dnd-handle-drag-n-drop-event): Don't call
3476         select-frame-set-input-focus.
3478 2007-02-13  Kenichi Handa  <handa@m17n.org>
3480         * international/characters.el: Fix documentation of category `a'.
3482 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
3484         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
3486 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
3488         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
3489         (tramp-get-remote-ln): Handle error case.
3490         Reported by Chris Moore <dooglus@gmail.com>.
3492 2007-02-11  Kim F. Storm  <storm@cua.dk>
3494         * bindings.el (ctl-x-map): Remove register compatibility bindings
3495         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
3497 2007-02-11  Richard Stallman  <rms@gnu.org>
3499         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
3500         in load history.
3502         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
3503         condition -- don't fail to stop at endpos.
3505 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
3507         * textmodes/org.el (org-agenda-get-todos)
3508         (org-agenda-get-timestamps, org-agenda-get-closed)
3509         (org-agenda-get-deadlines, org-agenda-get-scheduled)
3510         (org-agenda-get-blocks, org-format-agenda-item)
3511         (org-agenda-change-all-lines, org-scan-tags): Rename text property
3512         from `category' to `org-category'.
3514 2007-02-11  Kenichi Handa  <handa@m17n.org>
3516         * international/titdic-cnv.el (titdic-convert): Force files be written
3517         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
3518         (miscdic-convert): Force files be written with Unix-like eol format.
3520 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
3522         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
3524         * calculator.el (calculator-prompt): Doc fix.
3525         (calculator-mode-map): Fix typo in menu entry.
3527 2007-02-10  Jay Belanger  <belanger@truman.edu>
3529         * calculator.el (calculator): Do more extensive checking for when
3530         3 lines should be used for the calculator.
3532 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
3534         * info-look.el (info-lookup-make-completions):
3535         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
3536         index nodes.
3538         * info.el (Info-fontify-maximum-menu-size): Document the effect
3539         of a nil value.
3540         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
3541         non-nil before using it as size.
3543 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
3545         * subr.el (insert-for-yank-1): Prevent read-only properties from
3546         interfering with text property operations.
3548         * image-mode.el (image-mode): Revert 2007-01-30 changes.
3550         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
3551         (image-type-auto-detected-p): Fail if another match is found in
3552         auto-mode-alist.
3554         * files.el (magic-mode-alist): Call image-mode instead of
3555         image-mode-maybe for autodetected images.
3557 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
3559         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
3560         Fix typos in docstrings.
3561         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
3563 2007-02-09  Kim F. Storm  <storm@cua.dk>
3565         * emacs-lisp/float-sup.el: Remove obsolete comment.
3567 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3569         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
3571 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
3573         * simple.el: Revert previous change, at request of RMS:
3574         (fundamental-mode-hook): Remove.
3575         (fundamental-mode): Run after-change-major-mode-hooks manually,
3576         and don't run the now-nonexistent fundamental-mode-hook.
3578 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
3580         * simple.el (fundamental-mode-hook): Declare new hook.
3581         (fundamental-mode): Run the new dedicated hook, and don't run
3582         after-change-major-mode-hooks manually anymore.
3584 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3586         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
3587         added columns of chars.  Remove support for the "no-meta-info" format.
3588         Prompted by Romain Francoise <romain@orebokech.com>.
3590 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
3592         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
3593         (gdb-mouse-until, gdb-mouse-jump): Use it.
3595 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
3597         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
3598         work when there is just an assembler buffer (no source buffer).
3600 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
3602         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
3603         just because the diff was produced using "-p" (--show-c-function).
3605 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
3607         * faces.el (frame-set-background-mode): Use `color-values' and
3608         `display-color-p', not `x-color-values' and `x-display-color-p'.
3609         (face-valid-attribute-values): Use `defined-colors' instead of
3610         `x-defined-colors'.
3612 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3614         * ps-print.ps: The ps-print commands without face printing should not
3615         print background color.  Reported by Leo <sdl.web@gmail.com>.
3616         (ps-print-version): New version 6.7.3.
3617         (ps-begin-job): New arg.  Fix ps-default-background and
3618         ps-default-foreground initialization.
3619         (ps-face-attributes): Fix doc string.
3620         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
3622         * printing.el: Fix ps-print link.
3624 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
3626         * faces.el (face-set-after-frame-default): Compile attributes to
3627         be set by frame parameters before merging in X resources.
3629 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
3631         * simple.el (blink-matching-paren-dont-ignore-comments):
3632         (blink-matching-paren-on-screen): Doc fixes.
3634 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
3636         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
3638 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
3640         * loadhist.el (unload-feature): Silently ignore `load-history' entries
3641         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
3642         entries like `defun'.  Return nil.
3644 2007-02-05  Kim F. Storm  <storm@cua.dk>
3646         * ido.el: Doc fixes.
3648 2007-02-04  David Kastrup  <dak@gnu.org>
3650         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
3651         `mpuz-allow-double-multiplicator' is non-zero, and correct
3652         calculation of `min'.
3654 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3656         * wid-edit.el (widget-default-create): Insert new text at the
3657         :from marker _after_ the marker, not before it.
3659 2007-02-04  Alan Mackenzie  <acm@muc.de>
3661         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
3662         containing it is re-indented.
3664 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3666         * net/newsticker.el (newsticker--insert-image): Update docstring,
3667         and insert the image directly.
3668         (newsticker--buffer-redraw): Update docstring.
3670         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3671         Rename from define-global-minor-mode.
3673         * progmodes/cwarn.el (global-cwarn-mode):
3674         * emacs-lisp/autoload.el (make-autoload):
3675         * hi-lock.el (global-hi-lock-mode):
3676         * font-core.el (global-font-lock-mode): All callers changed.
3678 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
3680         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
3681         Don't copy @ignore lines into menu descriptions.
3682         (texinfo-multi-file-update): Goto the @node line before attempting
3683         to pluck the node name.
3684         (texinfo-multiple-files-update): Reverse the optional arguments'
3685         order, as per the doc string and the `interactive' form.
3687 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3689         * image-mode.el: Use autoload to avoid overriding disabled setting
3690         applied in .emacs.
3692 2007-02-03  Alan Mackenzie  <acm@muc.de>
3694         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
3695         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
3696         adjacent paren groups).
3698 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3700         * progmodes/ebnf2ps.el: Doc fixes.
3701         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
3703 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3705         * dired-x.el (dired-do-relsymlink): Add reference to
3706         dired-do-symlink.  Add an autoload cookie.
3708         * dired-aux.el (dired-do-symlink): Add reference to
3709         dired-do-relsymlink.
3711 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
3713         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
3714         <left-fringe mouse-3>: New bindings.
3716 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
3718         * newsticker.el (newsticker-version): Changed to "1.10".
3719         (newsticker--set-customvar): Doc string.
3720         (newsticker-new-item-face): Doc string.
3721         (newsticker-mode): Initialize `invisibility-spec' with t.
3722         (newsticker-mode-map): Added
3723         `newsticker-mark-all-items-at-point-as-read'.
3724         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
3725         (newsticker-w3m-show-inline-images): Do not call
3726         `w3m-remove-image'.
3727         (newsticker--buffer-after-w3m-insert-image): New advice for
3728         w3m-insert-image to cache images.
3729         (newsticker-next-item-same-feed): New.
3730         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
3731         (newsticker-mark-all-items-of-feed-as-read): New.
3732         (newsticker-mark-all-items-at-point-as-read): Use new functions.
3733         (newsticker-mark-item-at-point-as-read): Doc string.
3734         (newsticker-mark-item-at-point-as-read): Use new functions.
3735         (newsticker--do-mark-item-at-point-as-read): New, extracted from
3736         `newsticker-mark-item-at-point-as-read'.
3737         (newsticker-hide-entry): Use (t) instead of t for invisibility.
3738         (newsticker--sentinel): Yet another xml-parser workaround.
3739         (newsticker--decode-iso8601-date): Bugfix for datestrings without
3740         days.
3741         (newsticker--buffer-do-insert-text): Fix.
3742         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
3743         (newsticker--buffer-make-item-completely-visible):
3744         `switch-to-buffer' not necessary.
3746 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3748         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
3749         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
3750         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
3751         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
3752         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
3754 2007-02-02  Kenichi Handa  <handa@m17n.org>
3756         * international/quail.el (quail-show-key): Fix an error message.
3758 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3760         * faces.el (set-face-underline-p, modify-face): Rename arg
3761         UNDERLINE-P to UNDERLINE (it is not a flag).
3763 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
3765         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
3766         when adding gdb-speedbar-update to gdb-input-queue.
3768 2007-02-01  Kenichi Handa  <handa@m17n.org>
3770         * international/quail.el (quail-show-key): Signal an error if the
3771         current input method is not using Quail.
3773 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
3775         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
3776         Trim leading whitespace in sysvar names.
3778 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3780         * faces.el (internal-find-face, internal-get-face): Doc fixes.
3782 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
3784         * ido.el (ido-set-common-completion): Use `let', not `let*'.
3786 2007-01-31  Romain Francoise  <romain@orebokech.com>
3788         * comint.el: Delete extra copy of `comint-copy-old-input' added in
3789         previous change to this file.
3791 2007-01-31  Jason Rumney  <jasonr@gnu.org>
3793         * files.el (magic-mode-alist): Use image-mode-maybe rather than
3794         image-mode.
3796         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
3797         interfering with attempt to set major mode from modified
3798         auto-mode-alist.
3800 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
3802         * faces.el (color-values): Doc fix.
3803         (face-differs-from-default-p): Don't check :foreground twice.
3805 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
3807         * comint.el (comint-mode): Prevent non-keyword fontification by default.
3809 2007-01-31  Kenichi Handa  <handa@m17n.org>
3811         * international/quail.el (quail-store-decode-map-key): Store a
3812         translated character too.
3813         (quail-char-equal-p): New function.
3814         (quail-find-key1): Check character equality by quail-char-equal-p.
3815         (quail-decode-map-generated): New variable.
3816         (quail-find-key): Check quail-decode-map-generated and re-generate
3817         a decode map if necessary.
3819 2007-01-30  Richard Stallman  <rms@gnu.org>
3821         * tutorial.el (tutorial--detailed-help): Make the list of
3822         changed keys look nicer.
3824 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
3826         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
3827         (gdb-var-delete): Use it.
3828         (gdb-var-update-handler-1): Handle value "invalid" for MI field
3829         `in_scope'.
3831 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
3833         * files.el (get-free-disk-space): Return nil for remote directories.
3835         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
3836         instead of "dir".
3838 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
3840         * type-break.el (type-break-catch-up-event): New function.
3841         (type-break-demo-hanoi, type-break-demo-life)
3842         (type-break-demo-boring): Use it.
3844         * image-mode.el (image-mode): Don't automatically view as image.
3845         (image-toggle-display): Add `disabled' property.
3847 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3849         * isearchb.el (isearchb-iswitchb):
3850         * ps-print.el (ps-build-face-reference):
3851         * emacs-lisp/shadow.el (list-load-path-shadows):
3852         * eshell/esh-cmd.el (eshell-rewrite-for-command):
3853         * international/mule.el (find-auto-coding):
3854         * mail/supercite.el (sc-attrib-selection-list):
3855         * progmodes/cc-defs.el (c-emacs-features):
3856         * progmodes/cc-vars.el (c-offsets-alist):
3857         * progmodes/flymake.el
3858         (flymake-init-create-temp-source-and-master-buffer-copy):
3859         Fix typos in docstrings (some suggested by Chris Moore).
3861         * progmodes/vhdl-mode.el (vhdl-components-package-name)
3862         (vhdl-get-library-unit, vhdl-corresponding-begin)
3863         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
3864         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
3865         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
3866         (vhdl-font-lock-match-item): Fix typos in docstrings.
3867         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
3868         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
3869         (vhdl-speedbar-insert-project-hierarchy):
3870         Improve argument/docstring consistency.
3872 2007-01-29  Kenichi Handa  <handa@m17n.org>
3874         * international/titdic-cnv.el (py-converter): Fix previous change.
3876 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
3878         * jka-compr.el (jka-compr-partial-uncompress)
3879         (jka-compr-call-process): Rebind default-directory if it is
3880         invalid.  Suggested by Chris Moore.
3882         * comint.el (comint-insert-input): Handle situation where the
3883         selected buffer is not the clicked buffer.
3885 2007-01-29  Kenichi Handa  <handa@m17n.org>
3887         * international/ja-dic-cnv.el (skkdic-convert):
3888         Add byte-compile-disable-print-circle:t at the head.
3890         * international/titdic-cnv.el (tit-process-header):
3891         Add byte-compile-disable-print-circle:t at the head.
3892         (miscdic-convert): Likewise.
3893         (py-converter): Skip the header comments.
3895         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
3896         New variable.
3897         (byte-compile-output-file-form): Bing print-circle to nil if
3898         byte-compile-output-file-form is not nil.
3899         (byte-compile-output-docform): Likewise.
3901 2007-01-28  Kim F. Storm  <storm@cua.dk>
3903         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
3904         Declare earlier to avoid byte compiler warnings.
3906 2007-01-28  Markus Triska  <markus.triska@gmx.at>
3908         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
3910 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
3912         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
3913         (gamegrid-add-score-with-update-game-score-1): Allow local quits
3914         when calling update-game-score program.  Remove unnecessary
3915         save-excursion.
3917         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
3919 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
3921         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
3922         avoid compiler warning.
3923         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
3924         might have values other than "true" or "false".
3926 2007-01-28  Richard Stallman  <rms@gnu.org>
3928         * textmodes/fill.el (fill-paragraph-function): Doc fix.
3929         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
3931         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
3933         * image.el (image-type-header-regexps): Make GIF regex more specific.
3935         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
3936         Don't check `backspace'.
3937         (tutorial--find-changed-keys): Look up bindings in a temp buffer
3938         in Fundamental mode.
3940         * startup.el (fancy-splash-text, normal-splash-screen):
3941         Mention C-g.
3943         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
3944         when inserting in buffer.
3946         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
3947         inside the if.
3949 2007-01-27  Richard Stallman  <rms@gnu.org>
3951         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
3953 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
3955         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
3956         enum/union/struct/class definition.
3957         Revert change to call `forward-sexp' multiple times.
3959 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
3961         * files.el (hack-local-variables-confirm): Don't keep trying to
3962         read an event from an empty kbd macro.
3964 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
3966         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
3968 2007-01-27  Ben North  <ben@redfrontdoor.org>
3970         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
3971         the arg CHILDREN -> WHICH.
3973 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
3975         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
3976         default-directory to a sane value when calling start-process.
3978 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
3980         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
3981         (ls-lisp-format-time-list): Doc fix.  Mention
3982         ls-lisp-use-localized-time-format.
3983         (ls-lisp-format-time): Use ls-lisp-format-time-list if
3984         ls-lisp-use-localized-time-format is non-nil, even if a valid
3985         locale is defined.
3987 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
3989         * jka-compr.el (jka-compr-shell): Doc fix.
3991         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
3993 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3995         * ps-print.ps: Fix background height.
3996         (ps-print-version): New version 6.7.2.
3998 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
4000         * makefile.w32-in (finder-data, custom-deps): Depend on
4001         $(lisp)/loaddefs.el.
4003 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4005         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4007 2007-01-24  Miles Bader  <miles@gnu.org>
4009         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4010         (byte-compile-output-docform): Bind `print-circle' to t.
4012 2007-01-24  Kenichi Handa  <handa@m17n.org>
4014         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4015         file name of the original SKK dictionary file.
4017 2007-01-24  Kim F. Storm  <storm@cua.dk>
4019         * ido.el (ido-initial-position): New variable.
4020         (ido-read-internal): Set it if default item is specified.
4021         (ido-minibuffer-setup): Position cursor accordingly if set.
4022         (ido-edit-input): C-e moves to end of input if not already there.
4023         (ido-magic-backward-char): C-b does like M-b if prev char is /.
4024         Don't switch to buffer mode if repeating C-b at start of input.
4025         (ido-toggle-ignore): C-a only toggles ignore at start or end of
4026         input; else it moves to start of input.
4027         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4028         not at end of input, delete rest of input, rather than normal op.
4030 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4032         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
4034         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4035         of message.  Activate mark.
4036         (ediff-activate-mark): Set transient-mark-mode to t.
4038         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4040 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
4042         * help-fns.el (describe-variable): Don't suppress display of
4043         buffer local value when the value is "large".
4045 2007-01-22  Kim F. Storm  <storm@cua.dk>
4047         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4048         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4049         (ido-tidy): Use ido-active.
4051 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
4053         * hexl.el (hexl-mode-exit): Add missing quote.
4055 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4057         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4058         (mac-ae-keyboard-modifiers): New function.
4059         (mac-handle-toolbar-switch-mode): Use it.
4060         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
4061         if keyboard modifiers on drop contain option key.
4062         (mac-dnd-drop-data): Add optional argument `action'.
4063         (special-event-map): Remove binding for M-drag-n-drop.
4065 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
4067         * add-log.el (add-log-current-defun): Use CC Mode functions to
4068         find the beginning and end of a defun.
4070 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
4072         * progmodes/gdb-ui.el (gdb-var-create-regexp)
4073         (gdb-var-create-handler): Handle value field in GDB output of
4074         -var-create.
4075         (gdb-max-frames): New variable.
4076         (gdb-stack-buffer, gdb-frames-select): Use it.
4077         (gdb-info-stack-custom): Help user customize gdb-max-frames,
4078         if necessary.
4079         (gdb-get-frame-number): Simplify.
4081 2007-01-21  Glenn Morris  <rgm@gnu.org>
4083         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4084         Update copyrights.
4086 2007-01-21  Alan Mackenzie  <acm@muc.de>
4088         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4089         handling of K&R stuff.
4091 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4093         * textmodes/bibtex.el (bibtex-files): Fix customization type.
4095 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4097         * ps-print.el: Handle frame parameters (background and/or foreground
4098         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
4099         (ps-print-version): New version 6.7.1.
4100         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4101         (ps-frame-parameter): New fun.
4102         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4103         Fix doc and customization.
4104         (ps-begin-job): Get frame parameters (background and/or foreground
4105         colors).
4106         (ps-do-despool): Ensure ps-printer-name has a valid value.
4108 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
4110         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4111         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4112         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4113         mean unlimited.
4115 2007-01-20  Alan Mackenzie  <acm@muc.de>
4117         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4118         much more rigorous analysis of putative K&R regions.
4120 2007-01-20  Alan Mackenzie  <acm@muc.de>
4122         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4123         New functions.
4125 2007-01-20  Alan Mackenzie  <acm@muc.de>
4127         * progmodes/cc-align.el, progmodes/cc-cmds.el,
4128         * progmodes/cc-defs.el, progmodes/cc-engine.el,
4129         * progmodes/cc-langs.el, progmodes/cc-styles.el,
4130         * progmodes/cc-vars.el: Add my name.
4132 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
4134         * files.el (find-alternate-file): Revert query message to Emacs 21
4135         version.
4137 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4139         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4140         the doc string how to use personal abbrevs without electric
4141         keywords.
4143 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4145         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4146         Fixed cursor position when toggle abbreviated display.
4148 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
4150         * t-mouse.el: Update copyright following assignment by
4151         Alessandro Rubini.
4153 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
4155         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4156         (type-break-demo-boring): Call read-event instead of read-char.
4158 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
4160         * progmodes/compile.el: Add handling for makepplog.
4162 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4164         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4165         aspell dictionaries are initialized when called non-interactively.
4167 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
4169         * progmodes/compile.el (compilation-loop): New arg limit.
4170         Handle case where the first error is at point-min.
4171         (compilation-next-error): New arg to compilation-loop call.
4173 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
4175         * info.el (Info-default-dirs): Change default info dir to
4176         share/info.
4178         * paths.el (Info-default-directory-list): Ditto.
4180 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
4182         * hexl.el (hexl-before-revert-hook): New function.
4183         (hexl-mode): Use it.
4184         (hexl-after-revert-hook): Just call hexl-mode.
4185         (hexl-mode-exit): Remove before-revert-hook.
4187 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4189         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4191 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
4193         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4194         by "-" in francais7 otherchars entry.
4195         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4196         otherchars entry.
4198 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
4200         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4201         path.  Rewrite function in `cond' style for readability.
4203         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4204         (The path shortening, that is, not the rearrarangement.)
4206 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4208         * term/mac-win.el (mac-ae-quit-application): New function.
4209         (mac-apple-event-map): Bind "quit application" Apple event to it.
4211 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4213         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4214         than the program's output.
4216 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4218         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4219         (kmacro-start-macro-or-insert-counter)
4220         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4221         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4223         * longlines.el (longlines-show-hard-newlines):
4224         * ruler-mode.el (ruler-mode-ruler):
4225         * emulation/keypad.el (keypad-setup):
4226         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4227         Fix typo in docstring.
4229 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
4231         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4232         Remove redirect character ">".
4234 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
4236         * replace.el (perform-replace): Remove leftover code.
4238 2007-01-12  Richard Stallman  <rms@gnu.org>
4240         * replace.el (perform-replace): Don't clear NODENT when computing
4241         the replacement string.
4243 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
4245         * net/tramp.el (tramp-handle-file-local-copy):
4246         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
4247         <christopher.ian.moore@gmail.com>.
4249 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4251         * diff-mode.el (diff-sanity-check-context-hunk-half)
4252         (diff-sanity-check-hunk): New functions.
4253         (diff-find-source-location): Use'em to check the hunks are well-formed.
4255         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4256         activate undo when undo is not active.
4257         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4259 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4261         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4262         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4263         (ffap-url-at-point): Use char-classes rather than "a-z".
4265 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
4267         * ediff-init.el (ediff-autostore-merges):
4268         * textmodes/fill.el (fill-region): Doc fix.
4270 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4272         * server.el (server-ensure-safe-dir): UIDs may be floats.
4274 2007-01-10  Richard Stallman  <rms@gnu.org>
4276         * battery.el (battery-linux-proc-acpi): Use ignore-errors
4277         around calls to directory-files.
4279         * subr.el (momentary-string-display): Use save-excursion.
4281         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4282         argument, but read it as `X' does.
4284 2007-01-09  Juri Linkov  <juri@jurta.org>
4286         * info.el (Info-fontify-node): Don't hide node names of index entries.
4288         * faces.el (momentary): Change :group to basic-faces where all
4289         basic faces belong to.  Add :version.
4291 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4293         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4294         keybinding is found.
4295         (tutorial--find-changed-keys): Never treat null keybinding as a
4296         remapping.
4298 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
4300         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4302 2007-01-09  Kenichi Handa  <handa@m17n.org>
4304         * international/mule-cmds.el
4305         (select-safe-coding-system-interactively): Fix message.
4307 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
4309         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4310         (tramp-process-actions): Add optional parameter TIMEOUT.
4311         (tramp-open-connection-telnet, tramp-open-connection-rsh)
4312         (tramp-open-connection-su): Add timeout of 60".
4314 2007-01-09  Richard Stallman  <rms@gnu.org>
4316         * progmodes/compile.el (compile): Doc fix.
4318 2007-01-09  Markus Triska  <markus.triska@gmx.at>
4320         * tumme.el (tumme-display-thumb): Doc fix.
4322 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
4324         * battery.el (battery-search-for-one-match-in-files):
4325         * bindings.el (mode-line-minor-mode-help):
4326         * x-dnd.el (x-dnd-types-alist):
4327         * calendar/icalendar.el (icalendar-import-buffer):
4328         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4330         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4332 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
4334         * replace.el (replace-regexp): Fix typo in docstring.
4336 2007-01-07  Alan Mackenzie  <acm@muc.de>
4338         * progmodes/cc-langs.el (c-operators, c-filter-ops):
4339         Amend doc-string and comments.
4341 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
4343         * files.el (abbreviate-file-name): Doc fix.
4345 2007-01-06  Markus Triska  <triska@gmx.at>
4347         * subr.el (split-string): Remove spurious ")" from doc string.
4349 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
4351         * textmodes/table.el (table--warn-incompatibility):
4352         Use display-warning instead of momentary-string-display.
4354 2007-01-05  Richard Stallman  <rms@gnu.org>
4356         * image.el (image-type-header-regexps): Recognize xbm more strictly.
4358         * simple.el (backward-kill-word): Doc fix.
4360 2007-01-05  Romain Francoise  <romain@orebokech.com>
4362         * international/mule.el (sgml-html-meta-auto-coding-function):
4363         Ensure that the buffer contains a HTML document.
4365 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4367         * faces.el (momentary): Move here ...
4368         * subr.el (momentary): ... from here.
4370 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
4372         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4373         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4374         large structures/arrays.
4376 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
4378         * files.el (find-file-noselect-1, set-visited-file-name):
4379         Allow backup-enable-predicate to be nil.
4381 2007-01-04  Andreas Schwab  <schwab@suse.de>
4383         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4384         last change.
4386 2007-01-03  Richard Stallman  <rms@gnu.org>
4388         * woman.el (woman-decode-buffer): Clarify error message.
4390 2007-01-03  Alan Mackenzie  <acm@muc.de>
4392         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
4394 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
4396         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
4398 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4400         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
4402 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
4404         * emulation/viper.el (viper-custom-file-name, viper-mode):
4405         Fix typos in docstrings.
4407         * subr.el (momentary-string-display): After moving point, set POS
4408         variable to it to avoid later errors once the buffer is modified.
4409         Doc fix.
4411 2007-01-02  Alan Mackenzie  <acm@muc.de>
4413         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
4414         check that the "*/" is present before trying to manipulate it.
4416 2007-01-02  Richard Stallman  <rms@gnu.org>
4418         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4420         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
4421         Fix format of value.
4423         * cus-edit.el (customize-unsaved): Rename from customize-customized.
4424         Change messages accordingly.
4425         (customize-customized): Now alias.
4427 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
4429         * files.el (version-control): Doc fix.
4431 2007-01-01  Alan Mackenzie  <acm@muc.de>
4433         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
4434         Check the format of c-state-cache is valid for an optimisation before
4435         using it.
4437         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
4438         are at a statement within a macro".  Other changes so that only
4439         the first continuation line in a macro gets the symbol
4440         `cpp-define-intro', the others getting `statement', or whatever.
4442         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
4443         a string, preserve whitespace.  Add a backslash only when also in
4444         a macro.
4446         * progmodes/cc-defs.el: Correct typos.
4448         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
4449         new line after an escaped EOL in a string.
4451         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
4452         label when it directly follows "else", "do", ....
4454         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
4455         angle brackets (as seen in "explicit specialisations" of C++
4456         templates).
4458         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
4459         in the doc-string.
4461         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
4462         when the comment ender looks like "=========*/" and is alone on
4463         its line.
4465         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
4466         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
4467         for the old name.
4469         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
4470         c-\(beginning\|end\)-of-defun by default.
4472         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
4473         New line-up function, for the DEFUN macro in the Emacs C sources.
4474         Only used in "gnu" style.
4476         * progmodes/cc-styles.el (c-style-alist): Use this new function in
4477         the "gnu" style.
4479         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
4480         clean-up comment-close-slash also to work when there's a comment
4481         terminator on the line.
4482         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
4483         these for large arg - only take account of top level {..}, except
4484         for initial and final adjustments.  M-- C-M-[ae] now go to the
4485         right defuns when the starting point is between defuns.  They use
4486         the four new functions:
4487         (c-in-function-trailer-p, c-where-wrt-brace-construct)
4488         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
4489         support c-\(beginning\|end\)-of-defun.
4491         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
4492         expressions more rigorously, to exclude bit-field specifiers from
4493         being classed as labels.
4494         (c-forward-label): When analyzing a ":" within a macro, be careful
4495         about using c-forward-syntactic-ws at the macro beginning.
4496         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
4497         stmt boundary, check for "operator=", etc.
4499         * progmodes/cc-mode.el (c-postprocess-file-styles):
4500         Bind inhibit-read-only to t, around the call to
4501         c-remove-any-local-eval-or-mode-variables, so that it works on a
4502         RO file.
4504         * progmodes/cc-defs.el (c-version): Update the version number to
4505         "5.31.4".
4507 2007-01-01  Richard Stallman  <rms@gnu.org>
4509         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
4510         only if we restored isearch-window-configuration.
4512 2006-12-31  Romain Francoise  <romain@orebokech.com>
4514         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
4516 2006-12-31  Kim F. Storm  <storm@cua.dk>
4518         * files.el (auto-mode-case-fold): New defcustom.
4519         (set-auto-mode): If non-nil, perform second case-sensitive pass
4520         through auto-mode-alist if first pass failed.
4522 2006-12-30  Richard Stallman  <rms@gnu.org>
4524         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
4526 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
4528         * allout.el (allout-encrypt-string): Handle symmetric-key
4529         passphrase caching but leave keypair caching to pgg.
4531 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
4533         Sync with Tramp 2.0.55.
4535         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
4536         `integerp'.  `char-equal' could fail else in case of negative
4537         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
4538         (top): Check for `font-lock-add-keywords' before calling; it
4539         doesn't exist under XEmacs.
4540         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
4541         (tramp-completion-mode): Remove clause (not
4542         tramp-unified-filenames), because the function is called in other
4543         context too, where this check results in wrong results in the
4544         XEmacs case on Windows.
4545         (tramp-touch): UTC handling is not possible for XEmacs.
4547 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4549         * scroll-bar.el (previous-scroll-bar-mode): New variable
4550         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
4551         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
4553         * term/x-win.el: Set scroll bar mode to right if set by X resources.
4555 2006-12-30  Richard Stallman  <rms@gnu.org>
4557         * files.el (make-backup-file-name-1): Precompute abs name
4558         but don't lose the relative name.
4560         * international/mule-cmds.el (select-safe-coding-system-interactively):
4561         Fix message.
4563 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4565         * files.el (backup-buffer): Show entire backup file name in msg.
4567 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
4569         * image.el (image-type-header-regexps, image-type-from-data)
4570         (image-type-from-buffer, image-type-from-file-header):
4571         Revert changes from 2006-12-26.
4572         (image-type-auto-detectable): New variable.
4573         (image-type-auto-detected-p): New function.
4575         * files.el (magic-mode-alist): Detect image files with
4576         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
4578 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
4580         * dired.el (dired-sort-other): Move test for dired-mode...
4581         (dired-sort-set-modeline): ...to here.
4583 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4585         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
4586         change.  Suggested by Stefan Monnier.
4588 2006-12-29  Kim F. Storm  <storm@cua.dk>
4590         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
4591         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
4593 2006-12-27  Kim F. Storm  <storm@cua.dk>
4595         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
4596         so it doesn't accidentally match an fsf.org mail address.
4597         (authors-renamed-files-alist): Add tcover-*.el.
4599 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4601         * vc-arch.el (vc-arch-find-version): New function.
4603         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
4604         composed of arbitrary characters (even /) in some systems.
4606 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
4608         * international/mule-cmds.el (select-safe-coding-system-interactively):
4609         Improve the message in the *Warning* buffer.
4611 2006-12-27  Kim F. Storm  <storm@cua.dk>
4613         * ido.el (ido-set-matches-1): Fix last change.  If default item is
4614         current buffer, it is ok to be first.
4616 2006-12-27  Kenichi Handa  <handa@m17n.org>
4618         * international/mule-cmds.el (select-safe-coding-system-interactively):
4619         Use face `link' for problematic chars.
4621 2006-12-27  Kenichi Handa  <handa@m17n.org>
4623         * international/mule-cmds.el (select-safe-coding-system-interactively):
4624         Improve the message in *Warning* buffer.
4626 2006-12-27  Kim F. Storm  <storm@cua.dk>
4628         * ido.el (ido-set-matches-1): Never put current buffer first if
4629         there are other matches.
4631 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
4633         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
4634         expressions.
4635         (gdb-var-delete): Handle duplicate names.  Print message for non
4636         root expressions.
4637         (gdb-partial-output-name): Start buffer name with a space.
4638         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
4639         buffer name.
4641 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4643         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
4644         last footnote when `footnote-spaced-footnotes' is nil.
4646 2006-12-26  Richard Stallman  <rms@gnu.org>
4648         * cus-edit.el (custom-browse-sort-alphabetically)
4649         (custom-buffer-sort-alphabetically)
4650         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
4652         * image.el (image-type-header-regexps): Change element format
4653         to include third item NOT-ALWAYS.
4654         (image-type-from-data): Handle new format.
4655         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
4656         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
4658 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
4660         * add-log.el (add-log-current-defun): Call `forward-sexp'
4661         multiple times to pick a member function name defined as
4662         part of nested classes/namespaces.
4664 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4666         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
4667         which keymap should be used to change menu.  It does not affect any
4668         existent code.
4670 2006-12-26  Richard Stallman  <rms@gnu.org>
4672         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
4673         rather than for being in a minibuffer window.
4675 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
4677         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
4678         locale-coding-system.
4679         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
4680         LF.
4682 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
4684         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
4685         (sql-mode-syntax-table): Disable double quoted strings.
4686         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
4688 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4690         * startup.el (fancy-splash-last-input-event): New variable.
4691         (fancy-splash-special-event-action): New function.
4692         (fancy-splash-screens): Temporarily bind special events to it.
4693         Execute command for saved special event before exiting from
4694         recursive editing.
4696         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
4697         New functions.
4698         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
4699         Use mac-unread-string.
4701 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4703         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
4704         an optimized comment regexp if `comment-start-skip' uses a ^.
4705         * bs.el (bs--up): Remove interactive spec.
4707 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
4709         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
4710         Suggested by James Cloos.
4712 2006-12-24  Kevin Ryde  <user42@zip.com.au>
4714         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
4715         in March.
4716         (calendar-dst-ends): Default to first Sunday in November.
4718 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
4720         * allout.el (allout-encrypt-string): Inhibit use of agent within
4721         body of let form where encryption happens.  Acknowledge non-use of
4722         gpg-agent in docstring.
4723         (allout-toggle-subtree-encryption): Acknowledge non-use of
4724         gpg-agent in docstring.
4726 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
4728         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
4730 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4732         * ediff-diff.el (ediff-diff-options): Clarify docstring.
4733         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
4735         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
4736         in hooks.
4737         (viper-add-newline-at-eob-if-necessary): Add newline only if we
4738         actually modify buffer; ignore errors if occur.
4740 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
4742         * calendar/calendar.el (calendar-mode-map): Switch < and >.
4743         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
4744         formatting.
4746 2006-12-23  Richard Stallman  <rms@gnu.org>
4748         * simple.el (delete-horizontal-space): Doc fix.
4750 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
4752         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
4753         explicitly in a recursive Make, not implicitly through prerequisites,
4754         since the latter is wrong under parallel builds.
4756 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
4758         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
4760 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4762         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
4763         message string.
4765 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
4767         * outline.el (outline-next-visible-heading): Fix the case with a
4768         header at end-of-file with no final newline.
4770 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
4772         * indent.el (tab-always-indent): Doc fix.
4774 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
4776         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
4777         (Info-fontify-node): Do fontify indices.
4779         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
4780         to the Emacs Lisp reference manual.
4781         (tutorial--tab-map): Remove.  All callers changed.
4782         (tutorial--find-changed-keys): New elt QUIET, used to...
4783         (tutorial--display-changes): ...ensure that warning messages are
4784         only issued once per changed key.
4785         (tutorial--remove-remarks): Delete unused code-path.
4786         (lang-strings): Remove extraneous formatting.
4787         (tutorial--save-tutorial): Prompt before saving tutorial state.
4789 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
4791         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
4792         Replace '?\ ' by '?\s' throughout.
4793         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
4794         `help' custom group.
4795         (tutorial--key-description): New function.
4796         (tutorial--display-changes): Remove redundant arg.  Scan for all
4797         key sequences to avoid false matches.  Cleanup.
4798         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
4799         reduce homedir pollution.
4800         (help-with-tutorial): Call tutorial--display-changes with no arg.
4802 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
4804         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
4806 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
4808         * net/tramp.el (tramp-default-method): We still need to check for
4809         `executable-find', because it is not bound under Emacs 20.
4810         (tramp-handle-file-name-completion)
4811         (tramp-completion-handle-file-name-completion): Handle optional
4812         parameter PREDICATE.
4813         (tramp-find-default-method): Add code for default values.
4815 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
4817         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
4818         make gud-go send "continue".
4820 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
4822         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
4823         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
4825 2006-12-19  Kim F. Storm  <storm@cua.dk>
4827         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
4828         instead of global-map.
4830         * files.el (magic-mode-alist): Allow matching file type by
4831         calling a function at bob.  Check for image types by calling
4832         image-type-from-buffer.  Suggested by Juanma Barranquero.
4833         (set-auto-mode): Do it.
4835 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
4837         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
4838         Remove "ControlMaster" option from the other `scp*' methods.
4839         (tramp-default-method): Check for ssh-agent before setting to `scp'.
4841 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
4843         * textmodes/org.el (org-mode): Show context after isearch.
4844         (org-show-siblings): New function.
4845         (org-show-context): Use `org-show-siblings'.
4847 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4849         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
4850         Use syntax-ppss-toplevel-pos.
4852 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
4854         * textmodes/org.el (org-current-line): Make sure that lines are
4855         counted from beginning of buffer.
4856         (org-table-copy-region, org-table-paste-rectangle): Make sure that
4857         lines are counted from beginning of buffer.
4859 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4861         * info.el (Info-build-node-completions): Signal error if tag-table
4862         marker is not found.
4864         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4866 2006-12-17  Alan Mackenzie  <acm@muc.de>
4868         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
4869         speed) the case when open-paren-in-column-0-is-defun-start is nil.
4870         Based on code by Martin Rudalics.
4872         * progmodes/cc-mode.el (c-basic-common-init): Don't set
4873         open-paren-in-column-0-is-defun-start to nil any more.
4875 2006-12-17  Richard Stallman  <rms@gnu.org>
4877         * simple.el (delete-horizontal-space): Use prefix arg.
4879         * help-fns.el (describe-variable): Improve blank separator lines.
4881         * files.el (magic-mode-alist): Mark as risky.
4883         * files.el (make-backup-file-name-1):
4884         Expand backup-directory explicitly.
4886 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
4888         * net/tramp.el (tramp-default-method): Before setting to "pscp",
4889         check whether package password.el is loaded, or Pageant is running.
4891 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
4893         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
4894         (icalendar--rris): First try Emacs, then XEmacs.
4895         (icalendar--convert-ical-to-diary): Doc fix.
4896         Insert newline at end of target file.
4898 2006-12-17  Kim F. Storm  <storm@cua.dk>
4900         * outline.el (outline-isearch-open-invisible-function): New defvar.
4901         (outline-flag-region): Use it if non-nil for isearch-open-invisible
4902         overlay property instead of outline-isearch-open-invisible.
4904 2006-12-16  Kim F. Storm  <storm@cua.dk>
4906         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
4907         if ido-directory-too-big is set on entry.
4908         (ido-toggle-ignore, ido-completion-help): Print message while
4909         reading big directory.
4911 2006-12-15  Richard Stallman  <rms@gnu.org>
4913         * shell.el (shell): Doc fix.
4915 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
4917         * emulation/edt.el (edt-xserver):
4918         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
4919         to fix a problem on Cygwin.
4921         * emulation/edt.el
4922         * emulation/edt-mapper.el
4923         * emulation/edt-lk201.el
4924         * emulation/edt-pc.el
4925         * emulation/edt-vt100.el: Update maintainer's email address.
4927 2006-12-15  Simon Marshall  <simon@gnu.org>
4929         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
4931 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4933         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
4934         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
4935         instead of mac-atsu-font-table.
4936         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
4938 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
4940         * align.el (align-match-tex-pattern): Fix a rare bug which
4941         hanged Emacs.
4943 2006-12-14  Richard Stallman  <rms@gnu.org>
4945         * startup.el (use-fancy-splash-screens-p): Use frame-height
4946         instead of window-height.  Pass frame to image-size.
4948 2006-12-13  Kenichi Handa  <handa@m17n.org>
4950         * international/mule-cmds.el (set-locale-environment):
4951         Set default-sendmail-coding-system too.
4953 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
4955         * progmodes/idlw-help.el: Fix copyright notice.
4957 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4959         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
4961 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
4963         * subr.el (unread-command-char): Reformat obsolescence info.
4965 2006-12-11  Richard Stallman  <rms@gnu.org>
4967         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
4968         about calls to cl-struct-setf-expander.
4970 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
4972         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
4973         (ediff-combination-pattern): Fix typo in docstring.
4975         * textmodes/refer.el (refer-find-entry): Doc fix.
4976         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
4977         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
4978         Fix tipos in docstrings.
4980         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
4982 2006-12-10  Kim F. Storm  <storm@cua.dk>
4984         * ido.el (ido-init-completion-maps): Remap backward-kill-word
4985         instead of binding M-backspace.
4987 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
4989         * replace.el (replace-match-data, replace-match-maybe-edit):
4990         * calc/calc-aent.el (calc-eval-error):
4991         * emulation/vi.el (vi-char-argument):
4992         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
4993         (c-vsemi-status-unknown-p-fn): Doc fixes.
4995 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
4997         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
4998         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
5000 2006-12-10  Masatake YAMATO  <jet@gyve.org>
5002         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5004 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
5006         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5008         * man.el (Man-xref-button-action): New function.  If the
5009         `Man-target-string' button property is a function, assume it
5010         accepts a position argument.
5011         (Man-abstract-xref-man-page): Use it.
5012         (Man-default-man-entry): New optional arg POS.
5014         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5015         symlink arrows read-only and non-rear-sticky.
5017 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
5019         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5020         (wdired-search-and-rename): Simplify code.
5021         (wdired-preprocess-files, wdired-preprocess-perms): Make
5022         read-only property of preceding character rear-nonsticky to
5023         avoid that it can be modified.  Put old-name and old-link
5024         properties on character preceding name and replace
5025         put-text-property by add-text-properties.
5026         (wdired-get-filename, wdired-get-previous-link): Get old-name
5027         and old-link properties from character preceding name and
5028         simplify code.
5029         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5030         (wdired-perms-to-number): Make local-map property
5031         rear-nonsticky to avoid that text following permissions may be
5032         modified.  Use add-text-properties instead of put-text-property
5033         when changing a permission bit.
5034         (wdired-change-to-dired-mode): Remove stickiness properties.
5036 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
5038         * international/mule-cmds.el (register-input-method): Doc fix.
5040 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
5042         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5044 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5046         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5047         Force buffer local defs evaluation on local variables loading.
5048         (flyspell-mode-on, flyspell-mode-off): Use it in
5049         `hack-local-variables-hook'.
5051 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
5053         * emacs-lisp/find-func.el (find-variable): Doc fix.
5055         * help-fns.el (variable-at-point): Doc fix.
5057         * w32-fns.el (w32-append-code-lines): New function.
5059 2006-12-09  Romain Francoise  <romain@orebokech.com>
5061         * comint.el (comint-insert-input): Delete obsolete comment.
5063 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5065         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5066         current frame, in case we're connected to several displays.
5068 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
5070         * frame.el (other-frame): Doc fix.
5071         (set-frame-parameter): Fix typo in docstring.
5073 2006-12-07  Kim F. Storm  <storm@cua.dk>
5075         * info.el (Info-index): Strip leading colon from topic.
5077 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
5079         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5080         to pointers.
5082 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
5084         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5085         Trim out spurious class inheritance "None" entries.
5087 2006-12-05  Kim F. Storm  <storm@cua.dk>
5089         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5090         (cua-paste-pop): Rework last change for
5091         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5092         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5093         text inserted by the last M-y command.
5095 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5097         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5098         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5100         * shell.el (shell): Search the start file in ~/.emacs.d as
5101         `init_SHELLNAME.sh' instead.
5103 2006-12-05  Glenn Morris  <rgm@gnu.org>
5105         * progmodes/cperl-mode.el (cperl-mode)
5106         * progmodes/f90.el (f90-mode-abbrev-table)
5107         * progmodes/fortran.el (fortran-mode-abbrev-table)
5108         * progmodes/octave-mod.el (octave-abbrev-table)
5109         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5110         if abbrev-table is non-nil (saved user abbrevs may have been restored).
5112         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5113         clear abbrev table, else saved abbrevs will not be restored.
5115 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
5117         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5118         the call to `make-obsolete-variable', not in the docstring.
5120 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
5122         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5124 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5126         * progmodes/ebnf-abn.el:
5127         * progmodes/ebnf-bnf.el:
5128         * progmodes/ebnf-dtd.el:
5129         * progmodes/ebnf-ebx.el:
5130         * progmodes/ebnf-iso.el:
5131         * progmodes/ebnf-otz.el:
5132         * progmodes/ebnf-yac.el:
5133         * progmodes/ebnf2ps.el:
5134         * delim-col.el:
5135         * printing.el:
5136         * ps-bdf.el:
5137         * ps-mule.el:
5138         * ps-print.el: Remove 'Time-stamp' comment mark.
5140         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5141         'easy-menu-add-item' when called in Emacs 21 or higher.
5143 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
5145         * progmodes/ada-xref.el (ada-check-current): Doc fix.
5146         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
5148 2006-12-04  Kim F. Storm  <storm@cua.dk>
5150         * bindings.el (global-map): Bind [signal t] to ignore, to have
5151         user signals ignored by default.
5153 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
5155         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5156         Unicode data file pointed to by `describe-char-unicodedata-file'.
5158 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5160         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5161         O(n^2) regexp-search by anchoring the search.
5163 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
5165         * whitespace.el (whitespace-cleanup-internal): Use current
5166         argument for recursive call.
5168 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
5170         * net/tramp.el (tramp-methods): Add "ControlPath" and
5171         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
5172         Andreas Schwab <schwab@suse.de>.
5173         (tramp-do-copy-or-rename-file-out-of-band)
5174         (tramp-open-connection-rsh): Compute format spec for ?t.
5175         (tramp-process-actions): Trace command parameters.
5177 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
5179         * simple.el (toggle-truncate-lines): Clarify doc string.
5181         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5182         (gdb-speedbar-expand-node): Use it.
5184 2006-12-04  Richard Stallman  <rms@gnu.org>
5186         * progmodes/python.el (python-indent): Add safe-local-variable prop.
5188         * dired.el (dired-revert): Turn off dired-after-readin-hook
5189         around call to dired-readin.
5191         * menu-bar.el (menu-bar-make-toggle): Add "globally"
5192         to echo area messages.
5193         <indicate-empty-lines, case-fold-search>:
5194         Add "globally" to Help string.
5195         <case-fold-search>: MESSAGE arg need not say "globally".
5196         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5198 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
5200         * outline.el (outline-end-of-subtree): Don't leave an empty
5201         line hidden as we would a real next heading.
5203 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
5205         * allout.el (allout-ascend): Add an optional argument to preserve
5206         original position of point when unsuccessful.  Also, fix a
5207         docstring error.
5208         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5209         work again, using allout-ascend's new option.
5210         (allout-setup-mode-map): Extract from allout-mode to initialize
5211         allout-mode-map.  Call it on file load, so the mode docstring
5212         substitutions work even if allout mode has not yet been invoked.
5213         (allout-mode): Use new allout-setup-mode-map to track any keybinding
5214         customizations since the map was last processed.  Also, refine the
5215         docstring so it's ship-shape for release.
5216         (allout-default-layout, allout-beginning-of-line-cycles)
5217         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5218         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5219         (allout-version, allout-layout, allout-infer-body-reindent)
5220         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5221         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5222         (allout-previous-heading, allout-goto-prefix-doublechecked)
5223         (allout-current-bullet-pos, allout-next-sibling-leap)
5224         (allout-pre-command-business, allout-encrypted-type-prefix)
5225         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5226         (allout-rebullet-topic, allout-rebullet-topic-grunt)
5227         (allout-flag-region, allout-expose-topic, allout-expose-topic)
5228         (allout-old-expose-topic, allout-listify-exposed)
5229         (allout-process-exposed, allout-latex-verb-quote)
5230         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5231         (allout-toggle-current-subtree-encryption)
5232         (allout-toggle-subtree-encryption, allout-bullet-isearch):
5233         Remove extraneous open-paren and close paren string escapes.
5235 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
5237         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5238         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5239         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5240         Fix typos in docstrings.
5242 2006-12-03  Glenn Morris  <rgm@gnu.org>
5244         * progmodes/cc-align.el
5245         * progmodes/cc-awk.el
5246         * progmodes/cc-cmds.el
5247         * progmodes/cc-compat.el
5248         * progmodes/cc-defs.el
5249         * progmodes/cc-engine.el
5250         * progmodes/cc-langs.el
5251         * progmodes/cc-menus.el
5252         * progmodes/cc-mode.el
5253         * progmodes/cc-styles.el
5254         * progmodes/cc-vars.el
5255         * progmodes/vhdl-mode.el: Fix Copyright format.
5257 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
5259         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5260         initial down event.
5262 2006-12-02  Kim F. Storm  <storm@cua.dk>
5264         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5265         (cua-repeat-replace-region): Make M-v more robust.
5266         (cua-paste-pop-rotate-temporarily): New defcustom.
5267         (cua-paste-pop): Use it.
5268         (cua-auto-mark-last-change): New defcustom.
5269         (cua-pop-to-last-change): New helper function.
5270         (cua-set-mark): Use them.
5272 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
5274         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5275         mini-buffer message.
5277 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
5279         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5281 2006-12-01  Ben North  <ben@redfrontdoor.org>
5283         * paren.el: Fix the highlight overlay extension when the user types a
5284         sequence of char very fast just before the open parenthesis.
5286 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5288         * ps-mule.el: Eliminate Emacs 20 compatibility.
5290         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5291         (ps-print-version): New version 6.7.
5292         (ps-print-quote): Replace '?\ ' by '?\s'.
5294 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5296         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5297         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5298         (hexl-end-of-1k-page): Doc fixes.
5299         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5300         Fix typos in docstrings.
5302 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5304         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
5305         locally, i.e. without using file name handlers.
5306         (ido-read-internal): Allow mono letter host names, avoiding the
5307         `c:' problem by testing if the file exists locally.
5308         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5310 2006-11-30  Masatake YAMATO  <jet@gyve.org>
5312         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5313         to avoid bytecomp warnings.
5314         (hexl-mode-old-ruler-function): New variable.
5315         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5316         and `hl-line-range-function' after `require' hl-line.
5317         Then bind `hl-line-range-function' and `hl-line-face'.
5318         Don't require frame.  Don't use `with-no-warnings'.
5319         (hexl-activate-ruler): Store the original value of
5320         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5321         (hexl-mode-exit): Restore the original value of
5322         `ruler-mode-ruler-function'.
5324 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5326         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5327         (hexl-mode-old-hl-line-face): New variable.
5328         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5329         line when exit from the hexl-mode.
5331 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5333         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5334         Doc fixes.
5336         * international/fontset.el (create-fontset-from-ascii-font)
5337         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5338         (fontset-name-p): Fix typo in docstring.
5340         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5342 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5344         * ps-bdf.el: Fix maintainer email.
5346         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
5347         compatibility.
5349         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
5350         21 compatibility.
5351         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5352         Emacs 20 & 21.
5354 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
5356         * progmodes/idlwave.el (idlwave-auto-fill):
5357         Remove paragraph-start let to prevent auto-fill giving up.
5359 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
5361         * vt100-led.el (led-state): Fix typo in previous change.
5363 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5365         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5366         Fix interactive spec of the functions getting defined to make them
5367         work as documented.
5369 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
5371         * startup.el (fancy-splash-screens): Hide initial splash buffer.
5373 2006-11-28  Kim F. Storm  <storm@cua.dk>
5375         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
5376         icomplete-mode is enabled.
5378 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
5380         * textmodes/org.el (require): Require gnus-sum during compilation
5381         to avoid problem with a macro call.
5383 2006-11-28  Glenn Morris  <rgm@gnu.org>
5385         * emacs-lisp/authors.el (authors-aliases): Add new alias.
5387         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5388         (fortran-window-create-momentarily): Do not need string-to-char.
5390 2006-11-28  Richard Stallman  <rms@gnu.org>
5392         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5393         Replace incorrect use of assoc-default with a loop.
5395         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
5397         * simple.el (next-error-find-buffer): Improve messages.
5399         * files.el (revert-buffer): Special error message if file
5400         is now not readable.
5402         * facemenu.el (facemenu-add-new-face): Improve doc strings of
5403         constructed commands.
5405         * comint.el (comint-exec-1): Provide Emacs version and `comint'
5406         in INSIDE_EMACS.
5408 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5410         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5412         * server.el: Remove spurious * in docstrings.
5413         (server-process-filter): Exit from recursive editing before processing
5414         a new request.
5416 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
5418         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5419         line so hidden blocks will be correctly identified.
5421 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
5423         * ledit.el (ledit-save-defun, ledit-mode):
5424         * resume.el (resume-emacs-args-buffer):
5425         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5426         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5427         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5428         (command-send-input, command-kill-line):
5429         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5431         * autoarg.el (autoarg-kp-mode): Doc fix.
5433         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
5434         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
5435         (check-emacs-lock): Doc fix.  Simplify.
5437         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
5438         (iimage-mode-buffer): Fix typos in docstring.
5440         * misc.el (zap-up-to-char): Doc fix.
5442         * time-stamp.el: Fix comment and obsolescence string for old
5443         functions.  Use `dolist' instead of `while'.
5445         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
5447         * disp-table.el (standard-display-8bit, standard-display-default):
5448         * ebuff-menu.el (electric-buffer-list):
5449         * ehelp.el (electric-help-command-loop):
5450         * font-core.el (font-lock-mode):
5451         * help-macro.el (make-help-screen):
5452         * help.el (describe-minor-mode-completion-table-for-indicator)
5453         (lookup-minor-mode-from-indicator):
5454         * indent.el (tab-to-tab-stop, move-to-tab-stop):
5455         * info-look.el (info-lookup-guess-custom-symbol):
5456         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
5457         * longlines.el (longlines-wrap-line):
5458         * macros.el (insert-kbd-macro):
5459         * menu-bar.el (menu-bar-update-buffers):
5460         * misc.el (copy-from-above-command):
5461         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
5462         * newcomment.el (comment-indent):
5463         * novice.el (disabled-command-function):
5464         * sort.el (sort-fields-syntax-table):
5465         * subr.el (momentary-string-display):
5466         * tar-mode.el (tar-header-block-summarize)
5467         (tar-clear-modification-flags):
5468         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
5469         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
5470         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
5471         (te-delete-char, te-down-vertically-or-scroll):
5472         * time-stamp.el (time-stamp-string-preprocess):
5473         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
5475 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5477         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
5478         in GUD mode.
5480         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
5481         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
5483 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5485         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
5487 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
5489         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
5490         (ada-compile-goto-error): Adapt to new argument profile of
5491         compilation-goto-locus in Emacs 22.  Don't check if the various
5492         compile functions are defined; we already do "(require 'compile)".
5494 2006-11-26  Kim F. Storm  <storm@cua.dk>
5496         * kmacro.el: Fix commentary.
5498 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5500         * progmodes/gud.el (gdb): Explain how to run in text command mode
5501         more clearly.  Say in error message that multiple debugging
5502         requires restarting GDB.
5504 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
5506         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
5508 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
5510         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
5511         (flymake-popup-menu): Use it instead of posn-at-point.
5513 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5515         * progmodes/cc-vars.el (c-backslash-column):
5516         Mention c-backslash-max-column in documentation for c-backslash-column.
5518 2006-11-24  Lars Hansen  <larsh@soem.dk>
5520         * net/tramp.el (tramp-default-method): Under Windows, change from
5521         plink to pscp.
5522         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
5523         (tramp-actions-copy-out-of-band):
5524         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
5525         (tramp-action-out-of-band): Move "Permission denied" handling to
5526         tramp-action-copy-failed.
5527         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
5528         process buffer.
5530 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5532         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5533         strings to a single string.  Quote `errors-file-name'.
5534         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5535         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5536         Adjust calls.  Use `shell-quote-argument'.
5538         * international/mule.el (load-with-code-conversion)
5539         (with-category-table): Use with-current-buffer.
5540         (after-insert-file-set-coding): Use restore-buffer-modified-p.
5542 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
5544         * mail/smtpmail.el (smtpmail-send-it):
5545         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
5546         MIME header for the message encoding.
5547         Bind coding-system-for-write around the call to mail-do-fcc.
5548         Use smtpmail-code-conv-from to encode queued mail messages.
5550 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5552         * tabify.el (tabify-regexp): Doc fix.
5554         * net/rcirc.el (rcirc-buffer-maximum-lines):
5555         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
5557         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
5558         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
5559         Fix typos in output messages.
5560         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
5562 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5564         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
5565         the horse's mouth.
5566         (hexlify-buffer): Don't re-encode an arg that's already encoded.
5568 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5570         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
5571         Remove condition-case.
5573 2006-11-23  Glenn Morris  <rgm@gnu.org>
5575         * progmodes/f90.el (f90-comment-indent): Do not move point in
5576         default case.
5578 2006-11-21  Romain Francoise  <romain@orebokech.com>
5580         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
5581         from library name (reverts change of 2005-10-25).
5583 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5585         * tutorial.el (tutorial--default-keys): Add newline and
5586         delete-backward-char bindings.
5587         (tutorial--detailed-help): Save excursion when finding keys.
5588         Correct warning string for M-x FOO case.
5589         (tutorial--display-changes): Print special keys in tutorial style.
5590         Tweak search regexp for changed keys.
5592 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5594         * thingatpt.el (thing-at-point-url-at-point): Don't add a
5595         redundant scheme.
5597 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
5599         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
5600         are new to the list at IANA.  Also added irc, mms, mmsh.
5602 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
5604         * progmodes/idlw-help.el (idlwave-html-help-location):
5605         Fail gracefully for missing help packages.
5606         (idlwave-help-assistant-open-link): Open full links.
5607         (idlwave-help-assistant-help-with-topic): Direct help link.
5609         * progmodes/idlwave.el (idlwave-mode):
5610         Set add-log-current-defun-function.
5611         (idlwave-current-routine-fullname): Add, to support add-log.
5612         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
5613         to reflect improvements to xml-parse-file.
5614         (idlwave-mode-menu-def): New binding for help-with-topic.
5616         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
5617         Handle extra newlines and spaces.
5618         (idlwave-shell-mode-map): Add help-with-topic.
5620 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
5622         * tutorial.el (tutorial-warning-face): New face.
5623         (tutorial--detailed-help, tutorial--display-changes): Use it.
5624         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
5625         Improve search pattern for occurrences of changed keys.
5627 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5629         * term/x-win.el (x-last-cut-buffer-coding): New variable.
5630         (x-select-text): Set it.
5631         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
5632         when checking for newness.
5634 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
5636         * subr.el (posn-image):
5637         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
5639         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
5641 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5643         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
5644         Exceptions to the rule "add a space between an identifier and an
5645         opening parenthesis".  Defaulted to the `#define' problem of cpp.
5646         (glasses-parenthesis-exception-p): New.  Check if the region is an
5647         exception regarding to that.
5648         (glasses-make-readable): Use it.
5649         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
5650         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
5652 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
5654         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
5656 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
5658         * progmodes/ada-mode.el (ada-make-body): Fix typo.
5660         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
5661         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
5663 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
5665         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
5666         conditions for function or variable bindings.
5668         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
5670         * progmodes/compile.el (compilation-start): Ditto.
5672 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
5674         * net/tramp.el (top): cl and custom are always required.
5676 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5678         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
5679         cut-buffers with next-selection-coding-system if not nil.
5681 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5683         * textmodes/org.el (org-fix-decoded-time): New function.
5684         (org-display-custom-time): Use `org-fix-decoded-time'.
5686 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
5688         * menu-bar.el (menu-bar-games-menu): Remove yow.
5690 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5692         * textmodes/org.el (org-scan-tags): Re-align code fixed.
5693         (org-detach-overlay): Rename from `org-detatch-overlay'.
5694         (org-table-convert-region): Insert space after column separator.
5695         (org-agenda-kill): New command.
5696         (org-metaleft): Call `org-outdent-item' on bullets.
5697         (org-metaright): Call `org-indent-item' on bullets.
5698         (org-timestamp-change): Set `org-last-changed-timestamp'.
5699         (org-current-line): Make sure (bolp) returns correct result.
5700         (org-agenda-change-all-lines): Make sure TODO are highlighted.
5702 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5704         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
5706 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
5708         * mouse.el (global-map): Change 2006-08-16 fix to call
5709         mouse-yank-at-click explicitly, since mouse events are not carried
5710         over into keyboard macros.
5712 2006-11-16  Kim F. Storm  <storm@cua.dk>
5714         * ido.el (ido-file-internal): Use current buffer's file name as default
5715         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
5717 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
5719         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
5720         (allout-inhibit-aberrance-doublecheck): Rename from
5721         allout-during-yank-processing.  All callers changed.
5722         (allout-ascend): Provide for unusual case where some topic after
5723         the first in file is at lower depth than the first.
5724         (allout-shift-in): Ensure the offspring of the new containing
5725         topic are exposed.
5726         (allout-encrypt-string): Preserve the coding-system of the text,
5727         according to that of the containing buffer.
5728         (allout-toggle-subtree-encryption): When the text being encrypted
5729         requires a different coding system, offer to preserve the coding
5730         system using a file local var.
5732 2006-11-15  Simon Marshall  <simon@gnu.org>
5734         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
5735         to recognise "T t()" as a function declaration, rather than a
5736         variable instantiation, iff at the top-level or inside a class
5737         declaration.  Suggested by Feng Li <fengli@gmail.com>.
5739 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
5741         * progmodes/ada-xref.el (ada-parse-prj-file):
5742         Don't delete project buffer; user may want to edit it.
5743         (ada-xref-set-project-field, ada-xref-current-project-file)
5744         (ada-xref-current-project, ada-show-current-project)
5745         (ada-set-main-compile-application): New functions.
5746         (ada-xref-get-project-field, ada-require-project-file):
5747         Normalize use of ada-prj-default-project-file.
5748         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
5749         Normalize use of ada-require-project-file.
5750         (ada-prj-find-prj-file): Improve doc string, comments.
5752         * progmodes/ada-mode.el (ada-mode-version): Bump version.
5753         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
5754         (ada-create-menu): Add ada-set-main-compile-application,
5755         ada-show-current-main, ada-show-current-project.
5757 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5759         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
5760         (inferior-python-mode): Use it.
5762 2006-11-14  Andreas Schwab  <schwab@suse.de>
5764         * term/xterm.el (terminal-init-xterm): Add more key bindings.
5766 2006-11-13  Kim F. Storm  <storm@cua.dk>
5768         * ido.el (ido-copy-current-word): C-o copies region if active.
5770 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
5772         * textmodes/org.el (org-emph-face): Fix typo in variable name.
5774 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
5776         * ediff.el (ediff-revision):
5777         * files.el (set-visited-file-name):
5778         * mail/rmailout.el (rmail-output-body-to-file):
5779         Use `format', not `message', in `y-or-n-p' call.
5781 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
5783         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
5784         (org-metaright): Call `org-indent-item' on bullets.
5785         (org-timestamp-change): Set `org-last-changed-timestamp'.
5786         (org-current-line): Make sure (bolp) returns correct result.
5787         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
5789 2006-11-12  Richard Stallman  <rms@gnu.org>
5791         * language/european.el (turkish-case-conversion-enable)
5792         (turkish-case-conversion-disable): New functions.
5793         ("Turkish" lang env): Use them.
5795         * international/characters.el (case table):
5796         Do nothing special for i and I.
5798         * subr.el (remove-overlays): Fix last change.
5800         * cus-edit.el (custom-save-all): Use find-file-visit-truename
5801         for visiting the custom file.
5803 2006-11-12  Markus Triska  <triska@gmx.at>
5805         * play/handwrite.el (handwrite): Also process lines not ending
5806         with newline.  Replace some position-fiddling with different
5807         logic.  Improve performance.
5809 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
5811         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
5812         replacing deleted variable `ada-check-switch'.
5813         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
5814         (ada-xref-project-files): Improve doc string.
5815         (ada-find-executable): New function.
5816         (ada-initialize-runtime-library): Use `ada-find-executable'.
5817         (ada-xref-set-default-prj-values): In compile commands, don't need
5818         `ada-cd-command'; `compile' does that more portably.
5819         Use ada-prj-default-check-cmd.
5820         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
5821         properties if not specified in project file.
5822         (ada-goto-declaration): Display useful message for new error
5823         'error-file-not-found.
5824         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
5825         'error-file-not-found.
5826         (ada-get-all-references): Match latest ali syntax.  Signal new
5827         error 'error-file-not-found.
5828         (ada-find-in-ali): Match latest ali syntax.
5829         (ada-make-filename-from-adaname): Handle different semantics of
5830         gnatkr in GNAT 3.15p vs later.
5832         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
5833         ada-procedure-start-regexp.
5834         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
5836         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
5837         with defvar.
5838         (ada-language-version): Rename ada05 -> ada2005.
5839         (ada-align-region-separate): Add `eval-when-compile'.
5840         (ada-name-regexp): Remove unneeded escapes in regexp character
5841         alternative.
5842         (ada-compile-goto-error-file-linenr-re): New constant.
5843         (ada-matching-start-re): Handle additional cases `declare',
5844         `procedure', `function'.
5845         (ada-compile-goto-error): Handle "... at line nn".
5846         (ada-mode): Clearer syntax, comments for ff-special-constructs.
5847         Delete support for old versions of `align'.
5848         (ada-search-prev-end-stmt): Handle additional keyword `private'.
5849         (ada-check-defun-name): Simplify handling of `declare'.
5850         (ada-goto-matching-start): Handle nested `begin ... end'.
5851         Handle `declare', `protected', `procedure', `function'.
5852         (ada-create-menu): Presence of arm95 is not conditional on using
5853         GNAT compiler.
5855 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
5857         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
5858         nil in the *RE-Builder* buffer (it causes spurious error messages).
5860         * server.el (server-visit-files): If `minibuffer-auto-raise' has
5861         been set to t, respect it.
5863 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
5865         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
5866         Delete commented out code for old Emacs versions.  Autoloading of
5867         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
5868         (ada-mode-version): Bump version number.
5869         (ada-95-string-keywords, ada-2005-string-keywords)
5870         (ada-2005-keywords, ada-name-regexp): New constant.
5871         (ada-language-version, ada-procedure-start-regexp, ada-mode)
5872         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
5873         (ada-package-start-regexp): Support private packages, include package
5874         name (for ada-set-point-accordingly).
5875         (ada-next-procedure, ada-previous-procedure)
5876         (ada-which-function-are-we-in): Match changes to
5877         ada-procedure-start-regexp.
5878         (ada-make-body): Make non-interactive; not a user function.
5879         (ada-make-subprogram-body): Improve doc string.
5881 2006-11-11  Romain Francoise  <romain@orebokech.com>
5883         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
5884         `compilation-error-regexp-alist' buffer-local, since we changed
5885         `compilation-error-regexp-alist-alist' locally.
5887 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
5889         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
5890         to the value of `server-raise-frame'.
5892 2006-11-11  Glenn Morris  <rgm@gnu.org>
5894         * ido.el (ido-enable-prefix)
5895         * ses.el (ses-call-printer-return)
5896         * net/tramp.el (tramp-unified-filenames)
5897         * progmodes/cc-align.el (c-lineup-string-cont)
5898         * progmodes/compile.el (compilation-directory-matcher)
5899         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5900         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5901         (vhdl-clock-rising-edge)
5902         * textmodes/org.el (org-export-with-timestamps)
5903         (org-export-remove-timestamps-from-toc)
5904         (org-export-with-tags): Improve previous doc fixes.
5906 2006-11-11  Richard Stallman  <rms@gnu.org>
5908         * textmodes/flyspell.el (flyspell-mode-map):
5909         Bind C-c $ instead of M-RET.
5911 2006-11-10  Simon Marshall  <simon@gnu.org>
5913         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
5914         fontification for "case" and "default" keywords.
5916 2006-11-10  Andreas Schwab  <schwab@suse.de>
5918         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
5919         Avoid starting sentence with "nil".
5921 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
5923         * server.el (server-raise-frame): New option.
5924         (server-switch-buffer): Use it.
5926 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
5928         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
5929         with a capital.
5931 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
5933         * textmodes/org.el (org-show-hierarchy-above)
5934         (org-show-following-heading): Fix typo in default value.
5935         (org-scan-tags): Make the search case-sensitive.
5936         (org-tags-sparse-tree): Don't overrule
5937         `org-show-following-heading' and `org-show-hierarchy-above'.
5938         (org-reveal): New command.
5939         (org-show-context): Rename from `org-show-hierarchy-above'.
5940         (org-fast-tag-selection-single-key): New option.
5941         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
5942         (org-tags-overlay): New variable.
5943         (org-agenda-todo-ignore-deadlines): New option.
5944         ("session"): Add circular data structure `org-mark-ring' to
5945         exceptions list in session.el.
5946         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
5947         New options.
5948         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
5949         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
5950         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
5951         (org-finalize-agenda): Activate bracket links in agenda.
5952         (org-at-timestamp-p, org-at-date-range-p): Additional argument
5953         INACTIVE-OK.
5954         (org-show-hierarchy-above, org-show-following-heading):
5955         List values allowed for fine-tuned configuration.
5956         (org-show-hierarchy-above): New argument CONTEXT, use the
5957         fine-tuned settings in `org-show-hierarchy-above' and
5958         `org-show-following-heading'.
5959         (org-display-custom-time): New function.
5960         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
5961         (org-display-custom-times, org-time-stamp-custom-formats):
5962         (org-maybe-intangible): New macro.
5963         (org-activate-bracket-links, org-hide-wide-columns):
5964         Use `org-maybe-intangible'.
5965         (org-open-file): Use `shell-quote-argument'.
5966         (org-display-internal-link-with-indirect-buffer): New option.
5967         (org-file-remote-p): Get regexp from list.
5968         (org-link-expand-abbrev): New function.
5969         (org-link-abbrev-alist): New option.
5970         (org-open-at-point, org-cleaned-string-for-export):
5971         Call `org-link-expand-abbrev'.
5972         (org-timeline, org-agenda-list, org-todo-list)
5973         (org-tags-view): Remove the KEEP-MODES argument.
5974         (org-finalize-agenda-hook): New hook.
5975         (org-get-alist-option): New function.
5976         (org-follow-timestamp-link): New function.
5977         (org-open-at-point): Call `org-follow-timestamp-link'.
5978         (org-log-note-marker, org-log-note-purpose)
5979         (org-log-note-window-configuration): New variables.
5980         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
5981         (org-log-note-headings): New option.
5982         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
5983         (org-store-link): Support for dired-mode.
5984         (org-open-file): Substitute environment variables into filename.
5985         (org-last): New defsubst.
5986         (org-agenda-re-align-tags): New function.
5987         (org-agenda-align-tags-to-column): New option.
5988         (org-agenda-timeline): Group removed.
5989         (org-prepare-agenda, org-prepare-agenda-buffers)
5990         (org-run-agenda-series, org-timeline, org-agenda-list)
5991         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
5992         the text property inticating the agenda type.
5993         (org-agenda-post-command-hook): Get agenda type from text property
5994         at point.
5995         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
5996         and obey `org-agenda-overriding-arguments'.
5997         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
5998         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5999         (org-agenda-week-view, org-agenda-day-view):
6000         Use `org-agenda-overriding-arguments' to make updating work with
6001         multi-block agendas.
6002         (org-agenda-prefix-format): Allow different formats for the
6003         different agenda entry types.
6004         (org-timeline-prefix-format): Option removed, use
6005         `org-agenda-prefix-format' instead.
6006         (org-prepare-agenda): New function.
6007         (org-select-timeline-window): Option removed, use
6008         `org-select-agenda-window' instead.
6009         (org-respect-restriction): Variable removed.
6010         (org-cmp-tag): New function.
6011         (org-agenda-sorting-strategy, org-entries-lessp):
6012         Implement sorting by last tag.
6013         (org-complete): Better completion in in-buffer option lines.
6014         (org-in-item-p): New function.
6015         (org-org-menu): Add entries for checkboxes.
6016         (org-cycle): Extra brouping in outline-regexp, because it is used
6017         in a search with "^" prepended.
6018         (org-provide-checkbox-statistics): New option.
6019         (org-set-font-lock-defaults): Highlight checkbox statistics.
6020         (org-update-checkbox-count-maybe)
6021         (org-get-checkbox-statistics-face): New functions.
6022         (org-update-checkbox-count): New command.
6023         (org-insert-item, org-toggle-checkbox):
6024         Call `org-update-checkbox-count-maybe'.
6025         (org-export-as-html): XEmacs compatibility for coding system.
6026         (org-force-cycle-archived): New command.
6027         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6028         overrules cycling.
6029         (org-fix-position-after-promote): If the line contains only a todo
6030         keyword, add a final space.
6031         (org-promote-subtree, org-demote-subtree):
6032         Call `org-fix-position-after-promote'.
6034 2006-11-10  Glenn Morris  <rgm@gnu.org>
6036         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6037         date in every year.
6038         (calendar-dst-check-each-year-flag): New customizable variable.
6039         (calendar-dst-find-data): New function, extracted from
6040         calendar-current-time-zone.
6041         (calendar-current-time-zone): Use calendar-dst-find-data.
6042         (calendar-dst-transition-cache): New variable.
6043         (calendar-dst-find-startend, calendar-dst-starts)
6044         (calendar-dst-ends): New functions.
6045         (calendar-daylight-savings-starts)
6046         (calendar-daylight-savings-ends): Change value to use
6047         calendar-dst-starts, calendar-dst-ends; respectively.
6049         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6051         * ido.el (ido-enable-prefix)
6052         * ses.el (ses-call-printer-return)
6053         * net/tramp.el (tramp-unified-filenames)
6054         * progmodes/cc-align.el (c-lineup-string-cont)
6055         * progmodes/compile.el (compilation-directory-matcher)
6056         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6057         * progmodes/gdb-ui.el (gdb-many-windows)
6058         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6059         (vhdl-clock-rising-edge)
6060         * textmodes/org.el (org-export-with-timestamps)
6061         (org-export-remove-timestamps-from-toc, org-export-with-tags)
6062         (org-read-date): Doc fix (Nil -> nil).
6064 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6066         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6067         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6069 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
6071         * bs.el (bs--window-for-buffer): Remove.
6072         (bs--show-with-configuration): Use `get-window-with-predicate'
6073         instead of `bs--window-for-buffer'.
6075 2006-11-10  Kenichi Handa  <handa@m17n.org>
6077         * files.el (revert-buffer): Fix previous change.
6079 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
6081         * bs.el (bs--redisplay): Fix typo in docstring.
6082         (bs--window-config-coming-from): Make frame-local.
6083         (bs--restore-window-config): New function.
6084         (bs-kill, bs-select, bs-select-other-window)
6085         (bs-select-other-frame): Use it.
6086         (bs--window-for-buffer): Return as soon as a matching buffer is found.
6087         (bs--show-with-configuration): Save the window configuration as a
6088         frame local var, and only if *buffer-selection* is not already
6089         visible on this frame.
6091 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
6093         * vc-svn.el (vc-svn-admin-directory): New var.
6094         (vc-svn-registered, vc-svn-responsible-p)
6095         (vc-svn-repository-hostname): Use it.
6096         Suggested by arit93@yahoo.com.
6098 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6100         * ldefs-boot.el: Regenerate.
6102 2006-11-08  Alan Mackenzie  <acm@muc.de>
6104         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6105         case (eq open-paren-in-column-0-is-defun-start nil) by searching
6106         for least nested open-paren.
6108 2006-11-08  Romain Francoise  <romain@orebokech.com>
6110         * subr.el (remove-overlays): Fix typo in last change.
6112 2006-11-08  Richard Stallman  <rms@gnu.org>
6114         * subr.el (remove-overlays): Call overlay-recenter.
6116 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6118         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6119         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6120         behaviour.
6121         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6122         directly.
6124 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6126         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6127         (ido-max-dir-file-cache, ido-decorations)
6128         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6129         (ido-magic-backward-char, ido-enter-dired)
6130         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6131         (ido-list-directory, ido-first-match, ido-only-match)
6132         (ido-subdir, ido-indicator): Fix typos in docstrings.
6133         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6134         (ido-read-internal): Fix typo in error message.
6136 2006-11-08  Kenichi Handa  <handa@m17n.org>
6138         * international/mule-cmds.el (set-default-coding-systems):
6139         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6141 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6143         * makefile.w32-in (setwins): Remove.
6144         (WINS_ALMOST): New macro.
6145         (WINS): Use it.
6146         (autoloads): Don't extract autoloads from files in obsolete/.
6148 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
6150         * whitespace.el (whitespace-buffer): Call remove-overlays after
6151         overlay-recenter for performance.  Suggested by Martin Rudalics.
6153 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
6155         * net/tramp.el (tramp-default-method): scp is the default method.
6157 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
6159         * server.el (server-start): Save also the Emacs pid in the server file.
6161 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
6163         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6164         point when displaying a bibtex cross reference in the echo area.
6166 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6168         * international/mule.el (make-char): Fix typo in docstring.
6169         (load-with-code-conversion, charsetp): Doc fixes.
6171         * international/ja-dic-cnv.el (skkdic-convert):
6172         * cus-edit.el (hook): Fix typo in docstring.
6174 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6176         * cus-edit.el (custom-mode-map): Move defvar above code using it.
6177         (custom-mode-link-map): New variable.
6178         (custom-group-link, custom-manual): Use follow-link.
6180 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6182         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6183         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
6185 2006-11-06  Richard Stallman  <rms@gnu.org>
6187         * textmodes/flyspell.el (flyspell-correct-word-before-point):
6188         New function broken out of flyspell-correct-word.
6189         (flyspell-mode-map): Bind it to M-RET.
6190         (flyspell-correct-word): Call it.
6192         * textmodes/fill.el (fill-minibuffer-function): New function.
6193         (fill-paragraph): Bind fill-paragraph-function to
6194         fill-minibuffer-function.
6196         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6197         so that they aren't undefined.
6199         * dired.el (dired-readin): Locally bind file-name-coding-system.
6201         * bindings.el: Shorten and clarify usual mode line mouse help string.
6203         * Makefile.in (autoloads): Don't include `obsolete'.
6205 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6207         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6208         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6209         Printing menu if it's not initialized.
6210         (pr-menu-bind): Act on menu-bar-file-menu directly.
6212 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6214         * help.el (view-emacs-news): Fix typo in error message.
6216         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6218         * shadowfile.el (shadow-define-regexp-group)
6219         (shadow-literal-groups, shadow-insert-var): Doc fixes.
6220         (shadow-read-files): Fix typo in message.
6221         (shadow-inhibit-overload, shadow-find, shadow-suffix)
6222         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6223         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6224         (shadow-file-match): Fix typos in docstrings.
6226         * terminal.el (terminal-emulator): Fix typo in message.
6228         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6230         * emacs-lisp/lselect.el (x-kill-primary-selection)
6231         (x-delete-primary-selection, x-copy-primary-selection):
6232         Fix typos in error messages.
6234         * emulation/edt-mapper.el: Fix typo in interactive message.
6236         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6238         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6239         (ispell-help): Fix typos in docstrings.
6240         (ispell-help): Fix typo in output message.
6242         * allout.el (allout-adjust-file-variable)
6243         (allout-passphrase-verifier-string)
6244         (allout-passphrase-hint-string)
6245         (allout-toggle-current-subtree-encryption):
6246         * apropos.el (apropos-synonyms):
6247         * cus-edit.el (hook):
6248         * emacs-lock.el (emacs-lock-from-exiting):
6249         * follow.el (follow-avoid-tail-recenter-p):
6250         * hexl.el (hexl-mode):
6251         * mouse-copy.el (mouse-copy-work-around-drag-bug):
6252         * mouse.el (mouse-set-font):
6253         * resume.el (resume-emacs-args-file):
6254         * rfn-eshadow.el (file-name-shadow-tty-properties):
6255         * t-mouse.el (t-mouse-process, t-mouse-mode):
6256         * emacs-lisp/cust-print.el (custom-print-install)
6257         (custom-print-uninstall, custom-format):
6258         * emacs-lisp/shadow.el (list-load-path-shadows):
6259         * emulation/tpu-edt.el (tpu-help-text)
6260         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6261         (tpu-reset-control-keys):
6262         * emulation/vip.el (vip-emacs-local-map)
6263         (vip-change-mode-to-emacs):
6264         * emulation/viper.el (viper-mode, viper-set-hooks)
6265         (viper-major-mode-modifier-list):
6266         * emulation/viper-init.el (viper-emacs-state-cursor-color):
6267         * emulation/viper-keym.el (viper-emacs-kbd-map)
6268         (viper-toggle-key):
6269         * mail/feedmail.el (feedmail-queue-reminder)
6270         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6271         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6272         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6273         (feedmail-sender-line, feedmail-force-binary-write)
6274         (feedmail-from-line, feedmail-deduce-envelope-from)
6275         (feedmail-x-mailer-line, feedmail-message-id-generator)
6276         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6277         (feedmail-enable-spray, feedmail-spray-this-address)
6278         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6279         (feedmail-queue-runner-confirm-global)
6280         (feedmail-ask-before-queue-prompt)
6281         (feedmail-ask-before-queue-reprompt)
6282         (feedmail-prompt-before-queue-standard-alist)
6283         (feedmail-prompt-before-queue-user-alist)
6284         (feedmail-prompt-before-queue-help-supplement)
6285         (feedmail-queue-use-send-time-for-message-id)
6286         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6287         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6288         (feedmail-mail-send-hook-queued)
6289         (feedmail-confirm-addresses-hook-example)
6290         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6291         (feedmail-queue-runner-mode-setter)
6292         (feedmail-queue-alternative-mail-header-separator)
6293         (feedmail-queue-runner-message-sender)
6294         (feedmail-buffer-eating-function, feedmail-binmail-template)
6295         (feedmail-run-the-queue-no-prompts)
6296         (feedmail-run-the-queue-global-prompt)
6297         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6298         (feedmail-envelope-deducer, feedmail-fiddle-date)
6299         (feedmail-default-message-id-generator)
6300         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6301         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6302         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6303         (vms-pmail-setup):
6304         * play/dunnet.el (dun-help):
6305         * play/handwrite.el (handwrite):
6306         * play/hanoi.el (hanoi-unix-64):
6307         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6308         * textmodes/enriched.el (fixed):
6309         * textmodes/org.el (org-file-apps)
6310         (org-emphasis-regexp-components, org-emphasis-alist):
6311         * textmodes/texinfmt.el (batch-texinfo-format):
6312         Fix typos in docstrings.
6314 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
6316         * loadhist.el (read-feature): Don't complete features not loaded
6317         from a file (which make `unload-feature' to fail).
6319 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6321         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6323 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
6325         * startup.el (command-line-1): Kill emacs if the last frame is
6326         deleted while evaluating the command-line arguments.
6328 2006-11-05  Richard Stallman  <rms@gnu.org>
6330         * startup.el (init-file-had-error): Add doc string.
6331         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6332         Use fixed-width font for keyboard key descriptions.
6334         * cus-edit.el (custom-save-all): Error if saving in .emacs
6335         and it had an error when loaded.
6337         * dired-aux.el (dired-copy-file-recursive): Catch errors
6338         from recursive copies in the loop, around the recursive call.
6340 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6342         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6343         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
6344         `/proc/acpi/thermal_zone/*'.
6345         (battery-search-for-one-match-in-files): New.  Search a regexp in
6346         the content of some files.
6348 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
6350         * window.el (mouse-autoselect-window-now): Remove variable.
6351         (mouse-autoselect-window-state): New variable.
6352         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6353         (mouse-autoselect-window-select, handle-select-window):
6354         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6355         Suspend delayed autoselection during menu or popup dialog.
6357         * info-look.el (info-lookup-guess-custom-symbol): New function
6358         for retrieving symbol at point in custom buffers.
6359         (top level) <info-lookup-maybe-add-help>: Add backquote and
6360         comma to ignored characters in regexps of help specifications
6361         for emacs-lisp-mode and lisp-interaction-mode.  This permits
6362         looking up symbols in `...' and after a comma.  Add help
6363         specifications for custom-mode and help-mode.
6365 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
6367         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6368         Don't encode body if RAW is non-nil, or if the old encoding is
6369         identical to the new encoding, or if the body contains only
6370         eight-bit-* characters.
6372 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6374         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
6375         (faces-sample-overlay): Remove variable.
6376         (describe-face): Insert sample text in the face being described.
6378 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
6380         * whitespace.el (whitespace-indent-regexp): Make this match any
6381         multiples of eight spaces near the beginning of a line.
6382         (whitespace-buffer): Use `remove-overlays' instead of
6383         `whitespace-unhighlight-the-space' and `overlay-recenter' to
6384         speed up overlay handling.
6385         (whitespace-buffer-leading, whitespace-buffer-trailing):
6386         Make these functions highlight the text removed by
6387         `whitespace-buffer-leading-cleanup' and
6388         `whitespace-buffer-trailing-cleanup' respectively.
6389         (whitespace-buffer-search): Use `with-local-quit'.
6390         Move `format' out of loop to speed up scanning larger buffers.
6391         (whitespace-unhighlight-the-space): Remove `remove-hook' since
6392         that function is never added to a hook.
6393         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
6394         (whitespace-buffer-leading-cleanup)
6395         (whitespace-refresh-rescan-list): Fix docstrings.
6397 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
6399         * allout.el (allout-during-yank-processing): Cue for inhibiting
6400         aberrance processing during yanks.
6401         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
6402         the amount of yanked topics that can be aberrant.
6403         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
6404         a function, and supplement with inihibition of doublechecking
6405         during yanks.
6406         (allout-beginning-of-line, allout-next-heading)
6407         (allout-previous-heading, allout-goto-prefix-doublechecked)
6408         (allout-back-to-current-heading, allout-next-visible-heading)
6409         (allout-next-sibling): Use new allout-do-doublecheck function.
6410         (allout-next-sibling): Ensure we made progress when returning
6411         other than nil.
6412         (allout-rebullet-heading): Preserve text property annotations
6413         indicating the text was hidden, if it was.
6414         (allout-kill-line): Remove any added was-hidden annotations.
6415         (allout-kill-topic): Remove any added was-hidden annotations.
6416         (allout-annotate-hidden): Inhibit adding was-hidden text
6417         properties to the undo list.
6418         (allout-deannotate-hidden): New function to remove was-hidden
6419         annotation.
6420         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
6421         (allout-remove-exposure-annotation): Replace by
6422         allout-deannotate-hidden.
6423         (allout-yank-processing): Signal that yank processing is happening
6424         with allout-during-yank-processing.  Also, wrap
6425         allout-unprotected's closer to the text changes, for easier
6426         debugging.  We need to inhibit-field-text-motion explicitly, in
6427         lieu of the encompassing allout-unprotected.
6428         (outlineify-sticky): Adjust criteria for triggering new outline
6429         decorations to presence or absence of any topics, not just a topic
6430         at the beginning of the buffer.
6432 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6434         * bs.el (bs--show-all, bs--redisplay):
6435         * cus-edit.el (custom-unlispify-menu-entries)
6436         (custom-unlispify-tag-names, custom-prompt-variable):
6437         * expand.el (expand-pos):
6438         * speedbar.el (speedbar-generic-list-tag-p):
6439         * wid-edit.el (widget-image-enable):
6440         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
6441         * emacs-lisp/find-func.el (find-function-noselect)
6442         (find-function, find-variable-noselect, find-variable)
6443         (find-definition-noselect, find-face-definition):
6444         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
6445         * net/eudc-vars.el (eudc-expansion-overwrites-query):
6446         * progmodes/ada-xref.el (ada-find-in-ali):
6447         * textmodes/flyspell.el (flyspell-check-tex-math-command):
6448         * textmodes/org.el (org-copy-subtree):
6449         * textmodes/table.el (table--row-column-insertion-point-p):
6450         Use "non-nil" in docstrings.
6452 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
6454         * sort.el (sort-columns): Set the field separator to tab; on
6455         NetBSD, sort complains if "\n" is used as field separator.
6457 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
6459         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
6461 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6463         * server.el (server-auth-key): Remove.  Replace by a process-property.
6464         (server-start): Don't remove the file of the previous process, but
6465         instead clear out the place for the new file.
6466         (server-start): Set the :auth-key property.
6467         (server-process-filter): Use the :auth-key property.
6469 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
6471         * textmodes/org.el (org-mode-map): No longer copy
6472         `outline-mode-map' explicitly - this is already done by
6473         `define-derived-mode'.
6475 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
6477         * server.el (server-visit-files): Use `when'.
6478         (server-process-filter): When authentication fails, send error
6479         message to client.  Wrap `process-send-region' in `ignore-errors'
6480         instead of `condition-case', and remove misleading comment.
6482 2006-11-01  Juri Linkov  <juri@jurta.org>
6484         * simple.el (yank): Doc fix.
6486 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6488         * server.el: Try and fit within 80 columns.
6489         (server-start): Make the auth file unreadable by other users.
6491 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6493         * battery.el (battery-linux-proc-acpi): Prevent range error when
6494         `full-capacity' is 0.
6496 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6498         * faces.el (faces-sample-overlay): New defvar.
6499         (faces-sample-overlay): New function to show face sample text.
6500         (describe-face): Use it.
6502 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
6504         * progmodes/ada-stmt.el: Change maintainer, apply
6505         whitespace-cleanup, checkdoc.
6506         (ada-func-or-proc-name): Add doc string.
6508         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
6509         whitespace-cleanup, checkdoc.  Minor improvements to many doc
6510         strings and comments.
6511         (ada-prj-display-page): Change buffer name to more accurately
6512         reflect function.
6514         * progmodes/ada-xref.el: Change maintainer, apply
6515         whitespace-cleanup, checkdoc.  Minor improvements to many doc
6516         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
6517         (ada-compile-current): Don't add newlines to commands.
6519 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
6521         * server.el: Add support for TCP sockets.
6522         (server-use-tcp, server-host, server-auth-dir): New options.
6523         (server-auth-key): New variable.
6524         (server-ensure-safe-dir): Create nonexistent parent dirs.
6525         Ignore Unix-style file modes on Windows.
6526         (server-start): Crete a TCP or Unix socket according to the value
6527         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
6528         `server-auth-dir' directory.
6529         (server-process-filter): Delete process if authentication
6530         fails (which never happens for Unix sockets).
6532 2006-10-30  David Kastrup  <dak@gnu.org>
6534         * subr.el (add-to-list): Don't continue checking if a match has
6535         been found.
6537 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
6539         * tutorial.el: Move defvars to avoid bytecomp warnings.
6540         (tutorial--find-changed-keys): Check if viper-current-state is
6541         bound before using it.
6542         (help-with-tutorial): Check if viper-tutorial is defined before
6543         using it.
6545 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6547         * help-fns.el (help-with-tutorial): Move to tutorial.el.
6549         * tutorial.el: New file.
6550         (help-with-tutorial): Move here from help-fns.el. Added help for
6551         rebound keys.  Fixed resume of tutorial.
6552         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
6553         (tutorial--find-changed-keys, tutorial--display-changes)
6554         (tutorial--saved-dir, tutorial--saved-file)
6555         (tutorial--save-tutorial): New functions to support the changes in
6556         help-with-tutorial.
6558 2006-10-30  Kenichi Handa  <handa@m17n.org>
6560         * files.el (revert-buffer): If a unibyte buffer is being reverted
6561         with a coding system for multibyte, set buffer multibyte before
6562         calling insert-file-contents.
6564 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6566         * server.el (server-select-display): Use a dummy buffer to detect when
6567         the frame is later used.
6568         (server-select-display): New function.
6569         (server-process-filter): Use it to detect unused temp frames.
6571 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
6573         * progmodes/ada-mode.el: Change maintainer, apply
6574         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
6575         (ada-mode-version): New function.
6576         (ada-create-menu): Menu operations are available for all supported
6577         compilers.
6579 2006-10-29  Lars Hansen  <larsh@soem.dk>
6581         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
6582         Highlight as keyword.
6583         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
6584         Don't call tramp-method-out-of-band-p for local files.
6585         (tramp-touch): Quote file name.
6587 2006-10-28  Glenn Morris  <rgm@gnu.org>
6589         * calendar/calendar.el (cal-html-cursor-month)
6590         (cal-html-cursor-year): Add autoloads for this new package.
6591         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
6593 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
6595         * calendar/cal-html.el: New file.
6597 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
6599         * emacs-lisp/authors.el (authors-aliases): Update.
6601 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
6603         * version.el (emacs-version): Bump version number to 22.0.90.
6605 2006-10-26  John W. Eaton  <jwe@octave.org>
6607         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
6608         New defvar.
6609         (inferior-octave-resync-dirs): Check to see whether Octave has
6610         built-in variables and set inferior-octave-has-built-in-variables.
6611         Check inferior-octave-has-built-in-variables to decide whether to
6612         send commands that set built-in variables or call functions to
6613         change Octave's behavior.
6614         Send "disp (pwd ())" to Octave instead of just "pwd".
6615         (inferior-octave-startup): Send "more off" to Octave instead of
6616         "page_screen_output = 0".
6618 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
6620         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
6621         pattern normally.
6623 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
6625         * bindings.el (mode-line-mode-menu): Remove bindings for global
6626         minor modes (line/column number) as they are on the menubar.
6628 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
6630         * term/w32-win.el (x-handle-name-switch): Doc fix.
6631         (w32-standard-fontset-spec): Fix typo in docstring.
6633         * midnight.el (midnight-buffer-display-time): Doc fix.
6634         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
6636 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6638         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
6640         * viper-ex.el (ex-read): Quote file argument.
6642         * ediff-diff.el (ediff-same-file-contents): Expand file names.
6644         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
6646 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
6648         * textmodes/flyspell.el (flyspell-check-region-doublons):
6649         Fix last fix.
6651 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
6653         * bindings.el (mode-line-mode-menu): List global minor modes
6654         before local ones.
6656 2006-10-23  Kim F. Storm  <storm@cua.dk>
6658         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
6659         (sit-for): If last command was a prefix arg, add the read-ahead
6660         event to unread-command-events as (t . EVENT) so it will be added
6661         to this-command-keys by read-key-sequence.
6663 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
6665         * textmodes/flyspell.el (flyspell-word): Skip past all previous
6666         whitespace when checking doublons.
6667         (flyspell-check-region-doublons): Fix doublon regexp.
6668         (flyspell-highlight-incorrect-region): Highlight doublons using
6669         flyspell-duplicate face.
6671         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
6673 2006-10-22  John Wiegley  <johnw@newartisans.com>
6675         * progmodes/python.el (python-use-skeletons): python-mode was
6676         auto-inserting templates (for those with abbrev-mode on), not only
6677         by default -- *but without a configuration variable to disable
6678         it*.  This rendered python-mode completely useless for me, so I
6679         have added `python-use-skeletons', which is now off by default.
6681 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
6683         * progmodes/cperl-mode.el (cperl-mode): Don't assume
6684         font-lock-multiline is auto-local (it's not).
6685         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
6686         initialized before calling cperl-init-faces.
6688 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
6690         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
6691         gdb-stack-position a value when there is no fringe.
6693         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
6694         indicator if not visiting a file.
6696 2006-10-20  David Kastrup  <dak@gnu.org>
6698         * window.el (kill-buffer-and-window): Fix a bug where an aborted
6699         operation would still cause some window to collapse later.
6701 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6703         * vc.el (vc-switch-backend): Try to be more careful with unwanted
6704         side-effect due to mixing various backends's file properties.
6706         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
6707         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
6708         Return `filename's status if applicable.  Update callers.
6710 2006-10-19  Kenichi Handa  <handa@m17n.org>
6712         * international/kkc.el (kkc-region): When a key sequence is not
6713         defined, append (this-single-command-raw-keys) to
6714         unread-input-method-events.
6716 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
6718         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
6720 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6722         * version.el (emacs-version): Use mac-carbon-version-string.
6724         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
6726 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6728         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
6729         Kenichi Handa).
6730         (xselect-convert-to-string): Decline requests for UTF8_STRING if
6731         the selection is not UTF-8.
6733 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
6735         * progmodes/ada-mode.el (ada-83-string-keywords)
6736         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
6737         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
6738         (ada-looking-at-semi-private, ada-get-body-name):
6739         Fix typos in docstrings.
6740         (ada-create-case-exception, ada-create-case-exception-substring):
6741         Fix typos in error messages.
6742         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
6744 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6746         * term/x-win.el (res-geometry): Don't set geometry from Xresources
6747         to default-frame-alist if default-frame-alist already contains
6748         width/height.
6750 2006-10-18  Richard Stallman  <rms@gnu.org>
6752         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
6753         Non-interactive arg is the value, not the expression.
6755         * simple.el (read-expression-map): Just set it, no defvar.
6757         * subr.el (insert-for-yank-1): If last inserted char has
6758         properties, mark them as rear-nonsticky.
6760         * recentf.el (recentf-mode): Doc fix.
6762         * facemenu.el (facemenu-add-new-face): Defend against symbol
6763         that isn't a face name.
6765         * dired-aux.el (dired-do-copy): Doc fix.
6767 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
6769         * simple.el (line-move-1): Ignore fields when moving to the
6770         beginning of line to avoid getting point stuck.
6772 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
6774         * textmodes/flyspell.el (flyspell-word-search-backward):
6775         Set inhibit-point-motion-hooks to avoid looping due to intangibile
6776         text.
6778 2006-10-16  Richard Stallman  <rms@gnu.org>
6780         * help-fns.el (describe-function-1): Special case optimization
6781         for self-insert-command.
6783 2006-10-16  Kim F. Storm  <storm@cua.dk>
6785         * ido.el (ido-reread-directory): Work in `dir' mode too.
6787 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
6789         * textmodes/table.el: Require 'regexp-opt.
6791 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6793         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
6794         Use shell-quote-argument.
6796         * shell.el (explicit-bash-args): Likewise.
6798         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
6799         Use grep -E rather than egrep.
6801 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6803         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
6805 2006-10-15  Kim F. Storm  <storm@cua.dk>
6807         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
6809 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6811         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
6812         to protect whitespace and metacharacters from the shell.
6814 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6816         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
6818 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
6820         * subr.el (start-process-shell-command): Doc fix.
6822 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
6824         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
6825         the regexp for Maxima symbols.
6827 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6829         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
6830         (vc-find-root): Don't walk higher up than ~.
6832 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
6834         * international/utf-8.el (utf-translate-cjk-load-tables):
6835         Avoid clobbering last-coding-system-used during load.
6837 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
6839         * textmodes/reftex-global.el (reftex-create-tags-file):
6840         Quote file arguments.
6842 2006-10-12  Richard Stallman  <rms@gnu.org>
6844         * files.el (file-name-history): Add defvar.
6845         (save-some-buffers-action-alist): Improve description strings.
6847 2006-10-12  Andreas Schwab  <schwab@suse.de>
6849         * files.el (auto-mode-alist): Match change log file name also with
6850         a dash before a numeric extension.
6852 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
6854         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
6855         After 5.0:
6856         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
6858         After 5.1: Major edit.  Summary of most visible changes:
6860         - Multiple <<HERE per line allowed.
6861         - Handles multiline subroutine declaration headers (with comments).
6862           (The exception is `cperl-etags' - but it is not used in the rest
6863           of the mode.)
6864         - Fontifies multiline my/our declarations (even with comments,
6865           and with legacy `font-lock').
6866         - Major speedup of syntaxification, both immediate and postponed
6867           (3.5x to 15x [for different CPUs and versions of Emacs] on the
6868           huge real-life document I tested).
6869         - New bindings, edits to imenu.
6870         - "_" is made into word-char during fontification/syntaxification;
6871           some attempts to recognize non-word "_" during other operations too.
6872         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
6873         - autoload some more perldoc-related stuff
6874         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
6875         - Attempt to incorporate XEmacs edits which reached me.
6877         Fine-grained changelog:
6878         (cperl-hook-after-change): New configuration variable.
6879         (cperl-vc-sccs-header): Likewise.
6880         (cperl-vc-sccs-header): Likewise.
6881         (cperl-vc-header-alist): Default via two preceding variables.
6882         (cperl-invalid-face): Remove double quoting under XEmacs
6883                 (still needed under 21.2).
6884         (cperl-tips): Update URLs for resources.
6885         (cperl-problems): Likewise.
6886         (cperl-praise): Mention new features.
6887         New C-c key bindings: for `cperl-find-bad-style',
6888         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
6889         `cperl-perdoc', and `cperl-perldoc-at-point'.
6890         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
6891         moved, new submenu of Tools with Ispell entries and narrowing.
6892         (cperl-after-sub-regexp): New defsubst.
6893         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
6894                 Allows heads up to head4.
6895                 Allow "package;".
6896         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
6897         (paren-backwards-message): ??? Something for XEmacs???
6898         (cperl-mode): Never auto-switch abbrev-mode off.
6899                 Try to allow '_' be non-word char.
6900                 Do not use `font-lock-unfontify-region-function' on XEmacs.
6901                 Reset syntax cache on mode start.
6902                 Support multiline facification (even on legacy `font-lock').
6903         (cperl-facemenu-add-face-function): ??? Some contributed code ???
6904         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
6905                 refuse to inform us whether the fontification is due to lazy
6906                 calling or due to edit to a buffer, install our own hook
6907                 (controlled by `cperl-hook-after-change').
6908         (cperl-electric-pod): =cut may have been recognized as start.
6909         (cperl-block-p): Move, updatedfor attributes.
6910         (cperl-calculate-indent): Try to allow '_' be non-word char
6911                 Support subs with attributes.
6912         (cperl-where-am-i): Quiet (?) a warning.
6913         (cperl-cached-syntax-table): New function.
6914         (cperl-forward-re): Use `cperl-cached-syntax-table'.
6915         (cperl-unwind-to-safe): Recognize `syntax-type' property
6916                 changing in a middle of line.
6917         (cperl-find-sub-attrs): New function.
6918         (cperl-find-pods-heres): Allow many <<EOP per line.
6919                 Allow subs with attributes.
6920                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
6921                 Recognize "extproc " (OS/2) case-folded and only at start.
6922                 /x on s///x with empty replacement was not recognized.
6923                 Better comments.
6924         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
6925                 Allow subs with attributes, labels.
6926                 Do not confuse "else::foo" with "else".
6927                 Minor optimizations...
6928         (cperl-after-expr-p): Try to allow '_' be non-word char.
6929         (cperl-fill-paragraph): Try to detect a major bug in Emacs
6930                 with `looking-at' inside `narrow' and bulk out if found.
6931         (cperl-imenu--create-perl-index): Updates for new
6932                 `cperl-imenu--function-name-regexp-perl'.
6933         (cperl-outline-level): Likewise.
6934         (cperl-init-faces): Allow multiline subroutine headers
6935                 and my/our declarations, and ones with comments.
6936                 Allow subroutine attributes.
6937         (cperl-imenu-on-info): Better docstring.
6938         (cperl-etags): Rudimentary support for attributes.
6939                 Support for packages and "package;".
6940         (cperl-add-tags-recurse-noxs): Better (?) docstring.
6941         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
6942         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
6943         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
6944         (cperl-perldoc): Add autoload.
6945         (cperl-perldoc-at-point): Likewise.
6946         (cperl-here-doc-spell): New function.
6947         (cperl-pod-spell): Likewise.
6948         (cperl-map-pods-heres): Likewise.
6949         (cperl-get-here-doc-region): Likewise.
6950         (cperl-font-lock-fontify-region-function): Likewise (backward
6951                 compatibility for legacy `font-lock').
6952         (cperl-font-lock-unfontify-region-function): Fix style.
6953         (cperl-fontify-syntaxically): Recognize and optimize away deferred
6954                 calls with no-change.  Governed by `cperl-hook-after-change'.
6955         (cperl-fontify-update): Recognize that syntaxification region
6956                 can be larger than fontification one.
6957                 XXXX we leave `cperl-postpone' property, so this is quadratic...
6958         (cperl-fontify-update-bad): Temporary placeholder until
6959                 it is clear how to implement `cperl-fontify-update'.
6960         (cperl-time-fontification): New function.
6961         (attrib-group): New text attribute.
6962         (multiline): New value: `syntax-type' text attribute.
6964         After 5.2:
6965         (cperl-emulate-lazy-lock): New function.
6966         (cperl-fontify-syntaxically): Would skip large regions.
6967         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
6968         Some globals were declared, but uninitialized.
6970         After 5.3, 5.4:
6971         (cperl-facemenu-add-face-function): Add docs, fix U<>.
6972         Copyright message updated.
6973         (cperl-init-faces): Work around a bug in `font-lock'. May slow
6974                         facification down a bit.
6975                 Misprint for my|our|local for old `font-lock'
6976                         "our" was not fontified same as "my|local".
6977                 Highlight variables after "my" etc even in
6978                         a middle of an expression.
6979                 Do not facify multiple variables after my etc
6980                         unless parentheses are present.
6982         After 5.5, 5.6
6983         (cperl-fontify-syntaxically): after-change hook could reset.
6984         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
6986         After 5.7:
6987         (cperl-init-faces): Allow highlighting of local ($/).
6988         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
6989         (cperl-problems): Remove fixed problems.
6990         (cperl-find-pods-heres): Recognize #-comments in m##x too.
6991                 Recognize charclasses (unless delimiter is \).
6992         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
6993         (cperl-regexp-scan): Update docs.
6994         (cperl-beautify-regexp-piece): Use information got from regexp scan.
6996         After 5.8:
6997         Major user visible changes:
6998         Recognition and fontification of character classes in RExen.
6999         Variable indentation of RExen according to groups.
7001         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7002                 Fontify REx charclasses in variable-name face.
7003                 Fontify POSIX charclasses in "type" face.
7004                 Fontify unmatched "]" in function-name face.
7005                 Mark first-char of HERE-doc as `front-sticky'.
7006                 Reset `front-sticky' property when needed.
7007         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7008         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7009         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7010                 constructs.  Support `narrow'ed buffers.
7011         (cperl-praise): Remove a reservation.
7012         (cperl-make-indent): New function.
7013         (cperl-indent-for-comment): Use `cperl-make-indent'.
7014         (cperl-indent-line): Likewise.
7015         (cperl-lineup): Likewise.
7016         (cperl-beautify-regexp-piece): Likewise.
7017         (cperl-contract-level): Likewise.
7018         (cperl-toggle-set-debug-unwind): New function.
7019                 New menu entry for this.
7020         (fill-paragraph-function): Use when `boundp'.
7021         (cperl-calculate-indent): Take into account groups when indenting RExen.
7022         (cperl-to-comment-or-eol): Recognize # which end a string.
7023         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7024         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7025         (cperl-fontify-syntaxically): More clear debugging message.
7026         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7027         (cperl-init-faces): More complicated highlight even on XEmacs (new).
7028         Merge cosmetic changes from XEmacs.
7030         After 5.9:
7031         (cperl-1+): Move to before the first use.
7032         (cperl-1-): Likewise.
7034         After 5.10:
7036         This code may lock Emacs hard!!!  Use at your own risk!
7038         (cperl-font-locking): New internal variable.
7039         (cperl-beginning-of-property): New function.
7040         (cperl-calculate-indent): Use `cperl-beginning-of-property'
7041         instead of `previous-single-property-change'.
7042         (cperl-unwind-to-safe): Likewise.
7043         (cperl-after-expr-p): Likewise.
7044         (cperl-get-here-doc-region): Likewise.
7045         (cperl-font-lock-fontify-region-function): Likewise.
7046         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7047                         recursively.
7048                 Bound `next-single-property-change' via `point-max'.
7049         (cperl-unwind-to-safe): Bound likewise
7050         (cperl-font-lock-fontify-region-function): Likewise.
7051         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7052                 Initialization of `cperl-font-lock-multiline-start' could be
7053                 missed if the "main" fontification did not run due to the
7054                 keyword being already fontified.
7055         (cperl-pod-spell): Return t from do-one-chunk function.
7056         (cperl-map-pods-heres): Stop when the worker returns nil.
7057                 Call `cperl-update-syntaxification'.
7058         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7059         (cperl-get-here-doc-delim): Remove unused function.
7061         After 5.11:
7063         The possible lockup of Emacs (introduced in 5.10) fixed.
7065         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7066         (cperl-syntaxify-for-menu): New customization variable.
7067         (cperl-select-this-pod-or-here-doc): New function.
7068         (cperl-get-here-doc-region): Extra argument.
7069                 Do not adjust pos by 1.
7071         New menu entries
7072                 (Perl/Tools): Selection of current POD or HERE-DOC section.
7073                 (Debugging CPerl:) backtrace on fontification.
7075         After 5.12:
7076         (cperl-cached-syntax-table): Use `car-safe'.
7077         (cperl-forward-re): Remove spurious argument SET-ST.
7078                 Add documentation.
7079         (cperl-forward-group-in-re): New function.
7080         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7081         (XXXX Temporary (?) hack is to syntax-mark them as comment).
7083         After 5.13:
7084         (cperl-string-syntax-table): Make { and } not-grouping
7085           (Sometimes they ARE grouping in RExen, but matching them would only
7086            confuse in many situations when they are not)
7087         (beginning-of-buffer): Replace two occurrences with goto-char...
7088         (cperl-calculate-indent): `char-after' could be nil...
7089         (cperl-find-pods-heres): REx can start after "[" too.
7090                 Hightlight (??{}) in RExen too.
7091         (cperl-maybe-white-and-comment-rex): New constant
7092         (cperl-white-and-comment-rex): Likewise.
7093                 XXXX Not very efficient, but hard to make
7094                 better while keeping 1 group.
7096         After 5.13:
7097         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7098                 Likewise for 1 << identifier.
7100         After 5.14:
7101         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7102                 Error-less condition-case could fail.
7103         (cperl-font-lock-fontify-region-function): Likewise.
7104         (cperl-init-faces): Likewise.
7106         After 5.15:
7107         (cperl-find-pods-heres): Support property REx-part2.
7108         (cperl-calculate-indent): Likewise.
7109                 Don't special-case REx with non-empty 1st line.
7110         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7111                 Invert highlighting of charclasses:
7112                         now the envelop is highlighted.
7113                 Highlight many others 0-length builtins.
7114         (cperl-praise): Mention indenting and highlight in RExen.
7116         After 5.15:
7117         (cperl-find-pods-heres): Highlight capturing parens in REx.
7119         After 5.16:
7120         (cperl-find-pods-heres): Highlight '|' for alternation
7121         Initialize `font-lock-warning-face' if not present.
7122         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7123                          `font-lock-function-name-face'.
7124         (cperl-look-at-leading-count): Likewise.
7125         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7126                         `font-lock-keyword-face' (needed for
7127                         batch processing), etc...
7128                 Use `font-lock-builtin-face' for builtin in REx
7129                         Now `font-lock-variable-name-face'
7130                         is used for interpolated variables
7131                 Use "talking aliases" for faces inside REx
7132                 Highlight parts of REx (except in charclasses)
7133                         according to the syntax and/or semantic
7134                 Syntax-mark a {}-part of (?{}) as "comment"
7135                         (it was the ()-part)
7136                 Better logic to distinguish what is what in REx
7137         (cperl-tips-faces): Document REx highlighting
7138         (cperl-praise): Mention REx syntax highlight etc.
7140         After 5.17:
7141         (cperl-find-sub-attrs): Would not always manage to print error message.
7142         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7144         After 5.18:
7145         (cperl-find-pods-heres): Misprint in REx for parsing REx.
7146                 Very minor optimization.
7147                 `my-cperl-REx-modifiers-face' got quoted.
7148                 Recognize "print $foo <<END" as HERE-doc.
7149                 Put `REx-interpolated' text attribute if needed.
7150         (cperl-invert-if-unless-modifiers): New function.
7151         (cperl-backward-to-start-of-expr): Likewise.
7152         (cperl-forward-to-end-of-expr): Likewise.
7153         (cperl-invert-if-unless): Works in "the opposite way" too.
7154                 Cursor position on return is on the switch-word.
7155                 Indents comments better.
7156         (REx-interpolated): New text attribute.
7157         (cperl-next-interpolated-REx): New function.
7158         (cperl-next-interpolated-REx-0): Likewise.
7159         (cperl-next-interpolated-REx-1): Likewise.
7160         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7161         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7162         (cperl-praise): Mention finded interpolated RExen.
7164         After 5.19:
7165         (cperl-init-faces): Highlight %$foo, @$foo too.
7166         (cperl-short-docs): Better docs for system, exec.
7167         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7168                 Would not find HERE-doc ended by EOF without NL.
7169         (cperl-short-docs): Correct not-doubled \-escapes.
7170         start block: Put some `defvar' for stuff gone from XEmacs.
7172         After 5.20:
7173         initial comment: Extend copyright, fix email address.
7174         (cperl-indent-comment-at-column-0): New customization variable.
7175         (cperl-comment-indent): Indentation after $#a would increasy by 1.
7176         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7177         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7178         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7179         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7180                         highlight $ in $foo too (UNTESTED).
7181         (cperl-set-style): Docstring missed some available styles.
7182         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7183                 Change "Current" to "Memorize Current".
7184         (cperl-indent-wrt-brace): New customization variable; the default is
7185                 as for pre-5.2 version.
7186         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7187         (cperl-style-alist): Likewise.
7188         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7189                 and `cperl-extra-newline-before-brace' etc
7190                 being t
7191         (cperl-indent-exp): Plans B and C to find continuation blocks even
7192                 if `cperl-extra-newline-before-brace' is t.
7194         After 5.21:
7195         Improve some docstrings concerning indentation.
7196         (cperl-indent-rules-alist): New variable.
7197         (cperl-sniff-for-indent): New function name
7198                 (separated from `cperl-calculate-indent').
7199         (cperl-calculate-indent): Separate the sniffer and the indenter;
7200                 uses `cperl-sniff-for-indent' now.
7201         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7202                 was inverted;
7203                 Support `comment-column' = 0.
7205 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
7207         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7208         * help-at-pt.el (scan-buf-move-to-region): Likewise.
7209         * longlines.el (longlines-window-change-function): Likewise.
7210         * simple.el (undo-ask-before-discard): Likewise.
7211         * wid-edit.el (widget-field-prompt-internal)
7212         (widget-documentation-link-p): Likewise.
7214 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7216         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7217         for a keyword.
7219 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7221         * newcomment.el (comment-valid-prefix-p): Make the check
7222         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
7223         (comment-indent-new-line): Adjust call.
7225 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
7227         * allout.el (allout-back-to-current-heading): Base on lower-level
7228         routines to get proper disqualification of aberrant topics.
7230 2006-10-09  Richard Stallman  <rms@gnu.org>
7232         * textmodes/two-column.el (2C-two-columns): Doc fix.
7234 2006-10-09  Kim F. Storm  <storm@cua.dk>
7236         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7237         about implicit use.
7239 2006-10-08  Richard Stallman  <rms@gnu.org>
7241         * textmodes/two-column.el (2C-two-columns): Doc fix.
7243 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7245         * files.el: Mark `buffer-read-only' as safe-local-variable.
7247 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
7249         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7250         Burp if GUD buffer has been killed.
7252 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7254         * completion.el (add-completions-from-c-buffer):
7255         Don't presume an error's second element is a string.
7256         Use looking-at rather than buffer-substring + member.
7258 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
7260         * mail/rmail.el (rmail-redecode-body): If the old encoding is
7261         `undecided', call find-coding-systems-region to find a proper
7262         non-trivial encoding.
7263         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7264         and "text/plain".
7266 2006-10-07  Kevin Ryde  <user42@zip.com.au>
7268         * textmodes/reftex-vars.el (defgroup reftex): Update home page
7269         url-link.
7271         * strokes.el (defgroup strokes): Remove invalid url-link.
7273 2006-10-07  Magnus Henoch  <mange@freemail.hu>
7275         * autoinsert.el (auto-insert-alist): Doc fix.
7277 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7279         * mouse-sel.el (mouse-insert-selection-internal):
7280         Use insert-for-yank, so that yank handlers are run.
7282 2006-10-07  Kim F. Storm  <storm@cua.dk>
7284         * ido.el (ido-file-extension-aux): Fix comparison.
7286 2006-10-06  Kim F. Storm  <storm@cua.dk>
7288         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7290 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
7292         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7293         (ad-make-mapped-call): Use `let', not `let*'.
7295 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
7297         * international/mule-cmds.el (coding-system-change-eol-conversion):
7298         Ensure the coding system is initialized before calling
7299         coding-system-eol-type.
7301 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
7303         * textmodes/org.el (org-rm-props, org-activate-plain-links)
7304         (org-activate-angle-links, org-activate-dates)
7305         (org-activate-target-links, org-activate-camels)
7306         (org-activate-tags): Add `rear-nonsticky' text property to avoid
7307         textproperty keymaps from being active beyond the end of a line.
7308         (org-unfontify-region): Also remove `rear-nonsticky' property.
7310 2006-10-04  Kenichi Handa  <handa@m17n.org>
7312         * international/code-pages.el (next): Table fixed.
7314 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7316         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7317         that it's been made unnecessary by removing narrowing.
7319 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7321         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7322         control flow a bit, simplify another bit, and add comments.
7324 2006-10-03  David Kastrup  <dak@gnu.org>
7326         * help.el (describe-mode): For clicks on mode-line, use "@"
7327         interactive argument to get the major mode of the click instead of
7328         the current buffer.
7330         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7331         in order to better redirect mouse-2 clicks.  Also allow default
7332         bindings to apply.
7334 2006-10-03  Kim F. Storm  <storm@cua.dk>
7336         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7337         (pushnew): Fix last change.
7339 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
7341         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7342         Use the interactive spec of `eval-expression'.
7344 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7346         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7348 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
7350         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7351         2006-09-28 commit.
7353 2006-10-02  Kenichi Handa  <handa@m17n.org>
7355         * international/code-pages.el (iso-8859-6): Table fixed.
7357 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
7359         * dired.el (dired-build-subdir-alist): Fix previous change.
7361 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7363         * simple.el (undo-elt-crosses-region): Fix the inequalities.
7365 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7367         * emacs-lisp/find-func.el (find-function-regexp): Don't match
7368         "define-button-type".
7370         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7371         they don't keep accumulating.
7373 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
7375         * ffap.el (ffap-rfc-path): Change the address of the RFC
7376         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7378 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
7380         * allout.el (allout-expose-topic): Rectify implementation of "+"
7381         spec, so that bodies are not exposed with headlines.
7383 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
7385         * allout.el (allout-current-depth): Do aberrent check only at or
7386         below doublecheck depth.
7387         (allout-chart-subtree): Make it explicit that LEVELS being nil
7388         means unlimited depth.  Drop undocumented support for LEVELS value
7389         t meaning unlimited depth.  (This is consistent with
7390         allout-chart-to-reveal, but contrary to allout-show-children,
7391         which needs to use nil to default to depth of 1.)
7392         (allout-goto-prefix-doublechecked): Wrap long docstring line.
7393         (allout-chart-to-reveal): Be explicit in docstring about meaning
7394         of nil LEVELS, and drop support for LEVELS value t.
7395         (allout-show-children): Translate the level spec used by this
7396         routine to that used by allout-chart-subtree and
7397         allout-chart-to-reveal.
7398         (allout-show-to-offshoot): Retry once when stuck, after opening
7399         subtree - improvements in discontinuity handling likely will
7400         enable progress.
7402 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
7404         * wid-edit.el (widget-button-click-moves-point): New variable.
7405         (widget-button-click): If widget-button-click-moves-point is
7406         non-nil, set point after performing the button action.
7408         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
7410 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
7412         * files.el (find-file-existing): Modify to not allow wildcards.
7414 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7416         * simple.el (undo-more): When undo information for the region is
7417         exhausted, say "No further undo information FOR REGION".
7419 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7421         * progmodes/sh-script.el (sh-prev-thing):
7422         Take `sh-leading-keywords' into account.
7424 2006-09-29  Glenn Morris  <rgm@gnu.org>
7426         * custom.el (defcustom): Doc fix.
7428         * calendar/calendar.el (european-calendar-style):
7429         Call european-calendar or american-calendar as needed when set.
7430         (diary-view-entries, list-calendar-holidays): Move autoloads
7431         before use.
7433 2006-09-29  Juri Linkov  <juri@jurta.org>
7435         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
7436         to nil if there is no previous property change.
7438 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7440         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
7441         saving anything to be sure that `forward-sexp' behaves correctly.
7443 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
7445         * simple.el (line-move-finish): Ignore field boundaries if the
7446         initial and final points have the same `field' property.
7448 2006-09-29  Kim F. Storm  <storm@cua.dk>
7450         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
7451         to t while calling ido-read-internal.
7453 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
7455         * textmodes/org.el (org-file-remote-p): Get regexp from list.
7456         (org-archive-subtree): Remove erraneous `]' from character list.
7458 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
7460         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
7461         (ses-reconstruct-all): Make undo of "insert row" work by keeping
7462         markers for data-area and parameters-area.
7464 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7466         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
7468         * font-lock.el (font-lock-after-change-function): Refontify next line
7469         as well if end is at BOL.
7470         (font-lock-extend-jit-lock-region-after-change): Be more careful to
7471         only extend the region as much as needed.
7473 2006-09-28  Richard Stallman  <rms@gnu.org>
7475         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
7477         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
7479         * international/mule.el (after-insert-file-set-coding):
7480         If VISIT, don't let set-buffer-multibyte make undo info.
7482 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
7484         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
7485         lines in base64-encoded authentication response.
7487 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7489         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
7490         (ebnf-version): New version 4.3.
7491         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
7492         (ebnf-prologue): Adjust PostScript programming.
7493         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
7494         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
7496 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7498         * jit-lock.el (jit-lock-force-redisplay): Rename from
7499         jit-lock-fontify-again, and undo the mistaken change I've just done.
7501         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
7502         (jit-lock-fontify-again): Don't refontify text that's not displayed.
7504 2006-09-26  Kenichi Handa  <handa@m17n.org>
7506         * startup.el (display-splash-screen): Allow a prefix argument.
7508 2006-09-25  Jason Rumney  <jasonr@gnu.org>
7510         * subr.el (shell-quote-argument): Use DOS logic for Windows
7511         shells with DOS semantics.
7513 2006-09-24  Richard Stallman  <rms@gnu.org>
7515         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
7516         (compilation-goto-locus): Use compilation-goto-locus-delete-o
7517         to delete the overlay.  Put it on pre-command-hook.
7519         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
7521         * startup.el (fancy-splash-screens, normal-splash-screen):
7522         Call the splash buffer *About GNU Emacs*.
7524         * simple.el (next-error-highlight, next-error-highlight-no-select):
7525         Default to 0.5.
7526         (yank-excluded-properties): Add `fontified'.
7528         * font-lock.el (font-lock-compile-keywords): Allow value of
7529         syntax-begin-function to enable paren-column-0 highlighting.
7531 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
7533         * dired.el (dired-build-subdir-alist): When file ends in colon,
7534         don't exit the loop, just disregard that file.
7536 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
7538         * simple.el (line-move-finish): Handle corner case for fields in
7539         continued lines.
7540         (line-move-1): Remove flawed test for that case.
7542 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
7544         * icomplete.el (icomplete-simple-completing-p): Use the correct
7545         name for the new variable, `icomplete-with-completion-tables'.
7546         (file local variables): Remove superfluous setting.
7548 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
7550         * calendar/appt.el (appt-check): Fix typo for appointments just
7551         after midnight.
7553 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
7555         * help.el (describe-key-briefly, describe-key): Don't expect an
7556         extra up event if a down-event is generated by a popup menu.
7558 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
7560         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
7561         local dictionary when changing the global dictionary.
7563 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
7565         * icomplete.el (icomplete-with-completion-tables): List of
7566         specialized completion tables with which icomplete should
7567         operate.  Include the new `internal-complete-buffer', so icomplete
7568         works with interactive buffer-selection.
7569         (icomplete-simple-completing-p): Add acceptance of specialized
7570         completion tables listed in icomplete-with-completion-tables.
7572 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7574         * frame.el (focus-follows-mouse): Set default to nil on Mac.
7576         * startup.el (command-line): Use `custom-reevaluate-setting' for
7577         `focus-follows-mouse'.
7579 2006-09-22  Richard Stallman  <rms@gnu.org>
7581         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
7582         explain why Save is not available.
7584 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
7586         * woman.el (woman0-so): Use `let*', not `let'.
7587         (woman-horizontal-line): Remove unbalanced parenthesis.
7589 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7591         * woman.el: Make sure all the end-of-region markers we use have
7592         a non-nil insertion-type.
7593         (woman0-so): Move things around so we can use copy-marker.
7594         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
7595         Adjust marker type.
7596         (woman2-process-escapes): Check marker type.
7597         (woman-horizontal-line): Dispense with the use of a marker.
7599 2006-09-22  Jay Belanger  <belanger@truman.edu>
7601         * calc/calc-lang.el: Add Greek letters to math-variable-table
7602         property of tex.
7604 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
7606         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
7608 2006-09-22  Masatake YAMATO  <jet@gyve.org>
7610         * add-log.el (add-log-current-defun): Use `forward-sexp'
7611         instead of `forward-word' to pick c++::symbol.
7612         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
7614 2006-09-22  Kenichi Handa  <handa@m17n.org>
7616         * bindings.el: Fix setting self-insert-command for multibyte
7617         characters in global-map.
7619 2006-09-21  David Kastrup  <dak@gnu.org>
7621         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
7622         doc string.
7624 2006-09-21  Kenichi Handa  <handa@m17n.org>
7626         * language/european.el ("Latin-1"): Add windows-1252 to
7627         coding-priority.
7628         ("German"): Likewise.
7630 2006-09-21  Kim F. Storm  <storm@cua.dk>
7632         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
7633         Suggested by Miles Bader.
7635         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
7636         instead of add-to-list in the simple case.
7638 2006-09-20  Kenichi Handa  <handa@m17n.org>
7640         * isearch.el (isearch-process-search-char): Cancel the previous change.
7641         (isearch-search-string): New function.
7642         (isearch-search): Use isearch-search-string.
7643         (isearch-lazy-highlight-search): Likewise.
7645 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7647         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
7648         string to become an option.
7650 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7652         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
7654 2006-09-20  Kim F. Storm  <storm@cua.dk>
7656         * simple.el (line-move-partial): Call pos-visible-in-window-p with
7657         position t instead of trying both window-end and window-end - 1.
7659 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
7661         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
7662         hidden trees.
7664 2006-09-20  David Kastrup  <dak@gnu.org>
7666         * mouse.el (mouse-posn-property): Improve doc string.
7667         (mouse-on-link-p): Change buffers for function calls on links.
7669         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
7670         buffer is read-only.
7672 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
7674         * allout.el (allout-unprotected): Let inhibit-read-only only when
7675         buffer-read-only isn't set.
7676         (allout-annotate-hidden): Enable topic annotation during copies even
7677         when the buffer is read-only, eg for topic copies.  Ensure that the loop
7678         advances, even when the span extends beyond the deletion region.
7679         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
7680         rather than allout-exposure-changed-hook, as a stronger assertion.
7681         (allout-keybindings-list): Add bindings for
7682         allout-copy-line-as-kill and allout-copy-topic-as-kill.
7683         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
7684         Copy wrappers for allout-kill-line and allout-kill-topic.
7685         (allout-listify-exposed): Position correctly to accumulate lines.
7687 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
7689         * simple.el (line-move-1): Escape field boundaries occurring
7690         exactly at point.  Update goal column if constrained to a field.
7691         (line-move-finish): Escape field boundaries occurring exactly at point.
7693 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7695         * mouse.el (mouse-on-link-p): Tentatively fix last change.
7696         (mouse-drag-vertical-line): Remove unused var `wconfig'.
7698 2006-09-19  Kim F. Storm  <storm@cua.dk>
7700         * help.el (describe-key-briefly, describe-key): Simplify printing
7701         of descriptions by using format and %S.  Fix "is undefined"
7702         messages to say "at that spot" for mouse events.
7704         * simple.el (line-move-partial): Optimize.  Try window-line-height
7705         before posn-at-point to get vpos of current line.
7707 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
7709         * viper.el: Bump up version/date of update to reflect the substantial
7710         changes done in August 2006.
7712         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
7713         are defined.
7715         * ediff-util.el (ediff-add-to-history): New function.
7717         * ediff.el: Use ediff-add-to-history instead of add-to-history.
7719 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7721         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
7722         Delete duplicate make-local-variable form.
7723         (conf-space-keywords): Add autoload cookie.
7724         Fix typo (`keywords', not `keyword').
7726 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7728         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
7729         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
7730         to x-gtk-use-old-file-dialog.
7732 2006-09-18  Richard Stallman  <rms@gnu.org>
7734         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
7735         that might come in during mouse tracking.
7737 2006-09-18  Kim F. Storm  <storm@cua.dk>
7739         * simple.el (line-move-partial): Rework 2006-09-15 change to use
7740         new window-line-height function.  Further optimize by not calling
7741         pos-visible-in-window-p for window-end when window-line-height
7742         returns useful information.
7744 2006-09-16  Richard Stallman  <rms@gnu.org>
7746         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
7747         (conf-space-mode): Don't handle prefix arg.
7748         Delete conf-space-keywords-override code.
7749         Use add-hook.
7750         (conf-space-keywords): New command.
7751         (conf-space-mode-internal): Be careful with imenu-generic-expression.
7752         Delete conf-space-keywords-override code.
7753         (conf-space-keywords-alist): Doc fix.
7754         (conf-space-font-lock-keywords): Doc fix.
7755         (conf-space-keywords-override): Var deleted.
7757 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
7759         * startup.el (fancy-splash-screens): Don't switch to the scratch
7760         buffer; it may not be the next buffer.
7762 2006-09-16  Romain Francoise  <romain@orebokech.com>
7764         * saveplace.el (load-save-place-alist-from-file): Use expanded name
7765         in both messages.
7767 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
7769         * progmodes/python.el (python-preoutput-filter):
7770         Fix arg order to string-match.
7772 2006-09-16  Richard Stallman  <rms@gnu.org>
7774         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
7775         font-lock-compile-keywords.
7777         * font-lock.el (font-lock-compile-keywords): Rename optional arg
7778         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
7780 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7782         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
7784         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
7785         and the data doesn't look like UTF8, send STRING instead.
7787 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
7789         * textmodes/flyspell.el (flyspell-check-region-doublons):
7790         New function to detect duplicated words.
7791         (flyspell-large-region): Use it.
7793 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
7795         * simple.el (line-move-to-column): Revert 2006-08-03 change.
7797 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
7799         * help.el (describe-prefix-bindings): Use let, not let*.
7801 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
7803         * allout.el (allout-regexp, allout-line-boundary-regexp)
7804         (allout-bob-regexp): Correct grouping and boundaries to fix
7805         backwards traversal.
7806         (allout-depth-specific-regexp, allout-depth-one-regexp):
7807         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
7808         worse time in allout-ascend.
7809         (allout-doublecheck-at-and-shallower): Identify depth threshold
7810         below which topics are checked for and disqualified by containment
7811         discontinuities.
7812         (allout-hotspot-key-handler): Correctly handle multiple-key
7813         strokes.  Remove some unused variables.
7814         (allout-mode-leaders): Clarify that mode-specific comment-start
7815         will be used.
7816         (set-allout-regexp): Correctly regexp-quote allout regexps to
7817         properly accept alternative header-leads and primary bullets with
7818         regexp-specific characters (eg, C "/*", mathematica "(*").
7819         Include new regular expressions among those configured.
7820         (allout-infer-header-lead-and-primary-bullet):
7821         Rename allout-infer-header-lead.
7822         (allout-recent-depth): Manifest as a variable as well as a function.
7823         (allout-prefix-data): Simplify into an inline instead of a macro,
7824         assuming current match data rather than being explicitly passed
7825         it.  Establish allout-recent-depth value as well as
7826         allout-recent-prefix-beginning and allout-recent-prefix-end.
7827         (allout-aberrant-container-p): True when an item's immediate
7828         offspring discontinuously contained.  Useful for disqualifying
7829         unintended topic prefixes, likely at low depths.
7830         (allout-goto-prefix-doublechecked): Elaborate version of
7831         allout-goto-prefix which disqualifies aberrant pseudo-items.
7832         (allout-pre-next-prefix): Layer on top of lower-level routines, to
7833         get disqualification of aberrant containers.
7834         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
7835         containers.
7836         (allout-beginning-of-current-entry): Position at start of buffer
7837         when in container (depth 0) entry.
7838         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
7839         (allout-current-bullet): Strip text properties.
7840         (allout-get-prefix-bullet): Use right match groups.
7841         (allout-beginning-of-line, allout-next-heading):
7842         Disqualify aberrant containers.
7843         (allout-previous-heading): Disqualify aberrant containers, and
7844         change to regular (rather than inline) function, to allow
7845         self-recursion.
7846         (allout-get-invisibility-overlay): Increment so progress is made
7847         when the first overlay is not the sought one.
7848         (allout-end-of-prefix): Disqualify aberrant containers.
7849         (allout-end-of-line): Cycle something like allout-beginning-of-line.
7850         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
7851         outline.el outlines) functional again.  Change the primary bullet
7852         along with the header-lead - level 1 new-style bullets now work.
7853         Engage allout-before-change-handler in mainline Emacs, not just
7854         XEmacs, to do undo handling.
7855         (allout-before-change-handler): Expose undo changes occurring in
7856         hidden regions.  Use allout-get-invisibility-overlay instead of
7857         reimplementing it inline.
7858         (allout-chart-subtree): Use start rather than end of prefix in
7859         charts.  Use allout-recent-depth variable.
7860         (allout-chart-siblings): Disqualify aberrant topics.
7861         (allout-beginning-of-current-entry): Position correctly.
7862         (allout-ascend): Use new allout-depth-specific-regexp and
7863         allout-depth-one-regexp for linear instead of O(N^2) or worse
7864         behavior.
7865         (allout-ascend-to-depth): Depend on allout-ascend, rather than
7866         reimplementing an algorithm.
7867         (allout-up-current-level): Depend on allout-ascend, rather than
7868         reimplementing an algorithm.  Return to start-point if we fail.
7869         (allout-descend-to-depth): Use allout-recent-depth variable
7870         instead of function.
7871         (allout-next-sibling): On traversal of numerous intervening
7872         topics, resort to economical allout-next-sibling-leap.
7873         (allout-next-sibling-leap): Specialized version of
7874         allout-next-sibling that uses allout-ascend cleverly, to depend on
7875         a regexp search to leap large numbers of contained topics, rather
7876         than arbitrarily many one-by-one traversals.
7877         (allout-next-visible-heading): Disqualify aberrant topics.
7878         (allout-previous-visible-heading): Position consistently when
7879         interactive.
7880         (allout-forward-current-level): Base on allout-previous-sibling
7881         rather than (differently) reimplmenting the algorithm.  Remove some
7882         unused variables.
7883         (allout-solicit-alternate-bullet): Present default choice stripped
7884         of text properties.
7885         (allout-rebullet-heading): Use bullet stripped of text properties.
7886         Register changes using allout-exposure-change-hook.
7887         Disregard aberrant topics.
7888         (allout-shift-in): With universal-argument, make topic a peer of
7889         it's former offspring.  Simplify the code by separating out
7890         allout-shift-out functionality.
7891         (allout-shift-out): With universal-argument, make offspring peers
7892         of their former container, and its siblings.  Implement the
7893         functionality here, rather than inappropriately muddling the
7894         implementation of allout-shift-in.
7895         (allout-rebullet-topic): Respect additional argument for new
7896         parent-child separation function.
7897         (allout-yank-processing): Use allout-ascend directly.
7898         (allout-show-entry): Disqualify aberrant topics.
7899         (allout-show-children): Handle discontinuous children gracefully,
7900         extending the depth being revealed to expose them and posting a
7901         message indicating the situation.
7902         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
7903         Leave cursor in correct position.
7904         (allout-hide-current-subtree): Use allout-ascend directly.
7905         Disqualify aberrant topics.
7906         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
7907         a way that the yanks can restore it, as used to happen.
7908         (allout-yank-processing): Restore exposure layout as recorded by
7909         allout-kill-*, as used to happen.
7910         (allout-annotate-hidden, allout-hide-by-annotation): New routines
7911         for preseving and restoring exposure layout across kills.
7912         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
7913         (allout-encrypt-string): Strip text properties.
7914         Rearranged order and outline-headings for some of the
7915         miscellaneous functions.
7916         (allout-resolve-xref): No need to quote the error name in the
7917         condition-case handler section.
7918         (allout-flatten): Classic recursive (and recursively intensive,
7919         without tail-recursion) list-flattener, needed by allout-shift-out
7920         when confronted with discontinuous children.
7922 2006-09-16  Jason Rumney  <jasonr@gnu.org>
7924         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
7925         on ms-windows.
7926         (dnd-open-unc-file): Remove.
7927         (dnd-open-local-file): Mention in doc string that it also handles
7928         remote files if the system natively supports unc file-names.
7930 2006-09-15  Kim F. Storm  <storm@cua.dk>
7932         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
7933         all necessary information about the event before erasing *Help*.
7935         * simple.el (line-move-partial): Use window-line-visiblity to
7936         quickly check whether last line is partially visible, and only do
7937         the hard (and slow) part in that case.
7939 2006-09-15  Jay Belanger  <belanger@truman.edu>
7941         * COPYING: Replace "Library Public License" by "Lesser Public
7942         License" throughout.
7944 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7946         * term/x-win.el (x-menu-bar-open): New function for F10.
7948 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
7950         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7951         Disallow filenames containing " -" to avoid confusion with libtool
7952         compilation messages.  Suggested by Stefan Monnier.
7954 2006-09-15  David Kastrup  <dak@gnu.org>
7956         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
7957         instead of buffer position for `mouse-on-link-p'.
7959         * mouse.el (mouse-posn-property): New function looking up the
7960         properties at a click position in overlays and text properties in
7961         either buffer or strings.
7962         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
7963         of both `follow-link' as well as `mouse-face' properties.
7964         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
7965         buffer position.
7967         * help.el (describe-key-briefly): When reading a down-event on
7968         mode lines or scroll bar, swallow the following up event, too.
7969         Use the new mouse sensitity of `key-binding' for lookup.
7970         (describe-key): The same here.
7972 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
7974         * play/life.el (life-patterns): Add a few more interesting patterns.
7975         (life-setup): Force `show-trailing-whitespace' to nil.
7977 2006-09-14  Richard Stallman  <rms@gnu.org>
7979         * startup.el (fancy-splash-text): Change text to improve alignment.
7980         (fancy-splash-screens): Don't set non-standard tab width.
7981         Bind cursor-type temporarily, and make it easy to patch to
7982         preserve the splash buffer.
7983         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
7984         (fancy-splash-screens): Display echo-area message explicitly.
7985         Don't set fancy-splash-help-echo.
7987         * simple.el (line-number-mode): Group mode-line instead of
7988         editing-basics.
7989         (column-number-mode, size-indication-mode): Likewise.
7991         * faces.el (mode-line-faces): Group mode-line instead of modeline.
7993         * time.el (display-time): Group mode-line instead of modeline.
7995         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
7997 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
7999         * startup.el (fancy-splash-text): Move editing instructions to
8000         fancy-splash-head.
8001         (fancy-splash-head): Issue editing instructions.
8002         (fancy-splash-screens): Fixup whitespace.
8004 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8006         * bindings.el (mode-line-buffer-identification-keymap):
8007         Remove duplicate line.
8009 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8011         * ido.el (ido-ignore-item-p): Allow any kind of functions in
8012         ignore lists.
8014 2006-09-14  Kim F. Storm  <storm@cua.dk>
8016         * jit-lock.el (jit-lock-fontify-again): New function.
8017         (jit-lock-fontify-now): Use it instead of lambda form.
8019 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
8021         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8022         (flyspell-auto-correct-word): Make ispell-filter local to these
8023         functions.  Check that ispell-filter has new stuff before calling
8024         ispell-parse-output.
8026 2006-09-13  Kim F. Storm  <storm@cua.dk>
8028         * simple.el (line-move-partial): Optimize.
8030 2006-09-13  Richard Stallman  <rms@gnu.org>
8032         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8033         Delete spurious backquote.
8035 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8037         * net/rcirc.el (rcirc-print): Fix last change.
8039 2006-09-12  Jay Belanger  <belanger@truman.edu>
8041         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8043 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8045         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8046         rcirc-show-maximum-output.
8047         (rcirc-mode): Remove window-scroll-function hook.
8048         (rcirc-scroll-to-bottom): Remove function.
8049         (rcirc-print): Recenter so point stays at the bottom of the window
8050         if point was already there.
8052 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
8054         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8055         not to "t".
8056         * progmodes/compile.el (compilation-start): Likewise.
8057         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8058         Don't use expand-file-name on invocation-directory, since this
8059         might mishandle special characters in invocation-directory.
8061 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8063         * pcvs-defs.el: Remove * in defcustom's docstrings.
8065 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
8067         * progmodes/compile.el (compilation-directory-properties):
8068         Doc fix for help-echo.
8070 2006-09-12  Lars Hansen  <larsh@soem.dk>
8072         * desktop.el (desktop-read): Add comment.
8074 2006-09-12  Kim F. Storm  <storm@cua.dk>
8076         * simple.el (next-error-highlight, next-error-highlight-no-select):
8077         Fix spelling error.
8079         * subr.el (sit-for): Rework to use input-pending-p and cond.
8080         Return nil input is pending on entry also for SECONDS <= 0.
8081         (while-no-input): Use input-pending-p instead of sit-for.
8083 2006-09-11  Richard Stallman  <rms@gnu.org>
8085         * simple.el (next-error-highlight, next-error-highlight-no-select):
8086         Fix custom type and doc strings.
8088 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8090         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8091         (diff-apply-hunk): Use it to ask for confirmation.
8093 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
8095         * emacs-lisp/cl.el (pushnew): Add missing `,'.
8097 2006-09-11  David Kastrup  <dak@gnu.org>
8099         * help.el (string-key-binding, describe-key-briefly)
8100         (describe-key): Remove `string-key-binding' and its callers since
8101         `key-binding' already caters for the proper lookup now.
8103 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8105         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8106         (cfengine-mode): Use it.  Fix \ syntax to be like /.
8108         * bindings.el (mode-line-buffer-identification-keymap):
8109         Move initialization into declaration.
8111 2006-09-10  Kim F. Storm  <storm@cua.dk>
8113         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8114         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8115         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8116         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
8118 2006-09-10  Richard Stallman  <rms@gnu.org>
8120         * dired-aux.el: Handle errors in recursive copy usefully.
8121         (dired-create-files-failures): New variable.
8122         (dired-copy-file): Remove condition-case.
8123         (dired-copy-file-recursive): Check for errors on all file
8124         operations, and add them to dired-create-files-failures.
8125         Check file file-date-erorr here too.
8126         (dired-create-files): Check dired-create-files-failures
8127         and report those errors too.
8129         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8131         * subr.el (add-to-list): New argument COMPARE-FN.
8133 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8135         * filecache.el (file-cache-add-directory)
8136         (file-cache-add-directory-list, file-cache-add-file)
8137         (file-cache-add-directory-using-find)
8138         (file-cache-add-directory-using-locate)
8139         (file-cache-add-directory-recursively): Add autoloads.
8141 2006-09-09  Richard Stallman  <rms@gnu.org>
8143         * textmodes/conf-mode.el (conf-space-mode):
8144         Use hack-local-variables-hook instead of calling hack-local-variables.
8145         (conf-space-keywords-override): New variable.
8146         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
8147         (conf-space-mode): Always make conf-space-keywords and
8148         conf-space-keywords-override local.
8149         Call conf-space-mode-internal directly as well as via hook.
8151 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
8153         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8154         quasi-keywords.
8156 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8158         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8159         (python-send-string): Be slightly more careful about adding \n.
8161         * startup.el (normal-splash-screen): Don't display the buffer if we'll
8162         kill it right away anyway.
8164 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
8166         * international/codepage.el (cp850-decode-table): Fix a few codes.
8167         (cp858-decode-table): New variable.
8169 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8171         * net/ldap.el (ldap-search-internal): Doc fix.
8173 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8175         * play/life.el (life-display-generation): Test for input manually if
8176         `sleeptime' is negative or null.
8178         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8179         (print-region-1): Substitute `%s' with the page title.
8181 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
8183         * locate.el (locate-current-search): New variable.
8184         (locate): Set buffer local value.  Use current buffer if it is
8185         in Locate mode.
8186         (locate-mode): Disable undo here.
8187         (locate-do-setup): Use locate-current-filter from buffer to be killed.
8188         (locate-update): Use locate-current-search and locate-current-filter.
8190 2006-09-08  David Kastrup  <dak@gnu.org>
8192         * desktop.el (desktop-read): When loading a desktop, disable
8193         saving it while the load progresses, and switch off a pending lazy
8194         load by calling `desktop-lazy-abort'.
8196 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
8198         * window.el (mouse-autoselect-window-timer)
8199         (mouse-autoselect-window-position)
8200         (mouse-autoselect-window-window)
8201         (mouse-autoselect-window-now): New vars.
8202         (mouse-autoselect-window-cancel)
8203         (mouse-autoselect-window-select)
8204         (mouse-autoselect-window-start): New functions.
8205         (handle-select-window): Call `mouse-autoselect-window-start' when
8206         delayed window autoselection is enabled.
8208         * cus-start.el (mouse-autoselect-window): Handle delayed window
8209         autoselection.
8211         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8212         commands after which it is allowed to print in the echo area.
8214 2006-09-08  Richard Stallman  <rms@gnu.org>
8216         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8218         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8219         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8221         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8222         (cancel-timer-internal): Add doc string.
8223         (cancel-function-timers): Doc fix.
8224         (with-timeout-handler, timer-event-last*): Add doc strings.
8226         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8228         * files.el (risky-local-variable-p): Match ...-bindat-spec.
8230         * dired.el (dired-log-summary): Add doc string.
8232         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8233         (custom-group-menu-create): Not here.
8235 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
8237         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8239 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8241         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8242         (mac-apple-event-map): Define its handler.
8244 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8246         * net/ldap.el (ldap-search-internal): Handle `auth' key.
8248 2006-09-07  Magnus Henoch  <mange@freemail.hu>
8250         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8251         clause.
8253 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8255         * info.el (Info-index): Bind completion-ignore-case.
8257 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8259         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8260         previous commit.
8261         (inferior-prolog-guess-flavor): New fun left out of previous commit.
8262         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8263         burp in dedicated windows.
8264         (inferior-prolog-self-insert-command): New command.
8265         (inferior-prolog-mode-map): Use it.
8267 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8269         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8271         * international/code-pages.el: Add cp858.
8273 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8275         * dnd.el: Fix bootstrapping.
8277 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8279         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8280         (dnd-open-remote-url): New function.
8281         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8282         not windows-nt.
8284 2006-09-07  Jason Rumney  <jasonr@gnu.org>
8286         * dnd.el (dnd-open-remote-file-function): New variable.
8287         (dnd-open-unc-file): New function.
8288         (dnd-open-file): Call dnd-open-remote-file-function if set.
8290 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8292         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8293         pgg-passphrase-coding-system rather than locale-coding-system.
8294         * pgg-def.el (pgg-passphrase-coding-system): New user option.
8296 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8298         * progmodes/prolog.el: Remove * in docstrings.
8299         (prolog-program-name): Add SWI prolog.
8300         (prolog-mode-menu): New menu.
8301         (prolog-mode): Set comment-add.
8302         (prolog-indent-line): Simplify.  Use indent-line-to.
8303         (inferior-prolog-buffer): New var.
8304         (inferior-prolog-run, inferior-prolog-process): New funs.
8305         (run-prolog, switch-to-prolog): Rewrite, using them.
8306         (prolog-consult-region): Use inferior-prolog-buffer.
8307         (inferior-prolog-load-file): New function.
8308         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8310         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8311         last word, if it's not the end of the paragraph.
8313         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8314         file name.
8316 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
8318         * frame.el (display-mm-dimensions-alist): New defcustom.
8319         (display-mm-height, display-mm-width): Use it.
8321 2006-09-06  Simon Josefsson  <jas@extundo.com>
8323         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8325 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
8327         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8328         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8329         string values.
8331 2006-09-06  Kim F. Storm  <storm@cua.dk>
8333         * simple.el (line-move-partial): New function to do vscrolling for
8334         partially visible images / tall lines.  Rewrite based on code
8335         previously in line-move.  Simplify backwards vscrolling.
8336         (line-move): Use it.  Simplify.
8338 2006-09-05  Kim F. Storm  <storm@cua.dk>
8340         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8342 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
8344         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8345         Process the `gcc-include' after the `gnu' rule.
8347 2006-09-05  Kim F. Storm  <storm@cua.dk>
8349         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8351 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8353         * pgg.el (pgg-clear-string): Alias to clear-string for backward
8354         compatibility.
8356         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8357         inhibit-redisplay; encode passphrase with locale-coding-system.
8359 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8361         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8363 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
8365         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8366         (gdb-var-list-children-regexp): Make type field optional.
8368         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8369         e.g public, protected in C++.
8371 2006-09-04  John Paul Wallington  <jpw@pobox.com>
8373         * simple.el (completion-show-help): New defcustom.
8374         (completion-setup-function): Heed it.
8376 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8378         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8380 2006-09-04  Richard Stallman  <rms@gnu.org>
8382         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8383         (rsf-min-region-to-spam-list): Doc fix.
8384         (rsf-add-content-type-field): Doc fix.
8386         * simple.el (kill-region): Explicitly test there is a region.
8388 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8390         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8391         sendmail in several common directories.
8393         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
8395         * paths.el (sendmail-program): Removed.
8397 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
8399         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
8400         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
8401         http://article.gmane.org/gmane.emacs.gnus.general/50457
8403 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
8405         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
8406         mark after running the menu filter.
8408 2006-09-03  Juri Linkov  <juri@jurta.org>
8410         * international/quail.el (quail-defrule-internal): Add a check
8411         if a key is a vector.
8413 2006-09-02  Juri Linkov  <juri@jurta.org>
8415         * man.el (Man-topic-history): New variable.
8416         (man): Use it.
8418         * woman.el (woman-topic-history): Change defvar to defvaralias
8419         for symbol `Man-topic-history'.
8421         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8422         `comint-last-output-start' is a marker by using `markerp' and
8423         check if it has a position by using `marker-position', and use
8424         this position for `goto-char'.
8426         * international/quail.el (quail-defrule-internal): Add missing
8427         `error' call for null key.
8429 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
8431         * rcirc.el (rcirc-keywords): New variable.
8432         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
8433         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
8434         variables.
8435         (rcirc-responses-no-activity): New function.
8436         (rcirc-handler-generic): Check for responses in above.
8437         (rcirc-process-command): Add ?: character to arguments of raw
8438         server commands.
8439         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
8440         `rcirc-dim-nicks'.
8441         (rcirc-gray-toggle): Remove unused variable.
8442         (rcirc-print): Remove some tracking logic, which is moved into
8443         markup functions.
8444         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
8445         types.
8446         (rcirc-activity-string): Look for 'keyword in activity-types.
8447         (rcirc-window-configuration-change): Don't erase overlay-arrow
8448         unnecessarily.
8449         (rcirc-add-or-remove): New function.
8450         (rcirc-cmd-ignore): Use it.
8451         (rcirc-message-leader): Remove unused function.
8452         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
8453         (rcirc-add-face): New function.
8454         (rcirc-facify): Use rcirc-add-face.
8455         (rcirc-url-regexp): Add parens.
8456         (rcirc-map-regexp): Remove function.
8457         (rcirc-mangle-regexp): Remove function.
8458         (rcirc-markup-text-functions): New variable.
8459         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
8460         (rcirc-markup-body-text, rcirc-markup-attributes)
8461         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
8462         (rcirc-markup-bright-nicks): New markup handler functions.
8463         (rcirc-nick-in-message-full-line): New face.
8464         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
8465         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
8467 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
8469         * cus-start.el (hscroll-margin, hscroll-step)
8470         (mode-line-in-non-selected-windows, mouse-autoselect-window)
8471         (x-use-underline-position-properties): Change version to "22.1"
8472         since they will appear there for the first time.
8474 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
8476         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
8478 2006-08-31  Richard Stallman  <rms@gnu.org>
8480         * cus-edit.el (custom-save-variables): Slight cleanup.
8481         (Custom-no-edit): Renamed from custom-no-edit.
8482         (Custom-newline): Renamed from custom-newline.
8483         (custom-mode-map): Use new names.
8485         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
8486         about customization, rather than M-x customize, in the doc string
8487         made for the defcustom.
8489         * emacs-lisp/trace.el (trace-function-background): Doc fix.
8491 2006-08-31  Romain Francoise  <romain@orebokech.com>
8493         * dired-x.el (dired-guess-shell-alist-default): Update.
8495 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
8497         * custom.el (custom-theme-set-variables): Autoload packages before
8498         sorting the variables.
8500 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
8502         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
8503         chars if XEmacs.
8504         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
8506 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8508         * progmodes/python.el (python-eldoc-function): Re-enable quit while
8509         waiting for process.
8511 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8513         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
8514         results in ASCII-only string, encode original one directly.
8516 2006-08-29  Romain Francoise  <romain@orebokech.com>
8518         * startup.el (normal-splash-screen, fancy-splash-screens):
8519         Make buffer read-only and arrange to enter view mode if necessary.
8521 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
8523         * hl-line.el (hl-line): New face.
8524         (hl-line-face): Use it.
8526         * image-mode.el (image-mode): Fix last fix.
8527         Suggested by Kim F. Storm.
8529 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
8531         Sync with Tramp 2.0.54.
8533         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
8534         of `=', because `tramp-get-remote-gid' might not always return an
8535         integer when expected.
8536         (tramp-register-file-name-handlers): `partial-completion-mode' is
8537         unknown to XEmacs.
8538         (tramp-time-diff): Don't use `floor', it might fail for large
8539         differences.
8540         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
8541         `tramp-auto-save-directory' if unset in order to guarantee unique
8542         auto-save file names.
8544 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
8546         * image-mode.el (image-mode): Display image as text on a terminal.
8548 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8550         * progmodes/python.el (python-send-command): Simplify.
8551         (run-python): Don't generate a new buffer unless `new' was specified.
8552         Make sure we send `import emacs' to the proper process.
8554         * progmodes/python.el (python-send-command): Don't wait for the command
8555         to terminate.  Don't fiddle with compilation-parsing-end.
8557 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
8559         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8560         Insert commentary after first line summary.
8562         * woman.el (woman-follow): New function, based on `man-follow'.
8563         (woman-mode-map): Use it.
8565         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
8566         since ibuffer-do-sort-by-recency does not define a sorter.
8568 2006-08-28  Kim F. Storm  <storm@cua.dk>
8570         * find-dired.el (find-dired): Use shell-quote-argument to properly
8571         escape ( and ) args.  Also use it on {} and ; args in default
8572         value of find-ls-option string.
8573         (find-grep-dired): Use shell-quote-argument on {} and ; args.
8575 2006-08-27  Michael Olson  <mwolson@gnu.org>
8577         * emacs-lisp/tq.el: Small grammar fix in comments.
8578         (tq-enqueue): Check for existence of queue rather than the
8579         head queue item's question, which was a no-op.
8580         (tq-filter, tq-process-buffer): Make sure the process buffer
8581         exists before making it the current buffer.
8583 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8585         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
8586         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
8587         (special-event-map): Apply 2006-08-16 change for x-win.el.
8589 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8591         * progmodes/python.el (python-send-receive): Wait in the
8592         process's buffer so as to check the right buffer-local variables.
8594 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8596         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
8597         (defgroup checkdoc): Move to beginning.
8599         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
8600         (python-preoutput-continuation): Remove.
8601         (python-preoutput-filter): Simplify correspondingly.
8602         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
8603         Loop around to catch embedded _emacs_out output.
8604         (run-python): Send the import&print command on a single line.
8605         (python-send-command): Send command&print on a single line.
8606         (python-send-string): Only add double \n if needed.
8607         (python-send-receive): Loop until the result comes.
8608         (python-mode-running): Defvar it.
8609         (python-setup-brm): Remove unused var `menu'.
8610         Only bind py-mode-map and `features' around brm-init.
8611         (python-calculate-indentation): Remove unused var `point'.
8612         (python-beginning-of-defun): Remove unused var `def-line'.
8614 2006-08-25  Richard Stallman  <rms@gnu.org>
8616         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
8618 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
8620         * viper.el (viper-set-hooks): Use frame bindings for
8621         viper-vi-state-cursor-color.
8622         (viper-non-hook-settings): Don't set default
8623         mode-line-buffer-identification.
8625         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
8626         (viper-set-cursor-color-according-to-state)
8627         (viper-get-saved-cursor-color-in-replace-mode)
8628         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
8629         viper-emacs-state-cursor-color.
8631         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
8632         (viper-undo): Use point if undo-beg-posn is nil.
8633         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
8634         (viper-after-change-undo-hook): Don't use
8635         viper-emacs-state-cursor-color by default.
8636         (viper-undo): More sensible positioning after undo.
8638         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
8639         (viper-emacs-state-cursor-color): Default to nil, since this feature
8640         doesn't work well yet.
8642         * ediff-mult.el (ediff-intersect-directories)
8643         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
8644         always expand filenames.
8646 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8648         * tumme.el: Remove * in defcustoms's docstrings.
8650 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
8652         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
8653         Accept internal time format for SECS arg.
8654         (timer-relative-time): Doc fix.
8656         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
8657         adapted from Martin Rudalics.
8658         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
8659         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
8660         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
8661         using sit-for.
8663 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
8665         * cus-start.el (all): Add `overline-margin' and
8666         `x-underline-at-descent-line'.
8668 2006-08-24  Kim F. Storm  <storm@cua.dk>
8670         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
8671         to mean "use find -exec"; nil now unambiguously means auto-detect.
8672         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
8673         Use shell-quote-argument to build grep-find-command and
8674         grep-find-template.
8675         (rgrep): Use shell-quote-argument to properly quote arguments to find.
8676         Reported by Tom Seddon.
8678 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
8680         * startup.el (fancy-splash-head): Give instructions for dismissing
8681         the splash screen for default startup too.
8682         (display-startup-echo-area-message, fancy-splash-screens)
8683         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
8684         all splash text at once and keep the splash buffer around.
8685         (command-line-1): Give display-startup-echo-area-message a t arg.
8687 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
8689         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
8690         gnus frame is selected.
8692 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
8694         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
8696 2006-08-22  Kim F. Storm  <storm@cua.dk>
8698         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
8699         Add suffix matching for subdirs.
8701 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
8703         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
8704         mouse-yank-at-point is non-nil.
8706 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
8708         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
8709         a bit wider and remove fringes to fit initial output on line.
8711 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8713         * frame.el (blink-cursor-end): Only ignore the error we care about.
8714         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
8716 2006-08-21  Richard Stallman  <rms@gnu.org>
8718         * whitespace.el (whitespace-cleanup): Doc fix.
8720 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
8722         * net/rcirc.el (rcirc-show-maximum-output): New var.
8723         (rcirc-buffer-process): If no buffer argument is supplied, use
8724         current-buffer.
8725         (rcirc-complete-nick): Complete to the last completed nick first.
8726         (rcirc-mode): Preserve the value of `rcirc-urls' across
8727         connections.  Setup scroll function.
8728         (rcirc-scroll-to-bottom): New function.
8729         (rcirc-print): Use nick syntax around regexp work.
8730         Notice dim-nicks speaking only if they say our nick.
8731         (rcirc-update-activity-string): Do not show the modeline indicator
8732         if there are no live rcirc processes.
8733         (rcirc-cmd-ignore): Ignore case.
8734         (rcirc-browse-url-at-point): Fix off-by-one error.
8736 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8738         * progmodes/python.el: Remove * in defcustom docstrings.
8739         (run-python, python-proc, python-try-complete): Use derived-mode-p.
8740         (python-mode): Set tab-width and indent-tabs-mode.
8742 2006-08-20  Dave Love  <fx@gnu.org>
8744         * progmodes/python.el: Update to Dave Love's latest version.
8745         (python-font-lock-keywords, python-mode): Don't use
8746         font-lock-syntax-table, but match symbol elements explicitly instead.
8747         (python-mode-map): Add help, and a few more key bindings.
8748         (python-skip-comments/blanks): Move out of comments as well.
8749         (python-continuation-line-p): Behave better with unbalanced parens.
8750         (python-blank-line-p): New fun.
8751         (python-open-block-statement-p): Don't use a heuristic.
8752         (python-outdent-p): Better handle blocks-in-the-same-line.
8753         (python-calculate-indentation): Misc improvements.
8754         (python-comment-indent): Remove.
8755         (python-block-pairs): New var.
8756         (python-first-word): New fun.
8757         (python-indentation-levels): Handle more common cases.
8758         (python-indent-line-1): Add `leave' argument.
8759         (python-indent-region): New fun.
8760         (python-skip-out): New fun.
8761         (python-beginning-of-statement, python-end-of-statement): Use it.
8762         (python-next-statement): Return correct count even at eob.
8763         (python-end-of-block): Fix paren-typo.
8764         (python-imenu-create-index): Add module variables.
8765         (run-python): Add `new' arg.
8766         Check we're at a prompt before returning.
8767         (python-send-command): Move to end of buffer.
8768         Wait for prompt to return.
8769         (python-set-proc): New fun.
8770         (python-imports): New var.
8771         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
8772         (python-eldoc-function): Try to move out of arg list.
8773         (python-outline-level): Offset by 1.
8774         (python-find-imports): New fun.
8775         (python-symbol-completions): Use python-imports.
8776         (python-module-path, ffap-alist): Add support for ffap.
8777         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
8778         (python-insert-*, python-default-template, python-expand-template):
8779         Add templates/skeletons.
8780         (python-setup-brm): Support for Bicycle Repair Man.
8781         (python-abbrev-syntax-table): New var.
8782         (python-abbrev-pc-hook, python-pea-hook): New funs.
8784 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
8786         * frame.el (blink-cursor-start): Set timer first.
8787         (blink-cursor-end): Ignore timer cancelling errors.
8788         Suggested by Ken Manheimer.
8790 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
8792         * newcomment.el (comment-box): Call `comment-normalize-vars'.
8793         Add autoload cookie.
8795 2006-08-20  Richard Stallman  <rms@gnu.org>
8797         * simple.el (line-number-at-pos): Doc fix.
8799         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
8800         timer-activate-when-idle, so timer can run before Emacs becomes
8801         non-idle again.
8803 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
8805         * whitespace.el (whitespace-cleanup-internal): New optional arg
8806         REGION-ONLY.  If it's non-nil, modify the message to the user
8807         accordingly.
8808         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
8809         a non-nil argument.
8811 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
8813         * rect.el (spaces-string): Simplify and add doc string.
8815 2006-08-17  Romain Francoise  <romain@orebokech.com>
8817         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
8819 2006-08-17  Richard Stallman  <rms@gnu.org>
8821         * compare-w.el (compare-windows): lambda's take an arg and pass
8822         it to compare-windows-skip-whitespace.
8824 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
8826         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
8827         the right buffer.
8829 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8831         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
8832         removed files.
8834 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
8836         * progmodes/gdb-ui.el (gdb-locals-watch-map)
8837         (gdb-locals-watch-map-1): Suppress keymap first.
8838         (gdb-edit-locals-map-1): New variable.
8839         (gdb-edit-locals-value): New function.
8840         (gdb-stack-list-locals-handler): Use them.
8842 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8844         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
8845         cursor would normally be drawn in the fringe.
8847         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
8848         Reported by Martin Rudalics <rudalics@gmx.at>.
8850 2006-08-16  Richard Stallman  <rms@gnu.org>
8852         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
8853         (special-event-map): Process drag-n-drop events this way.
8855         * simple.el (move-beginning-of-line): Test whether fields
8856         would prevent motion back to line's first visible character.
8857         If so, stop where the fields would stop the motion.
8859         * newcomment.el (comment-indent): Fully update INDENT
8860         before checking to see if it will change the text.
8862         * cus-edit.el (custom-newline): New function.
8863         (custom-mode-map): Bind newline to custom-newline.
8865         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
8866         into ignore-whitespace.
8867         Check each buffer for its skip-function.
8868         Handle compare-windows-skip-whitespace special-case test
8869         by returning t from default skip function.
8871 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
8873         * textmodes/org.el (org-clock-special-range)
8874         (org-clock-update-time-maybe): New functions.
8875         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
8876         not only a-z.
8877         (org-agenda-get-blocks): Allow multiple blocks per headline.
8878         (org-timestamp-change): Call `org-clock-update-time-maybe'.
8879         (org-export-html-title-format)
8880         (org-export-html-toplevel-hlevel): New options.
8881         (org-export-language-setup): Add support for Czech.
8882         (org-mode, org-insert-todo-heading, org-find-visible)
8883         (org-find-invisible, org-invisible-p, org-invisible-p2)
8884         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
8885         (org-show-subtree, org-show-entry, org-make-options-regexp):
8886         Remove compatibility support for old outline-mode.
8887         (org-check-occur-regexp): Funtion removed.
8888         (org-on-heading-p, org-back-to-heading): Made defalias.
8889         (org-set-local): New defsubst.
8890         (org-set-regexps-and-options, org-mode)
8891         (org-set-font-lock-defaults, org-edit-agenda-file-list)
8892         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
8893         (org-remember-apply-template, org-table-edit-field)
8894         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
8895         (org-set-autofill-regexps): Use `org-set-local'.
8896         (org-table-eval-formula): Fix bug with parsing of display flags.
8898 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
8900         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
8901         frame with fringe arrow.  Suggested by Simon Marshall
8902         <simon.marshall@misys.com>.
8903         (gdb-stack-position): New variable.
8904         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
8905         (gdb-frames-mode): Set gdb-stack-position to nil.
8906         Add to overlay-arrow-variable-list
8907         (gdb-reset): Delete gdb-stack-position from above list.
8909 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8911         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
8912         read only.
8914 2006-08-13  Romain Francoise  <romain@orebokech.com>
8916         * cus-theme.el (customize-create-theme)
8917         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
8919         * filesets.el (filesets-add-buffer): Ditto.
8921         * pcvs.el (cvs-change-cvsroot): Ditto.
8923 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
8925         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
8926         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
8927         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
8928         expressions.
8929         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
8930         Only search till end of line.
8931         Add face to function names in case of no filename.
8932         Add face to variable names of watchpoints.
8934 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
8936         * cus-start.el <indent-tabs-mode>: Move to the `indent'
8937         customization group.
8939 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
8941         * allout.el (allout-prior-bindings, allout-added-bindings):
8942         Remove, after long deprecation.
8943         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
8944         Add customization vars controlling allout-beginning-of-line and
8945         allout-end-of-line conveniences.
8946         (allout-header-prefix, allout-use-mode-specific-leader)
8947         (allout-use-mode-specific-leader, allout-mode-leaders):
8948         Revise docstrings.
8949         (allout-infer-header-lead): Change to be an alias for
8950         allout-infer-header-lead-and-primary-bullet.
8951         (allout-infer-header-lead-and-primary-bullet): New version of
8952         allout-infer-header-lead which assigns the primary bullet to the
8953         same as the header lead, when its being changed.
8954         (allout-infer-body-reindent): Apply regexp-quote instead of
8955         unconditionally prepending "\\", so that all literal
8956         allout-header-prefix and allout-primary-bullet strings are
8957         properly handled.
8958         (allout-add-resumptions): Add optional qualifier for extending or
8959         appending to existing values, rather than replacing them.
8960         (allout-view-change-hook): Clarify docstring.
8961         (allout-exposure-change-hook): Take explicit arguments, via
8962         run-hook-with-args.
8963         (allout-structure-added-hook)
8964         (allout-structure-deleted-hook)
8965         (allout-structure-shifted-hook): New hooks analogous to
8966         allout-exposure-change-hook for other kinds of structural outline
8967         edits.
8968         (allout-encryption-plaintext-sanitization-regexps): New encryption
8969         customization variable, by which cooperating modes can provde
8970         massage of the plaintext without actually being passed it.
8971         (allout-encryption-ciphertext-rejection-regexps)
8972         (allout-encryption-ciphertext-rejection-ceiling): New encryption
8973         customization variables, by which cooperating modes can prohibit
8974         rare but possible ciphertext patterns from fouling their
8975         operation, with actually being passed the ciphertext.
8976         (allout-mode): Run activation and deactivation hooks after the
8977         minor-mode variable has been toggled, to clarify the mode
8978         disposition.  The new encryption ciphertext rejection variable is
8979         used to ensure that the ciphertext does not contain text that
8980         would be recognized as outline structural elements by allout.
8981         Substite allout-beginning-of-line and allout-end-of-line for
8982         conventionall beginning-of-line and end-of-line bindings.
8983         If allout-old-style-prefixes is non-nil, don't nullify it on mode
8984         activation!
8985         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
8986         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
8987         (allout-chart-subtree): Implement new mode, charting only the
8988         visible items in the subtree, when new 'visible' parameter is non-nil.
8989         (allout-end-of-subtree): Properly handle the last item in the buffer.
8990         (allout-pre-command-business, allout-command-counter):
8991         Increment an advertised counter so that cooperating enhancements can
8992         track revisions of items.
8993         (allout-open-topic): Run allout-structure-added-hook with suitable
8994         arguments.
8995         (allout-shift-in): Run allout-structure-shifted-hook with suitable
8996         arguments.
8997         (allout-shift-out): Fix doubling for negative args and ensure call
8998         of allout-structure-shifted-hook by solely using allout-shift-in.
8999         (allout-kill-line, allout-kill-topic):
9000         Run allout-structure-deleted-hook with suitable arguments.
9001         (allout-yank-processing): Run allout-structure-added-hook with
9002         proper arguments.
9003         (allout-yank): Enclose activity in allout-unprotected.
9004         (allout-flag-region): Run allout-exposure-change-hook with
9005         suitable arguments, instead of making the callee infer the arguments.
9006         (allout-encrypt-string):
9007         Support allout-encryption-plaintext-sanitization-regexps,
9008         allout-encryption-ciphertext-rejection-regexps, and
9009         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
9010         en/de cryption mode in symmetric encryption failure message.
9011         (allout-obtain-passphrase): Use copy-sequence to get a distinct
9012         copy of the passphrase, and don't zero it or we'll corrupt the
9013         stashed copy.
9014         (allout-create-encryption-passphrase-verifier)
9015         (allout-verify-passphrase): Respect the new signature for
9016         allout-encrypt-string.
9017         (allout-get-configvar-values): Convenience for getting a
9018         configuration variable value and handling its absence gracefully.
9020 2006-08-11  Romain Francoise  <romain@orebokech.com>
9022         * obsolete/zone-mode.el: Delete.
9024 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9026         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9028 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
9030         * emacs-lisp/bindat.el (bindat-ip-to-string):
9031         Use `format-network-address' if possible.
9033 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9035         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9037 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
9039         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9040         restore unread-command-events here.
9041         (edebug-display): Do it here, to detect sit-for interruptions.
9043 2006-08-10  Romain Francoise  <romain@orebokech.com>
9045         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9046         (dns-mode-soa-auto-increment-serial): New user option.
9047         (dns-mode-soa-maybe-increment-serial): New function.
9048         (dns-mode): Add the latter to `write-contents-functions'.
9050         * obsolete/zone-mode.el: Move to obsolete/ from net/.
9051         Delete autoload cookies.
9053 2006-08-10  John Wiegley  <johnw@newartisans.com>
9055         * eshell/em-glob.el (eshell-glob-chars-list)
9056         (eshell-glob-translate-alist): Add support for [^g] in character globs.
9058 2006-08-10  Richard Stallman  <rms@gnu.org>
9060         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9061         (facemenu-set-face): Doc fix.
9062         (facemenu-listed-faces): Doc fix.
9064 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
9066         * avoid.el (mouse-avoidance-animating-pointer): New var.
9067         (mouse-avoidance-nudge-mouse): Use it.
9068         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9069         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9070         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9071         Don't activate if currently animating.  All callers changed.
9073 2006-08-09  John Wiegley  <johnw@newartisans.com>
9075         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9076         variable, which causes timeclock to report elapsed time worked,
9077         instead of just work remaining.
9079 2006-08-09  Kenichi Handa  <handa@m17n.org>
9081         * international/latexenc.el (latexenc-find-file-coding-system):
9082         Fix for the case that the 2nd element of arg-list is a cons.
9084 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
9086         * info.el (Info-fontify-node): Handle preceding `in' for note
9087         reference hiding rules.
9089 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9091         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9092         mistake a closing " for an opening one.
9094 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9096         * term/xterm.el (terminal-init-xterm): Add more key bindings.
9098 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9100         * complete.el (PC-do-completion): Filter out completions matching
9101         completion-ignored-extensions before checking whether there are
9102         multiple completions.
9103         Don't use `list' unnecessarily when building completion tables.
9105 2006-08-06  Richard Stallman  <rms@gnu.org>
9107         * help.el (describe-mode): Make minor mode list more concise.
9109 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
9111         * bindings.el: Give mode-line-format, mode-line-modes, and
9112         mode-line-position `standard-value' properties.
9114 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
9116         * buff-menu.el (list-buffers-noselect): For Info buffers, use
9117         "(file)node" instead of the file name.
9119 2006-08-05  Richard Stallman  <rms@gnu.org>
9121         * faces.el (escape-glyph): Doc fix.
9123 2006-08-04  Kenichi Handa  <handa@m17n.org>
9125         * international/mule-diag.el (describe-font): Improve docstring
9126         and error message.  Use frame-parameter (not frame-parameters).
9128 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9130         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9131         Correctly mark the end-of-docstring char.
9133 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
9135         * simple.el (line-move-to-column): Constrain move-to-column to
9136         current field.
9138 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9140         * font-lock.el (font-lock-beg, font-lock-end)
9141         (font-lock-extend-region-functions): New vars.
9142         (font-lock-extend-region-multiline)
9143         (font-lock-extend-region-wholelines): New functions.
9144         (font-lock-default-fontify-region): Use them.
9145         (font-lock-extend-jit-lock-region-after-change): Only round up
9146         if font-lock-default-fontify-region will do it as well.
9148         * font-lock.el (font-lock-extend-after-change-region-function):
9149         Rename from font-lock-extend-region-function.
9150         (font-lock-extend-region): Remove by inlining at call sites.
9151         (font-lock-after-change-function): Don't needlessly round up to a whole
9152         number of lines.
9153         (font-lock-extend-jit-lock-region-after-change): Be more careful about
9154         the boundary conditions and the interactions between the various ways
9155         to extend the region.
9157 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9159         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9160         modification status when forcing the second redisplay.
9162 2006-08-03  Kim F. Storm  <storm@cua.dk>
9164         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9166 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9168         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9169         doesn't look like a file name.
9171         * complete.el (PC-expand-many-files): Avoid signalling an error when
9172         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
9174 2006-08-02  Andreas Schwab  <schwab@suse.de>
9176         * bindings.el (mode-line-format): Simplify reference to vc-mode.
9178 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9180         * bindings.el (map): Make mode-line-buffer-identification-keymap
9181         before defining propertized-buffer-identification.
9183 2006-08-01  Richard Stallman  <rms@gnu.org>
9185         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9187 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9189         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9190         default value.
9191         (gdb-find-source-frame): New function.
9192         (menu): Add to menu bar.
9194 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9196         * font-core.el (font-lock-extend-region-function)
9197         (font-lock-extend-region): Move to font-lock.el.
9199         * font-lock.el (font-lock-extend-region-function)
9200         (font-lock-extend-region): Move from font-core.el.  Simplify.
9202         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9203         if needed.
9204         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9205         (jit-lock-after-change-extend-region-functions): New hook.
9206         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9208         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9209         (font-lock-turn-on-thing-lock): Use it.
9211         * longlines.el (longlines-show-region): Make it work on read-only
9212         buffers as well.
9214 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
9216         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9218 2006-07-31  Richard Stallman  <rms@gnu.org>
9220         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9221         (vhdl-speedbar-display-projects): Update old obsolete
9222         speedbar variable names.
9224 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
9226         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9227         (gdb-stopped): Use it.
9229         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9231 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
9233         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9234         for load-history elements.
9236 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
9238         * files.el (convert-standard-filename): For Cygwin, replace
9239         characters not allowed in Windows file names.
9240         (make-auto-save-file-name): Add Cygwin to the list of systems
9241         where the auto-save file name needs to be run through
9242         convert-standard-filename.
9244 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9246         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9248 2006-07-28  Richard Stallman  <rms@gnu.org>
9250         * bindings.el (mode-line-frame-identification)
9251         (propertized-buffer-identification): Centralize the code
9252         to initialize the variable.
9254         * progmodes/grep.el (grep-default-command): Catch errors from
9255         wildcard-to-regexp.
9257 2006-07-29  Kim F. Storm  <storm@cua.dk>
9259         * progmodes/grep.el (grep-tag-default): New function.
9260         (grep-default-command, grep-read-regexp): Use it.
9261         (grep-read-files): Use car of grep-files-history or grep-files-aliases
9262         as default if nothing else applies.
9264 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
9266         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9267         Throw error if buffer is not in Dired and Wdired mode, respectively.
9269 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
9271         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9272         self-insert-command keys don't activate buttons.
9273         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9275 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
9277         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9278         faces for enable character.
9280 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9282         * Makefile.in (recompile): Update comment to reflect change
9283         on 2004-04-21.
9285 2006-07-27  Richard Stallman  <rms@gnu.org>
9287         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9288         (customize-package-emacs-version): Change msg when pkg has no entry.
9289         (custom-no-edit): On a button, do like widget-button-press.
9291 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9293         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9294         S-tab and C-S-tab.
9296 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9298         * progmodes/which-func.el (which-function): Fix documentation/
9299         comment typo.
9301 2006-07-26  Richard Stallman  <rms@gnu.org>
9303         * textmodes/ispell.el (ispell-word): If we replace the word,
9304         move point to the end.  Insert before deleting.
9306 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
9308         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9309         a timer.
9311 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
9313         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
9314         when at first image.
9315         (tumme-forward-image): Add prefix argument.  Add error when at last
9316         image.
9318 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9320         * tabify.el (tabify-regexp): Use more specific regexps.
9321         (tabify): Avoid modifying the buffer unnecessarily.
9323 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
9325         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9326         (tumme-format-properties-string): Handle empty `buf'.
9327         (tumme-get-comment): Change variable names inside `let'.
9328         Add missing `let' variable that cause font-lock problems.
9329         (tumme-write-comments): Change variable names inside `let'.
9330         Add missing `let' variable that cause font-lock problems.
9331         (tumme-forward-image): Rename from `tumme-forward-char'.
9332         (tumme-backward-image): Rename from `tumme-backward-char'.
9334 2006-07-25  Masatake YAMATO  <jet@gyve.org>
9336         * progmodes/ld-script.el (ld-script-keywords)
9337         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9338         and add comments.
9340 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
9342         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9343         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9344         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9345         for status indicator.
9347 2006-07-24  Richard Stallman  <rms@gnu.org>
9349         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9351         * subr.el (dolist, dotimes): Use interned symbols for locals.
9352         (--dotimes-limit--, --dolist-tail--): New defvars.
9353         (looking-back): Doc fix.
9355         * replace.el (replace-match-string-symbols): Handle dotted lists.
9357 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
9359         * tumme.el (tumme-write-tags): Add.
9360         (tumme-write-comments): Add.
9361         (tumme-tag-files): Change to use `tumme-write-tags'.
9362         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9363         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9364         (tumme-save-information-from-widgets): Change to use
9365         `tumme-write-comments' and `tumme-write-tags'.
9366         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
9367         (tumme-write-tag): Remove.
9368         (tumme-write-comment): Remove.
9369         (tumme-display-previous-thumbnail-original): Remove empty line.
9370         (tumme-widget-list): Add punctuation.
9372 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
9374         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9376 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9378         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9379         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
9380         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
9382 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
9384         * mouse.el (mouse-on-link-p): Doc fix.
9386 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
9388         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9389         Handle "C-h f `".
9391 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9393         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
9394         column.
9396 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
9398         * textmodes/table.el: Add move-beginning-of-line and
9399         move-end-of-line to Point Motion Only Group.
9401 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9403         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
9405 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9407         * startup.el (user-mail-address): Initialize from the `EMAIL'
9408         environment variable first.  Document this.
9409         (command-line): Ditto.
9411 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
9413         * help-mode.el (help-function-def, help-variable-def)
9414         (help-face-def): Print a message in the minibuffer.
9416 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9418         * term/xterm.el (terminal-init-xterm): Fix key bindings
9419         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
9421 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
9423         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9424         where `(nth 1 command)' is a cons cell.  Doc fix.
9426         * textmodes/po.el (po-find-charset): Doc fix.
9428 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
9430         * allout.el (allout-unprotected, allout-e-o-prefix-p)
9431         (allout-beginning-of-current-line, allout-end-of-current-line)
9432         (allout-next-visible-heading, allout-open-topic)
9433         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
9434         (allout-flag-current-subtree, allout-show-to-offshoot)
9435         (allout-hide-current-entry, allout-show-current-branches)
9436         (allout-hide-region-body, allout-old-expose-topic)
9437         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
9438         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
9439         containing `beginning-of-line' and `end-of-line' with
9440         `inhibit-field-text-motion' t.
9442 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
9444         * frame.el (focus-follows-mouse): Document that it doesn't have
9445         any effect on MS-Windows.
9447 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9449         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
9451 2006-07-20  Jay Belanger  <belanger@truman.edu>
9453         * calc.el (calc-previous-alg-entry): Remove variable.
9455         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
9456         New variables.
9457         (calc-alg-entry): Use `calc-alg-entry-history'.
9458         (calc-do-quick-calc): Use `calc-quick-calc-history'.
9459         Remove reference to `calc-previous-alg-entry'.
9460         (calcAlg-edit, calcAlg-enter): Remove reference to
9461         `calc-previous-alg-entry'.
9462         (calcAlg-previous): Use `previous-history-element' instead of
9463         `calc-previous-alg-entry'.
9464         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
9465         Change keybinding for `calcAlg-plus-minus', add keybindings for
9466         `previous-history-element' and `next-history-element'.
9468         * calc-rewr.el (calc-match): Remove reference to
9469         `calc-previous-alg-entry'.
9471         * calc-sel.el (calc-selection-history): New variable.
9472         (calc-enter-selection, calc-sel-mult-both-sides)
9473         (calc-sel-add-both-sides): Use `calc-selection-history'.
9475         * calc-map.el (calc-get-operator-history): New variable.
9476         (calc-get-operator): Use `calc-get-operator-history'.
9478         * calcalg3.el (calc-curve-fit-history): New variable.
9479         (calc-curve-fit): Use `calc-curve-fit-history'.
9481 2006-07-20  Kenichi Handa  <handa@m17n.org>
9483         * international/mule-cmds.el (select-safe-coding-system): Fix the
9484         way of deciding eol-type of the coding system.
9486 2006-07-20  Alan Mackenzie  <acm@muc.de>
9488         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
9489         (c-lang-setvar): New macro.
9490         (c-make-init-lang-vars-fun): Use the initialization forms in
9491         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
9492         (comment-start, comment-end, comment-start-skip): Change these from
9493         c-lang-defvar's to c-lang-setvar's.
9495         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
9496         which calls make-local-variable on the elements of
9497         c-emacs-variable-inits.
9498         (c-init-language-vars-for): Call this new macro.
9500 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9502         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9503         Try to rule out false positives due to time stamps.
9504         (compilation-mode-font-lock-keywords): Remove rules made redundant
9505         because of the above change.  Add `segmentation fault' to the known and
9506         highlighted compilation termination messages.
9508 2006-07-19  Kim F. Storm  <storm@cua.dk>
9510         * progmodes/grep.el (grep-find-ignored-directories):
9511         Add .svn and _darcs to list.
9513 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
9515         * dired.el (dired-mode-map): Add key binding `C-te' for
9516         `tumme-dired-edit-comment-and-tags'.
9518         * tumme.el (tumme-display-thumbnail-original-image): Make sure
9519         image display buffer is displayed before call to
9520         `tumme-display-image.
9521         (tumme-dired-display-image): Make sure image display buffer is
9522         displayed before call to `tumme-display-image.
9523         (tumme-mouse-display-image): Make sure image display buffer is
9524         displayed before call to `tumme-display-image.
9525         (tumme-widget-list): Add.
9526         (tumme-dired-edit-comment-and-tags): Add.
9527         (tumme-save-information-from-widgets): Add.
9529 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9531         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
9533 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9535         * progmodes/sh-script.el (sh-font-lock-keywords-1):
9536         Revert inadvertently installed patch hunk.
9538         * progmodes/compile.el (compilation-find-file): Handle the
9539         cases where the user selects a non-existent file.
9541 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9543         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
9545 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
9547         * subr.el (sit-for): Just sleep-for if noninteractive.
9549 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9551         * emacs-lisp/autoload.el (make-autoload): Use new arg.
9553         * custom.el (custom-autoload): Add `noset' argument.
9554         (custom-push-theme): Don't autoload the variable, let callers do it.
9555         (custom-theme-set-variables): Autoload the variable if necessary.
9557         * cus-edit.el (custom-variable-state-set): If the variable was
9558         originally set outside custom, but to the same value as the default,
9559         consider it to be standard.
9561         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
9562         file *before* telling Emacs to add the autoloads, in case it fails.
9564         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
9565         Use `cond', push', and `dolist'.
9567 2006-07-17  Richard Stallman  <rms@gnu.org>
9569         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
9570         Add defvars to silence warnings.
9572 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
9574         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9575         Don't highlight "Compiling file" messages as error.
9577         * dired-aux.el (dired-compress-file): Confirm again if gzipped
9578         file already exists.
9580 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
9582         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
9583         entry, don't assign to free var; simply return the extracted filename.
9584         (ff-treat-as-special): Incorporate common preamble from callers.
9585         (ff-other-file-name, ff-find-the-other-file):
9586         Update call to ff-treat-as-special.
9588         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
9590 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
9592         * tumme.el (tumme-get-comment): Fix bug.
9594 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9596         * files.el: Remove spurious * in docstrings.
9598 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
9600         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
9601         grammar.
9602         (allout-beginning-of-current-line): Beware beginning of buffer.
9603         Also, a comment is simplified.
9604         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
9605         when appropriate.  (This fix enables use for other than
9606         bullet-hotspot operation.)
9607         (allout-hide-current-subtree): While escalating to sibling-close,
9608         make sure to situate on a topic.
9610 2006-07-14  Kim F. Storm  <storm@cua.dk>
9612         * emulation/cua-base.el (cua-delete-selection)
9613         (cua-toggle-set-mark): New defcustoms.
9614         (cua-rectangle-modifier-key): Add `alt' modifier.
9615         (cua-replace-region): Don't delete if cua-delete-selection is nil.
9616         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
9617         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
9619         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
9621 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
9623         * allout.el: Require 'cl during byte-compilation/interactive load,
9624         for the `assert' macro.
9625         (allout-mode-deactivate-hook): New hook, run when allout mode
9626         deactivates.
9627         (allout-developer): New allout customization subgroup.
9628         (allout-run-unit-tests-on-load): New allout-developer
9629         customization variable, when true allout unit tests are run towards
9630         end of file load/eval.
9631         (allout-inhibit-auto-fill): Disable auto-fill activity even during
9632         auto-fill-mode.
9633         (allout-resumptions): Remove, to be replaced by...
9634         (allout-add-resumptions): Register variable settings to be
9635         reinstated by `allout-do-resumptions'.  The settings are made
9636         buffer-local, but the locality/globality of the suspended setting
9637         is restored on resumption.
9638         (allout-do-resumptions): Reinstate all settings suspended using
9639         `allout-add-resumptions'.
9640         (allout-test-resumptions): Unit tests (and intermediate variables)
9641         for resumptions.
9642         (allout-tests-globally-unbound, allout-tests-globally-true)
9643         (allout-tests-locally-true): Intermediate variables for
9644         resumptions unit tests.
9645         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
9646         (allout-exposure-category): Replaces 'allout-overlay-category variable.
9647         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
9648         instead of retired `allout-resumptions'.  For hook functions, use
9649         `local' parameter so hook settings are created and removed as
9650         buffer-local settings.  Revise (resumptions) setting
9651         auto-fill-function so it is set only if already active.  (The
9652         related fill-function settings are all made in either case, so
9653         that activating auto-fill-mode activity will have the custom
9654         allout-mode behaviors (hanging indent on topics, if configured for it).
9655         Remove all allout-exposure-category overlays on mode deactivation.
9656         (allout-hotspot-key-handler): New function extracted from
9657         `allout-pre-command-business', so the functionality can be used
9658         for other purposes, eg as a binding in an overlay.
9659         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
9660         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
9661         customization variable.
9662         (allout-run-unit-tests): Run the (currently quite small)
9663         repertoire of unit tests.  Called just before the provide iff user
9664         has customized `allout-run-unit-tests-on-load' non-nil.
9666 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
9668         * emacs-lisp/authors.el (authors-aliases): Update.
9670 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
9672         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
9673         gdb-source-window.  Add dedicated argument.
9674         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
9675         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
9676         (gdb-display-threads-buffer, gdb-display-memory-buffer)
9677         (gdb-display-locals-buffer): Use it.
9679         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
9680         Set gdb-source-window.
9682 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9684         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
9685         minor modes, redundant with the custom-autoload line above.
9687 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
9689         * longlines.el (longlines-post-command-function): Handle open-line too.
9691 2006-07-12  Richard Stallman  <rms@gnu.org>
9693         * progmodes/grep.el (grep-last-buffer): Doc fix.
9695         * info.el (Info-try-follow-nearest-node): Doc fix.
9697         * emacs-lisp/edebug.el (edebug-instrument-function):
9698         Err if find-function-noselect gives no position.
9700         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9701         If can't find definition, return nil for position.
9702         (find-function-do-it): Handle new return value
9703         of find-definition-noselect.
9704         (find-definition-noselect, find-variable-noselect): Doc fix.
9705         (find-function-noselect): Doc fix.
9707         * help-mode.el (help-variable-def): Handle find-variable-noselect
9708         returning no position.
9709         (help-function-def): Likewise for find-function-search-for-symbol.
9710         (help-face-def): Likewise.
9712         * help-fns.el (describe-variable): Handle find-variable-noselect
9713         returning no position.
9715         * files.el (locate-file-completion): Avoid duplicates in result.
9717         * cus-edit.el (custom-no-edit): New command.
9718         (custom-mode-map): Remap to custom-no-edit instead of
9719         using suppress-keymap.
9721 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
9723         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9724         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9725         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
9727         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
9729 2006-07-11  Kim F. Storm  <storm@cua.dk>
9731         * ido.el (ido-copy-current-file-name): Use buffer-name if
9732         buffer-file-name is nil.
9734 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
9736         * simple.el (undo-ask-before-discard): Set to nil.
9738         * vc.el (vc-exec-after): Don't delete process manually.
9739         (vc-print-log): Run log-view-mode in process sentinel inside
9740         inhibit-read-only.  Don't shrink window due to timing issues.
9742         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
9743         Avoid using with-output-to-temp-buffer, which clobbers local vars.
9745 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9747         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9748         Fix ambiguity introduced by last change.
9749         (compilation-find-file): Move save-excursion to where it may
9750         make sense.  Fix a left over `find-file'.
9752 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
9754         * textmodes/texinfmt.el (texinfo-format-separate-node):
9755         Insert a string before point, which fits documentation, not after.
9756         (texinfo-multitable-item): In a multitable row, insert any
9757         additional needed @tabs and spaces.
9759 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
9761         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9762         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9763         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
9764         instead of shell-command.
9765         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
9766         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
9767         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
9768         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
9769         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
9770         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
9772 2006-07-11  Kim F. Storm  <storm@cua.dk>
9774         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
9775         Remove special case for seconds < 0.  Use (redisplay t) instead.
9777 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
9779         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
9780         avoid compilation error.
9782         * subr.el (sit-for): New function.
9784         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
9786 2006-07-10  Richard Stallman  <rms@gnu.org>
9788         * ldefs-boot.el (edebug): Update page.
9790 2006-07-10  Kim F. Storm  <storm@cua.dk>
9792         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
9793         to FOR-RELEASE and TODO.
9795 2006-07-10  Romain Francoise  <romain@orebokech.com>
9797         * emacs-lisp/authors.el (authors-aliases): Update.
9799 2006-07-10  Alan Mackenzie  <acm@muc.de>
9801         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
9802         * cc-mode.el: Changes to eradicate eval-after-load.
9804 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
9806         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
9807         on non-char events.
9809 2006-07-09  Romain Francoise  <romain@orebokech.com>
9811         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9812         Don't highlight start/end markers as compilation messages.
9814         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
9815         to t.
9817 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9819         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
9821 2006-07-08  Richard Stallman  <rms@gnu.org>
9823         * term/x-win.el (x-handle-display): Add doc string.
9825         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9827         * subr.el (def-edebug-spec): Move here.
9828         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
9830         * imenu.el (imenu-choose-buffer-index): Doc fix.
9832 2006-07-08  Romain Francoise  <romain@orebokech.com>
9834         * term/x-win.el (x-display-name): Fix typo.
9836 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
9838         * hexl.el (hexl-find-file): Doc fix.
9840         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9842 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
9844         * term/x-win.el (x-display-name): Doc fix.
9846 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9848         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
9849         long prefixes.
9850         (fill-region-as-paragraph): Don't round up to a whole line.
9851         (fill-comment-paragraph): Don't include the code-before-the-comment
9852         when calling fill-region-as-paragraph.
9854         * international/mule.el (make-char): Remove redundancy.
9856         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
9857         property may contain an anonymous function rather than a symbol.
9859         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
9861         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9862         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
9864         * dirtrack.el (dirtrack-default-directory-function): Remove.
9865         (dirtrack-directory-function): Use file-name-as-directory.
9866         (dirtrack-windows-directory-function): Simplify.
9867         (dirtrack-forward-slash, dirtrack-backward-slash)
9868         (dirtrack-replace-slash): Remove.
9869         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
9870         (dirtrack): Fix wrong parenthesizing; use match-string.
9872         * progmodes/octave-inf.el: Remove spurious * in docstrings.
9873         (inferior-octave-mode): Only change the buffer-local value of
9874         comint-dynamic-complete-functions.
9875         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
9876         Move the initialization to the declaration.
9877         (inferior-octave-complete): Remove unused var `filter'.
9879         * shell.el (shell-mode): Only change the buffer-local value of
9880         comint-dynamic-complete-functions.
9882 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
9884         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
9885         entry is skipped because it has been scheduled.
9886         (org-prepare-agenda-buffers): Don't mark buffers as modified when
9887         changing `:org-archived' and `:org-comment' properties.
9889 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
9891         * server.el (server-select-display): Don't make the temp frame
9892         minibuffer-only, in case it's not a temp frame.
9893         (server-process-filter): Don't delete the temp frame if it's the
9894         only one we have on that display.
9896         * files.el (find-alternate-file): Doc fix.
9898 2006-07-05  Richard Stallman  <rms@gnu.org>
9900         * files.el (abbreviate-file-name): Add save-match-data.
9902 2006-07-03  Richard Stallman  <rms@gnu.org>
9904         * faces.el (read-face-name): Doc fix.
9906 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
9908         * net/goto-addr.el (goto-address): Mark as safe for local evals.
9910 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
9912         * vc.el (vc-diff-internal): Fix prev change.
9914 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
9916         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
9917         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
9919 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9921         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
9922         fails if the symbol contains chars like ( or '.
9923         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
9924         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
9925         `short'.
9927 2006-07-04  Kenichi Handa  <handa@m17n.org>
9929         * international/mule-cmds.el (set-language-info): If LANG-ENV is
9930         the current one, don't call set-language-environment, but call one
9931         of set-language-environment-XXX to make INFO effective now.
9932         (set-language-environment): Call set-language-environment-XXX
9933         functions instead of doing the various setups directly.
9934         (set-language-environment-coding-systems): Delete argument eol-type.
9935         (set-language-environment-input-method)
9936         (set-language-environment-nonascii-translation)
9937         (set-language-environment-charset)
9938         (set-language-environment-fontset)
9939         (set-language-environment-unibyte): New functions.
9941 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
9943         * locate.el (locate-update-when-revert): New option.
9944         (locate-update-path): New option (suggested by Michael Albinus).
9945         (locate-prompt-for-command): Whitespace change.
9946         (locate-update): No longer offer to update the locate database by
9947         default.  Implement the two new options.
9949 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
9951         * tooltip.el: Move comment about track-mouse...
9953         * progmodes/gud.el: ...to here.
9955 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
9957         * facemenu.el (facemenu-listed-faces): New var.
9958         (facemenu-unlisted-faces): Variable deleted.
9959         (facemenu-add-new-face): Use facemenu-listed-faces.
9961         * emulation/viper-init.el, calendar/calendar.el:
9962         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
9964 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
9966         * textmodes/org.el (org-mode): Remove no invalid settings for
9967         calc embedded mode.
9968         (org-mode-p): New defsubst.
9969         (org-save-all-org-buffers): New function.
9970         (org-first-headline-recenter): Enclose outline-regexp in group
9971         delimiters.
9972         (org-set-tags): Keep single space after stars.
9974 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9976         * window.el (set-window-text-height): Only set window-min-height to
9977         1 if that's the requested size.
9979         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
9980         (diff-unified->context, diff-context->unified)
9981         (diff-reverse-direction): Make sure the end marker stays at the end.
9982         (diff-mode): Add the keymap table at the end of docstring.
9983         Use lexical-let rather than constructing a closure manually.
9985         * files.el (find-file-noselect-1): Remove unused var assignment.
9986         (hack-local-variables-confirm): Print lists of strings as lists of
9987         strings rather than lists of symbols.
9988         (abbreviate-file-name, hack-local-variables-prop-line):
9989         Use match-string.
9990         (hack-one-local-variable): Move `make-local-variable' nearer its use.
9991         (recover-session-finish): Use line-end-position.
9993 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
9995         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
9997 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
9999         * progmodes/make-mode.el (makefile-macroassign-regex):
10000         Accept preceding keyword.
10001         (makefile-gmake-statements): Reorganize, now that makepp has
10002         "override" and also handle forgotten "override define".
10003         (makefile-makepp-statements): Add new "global", "override export"
10004         and "override global".
10006 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
10008         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10009         (ada-compile-mouse-goto-error, ada-deactivate-properties)
10010         (ada-no-auto-case): Fix typos in docstrings.
10012 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
10014         * info.el (Info-find-node-2): Search for makeinfo version more
10015         carefully.
10017 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
10019         * textmodes/org.el (org-prepare-agenda-buffers):
10020         Use `invisible-OK' argument for `org-end-of-subtree'.
10021         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10022         (org-beginning-of-item): Fix bug in regular expression for white line.
10023         (org-export-as-html): Enforce space after bullet in plain list items.
10024         (org-set-autofill-regexps): Require space after plain list bullet
10025         for paragraph-start.
10026         (org-ts-regexp3): New constant.
10027         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10028         (org-timestamp-up-day, org-timestamp-down-day)
10029         (org-timestamp-change): Work with inactive timestamps.
10030         (org-ts-regexp1): Don't allow brackets in time stamps.
10032 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
10034         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10035         for ignoring links.
10037         * faces.el (read-face-name): Use it.
10039 2006-06-28  Juri Linkov  <juri@jurta.org>
10041         * buff-menu.el (list-buffers-noselect): Compare Info file
10042         with the string "dir" to detect Info directory.
10044         * complete.el (partial-completion-mode): In lambda for
10045         `choose-completion-string-functions' use full function signature
10046         with 4 args, and move point to the end of the minibuffer only if arg
10047         `mini-p' is non-nil.
10049 2006-06-28  John Paul Wallington  <jpw@pobox.com>
10051         * ibuffer.el (ibuffer-mode): Doc fix.
10053 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
10055         * textmodes/org.el (org-context): New contexts :item-bullet,
10056         :latex-fragment, :latex-preview.
10057         (org-overlays-at, org-overlay-start, org-overlay-end):
10058         New compatibility functions.
10059         (org-inside-LaTeX-fragment-p): More accurate matching, using the
10060         exact regexp that will be used during export.
10061         (org-latex-regexps): New variable.
10062         (org-cdlatex-mode): Improve advice for `texmathp'.
10063         (turn-on-org-cdlatex): New function.
10065 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10067         * term/mac-win.el (mac-handle-font-selection): Change keys of
10068         mac-atsu-font-table from strings to numbers.
10069         (mac-ts-caret-position): Use also when cursor-type is nil.
10070         (mac-ts-update-active-input-area): Add Mac OS Classic support.
10071         Relax condition for using overlay strings.
10072         Use mac-ts-caret-position face when cursor-type is nil.
10074 2006-06-26  Kim F. Storm  <storm@cua.dk>
10076         * help.el (view-emacs-news): Declare `res' in the right let* form.
10078 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
10080         * net/rcompile.el (remote-compile): Replace ange-ftp based
10081         implementation by Tramp functions.
10082         Suggested by Marc Abramowitz <msabramo@gmail.com>.
10084         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10086 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
10088         * international/fontset.el (setup-default-fontset): Fix a typo in
10089         the "Oriya-Akruti" registry name.
10091 2006-06-23  Lars Hansen  <larsh@soem.dk>
10093         * desktop.el (desktop-full-file-name): New function.
10094         (desktop-kill, desktop-save, desktop-remove, desktop-read)
10095         (desktop-revert): Use it.
10096         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10097         (desktop-after-read-hook): Add option list-buffers.
10098         (desktop-locals-to-save): Add tab-width.
10099         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10100         Fix docstring.
10102 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
10104         * textmodes/org.el (org-cdlatex-mode-map)
10105         (org-cdlatex-texmathp-advice-is-done): New variables.
10106         (org-cdlatex-mode): New minor mode.
10107         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10108         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10109         (org-export-with-archived-trees): New option.
10110         (org-open-file): Remove the call to `convert-standard-filename'.
10111         (org-archive-tag, org-agenda-skip-archived-trees)
10112         (org-cycle-open-archived-trees)
10113         (org-sparse-tree-open-archived-trees): New options.
10114         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10115         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10116         New functions.
10117         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10118         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10119         (org-mode-map): Add binding for `org-toggle-archive-tag'.
10120         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10121         Call `org-prepare-agenda-buffers'.
10122         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10123         (org-file-apps, org-file-apps-defaults-gnu)
10124         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10125         Handle remote files by forcing them to be opened in Emacs.
10127 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
10129         * vc.el (vc-diff-knows-L): New variable.
10130         (vc-diff-internal): Use it to handle "diff" programs that don't
10131         understand -L.  This works automatically, no user action is necessary.
10133 2006-06-23  Daniel Brockman  <daniel@brockman.se>
10135         * net/rcirc.el (rcirc-default-user-full-name): Default to
10136         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10137         longer exists).
10138         (rcirc-process-list): Check `buffer-live-p' before attempting to
10139         switch to a buffer.
10141 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
10143         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10144         based on rcirc-coding-system-alist.
10146 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
10148         * cus-edit.el (customize-apropos): A better error message.
10149         (top level) <debug-ignored-errors>: Extend and update the list of
10150         ignored error messages.
10152 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
10154         * complete.el (PC-do-completion): Retain capitalization of user
10155         input, when possible, even if completion-ignore-case is set.
10157 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
10159         * generic-x.el (bat-generic-mode): Support .cmd files.
10161         * dos-w32.el (top level): Use find-file-not-found-functions
10162         instead of the obsolete find-file-not-found-hooks.
10164 2006-06-22  Kim F. Storm  <storm@cua.dk>
10166         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10167         to recognize mode name containing submodes, such as Grep/lw.
10169 2006-06-21  Kim F. Storm  <storm@cua.dk>
10171         * simple.el (line-move-1): Check for move-end-of-line instead of
10172         end-of-line when setting temporary-goal-column.
10174 2006-06-21  Miles Bader  <miles@gnu.org>
10176         * play/cookie1.el (cookie): Work properly when there's only one entry.
10178 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
10180         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10181         (gdb-frame-handler): Generalize frame regexp for templates.
10183 2006-06-20  Glenn Morris  <rgm@gnu.org>
10185         * calendar/appt.el (appt-display-format): Default value must be
10186         one of the customize options.
10188 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
10190         * term/xterm.el (terminal-init-xterm): Update key availability info.
10191         Bind C-return.
10193         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10195 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
10197         * files.el (hack-local-variables): Run `hack-local-variables-hook'
10198         whether or not a local variables list is defined.
10200         * msb.el (msb): Move `sit-for' hack here to handle both
10201         "mouse-down and drag" and "mouse-up and select" situations.
10202         (mouse-select-buffer): Move `sit-for' hack to `msb'.
10204 2006-06-20  Kenichi Handa  <handa@m17n.org>
10206         * international/characters.el (word-combining-categories):
10207         Add entries for 2-byte Han characters.
10209 2006-06-19  Richard Stallman  <rms@gnu.org>
10211         * bindings.el (mode-line-format): Save some mode line space.
10213         * files.el (find-file-noselect): Improve the question wording.
10214         (basic-save-buffer-2): Mask UMASK against 666.
10216         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10217         (mouse-drag-vertical-line): Call it.
10219         * cus-edit.el (customize-option, customize-option-other-window):
10220         Error if SYMBOL is nil.
10222 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
10224         * textmodes/org.el: Require noutline, also on XEmacs.
10225         (org-end-of-subtree): Return point.
10226         (org-dblock-start-re, org-dblock-end-re): New constants.
10227         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10228         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10229         (org-update-all-dblocks, org-find-dblock): New functions.
10230         (org-collect-clock-time-entries): New function.
10231         (org-html-handle-time-stamps): Never export CLOCK timeranges.
10232         (org-fixup-indentation): Modify to deal correctly with lines
10233         starting with TAB.  Only one argument DIFF now.
10234         (org-demote, org-promote): Call `org-fixup-indentation' with just
10235         one argument, DIFF.
10236         (org-mode): Don't mark buffer as modified when aligning tables.
10237         (org-clock-sum): Don't mark buffer modified when adding time sum
10238         properties.
10239         (org-export-as-html): Add support for a link validation function.
10240         (org-archive-all-done): New function.
10241         (org-archive-subtree): New prefix argument.  When set, archive all
10242         done subtrees in this buffer.
10243         (org-remove-clock-overlays)
10244         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10245         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10246         (org-put-clock-overlay): Don't swallow last headline character
10247         when displaying overlay.
10248         (org-store-link): Link to `image-mode' with just the file name.
10250 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
10252         * viper-cmd.el (viper-special-read-and-insert-char):
10253         Use read-key-sequence.
10254         (viper-after-change-undo-hook): Misc enhancements.
10255         (viper-after-change-undo-hook): New hook.
10256         (viper-undo): Use viper-after-change-undo-hook.
10257         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10258         (viper-next-line-at-bol): If point is on a widget or a button, simulate
10259         clicking on that widget/button.
10261         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10263         * ediff-diff (ediff-test-patch-utility): Catch errors.
10264         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10265         (ediff-set-actual-diff-options): New function.
10266         (ediff-reset-diff-options, ediff-toggle-ignore-case):
10267         Use ediff-set-actual-diff-options.
10268         (ediff-extract-diffs): Catch errors.
10269         (ediff-whitespace): Add non-breakable space.
10270         (ediff-same-file-contents): Catch errors.
10272         * ediff-mult.el (ediff-collect-custom-diffs):
10273         Save coding-system-for-read.
10275         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10276         (ediff-vc-internal, ediff-vc-merge-internal):
10277         Use ediff-delete-version-file.
10278         (ediff-delete-version-file): New function.
10280         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10282         * ediff.el (ediff-directories, ediff-directory-revisions)
10283         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10284         (ediff-directories-internal, ediff-merge-directory-revisions)
10285         (ediff-merge-directory-revisions-with-ancestor)
10286         (ediff-directories3): Use read-directory-name.
10288 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
10290         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10291         Remove superfluous part of regexp for brace matching which is handled
10292         by `scan-lists' call.
10294 2006-06-16  Richard Stallman  <rms@gnu.org>
10296         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10298         * files.el (basic-save-buffer-2): For a new precious file,
10299         use the default modes in the return value.
10301         * facemenu.el (facemenu-color-alist): Doc fix.
10303         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10305 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10307         * cus-start.el (all): Add mac-ts-script-language-on-focus.
10309         * term/mac-win.el (mac-text-encoding-ascii): New constant.
10310         (mac-utxt-to-string): Use it.
10311         (mac-ts-update-active-input-area): Use mac-ae-number.
10313 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
10315         * term.el (term-handle-scroll, term-delete-lines)
10316         (term-insert-lines): Fix off by one errors.
10318 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10320         * net/tramp.el (tramp-touch): Use UTC to express time.
10322 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
10324         * mail/sendmail.el (mail-send): Search explicitly for
10325         mail-header-separator when checking for corrupted header lines.
10327 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
10329         * progmodes/gdb-ui.el (gdb-same-frame): New option.
10330         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10331         (gdb-init-1): Initialise them.
10332         (gdb-starting): Reset gdb-printing
10333         (gdb-starting): Save value of gud-overlay-arrow-position.
10334         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10335         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10336         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10337         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10339 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10341         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10343 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
10345         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10346         (ldap-search-internal): Keep error messages, and a regexp fix.
10348 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
10350         * files.el (hack-local-variables-confirm):
10351         Display string value using its printed representation.
10353 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
10355         * server.el (server-edit): No-op if no server buffers exist.
10357 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
10359         * textmodes/page-ext.el (pages-directory-for-addresses):
10360         Including `pages-directory-address-mode' in the function results
10361         in the message "Buffer in which pages were found is deleted".
10363 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
10365         * textmodes/org.el (org-agenda-mode-map): Add bindings for
10366         clocking functions.
10368         (org-agenda-clock-in, org-check-running-clock)
10369         (org-clock-out-if-current, org-remove-clock-overlays)
10370         (org-put-clock-overlay): New functions.
10371         (org-clock-marker, org-clock-file-total-minutes)
10372         (org-clock-overlays): New variables.
10373         (org-clock-display, org-clock-sum, org-clock-cancel)
10374         (org-clock-out, org-clock-in): New commands.
10375         (org-export): New function.
10376         (org-emph-re): New constant.
10377         (org-set-emph-re, org-do-emphasis-faces): New functions.
10378         (org-emphasis-regexp-components, org-emphasis-alist): New options.
10379         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
10380         (org-export-html-convert-emphasize): Use the configurable emphasis.
10381         (org-cleaned-string-for-export): Make multiline emphasis visible
10382         to the exporter.  New optional argument PARAMETERS.
10383         (org-export-as-html): Specify :emph-multiline parameter to
10384         `org-cleaned-string-for-export'.
10386 2006-06-10  Richard Stallman  <rms@gnu.org>
10388         * help.el (help-for-help-internal): Clean up help text.
10390 2006-06-10  Andreas Schwab  <schwab@suse.de>
10392         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
10393         in doc string.
10395         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
10397 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
10399         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
10400         spaces after the comment start.
10402 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10404         * play/pong.el (pong-init-buffer):
10405         Fill buffer with spaces instead of ^A.
10407         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
10408         launched asynchronously, delete its process instead of being cool.
10409         (ispell-async-processp): Check for `delete-process' existence
10410         instead of `kill-process' one for consistency.
10412 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
10414         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
10415         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10416         in mode line at startup.
10418 2006-06-08  Kim F. Storm  <storm@cua.dk>
10420         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10421         (ido-init-completion-maps): Bind them to M-SPC and M-v.
10422         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
10423         (ido-file-internal): Pass full file name to write-file.
10424         (ido-read-internal): Only pop stack elements automatically if they
10425         actually match an existing directory or file name.
10427 2006-06-07  Kenichi Handa  <handa@m17n.org>
10429         * international/mule.el (find-auto-coding): Don't handle the short
10430         name `char-trans'.
10432         * files.el (hack-local-variables-prop-line)
10433         (hack-local-variables): Cancel the previous change.
10435 2006-06-06  Jesper Harder  <harder@phys.au.dk>
10437         * ediff-diff.el (ediff-test-utility): Protect against file-error.
10439 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
10441         * diff-mode.el (diff-mode): Set buffer-read-only to t when
10442         diff-default-read-only is non-nil.
10443         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
10444         (diff-refine-hunk): Set inhibit-read-only to t.
10446         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
10447         modifying the *Diff* buffer.
10448         (diff-process-filter): New filter function for diff process that
10449         sets inhibit-read-only to t when modifying the *Diff* buffer.
10451 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
10453         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
10454         insertion point and control the number of empty lines.
10455         (org-paste-subtree): Limit the number of empty lines at the end of
10456         the inserted tree.
10457         (org-agenda): Use buffer name of current file for narrowing.
10458         (org-export-as-xml): Command removed.
10459         (org-export-xml-type): Option removed.
10460         (org-mode-map): Call `org-export-as-xoxo' directly.
10461         (org-get-indentation): New optional argument LINE.
10462         (org-fix-indentation, org-remove-tabs): New functions.
10463         (org-export-as-ascii, org-ascii-level-start): Determine and apply
10464         correct indentation for headlines that are converted it items.
10465         (org-skip-comments): Remove table lines that contain narrowing
10466         cookies but no other non-empty fields.
10467         (org-set-tags): Allow groups of mutually exclusive tags.
10468         (org-cmp-time): Sort 24:21 before items without time.
10469         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
10470         (org-open-at-point): Require double colon also for numbers.
10472 2006-06-06  Kim F. Storm  <storm@cua.dk>
10474         * ido.el (ido-default-file-method, ido-default-buffer-method):
10475         Make choice values consistent with corresponding command names.
10476         (ido-visit-buffer): Update accordingly.  Default to selected-window.
10478 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
10480         * progmodes/gud.el (gud-running): Fix doc string.
10481         (gud-menu-map): Use :visible instead fo :enable for debugger test.
10482         (gud-tooltip-modes): Add python-mode.
10483         (gud-tooltip-print-command): Add pdb.  Remove perldb.
10485 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
10487         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
10488         Quote $(EMACS).
10490 2006-06-05  Richard Stallman  <rms@gnu.org>
10492         * faces.el (defined-colors): Doc fix.
10494 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
10496         * vc.el (vc-process-filter): Inhibit undo info collection around
10497         call to insert.
10498         (vc-setup-buffer): Likewise for call to erase-buffer.
10499         (vc-do-command): Likewise for call to process-file.
10501 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
10503         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
10504         for gud-go.
10505         (gud-common-init): Other debuggers may trigger error.
10507 2006-06-05  Kenichi Handa  <handa@m17n.org>
10509         * international/mule.el (find-auto-coding):
10510         Handle enable-character-translation in file header.
10512 2006-06-04  Kim F. Storm  <storm@cua.dk>
10514         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
10515         (authors-fixed-entries): Fix spelling.
10516         (authors-canonical-file-name): Don't report error for wildcards.
10518         * help.el (view-emacs-news): Rewrite to support new NEWS,
10519         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
10520         e.g. version 10 matches 1.10, and don't be confused by version 1.1
10521         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
10523 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
10525         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
10526         exec constructs like `foo bar`.
10527         (sh-quoted-subshell): New helper function to search for a possibly
10528         nested subshell (like `` or $()) within a "" quoted string.
10529         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
10530         (sh-apply-quoted-subshell): Flag quote characters inside a
10531         subshell, which is itself already in a quoted region, as
10532         punctuation, since this is the closest to what they actually are.
10533         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
10534         sh-apply-quoted-subshell.
10535         (sh-font-lock-syntactic-face-function): Apply the new face for
10536         text inside `` instead of the old font-lock-string-face.
10538 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10540         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
10541         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
10542         (mac-bytes-to-text-range, mac-ae-text-range-array)
10543         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
10544         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
10545         (mac-ts-unicode-for-key-event): New functions.
10546         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
10547         (mac-handle-font-selection): Use mac-ae-number.
10548         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
10549         New variables.
10550         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
10551         (mac-ts-converted-text, mac-ts-selected-converted-text)
10552         (mac-ts-block-fill-text, mac-ts-outline-text)
10553         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
10554         (mac-ts-hilite-style-faces): New constant.
10555         (mac-apple-event-map): Bind text input events.
10556         (mac-dispatch-apple-event): Use command-execute instead of
10557         call-interactively.
10558         (global-map): Don't bind mac-apple-event.
10559         (special-event-map): Bind mac-apple-event.
10561 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
10563         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
10564         file name.
10565         (emacs): Enclose the value of $(EMACS) in quotes.
10567 2006-06-02  Juri Linkov  <juri@jurta.org>
10569         * international/mule.el (sgml-html-meta-auto-coding-function):
10570         Remove the condition `(search-forward "<html" size t)'.
10571         Replace `\"' with `[\"']?' in `re-search-forward'.
10573 2006-06-02  Kenichi Handa  <handa@m17n.org>
10575         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
10576         as well as `coding'.
10577         (hack-local-variables): Likewise.
10579         * international/mule.el (enable-character-translation):
10580         Put permanent-local and safe-local-variable properties.
10581         (find-auto-coding): Handle char-trans: tag.
10583 2006-06-02  Juri Linkov  <juri@jurta.org>
10585         * international/mule.el (sgml-html-meta-auto-coding-function):
10586         Limit the search by the end of the HTML header (if any).
10588 2006-06-01  Richard Stallman  <rms@gnu.org>
10590         * subr.el (with-current-buffer): Doc fix.
10592 2006-06-02  Masatake YAMATO  <jet@gyve.org>
10594         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
10595         Almost rewrite.  Underlines over all lines of gcov output are too
10596         uncomfortable to read.  Suggested by Dan Nicolaescu.
10598 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
10600         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
10602         * shell.el (shell-mode): Use shell-mode-map in docstring.
10604         * comint.el (comint-send-input): Do not add help-echo and
10605         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
10607 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10609         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
10611 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
10613         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
10614         (gdb-stopped, gdb-info-stack-custom): If there is no source info
10615         look up the stack and pop up GUD buffer if necessary.
10616         (gdb-frames-select): Remove redundant call to gud-display-frame.
10617         (gdb-info-threads-custom): Keep point at start of buffer.
10618         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
10620 2006-05-31  Juri Linkov  <juri@jurta.org>
10622         * replace.el (query-replace-read-from, query-replace-read-to):
10623         Bind `history-add-new-input' to nil.  Call `add-to-history'.
10625 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
10627         * textmodes/table.el: Convert all HTML tags to lower case for
10628         XHTML compatibility.
10630 2006-05-31  Masatake YAMATO  <jet@gyve.org>
10632         * progmodes/compile.el:
10633         (compilation-error-regexp-alist-alist::gcov-called-line):
10634         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
10636 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
10638         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
10639         Revert inadvertent changes made with last commit.
10641 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10643         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
10644         New functions.
10646         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
10648 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
10650         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
10651         only matches in the right place.
10652         (org-upcoming-deadline): New face.
10653         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
10654         (org-export-ascii-underline): Rename constant `org-ascii-underline'
10655         and make it an option.
10656         (org-export-ascii-bullets): New option.
10657         (org-export-as-html): Many changes to emit valid XHTML.
10658         (org-par-open): New variable.
10659         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
10660         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
10661         (org-timeline): Pass `org-timeline-show-empty-dates' to
10662         `org-get-all-dates'.  Interpret empty dates returned by
10663         `org-get-all-dates'.
10664         (org-get-all-dates): New argument EMPTY.  Add dates without
10665         entries to the list, mark large ranges of empty dates.
10666         (org-point-in-group, org-context): New functions.
10668 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
10670         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
10672         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
10673         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
10674         to C-mouse-3 (for 2 button mice).
10675         (gdb-send): Do the right thing for C-d.
10677         * speedbar.el (speedbar-detach): Delete.
10678         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
10679         it breaks things.
10680         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
10682 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
10684         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
10685         Makeppfile.
10687         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10688         Add makepp diagnostic.
10690 2006-05-29  Richard Stallman  <rms@gnu.org>
10692         * window.el (fit-window-to-buffer): Doc fix.
10694         * help.el (temp-buffer-max-height): Doc fix.
10696         * subr.el (with-current-buffer): Doc fix.
10698 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10700         * term/x-win.el: Bind F10 to menu-bar-start if available.
10702 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
10704         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
10705         uses with a simple test.
10706         (term-set-escape-char, term-mode, term-check-kill-echo-list)
10707         (term-send-raw-string, term-send-raw, term-mouse-paste)
10708         (term-char-mode, term-line-mode, term-exec, term-sentinel)
10709         (term-handle-exit, term-read-input-ring)
10710         (term-previous-matching-input-string)
10711         (term-previous-matching-input-string-position)
10712         (term-previous-matching-input-from-input)
10713         (term-replace-by-expanded-history, term-send-input)
10714         (term-skip-prompt, term-bol, term-send-invisible)
10715         (term-kill-input, term-delchar-or-maybe-eof)
10716         (term-backward-matching-input, term-check-source)
10717         (term-proc-query, term-emulate-terminal)
10718         (term-handle-colors-array, term-process-pager, term-pager-line)
10719         (term-pager-bob, term-unwrap-line, term-word)
10720         (term-dynamic-complete-filename)
10721         (term-dynamic-complete-as-filename)
10722         (term-dynamic-simple-complete): Replace one arm ifs with whens or
10723         unlesses.
10725 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10727         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
10728         during bootstrapping.
10730         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
10731         Basically undo the change of 2006-05-26: use extra arguments instead of
10732         dynamic scoping.
10733         (ewoc-locate): Remove unused var `footer'.
10735 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10737         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
10739         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
10740         (generate-file-autoloads): Obey it.  Return whether autoloads were
10741         added at point or not.
10742         (update-file-autoloads): Use this new return value.
10743         Remove redundant test for the presence of an autoload cookie.
10745         * emacs-lisp/autoload.el (autoload-find-file): New fun.
10746         This one calls hack-local-variables.
10747         (generate-file-autoloads, update-file-autoloads): Use it.
10749         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
10750         (bibtex-sort-entry-class): Add safe-local-variable predicate.
10751         (bibtex-sort-entry-class-alist): Don't set the global value.
10752         (bibtex-init-sort-entry-class-alist): New fun.
10753         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
10754         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
10755         of bibtex-init-sort-entry-class.
10757 2006-05-28  Richard Stallman  <rms@gnu.org>
10759         * subr.el (load-history-regexp): If FILE is relative, insist
10760         entire last name component must match it.
10761         (load-history-filename-element, load-history-regexp): Doc fixes.
10763 2006-05-29  Kim F. Storm  <storm@cua.dk>
10765         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
10766         `pos' and `raw-data' for clarity, as eval forms may access these.
10768 2006-05-28  Kim F. Storm  <storm@cua.dk>
10770         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
10772 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10774         * progmodes/make-mode.el (makefile-browser-map)
10775         (makefile-mode-syntax-table): Move initialization inside declaration.
10776         (makefile-fill-paragraph): Use the default comment-filling code.
10778 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
10780         * replace.el (query-replace-defaults): New variable.
10781         (query-replace-read-from): Use `query-replace-defaults' for
10782         default value, instead of history list.
10783         (query-replace-read-to): Update `query-replace-defaults'.
10785 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
10787         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
10788         with no X toolkit.
10790 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
10792         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
10793         (tumme-show-all-from-dir): Add autoload.
10795 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
10797         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
10798         (tumme-remove-tag): Fix bug.
10800 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
10802         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
10803         FOOTER args.  Update unique caller.
10804         (ewoc-delete): Compute last node once before looping.
10805         (ewoc--node-branch): Merge into unique caller.
10806         (ewoc--node): Don't define constructor make-ewoc--node for this
10807         structure.
10808         (ewoc): Add member `hf-pp' to this structure.
10809         (ewoc--wrap): New func.
10810         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
10811         header/footer pretty-printers.  Save header/footer pretty-printer.
10812         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
10814         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
10816 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
10818         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
10819         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
10820         Tag'.  Change "Compare directories..." to "Change Directories...".
10821         Move tumme commands to Operate, Regexp and Immediate menus.
10822         Change "Add Comment" to "Add Image Comment".  Change "Add Image
10823         Tag" to "Add Image Tags".
10825         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
10826         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
10827         `tumme-delete-tag'.
10829 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10831         * shell.el (shell-mode): Call shell-dirtrack-mode after
10832         list-buffers-directory is made a local variable, to avoid setting
10833         the default value.
10835 2006-05-26  Kevin Ryde  <user42@zip.com.au>
10837         * info.el (Info-index-next): Use where-is-internal to report
10838         actual binding of Info-index-next, rather than hard-coded `,'.
10840 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
10842         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
10843         and "Find Command in Manual" to here.
10845         * buff-menu.el (list-buffers-noselect): For Info buffers, use
10846         Info-current-file as the file name.
10848 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
10850         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
10851         overrides will now be done a different way.
10852         (ses-set-parameter): Reapply this function for undo.
10853         (ses-set-header-row): Reconstruct header row during undo.
10854         (ses-widen): New function.
10855         (ses-goto-data, ses-reconstruct-all): Use new function.
10856         (ses-command-hook): Widen buffer during undo, before unupdating
10857         the cells.
10858         (ses-insert-row, ses-delete-row): Widen buffer during undo.
10859         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
10860         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
10861         formula hasn't been executed yet.
10863 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10865         * comint.el (comint-kill-whole-line): Rename arg to count.
10866         Fix doc string.
10868 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
10870         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
10871         to copy-file.
10873 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10875         * simple.el (toggle-truncate-lines): Make arg optional for
10876         backward compatibility.
10878 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
10880         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
10881         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
10882         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
10883         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
10884         (ewoc--adjust): Use ewoc--current-dll.
10885         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
10887 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
10889         * textmodes/org.el (org-next-item, org-previous-item): Emit more
10890         compact error message.
10891         (org-tags-view): Refresh category table in each file.
10892         (org-table-justify-field-maybe): Remove superfluous arguments to
10893         `format'.
10894         (org-export-as-html): Insert "<p>" before postamble.
10895         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
10897 2006-05-26  Kenichi Handa  <handa@m17n.org>
10899         * textmodes/po.el (po-find-charset): Pay attention to the case
10900         FILENAME is a cons (NAME . BUFFER).
10901         (po-find-file-coding-system-guts): Likewise.
10903         * arc-mode.el (archive-set-buffer-as-visiting-file):
10904         Call find-operation-coding-system with (FILENAME . BUFFER).
10906         * tar-mode.el (tar-extract): Call find-operation-coding-system
10907         with (FILENAME . BUFFER).
10909         * international/mule.el (decode-coding-inserted-region):
10910         Call find-operation-coding-system with (FILENAME . BUFFER).
10912 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
10914         * image-mode.el (image-toggle-display): Use buffer contents to
10915         generate image for a remote file.
10917 2006-05-25  Juri Linkov  <juri@jurta.org>
10919         * replace.el (query-replace-read-from, query-replace-read-to):
10920         Remove 8th arg KEEP-ALL in read-from-minibuffer.
10922 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
10924         * whitespace.el (whitespace-cleanup): Change to cleanup
10925         region if one is active.
10926         * whitespace.el (whitespace-cleanup-internal): New internal method.
10928 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10930         * dired.el (dired-mode-map): Add help-echo strings to tumme
10931         commands.  Bind `tumme-dired-display-image' to C-t i.
10933         * tumme.el (tumme-display-image): Change documentation string slightly.
10934         (tumme-dired-display-image): Add call to `display-buffer'.
10936 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
10938         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
10939         Signal error if RAW-DATA is a multibyte string.
10941 2006-05-24  Richard Stallman  <rms@gnu.org>
10943         * subr.el (with-local-quit): When handling `quit' signal,
10944         make a chance for quit-flag to cause a quit.
10946         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
10947         (ad-disable-advice): Add autoloads.
10949         * subr.el (read-passwd): Copy PROMPT before changing its properties.
10951 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10953         * dired.el (dired-mode-map): Change menu items for tumme as per
10954         suggestions in emacs-devel.
10956 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
10958         * dired.el (dired-mode-map): Fix breakage.
10960 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10962         * tumme.el (tumme-display-dired-image): Rename to...
10963         (tumme-dired-display-image): ...this.
10964         (tumme-track-movement): Change default value to t.
10965         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
10966         used from `tumme-next-line-and-display' and similar commands.
10968         * dired.el (dired-mode-map): Add Thumbnail submenu under the
10969         Immediate menu.  Add some tumme commands there.
10971 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
10973         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
10975 2006-05-24  Chong Yidong  <cyd@mit.edu>
10977         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
10978         menu entries that open submenus.
10980 2006-05-24  Alan Mackenzie  <acm@muc.de>
10982         * startup.el (command-line): For names of preloaded files, don't
10983         append ".elc" (now done in Fload), and call file-truename on the
10984         lisp directory.
10986         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
10987         match ANY loaded file with the right name, not just those in
10988         load-path.  Put a regexp matching the file name into
10989         after-load-alist, rather than the name itself.
10991         * subr.el (load-history-regexp, load-history-filename-element)
10992         (do-after-load-evaluation): New functions.
10994         * international/mule.el (load-with-code-conversion): Do the
10995         eval-after-load stuff by calling do-after-load-evaluation.
10997 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
10999         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11000         has not been killed.
11002 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11004         * term/mac-win.el: Set idle timer to clean up expired Apple events.
11005         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11006         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11007         Optionally set error message in reply.
11009 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
11011         * textmodes/org.el (org-open-at-point): Use renamed variable
11012         `org-confirm-shell-link-function'.
11013         (org-confirm-shell-link-function): Rename from
11014         `org-confirm-shell-links'.
11015         (org-export-directory): New function.
11016         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11017         (org-export-icalendar): Use `org-export-directory'.
11018         (org-indent-item): Keep cursor position.
11019         (org-link-file-path-type): New option.
11020         (org-export-as-html): Fix bug with plain lists starting in
11021         column 0.
11022         (org-export-as-html): Remove deadline formatting, this happens
11023         now already in `org-html-handle-time-stamps'.
11024         (org-export-html-style): Deadline class removed.
11025         (org-insert-labeled-timestamps-at-point): New option.
11026         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11027         of `hide-sublevels 1', in case the first headline is not level 1.
11028         (org-overview, org-content): New fuction.
11029         (org-cycle-global-status, org-cycle-subtree-status): Make these
11030         variables buffer-local.
11031         (org-global-cycle): New command.
11032         (org-shifttab): Use `org-global-cycle'.
11033         (org-insert-heading, org-insert-item): Go to end of new
11034         headline/item after creating it.
11035         (org-export-visible): Rename from `org-export-copy-visible'.
11036         Now creates a temporary org-file and applies an exporting command
11037         to it.
11038         (org-table-eval-formula): Support for lisp forms.
11039         (org-agenda-todo-ignore-scheduled): New option.
11040         (org-agenda-get-todos): Use new option
11041         `org-agenda-todo-ignore-scheduled'.
11042         (org-export-html-inline-images): New value `maybe'.
11043         (org-export-as-html): Inlining of images dependent on link description.
11044         (org-archive-subtree): Check for end-of-buffer before trying
11045         `kill-line'.
11046         (org-agenda-follow-mode): New option.
11047         (org-export-with-tags, org-export-with-timestamps): New options.
11048         (org-html-handle-time-stamps): New function.
11049         (org-keyword-time-regexp): New variable.
11050         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11051         (org-agenda-todo-list-sublevels): New option.
11052         (org-html-level-start): When TITLE is nil, just close all levels.
11053         (org-parse-key-lines, org-parse-export-options): Remove functions,
11054         replaced by `org-infile-export-plist'.
11055         (org-combine-plists, org-infile-export-plist)
11056         (org-default-export-plist): New functions.
11057         (org-export-html-preamble, org-export-html-postamble)
11058         (org-export-html-auto-preamble, org-export-html-auto-postamble):
11059         New variables.
11060         (org-export-publishing-directory): New option.
11061         (org-export-as-html, org-export-as-ascii): Use the new property
11062         lists for settings.
11063         (org-export-copy-visible, org-export-as-xoxo):
11064         Respect `org-export-publishing-directory'.
11065         (org-link-search, org-store-link, org-file-apps): Support for
11066         links to BibTeX database entries..
11067         (org-get-current-options, org-set-regexps-and-options):
11068         Implement logging as a startup option.
11069         (org-store-link): Make sure context string is never empty
11070         (org-insert-link): Use relative path when possible.
11071         (org-at-item-checklet-p): New function.
11072         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11073         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11074         (org-metaright, org-metaup, org-metadown, org-shiftup)
11075         (org-shiftdown, org-shiftright, org-shiftleft)
11076         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11077         Dispatch using `call-interactively'.
11078         (org-call-with-arg): New defsubst.
11079         (org-tag-alist, org-use-fast-tag-selection): New options.
11080         (org-complete): Use `org-tag-alist'.
11081         (org-fast-tag-insert, org-fast-tag-selection): New functions.
11082         (org-next-item, org-previous-item): New commands.
11083         (org-beginning-of-item, org-end-of-item): Add (interactive) to
11084         make command.
11085         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11087 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
11089         * emacs-lisp/ewoc.el (ewoc-delete): New function.
11090         (ewoc-filter): Use `ewoc-delete'.
11092         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11094 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11096         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11097         Signal more user-friendly error messages.
11099         * complete.el (PC-do-completion): Undo the addition of implicit
11100         wildcards if they did not lead to finding any match.
11101         (read-file-name-internal): Don't add the final > if the completion is
11102         not finished.
11104 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11106         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11107         Quote safe-local-variable predicate.
11109 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
11111         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11113 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11115         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11117         * progmodes/make-mode.el (makefile-special-targets-list)
11118         (makefile-macro-table, makefile-target-table): Mark as risky.
11119         (makefile-query-one-target-method): Make this the alias for the
11120         following variable.
11121         (makefile-query-one-target-method-function): Make this the real name.
11123         * textmodes/artist.el (artist-text-renderer): Make this the alias
11124         for the following variable.
11125         (artist-text-renderer-function): Make this the real name.
11127         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11128         the alias for the following variable.
11129         (flyspell-generic-check-word-predicate): Make this the real name.
11131         * textmodes/ispell.el (ispell-format-word): Make this the alias
11132         for the following variable.
11133         (ispell-format-word-function): Make this the real name.
11134         (ispell-message-text-end): Mark as risky.
11136         * skeleton.el (skeleton-transformation, skeleton-filter)
11137         (skeleton-pair-filter): Make these the aliases for the following
11138         variables.
11139         (skeleton-transformation-function, skeleton-filter-function)
11140         (skeleton-pair-filter-function): Make these the real names.
11142         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11143         and skeleton-pair-filter-function.
11145         * textmodes/sgml-mode.el (sgml-transformation): Make this the
11146         alias for the following variable.
11147         (sgml-transformation-function): Make this the real name.
11148         (sgml-tag-alist): Mark as risky.
11150 2006-05-21  Richard Stallman  <rms@gnu.org>
11152         * simple.el (kill-region): Interactively, pass point, then mark.
11154 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
11156         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11158 2006-05-21  Romain Francoise  <romain@orebokech.com>
11160         * dired-x.el (dired-mode-map): Don't bind M-g.
11162 2006-05-20  Richard Stallman  <rms@gnu.org>
11164         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11165         (dired-goto-file): Doc fix.
11167 2006-05-21  Kim F. Storm  <storm@cua.dk>
11169         * emulation/cua-base.el: Mention customizing cua-mode as alternative
11170         way to enable built-in cua-mode if user loads older CUA-mode package.
11172         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11173         if default-filename is specified.
11175 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11177         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11179         * info.el (info-apropos): Make sure current-file and current-node
11180         have non-nil values.  Speed up by using add-to-list instead of
11181         manual consing.
11183 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11185         * progmodes/make-mode.el (makefile-mode): Doc fix.
11187 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11189         * dired-aux.el (dired-do-shell-command): Doc fix.
11191 2006-05-20  Kevin Ryde  <user42@zip.com.au>
11193         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11194         ``(custom-manual :tag "Foo" "(foo)Node")''.
11196 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
11198         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11199         value is an integer.
11201 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11203         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11204         "format".
11205         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11207 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
11209         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11210         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11212 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11214         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11215         regexp for keywords.
11217 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
11219         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11220         replace-regexp-in-string.
11222         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11223         encode, and escape file name on conversion to URL.
11225 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11227         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11228         Don't unescape URL.
11229         (dnd-get-local-file-name): Unescape URL on conversion to file name.
11231         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11232         on conversion to URLs.
11234         * net/browse-url.el (browse-url-file-url): Encode file name on
11235         conversion to URL.
11237         * term/mac-win.el (mac-ae-open-documents): Escape file name on
11238         conversion to URL.
11240 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
11242         * progmodes/cc-styles.el (c-style-alist): Doc fix.
11244 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11246         * term/mac-win.el (mac-bytes-to-digits): Remove function.
11247         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11249 2006-05-19  Glenn Morris  <rgm@gnu.org>
11251         * calendar/diary-lib.el (diary-bahai-date)
11252         (list-bahai-diary-entries, mark-bahai-diary-entries)
11253         (mark-bahai-calendar-date-pattern): Not interactive.
11254         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
11255         (diary-entries-list): Change format of 4th element in each entry.
11256         (diary-list-entries): Use add-to-diary-list.
11257         (diary-goto-entry): Handle the case where the buffer visiting the
11258         diary has been killed.
11259         (fancy-diary-display): Add 'locator to button rather than 'marker.
11260         Only generate temp-face when there are marks to apply.
11261         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11262         (diary-fancy-date-pattern): New variable.
11263         (diary-time-regexp): Doc fix.
11264         (diary-anniversary, diary-time): New faces.
11265         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11266         diary-time-regexp.  Add font-lock-multiline property where needed.
11267         Use new faces diary-anniversary and diary-time.
11268         (diary-fancy-font-lock-fontify-region-function): New function, to
11269         handle multiline font-lock pattern in fancy diary.
11270         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11271         (diary-font-lock-keywords): Tweak time regexp.  Use new face
11272         diary-time.
11274 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
11276         * international/code-pages.el (mik): Table corrected.
11278 2006-05-18  Kim F. Storm  <storm@cua.dk>
11280         * progmodes/grep.el (grep-find): Don't check grep-find-command
11281         before running command (breaks non-interactive usage).
11283 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
11285         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11286         (ewoc--insert-new-node): Don't insert trailing newline.
11287         Instead, adjust successor nodes's start markers.
11288         (ewoc--refresh-node): Delete all text from current node's start
11289         marker to the next one's; adjust successor nodes's start markers.
11290         (ewoc--create): Doc fixes.
11291         (ewoc--refresh): Don't insert newline.
11292         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11293         * pcvs.el (cvs-make-cvs-buffer):
11294         Specify extra newline for ewoc's header and footer.
11295         (cvs-update-header): Update initial header recognition.
11296         Append newline to final header and footer values.
11297         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11299 2006-05-17  Richard Stallman  <rms@gnu.org>
11301         * files.el (file-name-extension): Doc fix.
11303 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11305         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11306         we can explicitly enable/disable rather than toggle.
11307         (shell-mode): Use it.
11308         (shell-cd): Don't try to reproduce what `cd' does.
11310 2006-05-17  Kim F. Storm  <storm@cua.dk>
11312         * ido.el (ido-read-internal): Use only nondirectory part of
11313         default item.
11315 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
11317         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11318         (ewoc-nth): Doc fix.
11320         (ewoc-map, ewoc-invalidate): Compute PP before looping.
11322 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
11324         * international/mule.el (auto-coding-alist): Add .lha to files
11325         read with no-conversion.
11327         * files.el (auto-mode-alist): Add .lha files to archive file
11328         extensions.
11330         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11331         Convert csize to integer when computing offsets within the
11332         compressed archive file.
11334 2006-05-16  Kim F. Storm  <storm@cua.dk>
11336         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11337         with read-from-minibuffer.
11339 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11341         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11342         (byte-compile-warnings): Fix safe-local-variable property.
11344 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
11346         * allout.el (allout-show-bodies, allout-old-style-prefixes)
11347         (allout-stylish-prefixes, allout-numbered-bullet)
11348         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11349         predicates to qualify `safe-local-variable' property, when
11350         available, else use equivalent lambda.
11351         (allout-current-topic-collapsed-p): Do the right thing regarding
11352         trailing blank lines.
11354 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11356         * server.el (server-start): Only create a directory if needed.
11357         (server-edit, server-unload-hook): server-start => server-mode.
11358         (kill-emacs-hook): Cleanup upon exit.
11360 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11362         * hexl.el (hexlify-buffer): Encode process arguments manually.
11364 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
11366         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11367         call to gdb-tooltip-print.
11369 2006-05-15  Romain Francoise  <romain@orebokech.com>
11371         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
11372         systems, default to "tar" since those systems probably have GNU tar.
11374 2006-05-14  Lars Hansen  <larsh@soem.dk>
11376         * desktop.el (desktop-missing-file-warning): Fix docstring.
11377         (desktop-restore-file-buffer): Correct question asked on missing file.
11379 2006-05-14  Kim F. Storm  <storm@cua.dk>
11381         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11382         Add CUA move property.
11384 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
11386         * custom.el (custom-push-theme): Load the variable before checking
11387         its `standard-value'.
11389 2006-05-13  Lars Hansen  <larsh@soem.dk>
11391         * desktop.el (desktop-save): Use with-temp-buffer.
11393 2006-05-12  Glenn Morris  <rgm@gnu.org>
11395         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
11396         * calendar/calendar.el (calendar-mode-map):
11397         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
11398         * calendar/appt.el (appt-check, appt-make-list): Refer to
11399         diary-view-entries, diary-list-entries, diary-show-all-entries
11400         rather than obsolete aliases.
11402 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
11404         * simple.el (line-move-finish): Avoid calling point motion hooks
11405         while processing intangibility.
11407 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
11409         * term/xterm.el (terminal-init-xterm): Fix typo.
11411 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
11413         * allout.el (allout-view-change-hook): Mark as being deprecated,
11414         to be replaced by `allout-exposure-change-hook'.
11415         (allout-exposure-change-hook): New, replacing
11416         `allout-view-change-hook'.
11417         (allout-flag-region): Run new hook `allout-exposure-change-hook',
11418         in addition to `allout-view-change-hook'.
11419         (allout-show-bodies, allout-old-style-prefixes)
11420         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11421         lambda forms to prevent their showing up in variable help
11422         presentations as inscrutable byte-compiled code.
11423         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11424         Use string-or-null-p to qualify safe-local-variable values.
11425         (allout-reindent-bodies): Use memq to qualify matches against
11426         valid safe-local-variable values.  Also, quote the lambda as above.
11427         (allout-use-mode-specific-leader): Add missing candidate-value
11428         symbols, use memq, and quote the lambda.
11429         (allout-overlay-interior-modification-handler): Remove unused
11430         variables `msg' and 'opened'.
11431         (allout-hidden-p): Constrain invisibility consideration to allout's
11432         invisibility spec, disregarding invisibility for other reasons.
11434 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
11436         * files.el (version-control): Correct safe values.
11438 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
11440         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
11442         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
11443         (ewoc--insert-new-node): New func.
11444         Update callers of deleted funcs to use it, instead.
11446 2006-05-11  Glenn Morris  <rgm@gnu.org>
11448         * calendar/calendar.el (diary-show-all-entries): Do not refer to
11449         obsolete alias `show-all-diary-entries'.
11450         (make-diary-entry): Not interactive.
11451         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
11452         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11453         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11454         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11455         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
11456         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
11458 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11460         * calendar/calendar.el (calendar-french-date-string)
11461         (calendar-mayan-date-string, calendar-chinese-date-string)
11462         (calendar-astro-date-string, calendar-iso-date-string)
11463         (calendar-islamic-date-string, calendar-bahai-date-string)
11464         (calendar-hebrew-date-string, calendar-coptic-date-string)
11465         (calendar-ethiopic-date-string, calendar-persian-date-string):
11466         These functions are not interactive.
11468 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
11470         * files.el: Balance parentheses.
11472 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
11474         * files.el, newcomment.el, outline.el, simple.el,
11475         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
11476         * progmodes/cc-vars.el, progmodes/compile.el:
11477         Move `safe-local-variable' declarations to the respective files.
11479         * help-fns.el (describe-variable): Don't print safe-var if it is
11480         byte-code.  Improve wording as suggested by Luc Teirlinck.
11482 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
11484         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
11485         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
11486         Use a token for pending-triggers to ensure gdb-var-update
11487         gets called once per user input again for pre-GDB 6.4.
11488         (gdb-var-delete): Match on more complex expressions.
11489         (gdb-var-list-children-handler, gdb-var-create-handler):
11490         Use a token for consistency.
11492 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
11494         * textmodes/org.el (org-read-date, org-goto-calendar)
11495         (org-agenda-goto-calendar):
11496         Bind `view-calendar-holidays-initially' to nil.
11498 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
11500         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
11501         Update all callers to do it there, instead.
11503 2006-05-10  Glenn Morris  <rgm@gnu.org>
11505         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
11506         prefix arg case, to avoid view-diary-entries-initially error.
11507         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11508         (calendar-date-is-legal-p): Handle dates with no day part.
11510 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
11512         * comint.el (comint-insert-input): Just make it when
11513         comint-use-prompt regexp is nil (default) and with the mouse.
11514         (comint-copy-old-input): Reinstate from 2004-06-23.
11515         (comint-mode-map): Bind C-c C-m to it.
11517 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
11519         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
11520         Remove spurious move to point-max (new comint behavior fixes).
11522         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
11523         compatibility function (Emacs 18/19).
11524         (idlwave-is-continuation-line): Always return point at start of
11525         previous non-blank continuation line.
11526         (keyword-parameters): Fix continued comment font-lock matcher.
11527         (idlwave-font-lock-fontify-region): Written, use as
11528         font-lock-fontify-region-function, to fix continued keyword
11529         fontification issues.
11531 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11533         * term/mac-win.el (mac-font-panel-mode): Doc fix.
11534         (mac-service-selection, mac-service-open-file)
11535         (mac-service-open-selection, mac-service-mail-selection)
11536         (mac-service-mail-to, mac-service-insert-text): Rename from
11537         mac-services-*.  All uses changed.
11538         (mac-apple-event-map): Rename event symbol `services' to `service'.
11540 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
11542         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
11543         (ewoc--node-enter-first, ewoc--node-enter-last)
11544         (ewoc--delete-node-internal): Merge funcs into unique callers.
11546 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
11548         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
11549         return value of read-from-minibuffer for empty input.
11551 2006-05-09  Miles Bader  <miles@gnu.org>
11553         * comint.el (comint-insert-input): Remove redundant calls to setq
11554         and goto-char.
11556 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
11558         * comint.el (comint-insert-input): Make it work when
11559         comint-use-prompt-regexp is t.
11561 2006-05-10  Miles Bader  <miles@gnu.org>
11563         * subr.el (field-at-pos): New function.
11565         * comint.el (comint-insert-input): Use it.
11567 2006-05-09  Juri Linkov  <juri@jurta.org>
11569         * battery.el (battery-linux-proc-acpi): Also try
11570         `/proc/acpi/thermal_zone/THR2/temperature'.
11572         * files.el <safe-local-variable>: Remove `eval' and `let' binding
11573         for now unused lambda `string-or-null'.
11575         * add-log.el (change-log-default-name): Put `string-or-null-p'
11576         instead of lambda on `safe-local-variable' property.
11578         * diff-mode.el (diff-context->unified): Use `region-beginning' and
11579         `region-end' instead of `mark' and `point'.
11580         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
11581         Operate on region in Transient Mark mode when the mark is active.
11582         Use `region-beginning' and `region-end' instead of `mark' and
11583         `point'.
11584         (diff-hunk-text, diff-goto-source): Doc fix.
11586         * startup.el (fancy-splash-screens, normal-splash-screen): Use
11587         face `mode-line-buffer-id' for mode-line buffer face instead of
11588         hard-coded `(:weight bold)'.
11590         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
11591         buffer-undo-list to t (undo-ask is reproducible by visiting
11592         nested archives).
11594 2006-05-09  Kim F. Storm  <storm@cua.dk>
11596         * progmodes/grep.el (rgrep): Set default directory of *grep*
11597         buffer if we start M-x rgrep in the *grep* buffer and choose
11598         a different base directory.
11600 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
11602         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
11603         completion also when ido is loaded.
11605 2006-05-09  Masatake YAMATO  <jet@gyve.org>
11607         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
11608         "warning" and "import".
11609         (cpp-font-lock-keywords): Added "warning".
11611 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
11613         * term/xterm.el (terminal-init-xterm): Add more key bindings.
11615 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11617         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
11618         pages at a time, if we signal the end, we should indeed reach that end.
11620 2006-05-08  David Reitter  <david.reitter@gmail.com>
11622         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
11623         output during execution of the body.
11625 2006-05-08  Kim F. Storm  <storm@cua.dk>
11627         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
11629 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
11631         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
11632         Use with-current-buffer.
11634 2006-05-07  Kim F. Storm  <storm@cua.dk>
11636         * subr.el (add-to-history): Remove keep-dups arg.
11638         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
11639         to nil around call to add-to-history.
11641 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11643         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
11644         than after a buffer modification.
11646 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
11648         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
11649         call to...
11650         (gud-watch): ...here so speedbar is raised for already watched
11651         expressions.
11652         (gdb-speedbar-refresh): Delete function.
11653         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
11654         Use speedbar-timer-fn instead of speedbar-refresh (reverting
11655         earlier change).
11656         (gdb-var-evaluate-expression-handler)
11657         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
11659         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
11660         Update localized contents for all buffers except ignored modes.
11662 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11664         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
11665         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
11666         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
11667         (mac-handle-font-panel-closed, mac-handle-font-selection):
11668         New functions.
11669         (mac-font-panel-mode): New minor mode.
11670         (mac-apple-event-map): Add bindings for toolbar toggle button and
11671         font panel.
11672         (menu-bar-showhide-menu): Add mac-font-panel-mode.
11674 2006-05-07  John Paul Wallington  <jpw@pobox.com>
11676         * ibuffer.el (ibuffer-compressed-file-name-regexp):
11677         Avoid `regexp-opt'; simplify regexp for readability.
11679 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
11681         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
11682         * files.el (buffer-stale-function):
11683         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11684         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
11685         links to the main manual, not to emacs-xtra.
11687 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11689         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
11690         MacJapanese if text is ASCII-only.
11692 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
11694         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
11695         unless so nil isn't returned.
11696         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
11698 2006-05-06  Kim F. Storm  <storm@cua.dk>
11700         * subr.el (add-to-history): New function.
11702         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
11703         (ediff-merge-files-with-ancestor):
11704         * env.el (setenv):
11705         * isearch.el (isearch-update-ring):
11706         * server.el (server-visit-files):
11707         * progmodes/grep.el (lgrep, rgrep):
11708         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
11709         * progmodes/xscheme.el (xscheme-insert-expression):
11710         Use add-to-history.
11712         * kmacro.el (kmacro-push-ring): Use add-to-history.
11713         (kmacro-ring-length): Remove unused defun.
11714         (kmacro-start-macro): Use kmacro-push-ring.
11716 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
11718         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
11719         directly instead of a lambda expression that calls it.
11721 2006-05-06  Kim F. Storm  <storm@cua.dk>
11723         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
11724         instead of compute-motion.
11726 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
11728         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
11729         change.
11731 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
11733         * startup.el (command-line-1): Refer to "Pure Storage" on
11734         pure-space-overflow.
11736 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
11738         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
11739         provided faces once they all have been used up.
11741 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
11743         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
11744         reference to the Lisp manual to the warning about pure space
11745         overflow.
11747 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11749         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
11750         argument to avoid the call to `ispell-internal-change-dictionary'
11751         when not needed.
11752         (ispell-change-dictionary): Use this argument and call
11753         `ispell-internal-change-dictionary' after the possible change
11754         to `ispell-local-dictionary'.
11755         (ispell-internal-change-dictionary): Check for a change in
11756         personal dictionary use too.
11758 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
11760         * startup.el (command-line): On MS-Windows, probe "~", not
11761         "~USER", for warning about non-existent home directory.
11763         * arc-mode.el (archive-l-e): New optional argument `float' means
11764         generate a float value.
11765         (archive-arc-summarize, archive-lzh-summarize)
11766         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
11767         with 3rd argument non-nil when file's size is being computed.
11768         Format the file sizes with %8.0f instead of %8d.
11770 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11772         * cus-start.el (all): Add mac-dnd-known-types.
11774         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
11775         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
11776         (mac-TIFF-to-string): New functions.
11777         (x-get-selection, x-selection-value)
11778         (mac-select-convert-to-string): Use them.
11779         (mac-text-encoding-mac-japanese-basic-variant): New constant.
11780         (mac-dnd-types-alist): New customization variable.
11781         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
11782         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
11783         (mac-dnd-handle-drag-n-drop-event): New functions.
11784         (mac-drag-n-drop): Remove function.
11785         (global-map): Bind drag-n-drop and M-drag-n-drop to
11786         mac-dnd-handle-drag-n-drop-event.
11788 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
11790         * progmodes/perl-mode.el (perl-beginning-of-function):
11791         Skip anonymous subs.
11793 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
11795         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
11796         regexp-opt at run time.
11798         * term.el (term-handle-ansi-escape): Fix off by one error.
11800 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
11802         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
11803         (gdb-init-1, gdb-post-prompt): ...and references to it.
11804         (gdb-frame-handler): Strip directory name from filename if present.
11806         * progmodes/gud.el (gdb-force-update): Delete defvar
11807         (gud-speedbar-buttons): ...and references to it.  Use window-start
11808         to try to keep positon in watch expression.
11810 2006-05-03  Richard Stallman  <rms@gnu.org>
11812         * simple.el (next-history-element, previous-history-element): Doc fix.
11814         * isearch.el (isearch-update-ring): Doc fix.
11816 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
11818         * isearch.el (isearch-update-ring): Take history-delete-duplicates
11819         into consideration.  Replace one arm ifs with whens.
11821 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
11823         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
11824         (menu): Fix typo.
11826 2006-05-02  Miles Bader  <miles@gnu.org>
11828         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
11830 2006-05-02  Jay Belanger  <belanger@truman.edu>
11832         * calc/calc-embed.el (calc-override-minor-modes-map)
11833         (calc-override-minor-modes): New variables.
11834         (calc-do-embedded): Make sure that Calc keystrokes aren't
11835         overwritten by minor modes.
11837 2006-05-02  Chong Yidong  <cyd@mit.edu>
11839         * msb.el (msb): If EVENT is a down event, read and discard the up event.
11841 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11843         * startup.el (command-line-1): Refer to Lisp manual when
11844         pure-space-overflow occurs.
11846         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
11847         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
11848         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
11849         (version-control): Don't use `t' for safe-local-variable declarations.
11851 2006-05-01  Richard Stallman  <rms@gnu.org>
11853         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
11854         M-r, M-R, M-A, M-SPC or M-DEL.
11855         (diff-mode-map): diff-refine-hunk now on C-c C-w
11856         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
11858         * help-mode.el (help-mode): view-exit-action calls delete-window
11859         only when it is safe and possible.
11861         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
11862         in messages.
11864         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
11866         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
11867         in the default tool-bar-map.
11869 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
11871         * net/tramp.el (tramp-completion-file-name-handler-alist)
11872         (tramp-run-real-handler, tramp-completion-run-real-handler)
11873         (tramp-completion-handle-file-name-all-completions)
11874         (tramp-completion-handle-file-name-completion): Autoload them.
11875         (tramp-completion-handle-file-exists-p)
11876         (tramp-completion-handle-file-name-directory)
11877         (tramp-completion-handle-file-name-nondirectory)
11878         (tramp-completion-handle-expand-file-name): Remove them.
11879         (tramp-handle-file-name-directory): Return the real directory name.
11880         Returning "/" only doesn't need to be necessary any longer.
11881         (tramp-file-name-handler): Make special attention when in hostname
11882         completion mode.
11883         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
11884         (tramp-register-file-name-handlers):
11885         Register `tramp-completion-file-name-handler' only when
11886         `partial-completion-mode' is enabled.
11887         (tramp-completion-handle-file-name-all-completions):
11888         Delete directory part from results.
11889         (tramp-get-completion-methods, tramp-get-completion-user-host):
11890         Discard deleting "/", it doesn't work after the change of
11891         `tramp-handle-file-name-directory' above.
11893 2006-05-01  Kim F. Storm  <storm@cua.dk>
11895         * progmodes/grep.el (grep-expand-template): Use save-match-data
11896         and symbol-value.
11898 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11900         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
11901         Use select-frame-set-input-focus instead of raise-frame.
11902         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
11904 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
11906         * progmodes/gud.el (gud-def): Add %c case.
11907         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
11908         (gud-format-command): Make match case sensitive.  Match on %F.
11910 2006-04-30  Glenn Morris  <rgm@gnu.org>
11912         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
11913         (cal-tex-preamble): Use cal-tex-preamble-extra.
11914         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
11915         than alias `list-diary-entries'.
11917 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
11919         * help-fns.el (describe-variable): Add info about safe local variables.
11921 2006-04-29  Richard Stallman  <rms@gnu.org>
11923         * bindings.el (mode-line-format): help-echo doc fixes.
11925         * net/tramp.el (tramp-file-name-handler-alist): Delete
11926         expand-file-name and other operations that can cause spurious loading.
11928 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11930         * files.el (safe-local-variable-p): Remove support for the special
11931         value t.
11933         * textmodes/paragraphs.el (sentence-end-without-space):
11934         Fix safety predicate.
11935         (sentence-end-double-space, sentence-end-without-period)
11936         (paragraph-ignore-fill-prefix):
11937         * textmodes/fill.el (colon-double-space):
11938         * abbrev.el (abbrev-mode): Tighten the safety predicate.
11940         * subr.el (booleanp): New fun.
11942         * textmodes/reftex-vars.el (reftex-guess-label-type):
11943         Tighten the safety predicate.
11945 2006-04-28  Kim F. Storm  <storm@cua.dk>
11947         * progmodes/grep.el (defgroup grep): Doc fix.
11948         (grep-auto-highlight): Remove.
11949         (grep-template): New defcustom.
11950         (grep-find-template): Rename from grep-tree-template.
11951         (grep-files-aliases): Rename from grep-tree-files-aliases.
11952         Remove "all" alias, add "l" alias.
11953         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
11954         (grep-find-ignored-directories): New defcustom to replace
11955         grep-tree-ignore-CVS-directories, to facilitate ignoring
11956         subdirectories for multiple version control systems.
11957         (grep-mode-map): Add Recursive grep item to GREP menu.
11958         (grep-regexp-history, grep-files-history): New defvars.
11959         (grep-probe): New helper function.
11960         (grep-compute-defaults): Use it to simplify code.
11961         Adapt to name changes.
11962         Use `.' as base in grep-find-template rather than <D>.
11963         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
11964         Call grep-compute-defaults unconditionally.
11965         (grep-expand-keywords): New defconst.
11966         (grep-expand-template): Rename from grep-expand-command-macros.
11967         Simplify via grep-expand-keywords.  Look at case-fold-search instead
11968         of grep-tree-ignore-case to add -i option.
11969         Bind case-fold-search to nil while matching keywords.
11970         (grep-tree-last-regexp, grep-tree-last-files): Remove.
11971         (grep-read-regexp, grep-read-files): New helper functions.
11972         (rgrep): Rename from grep-tree.  Rework to use proper histories.
11973         Adapt to changes in defcustoms and functions above.
11974         (lgrep): New command, as grep, but using same interactive UI as rgrep.
11976 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
11978         * net/tramp.el (tramp-completion-file-name-handler):
11979         Disable Tramp's functionality while loading Tramp itself.
11980         (tramp-register-file-name-handlers): That's a defsubst now.
11981         Code from `tramp-repair-jka-compr' moved here.  Apply it via
11982         `after-init-hook'.
11983         (tramp-repair-jka-compr): Remove.
11985 2006-04-27  Jay Belanger  <belanger@truman.edu>
11987         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
11988         read expression when `math-read-big-expr' doesn't work.
11990 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
11992         * startup.el (command-line-1): Display warning when
11993         pure-space-overflow is non-nil.
11995 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11997         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
11998         risky.
12000 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12002         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12003         Return the URL or nil if none can be generated.
12005 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
12007         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12008         byte compiler warnings.
12009         (gud-basic-call, gud-find-expr): Let user select an expression
12010         for printing.  Print expression as well as value in GUD buffer.
12012 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
12014         * allout.el: Remove local autoload declaration for
12015         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12016         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12017         (allout-plain-bullets-string, allout-distinctive-bullets-string)
12018         (allout-use-mode-specific-leader, allout-old-style-prefixes)
12019         (allout-stylish-prefixes, allout-numbered-bullet)
12020         (allout-file-xref-bullet, allout-presentation-padding)
12021         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12022         safe-local-variable with suitable value spec, and add autoload
12023         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
12024         (move-beginning-of-line, move-end-of-line): Repair so these compat
12025         functions now actually resituate the point, when appropriate.
12027 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12029         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12031         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12032         (add-log-iso8601-time-string): Fix call to format-time-string.
12034 2006-04-26  Kim F. Storm  <storm@cua.dk>
12036         * subr.el (posn-string, posn-image, posn-object): Doc fix.
12038 2006-04-26  Masatake YAMATO  <jet@gyve.org>
12040         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12041         Add support for "//" style comments.  Remove `b' flag
12042         from ?* in `asm-mode-syntax-table'.
12044 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12046         * follow.el: Use (featurep 'xemacs) everywhere.
12047         (follow-mode): Use define-minor-mode.
12048         (follow-mode-map): Move initialization into the declaration.
12049         Use command remapping.
12050         (follow-emacs-version-xemacs-p): Remove.
12051         (follow-submit-feedback): Remove.
12053         * allout.el (allout-layout, allout-passphrase-verifier-string)
12054         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12056         * textmodes/reftex-vars.el (reftex-vref-is-default)
12057         (reftex-fref-is-default, reftex-guess-label-type):
12058         Tighten up a bit the safety predicate.
12060         * textmodes/paragraphs.el (sentence-end-double-space)
12061         (sentence-end-without-period, sentence-end-without-space)
12062         (page-delimiter, paragraph-ignore-fill-prefix):
12063         Tighten up a bit the safety predicate.
12065         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12067         * progmodes/python.el (python-continuation-line-p)
12068         (python-beginning-of-statement): syntax-ppss may return
12069         a negative depth.
12070         (python-mode): Don't forcefully enable font-lock.
12072         * time-stamp.el (time-stamp-start, time-stamp-end)
12073         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12075         * add-log.el: Remove spurious * in docstrings.
12076         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12077         (add-change-log-entry): Use it here, since it's not specific
12078         to iso8601.
12079         (add-log-iso8601-time-string): Don't use it here any more.
12080         (change-log-indent-text, change-log-indent): Rename from add-log-*.
12082         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12084 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
12086         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12087         (rcirc-toggle-low-priority): Doc fix.
12088         (rcirc-handler-NOTICE): Remove beginning of line anchor in
12089         ChanServ regexp.
12090         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12091         #emacs.
12092         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12093         (rcirc-decode-coding-system): Use utf-8 as the default.
12094         (rcirc-multiline-minor-mode): Set the fill-column.
12095         (rcirc-format-response-string): Display bright and dim nicks.
12096         (rcirc-browse-url): Update interactive spec to fill ARG.
12097         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12098         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12100 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
12102         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12103         case for @Article, etc.
12105 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
12107         * net/tramp.el (tramp-register-file-name-handlers): New defun.
12108         Added with autoload cookie.
12109         (tramp-unload-file-name-handlers): Rename from
12110         `tramp-unload-file-name-handler-alist'.
12112 2006-04-23  Romain Francoise  <romain@orebokech.com>
12114         * comint.el (comint-match-partial-filename): Doc fix.
12116 2006-04-21  Glenn Morris  <rgm@gnu.org>
12118         * calendar/cal-menu.el (calendar-mode-map): Refer to
12119         `diary-view-entries' rather than alias `view-diary-entries'.
12120         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12122 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
12124         * progmodes/antlr-mode.el (antlr-default):
12125         * cus-edit.el (custom-documentation):
12126         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12127         in defface.
12129 2006-04-21  Kim F. Storm  <storm@cua.dk>
12131         * image.el (image-type): New defun split out of create-image.
12132         (create-image): Use it.
12134 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
12136         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12137         (org-open-at-point): Remove the "...done" message to keep output
12138         in the echo area visible.
12139         (org-export-as-xoxo): Fix call to `indent-region'.
12141 2006-04-21  Kevin Ryde  <user42@zip.com.au>
12143         * international/mule.el (keyboard-coding-system): defcustom
12144         info-link fixes: "Specify Coding" has been split, keyboard now in
12145         "Terminal Coding", and "Single-Byte Character Support" is now
12146         "Unibyte Mode".
12148 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
12150         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12151         Use font-lock-warning-face for any errors e.g. no stack.
12152         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12154 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
12156         * progmodes/sh-script.el (sh-shell): Mark as safe.
12158         * newcomment.el (comment-start, comment-start-skip)
12159         (comment-end-skip, comment-end): Mark as safe.
12161 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
12163         * textmodes/org.el (org-deadline-announce): Face removed.
12164         (org-level-faces, org-n-levels): Convert to constant.
12165         (org-compatible-face): New function.
12166         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12167         (org-level-5, org-level-6, org-level-7, org-level-8)
12168         (org-special-keyword, org-warning, org-headline-done, org-link)
12169         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12170         (org-scheduled-today, org-scheduled-previously, org-time-grid):
12171         Face definition revised for better color tty support.
12172         (org-bold-re, org-italic-re, org-underline-re): New constants.
12173         (org-set-font-lock-defaults): Use the new constants.
12174         (org-agenda-highlight-todo): New function.
12175         (org-agenda-todo): Fix bug with point at end of line.
12176         (org-agenda-change-all-lines, org-finalize-agenda-entries):
12177         Fontify TODO keywords.
12178         (org-insert-link): Preserve relative path in ../ links.
12179         (org-export-as-html): Convert links pointing to .org files into
12180         links that will work beteen the exported HTML files.
12181         (org-todo-list): Fix bug when arg=0.
12182         (org-insert-heading): More fine-tuning.
12184 2006-04-19  Romain Francoise  <romain@orebokech.com>
12186         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12187         from `rmail-mime-charset-pattern'.
12189 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12191         * progmodes/python.el (python-mode): Fix typo.
12193 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
12195         * comint.el (comint-previous-input): Don't clobber input line
12196         when moving off either end of the input history ring.
12197         (comint-delete-input): New function, used by
12198         `comint-previous-input' and others.
12199         (comint-previous-matching-input):
12200         Use `coming-delete-input'.  Save the partial input if leaving the
12201         edit line.  Goto point-max before deleting input to avoid
12202         partial input fragments hanging around.
12203         (comint-restore-input): New function, used by `comint-previous-input'.
12205 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
12207         * imenu.el (imenu--index-alist): Balance parentheses.
12209 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12211         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12213 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
12215         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12216         file is nil.
12218 2006-04-18  Richard Stallman  <rms@gnu.org>
12220         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12222         * imenu.el (imenu-create-index-function, imenu--index-alist)
12223         (imenu--last-menubar-index-alist, imenu--make-index-alist)
12224         (imenu-default-create-index-function, imenu--generic-function):
12225         Doc fixes.
12227         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12229         * help-mode.el (help-mode): Set view-exit-action to delete window.
12231         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
12232         now works by passing nil as arg.
12234         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12236         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12237         (read-abbrev-file): Provide default when reading filename.
12239         * files.el (enable-local-variables): Allow :all as value.
12240         (hack-local-variables): Implement that value.
12241         (safe-local-variable-values, safe-local-eval-forms)
12242         (enable-local-variables): Mark as risky.
12243         (find-file-visit-truename, kept-old-versions): Mark safe.
12245         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12246         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12247         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12249 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12251         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12252         Use forward-line so as to get to BOL even in the presence of fields.
12253         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12254         in return.
12255         (inferior-tcl): Tell tclsh to work in interactive mode.
12257         * complete.el (partial-completion-mode):
12258         Use 'choose-completion-string-functions to make sure that
12259         choose-completion fills the minibuffer properly.
12261         * complete.el (PC-old-read-file-name-internal): Remove.
12262         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
12263         of read-file-name-internal.
12264         (partial-completion-mode): Enable/disable this advice.
12266 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
12268         * net/tramp.el (tramp-completion-file-name-handler): Revert change
12269         of 2006-04-17.
12271 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
12273         * textmodes/org.el (org-insert-heading): Insert heading before
12274         current if at beginning of line.
12275         (org-todo, org-date): New faces.
12276         (org-table-align): Make sure tooltip window contains full text.
12277         (org-no-properties): New defsubst.
12278         (org-set-font-lock-defaults): Use new faces.
12280 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
12282         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12283         for root variables.
12285         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12286         (gdb-frame-address): Re-use to identify frame for watch expression.
12287         (gdb-var-list, gdb-var-create-handler): Add frame address for root
12288         variables.
12289         (gdb-init-1, gdb-source, gdb-post-prompt)
12290         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12291         (gdb-frame-handler): Get gdb-frame-address.
12293 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
12295         Sync with Tramp 2.0.53.
12297         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12298         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12299         (tramp-completion-file-name-handler): Add autoload cookie for
12300         adding to `file-name-handler-alist'.
12302         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12303         the prompt.  If it returns earlier (when detecting an error
12304         message), the rest of the output will merge accidently with the
12305         output of the next command.  Reported by M Jared Finder
12306         <jared@hpalace.com>.
12308         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12309         for `process-file', in order to let it work for older Emacsen too.
12311 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
12313         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12314         (tex-font-lock-keywords-3): Use it.
12316 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12318         * newcomment.el (comment-add): New function.
12319         (comment-region-default, comment-dwim): Use it.
12321 2006-04-15  Michael Olson  <mwolson@gnu.org>
12323         * emacs-lisp/tq.el: Improve comments.
12324         (tq-queue-head-question): New accessor function.
12325         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12326         Update for modified queue structure.
12327         (tq-queue-add): Accept `question' argument.
12328         (tq-queue-pop): If a question is pending, send it.
12329         (tq-enqueue): Accept new optional argument `delay-question'.
12330         If this is non-nil, and at least one other question is pending a
12331         response, queue the question rather than sending it immediately.
12333 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12335         * calendar/appt.el (appt-add): Check whether an appointment is
12336         already present in appt-time-msg-list.  Simplify code.
12338 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12340         * progmodes/cc-langs.el (c-mode-menu):
12341         Don't presume c-subword-mode is bound.
12343 2006-04-13  Bill Wohler  <wohler@newt.com>
12345         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12346         (customize-package-emacs-version): Use cdr instead of cadr now
12347         that alists use dotted pairs.
12349         * custom.el (defcustom): Fix docstring for :package-version.
12351 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
12353         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12354         (tramp-handle-shell-command): Display output buffer only when
12355         `tramp-display-shell-command-buffer' is true.
12356         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12358 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12360         * textmodes/org.el (org-set-autofill-regexps): Set only the local
12361         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12363 2006-04-13  Romain Francoise  <romain@orebokech.com>
12365         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12366         leaving temporary .cvsignore buffers behind.
12368 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12370         * textmodes/org.el (org-set-regexps-and-options)
12371         (org-get-current-options): Better names for the startup folding
12372         options.
12374 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
12376         * vc.el (vc-annotate): Arrange for point to end up at the same
12377         line number as in the original, but only when using a new buffer.
12379 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
12381         * files.el (hack-one-local-variable-eval-safep):
12382         Recognize `edebug-form-spec' for `put', but only if it passes
12383         `edebug-basic-spec'.  Generalize `put' handling.
12385         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12386         vetting file-local form specs.
12388         * allout.el (allout-layout): Autoload its `safe-local-variable'
12389         property.
12391 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12393         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
12394         (org-agenda-mouse-1-follows-link)
12395         (org-mouse-1-follows-link): New options.
12396         (org-format-agenda-item): Fix bug if TAGS is nil.
12397         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
12399 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
12401         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
12402         GDB 6.1+ gives full filename for "info sources" so use
12403         file-name-nondirectory.
12405 2006-04-12  Romain Francoise  <romain@orebokech.com>
12407         * subr.el (read-passwd): Bind `message-log-max' to nil.
12409 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12411         * progmodes/perl-mode.el (perl-indent-new-calculate):
12412         Recompute parse-start after jumping backward by a whole sexp.
12414 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12416         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12417         window configuration.
12418         (vc-annotate-display-select): Select the buffer so that current-buffer
12419         (and selected-window) is the output buffer at the end of vc-annotate.
12421 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
12423         * vc.el (vc-annotate-color-map): Add custom TTY color map for
12424         8-color terminals, to use all of the colors in a sensible order.
12425         256-color terminals work well with the standard map.
12426         (vc-annotate-lines): Only strip the first color character if it
12427         is "#", to allow for terminal-style named colors.
12428         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12429         the correct buffer is scrolled.
12431 2006-04-11  Richard Stallman  <rms@gnu.org>
12433         * emacs-lisp/bytecomp.el (byte-compile-file):
12434         Bind enable-local-variables to :safe, and make normal-mode obey it.
12436         * files.el (enable-local-variables): Allow value :safe.
12437         (normal-mode): Doc fix.
12438         (hack-local-variables): Implement enable-local-variables = :safe.
12439         (hack-local-variables-confirm): Don't prevent quitting.
12441 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12443         * loadhist.el (unload-feature): A bit of sanity check of
12444         load-history entries.  Cancel timer-vars before unbinding them.
12446         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
12447         quote special chars, and make the trick work on the hex part of the
12448         buffer as well.
12449         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
12450         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
12452         * startup.el (normal-splash-screen): Fix last change so we don't wait
12453         2 minutes if we don't show the splash screen.
12455 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
12457         * textmodes/org.el (org-export-plain-list-max-depth)
12458         (org-table-spaces-around-separators)
12459         (org-radio-targets, org-activate-camels)
12460         (org-table-spaces-around-invisible-separators): Options removed.
12461         (org-time-stamp-rounding-minutes, org-remember-templates)
12462         (org-ellipsis, org-activate-links, org-descriptive-links):
12463         New options.
12464         (org-remember-apply-template, org-current-time)
12465         (org-finish-edit-table-field)
12466         (org-link-unescape, org-link-escape)
12467         (org-string-width, org-table-clean-line, org-html-do-expand)
12468         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
12469         (org-read-agenda-file-list): New functions.
12470         (org-table-edit-field)
12471         (org-table-create-or-convert-from-region): New commands
12472         (org-table-toggle-vline-visibility): Command removed.
12473         (org-table-convert-region): Made a command.
12474         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
12475         Replace with the normal org- functions.
12476         (org-self-insert-command): Don't trigger realign unnecessarily
12477         when blanking a field that is not full.
12478         (org-mode): `Set buffer-invisibility-spec' for links.
12479         (org-activate-links2): Hide link part and only show descriptive
12480         part of the link.
12481         (org-insert-link): Modify for new linking system.
12482         (org-store-link): Store description separately, for use by
12483         `org-insert-link'.
12484         (org-table-align): Use `org-string-width'.
12485         (defgroup): Completely new group structure for custom variables.
12486         (org-agenda-files): Option: Single file name allowed.  Function:
12487         Optional argument unrestrited means ignore any restricitons.
12488         (org-install-agenda-files-menu): Find a buffer in Org-mode before
12489         trying to modify the menu.  Use generalized access to
12490         `org-agenda-files.'
12491         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
12492         (org-agenda-file-to-front, org-remove-file, org-diary)
12493         (org-tags-view, org-export-icalendar-all-agenda-files)
12494         (org-export-icalendar-combine-agenda-files): Use generalized
12495         access to `org-agenda-files'.
12496         (org-remember-handler): Correctly preserve heading if present.
12497         (org-table-insert-row, org-table-insert-hline): Deal with
12498         invisible characters.
12500 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
12502         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
12503         (vc-annotate-color-map): New 18 element constant
12504         value/saturation, rotating hue colormap, from red->blue.
12505         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
12506         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
12507         (vc-annotate): To avoid killing the required local variables,
12508         set them before the end of `with-output-to-temp-buffer', and
12509         after first switching to annotate-mode.
12510         (vc-annotate-warp-version): Add buffer argument in goto-line to
12511         ensure annotation, not source, is scrolled.
12513 2006-04-10  Bill Wohler  <wohler@newt.com>
12515         * custom.el (defcustom, custom-handle-keyword):
12516         Add :package-version keyword.
12517         (custom-add-package-version): New function.  Sets value of new
12518         property 'custom-package-version from :package-version keyword.
12519         (defcustom): Create Common Keywords section in docstring.
12520         (defface, defgroup): Replace definitions of a select few keywords
12521         with a reference to the Common Keywords in defcustom.
12522         (defcustom, defface, defgroup): Replace reference to Customization
12523         chapter in manual with hyperlink.
12525         * cus-edit.el (customize-package-emacs-version-alist): New variable.
12526         (customize-changed-options): Add check for custom-package-version.
12527         (customize-package-emacs-version): New function to look up Emacs
12528         version corresponding to the given package version.
12530         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
12531         defun name, in similar fashion to find-variable-regexp.
12533 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
12535         * international/mule-cmds.el (set-locale-environment): Fix last
12536         change for when the locale's preferences don't specify any encoding.
12538 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12540         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
12541         so the defined var/fun doesn't need to be quoted.
12543 2006-04-10  Richard Stallman  <rms@gnu.org>
12545         * finder.el (finder-mode-map): Add n and p bindings.
12547 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
12549         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
12550         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
12551         (gdb-setup-windows): Put something in source window if we can't find
12552         the source file.
12553         (gdb-frame-handler): Make it work again with just assembly.
12554         (gdb-data-list-register-values-handler): Make it work when there is
12555         no stack.
12557 2006-04-09  Richard Stallman  <rms@gnu.org>
12559         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
12560         specs while looking for charset.
12562         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
12564         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12565         Make them faces.
12566         (lm-font-lock-keywords): Update appropriately.
12568 2006-04-10  Kim F. Storm  <storm@cua.dk>
12570         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
12571         it can also replace buffer-substring-no-properties.
12573         * emulation/cua-base.el (cua-delete-region, cua-paste)
12574         (cua-repeat-replace-region): Use filter-buffer-substring.
12576         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
12577         (cua-cut-region-to-global-mark): Likewise.
12579         * emulation/cua-rect.el (cua--extract-rectangle)
12580         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
12582 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12584         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
12585         entry-type.  Add field delimiters to numerical fields if they are
12586         not present.
12588 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12590         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
12591         string-const to return value.
12592         (bibtex-remove-delimiters): Use it.
12594 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12596         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
12597         cl-byte-compile-compiler-macro unless it exists.
12599 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
12601         * files.el (hack-local-variables-confirm) <offer-save>:
12602         Clarify message text.  Suggested by Ralf Angeli.
12604 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12606         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
12607         (delete-extract-rectangle-line): Use `filter-buffer-substring'
12608         instead of `buffer-substring' and `delete-region'.  (Most of the
12609         code actually copied from `kill-region'.)
12611 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
12613         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
12614         (rcirc-default-port): Rename from rcirc-port.
12615         (rcirc-default-nick): Rename from rcirc-nick.
12616         (rcirc-default-user-name): Rename from rcirc-user-name.
12617         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
12618         (rcirc-low-priority-flag): New variable.
12619         (rcirc-decode-coding-system): New defcustom.
12620         (rcirc-encode-coding-system): New defcustom.
12621         (rcirc-coding-system-alist): New defcustom.
12622         (rcirc-multiline-major-mode): New defcustom.
12623         (rcirc-nick): New internal variable.
12624         (rcirc-process): Remove variable.
12625         (rcirc-server-buffer): New variable.
12626         (rcirc): Update to use rcirc-default-* variables above.
12627         (rcirc-connect): Do not add window-configuration-hook-here.
12628         (rcirc-server): New internal variable.
12629         (rcirc-connect): Do not send keepalive pings if
12630         rcirc-keepalive-seconds is nil.
12631         (with-rcirc-server-buffer): New macro.
12632         (rcirc-send-string): Encode with rcirc-encode-coding-system.
12633         (rcirc-server-name): Rename from rcirc-server.
12634         (rcirc-buffer-process): New function.
12635         (rcirc-buffer-nick): New function.
12636         (rcirc-buffer-target): Remove function.
12637         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12638         New commands.
12639         (rcirc-mode-map): Change binding of C-c C-l to
12640         rcirc-toggle-low-priority.
12641         (rcirc-mode): Initialize coding system based on
12642         rcirc-coding-system-alist.  New change-major-mode-hook to part the
12643         channel on a mode change.  Make kill-buffer-hook buffer-local.
12644         (rcirc-change-major-mode-hook): New function.
12645         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
12646         (rcirc-last-post-time): New variable.
12647         (rcirc-process-message): Store the last time user posted a message
12648         to this target.
12649         (rcirc-multiline-minor-mode): New mode.
12650         (rcirc-multiline-minor-mode-map): New mode map.
12651         (rcirc-edit-multiline): Put multiline-edit buffer in
12652         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
12653         (rcirc-print): Ignore any line starting with an ignored nick.
12654         (rcirc-print): Decode using rcirc-decode-coding-system.
12655         (rcirc-track-minor-mode): Update global-mode-string when disabling
12656         this mode.
12657         (minor-mode-alist): Add LowPri indicator.
12658         (rcirc-toggle-low-priority): New function.
12659         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
12660         next lowpriority buffer with activity.
12661         (rcirc-record-activity): Sort buffers in rcirc-activity by the
12662         last time the user posted a message in to the target.
12663         (rcirc-update-activity-string): New formatting for low priority
12664         buffers.
12665         (rcirc-split-activity): New function.
12666         (rcirc-handler-PART, rcirc-handler-KICK)
12667         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
12668         (rcirc-nick-away-alist): New variable.
12669         (rcirc-handler-301): New handler.  Away messages are printed once
12670         per change.
12672 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
12674         * info.el (Info-follow-nearest-node): Doc fix.
12676         * international/mule-cmds.el (set-locale-environment): Make sure
12677         the coding-system preferred by the locale's language has the same
12678         EOL conversion type as the original buffer-file-coding-system.
12679         (locale-language-names): Add a few MS Windows language codes.
12681 2006-04-07  Richard Stallman  <rms@gnu.org>
12683         * simple.el (eval-expression): Doc fix.
12685         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
12686         (eval-defun): Doc fixes.
12688 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
12690         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
12692 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
12694         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
12695         GDB list command without argument for greater generality.
12697 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12699         * subr.el (string-or-null-p): New function.
12701         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
12703         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
12705         * files.el: Update comment about safe-local-variable declarations.
12707 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
12709         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
12710         See idlwave.org.
12712         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
12713         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
12715         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
12716         See idlwave.org.
12718         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
12719         version 6.0 (minimal changes).  See idlwave.org.
12721         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
12722         6.0 (minimal changes).  See idlwave.org.
12724         * progmodes/idlw-rinfo.el: File obsoleted and removed.
12726 2006-04-06  Romain Francoise  <romain@orebokech.com>
12728         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
12729         symmetric encryption features and a new asynchronous interface to
12730         GnuPG.  This new version is version 1.4, plus whitespace changes.
12732 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12734         * files.el: Move some `safe-local-variable' declarations to the
12735         respective files.
12737         * textmodes/ispell.el (ispell-check-comments)
12738         (ispell-local-dictionary): Mark as safe.
12740         * abbrev.el (abbrev-mode): Mark as safe.
12742         * add-log.el (change-log-default-name): Mark as safe.
12744         * textmodes/reftex-vars.el (reftex-vref-is-default)
12745         (reftex-fref-is-default, reftex-level-indent)
12746         (reftex-guess-label-type): Mark as safe.
12748         * textmodes/fill.el (colon-double-space): Mark as safe.
12750         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
12751         (sentence-end-double-space, sentence-end-without-period)
12752         (sentence-end-without-space, sentence-end, sentence-end-base)
12753         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
12755 2006-04-06  Kim F. Storm  <storm@cua.dk>
12757         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
12758         the :set-after list.
12759         (ido-downcase-unc-hosts): New user option.  Default on.
12760         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
12761         when it is set, as regexps are now applied on the fly.
12762         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
12763         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
12764         on the fly, but only when ido-process-ignore-lists is set.
12765         Do case insensitive filtering if ido-downcase-unc-hosts is set.
12766         Only downcase names if ido-downcase-unc-hosts is set.
12768 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
12770         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
12772         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
12774 2006-04-05  Kim F. Storm  <storm@cua.dk>
12776         * ido.el (ido-mode): Set after ido-unc-hosts and
12777         ido-ignore-unc-host-regexps.
12778         (ido-save-history): Save ido-unc-hosts-cache.
12779         (ido-load-history): Load ido-unc-hosts-cache.
12780         (ido-reread-directory): Refresh unc hosts cache in // dir.
12782         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
12783         to nil while displaying slash screen.
12785 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12787         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12788         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12790 2006-04-05  Kenichi Handa  <handa@m17n.org>
12792         * international/characters.el: Setup cases of Latin, Greek, and
12793         Cyrillic characters in CJK charsets.
12795 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12797         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12798         default-enable-multibyte-characters.  This reverts the change from
12799         revision 6.17 which is no longer necessary because the passphrase
12800         is sent separately now.  GnuPG messages are unreadable under
12801         multibyte locales with default-enable-multibyte-characters set to nil.
12803 2006-04-04  Andreas Schwab  <schwab@suse.de>
12805         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
12806         and `byte-compile-warnings' as `safe-local-variable'.
12808 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
12810         * man.el (Man-mode-map): Restore the \r binding.
12811         (Man-abstract-xref-man-page): If Man-target-string is a function,
12812         call it.
12813         (Man-highlight-references): Use Man-default-man-entry to get the
12814         target.  Deal with xrefs too.
12815         (Man-highlight-references0): Don't call the target function.
12817         * woman.el (WoMan-xref-man-page): Strip the section number, woman
12818         cannot deal with it.
12820 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12822         * pgg-gpg.el: Clean up process buffers every time gpg processes
12823         complete.
12825 2006-04-04  Kenichi Handa  <handa@m17n.org>
12827         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
12828         here.
12829         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
12830         Temporarily bind inhibit-field-text-motion to t.
12832 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12834         * startup.el (normal-splash-screen): Only set mode-line-format in the
12835         splash buffer, so as not to interfere when debugging the code.
12836         Ignore errors when switching buffer.
12838 2006-04-03  Romain Francoise  <romain@orebokech.com>
12840         * dired.el (dired-dnd-protocol-alist): Fix typo.
12842 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12844         * savehist.el (savehist): Add :version.
12845         (savehist-ignored-variables): New variable.
12846         (savehist-minibuffer-hook): Don't save variables listed in
12847         `savehist-ignored-variables'.
12849         * dired.el (dired-dnd-protocol-alist): Mention that change does
12850         only apply to new buffers in doc string.
12852 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
12854         * recentf.el (recentf-open-files-item): Include newline in button
12855         field, so opening a file will work, when the point is at the end
12856         of the file name.  Allow, for example, to [i]search a file by
12857         extension and just push RET to open it.
12859 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12861         * pgg-gpg.el (pgg-gpg-process-filter)
12862         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12864         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12865         lines, temporary fix.
12867 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
12869         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
12871 2006-04-02  Richard Stallman  <rms@gnu.org>
12873         * progmodes/compile.el (compilation-message-face): Make it defcustom.
12875 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
12877         * ibuf-macs.el (define-ibuffer-column): Add a new key:
12878         header-mouse-map.
12880         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
12881         (ibuffer-mode-header-map): New keymaps.
12882         (ibuffer-update-title-and-summary): Enable mouse face highlighting
12883         and keybindings for column headers.
12884         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
12885         property.
12887 2006-04-02  Drew Adams  <drew.adams@oracle.com>
12889         * speedbar.el (speedbar-after-create-hook): Doc fix.
12891 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
12893         * shell.el (shell-directory-tracker)
12894         (shell-dynamic-complete-command): Doc fixes.
12896 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
12898         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
12899         terminals.
12901 2006-04-01  Kim F. Storm  <storm@cua.dk>
12903         * ido.el (ido-unc-hosts-cache): New defvar.
12904         (ido-unc-hosts): If value of defcustom is a function, call it to
12905         get list of UNC hosts.  Add function-item choices to specify
12906         ido-unc-hosts-net-view or user function.
12907         (ido-ignore-unc-host-regexps): New defcustom.
12908         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
12909         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
12910         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
12912 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12914         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
12915         wwidth.
12917 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
12919         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
12920         (ido-max-work-file-list, ido-switch-buffer)
12921         (ido-read-file-name-as-directory-commands):
12922         Fix typos in docstrings.
12924 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12926         * term/mac-win.el (mac-system-coding-system): Define and use after
12927         Mac-specific coding systems are ready.
12929 2006-03-27  Romain Francoise  <romain@orebokech.com>
12931         * net/rcirc.el (rcirc-connect): Add autoload cookie.
12933         * ldefs-boot.el: Update.
12935 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12937         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12938         passphrases when it is not needed.
12939         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12940         passphrase stuff from gpg, should only be necessary when you use
12941         gpg with a smartcard.
12943 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
12945         * comint.el (comint-dynamic-list-completions): Allow user to
12946         select *Completions* buffer.
12948 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
12950         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
12952 2006-03-26  Andreas Schwab  <schwab@suse.de>
12954         * progmodes/gud.el (gdb): Only complain about multiple debugging
12955         when the gdb process is still running.
12957 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
12959         * mail/rmail.el (tool-bar-map): Defvar it.
12960         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
12961         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
12963 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
12965         * help.el (print-help-return-message): Suggest to use
12966         display-buffer instead of switch-to-buffer-other-window to restore
12967         the previous window without selecting it.
12969 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12971         * frame.el (select-frame-by-name): Call x-focus-frame also when
12972         window-system is mac.
12974         * term/mac-win.el: Adjust Courier font specifications in
12975         x-fixed-font-alist.
12976         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
12977         when directly encoding to UTF-16 in native byte order, no BOM.
12979 2006-03-25  Kim F. Storm  <storm@cua.dk>
12981         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
12982         (cua--init-keymaps): Use it instead of fixed C-return.
12983         (cua-mode): Set after it.
12985         * emulation/cua-rect.el (cua--init-rectangles):
12986         Use cua-rectangle-mark-key instead of fixed C-return.
12988 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
12990         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
12991         "run" in .gdbinit.
12992         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
12994 2006-03-24  Romain Francoise  <romain@orebokech.com>
12996         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
12997         `display-buffer-other-frame'.
12999 2006-03-24  Kim F. Storm  <storm@cua.dk>
13001         * apropos.el (apropos-synonyms): Add selection => region.
13003 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
13005         * progmodes/gdb-ui.el (gdb-var-create-regexp)
13006         (gdb-var-list-children-regexp, gdb-var-update-regexp)
13007         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13008         (gdb-data-list-register-values-regexp)
13009         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13010         Future proof against new fields being added to MI output.
13011         (gdb-send): Don't treat backslashes for program input as
13012         continuations.
13013         (gdb-assembler-handler): Don't use window-start for this handler.
13014         (gdb-frame-handler): Don't change to hollow arrow if overlay
13015         arrow doesn't move to new frame.
13017 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
13019         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13020         prevent compiler warnings.
13021         (gdb-stopped): Check for gud-last-last-frame (case: signal).
13022         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13023         (gdb-assembler-custom): Use hollow-right-triangle for assembler
13024         buffer too.
13026 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
13028         * pgg-gpg.el (pgg-gpg-update-agent): Check for
13029         make-network-process, so we can use the same code in Gnus v5-10
13030         too and have this file fully synchronized with that release.
13032 2006-03-23  Romain Francoise  <romain@orebokech.com>
13034         * ibuf-ext.el (ibuffer-read-filter-group-name):
13035         Use `ibuffer-generate-filter-groups' to make completion list match
13036         the filter groups that are really displayed in the Ibuffer buffer.
13037         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13039 2006-03-23  Kenichi Handa  <handa@m17n.org>
13041         * international/mule-cmds.el (sort-coding-systems): Describe that
13042         the argument is modified in docstring.
13044 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13046         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13047         (pgg-gpg-update-agent): New function.
13048         (pgg-gpg-use-agent-p): New function.
13049         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13050         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13051         (pgg-gpg-sign-region): Use it.
13053 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
13055         * cus-edit.el (custom-face-set): Call custom-push-theme before
13056         face-spec set so that `changed' theme is correctly saved.
13057         (custom-face-reset-standard): Reset to recalculated face rather
13058         than defface spec.
13060         * custom.el (custom-push-theme): Only save `changed' theme if the
13061         current face does not match the defface specs.
13063 2006-03-21  Simon Josefsson  <jas@extundo.com>
13065         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13066         <wilde@sha-bang.de>.
13067         (pgg-gpg-use-agent): New variable.
13068         (pgg-gpg-process-region): Use it.
13069         (pgg-gpg-encrypt-region): Likewise.
13070         (pgg-gpg-encrypt-symmetric-region): Likewise.
13071         (pgg-gpg-decrypt-region): Likewise.
13072         (pgg-gpg-sign-region): Likewise.
13073         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13075 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
13077         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13078         bracket links.
13080 2006-03-21  Kim F. Storm  <storm@cua.dk>
13082         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13083         fringe-indicator-alist instead of modifying global value.
13084         (gdb-frame-handler): Likewise.
13086 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
13088         * diff-mode.el (diff-function): Make it inherit from diff-header
13089         instead of diff-context.
13091         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13092         bitmap.
13093         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13094         change names in macro above for consistency.
13095         (gdb-frame-handler): Use hollow-right-triangle for all selected
13096         frames which except the innermost (where execution has stopped).
13097         (gdb-reset): Reset buffer-local values of overlay-arrow.
13099 2006-03-20  Richard Stallman  <rms@gnu.org>
13101         * simple.el (set-mark-command): Doc fix.
13103         * files.el (display-buffer-other-frame): New command.
13104         (ctl-x-4-map): Bind C-x 5 C-o to it.
13106 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13108         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13109         rather than just defer-time, in case defer-time has been changed but
13110         the timer isn't running yet.
13111         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13113 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
13115         * help-mode.el (help-follow-symbol): New function.
13116         Essentially identical to the old `help-follow', but do not let
13117         `push-button' do the work when on an xref.
13118         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13120 2006-03-19  Richard Stallman  <rms@gnu.org>
13122         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13123         preceded by the word `program'.
13124         (help-follow-mouse, help-follow): Throw error if not on xref.
13125         Delete no longer used args.
13127 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
13129         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13130         annotation ensure gud-overlay-arrow-position is redisplayed.
13132 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13134         * textmodes/bibtex.el (bibtex-include-OPTkey)
13135         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13136         (bibtex-autokey-name-case-convert)
13137         (bibtex-autokey-titleword-case-convert): Make these the aliases
13138         for the following two variables.
13139         (bibtex-autokey-name-case-convert-function)
13140         (bibtex-autokey-titleword-case-convert-function): Make these the
13141         real names.
13142         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13143         bibtex-font-lock-crossref sublists.
13144         (bibtex-mode): Revert 2005-12-30 change (which made
13145         completion-ignore-case buffer-local).
13146         (bibtex-url): Simplify.
13148 2006-03-19  Kim F. Storm  <storm@cua.dk>
13150         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13151         cursor property value to 2 (to align with C level change).
13153 2006-03-19  Bill Wohler  <wohler@newt.com>
13155         * image.el (image-load-path-for-library): Shorten first line in
13156         docstring.
13158 2006-03-18  Richard Stallman  <rms@gnu.org>
13160         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13162 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
13164         * isearch.el (isearch-other-meta-char): Handle user bindings for
13165         shifted control characters.
13167 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
13169         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13170         part that matches email addresses, file names, etc.
13172 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
13174         * term/w32-win.el (mouse-set-font):
13175         Mention w32-list-proportional-fonts in the doc string.
13177 2006-03-18  Kim F. Storm  <storm@cua.dk>
13179         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13180         (ido-unc-hosts): New user option to explicitly define list of know
13181         UNC-style hosts for completion.
13182         (ido-cache-unc-host-shares-time): New user option.
13183         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13184         New helper functions for UNC file-name support.
13185         (ido-may-cache-directory): Check for UNC host.  Simplify.
13186         (ido-wash-history): Clean out old UNC hosts.
13187         (ido-nonreadable-directory-p): UNC hosts are always readable.
13188         (ido-directory-too-big-p): UNC hosts are never too big.
13189         (ido-set-current-directory): Handle UNC root path.
13190         (ido-file-name-all-completions): Complete UNC host names from
13191         ido-unc-hosts list.  Cache UNC host shares.
13192         (ido-make-file-list-1): Don't filter UNC root.
13193         (ido-exhibit): Check for // in root directory, and switch to UNC
13194         mode by setting ido-current-directory to //.
13196 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
13198         * cus-edit.el (customize-changed-options): Mention explicit
13199         version number as default in prompt.
13201 2006-03-17  Bill Wohler  <wohler@newt.com>
13203         * image.el (image-load-path-for-library): Minor docstring fix.
13205 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
13207         * textmodes/org.el (org-read-date): Include subgroup 5 into
13208         replacement text.
13209         (org-popup-calendar-for-date-prompt): Fix customization type.
13211 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
13213         * progmodes/gdb-ui.el (gud-watch): Provide completion.
13214         (gdb-continuation): New variable.
13215         (gdb-send): Deal with continuation lines.
13217         * progmodes/gud.el (gud-gdb-complete-command)
13218         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13219         expressions.
13220         (gud-tooltip-mode): Use buffer-local value.
13222 2006-03-16  Kim F. Storm  <storm@cua.dk>
13224         * ido.el (ido-edit-input): Use selected match, if any.
13226 2006-03-16  Bill Wohler  <wohler@newt.com>
13228         * image.el (image-load-path-for-library): Prefer user's images in
13229         image-load-path.
13231 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
13233         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13234         when checking for attempt to drag leftmost or rightmost scrollbar.
13236 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
13238         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13239         (gdb-force-mode-line-update): New function.
13240         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13241         (gdb-exited): Use them.
13242         (gdb-signal): New function.
13243         (gdb-annotation-rules): Provide a rule for it.
13245 2006-03-16  Kenichi Handa  <handa@m17n.org>
13247         * international/mule.el (auto-coding-regexp-alist): Add entries
13248         for Unicode BOM.
13250         * sort.el (sort-build-lists): Temporarily bind
13251         inhibit-field-text-motion to t.
13253 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
13255         * locate.el (locate-command, locate-make-command-line)
13256         (locate-fcodes-file, locate-update-command)
13257         (locate-prompt-for-command, locate, locate-with-filter)
13258         (locate-get-file-positions): Doc fixes.
13259         (locate-buffer-name, locate-header-face): Remove leading `*' in
13260         defcustom.
13261         (locate-filter-output): Use `keep-lines' instead of its alias
13262         `delete-non-matching-lines'.
13263         (locate-get-filename, locate-get-dirname): Add introductory comment.
13264         (locate-find-directory-other-window): Give appropriate error
13265         message if used outside main listing.
13267 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13269         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13270         the new extend-region feature.
13271         (font-lock-after-change-function): Update correspondingly.
13272         * jit-lock.el (jit-lock-after-change): Update correspondingly.
13273         * progmodes/grep.el (font-lock-lines-before): Don't disable.
13275 2006-03-15  Bill Wohler  <wohler@newt.com>
13277         * image.el (image-load-path-for-library): Fix example by not
13278         recommending that one binds image-load-path.  Just defvar it to
13279         placate compiler and only use it if previously defined.
13281 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
13283         * textmodes/org.el (org-insert-centered): Use `string-width' to
13284         make underlining work for wide characters.
13285         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13286         TAB to `org-cycle', to make sure that no binding in
13287         `outline-mode-map' can supercede it.
13289 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
13291         * allout.el: Increment version to 2.2.1 in file commentary.
13293         (allout-version): Increment to 2.2.1.
13295         (allout-default-layout): New customization variable, used when the
13296         file lacks a specific allout-layout.  Uses allout-layout-type for
13297         recursively nested definition.
13299         (allout-layout-type): Widget defining allout layouts, necessary for
13300         self-recursive definition.
13302         (allout-mode): Incorporate allout-default-layout as fallback for
13303         allout-layout.
13305         (allout-layout): Mark as 'safe-local-variable', and refer mention
13306         fallback to `allout-default-layout' in absence of a specified value.
13307         (allout-passphrase-verifier-string)
13308         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13310         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13312         (allout-get-encryption-passphrase-verifier): Use correct name of
13313         passphrase verifier in docstring.
13315 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
13317         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13318         elements.
13319         (gdb-find-watch-expression): Make it work for arrays too.
13320         Follow change to gdb-var-list.
13321         (gud-watch): Allow the user to enter variable name with a prexix
13322         arg.  Create keybindings.
13323         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13324         (gdb-var-list-children-handler, gdb-var-update-handler)
13325         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13326         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13327         Follow change to gdb-var-list.
13328         (gdb-starting): Don't show the overlay arrows when program is running.
13330         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13331         gdb-var-list.
13333 2006-03-14  Bill Wohler  <wohler@newt.com>
13335         * image.el (image-load-path-for-library): Pass value of path
13336         rather than symbol.  Always return list of directories.
13337         Guarantee that image directory comes first.
13339 2006-03-14  Alan Mackenzie  <acm@muc.de>
13341         * font-core.el (font-lock-extend-region\(-function\)?.):
13342         New function/variable.
13344         * font-lock.el (font-lock-after-change-function):
13345         Call font-lock-extend-region.  Obey font-lock-lines-before.
13346         (font-lock-default-fontify-region): Remove reference to
13347         font-lock-lines-before.
13349         * jit-lock.el (jit-lock-after-change):
13350         Call font-lock-extend-region.  Obey font-lock-lines-before.
13352 2006-03-14  David Ponce  <david@dponce.com>
13354         * tree-widget.el (tree-widget-themes-load-path)
13355         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13357 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
13359         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13360         (rcirc-print): Mark the start of text at the end of the prompt.
13361         (rcirc-track-minor-mode): Add autoload cookie.
13362         (rcirc-update-activity-string): Add space to front of mode-line
13363         indicator.
13365 2006-03-13  Miles Bader  <miles@gnu.org>
13367         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13368         (rcirc-abbrev-nick): Remove function.
13369         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13371 2006-03-13  David Ponce  <david@dponce.com>
13373         * tree-widget.el: Handle themes across all occurrences of the main
13374         themes sub-directory found in tree-widget-themes-load-path.
13375         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13376         (tree-widget--locate-sub-directory): Return all occurrences.
13377         (tree-widget-themes-path): New function.
13378         Replace tree-widget-themes-directory, and return a list of directories.
13379         (tree-widget-set-parent-theme)
13380         (tree-widget-lookup-image): Use it.
13382 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
13384         * textmodes/org.el (org-link-search): Avoid self-matching of
13385         links, allow target text to be distributed over several lines.
13386         (org-search-not-link): New function.
13387         (org-set-regexps-and-options, org-get-current-options):
13388         New startup options.
13389         (org-export-as-html): Take odd-level setting from local variable.
13390         (org-fontify-emphasized-text): New option.
13391         (org-set-font-lock-defaults): Include emphasized text.
13392         (org-follow-mhe-link): Allow folder-only links, fix folder name.
13393         (org-font-lock): Customize group renamed from `org-faces'.
13395 2006-03-13  John Paul Wallington  <jpw@pobox.com>
13397         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
13398         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
13400 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
13402         * cus-start.el (all): Delete :version keyword for members of the
13403         fringe group, since the entire group is new in 22.1.
13405 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
13407         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
13408         map if value is hexadecimal (an address).
13409         (gud-watch): Only search roots for existing watch expressions.
13410         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
13411         prevent caching problems with speedbar-update-directory-contents.
13413 2006-03-12  Juri Linkov  <juri@jurta.org>
13415         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13416         before comparing with `low' and `warn'.
13418         * info.el (Info-dir-remove-duplicates): Move point to the
13419         beginning of the current line after deleting the entries from
13420         redundant heading.  Use marker for `limit' and compare it with
13421         point before calling `re-search-forward'.
13423 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
13425         * simple.el (yank): Fix typo in docstring.
13427 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
13429         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13430         messages, where "D" is the 6th character.
13432 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
13434         * simple.el (yank): Fix last change.
13436 2006-03-11  David Ponce  <david@dponce.com>
13438         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13439         merging elements from the standard ispell-dictionary-alist.
13440         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
13441         alist, and return the new alist.
13443 2006-03-11  Richard Stallman  <rms@gnu.org>
13445         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
13447         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
13448         the way it is implemented is too unclean.
13450         * simple.el (kill-region, yank): Doc fix.
13452         * battery.el (battery-echo-area-format): Doc fix.
13453         (battery-mode-line-format): Likewise.
13454         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
13455         (battery-linux-proc-acpi): Ignore batteries that say "charged".
13457 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
13459         * progmodes/octave-mod.el (octave-indent-for-comment):
13460         Behave according to do string.
13462 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
13464         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
13465         Be visible only if major mode is Mail Mode.
13467         * textmodes/flyspell.el (flyspell-external-point-words)
13468         (flyspell-process-localwords): Fix last changes.
13470 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
13472         * calendar/holidays.el (list-holidays): Doc fix.
13474         * international/mule.el (auto-coding-alist): Add .odt
13475         (OpenOffice's open document) files.
13477         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
13478         document) files.  Mention in the doc string the need to sync with
13479         auto-coding-alist.
13481 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
13483         * files.el (hack-local-variables-confirm): Don't prompt for ! if
13484         enable-local-variables is set to always query, or there is no
13485         savable variable.
13487 2006-03-10  Bill Wohler  <wohler@newt.com>
13489         * image.el (image-load-path-for-library): Merge at least three
13490         functions from Gnus and MH-E into this one function that can now
13491         be shared.
13493 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
13495         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
13496         gdb-remove-mouse-face and remove help-echo too.
13497         (gdb-enqueue-input): Correct conditional clause.
13499 2006-03-10  Glenn Morris  <rgm@gnu.org>
13501         * calendar/calendar.el (calendar-holidays): Doc fix.
13502         * calendar/holidays.el (list-holidays): Doc fix.
13504 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
13506         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
13507         it gets called in gdb-prompt anyway.
13508         (gdb-use-separate-io-buffer): Only restore window arrangement for
13509         gdb-many-windows.
13510         (gdb-enqueue-input): Make it harder to send GDB input when program
13511         is running.
13512         (gdb-buffer-list): New variable.
13513         (gdb-remove-mouse-face): New function.
13514         (gdb-starting): Use it when GDB input won't get sent.
13516 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
13518         * help.el (view-lossage): Remove trailing whitespace before
13519         inserting "\n".
13521 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
13523         * files.el (hack-local-variables-confirm):
13524         Set coding-system-for-read to nil before writing to .emacs.
13526         * arc-mode.el (archive-extract): Check if an existing buffer name
13527         comes from a different archive.
13529         * help.el (describe-key-briefly): If KEY is a down event, read and
13530         discard the up event.
13532 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
13534         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
13535         be edited and use font-lock-warning-face for any changes.
13537         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
13538         (gdb-edit-value): Use it to report any errors.
13540 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
13542         * help.el (describe-key): Remove leftover test code.
13544 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
13546         * textmodes/org.el: Move defvars out of eval-when-compile.
13547         Use buffer-file-name variable.
13548         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
13549         arg `file'.
13550         (org-level-faces): Remove startup dependency.
13551         (org-cycle, org-map-tree, org-scan-tags)
13552         (org-remember-handler): Don't call `outline-level' directly.
13553         (org-mhe-search-all-folders): New option.
13554         (org-mhe-get-message-folder-from-index)
13555         (org-mhe-get-message-folder): Fix indexing search.
13556         (org-format-agenda-item): Handle nil TAGS argument.
13557         (org-cleaned-string-for-export, org-activate-target-links)
13558         (org-make-target-link-regexp): Deal with empty radio target list.
13559         (org-tag): New face.
13560         (org-get-level-face): New function.
13561         (org-set-font-lock-defaults): Simplify setup for headlines.
13562         (org-complete): Pass common substring to `display-completion-list'.
13564 2006-03-06  David Ponce  <david@dponce.com>
13566         * tree-widget.el: Update Commentary header.
13567         (tree-widget-theme-name): Ignore parent themes.
13568         (tree-widget-set-parent-theme): New function.
13569         (tree-widget-set-theme): Use it.
13570         (tree-widget-set-image-properties): Move definition.  Does nothing
13571         if image properties have already been set.
13572         (tree-widget-image-properties): Move definition.  Receive an image
13573         name.  Set the :pointer property.
13574         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
13575         Don't set the :pointer image property.
13576         (tree-widget-convert-widget): New function.  Handle :dynargs
13577         compatibility here.
13578         (tree-widget): Use it to :convert-widget.  Add the :expander-p
13579         predicate to control when the :expander function is entered.
13580         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
13581         (tree-widget-value-create): Handle :expander-p.  widget-apply
13582         :expander.
13583         (tree-widget-expander-p): New function.  Default value of the
13584         :expander-p property.
13586 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
13588         * help.el (describe-key): Properly handle the return value of
13589         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
13590         remaps.  Handle string and vector `follow-link' values.
13592 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13594         * complete.el (PC-expand-many-files): Try be more careful when parsing
13595         the shell's output.
13597 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13599         * outline.el (hide-sublevels): Provide better interactive default.
13601 2006-03-06  Kenichi Handa  <handa@m17n.org>
13603         * international/fontset.el (create-fontset-from-fontset-spec):
13604         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
13606 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
13608         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
13609         backslashes instead of one in regexp.
13610         (gud-tooltip-dereference): Add missing optional argument.
13612 2006-03-04  John Paul Wallington  <jpw@pobox.com>
13614         * wdired.el (toplevel): Require `cl' at compile-time.
13616 2006-03-04  Andreas Schwab  <schwab@suse.de>
13618         * server.el (server-process-filter): Handle errors during
13619         evaluation of the argument.
13621 2006-03-03  John Paul Wallington  <jpw@pobox.com>
13623         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
13624         escape parentheses at beginning of line.
13625         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
13626         (t-mouse-mode): Remove period from end of error message.
13628 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
13630         * textmodes/flyspell.el (flyspell-process-localwords):
13631         Be case-sensitive.
13633 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
13635         * cus-edit.el (custom-quote): Remove function, since it has been
13636         moved to custom.el.
13638         * font-lock.el (lisp-font-lock-keywords-2)
13639         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
13640         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
13641         they have no special meaning.
13643         * midnight.el (clean-buffer-list): Handle case where base-buffer of
13644         indirect buffer gets killed before indirect buffer.  Use dolist.
13646 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
13648         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
13649         value instead of a literal constant (1) on more pauses.
13651 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
13653         * textmodes/flyspell.el (flyspell-external-point-words):
13654         Be case-sensitive.
13656 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
13658         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
13659         with "www".
13661 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
13663         * allout.el: Restablish intermediate missing comment header to
13664         preserve outline structure.
13665         (allout-beginning-of-current-entry): Skip invisible text.
13666         (allout-open-topic): Fix opening a topic at end-of-buffer.
13667         (allout-minor-mode): Move nearer to allout-mode function.
13669 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
13671         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
13673 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
13675         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
13676         is nil.
13678         * progmodes/gud.el (gud-speedbar-menu-items):
13679         Use buffer-local-value and add missing :visible keyword.
13681         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
13683 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
13685         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
13686         must be `follow-link'.
13688         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
13690         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
13691         formatting: No nested anchors.
13692         (org-all-targets): Fix bug with XEmacs compatibility.
13693         (org-read-date): Add (require 'parse-time).
13694         (org-set-tags): Fix bug with extra inserted space.
13695         (org-export-html-style): Define a style class for targets.
13696         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
13697         (org-hide-leading-stars): New option.
13698         (org-hide): New face.
13699         (org-set-font-lock-defaults): Allow to hide leading stars.
13700         (org-get-legal-level, org-tr-level): New functions.
13701         (org-odd-levels-only): New option.
13702         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
13703         (org-demote, org-promote): Deal with double-star levels.
13704         (org-convert-to-odd-levels): New command.
13706 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
13708         * speedbar.el (speedbar-update-localized-contents): Try to
13709         preserve window-start.
13710         (speedbar-update-directory-contents): Try to preserve window-start
13711         and window-point.
13712         (speedbar-update-special-contents): Don't move back to start of window.
13714         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
13715         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
13716         speedbar-timer-fn.
13717         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
13718         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
13719         instead of gdb-speedbar-timer-fn.
13721 2006-02-28  Jay Belanger  <belanger@truman.edu>
13723         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
13724         (math-compose-expr): Use latex option when calling
13725         `math-compose-tex-matrix' for latex mode.
13727 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
13729         * speedbar.el: Re-instate comments about developing for speedbar
13730         [this is what info and gdb-ui use even if better methods exist now].
13732         * t-mouse.el: New file.
13733         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
13734         (t-mouse-lispy-buffer-posn-from-coords): Remove.
13735         (t-mouse-make-event-element): Use posn-at-x-y instead.
13736         (t-mouse-make-event): Deal with Fedora Core 3.
13737         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
13738         (t-mouse-mouse-position-function): New function.  Use it instead
13739         of advising mouse-position.
13740         (t-mouse-mode): New minor mode.
13741         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
13743 2006-02-27  Glenn Morris  <rgm@gnu.org>
13745         * calendar/calendar.el (calendar-holidays): Doc fix.
13747 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
13749         * progmodes/gdb-ui.el (gdb-source-window): New variable.
13750         Re-introduce the concept of a source window.
13751         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
13752         consistency with get-buffer-create.
13753         (def-gdb-auto-update-handler, gdb-info-locals-handler)
13754         (gdb-data-list-register-values-handler)
13755         (gdb-stack-list-locals-handler): Try to preserve window-start as
13756         well as window-point.
13757         (gdb-display-source-buffer): New function (old concept).
13758         (gdb-goto-breakpoint): Use it.
13760         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
13761         for gdb-ui/gdb-mi (old concept).
13763 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
13765         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
13766         binding.
13768         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
13770         * textmodes/reftex-sel.el (reftex-select-label-map)
13771         (reftex-select-bib-map): Add `follow-mouse' binding.
13773 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
13775         * jka-cmpr-hook.el (jka-compr-compression-info-list)
13776         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
13777         Give :set functions to provide automatic updating.
13778         Update docstring.  Give compiler defvars early in the file
13779         and move the defcustoms to a later spot where all called functions
13780         are defined.
13781         (jka-compr-file-name-handler-entry): Doc fix.
13782         (jka-compr-compression-info-list--internal)
13783         (jka-compr-mode-alist-additions--internal)
13784         (jka-compr-load-suffixes--internal): New variables.
13785         (jka-compr-install): Set the three above variables.
13786         Update `load-file-rep-suffixes' instead of `load-suffixes'.
13787         (jka-compr-update, jka-compr-set): New functions.
13788         (auto-compression-mode): Doc fix.
13790         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
13791         Update `load-file-rep-suffixes' instead of `load-suffixes'.
13792         Use jka-compr-compression-info-list--internal,
13793         jka-compr-mode-alist-additions--internal and
13794         jka-compr-load-suffixes--internal.
13796         * files.el (load-library):
13797         * loadhist.el (file-loadhist-lookup):
13798         * startup.el (command-line):
13799         * subr.el (locate-library):
13800         * emacs-lisp/autoload.el (update-directory-autoloads):
13801         * emacs-lisp/find-func.el (find-library-suffixes):
13802         Use `get-load-suffixes' instead of `load-suffixes'.
13804         * subr.el (locate-library):
13805         * emacs-lisp/find-func.el (find-library-name):
13806         Use `load-file-rep-suffixes' instead of '("").
13808 2006-02-26  Kim F. Storm  <storm@cua.dk>
13810         * ido.el (ido-save-history, ido-load-history): Simplify.
13811         Don't use find-file-noselect to avoid interference from other modes.
13813 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
13815         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
13816         to use the default shell if filename is not available.
13817         Reported by Giorgos Keramidas.
13819 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
13821         * progmodes/etags.el (tags-completion-table): Do completion from
13822         all the tables in the current list, as documented in the manual.
13824 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13826         * CC Mode Update to 5.31.3.
13828 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13830         * progmodes/cc-mode.el (c-postprocess-file-styles):
13831         Bind inhibit-read-only to t, around the call to
13832         c-remove-any-local-eval-or-mode-variables, so that it works on a
13833         RO file.
13835 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13837         * progmodes/cc-awk.el: Correct a typo.
13839 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13841         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
13842         c-hungry-delete-backwards, at the request of RMS.  Leave the old
13843         name as an alias.
13845 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13847         * progmodes/cc-mode.el: Correct a typo.
13849 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13851         * progmodes/cc-defs.el: Update the version number to 5.31.3.
13853 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13855         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
13856         brace-else-brace (error due to mbeg, mend being undefined).
13858 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13860         * progmodes/cc-mode.el: File Local variables: Solve the problem
13861         where both `mode' and c-file-offsets are specified: `mode' will
13862         overwrite c-f-o's settings:
13863         (c-remove-any-local-eval-or-mode-variables): New function.
13864         (c-postprocess-file-styles): Call the above new function, within
13865         c-tentative-buffer-change, to splat `mode' and `eval' before the
13866         second hack-local-variables.
13868 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13870         * progmodes/cc-mode.el:
13871         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
13872         (c-after-change): Protect the match data with save-match-data.
13873         It was getting corrupted by c-after-change-check-<>-operators.
13875         * cc-defs.el: [Supersedes patch V1.38]:
13876         (top level): Check for a buggy font-lock-compile-keywords ONLY in
13877         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
13879         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
13880         with save-match-data.  It was being corrupted when Font Lock was
13881         not enabled.
13883 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13885         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
13886         Mode and Subword Mode.
13888         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
13889         real labels ("case 1:" or "foo:") from non-labels ("public:").
13890         (c-forward-objc-directive): Replace c-forward-token-2 with crude
13891         coding; c-f-t-2 doesn't move over a token at EOB.
13893         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
13895         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
13896         (c-update-modeline): Concatenate the minor mode indicators
13897         directly onto mode-name, removing c-submode-indicators.
13898         Sometimes, c-s-i got separated from the mode name on the mode line.
13900         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
13901         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
13903 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13905         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
13906         error message when there's an evaluation error to show whether
13907         it's loaded from source or not.
13908         (c-filter-ops): Make it available at runtime too to work when
13909         `c-make-init-lang-vars-fun' needs to evaluate from source.
13911 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
13913         * help.el (help): Revert last part of 2006-02-23 change (deletion
13914         of the `provide' call).
13916 2006-02-23  Juri Linkov  <juri@jurta.org>
13918         * compare-w.el (compare-windows-highlight): Add new value
13919         `persistent' and change :type from `boolean' to `choice'.
13920         (compare-windows-overlays1, compare-windows-overlays2):
13921         New internal variables.
13922         (compare-windows-highlight): If compare-windows-highlight is
13923         `persistent', add current overlays to compare-windows-overlays[12]
13924         instead of adding compare-windows-dehighlight to pre-command-hook.
13925         (compare-windows-dehighlight): Delete all overlays from
13926         compare-windows-overlays[12].
13928         * info.el (Info-search): Don't bind search-spaces-regexp to
13929         Info-search-whitespace-regexp in non-regexp isearch mode.
13931 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13933         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
13935 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
13937         * textmodes/org.el (org-xemacs-p)
13938         (org-export-html-show-new-buffer, org-table-may-need-update)
13939         (org-insert-item, org-mhe-get-message-real-folder)
13940         (org-mhe-get-message-folder-from-index)
13941         (org-mhe-get-message-folder, org-mhe-get-message-num)
13942         (org-mhe-get-header, org-make-org-heading-search-string)
13943         (org-make-org-heading-camel, org-table-sort-lines)
13944         (org-format-org-table-html, org-format-table-table-html):
13945         Fix typos in docstrings.
13947 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
13949         * textmodes/org.el (org-cleaned-string-for-export)
13950         (org-solidify-link-text): New function.
13951         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
13952         XEmacs, just to silence the compiler.
13953         (org-export-as-ascii, org-export-as-html-and-open):
13954         Use `org-cleaned-string-for-export' and create internal links.
13955         (org-follow-mhe-link): Require mh-e, use folder.
13957 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
13959         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
13961         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
13962         gdb-debug-log-length.
13963         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
13964         it a real ring but...
13965         (gud-gdba-marker-filter): ...make it work like mark-ring.
13966         (gdb-enable-debug): Rename from gdb-enable-debug-log.
13967         (gdb-mouse-jump): New function.  Add bindings.
13969 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
13971         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
13972         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
13973         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
13974         (gdb-debug-log-length): Customize it's length.
13975         (gud-watch, gdb-var-create-handler): Display function::var format
13976         but don't use to create variable object.
13977         (gdb-var-create-handler): Use message-box in place of message.
13978         (gdb-stopped): Call gdb-exited if signalled.
13980 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
13982         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
13984         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
13986         * textmodes/reftex.el (reftex-locate-file): Search all extensions
13987         if `reftex-try-all-extensions' is set.
13989         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
13990         fail silently when there is no valid argument at point.
13991         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
13992         `fail-silently' argument.  From a patch by David Reiter.
13994         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
13995         New commands.
13996         (org-mark-ring): New variable.
13997         (org-mark-ring-length): New option.
13998         (org-open-at-point, org-goto, org-open-file): Push old position
13999         onto the mark ring.
14000         (org-add-hook): New function.
14001         (org-export-table-remove-special-lines): New option.
14002         (org-skip-comments, org-format-org-table-html): Respect new
14003         option `org-export-table-remove-special-lines'.
14004         (org-open-file): Allow special command configuration for
14005         directory link.
14006         (org-file-apps): Fix bugs in customize type, added setting
14007         for directories.
14008         (org-activate-tags, org-format-agenda-item, org-complete)
14009         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14010         (org-get-tags, org-get-buffer-tags, org-open-at-point)
14011         (org-link-search, org-make-org-heading-search-string)
14012         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14013         (org-radio-targets, org-file-link-context-use-camel-case)
14014         (org-activate-camels): New options.
14015         (org-update-radio-target-regexp, org-all-targets)
14016         (org-make-target-link-regexp, org-activate-target-links):
14017         New functions.
14018         (org-make-org-heading-search-string): New function.
14019         (org-store-link, org-insert-link): Use new option
14020         `org-file-link-context-use-camel-case'.
14021         (org-activate-camels): Use new option `org-activate-camels'.
14022         (org-link-regexp): Add mhe prefix.
14023         (org-open-at-point, org-store-link): Support for mhe links.
14024         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14025         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14026         (org-mhe-get-header, org-follow-mhe-link): New functions.
14027         (org-remove-angle-brackets, org-add-angle-brackets):
14028         New functions.
14029         (org-bracket-link-regexp): New constant.
14030         (org-read-date): Fix bug that was rejecting all typed dates.
14031         (org-link-search): Make hierarchy above visible after a match.
14032         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14033         (org-store-link): Fix bug with link creation when cursor is in
14034         an empty line.
14035         (org-open-at-point): Fix bug with matching a link.
14036         Fixed buggy argument sequence in call to `org-view-tags'.
14037         (org-compile-prefix-format): Set `org-prefix-has-tag'.
14038         (org-prefix-has-tag): New variable.
14039         (org-format-agenda-item): Remove tags from headline
14040         if appropriate.
14041         (org-agenda-remove-tags-when-in-prefix): New option.
14043 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
14045         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14046         Fix the regular expressions.
14048 2006-02-21  Richard M. Stallman  <rms@gnu.org>
14050         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14051         if there's no other specific basis.
14053         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14054         as variables at all.
14055         (unsafep-variable): Rename arg; doc fix.
14057         * abbrevlist.el (list-one-abbrev-table): Add autoload.
14059         * calendar/appt.el (diary-selective-display): Add defvar.
14061         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14063         * isearch.el (search-whitespace-regexp): Fix custom type.
14065         * help.el (describe-key-briefly): Compute interactive args
14066         in same was as before previous change.
14068         * files.el (enable-local-variables): Doc fix.
14070 2006-02-21  Kim F. Storm  <storm@cua.dk>
14072         * fringe.el: Cleanup as file is now pre-loaded.
14073         (fringe-bitmaps): Initialize unconditionally.
14074         (fringe-mode, set-fringe-style): Remove autoload cookies.
14076 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
14078         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14079         `horizontal-bar'.
14080         (fringe-cursor-alist): Use `horizontal-bar'.
14082 2006-02-20  Kim F. Storm  <storm@cua.dk>
14084         * fringe.el (fringe-bitmaps): Update to new bitmap names.
14085         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14087         * loadup.el: Load "fringe" on window systems.
14089 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
14091         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14092         out of scope components.
14094         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14095         default.
14097 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
14099         * custom.el (customize-mark-to-save, customize-mark-as-set):
14100         Load the symbol first.
14102 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
14104         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14105         strech spec so it doesn't display as "^J" on the header line
14106         when `Buffer-menu-use-header-line' is t.
14108 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
14110         * speedbar.el (speedbar-make-button): Keep text properties
14111         of string arguments if desired.
14113         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14114         expessions.
14116         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14117         of speedbar.
14119 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
14121         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14122         to value of `read-file-name-completion-ignore-case'.
14124 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
14126         * custom.el (customize-mark-as-set): Push to `user' theme.
14128         * cus-edit.el (custom-save-variables): Allow unthemed values.
14129         (customize-set-variable): Push setting to `user' theme.
14131 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
14133         * progmodes/gud.el: Don't require font-lock as it's now
14134         automatically loaded.
14135         (gud-speedbar-buttons): Replace gdb-var-changed with
14136         gdb-force-update.
14138         * progmodes/gdb-ui.el (gdb-force-update): Rename from
14139         gdb-var-changed.
14140         (gdb-post-prompt): Use it.
14141         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14142         (gdb-var-update-handler, gdb-var-delete)
14143         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14144         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14145         gdb-force-update in gdb-post-prompt.
14146         (gdb-reset): Clear watch expressions from speedbar when quitting.
14148 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14150         * viper-cmd.el (viper-insert-state-post-command-sentinel)
14151         (viper-change-state-to-vi, viper-change-state-to-emacs):
14152         Make aware of cursor coloring in the Emacs state.
14153         (viper-special-read-and-insert-char): Use read-char-exclusive.
14154         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14156         * viper-init.el (viper-emacs-state-cursor-color): New variable.
14158         * viper-util.el (viper-save-cursor-color)
14159         (viper-get-saved-cursor-color-in-replace-mode)
14160         (viper-get-saved-cursor-color-in-insert-mode)
14161         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14162         state.
14163         (viper-get-saved-cursor-color-in-emacs-mode): New function.
14165         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14166         (ediff-ignore-case-option3, ediff-actual-diff-options)
14167         (ediff-actual-diff3-options): New variables to control case sensitivity.
14168         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14169         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14170         (ediff-toggle-ignore-case): New function.
14171         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14173         * ediff-help.el (ediff-long-help-message-narrow2)
14174         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14175         (ediff-long-help-message-word-mode): Add ignore-case command.
14176         (ediff-help-for-quick-help): Add ignore-case command.
14178         * ediff-merg.el: Move provide to the end.
14180         * ediff-ptch.el: Move provide to the end.
14182         * ediff-wind.el: Move provide to the end.
14184         * ediff-mult.el: Move provide to the end.
14185         (ediff-set-meta-overlay): Enable follow-link.
14187         * ediff.el: Move provide to the end.
14188         Break recursive load cycle in eval-when-compile.
14189         (ediff-patch-buffer): Better heuristics.
14191         * ediff-util.el: Move provide to the end.
14192         Break recursive load cycle in eval-when-compile.
14193         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
14194         defuns.
14195         (ediff-submit-report): Pass the values of ediff-diff3-program,
14196         ediff-diff3-options.
14198 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
14200         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14201         the opening bracket of the following bracketing pairs: {}, [], (), <>,
14202         `' (for example, in the docstring of `windmove-default-keybindings').
14204 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
14206         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14207         shadow face.  Don't provide binding to edit variable when it is
14208         out of scope.
14210         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14211         (gdb-var-update-handler): Detect out of scope variables with pre
14212         GDB 6.4 too.
14213         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14214         Reset status of variable objects to nil in update handlers.
14215         (gdb-var-update-handler-1): Detect when a variable object comes
14216         in scope.  setcar on var changes gdb-var-list directly.
14218 2006-02-17  Juri Linkov  <juri@jurta.org>
14220         * ffap.el (ffap) <defface>: Add explicit face declaration.
14221         (ffap-highlight): Use face `ffap' directly instead of checking
14222         for its existence.
14224         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14225         `visible-ok' of `other-buffer' to find the right original buffer.
14227         * info.el (Info-search): Skip `Local Variables' node.
14229 2006-02-17  Juri Linkov  <juri@jurta.org>
14231         * info.el (Info-find-file): Check for symbols `apropos', `history',
14232         `toc' in the input filename, and return these symbols as is.
14233         (Info-find-node-2): Set Info-current-file to symbols `apropos',
14234         `history', `toc' instead of strings.
14235         (Info-set-mode-line): For non-string Info-current-file use the
14236         symbol's name inside **.
14237         (Info-isearch-push-state): Add quote before Info-current-file and
14238         Info-current-node.
14239         (Info-isearch-pop-state): Use `equal' instead of `string='.
14240         (Info-extract-pointer, Info-following-node-name): Use
14241         `match-string-no-properties' instead of `match-string'.
14242         (Info-up): Check `old-file' for `stringp'.
14243         (Info-history): Use `equal' instead of `string-equal'.
14244         Check `file' for `stringp'.
14245         (Info-history): Use symbol `history' instead of string as first arg
14246         of `Info-find-node'.
14247         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
14248         `toc' instead of string.
14249         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14250         instead of `buffer-substring', and `match-string-no-properties'
14251         instead of `match-string'.
14252         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14253         instead of strings.
14254         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14255         Use symbol `apropos' instead of string.
14256         (Info-copy-current-node-name): Check `Info-current-file' for
14257         `stringp' and construct a command with `Info-find-node' from it.
14258         (Info-fontify-node): Use `match-string-no-properties' instead of
14259         `match-string' and check file names for `stringp'.
14260         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14261         `history', `toc' instead of strings.
14263 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
14265         * files.el: Rearrange functions and variables in the file local
14266         variables section.
14268 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
14270         * files.el: Add truncate-lines, ispell-check-comments and
14271         ispell-local-dictionary as safe local variables.
14273 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
14275         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14276         out of scope variables.
14277         (gud-speedbar-buttons): Use unless.
14279         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14280         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14281         (gdb-show-changed-values): Also use for out of scope variables.
14282         (gdb-var-update-handler-1): Note if variable goes out of scope.
14284 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
14286         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14287         default to global variable values for unsupplied args.
14288         (rcirc-get-buffer-create): Fix bug with setting the target.
14289         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14290         test for rcirc-always-use-server-buffer-flag here.
14291         (rcirc-response-formats): Add %N, which is a facified nick.  %n
14292         uses the default face.  Change the ACTION format string.  If the
14293         "nick" is the server, don't print anything for that field.
14294         Comment fixes.
14295         (rcirc-target-buffer): Don't test
14296         rcirc-always-use-server-buffer-flag here.
14297         (rcirc-print): Squeeze extra spaces out of the text before message.
14298         (rcirc-put-nick-channel): Strip potential "@" char from nick
14299         before adding them to nick table.
14300         (rcirc-url-regexp): Improve to match address like "foo.com".
14302 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
14304         * allout.el (allout-hidden-p): Move this defsubst before
14305         allout-overlay-interior-modification-handler, where it is first
14306         used.
14308 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
14310         * allout.el: Use allout invisible-text overlays instead of
14311         selective display for concealed text.  Also, lots of general
14312         cleanup, and improved compatibility code.
14314         (allout-version): Incremented, corrected, revised, and refined
14315         module commentary.
14317         (provide 'allout): Moved to the bottom, added a require of overlay.
14319         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14320         `except-current'.
14321         (allout-write-file-hook-handler): Minimize delay.
14322         (count-trailing-whitespace-region): New function so
14323         auto-encryption of current topic can resituate cursor exactly.
14324         PGP/GPG encryption trims trailing whitespace from lines, which
14325         must be accounted for across encryption then decryption.
14327         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14328         just plain "\C-c", to avoid intruding on user's keybinding space.
14330         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14331         parameter, so user request to provide a new password is done.
14333         (allout-outside-normal-auto-fill-function, allout-auto-fill):
14334         Refined mechanism for auto-filling behavior while in allout mode.
14336         (allout-mode): Explicitly specify the mode map in the docstring.
14337         Clarify provision for various write-file hook var names.
14338         Adjusted for invisible-text overlays instead of selective-display.
14340         (allout-depth): Really return 0 if not within any topic.  This
14341         rectifies `allout-beginning-of-level' and sequence numbering
14342         errors that occur when cutting and pasting numbered topics.
14343         Changed from a in-line subst to a regular function, as well.
14345         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14347         (allout-end-of-subtree, allout-end-of-subtree)
14348         (allout-end-of-entry, allout-end-of-current-heading)
14349         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14350         (allout-show-children, allout-show-to-offshoot)
14351         (allout-hide-current-entry, allout-show-current-entry): Rectified
14352         handling of trailing blank lines between items.
14354         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14355         (allout-current-depth, allout-unprotected, allout-hidden-p)
14356         (allout-on-current-heading-p, allout-listify-exposed)
14357         (allout-chart-subtree, allout-goto-prefix)
14358         (allout-back-to-current-heading, allout-get-body-text)
14359         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14360         (allout-hide-region-body, allout-toggle-subtree-encryption)
14361         (allout-encrypt-string, allout-encrypted-key-info)
14362         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14363         (allout-file-vars-section-data): Adjusted for use with
14364         invisible-text overlays instead of selective-display.
14366         (allout-kill-line, allout-kill-topic, allout-yank-processing):
14367         Reworked for use with invisible text overlays.
14369         (allout-current-topic-collapsed-p): New function.
14371         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14372         to know when to close the containing topic.
14374         (allout-pre-command-business, allout-post-command-business):
14375         Simplify undo-batching and dynamic isearch exposure.
14377         (allout-set-overlay-category): New for invisible-text overlays.
14378         Sets properties of allout-overlay-category, used by
14379         allout-flag-region to set invisible-text overlay properties.
14380         (allout-get-invisibility-overlay): Get the first qualifying
14381         invisibility overlay, so we can find the extent of it.
14382         (allout-back-to-visible-text): Get to just before the beginnining
14383         of the current invisibility overlay, if any.
14385         (allout-overlay-insert-in-front-handler)
14386         (allout-overlay-interior-modification-handler)
14387         (allout-before-change-handler, allout-isearch-end-handler): New
14388         functions to handle extraordinary actions affecting concealed
14389         text.
14391         (allout-flag-region): Use overlays instead of selective-display
14392         for invisible text - by inheritence from the properties of
14393         allout-overlay-category in mainline Emacs, and applied
14394         property-by-property in XEmacs, some recent versions of which
14395         don't inherit the properties from the category.  Provisions to
14396         respond to concealed-text edits simplified drastically.
14398         (allout-isearch-rectification, allout-isearch-was-font-lock)
14399         (allout-isearch-expose, allout-enwrap-isearch)
14400         (allout-isearch-abort, allout-pre-was-isearching)
14401         (allout-isearch-prior-pos, allout-isearch-did-quit)
14402         (allout-isearch-dynamic-expose)
14403         (allout-hide-current-entry-completely): Functions deleted.
14405         (allout-undo-aggregation): Explicit undo aggregation no longer
14406         necessary due to transition away from selective-display.
14408         (set-allout-regexp, allout-up-current-level)
14409         (allout-next-visible-heading, allout-forward-current-level)
14410         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
14411         (allout-kill-line, allout-yank-processing, allout-show-children)
14412         (allout-expose-topic, allout-old-expose-topic)
14413         (allout-listify-exposed, allout-insert-latex-header)
14414         (allout-toggle-subtree-encryption, allout-encrypt-string)
14415         (remove-from-invisibility-spec, allout-hide-current-subtree):
14416         Ditched unused variables.
14418 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
14420         * textmodes/ispell.el (ispell-change-dictionary): Call
14421         ispell-buffer-local-dict instead of
14422         ispell-accept-buffer-local-defs.
14423         (ispell-local-dictionary-alist): Accept as valid any coding-system
14424         supported by Emacs.
14425         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14426         changed to iso-8859-3.
14428 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
14430         * speedbar.el (speedbar-frame-width): Make an inline function
14431         instead of a macro.  Use frame-width.
14432         (speedbar-try-completion, speedbar-update-contents)
14433         (speedbar-timer-fn): Use consp.
14434         (speedbar-update-localized-contents): Try to preserve point.
14436         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
14437         (menu): Re-order menu items.
14438         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
14439         field.
14440         (gdb-var-update-handler-1): Use it for GDB 6.4+.
14441         (gdb-post-prompt): Speed things by not forcing update.
14443 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
14445         * wid-edit.el (widget-button-click): For mouse-1, cancel button
14446         press and perform default action if we get a mouse movement event.
14448 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14450         * calendar/icalendar.el (icalendar--get-event-property)
14451         (icalendar--get-event-property-attributes): Fix typos in
14452         docstrings.
14454         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
14455         docstring.
14457 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
14459         * bs.el (bs-mode): Use `buffer-disable-undo'.
14460         (bs--get-file-name): Simplify.
14461         (bs-show-in-buffer): Mark the buffer as not modified.
14463 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14465         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
14466         widget-button-click.
14468         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
14469         (custom-mode): Update docstring.
14471         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
14472         binding.
14474         * files.el (hack-local-variables-confirm): Allow scrolling if the
14475         file variable list is too long.  Kill temp buffer after use.
14477 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
14479         * progmodes/gud.el (gdb): Improve doc string.
14480         (gdb-script-font-lock-keywords): Expand allowed character set.
14482         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
14483         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
14484         (gdb-separate-io-interrupt, gdb-separate-io-quit)
14485         (gdb-separate-io-stop, gdb-separate-io-eof):
14486         Rename from gdb-inferior-* to gdb-separate-*.
14487         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
14489 2006-02-14  Jay Belanger  <belanger@truman.edu>
14491         * calc/calc-arith.el (math-check-known-scalarp): Make sure
14492         expression is a symbol before checking that it is bound.
14494         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
14495         test to see if equation can be solved.
14497 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14499         * wid-edit.el (widget-button-click): Use :pressed-face property
14500         for overlay face, if it exists.
14502         * cus-edit.el (custom-manual, custom-add-see-also)
14503         (custom-add-parent-links, custom-group-link): Add :pressed-face
14504         property to links.
14506         * files.el (hack-local-variables): Remove ignored variables before
14507         checking if any variables need setting.
14509 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14511         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
14513 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
14515         * help.el (where-is): Fix message for remapped commands.
14517         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
14518         Fix typos in docstrings.
14520 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
14522         * files.el (safe-local-variable-values): New option.
14523         (hack-local-variables-prop-line): Return a list of variable-value
14524         pairs if MODE-ONLY is non-nil.
14525         (hack-local-variables): Construct list of variable-value pairs,
14526         and apply or reject them in one go.  Ask for confirmation if
14527         variables are not known safe.
14528         (hack-local-variables-confirm): Complete rewrite.  Support
14529         `safe-local-variable-values'.
14530         (enable-local-variables): Update docstring to reflect new
14531         behavior.
14532         (ignored-local-variables): Ignore ignored-local-variables and
14533         safe-local-variable-values.
14534         (safe-local-variable-p): New function.
14535         (risky-local-variable-p): `safe-local-variable' property check
14536         moved to safe-local-variable-p.
14537         (hack-one-local-variable): Checks moved to hack-local-variables.
14539         (byte-compile-dynamic, c-basic-offset, c-file-style)
14540         (c-indent-level, comment-column, fill-column, fill-prefix)
14541         (indent-tabs-mode, kept-new-versions, no-byte-compile)
14542         (no-update-autoloads, outline-regexp, page-delimiter)
14543         (paragraph-start, paragraph-separate, sentence-end)
14544         (sentence-end-double-space tab-width, version-control):
14545         Add `safe-local-variable' property.
14547         * find-lisp.el: Delete nonexistent `autocompile' file variable.
14549         * icomplete.el, play/landmark.el: Change nonexistent
14550         `outline-layout' file variable to `allout-layout'.
14552 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
14554         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
14555         (gdb-get-changed-registers): Test value of gud-minor-mode relative
14556         to gud-comint-buffer.
14557         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
14558         gdb-ui.el for gdb-mi.el.
14559         (gdb-post-prompt, gdb-get-changed-registers): Move test for
14560         registers buffer to gdb-get-changed-registers.
14561         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
14562         deletion of catchpoints (throw and catch).
14563         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14564         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
14565         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
14566         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
14567         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
14569 2006-02-13  Jay Belanger  <belanger@truman.edu>
14571         * calc/calc-arith.el (math-check-known-matrixp): Make sure
14572         expression is a symbol before checking that it is bound.
14574 2006-02-13  Richard M. Stallman  <rms@gnu.org>
14576         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
14577         for the minibuffer too, but not if resize-mini-windows will interfere.
14579         * help.el (describe-key-briefly, describe-key): Do all arg-reading
14580         inside `interactive' spec.
14581         (describe-key-briefly-internal, describe-key-internal):
14582         Functions merged back into their callers.
14584 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
14586         * info.el (info-xref-visited): Inherit from info-xref too.
14587         (Info-set-mode-line): Replace occurrences of `%' by `%%'
14588         when propertizing Info-current-file and Info-current-node.
14590 2006-02-13  Juri Linkov  <juri@jurta.org>
14592         * tumme.el (tumme-thumbnail-storage): Fix docstring.
14593         (tumme-thumb-name): Fix per-directory format.
14595 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
14597         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
14599 2006-02-12  Miles Bader  <miles@gnu.org>
14601         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
14603 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
14605         * tumme.el: Remove history section.  If someone needs the it, it
14606         can always be found in CVS.
14608 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
14610         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
14611         about the Thumbnail Managing Standard option.
14613 2006-02-12  Richard M. Stallman  <rms@gnu.org>
14615         * subr.el (substitute-key-definition): Doc fix.
14617         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
14619         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
14621         * info.el (Info-mode): Doc fix.
14623         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
14625 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
14627         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
14628         because on Solaris a POSIX compatible "id" is needed.  Reported by
14629         Magnus Henoch <mange@freemail.hu>.
14631 2006-02-12  Juri Linkov  <juri@jurta.org>
14633         * tumme.el: Remove todo item about Thumbnail Managing Standard.
14634         (tumme) <defgroup>: Change :group to `multimedia'.
14635         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
14636         Managing Standard.
14637         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
14638         Fix dostring.
14639         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
14640         and %y.  Fix docstring.
14641         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
14642         (tumme-cmd-create-standard-thumbnail-command): New user options.
14643         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
14644         is `standard'.  Fix docstring.
14645         (tumme-thumb-width, tumme-thumb-height): New user options.
14646         (tumme-external-viewer): Try to find various viewers.
14647         (tumme-get-thumbnail-image): Use `create-image' instead of
14648         constructing the `image' structure.
14649         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
14650         `standard'.
14651         (tumme-thumb-name): Add file name generation for standard storage.
14652         Simplify code for other storages.
14653         (tumme-thumb-name): Use width %w and height %h instead of size %s.
14654         Add modification time %m and thumbnail-nq8 %q.
14655         Use `tumme-cmd-create-standard-thumbnail-command' if
14656         tumme-thumbnail-storage is `standard'.
14657         (tumme-dired-insert-marked-thumbs): New autoload command.
14658         (tumme-dired-after-readin-hook): New function.
14659         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
14660         `tumme-thumb-size'.
14661         (tumme-display-image): Replace size-x %x and size-y %y with
14662         width %w and height %h.
14664         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
14665         `tumme-dired-insert-marked-thumbs'.
14667 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
14669         * tumme.el (tumme-write-tag): Fix small bug (file name did not
14670         include path).
14671         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
14672         matching tag.
14674 2006-02-12  Miles Bader  <miles@gnu.org>
14676         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
14677         New variables.
14678         (rcirc-abbrev-nick): New function.
14679         (rcirc-format-response-string): Rewrite to use the formats in
14680         `rcirc-response-formats' and expand escape sequences therein.
14681         A text-property `rcirc-text' is added over the actual response
14682         text to make easy to find inside the returned string.
14683         (rcirc-print): When filling, just look for the `rcirc-text'
14684         text-property to find the appropriate fill prefix, instead of
14685         using hardwired patterns.
14687 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
14689         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
14690         Managing Standard.
14692 2006-02-11  Kim F. Storm  <storm@cua.dk>
14694         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
14695         Don't use insert-buffer; do insert-buffer-substring directly.
14696         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
14698 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
14700         * files.el (revert-buffer, recover-file): Replace buffer-read-only
14701         with inhibit-read-only.  Suggested by Stefan Monnier.
14702         (revert-buffer): Let insert-file-contents discard
14703         buffer-undo-list.  Simplify code.
14704         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
14706 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
14708         * menu-bar.el (menu-bar-select-yank): Add a doc string.
14710         * help.el (describe-key-briefly): Now a wrapper for
14711         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
14712         to t.  Populate yank-menu if empty.
14713         (describe-key-briefly-internal): Renamed from describe-key-briefly.
14714         (describe-key): Now a wrapper for describe-key-internal.  Bind
14715         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
14716         (describe-key-internal): Renamed from describe-key.
14718 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
14720         * progmodes/glasses.el (glasses-separator): Doc fix.
14721         (glasses-original-separator): New defcustom.
14722         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
14724 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
14726         * mwheel.el (mouse-wheel-up-event): Doc fix.
14728 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
14730         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
14731         (tumme-dir): New function.  Copied from thumbs.el.
14733 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
14735         * desktop.el (desktop-outvar): Fix typo.
14736         (desktop-save-buffer-p): Doc fix.
14738         * subr.el (substitute-key-definition): Fix typo.
14740 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14742         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
14743         when window-system is mac.
14745         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
14747 2006-02-10  Kim F. Storm  <storm@cua.dk>
14749         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
14750         indirect-function instead of using condition-case.
14752 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
14754         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
14755         less `colloquial'...
14757 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
14759         * tumme.el: Add a couple of todo items.
14761 2006-02-09  Lars Hansen  <larsh@soem.dk>
14763         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
14764         (highlight-changes-mode): Don't change desktop-locals-to-save.
14766 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
14768         * image-mode.el (image-toggle-display): Clear image cache if using
14769         filename.
14771 2006-02-09  Masatake YAMATO  <jet@gyve.org>
14773         * dired-x.el (dired-guess-shell-alist-default): Add .man as
14774         a `dired-man' target.
14776         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
14777         boundary of symbols.
14779 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
14781         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
14783 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
14785         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
14786         `mapcar'; return nil.
14788 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
14790         * mouse.el (mouse-drag-track): Don't change window if we rebind to
14791         some other event.
14793 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
14795         * net/rcirc.el (rcirc-startup-channels-alist):
14796         Add irc.freenode.net and #emacs as defaults.
14797         (rcirc-ignore-all-activity-flag): Remove variable.
14798         (rcirc-authinfo): New variable.
14799         (rcirc-authinfo-filename): Remove variable.
14800         (rcirc-always-use-server-buffer-flag): New flag.
14801         (rcirc): M-x rcirc will automatically connect without prompting.
14802         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
14803         connection in lisp.
14804         (rcirc-process-server-response-1): Remove everything but the nick
14805         portion of the sender so it doesn't need to be done everywhere
14806         else.  Update related code.
14807         (global-map): Remove global keybindings.
14808         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
14809         (rcirc-send-input): Split into several functions.
14810         (rcirc-process-input-line, rcirc-process-message)
14811         (rcirc-process-command): New functions.
14812         (rcirc-target-buffer): New function to determine where to route
14813         messages.
14814         (rcirc-user-nick): Save match data.
14815         (rcirc-toggle-ignore-buffer-activity)
14816         (rcirc-update-activity-string): Remove global ignore functionality,
14817         which can be done now by toggling rcirc-track-minor-mode.
14818         (rcirc-track-minor-mode-map): New keymap.
14819         (rcirc-track-minor-mode): New minor-mode.
14820         (ignore): Make the ignore output nicer.  Always print it when
14821         adding or removing nicks.
14822         (rcirc-url-regexp): Improve.
14823         (rcirc-mangle-text): Remove properties before using text in the
14824         modeline.
14825         (rcirc-authenticate): Authentication data comes from
14826         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
14827         (rcirc-server-prefix): Inherit from rcirc-server.
14829 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
14831         * Makefile.in (compile): Append "|| true" to the end of the `find'
14832         command, like compile-always does.
14834 2006-02-08  Sam Steingold  <sds@gnu.org>
14836         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
14837         output from a dead connection.
14839 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
14841         * dired.el (dired-mode-map): Add more bindings for tumme.
14843 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14845         * wdired.el (wdired-mode-map): Use remap.
14846         (wdired-get-filename): Massage.
14847         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
14848         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
14849         `keymap' property rather than `local-map'.
14851 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
14853         * tumme.el (tumme-get-thumbnail-image): New utility function.
14854         Suggested by from Chong Yidong.
14855         (tumme-dired-with-window-configuration): Rename from
14856         `tumme-dired'.  Add code to save window configuration.
14857         (tumme-restore-window-configuration): New command to restore the
14858         window configuration that `tumme-dired-with-window-configuration'
14859         saves before it changes the window configuration.
14860         (tumme-show-all-from-dir): New command to display thumbnails for
14861         all files in a directory entered by the user, like M-x thumbs.
14862         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
14863         have been created.
14864         (tumme-display-thumbnail-original-image): Call `display-buffer'.
14865         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
14866         Remove obsolete test function.
14868 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
14870         * vc.el (small-temporary-file-directory): Remove defvar; there's
14871         a defcustom for it in files.el.
14873         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
14874         Fix typo in message.
14875         (tumme-gallery-generate): Fix typo in `error' message.
14876         (tumme-display-window-height-correction)
14877         (tumme-display-window-width-correction, tumme-line-up-dynamic)
14878         (tumme-line-up-interactive): Dox fixes.
14879         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
14880         (tumme-restore-window-configuration, tumme-format-properties-string)
14881         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
14882         Fix typos in docstrings.
14884 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
14886         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
14888 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
14890         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
14891         User should use hook if desired.
14893         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
14894         buffer if necessary.
14895         (gdb-delete-frame-or-window): New function.
14896         (gdb-breakpoints-mode-map): Bind "q" to it.
14898 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14900         * textmodes/nroff-mode.el: Clean up name space.
14901         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
14902         (nroff-mode): Obey the global setting of nroff-electric-mode.
14903         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
14905         * calendar/calendar.el (calendar-increment-month): Typo in last change.
14907 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
14909         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
14911 2006-02-06  Lars Hansen  <larsh@soem.dk>
14913         * generic-x.el (etc-fstab-generic-mode): Add file system types
14914         cifs and usbdevfs.  Allow special chars in file names.
14916 2006-02-05  Jay Belanger  <belanger@truman.edu>
14918         Update copyright notices of the files in lisp/calc.
14920 2006-02-05  Romain Francoise  <romain@orebokech.com>
14922         Update copyright notices of all files in the lisp/play directory.
14924 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
14926         * ldefs-boot.el: Regenerate.
14928         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
14930 2006-02-05  Kim F. Storm  <storm@cua.dk>
14932         * files.el (magic-mode-regexp-match-limit): New defvar.
14933         (set-auto-mode): Use it to limit magic-mode-alist matching.
14935 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
14937         * info.el (Info-index, Info-mode): Improve the description of the
14938         `i' command.
14940         * ldefs-boot.el: Regenerate.
14942 2006-02-03  Werner Lemberg  <wl@gnu.org>
14944         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
14945         greedy to find the closing bracket in \*[...] and similar
14946         expressions.  This is a first rough fix -- many additional
14947         refinements are necessary to make nroff mode really usable with groff.
14949 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
14951         * international/mule-cmds.el (set-locale-environment):
14952         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
14953         libX11.
14955 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
14957         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
14958         archive are created in archive-tmpdir.
14960 2006-02-02  John Paul Wallington  <jpw@pobox.com>
14962         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
14963         (ibuffer-fontification-alist): Use it.
14964         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
14965         to "* z" and the Ibuffer Mark menu.
14967         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
14969 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14971         * textmodes/table.el (*table--cell-describe-mode)
14972         (*table--cell-describe-bindings): Undo last change since
14973         print-help-return-message is not obsoleted by anything at all.
14975 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
14977         * emulation/cua-base.el (cua-mode): Doc fix.
14979 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
14981         * dframe.el (dframe-handle-make-frame-visible)
14982         (dframe-handle-iconify-frame, dframe-get-focus)
14983         (dframe-select-attached-frame, dframe-power-click)
14984         (dframe-frame-mode): Fix typos in docstrings.
14986         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
14987         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
14988         Fix typos in docstrings.
14990         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
14991         (hi-lock-face-buffer, hi-lock-font-lock-hook)
14992         (hi-lock-archaic-interface-message-used)
14993         (hi-lock-file-patterns-range): Fix typos in docstrings.
14995         * savehist.el (savehist-loaded, savehist-load, savehist-install)
14996         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
14998         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
14999         Fix typo in docstring.
15001         * net/newsticker.el (newsticker--decode-iso8601-date)
15002         (newsticker--set-customvar, newsticker--buffer-insert-item)
15003         (newsticker--do-run-auto-mark-filter)
15004         (newsticker--parse-generic-feed): Doc fixes.
15005         (newsticker--retrieval-timer-list, newsticker-url-list)
15006         (newsticker-hide-immortal-items-in-echo-area)
15007         (newsticker-hide-obsolete-items-in-echo-area)
15008         (newsticker-new-item-face, newsticker--enclosure)
15009         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15010         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15011         (newsticker--parse-generic-feed, newsticker--cache-contains)
15012         (newsticker--stat-num-items, newsticker-download-enclosures):
15013         Fix typos in docstrings.
15015         * net/rcirc.el (rcirc-debug): Doc fix.
15016         (rcirc-fill-column, rcirc-receive-message-hooks)
15017         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15018         (rcirc-mode, rcirc-generate-new-buffer-name)
15019         (rcirc-startup-channels, rcirc-ignore-update-automatic)
15020         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15021         Fix typos in docstrings.
15022         (rcirc-print): "?\ " -> "?\s".
15023         (rcirc-cmd-join): Improve argument/docstring consistency.
15025 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
15027         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15028         before narrow-to-region.
15030 2006-02-01  Richard M. Stallman  <rms@gnu.org>
15032         * simple.el (move-beginning-of-line): Scan properly for invis change.
15034         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15036 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
15038         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15039         change bit only when id-format is 'integer.  Reported by Matt
15040         Hodges <M.P.Hodges@rl.ac.uk>.
15042 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
15044         * hilit-chg.el (highlight-changes-initial-state)
15045         (highlight-changes-global-initial-state): Doc fixes.
15046         (highlight-changes-global-modes, global-highlight-changes):
15047         Fix typos in docstrings.
15049 2006-02-01  Kim F. Storm  <storm@cua.dk>
15051         * emulation/cua-base.el (cua-mode): Mention that CUA enables
15052         transient-mark-mode in doc string.
15054 2006-01-31  Richard M. Stallman  <rms@gnu.org>
15056         * replace.el (multi-occur): Doc fix.
15057         (multi-occur-in-matching-buffers): Rename from
15058         multi-occur-by-filename-regexp.  Prefix arg says match
15059         buffer names instead of file names.
15061 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
15063         * bs.el: Allow non-default values of `bs-header-lines-length'.
15064         (bs--running-in-xemacs): Remove (not needed anymore).
15065         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15066         instead of `shrink-window', thus avoiding having to compute the
15067         height of the window.
15068         (bs--up): Wrap around even when there's no header.
15069         (bs--down): Use `forward-line' instead of `next-line'.
15071 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
15073         * image-mode.el (image-toggle-display): Use file name if possible,
15074         instead of unnecessarily allocating a (possibly huge) lisp string.
15076 2006-01-30  John Paul Wallington  <jpw@pobox.com>
15078         * subr.el (toplevel): Define `cl-assertion-failed' condition here
15079         because the `assert' macro signals it at runtime.
15081         * emacs-lisp/cl.el (toplevel): Remove definition of
15082         `cl-assertion-failed' condition.
15084 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
15086         * thumbs.el (thumbs-marked-list): Make buffer-local and
15087         permanent-local.
15088         (thumbs-insert-thumb): Make help-echo non-sticky.
15089         (thumbs-file-alist): Use eolp as check for (non)-image.
15091 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
15093         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15094         (ediff-before-session-group-setup-hooks)
15095         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15096         Fix typos in docstrings.
15098         * window.el (bw-dir, bw-eqdir, balance-windows)
15099         (split-window-keep-point): Fix typos in docstrings.
15101         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15102         (org-quote-string, org-calendar-to-agenda-key)
15103         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15104         (org-show-following-heading, org-tags-column)
15105         (org-use-tag-inheritance, org, org-allow-space-in-links)
15106         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15107         (org-enable-table-editor, org-calc-default-modes)
15108         (org-table-allow-automatic-line-recalculation)
15109         (org-export-html-style, org-export-with-fixed-width)
15110         (org-export-with-sub-superscripts, org-special-keyword)
15111         (org-formula, org-time-grid, org-table-may-need-update)
15112         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15113         (org-goto-quit, org-get-indentation, org-end-of-item)
15114         (org-move-item-down, org-move-item-up)
15115         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15116         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15117         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15118         (org-agenda-log-mode, org-agenda-toggle-diary)
15119         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15120         (org-agenda-file-to-end, org-agenda-no-heading-message)
15121         (org-agenda-get-closed, org-format-agenda-item)
15122         (org-cmp-priority, org-cmp-category, org-cmp-time)
15123         (org-agenda-change-all-lines, org-agenda-diary-entry)
15124         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15125         (org-link-search, org-camel-to-words, org-open-file)
15126         (org-remember-handler, org-table-convert-region)
15127         (org-table-move-row-down, org-table-move-row-up)
15128         (org-table-copy-region, org-table-wrap-region)
15129         (org-table-toggle-vline-visibility)
15130         (org-table-get-vertical-vector, org-table-modify-formulas)
15131         (org-table-get-specials, org-recalc-commands)
15132         (org-table-rotate-recalc-marks, org-table-eval-formula)
15133         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15134         (org-level-color-stars-only, org-insert-heading):
15135         Fix typos in docstrings.
15136         (last-arg): Add defvar.
15138         * makefile.w32-in (WINS): Add erc.
15139         (MH_E_SRC): Update (copied from lisp/Makefile.in).
15141 2006-01-29  Bill Wohler  <wohler@newt.com>
15143         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15144         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15145         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
15146         (mh-autoloads): Don't use comments on otherwise empty lines.
15148 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
15150         * emulation/viper.el (viper-major-mode-modifier-list):
15151         Add insert-state and vi-state entries for erc-mode.
15152         (viper-go-away, viper-set-hooks): Add and remove
15153         viper-comint-mode-hook from erc-mode-hook as appropriate.
15155         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15157 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
15159         * bs.el (bs--format-aux): Implement `middle' alignment as
15160         described in the docstring for `bs-attributes-list'.
15161         (bs--get-name): Simplify.  Don't pad the buffer name.
15163 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
15165         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15166         English aspell dictionary is installed, use the first entry of
15167         ispell-dictionary-alist-1.
15169 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15171         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15172         Doc fix.
15174 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
15176         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15177         for `process-file', in order to let it work for older Emacsen too.
15179 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
15181         * international/latexenc.el: Add a suitable `coding:' tag.
15182         (latexenc-find-file-coding-system): Undo last change.
15184 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15186         * international/latexenc.el (latexenc-find-file-coding-system):
15187         Make sure latexenc-main-file is a regular file and is readable.
15189 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
15191         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15192         Pass FILE to vc-user-login-name.
15194         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15196 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
15198         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15199         there are no more images to display.
15200         (thumbs-mark, thumbs-unmark): Revert change so that they move to
15201         the next image.
15203 2006-01-26  Richard M. Stallman  <rms@gnu.org>
15205         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15207         * wid-edit.el (advertised-widget-backward): New alias.
15208         (widget-keymap): Use advertised-widget-backward for S-TAB.
15210         * tumme.el: Correct the keywords.
15211         (tumme-dir-max-size): Use defvar.
15212         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15214         * simple.el (move-beginning-of-line): Take account of fields.
15215         (clone-indirect-buffer-other-window): Take args like
15216         clone-indirect-buffer, and work like it.
15218         * help-fns.el (describe-function): Don't pass `nil' as default.
15220         * files.el (risky-local-variable-p): Follow var aliases.
15222         * subr.el (lazy-completion-table): Doc fix.
15224         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15225         global binding of `line'.
15227 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
15229         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15230         Tramp.
15232         * vc.el (vc-default-dired-state-info): Pass FILE to
15233         vc-user-login-name.
15234         (vc-default-update-changelog): Don't use vc-user-login-name, we
15235         don't need it here.
15237         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15238         no longer necessary.
15240 2006-01-25  Kenichi Handa  <handa@m17n.org>
15242         * international/mule.el (decode-char): Avoid the overhead of
15243         calling utf-lookup-subst-table-for-decode if
15244         utf-translate-cjk-mode is nil.
15245         (encode-char): Avoid the overhead of calling
15246         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15247         nil.
15249 2006-01-22  Kenichi Handa  <handa@m17n.org>
15251         * international/mule.el (make-subsidiary-coding-system): Reset
15252         `coding-system-define-form' property of subsidiaries to nil.
15253         Avoid duplicated entry in coding-system-alist.
15254         (make-coding-system): Avoid duplicated entry in
15255         coding-system-alist.
15256         (define-coding-system-alias): Likewise.
15258 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
15260         * completion.el: Minor fixes in introductory comment.
15261         (completion-def-wrapper): Fix alist.
15263 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
15265         * thumbs.el (thumbs-new-image-size): New function.
15266         (thumbs-increment-image-size-element)
15267         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15268         (thumbs-decrement-image-size): Delete.
15269         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
15270         temp files and use to resize.
15271         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15272         Use increment argument to enlarge/shrink.  Preserve point.
15273         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15274         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15275         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15276         (thumbs-mark, thumbs-unmark): Preserve point.
15277         (thumbs-modify-image): Keep old temp files and use to modify.
15278         Cleanup old temp files at load time.  Preserve point.
15279         (thumbs-view-image-mode-map): Use new command names.
15281 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15283         * log-view.el (log-view-minor-wrap): First rev is the one at point.
15285         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15286         the nastiest part of the cyclic dependency.
15287         (cal-menu-update): Use dotimes and calendar-increment-month.
15289         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15290         (calendar-week-start-day): Add an :initializer.
15291         (calendar-mode-map): Use suppress-keymap, and command remapping.
15292         (describe-calendar-mode): Setup xref-stack info for the back button.
15293         (calendar-star-date): Insert before delete.
15294         (calendar-set-mode-line): Add file-modified info if applicable.
15295         (calendar-increment-month): New function.
15297 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
15299         * font-lock.el (lisp-font-lock-keywords-2):
15300         Recognize "& keywords" only at word boundaries.
15302 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
15304         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
15305         and permanent-local.
15306         (thumbs-max-image-number): New variable.
15307         (thumbs-do-thumbs-insertion): Use them.
15308         (thumbs-per-line): Change default to 4.
15309         (thumbs-marked-list): Rename from thumbs-markedL.
15310         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15311         (thumbs-rename-images): Use -list instead of L for internal variables.
15312         (thumbs-call-convert): Use call-process instead of shell-command.
15313         (thumbs-insert-thumb): Add filename as help-echo to each image.
15314         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15315         Give dir to thumbs-show-thumbs-list.
15316         (thumbs-show-thumbs-list): Set default-directory to that of images.
15317         (thumbs-dired-show): Rename from thumbs-dired-show-all.
15318         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15319         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15320         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15322 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15324         * ses.el (ses-read-cell): Provide a default value.
15326 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
15328         * term/w32-win.el (image-library-alist): Add additional names for
15329         GIF library.
15331 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15333         * international/latexenc.el (latexenc-find-file-coding-system):
15334         Add file-regular-p check.
15336 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15338         * simple.el (clone-buffer): Don't show the new buffer in the same
15339         window.
15341 2006-01-23  Juri Linkov  <juri@jurta.org>
15343         * faces.el (link, link-visited): New faces based on default values
15344         of `info-xref' and `info-xref-visited'.
15346         * info.el (info-xref): Inherit from `link'.
15347         (info-xref-visited): Inherit from `link-visited'.
15349         * cus-edit.el (custom-buffer-create-internal): Use widget type
15350         `custom-manual' instead of `info-link' and don't set properties
15351         `button-face' and `mouse-face' explicitly.
15352         (custom-browse-group-tag, custom-browse-variable-tag)
15353         (custom-browse-face-tag): Inherit from widget class
15354         `custom-group-link' instead of `push-button'.
15355         (custom-button-unraised): Inherit from `underline' face.
15356         (custom-link): Inherit from `link' face.  Fix doc and group.
15357         (custom-add-parent-links, custom-group-value-create): Don't set
15358         properties `button-face' and `mouse-face' explicitly for
15359         `custom-group-link' widget.
15360         (custom-group-link): Add properties `button-face' and `mouse-face'
15361         to widget definition.
15362         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
15363         editable-field's :keymap property.
15364         (custom-mode): Fix docstring: substitute keybindings for
15365         `widget-forward' and `widget-backward' from `widget-keymap',
15366         `widget-complete' from `custom-field-keymap', replace old
15367         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
15369         * desktop.el (desktop-load-file): Check for `fboundp' before
15370         calling `symbol-function'.
15372         * simple.el (clone-buffer, clone-indirect-buffer)
15373         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15374         `read-string'.  Fix prompts.
15376         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15378 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
15380         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15382 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
15384         * startup.el (inhibit-splash-screen, initial-scratch-message):
15385         Doc fixes.
15387 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
15389         Sync with Tramp 2.0.52.
15391         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
15392         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
15393         `tramp-unload-tramp' for checklist.
15395         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
15396         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
15397         (tramp-unload-file-name-handler-alist)
15398         (tramp-unload-tramp): New defuns.
15399         (tramp-advice-PC-expand-many-files): New defadvice.
15400         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
15401         removed.
15402         (tramp-handle-expand-file-name): Remove double slash.
15403         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
15404         It doesn't matter, because it will be converted later on.
15405         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
15406         implementation was just heuristic.
15407         (tramp-post-connection): Set uid and gid properties.
15408         (tramp-convert-file-attributes): Set file's gid change bit.
15409         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
15410         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
15411         in case of su(do)? methods.  The home directory of the local user
15412         will be taken else.
15413         (tramp-open-connection-telnet)
15414         (tramp-open-connection-rsh, tramp-open-connection-su)
15415         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
15416         local shell prompt could hurt.  Reported by Romain Francoise
15417         <romain@orebokech.com>.
15418         (tramp-let-maybe): Add `edebug-form-spec' property.
15419         (tramp-handle-expand-file-name): Bind `default-directory' locally
15420         to "/" in order to avoid problems with UNC shares or Cygwin
15421         mounts.
15422         (tramp-md5-function): Fix typo in error message.
15424         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15426         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15427         for byte-compiler pacification.
15429 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
15431         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
15432         ID-FORMAT `string'.  This allows us to get rid of
15433         `vc-user-login-name UID'.
15435         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
15437 2006-01-22  John Paul Wallington  <jpw@pobox.com>
15439         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
15441 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
15443         * emacs-lisp/find-func.el (find-definition-noselect)
15444         (find-variable-noselect): Search variables in C source code too.
15445         (find-function-C-source, find-function-noselect, find-function)
15446         (find-function-other-frame, find-variable-noselect, find-variable)
15447         (find-variable-other-frame, find-variable-at-point):
15448         Fix docstrings.
15450 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15452         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
15454 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
15456         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
15457         Default to disabling the "Save affix" question.
15459 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
15461         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
15462         the first arg to run-python.
15464 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
15466         * startup.el (command-line-1): Handle --no-desktop if desktop.el
15467         is not loaded.
15469 2006-01-20  Jay Belanger  <belanger@truman.edu>
15471         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
15472         limit is 0.
15474         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
15475         the correct variable.
15477 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
15479         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
15480         link.  Fixed buggy argument sequence in call to `org-view-tags'.
15481         (org-compile-prefix-format): Set `org-prefix-has-tag'.
15482         (org-prefix-has-tag): New variable.
15483         (org-format-agenda-item): Remove tags from headline if
15484         appropriate.
15485         (org-agenda-remove-tags-when-in-prefix): New option.
15486         (org-get-tags-at): New function.
15488 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
15490         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
15491         (thumbs-find-image): Move image name and number from buffer name
15492         to mode name.  Set thumbs-buffer.  Preserve point so that large
15493         images remain visible.
15494         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
15495         order.
15496         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
15497         mode name.
15498         (thumbs-next-image, thumbs-previous-image): Make them work.
15500 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
15502         * cus-edit.el (custom-buffer-create-internal): State in the text above
15503         the whole buffer buttons that they do not operate on hidden items.
15504         (custom-face-menu): Use `custom-face-save' instead of
15505         `custom-face-save-command'.
15506         (custom-face-save-command): Make it an alias for `custom-face-save'
15507         and declare it obsolete.
15508         (custom-face-save): Doc fix.
15510         * dired.el (dired-no-confirm): Add quote.
15511         (dired-subdir-alist-pre-R): Add quote in
15512         `make-variable-buffer-local' form and remove unbalanced parenthesis.
15514 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15516         * textmodes/table.el (table-mode-indicator): Typo in last change.
15518 2006-01-19  Richard M. Stallman  <rms@gnu.org>
15520         * outline.el (hide-leaves): Don't call outline-end-of-heading.
15521         Fixes bug reported in Nov 2005.
15523         * isearch.el (isearch-forward): Doc fix.
15525         * dired.el (dired-move-to-filename-regexp): Define as alias.
15526         (dired-no-confirm): Use defcustom.
15527         (dired-subdir-alist-pre-R): Put defvar at top level.
15529         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
15531         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15532         Mark as risky.
15534         * simple.el (set-mark-command): Doc fix.
15535         (clone-indirect-buffer-other-window):
15536         Read arg like clone-indirect-buffer.
15537         (move-beginning-of-line): Skip invisible newlines.
15539 2006-01-19  Masatake YAMATO  <jet@gyve.org>
15541         * progmodes/cpp.el (cpp-edit-load): Make the order of
15542         listed conditions in a base C code buffer and its associate
15543         CPP Edit buffer the same.
15545 2006-01-19  Kenichi Handa  <handa@m17n.org>
15547         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
15548         (rmail-mime-feature): Likewise.
15549         (rmail-require-mime-maybe): Use display-warning to show a warning
15550         message.
15552         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
15553         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
15555 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15557         * array.el: Move defvars out of eval-when-compile.
15558         (array-make-template): Replace undeclared global var with a local one.
15559         (array-mode): Inline initialization functions.
15560         (array-init-local-variables, array-init-max-row)
15561         (array-init-max-column, array-init-columns-per-line)
15562         (array-init-field-width, array-init-rows-numbered)
15563         (array-init-line-length, array-init-lines-per-row): Remove.
15565         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
15566         (doc-mode-map): Define explicitly.
15567         (doctor-txtype): Use mapc.
15569         * textmodes/table.el: Move defvars out of eval-when-compile.
15570         Remove harmful code meant to avoid byte-compiler warnings.
15571         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
15572         specification that checks table-fixed-width-mode directly.
15573         (table-recognize-region, table-recognize-cell):
15574         Use restore-buffer-modified-p.
15575         (table-fixed-width-mode): Remove code that refreshes
15576         table-fixed-mode-indicator.
15577         (*table--cell-describe-bindings, *table--cell-describe-mode):
15578         Avoid obsolete name print-help-return-message.
15579         (table--test-cell-list): Don't use replace-regexp from elisp.
15580         (table--point-entered-cell-function, table--point-left-cell-function):
15581         Don't set table-fixed-mode-indicator, use force-mode-line-update.
15583         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
15584         that was after the end of file.  Use buffer-file-name variable.
15585         (org-timestamp-change): Use with-current-buffer.
15586         (org-todo-list): Don't unnecessarily define a new buffer-local var.
15587         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
15588         `file'.
15590         * progmodes/fortran.el: Move defvars out of eval-when-compile.
15591         (fortran-break-line): Remove unused var `opoint'.
15592         (fortran-abbrev-start): Obey help-event-list.
15594 2006-01-18  Jesper Harder  <harder@phys.au.dk>
15596         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
15598 2006-01-18  Masatake YAMATO  <jet@gyve.org>
15600         * progmodes/make-mode.el (makefile-imake-mode): New mode
15601         derived from makefile-mode.
15602         (makefile-imake-mode-syntax-table): New syntax table
15603         derived from makefile-mode-syntax-table.
15604         (makefile-mode): Write about makefile-imake-mode in doc string.
15605         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
15606         (makefile-imake-font-lock-keywords): New font lock keywords.
15608         * files.el (auto-mode-alist): Add Imakefile.
15610 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
15612         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
15613         loading the file rather than when turning on flyspell-mode.
15615 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
15617         * cus-edit.el (customize-rogue): Minor doc fix.
15619 2006-01-17  Juri Linkov  <juri@jurta.org>
15621         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
15622         instead of the file at the mark as default if the file at the mark
15623         is the same as the file at point or if dired-dwim-target-directory
15624         is not the same as the current directory and the mark is not active.
15626         * log-view.el (log-view-minor-wrap): Use the same logic to get
15627         revisions as `log-view-diff'.
15629         * info.el (Info-revert-find-node): Check for Info-current-file
15630         before preserving new-history.
15632         * man.el (Man-heading-regexp): Add `/'.
15634         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
15635         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
15637 2006-01-16  Juri Linkov  <juri@jurta.org>
15639         * faces.el (mode-line-faces): New defgroup.
15640         (mode-line-highlight): Move definition after new defgroup.
15641         (mode-line, mode-line-inactive, mode-line-highlight):
15642         Replace :group `modeline' with `mode-line-faces'.
15643         (mode-line-buffer-id): New face.
15644         (modeline-buffer-id): New face alias.
15645         (vertical-border): Remove :group `modeline'.
15647         * bindings.el (propertized-buffer-identification): Use face
15648         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
15649         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
15650         (mode-line-buffer-identification-keymap): For mouse-1 replace
15651         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
15652         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
15653         mouse-3.
15655         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
15656         Buffer-menu-buffer.  Doc fix.
15657         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
15658         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
15659         `Buffer-menu-buffer'.
15661         * info.el (Info-mode-line-node-keymap): New defvar.
15662         (Info-set-mode-line): Use `stringp' to check Info-current-file.
15663         Propertize Info-current-node with `mode-line-buffer-id' and
15664         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
15666         * time.el (display-time-mail-face): Replace :group `faces' with
15667         `mode-line-faces'.
15669 2006-01-16  Kenichi Handa  <handa@m17n.org>
15671         * international/code-pages.el: Add autoload cookies for cp125[0345678].
15673         * language/european.el (cp1252): New alias for windows-1252.
15675         * international/mule.el (autoload-coding-system): Prepare for EOL
15676         variants.
15678 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
15680         * term.el (term-raw-map): Add mapping for insert.
15681         (term-send-insert): New.
15682         (term-mode): Make variables local here instead of doing it in
15683         `term-emulate-terminal'.
15684         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
15685         Scroll reverse needs to take into account the scroll region.
15686         Saving and restoring the cursor should save the color attributes too.
15687         (term-reset-terminal): Reset the scroll region.
15688         (term-handle-ansi-escape): Cursor up and down should take into
15689         account the scroll region.
15690         (term-set-scroll-region): Rename from `term-scroll-region'.
15691         Move to 0,0 after setting the region.
15692         (term-handle-scroll): Handle scroll up.
15693         (term-down): Fix off by one error.
15694         (term-delete-lines): Do not delete outside the scroll region.
15695         (term-insert-lines): Take into account the scroll region.
15697 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15699         * textmodes/ispell.el (ispell-internal-change-dictionary)
15700         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
15701         (start, end): Move declaration outside of eval-when-compile.
15703         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
15704         (flyspell-mode-on): Use it.
15706         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
15707         ispell-kill-ispell-hook.
15709 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
15711         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15712         (Custom-reset-saved): Do not ask for confirmation in single option
15713         buffers.
15715 2006-01-13  Richard M. Stallman  <rms@gnu.org>
15717         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
15719 2006-01-13  Romain Francoise  <romain@orebokech.com>
15721         * add-log.el (add-change-log-entry, change-log-merge):
15722         Conditionally use `hard-newline'.
15724 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
15726         * wid-edit.el (widget-field-end): If the overlay is no longer
15727         associated with a buffer, behave as if the overlay didn't exist.
15729         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
15730         Make sure the links use the `custom-link' face.
15732 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15734         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
15735         (ld-script-mode): Don't set indent-line-function since we don't
15736         have one.
15738 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
15740         * textmodes/org.el (org-open-file): Use mailcap for selecting an
15741         application.
15742         (org-file-apps-defaults-gnu): Use mailcap as the default for
15743         selecting an application on a UNIX system.
15744         (org-agenda-show-tags): New command.
15745         (org-table-insert-hline): Keep cursor in current table line.
15746         (org-table-convert): Offset effect of modifying
15747         `org-table-insert-hline'.
15748         (org-format-agenda-item): New optional argument TAG.
15749         (org-compile-prefix-format): Handle %T format for the tag.
15750         (org-expand-wide-chars): New function.
15751         (org-table-insert-row, org-table-insert-hline):
15752         Use `org-expand-wide-chars'.
15753         (org-open-file): Fix bug in program launch.
15754         (org-get-time-of-day): Fix bug with times before 1am.
15755         (org-agenda-menu): Add tags commands.
15757 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
15759         * textmodes/ispell.el (ispell-init-process): Include the used
15760         dictionary in ispell process start message.
15761         (ispell-internal-change-dictionary): When flyspell-mode is active
15762         and dictionary is changed, make sure ispell process is restarted
15763         and flyspell word cache cleared out for the current buffer.
15764         (ispell-change-dictionary): Make sure flyspell word cache is
15765         cleared out in all buffers with active flyspell mode when
15766         dictionary is globally changed.
15767         Call ispell-internal-change-dictionary after dictionary change.
15769 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
15771         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
15773         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
15774         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
15775         years.  Fix small differences wrt Makefile.in.
15776         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
15777         Makefile.in does.
15779 2006-01-12  Bill Wohler  <wohler@newt.com>
15781         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
15782         mh-search.el.
15784 2006-01-12  Masatake YAMATO  <jet@gyve.org>
15786         * progmodes/ld-script.el: Update copyright year.
15788 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
15790         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
15791         Don't add widget if setting undefined.
15793 2006-01-12  John Paul Wallington  <jpw@pobox.com>
15795         * help-fns.el (describe-variable): Remove newlines from void
15796         variable output.
15798 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
15800         * wdired.el (wdired-mode-map): Add help echo for
15801         wdired-abort-changes.
15803         * man.el (Man-file-name-regexp): Adjust for a list of files.
15805 2006-01-12  Masatake YAMATO  <jet@gyve.org>
15807         * progmodes/ld-script.el (auto-mode-alist): Support
15808         suffix conventions used in netbsd and eCos.
15810 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
15812         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
15813         (custom-variable-menu, custom-face-menu, custom-group-menu)
15814         (Custom-mode-menu): Change names of menu items.  (As discussed on
15815         emacs-devel.)
15816         (custom-face-menu): Add "Undo Edits" item.
15818         * startup.el (init-file-user): defcustom -> defvar.
15820         * tooltip.el (tooltip-mode): Doc fix.
15822 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15824         * reveal.el (reveal-post-command): window-buffer signals an error on
15825         dead windows rather than returning nil.
15826         (reveal-open-new-overlays): An overlay might die while we open others.
15828 2006-01-11  Bill Wohler  <wohler@newt.com>
15830         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
15831         phrasing in docstring.
15833         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
15834         can give some systems gas.  Add new file mh-buffers.el.
15836 2006-01-06  Masatake YAMATO  <jet@gyve.org>
15838         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
15839         C preprocessor forward ported from GNU Emacs 21.2.
15841         * progmodes/asm-mode.el (asm-font-lock-keywords):
15842         Use `cpp-font-lock-keywords'.
15844         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
15846         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
15847         of $ for "\\.ld[s]?".
15849 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15851         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
15852         (tcl-indent-line): Return `noindent' if inside a string.
15854         * progmodes/flymake.el (flymake-split-string): Remove more than one
15855         empty string at beg/end of the result.
15856         (flymake-find-buildfile, flymake-find-possible-master-files):
15857         Use expand-file-name.
15858         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
15859         since expand-file-name does it for us.  Use directory-file-name.
15860         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
15861         (flymake-ler-get-type, flymake-ler-get-text)
15862         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
15863         (flymake-current-line-no): Remove spurious interactive spec.
15864         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
15865         (flymake-check-include): Remove arg inc-path merged into inc-name.
15866         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
15867         Arg regexp-list replaced by a simple regexp.
15868         (flymake-master-make-header-init, flymake-master-tex-init):
15869         Correspondingly replace regexp-list with a regexp.  Fix regexp.
15871 2006-01-10  Simon Josefsson  <jas@extundo.com>
15873         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
15874         describing AUTH PLAIN fix.
15876 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
15878         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
15879         (report-emacs-bug): Don't record initial prompt text.
15880         Instead, add text properties to prompting text.
15881         (report-emacs-bug-hook): Delete prompting text.
15883 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15885         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
15886         `dirs'.  Adjust callers.
15888 2006-01-09  John Paul Wallington  <jpw@gnu.org>
15890         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
15892 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15894         * reveal.el (reveal-open-new-overlays): New extracted fun.
15895         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
15896         using them.  Simplify the code.
15897         (reveal-post-command): Use them.  Fix up obsolete windows in
15898         reveal-open-spots.
15900         * progmodes/flymake.el: Use `require' rather than autoload for
15901         XEmacs's overlays.
15902         (flymake-get-common-file-prefix, flymake-build-relative-filename):
15903         Delete.  Use file-relative-name instead.
15904         (flymake-get-syntax-check-program-args, flymake-perl-init):
15905         Simplify the resulting code.
15907         * log-view.el (log-view-file-re, log-view-message-re): Add support
15908         for DaRCS output.
15910 2006-01-09  Alex Schroeder  <alex@gnu.org>
15912         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
15913         identifiers sometimes added in square brackets at the beginning of
15914         subject lines.
15916 2006-01-07  Richard M. Stallman  <rms@gnu.org>
15918         * cus-edit.el (Custom-set, Custom-save): Doc fix.
15919         (Custom-reset-current, Custom-reset-saved): Change question text.
15920         (Custom-reset-standard): Likewise.
15921         (custom-variable-reset-saved): Doc fix.
15923 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
15925         * startup.el (init-file-user): Doc fix.
15927 2006-01-07  Alex Schroeder  <alex@gnu.org>
15929         * mail/rmail.el (rmail-current-subject): New function.
15930         (rmail-current-subject-regexp): New function.
15931         (rmail-next-same-subject): Use it.
15933         * mail/rmailsum.el (rmail-summary-by-topic):
15934         Use rmail-current-subject and rmail-current-subject-regexp.
15935         (rmail-summary-next-same-subject): Ditto.
15937         * net/rcirc.el (rcirc-send-input): No longer check whether the
15938         process is open, since not all commands need an open process.
15939         (rcirc-send-string): Check whether the process is open before
15940         sending anything.
15941         (rcirc-ignore-list): New option.
15942         (rcirc-ignore-list-automatic): New variable.
15943         (rcirc-print): Take rcirc-ignore-list into account.
15944         (rcirc-cmd-ignore): New command.
15945         (rcirc-ignore-update-automatic): New function.
15946         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
15947         list if ignored nicks.
15948         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
15950 2006-01-06  David Reitter  <david.reitter@gmail.com>
15952         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
15953         reflect the address to which the report will be sent.
15955 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
15957         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
15958         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
15960 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
15962         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
15964         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
15965         the doc string: "functoin" => "function".
15966         * ldefs-boot.el: Likewise.
15968         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
15969         message text: "Duplicat" => "Duplicate".
15971 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
15973         * files.el (basic-save-buffer-2): If backing-up failed, reset
15974         buffer-backed-up to nil.
15976 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
15978         * progmodes/gud.el (gdb-script-skip-to-head)
15979         (gdb-script-calculate-indentation): Indent for breakpoint command
15980         lists also.
15982 2006-01-05  Bill Wohler  <wohler@newt.com>
15984         * Makefile.in (compile-always): Add mh-autoloads dependency.
15985         (bootstrap): Remove mh-autoloads dependency, as compile dependency
15986         provides it.
15987         (updates): Remove mh-autoloads dependency, since it probably has
15988         already run recently (via recompile).
15990 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15992         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
15993         argument `force' to disable the flyspell-last-buffer optimization.
15994         (flyspell-mode-on): Use it.
15996         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
15997         flymake-simple-cleanup.
15998         (flymake-allowed-file-name-masks): Use this new default.
15999         All the functions are now called in the right buffer rather than
16000         passing the buffer as argument.
16001         (flymake-process-sentinel): Switch to buffer before calling cleanup.
16002         (flymake-parse-err-lines): Remove redundant buffer arg.
16003         (flymake-get-program-dir): Comment out unused function.
16004         (flymake-start-syntax-check, flymake-start-syntax-check-process):
16005         Remove redundant buffer argument.
16006         (flymake-get-real-file-name, flymake-simple-java-cleanup)
16007         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16009 2006-01-05  Richard M. Stallman  <rms@gnu.org>
16011         * info.el (Info-find-node): Don't record previous node if have none.
16012         (info): Go to directory only if history is empty.
16014         * simple.el (mark): Doc fix.
16016 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16018         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16019         already of desired type.
16020         (mac-ae-list): Coerce parameter to "list" type.
16021         (mac-dispatch-apple-event): Replace cadr part of event with a
16022         dummy position so that event-start returns it.
16024 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
16026         * textmodes/org.el (org-end-of-subtree): New function.
16027         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16028         Use `org-end-of-subtree'.
16029         (org-agenda, org-agenda-convert-date): Protect calls to
16030         `fit-window-to-buffer'.
16031         (org-tags-view): Force matching of sublevels when doing a
16032         todo-only search.  Define the correct redo command, including the
16033         arguments.
16034         (org-agenda-redo): Display message.
16035         (org-check-for-org-mode): New function.
16036         (org-agenda-type): New variable.
16037         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16038         Set `org-agenda-type'.
16039         (org-agenda-check-type): New function.
16040         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16041         (org-agenda-week-view, org-agenda-day-view)
16042         (org-agenda-next-date-line, org-agenda-previous-date-line)
16043         (org-agenda-log-mode, org-agenda-toggle-diary)
16044         (org-agenda-toggle-time-grid, org-agenda-date-later)
16045         (org-agenda-date-prompt, org-agenda-diary-entry)
16046         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16047         (org-agenda-convert-date, org-agenda-menu):
16048         Use `org-agenda-check-type'.
16049         (org-make-overlay, org-delete-overlay)
16050         (org-detatch-overlay, org-move-overlay, org-overlay-put):
16051         New compatibility functions.
16052         (org-calendar-select-mouse): New command.
16054 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
16056         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16057         (Custom-reset-standard): Fix y-or-n-p messages.
16058         (custom-link): New face for links.
16059         (custom-buffer-create-internal, custom-manual): Use it.
16060         (custom-face-save): Push to theme-face before setting face spec.
16062         * wid-edit.el (widget-default-mouse-face-get): New function.
16063         (widget-specify-button): Handle mouse-face like button-face.
16065         * custom.el (load-theme): Clear old theme settings if reloading.
16067 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
16069         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16070         "Erase Customization" button back to same position it occupies in
16071         the individual State menus.
16073 2006-01-04  Kim F. Storm  <storm@cua.dk>
16075         * wid-edit.el (key-sequence): Rework widget to read key binding
16076         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
16077         (widget-key-sequence-default-value): Default value for empty sequence.
16078         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
16079         (widget-key-sequence-read-event): New command for C-q.
16080         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16081         (widget-key-sequence-value-to-external): New functions.
16083 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16085         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16086         Use expand-file-name.
16087         (flymake-delete-temp-directory): Use expand-file-name,
16088         file-name-directory, and directory-file-name.
16089         (flymake-strrchr): Delete.
16090         (flymake-start-syntax-check): Don't pass the redundant buffer argument
16091         to the init-f function.
16092         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16093         (flymake-init-find-buildfile-dir)
16094         (flymake-init-create-temp-source-and-master-buffer-copy)
16095         (flymake-simple-make-init-impl, flymake-simple-make-init)
16096         (flymake-master-make-init, flymake-master-make-header-init)
16097         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16098         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16099         (flymake-xml-init): Remove corresponding redundant buffer argument.
16100         (flymake-allowed-file-name-masks): Remove last elems that are equal to
16101         the default anyway.  Clean up regexps.
16103         * progmodes/flymake.el (flymake-temp-source-file-name)
16104         (flymake-master-file-name, flymake-temp-master-file-name)
16105         (flymake-base-dir): New buffer-local vars.
16106         (flymake-buffer-data, flymake-get-buffer-value)
16107         (flymake-set-buffer-value): Replace those hash-tables by the new
16108         buffer-local vars.  Update callers.
16110         * progmodes/flymake.el (flymake-check-start-time)
16111         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16112         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16113         Move definition, so we can remove redundant earlier declaration.
16114         (flymake-replace-regexp-in-string, flymake-split-string)
16115         (flymake-get-temp-dir): Use defalias.
16116         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
16117         (flymake-xemacs-window-edges): Remove unused function.
16118         (flymake-get-point-pixel-pos): Move.
16119         (flymake-pid-to-names, flymake-reg-names)
16120         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16121         Replace by a simple list flymake-processes and by process-buffer.
16122         Update callers.  Other than simplify the code, it uses buffers rather
16123         than buffer-names so it doesn't get confused by uniquify.
16124         (flymake-buffer-data): The global value should just be nil.
16126         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16127         Optimize the body of a defalias like any other code.
16129         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16130         Make sure we've setup font-lock's vars.  It may influence which
16131         function we then call.
16132         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16133         here since it's too late anyway.
16135 2006-01-03  Romain Francoise  <romain@orebokech.com>
16137         * startup.el (fancy-splash-tail, normal-splash-screen):
16138         Update copyright year.
16140 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
16142         * mouse.el (mouse-drag-track): Rename, from
16143         `mouse-drag-region-1'.  Includes optional argument required to
16144         enable post-drag event processing (e.g. delete region keys).
16145         Can be used without this argument to track a mouse region and operate
16146         on it as soon as the drag completes.
16147         (mouse-drag-region): Use `mouse-drag-track'.
16149 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
16151         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16152         Move to `custom-buffer' group.
16154         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16155         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16156         (custom-theme-insert-face-marker, custom-theme-variable-menu)
16157         (custom-theme-face-menu): New variables.
16158         (custom-theme-add-variable, custom-theme-variable-action)
16159         (custom-variable-reset-theme, custom-theme-delete-variable)
16160         (custom-face-reset-theme, custom-theme-face-action)
16161         (custom-theme-delete-face, custom-theme-merge-theme)
16162         (custom-theme-add-face, custom-theme-visit-theme): New functions.
16164 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
16166         * custom.el: Move Custom Themes commentary to start of theme code.
16167         (custom-known-themes): Rename `standard' theme to `changed'.
16168         (custom-push-theme): Caller no longer specifies what theme to use
16169         when doing `reset'---the setting is simply removed from the theme.
16170         Delete MODE from `theme-value' and `theme-settings' properties.
16171         (custom-declare-theme): Ignore &rest args since we don't use them.
16173         (custom-loaded-themes): Delete variable.
16174         (custom-theme-load-themes, custom-theme-loaded-p)
16175         (custom-theme-value): Delete functions.
16177         (custom-declare-theme): Signal error on invalid theme names.
16178         (provide-theme): custom-loaded-themes was deleted.
16179         (load-theme): Load the file unconditionally.
16180         (enable-theme): Call `load-theme' if theme is undefined.
16181         (custom-enabled-themes): Only update value for successful loads.
16182         (disable-theme): Complete from enabled themes when interactive.
16183         (custom-variable-theme-value): Calculate theme value directly.
16185         (custom-theme-reset-variables, custom-reset-variables): Mark as
16186         XEmacs compatibility functions.  We don't actually use these.
16188         * cus-edit.el (custom-variable-state-set):
16189         Use custom-variable-theme-value instead of custom-theme-value.
16190         (custom-face-state-set): Rename `standard' theme to `changed'.
16191         (custom-save-variables, custom-save-faces): Delete unneeded
16192         references to custom-reset-variables.
16193         (custom-save-resets): Delete function.
16194         (custom-save-variables, custom-save-faces): MODE argument deleted.
16195         (custom-save-variables, custom-save-faces): Ignore theme values.
16197         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16198         compatibility function.
16200 2006-01-01  Richard M. Stallman  <rms@gnu.org>
16202         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16203         (Custom-reset-current, Custom-reset-saved): Likewise.
16204         (Custom-reset-standard): Show message if aborted.
16205         (custom-mode): Doc fix, describing those commands.
16207         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16208         put on event-kind property.
16210 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
16212         * custom.el (provide-theme): Ban `user' theme name.
16213         (custom-enabling-themes): New variable.
16214         (enable-theme): Don't enable user if custom-enabling-themes is t.
16215         (custom-enabled-themes): Make it a defcustom.
16216         (custom-theme-recalc-face): No-op if face is undefined.
16218         * cus-edit.el (custom-button-mouse): New variable.
16219         (custom-button-mouse): New face.
16220         (custom-raised-buttons, custom-mode): Use it.
16222         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16224 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16226         * progmodes/gud.el (gud-display-line): Support hl-line in the
16227         source buffer.
16229 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
16231         * mouse.el (mouse-drag-window-above): Verify that the found window
16232         overlaps with the given window in the horizontal dimension.
16234 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16236         * Makefile.in (cvs-update): New target.
16238         * makefile.w32-in (cvs-update): Ditto.
16240 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
16242         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16243         (custom-new-theme-mode-map): New variable.
16245 2005-12-30  Richard M. Stallman  <rms@gnu.org>
16247         * custom.el (custom-load-themes): Function deleted.
16249         * cus-edit.el (custom-save-loaded-themes): Function deleted.
16250         (custom-save-variables): Don't delete or add custom-load-themes call.
16252 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16254         * cus-start.el: Add `visible-cursor'.
16256         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16257         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16258         (flymake-process-filter): Switch to buffer before calling it instead.
16259         (flymake-post-syntax-check, flymake-highlight-err-lines)
16260         (flymake-delete-own-overlays, flymake-parse-err-lines)
16261         (flymake-start-syntax-check, flymake-start-syntax-check-process)
16262         (flymake-count-lines, flymake-parse-residual):
16263         Remove constant buffer argument.
16264         (flymake-start-syntax-check-for-current-buffer): Remove.
16265         Update callers to use flymake-start-syntax-check instead.
16266         (flymake-display-err-menu-for-current-line):
16267         Remove unused var `mouse-pos'.
16268         (flymake-restore-formatting): Comment out unused function.
16269         (flymake-report-status, flymake-report-fatal-status): Remove buffer
16270         argument, use current-buffer instead.  Update callers.
16272 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16274         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16275         buffer-local because choose-completion-delete-max-match requires
16276         that we set completion-ignore-case (i.e., binding via let is not
16277         sufficient).
16278         (bibtex-complete): Always set completion-ignore-case and
16279         choose-completion-string-functions.  The latter is needed because
16280         choose-completion-string-functions keeps its value if we quit the
16281         *Completions* buffer without requesting a completion.
16283 2005-12-30  Andreas Schwab  <schwab@suse.de>
16285         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16287 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
16289         * jit-lock.el (jit-lock-chunk-size): Doc fix.
16291 2005-12-30  Juri Linkov  <juri@jurta.org>
16293         * locate.el (locate-fcodes-file, locate-header-face)
16294         * progmodes/delphi.el (delphi-other-face)
16295         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16297         * paren.el (show-paren-match, show-paren-mismatch): Use existing
16298         group `paren-showing-faces'.
16300         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16301         (goto-address): Fix docstring.
16303         * net/webjump.el (webjump-sample-sites): Update URLs.
16305         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16307         * subr.el (cancel-change-group): Add listp around pending-undo-list.
16309 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16311         * font-lock.el (font-lock-compile-keywords): Signal an error when
16312         font-lock-set-defaults hasn't been called.
16314 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
16316         * subr.el (noreturn, 1value): Doc fixes.
16318 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16320         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16321         that assoc-string returns nil.
16323 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16325         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16326         (bibtex-entry-type-str, bibtex-empty-field-re)
16327         (bibtex-search-backward-string, bibtex-preamble-prefix)
16328         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16329         (bibtex-any-valid-entry-type): New variable.
16330         (bibtex-parse-field-name): Simplify.
16331         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16332         (bibtex-preamble-prefix): Include left delimiter.
16333         (bibtex-search-forward-field, bibtex-search-backward-field):
16334         Allow unbounded search past entry boundaries (required by bibtex-pop).
16335         (bibtex-text-in-field-bounds): Use push.
16336         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16337         (bibtex-parse-preamble, bibtex-valid-entry)
16338         (bibtex-beginning-first-field): New functions.
16339         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
16340         (bibtex-map-entries): Fix docstring.
16341         (bibtex-flash-head): New arg prompt.  Simplify.
16342         (bibtex-enclosing-field): Include code of bibtex-inside-field.
16343         (bibtex-insert-kill): Simplify.  Always insert text past the
16344         current field or entry.
16345         (bibtex-format-entry): Use bibtex-parse-field.
16346         (bibtex-pop): Use bibtex-beginning-of-entry and
16347         bibtex-end-of-entry to initiate the search.  Insert empty field if
16348         we found ourselves.
16349         (bibtex-print-help-message): New args field and comma.
16350         Handle entry keys.
16351         (bibtex-make-field): Use bibtex-beginning-of-entry.
16352         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
16353         invalid entry.
16354         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16355         Handle preambles.  Simplify code for thorough test.
16356         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16357         New arg comma.  Handle entry heads.
16358         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16359         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16360         New arg comma.
16361         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16362         (bibtex-fill-field): Simplify.
16363         (bibtex-fill-entry): Use bibtex-beginning-first-field and
16364         bibtex-parse-field.
16365         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
16366         (bibtex-complete): Use bibtex-parse-preamble.
16368 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
16370         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16371         Display name of expression instead of convenience variable.
16372         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16374         * progmodes/gud.el (gud-tooltip-dereference): Rename from
16375         toggle-gud-tooltip-dereference.
16376         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
16377         (gud-tooltip-tips): ...here when dereferencing.
16379 2005-12-28  Bill Wohler  <wohler@newt.com>
16381         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
16383 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16385         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16386         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
16387         (vc-annotate-display-autoscale): Adjust call.
16388         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
16389         Fix interactive spec.
16390         (vc-annotate-time-span): Remove.
16391         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
16392         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
16393         (vc-annotate-display-select): Use new name.
16395         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
16396         (vc-annotate-mode-menu): Remove left-over redundant declaration.
16397         Correct the construction of span entries.  Simplify.
16398         (vc-annotate-display-select): Fix the nil case.
16399         (vc-annotate): Remove obsolete (and now broken) code.
16400         (vc-annotate-extract-revision-at-line): Remove obsolete code.
16401         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
16403 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
16405         * subr.el (lazy-completion-table): Correct typo in docstring.
16407         * startup.el (command-line): Use `custom-reevaluate-setting' for
16408         `send-mail-function'.
16410         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
16412 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
16414         * mail/smtpmail.el (smtpmail-try-auth-methods):
16415         Send credentials together with "AUTH PLAIN" command.
16417 2005-12-27  Richard M. Stallman  <rms@gnu.org>
16419         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16420         mouse-2, go back to previously selected window, so it's selected
16421         when mouse-2 command runs.
16423 2005-12-27  Juri Linkov  <juri@jurta.org>
16425         * descr-text.el (describe-text-sexp): Use square brackets for
16426         button [Show] to distinguish it from the property value `show'.
16427         (describe-property-list): Use `insert-text-button' with
16428         `help-face' type instead of putting face in quotes, because button
16429         is not created automatically for a list of faces.
16430         (describe-text-properties-1): Put button-type value in quotes to
16431         distinguish from plain text "button".
16432         (describe-char): Display code point values in hex.  Don't use
16433         `symbol-name' for `current-input-method' because it is a string.
16434         Use `insert-text-button' with `help-face' type instead of putting
16435         hardcoded face in quotes, because button is not created automatically.
16437 2005-12-27  Richard M. Stallman  <rms@gnu.org>
16439         * progmodes/glasses.el (glasses-face): More specific custom type.
16441         * files.el (set-visited-file-name): Doc fix.
16443         * textmodes/flyspell.el (flyspell-external-point-words):
16444         Use local var buffer-scan-pos to advance scan for next misspelling.
16445         Advance it only after we find the misspelling.
16447 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
16449         * textmodes/flyspell.el (flyspell-external-point-words):
16450         New criteria for finding the misspelling in the buffer.
16452 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
16454         * help-mode.el (help-insert-string): Set help-xref-stack-item
16455         rather than call help-setup-xref.
16457         * descr-text.el (describe-char): Revert previous changes for
16458         optional buffer argument.
16460 2005-12-27  Juri Linkov  <juri@jurta.org>
16462         * help-mode.el (help-insert-string): New function.  Save buffer
16463         contents in cases where it is impossible to recompute the old contents.
16465         * descr-text.el (describe-char): Set help-xref-stack-item
16466         explicitly after buffer has been generated.
16468 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16470         * cus-start.el (all): Add x-gtk-show-hidden-files.
16472 2005-12-26  Richard M. Stallman  <rms@gnu.org>
16474         * replace.el (perform-replace): Calculate match-again
16475         before skipping read-only matches.
16477         * paren.el (paren-showing-faces): New group.
16478         (show-paren-match, show-paren-mismatch): Move to that group.
16480         * button.el (button): Put into group `basic-faces'.
16482         * progmodes/make-mode.el: Remove faces from group `faces'.
16484         * apropos.el (apropos, apropos-value): Doc fix.
16485         (apropos-documentation): Doc fix.
16487 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16489         * subr.el (lazy-completion-table): Remove argument `args'.
16491         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16492         Don't use the `args' argument of lazy-completion-table.
16494 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
16496         * descr-text.el (describe-char): Add optional argument for buffer.
16497         Set buffer appropriately.  Call help-setup-xref.
16498         Suggested by Stefan Monnier.
16500 2005-12-26  Juri Linkov  <juri@jurta.org>
16502         * descr-text.el: Require `help-fns' at runtime.  Don't require
16503         `button' for byte compilation.
16504         (describe-text-widget): Add `help-echo' for first button.
16505         Use `help-info' for second.
16506         (describe-property-list): Use `help-argument-name' instead of `italic'.
16507         (describe-text-category): Add prompt to interactive spec.
16508         Call `help-setup-xref'.
16509         (describe-char): Use `help-character-set'.  Add `help-echo' for
16510         code point.  Use `help-input-method'.  Remove superfluous insert.
16512 2005-12-25  Richard M. Stallman  <rms@gnu.org>
16514         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
16515         at point, in case of narrowing.
16517         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
16519         * locate.el (locate-header-face): Allow nil in type.
16521         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
16523 2005-12-25  Romain Francoise  <romain@orebokech.com>
16525         * battery.el (battery-linux-proc-acpi): Also try
16526         `/proc/acpi/thermal_zone/THM0/temperature'.
16528 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
16530         * custom.el (custom-push-theme): Fix docstring.
16532         * cus-edit.el (custom-variable-set, custom-variable-save)
16533         (custom-variable-save): Custom-quote widget values.
16534         (customize-save-variable): Fix custom-push-theme call.
16536 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
16538         * w32-fns.el (w32-batch-update-autoloads): New function.
16540         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
16541         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
16542         from the command line.
16544 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
16546         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
16547         reset means to remove setting from theme entirely.  Don't keep
16548         expanding theme-settings list; delete old entries if necessary.
16550         * cus-edit.el (custom-buffer-create-internal): Move "Erase
16551         customization" button one line up.
16552         (custom-themed): New face.
16553         (custom-magic-alist): New value, THEMED, for theme settings.
16554         (custom-variable-state-set, custom-face-state-set):
16555         Check theme-value instead of saved-value.
16556         (custom-variable-reset-standard, custom-face-reset-standard):
16557         Remove theme setting entirely.  Recalculate new values.
16558         (custom-variable-set, custom-variable-set)
16559         (custom-variable-reset-saved, custom-variable-reset-backup)
16560         (custom-face-set, custom-face-reset-saved): Update `user' theme.
16561         (custom-variable-save): Fix typos.
16563 2005-12-23  Juri Linkov  <juri@jurta.org>
16565         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
16566         Add autoload cookies.
16567         (edebug-outside-d-c-i-n-s-w): New variable.
16568         (edebug-display, edebug-outside-excursion): Use it to save the
16569         original value of default-cursor-in-non-selected-windows.
16570         Set default-cursor-in-non-selected-windows to t while Edebug
16571         is active.
16572         (edebug-mode, edebug-eval-mode): Doc fix.
16574         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
16575         with `buffer-substring-no-properties' to remove common substring
16576         highlighting.
16578         * info.el (info-other-window, info): Rename function argument
16579         `file' to `file-or-node'.
16580         (Info-complete-menu-item): Use local variable `complete-nodes' to
16581         keep the global value of `Info-complete-nodes' unchanged for
16582         subsequent completions.
16583         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
16585         * simple.el (get-next-valid-buffer, last-buffer)
16586         (next-error-buffer-p, next-error-find-buffer)
16587         (minibuffer-history-sexp-flag): Doc fix.
16589         * savehist.el (savehist-mode-hook): Add `:group'.
16591         * log-view.el: Call autoload for vc-find-version.
16592         (log-view-current-file): Adjust subgroup numbers.
16593         (log-view-current-tag): Add `length'.
16595 2005-12-23  Richard M. Stallman  <rms@gnu.org>
16597         * vc.el (vc-annotate-car-last-cons): Defn moved up.
16599 2005-12-23  Juri Linkov  <juri@jurta.org>
16601         * hi-lock.el (hi-lock-archaic-interface-message-used)
16602         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
16603         (hi-lock-mode): Display "Hi" in the mode line only when
16604         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
16605         (hi-lock-write-interactive-patterns):
16606         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
16607         (hi-lock-set-pattern, hi-lock-set-file-patterns)
16608         (hi-lock-font-lock-hook): Set 3rd arg `how' of
16609         font-lock-add-keywords to t.
16611 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
16613         * hi-lock.el (hi-lock-highlight-range): New variable.
16614         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
16615         only if font-lock-fontified is non-nil.  Remove overlays.
16616         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
16617         font-lock-fontified is non-nil, otherwise use overlays (instead of
16618         text properties).
16619         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
16620         New variables.
16621         (hi-lock-string-serialize): New function.
16623 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16625         * menu-bar.el (menu-find-file-existing): New function.
16626         (menu-bar-file-menu): Use menu-find-file-existing for Open.
16628         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
16630 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16632         * vc.el: Remove unnecessary leading * in docstrings.
16633         (vc-annotate-mode-map): Move initialization into declaration.
16634         (vc-static-header-alist): Nitpick on the regexp.
16635         (vc-default-init-version): New fun.
16636         (vc-register): Use it.
16637         (vc-insert-headers): Use dolist.
16638         (vc-annotate-get-backend): Remove unused function.
16639         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
16640         (vc-annotate-mode): Remove corresponding call.
16641         (vc-annotate-car-last-cons): Simplify.
16642         (vc-annotate-buffers): Remove var.
16643         (vc-annotate-backend): Make it buffer-local.
16644         (vc-annotate): Move the interaction to the interactive spec.
16645         Add a `buf' argument.
16646         (vc-annotate-warp-version): Use this new `buf' argument to avoid
16647         killing&creating a vc-annotate buffer, which is very disruptive when
16648         the buffers are shown in dedicated frames.
16650 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
16652         * descr-text.el: Add FSF as maintainer.
16653         (describe-text-mode, describe-text-mode-map)
16654         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
16655         help-mode.
16656         (describe-text-widget, describe-text-sexp)
16657         (describe-property-list, describe-text-category)
16658         (describe-text-properties, describe-text-properties-1)
16659         (describe-char): Use help buttons instead of widgets.
16660         (describe-char-unicodedata-file): Make URL link in doc string.
16662 2005-12-22  Richard M. Stallman  <rms@gnu.org>
16664         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
16665         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
16666         Don't include buttons that write a file when there's no file.
16667         (custom-variable-menu, custom-face-menu, custom-group-menu):
16668         Don't include commands that write a file when there's no file.
16669         (customize-browse): Reword the top-of-buffer help intro.
16670         (custom-buffer-create-internal): Fix previous change.
16671         (customize-changed-options-previous-release): Prev release is 21.1.
16672         (customize-changed-options): Doc fix.
16673         (customize-changed): New alias.
16674         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
16675         Say "standard values".
16676         (Custom-reset-standard): Doc fix.
16677         (custom-face-reset-standard): Doc fix.
16679 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16681         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
16682         even if font-lock-mode is non-nil since it may be t without having
16683         turned on font-lock-mode-internal.
16684         (font-lock-choose-keywords): Minor optimization.
16685         (font-lock-add-keywords, font-lock-remove-keywords)
16686         (font-lock-set-defaults): Don't call make-local-variable on a variable
16687         that we know to already be local.
16689 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16691         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
16692         messages if in the minibuffer.
16694 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16696         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
16697         (tex-mode-flyspell-verify, flyspell-get-word)
16698         (flyspell-external-point-words): Don't use point-min/max uselessly.
16700         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
16701         by Kevin Rodgers.  Instead, just hide the completions buffer if we
16702         don't need to show it.
16704 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
16706         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
16708 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16710         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
16711         delete-windows-on with an inexistent buffer.
16713 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
16715         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16716         Delete defcustom variable :tag names.
16718 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16720         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
16721         (log-view-font-lock-keywords): Ajust subgroup numbers.
16722         (log-view-current-tag): Don't hard code the number of subgroups.
16724 2005-12-20  Juri Linkov  <juri@jurta.org>
16726         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
16727         (tooltip-x-offset, tooltip-y-offset): Doc fix.
16729         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16730         (menu-bar-non-minibuffer-window-p): Instead of checking
16731         display-multi-frame-p, use selected-frame when menu-updating-frame
16732         is nil.
16734 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
16736         * align.el (align-rules-list): Use [ \t] instead of \s-
16737         for column separators in text mode.
16739 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
16741         * help-mode.el (help-customize-variable, help-customize-face):
16742         Don't pop help-xref-stack as help-follow no longer pushes
16743         anything on to it.
16745 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
16747         * textmodes/org.el (org-agenda-custom-commands): New option.
16748         (org-agenda): Offer custom commands on splash screen.
16749         (org-make-tags-matcher): Parser for Boolean logic added.
16750         (org-agenda-set-tags): New command.
16751         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
16752         (org-set-tags): Efficiency improvements.
16753         (org-auto-align-tags): New option.
16754         (org-todo, org-demote, org-promote): Realign tags.
16755         (org-tags-completion-function): Use also "&" and "|" as separators.
16756         (org-org-menu): Agenda commands simplified.
16758 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
16760         * cus-edit.el (customize-apropos, customize-apropos-options):
16761         Docstring changes.
16763         * font-lock.el (font-lock): Add tags to the links in the defgroup.
16765 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
16767         * longlines.el (longlines-mode): Wrap while widened.
16768         (longlines-decode-region, longlines-encode-region): Compute max
16769         just once.
16771 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16773         * cus-edit.el (mac): New group.
16775         * cus-start.el (all): Add user options in macterm.c.  Add test for
16776         Mac-related built-ins.  Fix test for GTK-related built-ins.
16778         * term/mac-win.el (mac-handle-language-change)
16779         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
16780         (mac-services-open-selection, mac-services-mail-selection)
16781         (mac-services-mail-to, mac-services-insert-text)
16782         (mac-dispatch-apple-event): Add docstrings.
16783         (x-get-selection, mac-select-convert-to-string): Select coding
16784         system from `utf-16be' and `utf-16le' using `byteorder'.
16786 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16788         * subr.el (lazy-completion-table): Don't be fooled if the var holds
16789         a "list" (lambda ...) rather than a real completion list.
16791         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
16792         lexical-let when encountering ((lambda (...) ...) ...).
16794 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
16796         * progmodes/sh-script.el (sh-mode):
16797         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
16798         * textmodes/picture.el (picture-mode): Update docstrings.
16800 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
16802         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
16803         commands enclosed in $(ARGQUOTE)s should not be split between two
16804         lines, as that will break with GNU Make >3.80, when sh.exe is used
16805         and arg quoting is with '..'.
16806         (autoloads): Don't break the quoted --eval expression between
16807         several lines.
16809 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
16811         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
16812         Capture error from printing circular structures.
16814 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
16816         * wid-edit.el (widget-checkbox-action): Clear undo info.
16818 2005-12-16  Bill Wohler  <wohler@newt.com>
16820         * menu-bar.el (kill-this-buffer): Set a good example by using menu
16821         bar, not menubar in comment.
16823 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16825         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
16826         After-change-functions should not clobber the match data.
16828 2005-12-16  Juri Linkov  <juri@jurta.org>
16830         * simple.el (choose-completion): Use `buffer-substring-no-properties'
16831         instead of `buffer-substring'.
16832         (completion-common-substring): Doc fix.
16833         (completion-setup-function): Use minibuffer-completion-contents
16834         instead of minibuffer-contents.  Don't set common-string-length
16835         initially.  Remove special handling of partial-completion-mode.
16836         Move computation of completion-base-size into one cond.
16837         Call completion-base-size-function in mainbuf.  In computation of
16838         completion-base-size for file name completion don't move point to
16839         the end of the minibuffer.  Move computation of common-string-length
16840         into one cond.  Start putting faces only when common-string-length>=0.
16841         Add condition to put completions-common-part when
16842         common-string-length>0.
16844         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
16845         place point at the first different character in the minibuffer
16846         even if this position is at the beginning of the minibuffer.
16848         * info.el (Info-read-node-name-1): In completion-base-size-function's
16849         lambda return 1 if common-substring or minibuffer-completion-contents
16850         starts with (, and 0 otherwise.
16852         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
16853         Use `crm-current-element' for second arg of `display-completion-list'.
16855 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
16857         * files.el (set-auto-mode): Look for an interpreter specified on
16858         the first line also if search for mode specification succeeded,
16859         but the mode is not known.
16861 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
16863         * textmodes/org.el (org-tags-match-list-sublevels): New option.
16864         (org-open-at-point): Implement tag searches as links.
16865         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
16866         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
16867         (org-tags-sparse-tree, org-tags-view, org-set-tags)
16868         (org-agenda-dispatch): New commands.
16869         (org-use-tag-inheritance, org-tags-column): New options.
16870         (org-tab-follows-link, org-return-follows-link): New options.
16871         (org-tags): New customize group.
16872         (org-start-icalendar-file): Get local time zone.
16873         (org-tags-completion-function): New function.
16874         (org-set-font-lock-defaults): Make sure links will also be
16875         highlighted inside headlines.
16877 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
16879         * term.el (term-emulate-terminal):
16880         Let term-handle-ansi-terminal-messages override what Bash says about
16881         its current directory.
16883 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
16885         * bindings.el (last-buffer): Move to simple.el.
16886         * simple.el (last-buffer): Move here.
16887         (get-next-valid-buffer): New function.
16888         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
16889         (prev-buffer): Ditto.  Rename to `previous-buffer'.
16891         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
16892         * bindings.el (global-map): Ditto.
16894 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
16896         * cus-edit.el: Introductory comment change.
16897         (custom-magic-alist): Change message string for the `rogue' state.
16899 2005-12-15  Richard M. Stallman  <rms@gnu.org>
16901         * tooltip.el: Delete defcustom variable :tag names.
16903         * complete.el (partial-completion-mode): Doc fix.
16905         * textmodes/flyspell.el (flyspell-external-point-words):
16906         Use save-excursion to ensure we don't move backward in the
16907         search loop, not even one character.
16908         (flyspell-delete-all-overlays): Use remove-overlays directly.
16910         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
16911         (ispell-start-process): Set that variable.
16912         Clear ispell-buffer-local-name.
16913         (ispell-internal-change-dictionary):
16914         Set ispell-current-dictionary after killing process.
16915         (ispell-buffer-local-dict):
16916         Don't set spell-personal-dictionary after killing process.
16917         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
16918         (ispell-tex-skip-alists, ispell-html-skip-alists)
16919         (ispell-skip-region-alist): Mark as risky.
16921         * net/newsticker.el (newsticker--retrieval-timer-list)
16922         (newsticker--display-timer, newsticker-running-p)
16923         (newsticker-ticker-running-p): Definitions moved up.
16925 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
16927         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
16929 2005-12-15  David Ponce  <david@dponce.com>
16931         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
16932         (recentf-edit-list, recentf-open-files): Signal an error when
16933         there is no recent file.
16935 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
16937         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
16938         read-only except for texinfo-format-region evaluation.
16940 2005-12-14  Richard M. Stallman  <rms@gnu.org>
16942         * vc.el (vc-default-previous-version, vc-default-next-version)
16943         (vc-do-command): Doc fixes.
16945 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16947         * textmodes/bibtex.el (bibtex-expand-strings)
16948         (bibtex-autokey-expand-string, bibtex-name-part)
16949         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
16950         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
16951         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
16952         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
16953         (bibtex-entry-postfix, bibtex-known-entry-type-re)
16954         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
16955         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
16956         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
16957         (bibtex-beginning-of-last-entry): Remove.
16958         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
16959         message if comma is missing but buffer is read-only.
16960         (bibtex-parse-field-text): Handle whitespaces at the end of field
16961         text.  Return 3-element list with beginning and end of field text
16962         and end of field.
16963         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
16964         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
16965         (bibtex-search-forward-field, bibtex-search-backward-field):
16966         Search always delimited by limits of entry.  Use more efficient
16967         search algorithms.
16968         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
16969         bibtex-end-of-name-in-field.
16970         (bibtex-text-in-field-bounds): Handle BibTeX strings when
16971         extracting the content of a field.
16972         (bibtex-text-in-field): Use search limits.
16973         (bibtex-parse-string-prefix): Handle empty string keys based on
16974         bibtex-string-empty-key.
16975         (bibtex-parse-string): Fix docstring.
16976         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
16977         (bibtex-preamble-prefix, bibtex-strings): New functions.
16978         (bibtex-skip-to-valid-entry): Include preceding whitespace in
16979         BibTeX entries (consistent with other BibTeX functions).
16980         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
16981         (bibtex-search-entry): Fix docstring.  Simplify.
16982         (bibtex-flash-head, bibtex-complete-string-cleanup)
16983         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
16984         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
16985         (bibtex-parse-entry): New optional arg content.
16986         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
16987         Use bibtex-text-in-field-bounds.
16988         (bibtex-print-help-message): Handle BibTeX strings and preambles.
16989         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
16990         bibtex-parse-string-postfix.
16991         (bibtex-find-text-internal): New function.
16992         (bibtex-remove-delimiters): Use it.
16993         (bibtex-find-text): Use it.  New optional arg help.
16994         (bibtex-complete): Handle BibTeX string and preamble entries.
16995         (bibtex-Preamble): Fix order of closing delimiters.
16997 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16999         * vc.el (vc-default-revert): New fun.
17001         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17003 2005-12-14  Romain Francoise  <romain@orebokech.com>
17005         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17006         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17007         (font-lock-remove-keywords): Likewise.
17009 2005-12-14  Juri Linkov  <juri@jurta.org>
17011         * log-view.el (log-view-diff): Doc fix.
17013         * isearch.el (isearch-query-replace): Use (mark) instead of
17014         isearch-opoint if mark is active in transient-mark-mode.
17016 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
17018         * isearch.el (isearch-query-replace): Check for isearch-other-end.
17020 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
17022         * progmodes/cpp.el (cpp-face): New widget.
17023         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17025 2005-12-14  Juri Linkov  <juri@jurta.org>
17027         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17028         around `erase-buffer' and `insert'.
17030         * descr-text.el (describe-text-properties): Replace buffer name
17031         "*Help-2*" with "*Help*<2>".
17032         (describe-char): Add functions print-help-return-message,
17033         toggle-read-only.  Use help-setup-xref with nil to not store
17034         describe-char in help-xref-stack.  Use help-make-xrefs to
17035         make [back] button.
17037         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17039         * wdired.el (wdired-old-point): New internal variable.
17040         (wdired-change-to-wdired-mode): Set it buffer-locally.
17041         (wdired-abort-changes): Restore point after aborting changes.
17043 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17045         * vc.el (vc-do-command): Add a new value t for okstatus.
17047         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17048         frame in case of errors.
17050 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17052         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17053         so it comes after "On the Left" in the menu.
17055 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
17057         * cus-edit.el (customize-apropos, customize-apropos-options)
17058         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17060 2005-12-12  Bill Wohler  <wohler@newt.com>
17062         * vc-svn.el (vc-svn-registered): Fix problem of visiting
17063         non-writable Subversion-controlled files by saving window
17064         configuration before calling vc-do-command.  vc-do-command calls
17065         pop-to-buffer on error which is unexpected during registration.
17067 2005-12-12  Jay Belanger  <belanger@truman.edu>
17069         * calc/README: Update the summary of changes.
17071 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17073         * descr-text.el (describe-char): Rework last fix to solve the problem
17074         is the same way it's solved for everything else in that function
17075         (i.e. by extracting the info before setting up the *Help* buffer).
17077 2005-12-12  Kim F. Storm  <storm@cua.dk>
17079         * subr.el (version-regexp-alist): Allow space as separator before
17080         non-numeric part, e.g. "1.0 alpha".
17081         (version-to-list): Interpret .X.Y version as 0.X.Y version.
17083 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
17085         * textmodes/org.el (org-agenda, org-timeline, org-todo):
17086         Implement Logging and the keep-modes setting.
17087         (org-get-category): Make sure a string is returned.
17088         (org-log-done): New function.
17089         (org-log-done, org-closed-string): New options.
17091 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17093         * tooltip.el (tooltip-y-offset): Change default to 20.
17095 2005-12-12  Richard M. Stallman  <rms@gnu.org>
17097         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17099         * frame.el (display-hourglass): Doc fix.
17101         * help.el (help-for-help-internal): Simplify entry for `a'.
17103         * info.el (Info-on-current-buffer): Doc fix.
17104         (info-insert-file-contents): Don't test (featurep 'jka-compr).
17106         * startup.el (inhibit-splash-screen): Make this the real name.
17107         (inhibit-startup-message): Make this the alias.
17108         (command-line): Find only simple.el, and use its directory
17109         to fill in other preloaded files' names.
17110         (command-line): Deactivate the mark if deactivate-mark is set.
17112         * international/mule.el (load-with-code-conversion):
17113         Bind deactivate-mark.
17115         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17117 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
17119         * cus-edit.el (customize-apropos): Avoid listing an option more
17120         than once under different aliases.  No longer list user options
17121         that are not defined with defcustom (unless a prefix arg is given).
17122         Doc fix.
17123         (customize-apropos-options): Doc fix.
17125 2005-12-11  Juri Linkov  <juri@jurta.org>
17127         * frame.el (set-background-color, set-foreground-color)
17128         (set-cursor-color, set-mouse-color, set-border-color):
17129         Add explicit prompts to read colors by `facemenu-read-color'.
17130         (show-trailing-whitespace, blink-cursor-delay)
17131         (blink-cursor-interval, display-hourglass, hourglass-delay):
17132         Remove tags.
17133         (display-hourglass, hourglass-delay): Doc fix.
17134         (cursor-in-non-selected-windows): Capitalize words in tag.
17136         * faces.el (frame-background-mode): Replace `choice-item' keywords
17137         with `const' to not make [default] button.  Change default value tag
17138         from `default' to `automatic'.  Doc fix.
17139         (trailing-whitespace) <defface>: Change group `whitespace' to
17140         `whitespace-faces'.
17142 2005-12-11  Richard M. Stallman  <rms@gnu.org>
17144         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17146 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17148         * term/mac-win.el: Create keymap for mac-apple-event-map.
17150 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
17152         * tooltip.el (tooltip-mode): Move to start of file so that it
17153         appears at top of customize buffer.
17155         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17156         Add the gud groupname.
17157         (gud-tooltip-mode): Add the tooltip groupname.
17158         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
17159         avoid conflict with tooltip-use-echo-area.
17161 2005-12-10  Romain Francoise  <romain@orebokech.com>
17163         * help.el (help-for-help-internal): Add `r' in doc string.
17165 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17167         * align.el (align-regexp, align-highlight-rule):
17168         Use region-beginning and region-end instead of point and mark, so that
17169         repetition (with `repeat-complex-command') recomputes the region
17170         bounds.
17172 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
17174         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17175         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17176         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17177         (balance-windows): Rewrite using the above new functions.
17179 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
17181         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17182         react if global-hi-lock-mode seems intended.
17183         (global-hi-lock-mode): Renamed from hi-lock-mode.
17184         (hi-lock-archaic-interface-message-used)
17185         (hi-lock-archaic-interface-deduce): New variables.
17186         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17187         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17188         (hi-lock-find-patterns, hi-lock-font-lock-hook):
17189         Replace hi-lock-buffer-mode with hi-lock-mode.
17191 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
17193         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17194         completion list, even after a partial completion has been
17195         inserted in the current buffer.  If there are more than 1
17196         completion, redisplay the *Completions* buffer; if the
17197         completion is unique, delete the *Completions* window.
17199 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
17201         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17202         strings and long subject lines that were broken into multiple
17203         lines at arbitrary places.  Handle subjects that have "Re: " in
17204         the middle.
17206 2005-12-10  John W. Eaton  <jwe@octave.org>
17208         * emacs/octave-mod.el (octave-electric-space): Don't indent
17209         comments or strings if octave-auto-indent is nil.
17211 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17213         * term/mac-win.el: Require url when compiling.
17214         Call mac-process-deferred-apple-events after loading init files.
17215         (mac-apple-event-map): New defvar.  Define event handlers in it.
17216         (core-event, internet-event): New Apple event class symbols.
17217         (open-application, reopen-application, open-documents)
17218         (print-documents, open-contents, quit-application)
17219         (application-died, show-preferences, autosave-now, get-url):
17220         New Apple event ID symbols.
17221         (about): New HICommand ID symbol.
17222         (mac-event-spec, mac-event-ae): New macros.
17223         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17224         (mac-ae-selection-range, mac-ae-text-for-search)
17225         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17226         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
17227         and Services menu events are now defined in mac-apple-event-map.
17228         (mac-drag-n-drop): Remove selection range handling.
17230 2005-12-10  Kenichi Handa  <handa@m17n.org>
17232         * simple.el (zap-to-char):
17233         * isearch.el (isearch-process-search-char): Translate CHAR by
17234         translation-table-for-input.
17236 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
17238         * foldout.el (foldout-exit-fold): Properly hide subtree.
17240 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17242         * files.el (save-buffer):
17243         * international/ucs-tables.el (ucs-set-table-for-input):
17244         * mail/mail-extr.el (mail-extract-address-components):
17245         * mail/sendmail.el (mail-mode): Reformat doc string.
17247 2005-12-09  Juri Linkov  <juri@jurta.org>
17249         * isearch.el (isearch-highlight): Change main overlay priority
17250         from 1 to 1001.  Simplify.
17251         (isearch-lazy-highlight-update): Change lazy overlay priority
17252         from 0 to 1000.
17254         * replace.el (replace-highlight): Change overlay priority from
17255         1 to 1001.
17257         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17258         Change overlay priority from 1 to 1001.  Reuse existing overlay.
17260         * compare-w.el (compare-windows-highlight): Change overlay
17261         priority from 1 to 1000.
17263         * menu-bar.el (menu-bar-edit-menu): Add listp around
17264         pending-undo-list to disable menu item "undo" when pending
17265         undo list is empty.
17267         * locate.el (locate): Disable undo in *Locate* buffer.
17269 2005-12-09  Kim F. Storm  <storm@cua.dk>
17271         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17273 2005-12-09  David Ponce  <david@dponce.com>
17275         * recentf.el: Improvement of the menu code.
17276         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
17277         instead of menu hook.
17278         (recentf-show-menu, recentf-hide-menu): New functions.
17279         (recentf-menu-customization-changed, recentf-mode): Use them.
17280         (recentf-menu-action, recentf-max-menu-items)
17281         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17282         (recentf-arrange-by-rule-others)
17283         (recentf-arrange-by-rules-min-items)
17284         (recentf-arrange-by-rule-subfilter): Don't use
17285         `recentf-menu-customization-changed'.
17286         (recentf-arrange-rules): Likewise.  Accept functions to compute
17287         sub-menu titles.
17288         (recentf-menu-filter): Likewise.  Doc fix.
17289         (recentf-menu-value-shortcut): Doc fix.
17290         (recentf-dump-variable): Quote atom value.
17291         (recentf-make-menu-items): Update to use it as a menu filter.
17292         (recentf-match-rule): New function.
17293         (recentf-arrange-by-rule): Use it.
17294         (recentf-indirect-mode-rule): New function.
17295         (recentf-build-mode-rules): Use it.
17296         (recentf-dir-rule): New function.
17297         (recentf-arrange-by-dir): Use it.
17298         (recentf-filter-changer-current): Rename from
17299         `recentf-filter-changer-state'.  All references updated.
17300         (recentf-filter-changer-alist): Update filter names.
17301         (recentf-filter-changer-select): New function.
17302         (recentf-filter-changer): Use it.  Make a sub-menu from filters
17303         available in `recentf-filter-changer-alist'.
17304         (recentf-data-cache, recentf-clear-data)
17305         (recentf-update-menu): Remove.  All references updated.
17306         (recentf-match-rule-p, recentf-build-dir-rules)
17307         (recentf-filter-changer-goto-next)
17308         (recentf-filter-changer-get-current)
17309         (recentf-filter-changer-get-next): Remove.
17311 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
17313         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17314         buffer "Reset" button to "Reset to Current" for consistency with
17315         the State buttons.
17317 2005-12-08  John Paul Wallington  <jpw@pobox.com>
17319         * ibuf-ext.el (define-ibuffer-filter filename):
17320         If `dired-directory' is a list then really use its car.
17322 2005-12-08  Kim F. Storm  <storm@cua.dk>
17324         * emulation/cua-rect.el (cua--rectangle-aux-replace):
17325         Fix indention of text on right side of replaced rectangle.
17327 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
17329         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17330         No need to check gud-comint-buffer is bound.
17331         (gdb): Prevent multiple debugging when first session uses gdba.
17333 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17335         CC Mode update to 5.31.
17337         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17338         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
17339         We might do this function properly in the future).
17341         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17342         New macros c-sentence-end and c-default-value-sentence end, to cope
17343         with Emacs 22's new function `sentence-end'.
17345 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17347         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
17348         compat issue using `c-put-overlay' and `c-delete-overlay'.
17350         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17351         New compat macros to handle overlays/extents.
17353 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17355         * progmodes/cc-fix.el: Add definitions of the macros push and pop
17356         (for GNU Emacs 20.4).
17358         * progmodes/cc-defs.el:
17359         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
17361         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
17362         highlighting mechanism so it will work in XEmacs too.
17364         * progmodes/cc-defs.el: Insert c-int-to-char.
17366         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17367         call to the new macro c-int-to-char.  This solves XEmacs's
17368         regarding characters as different from integers.
17370 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17372         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17373         New internal helper.
17375         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
17376         construct to make the indirect face lookup work in XEmacs.
17378         (c-cpp-matchers): Append the negation char face to the existing
17379         fontification, so that the cpp face doesn't disappear.
17380         Use `c-make-syntactic-matcher' to avoid negation chars in comments
17381         and strings.
17383         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
17384         to map to `font-lock-negation-char-face' in emacsen where it exists.
17386 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17388         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17390         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17391         Rename "c-subword-move-mode" as "c-subword-mode".
17393         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
17394         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
17396 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17398         * progmodes/cc-mode.el: Added autoload directive for
17399         `c-subword-move-mode' for use in older emacsen.
17401 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17403         * progmodes/cc-mode.el:
17404         (i): Insert a binding for C-c C-backspace into
17405         c-bind-special-erase-keys which works in TTYs.
17406         (ii): Make sure that when file styles are used, any explicitly
17407         given style variables take priority over those in the style.
17408         Do this by calling `hack-local-variables' a second time.
17410         * progmodes/cc-vars.el: Add language specific customization
17411         widgets for AWK to c-doc-comment-style, c-require-final-newline
17412         and c-default-style.  Add a defcustom for awk-mode-hook.
17413         Give c-syntactic-element and c-syntactic-context doc-strings by
17414         directly setting their `variable-documentation' propery.
17415         This allows Emacs 22.1 to read these with C-h v.
17417         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
17419 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17421         * progmodes/cc-fonts.el, cc-vars.el
17422         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17423         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
17424         Masatake YAMATO.
17426         (c-doc-comment-style): Made GtkDoc default in C mode.
17428         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17429         and C-c C-<delete>.
17431         (c-bind-special-erase-keys): New function for use on
17432         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
17434         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
17435         <delete> key behavior in XEmacs according to `delete-forward-p'.
17436         C.f. `c-electric-delete'.
17438 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17440         * progmodes/cc-mode.el: Give c-hungry-backspace and
17441         c-hungry-delete-forward permanent key bindings.
17443         * progmodes/cc-cmds.el (c-electric-semi&comma):
17444         Bind c-syntactic-context for calls to "criteria functions", for
17445         consistency with other calls to user functions.
17447         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
17448         `current-prefix-arg', since this might be the prefix arg to a
17449         command which calls c-indent-command as a function.  Change the
17450         interactive spec from "p" to "P".
17452         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
17453         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
17454         was difficult to understand.
17456 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17458         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
17459         first char of an identifier.
17461         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
17462         +" syntax in C++.
17464 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17466         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
17467         auto-fill doesn't split a c-comment's last word from a hanging
17468         "*/" when a space is typed between them after fill-column.
17470         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
17472         * progmodes/cc-styles.el (c-set-style)
17473         (c-setup-paragraph-variables): Abort the command if we're not in a
17474         CC Mode buffer.
17476         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
17477         with blank comment-prefix, and a blank line as the comment's
17478         second line.
17480 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17482         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
17483         Incorporate the patterns added in the Emacs development branch
17484         for the new Emacs 22 face `font-lock-negation-char-face'.
17486         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
17487         of "red" since it stands out better in xterms and DOS terminals.
17489         * progmodes/cc-engine.el (c-literal-faces):
17490         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
17492 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17494         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
17495         forcibly enable c-electric-flag.
17497         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
17498         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
17499         after the comment-prefix of a C-style comment will close that comment.
17501 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17503         * progmodes/cc-fonts.el (c-basic-matchers-before)
17504         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
17505         in Pike.
17507         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
17508         digraphs.
17510         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
17511         (c-cpp-message-directives, c-cpp-include-directives)
17512         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
17513         (c-cpp-expr-directives): Introduce new language constants to
17514         control cpp syntax in a cleaner way.
17516         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
17518         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
17520         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
17521         (c-multiline-string-start-char): New language constants and
17522         variables to specify how newlines in string literals work.
17524         (c-font-lock-invalid-string): Use them.
17526         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
17527         unbalanced close brace is entered.  Optimization by avoiding going
17528         back over arbitrarily large blocks.  Removed hints that this
17529         function only would be relevant/useful in AWK.
17531         (c-electric-brace): Indent syntactically after the cleanups since
17532         lineup functions might do it differently then.
17534         * progmodes/cc-engine.el, cc-langs.el
17535         (c-opt-op-identifier-prefix): New language constant and variable.
17537         (c-just-after-func-arglist-p, c-after-special-operator-id)
17538         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
17540         * progmodes/cc-align.el, cc-engine.el
17541         (c-after-special-operator-id): New helper to handle C++ operator
17542         identifiers.
17544         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
17545         (c-guess-basic-syntax): Handle C++ operator identifiers in
17546         declarations.
17548         * progmodes/cc-langs.el (c-assignment-operators): Add the
17549         trigraph version of ^= too.
17551         * progmodes/cc-langs.el (c-assignment-operators): Add the
17552         trigraph version of |= in C++.
17554         * progmodes/cc-fonts.el (c-font-lock-declarators):
17555         Handle `c-decl-hangon-kwds' after the identifier name.
17557         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
17558         whether an arglist is "nonempty", ignore a comment after the open
17559         paren if it isn't followed by a non-comment token on the same line.
17561         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
17562         Enable heuristics below the point to cope with classes inside special
17563         brace lists in Pike.
17565 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17567         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
17569 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17571         * progmodes/cc-guess.el (cc-guess-install): New function to
17572         install an already guessed style in another buffer.
17574         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
17575         sets `inhibit-read-only' - `c-save-buffer-state' should be used
17576         anyway if the change always is undone.
17578 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17580         Implement togglable electricity:
17582         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
17583         saying when it should be used.
17585         * progmodes/cc-engine.el: Add the new buffer-local variable,
17586         c-electric-flag.
17588         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
17589         c-toggle-auto-newline.
17591         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
17592         c-toggle-auto-newline.  Remove the binding for
17593         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
17594         c-toggle-electric-state.
17596         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
17598         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
17599         c-\(forward\|backward\)-subword.
17600         (c-update-modeline): Add the new modeline flag `l' for
17601         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
17602         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
17603         Make the old name an alias of the new name.
17604         (c-toggle-electric-state): New function.
17605         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
17606         Adapt these functions to do electric things only when
17607         c-electric-flag is non-nil.
17608         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
17609         new functions from c-electric-brace.
17610         (c-point-syntax): Add a check for "virtual semicolons" in AWK
17611         mode, so that the tentative extra newline doesn't change the
17612         syntax of the following brace.
17613         (c-electric-brace): Restructure by extracting the above functions.
17614         Tidy up the coding somewhat.
17615         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
17616         restructure a bit.
17618 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17620         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
17621         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
17623         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
17624         (c-submode-indicators): Change name from `c-auto-hungry-string'
17625         since it's now used to track another submode.
17627         (c-update-modeline): Convert to function and extended to check
17628         `c-subword-move-mode'.
17630         (c-forward-into-nomenclature, c-backward-into-nomenclature):
17631         Convert to compat aliases for `c-forward-subword' and
17632         `c-backward-subword'.
17634         * progmodes/cc-subword.el: New functions and minor mode to handle
17635         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
17637         (c-forward-subword, c-backward-subword, c-mark-subword)
17638         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
17639         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
17640         Functions corresponding to the standard word handling functions.
17642         (c-subword-move-mode): Minor mode that replaces all the standard
17643         word handling functions with their subword equivalences.
17645 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17647         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
17648         entry for one-liner-defun.
17650         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
17651         name in its def-edebug-spec.
17653         * progmodes/cc-cmds.el (c-electric-brace): Make the
17654         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
17655         compacts space before a comment, if this will make things fit on
17656         one line.
17658         Introduce an "awk" style, mainly for auto-newline and clean-ups.
17660         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
17662         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
17663         clean-up one-liner-defun.
17665         * progmodes/cc-styles.el: Add the new "awk" style.
17667         * progmodes/cc-vars.el: Add description of one-liner-defun to
17668         c-cleanup-list's doc-string.  New user options,
17669         c-max-one-liner-length.  In c-default-style, set the default style
17670         for AWK to "awk".
17672 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17674         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
17675         macros inside labels.
17677         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
17678         `c-at-statement-start-p' and `c-at-expression-start-p'.
17680         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
17681         error if the mark isn't set.
17683         * progmodes/cc-engine.el (c-guess-continued-construct)
17684         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
17685         accurately detect functions inside functions.
17687         * progmodes/cc-engine.el (c-at-expression-start-p): New function
17688         like `c-at-statement-start-p' that additionally recognizes commas
17689         and expression parentheses as delimiters.
17691         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
17692         to avoid heuristics that doesn't work for unclosed blocks.
17693         (c-at-statement-start-p): New function.
17695         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
17696         Objective-C directives, e.g. directives spanning lines should work
17697         reasonably well now.
17699         (c-put-c-type-property, c-clear-c-type-property): New helpers.
17701         (c-forward-objc-directive): New function to move over any ObjC
17702         directive.
17704         (c-just-after-func-arglist-p, c-guess-basic-syntax)
17705         (c-basic-matchers-before): Use it.
17707         (c-font-lock-objc-iip-decl): Remove.
17709         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
17710         in the template arglist recognition.
17712         * progmodes/cc-styles.el (c-style-alist): Fix several
17713         inconsistencies in the Whitesmith style.
17715         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
17716         New lineup function to get lines after Whitesmith style blocks
17717         correctly indented.
17719         (c-lineup-whitesmith-in-block): Back out the compensation for
17720         opening parens since it's done using `add' lists in the style
17721         definition instead.  Don't use the anchor position since it varies
17722         too much between the syntactic symbols. :P
17724         * progmodes/cc-vars.el (c-valid-offset): Update.
17726         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
17727         lists where the offsets are combined according to several
17728         different methods: `first', `min', `max', and `add'.
17729         Report offset evaluation errors with `c-benign-error' so that some kind
17730         of reindentation still is done.
17732         * progmodes/cc-engine.el (c-guess-basic-syntax):
17733         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
17734         `arglist-close'.
17736         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
17737         situations for `arglist-cont-nonempty' and `arglist-close'.
17739         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
17741         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
17742         cc-bytecomp-boundp' in a number of places.
17744         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
17745         macro related issue.
17747 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17749         * progmodes/cc-awk.el: Change the terminology of regexps: A char
17750         list is now [asdf], a char class [:alpha:].
17751         Include code for char classes.
17752         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
17753         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
17755         Remove (nearly all of) the cruft associated with AWK Mode's former
17756         concept of "virtual semicolons":
17758         Adapt c-beginning-of-statement, c-end-of-statement (together with
17759         subfunctions) to use the new notion of "virtual semicolon" in
17760         place of the old awkward special handling for AWK.  There remains
17761         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
17762         * progmodes/cc-cmds.el:
17763         (c-ascertain-adjacent-literal): In the backwards direction, now
17764         recognises AWK regexp delimiters as string delimiters.
17765         (c-after-statement-terminator-p): Adapt for virtual semicolons;
17766         check more rigorously for "end of macro".
17767         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
17768         virtual semicolons;
17769         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
17770         out the code for forward movement into ...
17771         (c-end-of-statement): Now contains the code for forward movement,
17772         adapted for virtual semicolons.
17774         * progmodes/cc-engine.el:
17775         (c-ws*-string-limit-regexp): New regexp.
17776         (c-forward-single-comment, c-backward-single-comment): Comment out
17777         the (now redundant) "special" AWK stuff.
17779         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
17780         c-string-par-start, c-string-par-separate to be more like Text
17781         Mode than Fundamental Mode.
17783 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17785         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
17786         to the fontified region so that fontification doesn't occur
17787         outside it (could happen e.g. when fontifying a line with an
17788         unfinished declaration).
17790 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17792         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
17793         start of the file.  ^L now separate sections of the file.
17794         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
17795         (c-awk-one-line-possibly-open-string-re)
17796         (c-awk-regexp-one-line-possibly-open-char-class-re)
17797         (c-awk-one-line-possibly-open-regexp-re)
17798         (c-awk-one-line-non-syn-ws*-re): New defonsts.
17799         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
17801         Amend the concept of "virtual semicolons" (in the indentation
17802         engine) for languages like AWK, such that they are now
17803         conceptually attached to end of the last token of a statement, not
17804         the end of the line.  (In AWK Mode, however, the pertinent text
17805         property is still physically set on the EOL.)  Remove the specific
17806         tests for awk-mode, thus facilitating the introduction of other
17807         language modes where EOLs can end statements.
17808         (Note: The funtionality in cc-cmds.el, specifically
17809         c-beginning/end-of-statement has yet to be amended.)
17811         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
17812         New macros.
17814         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
17815         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
17816         c-vsemi-status-unknown-p-fn (in a new page).
17818         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
17819         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
17820         numerous awkward forms like
17821         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
17822         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
17823         variable before-ws-ip, the place just after char-before-ip appears.
17825         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
17826         a comment.
17828 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17830         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
17831         `c-tentative-buffer-changes'.
17833         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
17834         convert to macro to choose between Emacs and XEmacs at compile time.
17836         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
17838         (c-tentative-buffer-changes): New macro to handle temporary buffer
17839         changes in a convenient way.
17841         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
17842         for `c-tentative-buffer-changes'.
17844         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
17845         the checks for paren sexps between the point and the keyword, to
17846         avoid some false alarms.
17848         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
17849         Fixed a situation where an error could be thrown for unbalanced
17850         parens.  Changed to make use of c-keyword-member' to avoid some
17851         repeated regexp matches.
17853         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
17854         These language variable are no longer necessary.
17856         (c-block-stmt-kwds): New language constant used by
17857         c-looking-at-inexpr-block'.
17859         (c-guess-basic-syntax): Remove an optional check that looked at
17860         the existence of the now removed language variables.
17862         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
17863         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
17864         object instantiation expressions as declarations in some contexts.
17865         This bug only affected languages where the declarator can't be
17866         enclosed in parentheses.
17868         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
17869         insert newlines before and after substatement braces.
17871         * progmodes/cc-engine.el: Improved the heuristics for recognizing
17872         function declaration headers and the handling of C++ style member
17873         init lists.
17875         (c-just-after-func-arglist-p): Rewritten to use
17876         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
17878         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
17880         (c-guess-basic-syntax): Adapt case 5B for the new
17881         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
17882         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
17883         covers all cases now).
17885         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
17887 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17889         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
17890         c-string-par-start/separate c-sentence-end-with-esc-eol,
17891         initialised in c-setup-paragraph-variables, used in string
17892         scanning subroutines of c-beginning-of-statement.
17894         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
17895         which precedes the newly inserted `{'.
17897 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17899         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
17900         function for declaration level blocks.  It should now cope with
17901         templates better and also be a lot more comprehensible.
17903         (c-looking-at-decl-block): The new function.
17905         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
17906         for compatibility.
17908         (c-add-class-syntax, c-guess-continued-construct)
17909         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
17911         (c-decl-block-key): Change to tell apart ambiguous and
17912         unambiguous keywords.  Pike specials are now handled directly in
17913         the code instead.
17915         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
17916         New language constants and variables to make the backward skip in
17917         `c-looking-at-decl-block' as tight as possible.
17919         (c-nonsymbol-token-char-list): New language constant.
17921         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
17922         find balanced template arglists backwards.
17924         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
17925         making char classes for `c-syntactic-skip-backward'.
17927         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
17928         16D - can't be a class-close at that point.
17930         * progmodes/cc-engine.el (c-guess-basic-syntax)
17931         (c-add-class-syntax): Don't narrow out the enclosing declaration
17932         level.  This makes everything a lot easier, and it was actually
17933         only four small places that needed it to work.  Some places that
17934         previously did `widen' are removed now, which has the effect that
17935         `c-guess-basic-syntax' never will look at things outside the
17936         current narrowment now.  The anchor position for `topmost-intro'
17937         is affected by this, but it was so bogus it was basically useless
17938         before, and now it's equally bogus but in a slightly different way.
17940         (c-narrow-out-enclosing-class): Gone.
17942         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
17943         the narrowed region.
17945         (c-least-enclosing-brace): Remove silly optional argument.
17947         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
17948         the point could be left directly after an open paren when finding
17949         the beginning of the first decl in the block.
17951         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
17952         Specify which submatch to use.
17954         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
17956         (c-decl-start-re): No longer any need for special treatment of
17957         ObjC due to the above.
17959         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
17960         presumably follows C in that regard.
17962         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
17963         New language constants to specify operator tokens inside
17964         identifiers in a more high level way.
17966         (c-opt-identifier-prefix-key): New internal language constant.
17968         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
17969         (c-identifier-start, c-identifier-key): Now completely calculated
17970         from other constants.
17972         (c-identifier-last-sym-match): Decommission since it's no longer used.
17974         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
17976         * progmodes/cc-engine.el (c-forward-name): Remove the
17977         optimization when c-identifier-key is equal to c-symbol-key since
17978         it doesn't work in byte compiled files.  Don't record empty
17979         regions as identifiers.
17981         * progmodes/cc-langs.el (c-filter-ops): New helper function to
17982         simplify access to `c-operators' and its likes.
17984         (c-operator-list, c-all-op-syntax-tokens)
17985         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
17986         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
17987         (c-primary-expr-regexp, c-cast-parens): Use it.
17989         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
17990         an explicit language in functions.
17992         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
17993         variant of adornment.
17995         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
17996         variable.
17998         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
17999         the Pike value.
18001         * progmodes/cc-engine.el (c-on-identifier)
18002         (c-simple-skip-symbol-backward): Small fix for handling "-"
18003         correctly in `skip-chars-backward'.  Affected the operator lfun
18004         syntax in Pike.
18006         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18007         diagnostic message about precompiled language vars not being used.
18009         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18010         "__attribute__" is followed by a parenthesis.
18012         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18013         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18014         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18016         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18017         Internal cleanups to properly detect the declared identifiers in
18018         various declarations.
18020         (c-decl-start-kwds): New language constant to recognize
18021         declarations that can start anywhere.  Used for class declarations
18022         in Pike.
18024         (c-specifier-key, c-not-decl-init-keywords)
18025         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18026         (c-find-decl-spots): Implement `c-decl-start-kwds'.
18028         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18029         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18030         handling of the compiler specific extension keywords into a new
18031         language constant `c-decl-hangon-kwds' that defines keyword
18032         clauses to be ignored in declarations.
18034         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18035         past unrecognized tokens when handling `c-colon-type-list-kwds'.
18036         Necessary to stop at the declared identifier in e.g. IDL valuetype
18037         declarations.
18039         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18040         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18041         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18042         (c-forward-decl-or-cast-1): Recognize the declared identifier in
18043         class and enum declarations as such and not as part of the type.
18045         (c-forward-decl-or-cast-1, c-forward-label): Relax the
18046         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18048         (c-forward-decl-or-cast-1): Don't disregard sure signs of
18049         declarations when there's some syntax error later on.
18051         (c-complex-decl-matchers): Did away with a reference to
18052         `c-specifier-key'.
18054         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18055         value - this variable is always dynamically bound.
18057         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18058         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18059         * cc-cmds.el, cc-defs.el: Change the policy for marking up
18060         functions that might do hidden buffer changes: All such internal
18061         functions are now marked instead of those that don't.
18063         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18064         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18065         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18066         (c-literal-type): Allow these functions to make hidden buffer changes,
18067         so that they are free to use text property caching later on.
18069         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18070         (c-electric-brace, c-electric-slash, c-electric-star)
18071         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18072         (c-electric-paren, c-electric-continued-statement, c-indent-command)
18073         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18074         (c-context-line-break): Add `c-save-buffer-state' calls to comply
18075         with the changed semantics of the functions above.
18077         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18078         when macros occur in obscure places.  Optimized the sexp movement
18079         a bit.
18081 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18083         Enhancements for c-beginning-of-statement to work in AWK Mode:
18085         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18086         (completed statement) with `}' (statement completed by closing
18087         brace or semicolon) and `$' (statement completed by EOL).
18089         (c-awk-virtual-semicolon-ends-prev-line-p)
18090         (c-awk-virtual-semicolon-ends-line-p)
18091         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18092         (c-awk-at-statement-end-p): New functions.
18094         * progmodes/cc-cmds.el: Simplify the structure of functions
18095         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
18096         two functions and c-beginning-of-statement to handle AWK Mode.
18098         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18099         c-backward-single-comment for AWK mode.  Attempt to clarify their
18100         doc-strings.
18102         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18104 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18106         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18107         label handling.  Labels are now recognized in a uniform and more
18108         robust way, regardless of context.  Text properties are put on all
18109         labels to recognize the following declarations better.
18110         Multiword labels are handled both in indentation and fontification for
18111         the benefit of language extensions like Qt.  For consistency, keywords
18112         in labels are now fontified with the label face instead.
18113         That also applies to "case" and "default".
18115         (c-beginning-of-statement-1): Fix some bugs in the label
18116         handling.  Disregard `c-nonlabel-token-key' in labels that begin
18117         with `c-label-kwds'.
18119         (c-find-decl-spots): Support that the callback adds more
18120         `c-decl-end' spots to find.
18122         (c-forward-decl-or-cast-1): Don't treat a list of plain
18123         identifiers followed by a colon as a declaration.
18125         (c-forward-label): New function to recognize labels.
18127         (c-guess-basic-syntax): Replace uses of `c-label-key' with
18128         `c-forward-label'.  Moved the label recognition cases (14 and 15)
18129         earlier since they aren't so context sensitive now.  Handle labels
18130         on the top level gracefully.  Moved access label recognition to
18131         the generic label case (CASE 15) - removed CASE 5E.
18133         (c-font-lock-declarations): Add recognition of labels in the
18134         same round since we need to handle labels in parallell with other
18135         declarations to recognize both accurately.  It should also improve
18136         speed.
18138         (c-simple-decl-matchers, c-basic-matchers-after):
18139         Move `c-font-lock-labels' so that it only is used on decoration level 2
18140         since `c-font-lock-declarations' handles it otherwise.
18142         (c-complex-decl-matchers): Remove the simplistic recognition of
18143         access labels.
18145         (c-decl-prefix-re): Remove the kludges that was necessary to cope
18146         with labels earlier.
18148         (c-decl-start-re): New language variable to make
18149         `c-font-lock-declarations' stop for the special protection labels
18150         in Objective-C that start with `@'.
18152         (c-label-key): Remove since it's no longer used.
18154         (c-recognize-colon-labels, c-label-prefix-re): New language
18155         constants to support recognition of generic colon-terminated labels.
18157         (c-type-decl-end-used): `c-decl-end' is now used whenever there
18158         are colon terminated labels.
18160         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18161         first argument starts with a special brace list.
18163         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18164         (c-font-lock-declarations): Break out the declaration and cast
18165         recognition from `c-font-lock-declarations' to a new function, so
18166         that it can be used in the indentation engine.
18168         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18169         up to the start of the literal.  Fixed bug with the point on the
18170         wrong side of the search limit that could happen when the start
18171         position is inside a literal.
18173         * progmodes/cc-engine.el (c-parse-state)
18174         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18175         so that it's kept a little bit back to increase the hit rate.
18177         (c-parse-state): Change the macro handling and fixed some
18178         glitches.  Macro context is checked more often than necessary now,
18179         but otoh less garbage conses are generated.
18181         * progmodes/cc-engine.el (c-parse-state)
18182         (c-invalidate-state-cache): Cache the last position where
18183         `c-state-cache' applies.  This can speed up refontification quite
18184         a bit in blocks where there are many non-brace parens before the point.
18186         (c-state-cache-end): New variable for this.
18188         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18189         cache variable.
18191         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18192         get close initial continue positions when the start position is
18193         inside a literal or macro.  Do not call the callback for spots
18194         before the start position (which can happen e.g. for `c-decl-end'
18195         spots inside comments).  Optimize better in special cases when the
18196         region is a single line inside a literal or macro (typically when
18197         the current line is refontified).
18199         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18200         to `c-add-stmt-syntax' - there's no need to explicitly whack off
18201         entries from the paren state.
18203         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18204         special case for "else if" clauses.
18206         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18207         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18209         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18210         New language variable to recognize the gcc extension with statement
18211         blocks inside expressions.
18213         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18214         it somewhat more comprehensible.  The argument AT-BLOCK-START is
18215         no longer used and hence removed.
18217         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18218         to `c-add-stmt-syntax'.
18220         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18221         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18222         This fixes bogus label recognition.
18224         * progmodes/cc-engine.el (c-add-type, c-check-type)
18225         (c-forward-name, c-forward-type): Improve storage of template
18226         types in `c-found-types' so that they can be recognized better.
18228         (c-syntactic-content): Add option to skip past nested parens.
18230         * progmodes/cc-engine.el (c-forward-name):
18231         Set `c-last-identifier-range' all the time.  It's less work that way.
18232         Handle that there might not be an identifier to store in
18233         `c-last-identifier-range'.
18235         (c-forward-type): Handle that `c-last-identifier-range' might be
18236         nil from `c-forward-name'.
18238         * progmodes/cc-defs.el (c-safe-scan-lists)
18239         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18241         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18242         to work even if the form fails.
18244         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18245         down in a large file in one go.
18247         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18249         * progmodes/cc-align.el (c-lineup-assignments): New lineup
18250         function which is like `c-lineup-math' but returns nil instead of
18251         `c-basic-offset' when it doesn't match.
18253         (c-lineup-math): Change to use `c-lineup-assignments'.
18255 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18257         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18258         c-beginning-of-statement.  New subfunctions
18259         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18261 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18263         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18264         hardcoded char classes whereever possible.  Changed a couple of
18265         places to use skip by syntax instead of skip by char class.
18267         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18268         Fix a bug in the regexp that caused extreme backtracking.
18270         * progmodes/cc-langs.el (c-block-comment-starter)
18271         (c-block-comment-ender): New language constants to specify in a
18272         single place how block comments look.
18274         (c-comment-start-regexp, c-block-comment-start-regexp)
18275         (comment-start, comment-end, comment-start-skip)
18276         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18277         (c-syntactic-ws, c-nonempty-syntactic-ws)
18278         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18279         `c-line-comment-starter', `c-block-comment-starter' and
18280         `c-block-comment-ender'.
18282         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18283         New language constants to break up things a bit.
18285         (c-simple-ws): New language constant for simple whitespace.
18287         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18289         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18290         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18291         newlines.  Allow and ignore nil elements in the list.
18293 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18295         * progmodes/cc-cmds.el: Comment out a (n almost certainly
18296         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18298         * progmodes/cc-cmds.el: Tidy up the comments in
18299         c-beginning-of-statement and subfunctions.
18301         * progmodes/cc-awk.el: Replace calls to put-text-property to the
18302         more flexible c-put-char-property and c-clear-char-properties.
18303         Add the author's email address.
18305         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18307         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18308         closing "*/" of a block comment.
18310         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18311         subfunctions) so that it works at BOB and EOB.
18313         * progmodes/cc-cmds.el, cc-vars.el: More updating of
18314         c-beginning-of-statement, including new variable
18315         c-block-comment-start-regexp.
18317 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18319         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18320         symbols from `*-font-lock-extra-types' so that there's no need to
18321         use `regexp-opt' on those lists.
18323         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18324         `c-type-modifier-kwds' is empty.
18326         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18327         there are several strings on the same line.
18329         * progmodes/cc-engine.el (c-literal-limits): Remove the
18330         compatibility function for older emacsen.  `c-literal-limits-fast'
18331         has now taken the place of this function.
18333         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18334         with older emacsen: We now require `pps-extended-state'.
18336 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18338         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18339         which obviates the need to hack sentence-end.  This now handles
18340         escaped newlines in strings correctly.  Correct minor bugs in
18341         c-move-over-sentence and in c-beginning-of-statement.
18343         * progmodes/cc-cmds.el (c-beginning-of-statement (and
18344         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18345         that movement over macros and code are rigorously separated from
18346         eachother.  Correct a few incidental bugs.
18348         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
18349         Improve its doc-string.  Improve the handling of certain specific cases.
18351 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18353         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
18354         (c-guess-basic-syntax): Change the way class-level labels are
18355         recognized; they can now contain essentially any symbols.
18357         (c-opt-extra-label-key): New language variable to cope with the
18358         special protection label syntax in Objective-C.
18360         (c-opt-access-key): Remove; this is now handled better by
18361         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18363         (c-complex-decl-matchers): Update to handle that
18364         `c-opt-access-key' no longer exists.
18366         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18367         improved label recognition in `c-beginning-of-statement-1'.
18369         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18370         Recognize bitfields better.
18372         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
18373         Remove some cruft and fixed a bug that could cause it to go to a
18374         position further down.
18376         * progmodes/cc-langs.el, cc-engine.el
18377         (c-beginning-of-statement-1): Improve detection of labels in
18378         declaration contexts.
18380         (c-beginning-of-decl-1): Use it.
18382         (c-nonlabel-token-key): New language constant and variable needed
18383         by `c-beginning-of-statement-1'.
18385         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
18386         manifested itself due to the correction in `c-forward-sexp'.
18388         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18389         Make these behave as documented when used at the buffer limits.
18391         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
18392         (c-type-decl-end-used): Made this a language variable.
18394         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
18395         correctly when `combine-after-change-calls' is used together with
18396         temporary narrowings.
18398         * progmodes/cc-engine.el (c-beginning-of-statement-1):
18399         Report labels correctly when the start point is immediately after the
18400         colon.
18402         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
18403         Remove since it isn't used anymore.
18405         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
18406         bracket arglists such as template parens in C++.
18408         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
18409         in the last check-in.  Some optimization.
18411         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
18412         where it could stop at the same level in a preceding sexp when
18413         PAREN-LEVEL is set.
18415         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18416         text property lookup only when it's needed.
18418         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
18419         Change the policy for paren marked angle brackets to be more
18420         persistent; once marked they remain marked even when they're found
18421         to be unbalanced in the searched region.  This should keep the
18422         paren syntax around even when individual lines are refontified in
18423         multiline template arglists.
18425         (c-parse-and-markup-<>-arglists): New dynamically bound variable
18426         to control markup so that incorrect angle bracket arglists aren't
18427         marked in contexts where the correct value for
18428         `c-disallow-comma-in-<>-arglists' isn't known.
18430         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
18431         argument has become `c-parse-and-markup-<>-arglists'.
18433         (c-remove-<>-arglist-properties): Remove - no longer used.
18435         (c-after-change-check-<>-operators): New function used on
18436         `after-change-functions' to avoid that "<" and ">" characters that
18437         are part of longer operators have paren syntax.
18439         (c-<>-multichar-token-regexp): New language variable used by
18440         `c-after-change-check-<>-operators'.
18442         (c-after-change): Call `c-after-change-check-<>-operators'.
18444         (c-font-lock-<>-arglists): Use the context properties set by
18445         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
18446         correctly to avoid doing invalid markup.
18448         (c-font-lock-declarations): Remove code that undoes the invalid
18449         markup done by `c-font-lock-<>-arglists'.
18451         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
18452         after `c-font-lock-declarations'.
18454         * progmodes/cc-engine.el (c-syntactic-skip-backward):
18455         Add paren-level feature.
18457         (c-guess-basic-syntax): Improve the anchor position for
18458         `template-args-cont' in nested template arglists.  There's still
18459         much to be desired in this area, though.
18461 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18463         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
18464         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
18466 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18468         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
18469         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
18471         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
18472         it doesn't work no longer are supported.
18474         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
18475         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
18476         requires support for the syntax-table' text property, which rules
18477         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
18478         cruft associated with those versions.
18480         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
18481         for the `syntax-table' text property, which rules out Emacs 19 and
18482         XEmacs < 21.4.  Removed various compatibility cruft associated
18483         with those versions.
18485         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
18486         support for the `syntax-table' text property.
18488         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
18489         variable and use an extra quoted face name instead.  All the
18490         emacsen flavors handle that correctly.
18492         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
18493         (c-font-lock-declarators, c-font-lock-declarations)
18494         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
18495         property to mark the items in in declarator lists to handle
18496         refontification inside multiline declarations better.
18498         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
18499         construct like "a * b = c;" as a declaration.
18501 2005-12-08  Kim F. Storm  <storm@cua.dk>
18503         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
18504         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
18505         select either meta, hyper, or super modifier for rectangle commands.
18506         (cua--rectangle-modifier-key): New defvar.
18507         (cua--M/H-key): Use it.  Remove special case for `space'.
18508         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
18509         on X, to meta otherwise.  Always bind C-return to toggle
18510         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
18512         * emulation/cua-rect.el (cua-help-for-rectangle):
18513         Use cua--rectangle-modifier-key.  Handle super modifier too.
18514         (cua--init-rectangles): Always bind C-return to toggle rectangle.
18515         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
18517         * ido.el: Move Acknowledgements and History after Commentary.
18518         Minor changes to Commentary.
18520         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
18521         keymap if cua--prefix-override-timer is `shift'.
18522         (cua--shift-control-prefix): New function; emulate "type prefix
18523         key twice" functionality to handle shifted prefix key override.
18524         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
18525         New commands.
18526         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
18528 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
18530         * textmodes/org.el (org-insert-heading): Try to do items before
18531         headings.
18532         (org-agenda-mode): Quote `org-agenda-mode-hook'.
18533         (org-insert-item): New function.
18534         (org-renumber-ordered-list): Don't skip to higher level lists.
18536 2005-12-08  Juri Linkov  <juri@jurta.org>
18538         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
18540         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
18542         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
18544         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
18545         the constructed function name fun-1.
18547         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
18548         because such links don't lead to parent documentation.
18550 2005-12-08  Kenichi Handa  <handa@m17n.org>
18552         * descr-text.el (describe-char): Use *Help-2* buffer if the
18553         current buffer is *Help*.  Call describe-text-properties while
18554         setting the original buffer.
18556 2005-12-07  Bill Wohler  <wohler@newt.com>
18558         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
18559         and causes problems with non-MH users (such as Gnus users).
18561 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
18563         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
18564         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
18565         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
18566         command "info sources".  Move calls to GDB command "list".
18567         (gdb-find-file-hook): Just use gdb-source-file-list.
18568         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
18569         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
18570         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
18571         (gdb-data-list-register-values-handler): Use correct trigger name.
18573 2005-12-07  Kim F. Storm  <storm@cua.dk>
18575         * ido.el (ido-completion-map): Rename from ido-mode-map.
18576         (ido-common-completion-map, ido-file-completion-map)
18577         (ido-file-dir-completion-map, ido-buffer-completion-map):
18578         Rename from ido-mode-....-map.
18579         (ido-init-completion-maps): Rename from ido-init-mode-maps.
18580         (ido-setup-completion-map): Rename from ido-define-mode-map.
18581         (ido-read-internal): Bind minibuffer-local-filename-completion-map
18582         to ido-completion-map.
18584 2005-12-07  Kenichi Handa  <handa@m17n.org>
18586         * international/mule-cmds.el
18587         (set-display-table-and-terminal-coding-system): If the coding
18588         system specified in `unibyte-display' property is different from
18589         the arg coding-system, don't setup standard-display-table.
18591 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18593         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
18594         that comments end at \n, regardless of selective-display.
18596 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
18598         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
18599         (gdb-version): New variables.
18600         (gdb-source-file-list, gdb-register-names)
18601         (gdb-changed-registers): New variables for use with GDB 6.4+.
18602         (gdb-ann3): Replace with...
18603         (gdb-init-1, gdb-init-2): ...two new functions.
18604         (gdba, gdb-prompt): Call gdb-init-1.
18605         (gdb-get-version): New function.  Call gdb-init-2 from here.
18606         (gud-watch): Make it work with mouse events too.
18607         (gdb-post-prompt): Don't add to queue until GDB version is known.
18608         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
18609         (gdb-locals-mode): Use gdb-version.
18610         (gdb-memory-format-map, gdb-memory-unit-map)
18611         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
18612         (gdb-locals-font-lock-keywords-1)
18613         (gdb-locals-font-lock-keywords-2): New variables.
18614         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
18615         (gdb-set-gud-minor-mode-existing-buffers-1)
18616         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
18617         (gdb-var-update-1, gdb-var-update-handler-1)
18618         (gdb-data-list-register-values-handler)
18619         (gdb-data-list-register-values-custom)
18620         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
18621         (gdb-stack-list-locals-handler, gdb-get-register-names):
18622         New functions for use with GDB 6.4+.
18623         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
18624         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
18625         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
18626         (gdb-stack-list-locals-regexp)
18627         (gdb-data-list-register-names-regexp): New regexps for use with
18628         GDB 6.4+.
18630 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18632         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
18634 2005-12-06  Nozomu Ando  <nand@mac.com>
18636         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
18637         prompts work for AUTH PLAIN.  Also reported by Steve Allan
18638         <seallan@verizon.net>.
18640 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
18642         * frame.el (set-frame-parameter): Add doc string.
18644 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
18646         * textmodes/org.el (org-occur-highlights): New variable.
18647         (org-highlight-new-match, org-remove-occur-highlights): New functions.
18648         (org-highlight-sparse-tree-matches): New option.
18649         (org-do-occur): New function.
18650         (org-get-heading): Make it work also at beginning of line.
18651         (org-category-table): New variable.
18652         (org-get-category-table, org-get-category)
18653         (org-camel-to-words, org-link-search): New functions.
18654         (org-select-this-todo-keyword): New variable.
18655         (org-todo-list): New command.
18656         (org-shiftright, org-shiftleft): New commands.
18657         (org-agenda-todo): Add prefix argument.
18658         (org-show-hierarchy-above): New option.
18659         (org-show-todo-tree): Numerical prefix creates tree for specific
18660         TODO keyword.
18661         (org-outline-level): New function, to assign a level to plain
18662         lists items.
18663         (org-cycle-include-plain-lists): New option.
18664         (org-mode): Use `org-outline-level' as value of `outline-level'.
18665         (org-cycle): Temporarily switch `outline-regexp' if
18666         `org-cycle-include-plain-lists' is non-nil.
18667         (org-start-icalendar-file): Fix format bug.
18668         (org-agenda-get-day-entries): Create category table.
18669         (org-agenda-get-todos, org-agenda-get-timestamps)
18670         (org-agenda-get-deadlines, org-agenda-get-scheduled)
18671         (org-agenda-get-blocks): Use `org-get-category'.
18672         (org-context-in-file-links): Rename from
18673         `org-line-numbers-in-file-links'.
18675 2005-12-06  Romain Francoise  <romain@orebokech.com>
18677         * window.el (balance-windows): Delete extraneous third arg in call
18678         to `enlarge-window'.
18680 2005-12-06  Kenichi Handa  <handa@m17n.org>
18682         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
18684 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
18686         * progmodes/gdb-ui.el (gdb-var-create-handler)
18687         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
18688         (gdb-var-list-children-handler, gdb-var-update-handler):
18689         Current buffer is already gdb-partial-output-buffer, don't
18690         make it current again.
18692 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
18694         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
18695         (list-buffers-noselect): Use it.
18697 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18699         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
18700         (mail-yank-ignored-headers): Use regexp-opt.
18701         (mail-mode-map): Move initialization into declaration.
18702         (mail-sent-via): Remove unused shadowed var `to-line'.
18703         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
18704         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
18705         (mail-do-fcc): Use dolist and push.
18706         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
18707         (mail-yank-ignored-headers): Don't autoload.
18709 2005-12-05  Kenichi Handa  <handa@m17n.org>
18711         * international/mule-cmds.el (set-language-info-internal): New fun.
18712         (set-language-info): Call set-language-info-internal to update
18713         language-info-alist.  If LANG-ENV is the current one, call
18714         set-language-environment to make INFO effective now.
18715         (set-language-info-alist): Likewise.
18716         (locale-language-names): With locale "en", use English
18717         lang. env. but set the default codings to iso-8859-1.
18719 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
18721         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
18722         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
18723         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
18724         for plain strings.
18725         (gdb-frames-mode): Remove redundant call to font-lock-mode.
18726         (gdb-all-registers): Rename from toggle-gdb-all-registers.
18727         Create registers buffer if necessary.  Echo new state in minibuffer.
18728         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
18730 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
18732         * info.el (Info-fontify-node): Match external links using
18733         non-directory part of filename.
18735 2005-12-04  Juri Linkov  <juri@jurta.org>
18737         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
18738         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
18739         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
18740         because there is no customization option for it.
18742         * font-lock.el (lisp-font-lock-keywords-1):
18743         Add define-global-minor-mode.
18745         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
18747         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
18748         properties on the constructed variable names.
18750         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18751         Put `definition-name' properties on the constructed function names
18752         next-sym and prev-sym.
18754         * emacs-lisp/find-func.el (find-function-regexp):
18755         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
18756         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
18757         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
18758         and easy-menu-define.
18760         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
18761         easy-mmode-define-global-mode and define-global-minor-mode.
18762         (lisp-imenu-generic-expression): Add define-global-minor-mode.
18764         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
18765         instead of easy-mmode-define-global-mode.
18767         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18768         Use define-minor-mode instead of easy-mmode-define-minor-mode.
18770         * cus-edit.el (customize-group, customize-group-other-window):
18771         Filter out autoloaded options from the group completion list by
18772         using heuristics that autoloaded groups don't have `custom-autoload'
18773         property on their symbols (they have only `custom-loads').
18775         * simple.el (completion-setup-function): Put completions-common-part
18776         face on complete completion string too (i.e. completion string
18777         without completions-first-difference face).
18779         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
18781 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
18783         * view.el (view-mode): Doc fix.
18785         * disp-table.el (standard-display-european): Add to the warning
18786         message a reference to the doc string.
18788         * play/yow.el (apropos-zippy): Call print-help-return-message,
18789         similar to other Help and Apropos commands.
18791         * help.el (print-help-return-message): If pop-up-frames is
18792         non-nil, set up help-return-method to delete the help window and,
18793         possibly, its frame as well, and don't display message about
18794         scrolling the help window.  Doc fix.
18795         (help-return-method): Doc fix.
18797 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
18799         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
18800         whereby names of length one or names starting with a
18801         symbol-constituent character would not be returned.
18803 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
18805         * subr.el (atomic-change-group): Add edebug and indentation spec.
18807 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18809         * completion.el (save-completions-file-name): Fix typo in last change.
18811 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18813         * info.el: Move back/forward history to the beginning of the tool bar.
18815 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
18817         * allout.el (eval-when-compile): Remove unnecessary load of cl.
18818         Add fset of allout-real-isearch-abort during compile to fix
18819         byte-compilation warnings.
18820         (allout-mode-p): Move definition of this macro above all uses, or
18821         byte compilation in barren Emacs (eg, during Emacs build) will
18822         lack the definition.
18823         (allout-mode): Move this variable above any uses, or byte
18824         compilation will fail.
18825         (allout-resolve-xref): Remove use of personal file-reference function.
18826         (allout-toggle-current-subtree-encryption): Do the current (ie,
18827         visible containing) topic, rather than nearest around point.  Doc fix.
18828         (allout-toggle-subtree-encryption): New function, workhorse that
18829         works on nearest topic containing point.
18830         (allout-encrypt-string): Signal requirement for newer version of pgg.
18831         (allout-resumptions): Doc fix.
18833 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
18835         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
18837 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
18839         * textmodes/flyspell.el (flyspell-external-point-words):
18840         Consider a misspelling as found in the string search if: (a) misspelling
18841         and found string lengths match, or (b) misspelling is found as
18842         element in a boundary-chars separated longer string, or (c)
18843         ispell-program-name is really ispell and misspelling is found as
18844         part of a TeX string.  After successful match move beginning of
18845         search region to end of match.  Warn about not found misspellings
18846         once the process is done.
18847         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
18849 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
18851         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
18852         tool bar (removed inadvertently).
18854 2005-12-02  Juri Linkov  <juri@jurta.org>
18856         * log-view.el (log-view-diff): Clarify doc string.
18858 2005-12-01  Bill Wohler  <wohler@newt.com>
18860         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
18861         triggers lm-verify errors.
18863 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
18865         * simple.el (transient-mark-mode, line-number-mode)
18866         (column-number-mode, size-indication-mode): Remove `:require nil'.
18868 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
18870         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
18871         in the margin also.
18872         (gdb-breakpoints-mode-map): Use D instead of d for
18873         gdb-delete-breakpoint.
18874         (gdb-get-frame-number): Require a number to match on.
18875         (gdb-threads-mode-map): Add follow-link binding.
18877 2005-11-30  Jason Rumney  <jasonr@gnu.org>
18879         * isearch.el (isearch-mode-map): Avoid exiting search on
18880         language-change event.
18882 2005-11-30  Romain Francoise  <romain@orebokech.com>
18884         * speedbar.el (speedbar-default-position): New defcustom.
18885         (speedbar-frame-reposition-smartly): Use it.
18887         * dframe.el (dframe-reposition-frame-emacs): Fix position
18888         computation for `left' location.
18889         Update copyright year.
18891 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18893         * help.el (help-map): Move initialization into declaration.
18895         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
18897         * help-fns.el (help-argument-name): Don't autoload.
18898         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
18899         to be re-loaded when customizing the `help' group.
18901 2005-11-30  John Paul Wallington  <jpw@gnu.org>
18903         * help-fns.el (describe-function-1): Fill arglist output.
18905 2005-11-30  Kim F. Storm  <storm@cua.dk>
18907         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
18908         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
18909         after revert-buffer (or anything else which kills all local variables).
18911         * apropos.el (apropos-parse-pattern): Doc fix.
18912         Set apropos-regexp directly, rather than expecting callers to do so.
18913         (apropos-command, apropos, apropos-value, apropos-documentation):
18914         Simplify calls to apropos-parse-pattern.
18916 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
18918         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
18919         (hi-lock-face-phrase-buffer): Use hi-yellow face.
18920         (hi-lock-write-interactive-patterns): Use comment-region.
18922         * longlines.el (longlines-mode): Add mail-setup-hook.
18924         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
18926         * simple.el (sendmail-user-agent-compose, next-line):
18927         Conditionally use hard-newline.
18929 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18931         * international/latexenc.el (latex-inputenc-coding-alist):
18932         Reword doc string.
18934 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
18936         * help.el (describe-key-briefly, describe-key): Recognize default
18937         bindings.
18939 2005-11-29  Romain Francoise  <romain@orebokech.com>
18941         * view.el (view-inhibit-help-message): New defcustom.
18942         (view-mode-enter): Use it.
18944 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
18946         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
18947         Preserve user position.
18949 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
18951         * font-lock.el: Throw error if facemenu is not loaded to prevent
18952         accidental change of loading order in loadup.el.  (Suggested by RMS.)
18954         * loadup.el: Add comment explaining why facemenu must be loaded
18955         before font-lock.
18957 2005-11-28  Jay Belanger  <belanger@truman.edu>
18959         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
18960         (calc-dispatch-map): Add more keys for `calc-same-interface'.
18962         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
18964         * calc/calc-embed.el (calc-do-embedded): Update help message.
18966         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
18968 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18970         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
18972         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
18973         called-interactively-p.
18974         (elp-profilable-p): Rename from elp-not-profilable-p.
18975         Invert result and take into account macros and autoloaded functions.
18976         (elp-instrument-function): Update call.
18977         (elp-instrument-package): Update call.  Add completion.
18978         (elp-pack-number): Use match-string.
18979         (elp-results-jump-to-definition-by-mouse): Merge into
18980         elp-results-jump-to-definition and then remove.
18981         (elp-output-insert-symname): Make help echo text single-line.
18983         * replace.el (query-replace-map): Move initialization into declaration.
18984         (occur-engine): Use with-current-buffer.
18985         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
18986         (occur-mode-mouse-goto): Replace with an alias.
18988 2005-11-28  Juri Linkov  <juri@jurta.org>
18990         * simple.el (quoted-insert): Let-bind input-method-function to nil.
18992         * term/w32-win.el: Bind [S-tab] to [backtab].
18994         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
18995         `Info-find-file' to t.
18997         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
18998         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
18999         and same-window-regexps.
19000         (occur-next-error): Don't move point for arg 0.
19002 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
19004         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19006 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19008         * log-edit.el (log-edit-changelog-use-first): New var.
19009         (log-edit-changelog-ours-p): Use it.
19010         (log-edit-insert-changelog): Set it with new arg `use-first'.
19011         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19012         (log-edit-hook): Add them to the list of suggested options.
19014         * textmodes/flyspell.el (flyspell-last-buffer): New var.
19015         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19016         redundant work.
19017         (flyspell-mode-on): Use add-hook for after-change-functions.
19018         (flyspell-mode-off): Use remove-hook for after-change-functions.
19019         (flyspell-changes): Make it buffer-local.
19020         (flyspell-after-change-function): Make it non-interactive.  Use push.
19021         (flyspell-post-command-hook): Check input-pending-p while processing
19022         the potentially long list of buffer changes.
19024 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19026         * buff-menu.el (list-buffers-noselect): Display the selected
19027         frame's buffer list, not the global one.
19029 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
19031         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19032         that (list last-input-event) works as in interactive spec.
19034 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19036         * loadup.el ("facemenu"): Load facemenu before font-lock, because
19037         `facemenu-keymap' needs to be defined when font-lock is loaded.
19038         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19040 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19042         * completion.el: Remove useless leading * in defcustom docstrings.
19043         (save-completions-file-name): Use ~/.emacs.d if available.
19044         (completion-standard-syntax-table): Rename from
19045         cmpl-standard-syntax-table and fold initialization into declaration,
19046         thus removing cmpl-make-standard-completion-syntax-table.
19047         (completion-lisp-syntax-table, completion-c-syntax-table)
19048         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19049         (cmpl-saved-syntax, cmpl-saved-point): Remove.
19050         (symbol-under-point, symbol-before-point)
19051         (symbol-under-or-before-point, symbol-before-point-for-complete)
19052         (add-completions-from-c-buffer): Use with-syntax-table.
19053         (make-completion): Don't return a list of completion entries.
19054         Update callers.
19055         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19056         (completion-initialize): Rename from initialize-completions.
19057         (completion-find-file-hook): Rename from cmpl-find-file-hook.
19058         (kill-emacs-save-completions): Collect stats here.
19059         (save-completions-to-file, load-completions-from-file):
19060         Use with-current-buffer.
19061         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
19062         into a function.  Move all calls to toplevel.
19063         (completion-lisp-mode-hook): New fun.
19064         (completion-c-mode-hook, completion-setup-fortran-mode):
19065         Set the syntax-table here.  Use local-set-key.
19066         (completion-saved-bindings): New var.
19067         (dynamic-completion-mode): Make it into a proper minor mode.
19068         (load-completions-from-file): Remove unused var `num-uses'.
19070         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19071         constructor if it is explicitly overridden.
19073         * complete.el (PC-completion-as-file-name-predicate):
19074         Use minibuffer-completing-file-name.
19075         (partial-completion-mode): Use find-file-not-found-functions.
19076         (PC-lisp-complete-symbol): Use with-syntax-table.
19077         (PC-look-for-include-file): Remove dead setq.
19078         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19079         (PC-complete): Use with-current-buffer.
19081         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19082         escape single quotes.
19084 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19086         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19087         of `if' whose condition always returned nil.  Doc fix.
19089         * buff-menu.el (Buffer-menu-revert-function): Make the selected
19090         window's buffer the current buffer around the call to
19091         `list-buffers-noselect'.  This is necessary to mark that buffer
19092         with a `.' in the Buffer Menu when called from Lisp, for instance
19093         by Auto Revert Mode.
19095 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
19097         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19098         attaching to it.
19099         (gdb-pre-prompt): Make sure gdb-error is reset.
19101         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19102         with a child process, detect it.
19103         (gud-speedbar-buttons): Match regexp more carefully.
19105 2005-11-27  Richard M. Stallman  <rms@gnu.org>
19107         * mouse.el (mouse-drag-move-window-bottom):
19108         Use adjust-window-trailing-edge.
19110 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19112         * simple.el (blink-matching-open): Ignore
19113         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19114         (blink-matching-paren-on-screen): Update docstring.
19116         * paren.el (show-paren-mode): No longer change
19117         `blink-matching-paren-on-screen'.
19119 2005-11-27  John Paul Wallington  <jpw@pobox.com>
19121         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19122         (gdb-threads-select, gdb-edit-register-value):
19123         Use `posn-set-point' instead of `mouse-set-point' because the
19124         latter is not fbound when configured without X.
19126 2005-11-27  Kim F. Storm  <storm@cua.dk>
19128         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19129         existing face when partially highlighting a TAB in a rectangle.
19131 2005-11-26  Kim F. Storm  <storm@cua.dk>
19133         * ido.el (ido-mode-map): Doc fix.
19134         (ido-mode-common-map, ido-mode-file-map)
19135         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19136         (ido-define-mode-map): Rewrite.  Select one of the new maps as
19137         parent for ido-mode-map instead of building from scratch.
19138         (ido-init-mode-maps): New defun to initialize new maps.
19139         (ido-mode): Call it.
19140         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19141         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19143 2005-11-26  John Paul Wallington  <jpw@pobox.com>
19145         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19146         `mouse-set-point' because the latter is not fbound when configured
19147         without X.
19149 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
19151         * files.el (file-relative-name): Doc fix.
19153 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
19155         * progmodes/octave-inf.el (inferior-octave-startup): Force a
19156         non-empty string for secondary prompt PS2.
19158 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19160         * progmodes/compile.el (compilation-setup): Fix last change.
19162 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
19164         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19165         (gdb-mouse-toggle-breakpoint-margin)
19166         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19167         Add gdb-server-prefix to keep out of command history.
19168         (gdb-edit-register-value): New function.
19169         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19170         (gdb-info-registers-custom): Use above map.
19172 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19174         * custom.el (enable-theme): Signal error if argument is not a
19175         theme.  Don't recalculate a face if it's not loaded yet.
19177         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19178         the `user' theme is in effect.
19180         * info.el (Info-on-current-buffer): Record actual filename in
19181         Info-current-file, instead of t, or a fake filename if a non-file
19182         buffer.  Make autoload.
19183         (Info-find-node, Info-revert-find-node): No need to check for
19184         Info-current-file nil.
19185         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19186         Info-current-file is now never `t'.
19187         (Info-fontify-node): Many simplifications due to Info-current-file
19188         always being valid.  Use Info-find-file to find node filename.
19190 2005-11-25  David Kastrup  <dak@gnu.org>
19192         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19193         new character, then delete" in order to preserve markers.
19195 2005-11-25  David Ponce  <david@dponce.com>
19197         * recentf.el (recentf-arrange-by-rule): Handle a special
19198         `auto-mode-alist'-like "strip suffix" rule.
19199         (recentf-build-mode-rules): Handle second level auto-mode entries.
19201 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
19203         * viper-keym.el (viper-ESC-key): Use different values in terminal and
19204         window modes.
19206         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19207         jde-javadoc-checker-report-mode.
19209         * ediff-wind (ediff-make-wide-display): Slight simplification.
19211         * ediff.el (ediff-date): Change the date of last update.
19213 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
19215         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19216         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
19217         (hi-lock-mode): New global minor mode.
19218         (turn-on-hi-lock-if-enabled): New function.
19219         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19220         Change arguments to regexp and face instead of a font-lock pattern.
19221         Directly set face property, instead of refontifying.
19222         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19223         (hi-lock-find-patterns): Use line-number-at-pos.
19225         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
19226         arguments for hi-lock-set-pattern.
19227         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19228         Call font-lock-fontify-buffer.
19229         (hi-lock-find-file-hook, hi-lock-current-line)
19230         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19232         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19233         turned off.
19235         * progmodes/compile.el (compilation-setup): Don't fiddle with
19236         font-lock-defaults.
19238 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
19240         * progmodes/gdb-ui.el (gdb-var-create-handler)
19241         (gdb-var-list-children-handler): Find values for all variable
19242         objects.  gud-speedbar-buttons decides whether to display them.
19244 2005-11-24  Romain Francoise  <romain@orebokech.com>
19246         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19247         buffer name with a space.
19249 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
19251         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19252         `org-export-local-list-max-depth'.  Change default value to 3.
19253         (org-auto-renumber-ordered-lists)
19254         (org-plain-list-ordered-item-terminator): New options.
19255         (org-at-item-p, org-beginning-of-item, org-end-of-item)
19256         (org-get-indentation, org-get-string-indentation)
19257         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19258         New functions.
19259         (org-move-item-down, org-move-item-up): New commands.
19260         (org-export-as-html): New classes for CSS support.  Bug fix in
19261         regular expression detecting fixed-width regions.  Respect
19262         `org-local-list-ordered-item-terminator'.
19263         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19264         also a list item.
19265         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19266         New item moving functions.
19268 2005-11-24  Juri Linkov  <juri@jurta.org>
19270         * isearch.el (isearch-repeat): With empty search ring set
19271         `isearch-error' to the error string instead of signaling error
19272         with the function `error'.
19274 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19276         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19278 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
19280         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19281         and variable.
19282         (gdb-var-create-handler, gdb-var-list-children-handler):
19283         Don't match on "char **...".
19284         (gdb-var-update-handler): Find values for all variable objects.
19285         (gdb-info-frames-custom): Identify frames by leading "#".
19287         * progmodes/gud.el (gud-speedbar-menu-items): Add
19288         gdb-speedbar-auto-raise as radio button.
19289         (gud-speedbar-buttons): Raise speedbar if requested.
19290         Don't match on "char **...".
19291         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19292         Make it editable.
19294 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
19296         * info.el (Info-fontify-node): Handle the case where
19297         Info-current-file is t.
19299 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19301         * simple.el (blink-matching-open): Fix off-by-one in last change.
19303 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19305         * term/mac-win.el: Don't change default directory.
19307 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
19309         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19310         buffers correctly.  (It used to throw an error in such buffers.)
19311         Make it ask for confirmation in group buffers and other Custom
19312         buffers containing more than one customization item.
19314 2005-11-22  John Paul Wallington  <jpw@gnu.org>
19316         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19317         property on mail and url overlays.
19318         (goto-address-at-point): Use `posn-set-point' instead of
19319         `mouse-set-point' because the latter is not fbound when configured
19320         without X.
19322 2005-11-22  Lars Hansen  <larsh@soem.dk>
19324         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19325         (ls-lisp-classify, ls-lisp-format): Delete call to
19326         ls-lisp-parse-symlink.
19327         (ls-lisp-handle-switches): Handle symlinks to directories as
19328         directories when ls-lisp-dirs-first in non-nil.
19330 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
19332         * startup.el (command-line): Make sure that loaddefs.el is handled
19333         correctly in load-history.
19335 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
19337         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19338         (gdb-struct-string, gdb-array-string): New constants.
19339         (gdb-info-locals-handler): Use them.
19340         (gdb-reset): Reset gdb-var-list to nil.
19342 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19344         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19345         in patterns.
19347 2005-11-21  Juri Linkov  <juri@jurta.org>
19349         * custom.el (defcustom): Update link types in docstring.
19351 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
19353         * custom.el (defgroup): Add doc-string-elt info.
19355         * widget.el (define-widget): Don't use declare for the doc-string-elt.
19357 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19359         * newcomment.el (comment-enter-backward): Fix last fix.
19361         * simple.el (blink-matching-open):
19362         * paren.el (show-paren-function): Allow new paren-class info.
19364 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
19366         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
19367         handled automagically.
19369 2005-11-20  Andreas Schwab  <schwab@suse.de>
19371         * descr-text.el (describe-char): When copying overlays put them
19372         over the full char description instead of just the first character
19373         of it.
19375 2005-11-20  Juri Linkov  <juri@jurta.org>
19377         * simple.el (what-cursor-position):
19378         * descr-text.el (describe-char): Use Lisp-readable syntax
19379         for octal and hex.  Reorder decimal, octal and hex values.
19380         Remove excess whitespace in the output.  Use `=' in `column='
19381         like in `point=' and `Hscroll='.
19383         * international/mule-cmds.el (encoded-string-description):
19384         Use Lisp-readable syntax for hex.
19386 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19388         * newcomment.el (comment-enter-backward): Handle the case where the
19389         comment is closed by EOB.
19391 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19393         * longlines.el (longlines-before-revert-hook)
19394         (longlines-after-revert-hook): New functions.
19395         (longlines-mode): Turn off longlines temporarily when reverting.
19396         Add a message-setup-hook.
19397         (longlines-decode-buffer): New function.
19398         (longlines-wrap-line): Preserve marker positions.
19400 2005-11-19  Andreas Schwab  <schwab@suse.de>
19402         * emacs-lisp/shadow.el: Handle compressed files.
19404 2005-11-19  Romain Francoise  <romain@orebokech.com>
19406         * net/browse-url.el (browse-url-default-browser): Signal an error
19407         if no usable browser can be found, rather than try to load w3.
19409 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
19411         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
19412         replacing existing properties.
19413         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19414         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
19415         tty specs.
19416         (rcirc-server-prefix, rcirc-server): New faces.
19417         (rcirc-url-regexp): Generate with rx macro.
19418         (rcirc-last-server-message-time): New variable.
19419         (rcirc-filter): Record time of last message.
19420         (rcirc-keepalive): Kill processes that did not send a message
19421         since the last ping.
19422         (rcirc-mode): Give rcirc-topic a local binding here.
19424 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
19426         * subr.el (read-passwd): Fontify the prompt as we do with other
19427         prompts.
19429 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
19431         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
19432         binding buffer-read-only to nil.
19434 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
19436         * complete.el (partial-completion-mode):
19437         Mention completion-auto-help in the doc string.
19439         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
19440         more Lisp-ish way.
19442 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
19444         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
19445         digits, not 8, to avoid misalignment for files larger than 100MB.
19447 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
19449         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
19450         Mention "keyboard shortcuts" in the help text.
19452 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19454         * startup.el (fancy-splash-default-action): Discard only
19455         mouse-down and succeeding mouse-up events in the splash screen
19456         window so that drag-n-drop event can be processed.
19458 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
19460         * longlines.el (longlines-mode): Add hacks for mail-mode and
19461         message-mode.
19463 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
19465         * textmodes/org.el (org-table-sort-lines): New command.
19466         (org-tbl-menu): Add entry for `org-table-sort-lines'.
19467         (org-add-file): Command removed, use `org-agenda-file-to-front'
19468         instead.
19469         (org-export-icalendar): Use `org-icalendar-combined-name'.
19470         (org-cycle-agenda-files, org-agenda-file-to-end)
19471         (org-agenda-file-to-front): New commands.
19472         (org-table-tab-jumps-over-hlines, org-export-html-style):
19473         New options.
19474         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
19475         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
19476         New functions.
19477         (org-fill-paragraph): Call `org-table-align' in tables.
19478         (org-mode): Call `org-set-autofill-regexps'.
19479         (org-export-as-html): Support for local handformatted lists.
19480         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
19481         (org-export-local-list-max-depth): New option.
19482         (org-html-expand): Use `org-html-protect'.
19484 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
19486         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
19487         to "p".
19488         (gdb): Move definition of gud-pp to...
19490         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
19491         speedbar.
19492         (gdb-find-watch-expression): New function.
19494 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19496         * faces.el (face-attribute, set-face-attribute): Mention existence
19497         of `:ignore-defface' setting in docstring.
19499 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19501         * simple.el (completion-setup-function): Fix last change.
19503 2005-11-17  John Paul Wallington  <jpw@pobox.com>
19505         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
19506         Use `posn-set-point' instead of `mouse-set-point' because the
19507         latter is not fbound when configured without X.
19509         * comint.el (comint-insert-input): Likewise.
19511 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19513         * simple.el (hard-newline): New variable.
19514         (sendmail-user-agent-compose, next-line): Use it.
19516         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
19517         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
19518         (mail-mail-reply-to, mail-mail-followup-to)
19519         (mail-position-on-field, mail-signature, mail-yank-original)
19520         (mail-attach-file): Likewise.
19522         * mail/mailheader.el (mail-header-format)
19523         (mail-header-format-function): Likewise.
19525         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
19527 2005-11-17  Juri Linkov  <juri@jurta.org>
19529         * font-lock.el (font-lock-faces): Rename this defgroup from
19530         `font-lock-highlighting-faces'.
19531         (font-lock-comment-face, font-lock-comment-delimiter-face)
19532         (font-lock-string-face, font-lock-doc-face)
19533         (font-lock-keyword-face, font-lock-builtin-face)
19534         (font-lock-function-name-face, font-lock-variable-name-face)
19535         (font-lock-type-face, font-lock-constant-face)
19536         (font-lock-warning-face, font-lock-negation-char-face)
19537         (font-lock-preprocessor-face)
19538         (font-lock-regexp-grouping-backslash)
19539         (font-lock-regexp-grouping-construct): Rename :group from
19540         `font-lock-highlighting-faces' to `font-lock-faces'.
19542         * cus-edit.el (lisp, c, tex):
19543         * progmodes/ada-mode.el (ada):
19544         * progmodes/asm-mode.el (asm):
19545         * progmodes/cperl-mode.el (cperl-faces):
19546         * progmodes/cpp.el (cpp):
19547         * progmodes/dcl-mode.el (dcl):
19548         * progmodes/f90.el (f90):
19549         * progmodes/fortran.el (fortran):
19550         * progmodes/icon.el (icon):
19551         * progmodes/idlwave.el (idlwave-misc):
19552         * progmodes/m4-mode.el (m4):
19553         * progmodes/make-mode.el (makefile):
19554         * progmodes/meta-mode.el (meta-font):
19555         * progmodes/modula2.el (modula2):
19556         * progmodes/octave-mod.el (octave):
19557         * progmodes/pascal.el (pascal):
19558         * progmodes/perl-mode.el (perl):
19559         * progmodes/prolog.el (prolog):
19560         * progmodes/ps-mode.el (PostScript-edit):
19561         * progmodes/scheme.el (scheme):
19562         * progmodes/sh-script.el (sh-script):
19563         * progmodes/simula.el (simula):
19564         * progmodes/tcl.el (tcl):
19565         * textmodes/nroff-mode.el (nroff):
19566         * textmodes/reftex-vars.el (reftex-fontification-configurations):
19567         * textmodes/sgml-mode.el (sgml):
19568         * textmodes/texinfo.el (texinfo):
19569         Add :link (custom-group-link font-lock-faces) to defgroup.
19571         * hi-lock.el (hi-lock): Rename this defgroup from
19572         `hi-lock-interactive-text-highlighting'.  Change parent group from
19573         `faces' to `font-lock'.  Add link to the manual.
19574         (hi-lock-mode, hi-lock-file-patterns-range)
19575         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
19576         `hi-lock-interactive-text-highlighting' to `hi-lock'.
19577         (hi-lock-faces): Add :group `faces'.
19579         * cus-edit.el (custom-variable-prompt): Clarify the code.
19581         * faces.el (face-read-string): Set the default value arg of
19582         completing-read.
19584 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
19586         * rfn-eshadow.el (file-name-shadow-properties)
19587         (file-name-shadow-tty-properties, file-name-shadow-mode):
19588         Remove autoloads, because the file is now preloaded.
19590 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19592         * printing.el (easy-menu-intern): Don't define.
19593         (pr-get-symbol): Use easy-menu-intern only if defined.
19595         * simple.el (blink-matching-open): Simplify a bit.
19596         (completion-setup-function): Fix the case of partial-completion-mode
19597         when the minibuffer's contents start with "-".
19598         Obey completion-base-size-function even when
19599         minibuffer-completing-file-name is non-nil.
19601 2005-11-16  Richard M. Stallman  <rms@gnu.org>
19603         * net/eudcb-ph.el (eudc-ph-open-session):
19604         Use set-process-query-on-exit-flag.
19606         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
19608         * international/ucs-tables.el (ucs-set-table-for-input):
19609         Use make-local-variable, not make-variable-buffer-local.
19611         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
19612         Improve warning message text.
19614         * savehist.el (savehist-save-hook): Add :group.
19616         * menu-bar.el (menu-bar-help-menu):
19617         Rename Find Extra Packages to External Packages.
19619         * cus-edit.el (Custom-reset-standard): Verify that
19620         :custom-standard-value prop exists before calling it.
19622         * apropos.el (apropos-calc-scores): Use apropos-pattern.
19624 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
19626         * wid-edit.el (color): Enclose %t in %{...%}.
19628         * cus-edit.el (face): Enclose %t in %{...%}.
19630 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
19632         * savehist.el (savehist-mode-hook): Re-add the var.
19633         (savehist-mode): Use it.
19635 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19637         * textmodes/flyspell.el: Fix commenting convention.
19638         Remove unnecessary leading * in custom docstrings.
19639         (flyspell-emacs): Remove unused var.
19640         (flyspell-delete-region-overlays): Use remove-overlays.
19641         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
19642         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
19643         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
19644         (flyspell-debug-signal-word-checked): Use with-current-buffer.
19645         (make-flyspell-overlay): Don't locally reuse a global name.
19646         (flyspell-highlight-incorrect-region)
19647         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
19648         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
19649         (flyspell-notify-misspell): Remove unused args `start' and `end'.
19650         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
19651         Wrap calls to accept-process-output inside with-local-quit since it's
19652         often called from a post-command-hook.
19653         (flyspell-correct-word, flyspell-auto-correct-word):
19654         Use ispell-send-string.
19655         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
19657         * calendar/diary-lib.el (diary-list-entries): Also hide the
19658         terminating newline.
19660 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
19662         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
19663         window-system, to allow fonts on tty.
19665 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
19667         * progmodes/gud.el (gud-speedbar-item-info): New function.
19668         (gud-install-speedbar-variables): Use it to display data type
19669         of watch expression as a tooltip in speedbar.
19671 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
19673         * font-core.el (global-font-lock-mode): Add :version keyword,
19674         because default was changed.
19676         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
19678         * startup.el (command-line): Use `custom-reevaluate-setting' for
19679         `file-name-shadow-mode'.
19681         * loadup.el: Preload rfn-eshadow.
19683         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
19684         Add :version keyword.
19685         (file-name-shadow-properties, file-name-shadow-tty-properties)
19686         (file-name-shadow): Add :version keyword.
19688         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
19689         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
19690         in the custom-group property of the symbol frames and the fringe
19691         group got no link to its parent group frames.
19692         Doc fix.
19694 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19696         * progmodes/gud.el (gud-stop-subjob): New function.
19697         (gud-menu-map, gud-tool-bar-map): Use it.
19699 2005-11-16  Kim F. Storm  <storm@cua.dk>
19701         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
19702         than kill it.
19703         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
19704         to a more useful/logical place.
19706 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19708         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
19709         go buttons complementary.
19711 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19713         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
19714         (rfn-eshadow-sifn-equal): New function.
19715         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
19717 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
19719         * viper-utils.el (viper-non-word-characters-reformed-vi):
19720         Quote `-' in string.
19722         * viper.el (viper-emacs-state-mode-list): Ensure that
19723         rcirc-mode buffers come up in Emacs state.
19725         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
19726         operation.
19728 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
19730         * term.el (term-termcap-format): Fix typos.
19731         (term-down): Fix the negative argument case.
19733 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19735         * progmodes/gdb-ui.el: Remove face-alias left over from change on
19736         2005-08-15.
19737         (gdb-ann3): New command gud-go.
19738         (menu): Accomodate gdb-mi.el.
19739         (gdb-assembler-custom): Make buffer of selected window current
19740         so that set-window-point works.
19742         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
19743         buttons and include new ones.
19745 2005-11-16  Kim F. Storm  <storm@cua.dk>
19747         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
19748         (gud-menu-map): Use it.
19750 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
19752         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
19753         that works correctly for Custom and that does not override a user
19754         who disables it.
19756         * help-mode.el (help-make-xrefs, help-xref-on-pp)
19757         (help-xref-interned, help-follow): Make hyperlinks for variables
19758         that are unbound, but have a non-nil variable-documentation property.
19760         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
19761         mode hook.  (It conflicted with defcustoms for some mode hooks.)
19762         Use the `variable-documentation' property to give the mode hook a
19763         docstring and expand that docstring.
19765 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
19767         * savehist.el (savehist-mode): Don't bother with
19768         `custom-set-minor-mode'.
19769         (savehist-coding-system): Check XEmacs version.
19770         (history-length): Declare also at run time.
19771         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
19772         Don't set the customize state.
19773         (savehist-minibuffer-hook): Special case for when
19774         minibuffer-history-variable is equal to t.
19776 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19778         * files.el (write-file): Refresh VC status.
19780         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
19781         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
19782         than fundamental-mode to see if the mode was set.
19784 2005-11-14  Romain Francoise  <romain@orebokech.com>
19786         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
19787         dummy function in `eval-when-compile' to avoid compiler warning.
19788         Require `man' at compile time.
19790 2005-11-14  Jay Belanger  <belanger@truman.edu>
19792         * calc-alg.el (calcFunc-write-out-power): Rename it to
19793         calcFunc-powerexpand.
19794         (math-write-out-power): Rename it to math-powerexpand; have it
19795         handle negative exponents.
19796         (calc-writeoutpower): Rename it to calc-powerexpand.
19798         * calc-ext.el: Change calcFunc-writeoutpower and
19799         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
19800         autoloads.
19801         Add calcFunc-ldiv to autoloads.
19803         * calc-arith.el (calcFunc-ldiv): New function.
19805         * calc.el (calc-left-divide): New function.
19807 2005-11-14  Juri Linkov  <juri@jurta.org>
19809         * cus-edit.el (custom-variable-prompt): Set the default value arg
19810         of completing-read.
19812         * cus-dep.el (custom-make-dependencies): Reverse the list of
19813         found dependencies.
19815 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
19817         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
19818         Highlighting" entry, it is on by default now.
19819         (menu-bar-options-save): Do not save global-font-lock-mode.
19821 2005-11-13  Richard M. Stallman  <rms@gnu.org>
19823         * textmodes/flyspell.el (flyspell-large-region):
19824         Call flyspell-accept-buffer-local-defs.
19826 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
19828         * textmodes/flyspell.el (flyspell-notify-misspell):
19829         Fix misspelling of "Misspelling".
19830         (flyspell-process-localwords): New function.
19831         (flyspell-large-region): Call flyspell-process-localwords and
19832         flyspell-delete-region-overlays.
19833         (flyspell-delete-region-overlays): New function.
19834         (flyspell-delete-all-overlays): Call that.
19836 2005-11-13  Richard M. Stallman  <rms@gnu.org>
19838         * help.el (help-for-help-internal): Improve doc of C-h a.
19839         (describe-key): Improve prompt; doc fix.
19841 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19843         * vc-svn.el (vc-svn-registered): Catch all errors.
19845         * cus-dep.el (custom-make-dependencies): Typo.
19847 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
19849         * net/tramp-util.el (top): Fix compilation warning.
19851 2005-11-13  Kim F. Storm  <storm@cua.dk>
19853         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
19855 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
19857         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
19858         (gud-speedbar-buttons): Match on "const char *" too.
19860         * progmodes/gdb-ui.el (gdb-var-create-handler)
19861         (gdb-var-list-children-handler): Match on "const char *" too.
19862         (gdb-var-evaluate-expression-handler): Match on empty string.
19863         (gdb-var-update-handler): Only call
19864         gdb-var-evaluate-expression-handler when required.
19866 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
19868         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
19869         selected window.  This still doesn't work for speedbar.
19870         (gud-speedbar-buttons): Handle string expressions properly.
19872         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
19873         (gdb-var-create-handler): Handle string expressions properly.
19874         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
19875         Handle string expressions properly.  Move "type" field into regexp.
19877 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
19879         * bookmark.el (bookmark-maybe-message): New function to reduce
19880         code duplication: invokes `message' iff baud-rate is high enough.
19881         (bookmark-write-file): Use above instead of an inline conditional.
19882         (bookmark-load): Same.
19884 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
19886         * bookmark.el (bookmark-write-file): Don't visit the destination
19887         file, just write the data to it using write-region.  This is
19888         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
19889         change to avoid visiting the file in the first place.
19891 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
19893         * hi-lock.el (hi-lock-mode): Set the default value of
19894         font-lock-defaults.
19896 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
19898         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
19899         arg to `file-attributes'.
19900         (find-lisp-format): The UID and GID can now be strings.
19902 2005-11-12  Kim F. Storm  <storm@cua.dk>
19904         * help.el (help-map): Bind C-h d to apropos-documentation.
19906         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
19907         when point is at end-of-buffer.
19909         * apropos.el (apropos-match-face): Doc fix.
19910         (apropos-sort-by-scores): Add new choice `verbose'.
19911         (apropos-documentation-sort-by-scores): New defcustom.
19912         (apropos-pattern): Now contains the pattern entered by the user.
19913         (apropos-pattern-quoted): New defvar.
19914         (apropos-regexp): New defvar, containing the regexp corresponding
19915         to apropos-pattern.
19916         (apropos-all-words-regexp): Rename from apropos-all-regexp.
19917         (apropos-read-pattern): New defun.  Use it to read pattern arg in
19918         interactive calls; returns list of words for a word list, and
19919         string for a regexp.
19920         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
19921         parses a list of words or regexp as returned by apropos-read-pattern.
19922         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
19923         (apropos-score-doc): Return a very high score if the string
19924         entered by the user matches literally.
19925         (apropos-variable): Doc fix.  Use apropos-read-pattern.
19926         (apropos-command): Doc fix.  Use apropos-read-pattern and
19927         apropos-parse-pattern.  Call apropos-print with nosubst=t.
19928         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
19929         apropos-parse-pattern.
19930         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
19931         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
19932         apropos-documentation-sort-by-scores.  Call apropos-print with
19933         nosubst=t.
19934         (apropos-documentation-internal): Pass doc string through
19935         substitute-key-definition before adding text properties.
19936         Highlight substring matching literal user input if possible.
19937         (apropos-documentation-check-doc-file): Remove locals beg and end.
19938         Fix calculation of score (as added twice).  Pass doc string through
19939         substitute-key-definition before adding text properties.
19940         (apropos-documentation-check-elc-file): Pass doc string through
19941         substitute-key-definition before adding text properties.
19942         Highlight substring matching literal user input if possible.
19943         (apropos-print): Add new arg NOSUBST; if set, command and variable
19944         doc strings have already been passed through substitute-key-definition.
19945         Add code to handle apropos-accumulator items without score element
19946         for backwards compatibility (e.g. with woman package).
19947         Only show scores if apropos-sort-by-scores is `verbose'.
19949 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19951         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
19952         Add jka-compr-load-suffixes to load-suffixes.
19954         * jka-compr.el: Require jka-cmpr-hook.
19955         (jka-compr-info-compress-message, jka-compr-info-compress-program)
19956         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
19957         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
19958         (jka-compr-info-can-append, jka-compr-info-strip-extension)
19959         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
19960         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
19961         (jka-compr-uninstall): Remove entries from
19962         jka-compr-added-to-file-coding-system-alist after they are used.
19963         (jka-compr-error): Remove unused var `curbuf'.
19964         (jka-compr-file-local-copy): Remove unused var `notfound'.
19966 2005-11-10  Romain Francoise  <romain@orebokech.com>
19968         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
19970 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
19972         * progmodes/gud.el (gud-menu-map): Move parentheses.
19973         (gdb): New command gud-pv.
19975 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19977         * tar-mode.el: Remove spurious or unnecessary leading stars
19978         in docstrings.
19979         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
19980         (tar-parse-octal-integer-safe): Use mapc.
19981         (tar-header-block-summarize): Remove unused var `ck'.
19982         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
19983         cleared before.  Obey default-enable-multibyte-characters.
19984         Use mapconcat.  Simplify setting of tar-header-offset.
19985         (tar-mode-map): Move initialization inside delcaration.
19986         (tar-flag-deleted): Use `abs'.
19987         (tar-expunge-internal): Remove unused var `line'.
19988         (tar-expunge-internal): Don't hardcode point-min==1.
19989         (tar-expunge): Widen while doing set-buffer-multibyte.
19990         (tar-rename-entry): Use file-name-coding-system.
19991         (tar-alter-one-field): Don't hardcode point-min==1.
19992         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
19993         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
19995 2005-11-10  Masatake YAMATO  <jet@gyve.org>
19997         * add-log.el (add-log-current-defun): Handle class::method
19998         notation of c++.  Fix incorrect comment.
20000 2005-11-10  Alan Mackenzie  <acm@muc.de>
20002         * help-fns.el (describe-variable): Make C-h v work when a variable
20003         has variable documentation yet is unbound.
20005 2005-11-10  Masatake YAMATO  <jet@gyve.org>
20007         * man.el (Man-highlight-references): Set an empty
20008         string to `Man-arguments' if it is nil.
20009         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20011 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20013         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20014         commenting conventions.
20016         * cus-dep.el (custom-make-dependencies): Simplify.
20017         Better follow the commenting conventions.
20019 2005-11-09  Richard M. Stallman  <rms@gnu.org>
20021         * apropos.el (apropos-pattern): Rename from apropos-regexp.
20022         (apropos-orig-pattern): Rename from apropos-orig-regexp.
20023         All uses changed.
20024         (apropos-rewrite-regexp): Doc fix.
20025         (apropos-variable, apropos-command, apropos, apropos-value):
20026         Change prompt; carry through the argument renaming.
20028 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
20030         * find-lisp.el: Require dired.
20031         (find-lisp-find-dired-internal): Do not call
20032         `abbreviate-file-name' on DIR.
20034 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
20036         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20038 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
20040         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20041         when using the speedbar.
20042         (gdb): New command gud-pp.
20043         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20045 2005-11-09  Juri Linkov  <juri@jurta.org>
20047         * replace.el (occur-excluded-properties): New defcustom.
20048         (occur-1, occur-engine, occur-accumulate-lines): Use it.
20050 2005-11-08  Jay Belanger  <belanger@truman.edu>
20052         * calc/calc-units.el (math-convert-units): Replace any composite
20053         unit by its definition.
20055 2005-11-08  Lars Hansen  <larsh@soem.dk>
20057         * emacs-lisp/autoload.el (update-directory-autoloads):
20058         Add obsolete function alias.
20060 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20062         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20063         comment-indent-function.
20064         (lisp-comment-indent): Replace by an alias for comment-indent-default.
20066         * reveal.el (reveal-post-command): Rework the handling of
20067         reveal-open-spots, so as to be more reliable.  There were several
20068         tricky corner cases where an open spot might be lost, or where
20069         a closed spot might end up on the list of open spots.
20070         Only reveal text that's ellipsised.
20072 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
20074         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20076 2005-11-07  John Paul Wallington  <jpw@gnu.org>
20078         * ibuffer.el (ibuffer): Search iconified frames too when
20079         getting Ibuffer buffer's window.
20081 2005-11-06  Richard M. Stallman  <rms@gnu.org>
20083         * progmodes/compile.el (compilation-internal-error-properties):
20084         save-excursion around the computation of MARKER.
20086 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
20088         * textmodes/flyspell.el (flyspell-external-point-words):
20089         flyspell-get-word returns a list, not just a string.
20091 2005-11-06  John Paul Wallington  <jpw@pobox.com>
20093         * ibuffer.el (ibuffer): Search all visible frames when getting
20094         Ibuffer buffer's window.
20096 2005-11-07  Masatake YAMATO  <jet@gyve.org>
20098         * man.el (Man-reference-regexp): Accept spaces between
20099         `Man-name-regexp' and `Man-section-regexp'.
20100         (Man-apropos-regexp): New variable.
20101         (Man-abstract-xref-man-page): Use value for `Man-target-string'
20102         if available.
20103         (Man-highlight-references, Man-highlight-references0):
20104         Handle the case when `Man-arguments' includes "-k".
20105         (Man-highlight-references0): Rename the argument `TARGET-POS' to
20106         `TARGET'. `TARGET' can be a number, function or nil.
20108 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
20110         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20111         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20112         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20113         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20114         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20115         (gdb-send-item): Use buffer-local-value and simplify.
20117 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
20119         * startup.el (command-line): Use `custom-reevaluate-setting' for
20120         `global-font-lock-mode'.
20122         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20123         by default, except in batch mode or when the -D option is given.
20125         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20126         specified keyword args on to `define-minor-mode'.  Update docstring.
20128 2005-11-05  Romain Francoise  <romain@orebokech.com>
20130         * replace.el (occur-engine): Add marker at end of line, too.
20132 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
20134         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20135         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20136         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20137         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20138         argument to all these routines, so the passphrase can be managed
20139         externally and passed in to the system.
20140         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20141         pgg-add-passphrase-to-cache function.
20143         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20144         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20145         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20146         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20147         argument to all these routines, so the passphrase can be managed
20148         externally and passed in to the system.
20149         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20150         function.
20152 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
20154         * font-lock.el: Don't deal with font-lock-face-attributes here,
20155         move the code ...
20157         * startup.el (command-line): ... here.  Use face-spec-set instead
20158         of custom-declare-face.
20160         * faces.el (face-spec-set): Reset the face if spec is not nil.
20162 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20164         * newcomment.el (comment-region-internal): Box more tightly in the
20165         common case where there's no TAB in the boxed text.
20167 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20169         * info.el (info-tool-bar-map): Use images prev-node, next-node and
20170         up-node.
20172 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
20174         * newsticker.el: Commentary updated.  Code formatting changed.
20175         (newsticker-version): Change to "1.9".
20176         (newsticker, newsticker-feed): Doc fix.
20177         (newsticker-url-list): Doc fix.  Add option "Weekly".
20178         (newsticker-retrieval-interval): Add option "Weekly".
20179         (newsticker-headline-processing): Doc fix.
20180         (newsticker-auto-mark-filter): Remove.
20181         (newsticker-auto-mark-filter-list): New.
20182         (newsticker-layout, newsticker-sort-method): Doc fix.
20183         (newsticker-hide-old-items-in-newsticker-buffer)
20184         (newsticker-heading-format, newsticker-item-format)
20185         (newsticker-desc-format): Doc fix.
20186         (newsticker-show-all-rss-elements): Remove.
20187         (newsticker-show-all-news-elements): New.
20188         (newsticker-faces, newsticker-ticker): Doc fix.
20189         (remove-from-invisibility-spec): Code formatting.
20190         (newsticker--process-ids): New.
20191         (newsticker-mode): Doc fix.
20192         (newsticker-mode): Change mode-line-format.
20193         (newsticker-start): Remove debug output.
20194         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
20195         (newsticker-w3m-show-inline-images): Code formatting.
20196         (newsticker-next-item): Call `force-mode-line-update'.
20197         (newsticker-previous-item): Call `force-mode-line-update'.
20198         (newsticker-next-feed): Call `force-mode-line-update'.
20199         (newsticker-previous-feed): Call `force-mode-line-update'.
20200         (newsticker-mark-all-items-at-point-as-read): Code formatting.
20201         (newsticker-show-old-items): Do not show descs.
20202         (newsticker-hide-entry): Hide too much.
20203         (newsticker-hide-entry, newsticker-show-entry)
20204         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20205         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20206         (newsticker-toggle-auto-narrow-to-item): Code formatting.
20207         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20208         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20209         (newsticker-get-news): Call `force-mode-line-update'.
20210         Collect process ids.
20211         (newsticker--sentinel): Change coding system handling.
20212         Move image retrieval to new functions newsticker--get-logo-url-*.
20213         Move feed parsing to new functions newsticker--parse-*.
20214         Update list of process ids.
20215         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20216         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20217         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20218         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20219         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20220         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20221         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20222         (newsticker--decode-coding-string): Remove.
20223         (newsticker--decode-numeric-entities): Check input.  Format code.
20224         (newsticker--remove-whitespace): Check input.
20225         (newsticker--do-forget-preformatted): Doc fix.
20226         (newsticker--decode-rfc822-date): Allow for missing time.
20227         (newsticker--update-process-ids): New.
20228         (newsticker--image-sentinel): Change comment.
20229         (newsticker--image-read): Change error message.
20230         (newsticker--imenu-goto): Doc fix.  Show headline title.
20231         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20232         (newsticker--buffer-do-insert-text): Clean whitespace in
20233         html-rendered headline title.  Code formatting.
20234         Call `newsticker--buffer-print-extra-elements'.
20235         (newsticker--buffer-print-extra-element): Remove.
20236         (newsticker--buffer-print-extra-elements): New.
20237         (newsticker--buffer-do-print-extra-element): New.
20238         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
20239         large sizes.
20240         (newsticker--run-auto-mark-filter)
20241         (newsticker--do-run-auto-mark-filter):
20242         Use `newsticker-auto-mark-filter-list'.
20244 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
20246         * net/rcirc.el: Use split-string OMIT-NULLS argument.
20247         (rcirc-print): Force redisplay before running hooks.  Do long
20248         buffer truncation after making new text read-only.  Deal with nil
20249         text when decoding strings.  If TARGET is nil, use either the
20250         currently selected buffer, if it is an rcirc buffer and of the
20251         same process or the process buffer.
20252         (rcirc-mode): Remove header-line.  Recompute short buffer names.
20253         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20254         (rcirc-short-buffer-name): Add variable.
20255         (rcirc-kill-buffer-hook): Recompute short buffer names.
20256         Remove nick from private channel.
20257         (rcirc-send-input): Send command text to current-buffer.
20258         Don't clear overlay arrow here.
20259         (rcirc-short-buffer-name): Return a short buffer name.
20260         (rcirc-update-short-buffer-names, rcirc-abbreviate)
20261         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20262         buffer-name abbreviations.
20263         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20264         Do not touch nick-table when killing a parted channel.
20265         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20266         Clear arrow from current buffer if it is now hidden.
20267         (rcirc-current-buffer): Add variable.
20268         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20269         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20270         Remove -face from names.
20271         (rcirc-update-activity-string): Print "DND" when globally ignoring
20272         activity.
20273         (rcirc-ignore-buffer-activity-flag): Rename from
20274         rcirc-ignore-channel-activity.
20275         (rcirc-ignore-all-activity-flag): Doc fix.
20276         (rcirc-channels): Remove variable.
20277         (rcirc-kill-buffer-hook):
20278         (rcirc-get-buffer-create): Add nick to private channel.
20279         (rcirc-multiline-edit-submit): Remove tabs.
20280         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20281         folded.
20282         (rcirc-remove-nick-channel): Bug fix.
20283         (rcirc-toggle-ignore-buffer-activity): Rename from
20284         rcirc-toggle-ignore-channel-activity.
20285         (rcirc-record-activity): Add buffers to the front of the list.
20286         (rcirc-update-activity): Remove killed buffers from list.
20287         (rcirc-process-server-response-1): Remove last argument if it is
20288         null before calling handler.
20289         (rcirc): Add "rcirc" defcustom prefix.
20290         (rcirc-prompt): Simplify default prompt.
20291         Use custom-initialize-default.
20292         (rcirc-private-chats): Remove variable.
20293         (rcirc-prompt): Change initialization.
20294         (rcirc-version): Remove function.
20295         (rcirc-id-string): Add constant.
20296         (rcirc-last-buffer): Remove variable.
20297         (rcirc-buffer-alist): Add variable.
20298         (rcirc-connect): Update variable setup.
20299         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20300         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20301         default.
20302         (rcirc-handler-generic): Trigger activity.
20303         (rcirc-send-message): Create the buffor of the target.
20304         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20305         (rcirc-get-buffer): Just return nil if there is no matching buffer.
20306         (rcirc-multiline-edit-cancel): Remove function.
20307         (rcirc-set-last-buffer): Remove function.
20308         (rcirc-get-any-buffer): Add function.
20309         (rcirc-join-channels): Don't print /join text.
20310         (rcirc-toggle-ignore-channel-activity): Add and update echo area
20311         messages.
20312         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20313         (rcirc-handler-NOTICE): Recognize CTCP responses.
20314         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20315         constructing TOPIC string for buffers we are not JOINed.
20316         (rcirc-handler-CTCP-response): Add handler.
20317         (rcirc-multiline-edit-submit): Restore the window-configuration
20318         before adjusting point.
20319         (rcirc): Add customization group.
20320         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20321         (rcirc-user-full-name, rcirc-startup-channels-alist)
20322         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20323         (rcirc-ignore-all-activity-flag, rcirc-time-format)
20324         (rcirc-input-ring-size, rcirc-read-only-flag)
20325         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20326         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20327         Change defvar to defcustom.
20328         (rcirc-update-prompt): Add optional ALL arg, which will update
20329         prompts in all rcirc buffers.  Regexp quote replacement text.
20330         (rcirc-fill-column): Accept frame-width as a value.
20331         (rcirc-set-changed): Add function.
20332         (rcirc-next-active-buffer): Write more meaningful messages.
20333         (rcirc-faces): Add customization group.
20334         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20335         (rcirc-nick-in-message-face, rcirc-prompt-face)
20336         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20337         (with-rcirc-process-buffer): Move before first usage.
20338         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20339         (rcirc-debug-flag): Rename from `rcirc-log-p'.
20340         (rcirc-debug): Rename from `rcirc-log'.
20341         (rcirc-format-response-string): Do not print `-' chars for a
20342         NOTICE with no sender.  Simplify output of server responses.
20344 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
20346         (rcirc-browse-url-map, rcirc-browse-url-at-point)
20347         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20348         Make urls mouse and RET clickable.
20350 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
20352         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20354 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
20356         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20357         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20358         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20359         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20360         argument to all these routines, so the passphrase can be managed
20361         externally and passed in to the system.
20362         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20363         pgg-add-passphrase-to-cache function.
20365         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20366         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20367         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20368         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20369         argument to all these routines, so the passphrase can be managed
20370         externally and passed in to the system.
20371         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20372         function.
20374 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
20376         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20377         from goto-address-url-regexp.
20379 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
20381         * textmodes/org.el (org-read-date, org-goto-calendar)
20382         (org-recenter-calendar, org-agenda-goto-calendar):
20383         Temporarily clear `calendar-move-hook'.
20385 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
20387         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20388         merging.
20390         * ediff-util.el (ediff-previous-difference): Don't skip regions that
20391         have merge clashes.
20393 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20395         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20396         Undo previous change.
20398         * startup.el (command-line): Use `custom-reevaluate-setting' for
20399         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
20400         tty-register-default-colors on Mac.
20402 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
20404         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
20405         (gdb-buffer-type): Make it automatically buffer local...
20406         (gdb-get-create-buffer): ...and set it accordingly.
20407         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
20408         actually work.
20410 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
20412         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
20413         not red.
20415 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
20417         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20418         case GUD buffer is not visible.
20419         (gdb-goto-breakpoint): Try to force display in source buffer.
20420         (gdb-frame-gdb-buffer): Copy other similar functions.
20421         (gdb-restore-windows): Don't display source if not asked for.
20422         (gdb-assembler-buffer-name): Don't capitalise.
20424 2005-11-03  Richard M. Stallman  <rms@gnu.org>
20426         * wid-edit.el (key-sequence): New widget type.
20428         * simple.el (set-mark-command-repeat-pop): New variable.
20429         (set-mark-command): Only interpret plan C-@ after a pop as a pop
20430         if set-mark-command-repeat-pop is true.
20432         * info.el (Info-fontify-node): Don't display extra "see" if there
20433         already is one here.
20435         * mouse.el: Fix special handling of DEL after dragging a region:
20436         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
20437         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
20439         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
20441         * textmodes/ispell.el (ispell-command-loop): Change `i' description
20442         not to assume it pertains to an affix.
20444         * textmodes/flyspell.el (flyspell-post-command-hook):
20445         Bind deactivate-mark to prevent deactivation.
20447 2005-11-03  Lars Hansen  <larsh@soem.dk>
20449         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
20450         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
20451         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
20453 2005-11-03  Romain Francoise  <romain@orebokech.com>
20455         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
20456         Update copyright years.
20458 2005-11-03  Sam Steingold  <sds@gnu.org>
20460         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20461         Use system-type instead of window-system because window-system is not
20462         correctly defined during loadup.
20464 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
20466         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
20467         (xml-parse-tag): Join strings separated by a comment properly.
20469 2005-11-02  Andreas Schwab  <schwab@suse.de>
20471         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
20473 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20475         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
20476         (byte-optimize-pure-func): Quote the eval'd value.
20478         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
20479         Rename from perl-font-lock-syntactic-face-function.
20480         Change the calling convention so it can be used as a font-lock MATCHER.
20481         Do the parse-partial-sexp loop outselves.
20482         (perl-font-lock-syntactic-keywords): Use it.
20483         (perl-mode): Don't set font-lock-syntactic-face-function any more.
20485 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
20487         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
20488         disassembly buffer too.
20489         (gdb-exited): Remove overlay arrows when execution has finished.
20490         (gdb-info-frames-custom, gdb-info-threads-custom)
20491         (gdb-info-registers-custom): Don't add inappropriate text
20492         properties if inferior is not active.
20494 2005-11-02  Glenn Morris  <rgm@gnu.org>
20496         * progmodes/fortran.el (fortran-blink-match):
20497         Use `blink-matching-delay'.
20499 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
20501         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
20503 2005-11-02  Lars Hansen  <larsh@soem.dk>
20505         * net/tramp.el (tramp-action-out-of-band): Handle scp message
20506         "Permission denied".
20508 2005-11-01  Richard M. Stallman  <rms@gnu.org>
20510         * textmodes/flyspell.el (flyspell-external-point-words):
20511         Pass nil to flyspell-get-word.
20513 2005-11-02  Kim F. Storm  <storm@cua.dk>
20515         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
20516         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
20518 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20520         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
20521         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
20522         (calendar-mouse-print-dates): Add optional `event' argument.
20523         Update interactive-spec.
20524         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
20525         Use `calendar-event-to-date' instead of `event'.
20527 2005-11-02  Masatake YAMATO  <jet@gyve.org>
20529         * progmodes/ld-script.el (ld-script-builtins):
20530         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
20531         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
20532         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
20534 2005-11-01  Romain Francoise  <romain@orebokech.com>
20536         * vc-sccs.el: Update copyright year.
20537         * ezimage.el: Likewise.
20539 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
20541         * info.el (Info-fontify-node): Use `string-width' for fontifying
20542         underlined titles.
20544 2005-11-01  Juri Linkov  <juri@jurta.org>
20546         * info.el (Info-fontify-node): Downcase node header keywords Node,
20547         Prev, Next, Up before comparison.
20548         (Info-history): Insert absolute directory name, and put invisible
20549         property on it.
20551 2005-11-01  Juri Linkov  <juri@jurta.org>
20553         * info.el (Info-file-supports-index-cookies): New variable.
20554         (Info-find-node-2): Check makeinfo version for index cookie support.
20555         (Info-index-nodes): Search for nodes with index cookies only when
20556         Info-file-supports-index-cookies is t.  Otherwise, search nodes
20557         with "Index" in the node name.
20558         (Info-index-node): Search index cookie in the current node only when
20559         Info-file-supports-index-cookies is t.  Otherwise, check the word
20560         "Index" in the node name.
20561         (Info-find-emacs-command-nodes): Remove code that searches nodes
20562         with "Index" node name in the top menu.
20564 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20566         * progmodes/scheme.el (scheme-mode-variables): Use the default
20567         comment-indent-function.
20569         * faces.el (face-attribute): Handle the case where a face inherits from
20570         a non-existent face.
20572         * simple.el (eval-expression-print-format): Use lisp-readable syntax
20573         for octal and hexa output, and merge the char into the paren.
20574         (kill-new): Use push.
20575         (copy-to-buffer): Use with-current-buffer.
20576         (completion-setup-function): Move code in loop to remove redundancy.
20577         (minibuffer-local-must-match-map): Don't add bindings that duplicate
20578         those inherited from minibuffer-local-completion-map.
20580         * savehist.el (savehist-mode) <defcustom>:
20581         Use custom-set-minor-mode if available.
20582         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
20583         and emit a message if applicable.
20585 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
20587         * savehist.el: Sync up to version 19.
20588         (savehist-mode): New minor mode.
20589         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
20590         (savehist-length): Remove (use history-length instead).
20591         (savehist-file-modes): Rename from savehist-modes.
20592         (savehist-save-hook, savehist-loaded): New vars.
20593         (savehist-load): Use savehist-mode.  Try to smooth up transition from
20594         old format to new format.
20595         (savehist-install): Allow savehist-autosave-interval to be nil.
20596         (savehist-save): Run the new hook.  Be more careful to only trim the
20597         history variables.
20598         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
20599         (savehist-printable): Print into a buffer rather than char-by-char.
20601 2005-11-01  John Wiegley  <johnw@newartisans.com>
20603         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
20604         toggle-ignore keybinding (C-a).  The author said it had been
20605         disabled much earlier due to a possible incompatibility, but after
20606         many months of usage I have encountered no problems (and it is a
20607         rather useful option, especially for switching to " *temp*").
20609         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
20610         support for OS/X's AddressBook, by calling out to the open source
20611         program "contacts" (installable through Fink).
20613         * net/eudc.el (eudc-expand-inline): If the
20614         `eudc-multiple-match-handling-method' is set to `all', delete the
20615         query string before inserting the query result.
20617         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
20618         flag, to prevent Eshell from using the system ls when
20619         `eshell-ls-insert-directory' is in used.
20620         (eshell-ls-insert-directory): Disable font-lock in directory
20621         buffer so that Eshell's own fontification is seen.  This broke
20622         recently due to changes in font-lock, so this goes back to version
20623         21 behavior.
20625 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
20627         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
20628         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
20629         (gdb-many-windows): Doc fix.
20631 2005-10-31  Romain Francoise  <romain@orebokech.com>
20633         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
20635 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
20637         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
20638         that global-font-lock-mode can be enabled by default.
20640         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
20641         (font-lock-add-keywords, font-lock-remove-keywords)
20642         (font-lock-fontify-buffer): Remove autoload cookies.
20644         * jit-lock.el (jit-lock-register): Likewise.
20646         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
20648 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
20650         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
20651         intact if there is no gud-comint-buffer.
20653 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
20655         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
20656         old prompt comint-prompt-read-only is t and GDB commands are
20657         issued from tool bar etc.
20659 2005-10-31  Masatake YAMATO  <jet@gyve.org>
20661         * vc.el (vc-directory-exclusion-list): Add "{arch}".
20663 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20665         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
20666         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
20668 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
20670         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
20671         starting at beginning of line.  Fontification is messed up when
20672         `open-paren-in-column-0-is-defun-start' set to t.
20673         Reported by John Paul Wallington <jpw@pobox.com>.
20675 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
20677         * comint.el (comint-send-input): Call `comint-update-fence' when
20678         `comint-process-echoes' and `comint-prompt-read-only' are both
20679         non-nil, to avoid leftover read-only newline.
20681 2005-10-30  Richard M. Stallman  <rms@gnu.org>
20683         * textmodes/flyspell.el (flyspell-external-point-words):
20684         Detect when WORD can't be checked properly because
20685         flyspell-get-word finds just part of it, and move on.
20687         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
20688         boundarychar for Polish.
20689         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
20690         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
20692 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
20694         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
20695         (gdb-registers-font-lock-keywords): Delete.
20696         (gdb-registers-mode): Don't fontify.
20697         (gdb-info-registers-custom): Use text properties instead as, in
20698         future, changed register values will use font-lock-warning-face.
20699         (gdb-local-font-lock-keywords): Rename to...
20700         (gdb-locals-font-lock-keywords): ...for consistency.
20702 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
20704         * vc.el (vc-switch-backend): Better error message if the buffer is
20705         not visiting a file under version control.
20707         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
20709 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
20711         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
20712         ~/.emacs.d/.emacs.
20714 2005-10-29  Richard M. Stallman  <rms@gnu.org>
20716         * replace.el (occur-mode-mouse-goto): Always go to other window.
20717         (occur-mode-goto-occurrence): Always switch in same window.
20719         * simple.el (undo): Display message at end, not at start.
20721         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
20722         New arg REUSE-CELL.
20723         (cancel-timer-internal): New function.
20724         (timer-event-handler): Use cancel-timer-internal,
20725         and pass the cell it returns to timer-activate...
20727         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
20728         (jit-lock-deferred-fontify, jit-lock-context-fontify)
20729         (jit-lock-after-change): Test memory-full.
20731 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
20733         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20734         part of the decoded armor to find the key-identifier.
20735         (pgg-gpg-lookup-key-owner): New function to return the
20736         human-readable identifier of a key owner.
20737         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20738         key itself.
20739         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20740         the key value) if we have a key and can match it against a secret
20741         key.  Also, added a note pointing out fact that the prompt only
20742         indicates the first matching key.
20744         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20745         pgg-decrypt-region.
20746         (pgg-pending-timers): A new hash for tracking the passphrase cache
20747         timers, so that new ones supercede old ones.
20748         (pgg-add-passphrase-to-cache): Rename from
20749         `pgg-add-passphrase-cache' to reduce confusion (all callers
20750         changed).  Modified to cancel old timers when new ones are added.
20751         (pgg-remove-passphrase-from-cache): Rename from
20752         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20753         changed).  Modified to cancel old timers when their keys are
20754         removed from the cache.
20755         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20756         XEmacs, an indirection to delete-itimer.
20757         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20758         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20759         users can only check cache without risk of prompting.  Correct bug in
20760         notruncate behavior.
20761         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20762         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20763         Add informative docstrings.
20764         (pgg-decrypt): Convey provided passphrase in subordinate call to
20765         pgg-decrypt-region.
20767         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20768         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20769         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20770         `passphrase' argument, so the passphrase can be managed externally
20771         and then passed in to the system.
20773         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20774         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20775         so the passphrase cache can be used reliably with identifiers
20776         besides a pgp packet's key id.
20778         * pgg-gpg.el (pgg-pgp-encrypt-region)
20779         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20780         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20781         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20782         argument to all these routines, so the passphrase can be managed
20783         externally and passed in to the system.
20785         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20786         `notruncate' argument, so the passphrase cache can be used
20787         reliably with identifiers besides a pgp packet's key id.
20789 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
20791         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20792         symmetric encryption.
20793         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20794         encrypted session key.
20795         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20796         message ask for the passphrase in a proper way.
20798         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20799         New user commands for symmetric encryption.
20801 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
20803         * textmodes/conf-mode.el (conf-assignment-sign)
20804         (conf-assignment-regexp): Fix docstrings.
20805         (conf-mode-initialize): New function.
20806         (conf-mode): Remove optional args.  Use delay-mode-hooks to
20807         recognize recursive calls.
20808         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
20809         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
20810         (conf-xdefaults-mode): Use define-derived-mode and
20811         conf-mode-initialize.
20813 2005-10-29  Romain Francoise  <romain@orebokech.com>
20815         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
20817 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
20819         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20820         part of the decoded armor to find the key-identifier.
20821         (pgg-gpg-lookup-key-owner): New function to return the
20822         human-readable identifier of a key owner.
20823         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20824         key itself.
20825         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20826         the key value) if we have a key and can match it against a secret
20827         key.  Also, added a note pointing out fact that the prompt only
20828         indicates the first matching key.
20830         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20831         pgg-decrypt-region.
20832         (pgg-pending-timers): A new hash for tracking the passphrase cache
20833         timers, so that new ones supercede old ones.
20834         (pgg-add-passphrase-to-cache): Rename from
20835         `pgg-add-passphrase-cache' to reduce confusion (all callers
20836         changed).  Modified to cancel old timers when new ones are added.
20837         (pgg-remove-passphrase-from-cache): Rename from
20838         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20839         changed).  Modified to cancel old timers when their keys are
20840         removed from the cache.
20841         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20842         XEmacs, an indirection to delete-itimer.
20843         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20844         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20845         users can only check cache without risk of prompting.  Correct bug in
20846         notruncate behavior.
20847         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20848         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20849         Add informative docstrings.
20850         (pgg-decrypt): Convey provided passphrase in subordinate call to
20851         pgg-decrypt-region.
20853 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20855         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20856         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20857         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20858         `passphrase' argument, so the passphrase can be managed externally
20859         and then passed in to the system.
20861         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20862         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20863         so the passphrase cache can be used reliably with identifiers
20864         besides a pgp packet's key id.
20866         * pgg-gpg.el (pgg-pgp-encrypt-region)
20867         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20868         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20869         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20870         argument to all these routines, so the passphrase can be managed
20871         externally and passed in to the system.
20873         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20874         `notruncate' argument, so the passphrase cache can be used
20875         reliably with identifiers besides a pgp packet's key id.
20877 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
20879         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20880         symmetric encryption.
20881         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20882         encrypted session key.
20883         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20884         message ask for the passphrase in a proper way.
20886         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20887         New user commands for symmetric encryption.
20889 2005-10-28  Bill Wohler  <wohler@newt.com>
20891         * help-mode.el (help-url): New button type.  Calls browse-url.
20892         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
20893         Similar to Info nodes: URL `url'.
20894         (help-make-xrefs): Create help-url buttons for
20895         help-xref-url-regexp matches.
20897 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
20899         * tool-bar.el (tool-bar-add-item-from-menu)
20900         (tool-bar-local-item-from-menu): Fix doc strings.
20902 2005-10-28  Romain Francoise  <romain@orebokech.com>
20904         * ldefs-boot.el: Update.
20906         * subr.el (locate-library): Move from help-fns.el.
20907         * help-fns.el (locate-library): Move to subr.el.
20909 2005-10-28  Richard M. Stallman  <rms@gnu.org>
20911         * net/tramp.el (tramp-completion-mode): defvar moved up.
20913         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
20915         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
20917         * files.el (find-file-noselect): Use %d to format large file size.
20919         * bindings.el (mode-line-format): Add %e.
20921         * loadup.el ("facemenu"): Load unconditionally.
20922         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
20923         ("x-dnd"): Load, when appropriate.
20925         * startup.el (command-line): Call before-init-hook earlier.
20926         Warn about some bad characters in -u user name.
20928         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
20929         (flyspell-external-point-words): Error if misspelled word is not found.
20930         Set flyspell-large-region-beg at end of word.
20932 2005-10-28  Andreas Schwab  <schwab@suse.de>
20934         * view.el (View-revert-buffer-scroll-page-forward):
20935         Use view-page-size-default.
20937 2005-10-28  Juri Linkov  <juri@jurta.org>
20939         * international/quail.el (quail-get-current-str): Translate last
20940         raw character for deterministic input methods.
20942 2005-10-27  Jay Belanger  <belanger@truman.edu>
20944         * calc/calc-ext.el: Add functions to autoloads.
20945         (math-identity-matrix-p, math-ident-row-p): New functions.
20947         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
20948         multiplication by an identity matrix; don't turn multiplication by
20949         an inverse matrix into division.
20950         (math-div-symbol-fancy): Replace division by matrices with
20951         multiplication by inverse.
20953         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
20955         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
20956         (calc-writeoutpower): New functions.
20958 2005-10-27  Romain Francoise  <romain@orebokech.com>
20960         * replace.el (occur-engine): Include colon in mouse-face highlight.
20962         * dired-x.el: Change Maintainer field.
20964 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
20966         * longlines.el (longlines-mode): Bind after-change-functions to
20967         nil during initial decoding and final encoding.
20969 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
20971         * term.el (term-emulate-terminal, term-handle-colors-array)
20972         (term-handle-ansi-escape): Specify the terminfo capabilities
20973         implemented.
20975 2005-10-26  Richard M. Stallman  <rms@gnu.org>
20977         * info.el (Info-fontify-node): Fix detection of sentence-break
20978         before *Note.
20980 2005-10-26  Romain Francoise  <romain@orebokech.com>
20982         * smerge-mode.el: Add `tools' to file keywords.
20984 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
20986         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
20987         when the fringe is not available.
20989         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
20990         (def-gdb-auto-update-trigger): Simplify construction.
20991         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
20992         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
20993         defined explicitly.
20994         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
20995         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
20996         defined explicitly.
20997         (gdb-info-locals-custom): Remove as it's a no-op.
20999 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
21001         * longlines.el (longlines-mode): Remove narrowing before
21002         performing the initial decoding or final encoding.
21004 2005-10-25  Romain Francoise  <romain@orebokech.com>
21006         * emacs-lisp/find-func.el (find-library-name): Also strip
21007         extension if library name ends in .el, to take advantage of
21008         `find-library-suffixes'.
21010 2005-10-25  Richard M. Stallman  <rms@gnu.org>
21012         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21014 2005-10-25  Juri Linkov  <juri@jurta.org>
21016         * textmodes/texinfo.el (texinfo-mode): Change charset of one
21017         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21019 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21021         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21022         (blackbox-redefine-key): Add argument `map'.
21024         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21025         regions when moving the jit-lock-context-unfontify-pos boundary.
21027 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21029         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21031 2005-10-25  Masatake YAMATO  <jet@gyve.org>
21033         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21035 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
21037         * play/blackbox.el (blackbox-redefine-key): New function.
21038         (blackbox-mode-map): Use it to remap existing bindings for cursor
21039         motion instead of binding literal keys.
21041 2005-10-25  Glenn Morris  <rgm@gnu.org>
21043         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21044         diary does not end in a newline.  Do not assume a blank line at
21045         the start of the diary file.
21047 2005-10-25  Kenichi Handa  <handa@m17n.org>
21049         * international/quail.el (quail-translate-key): If the input
21050         method is deterministic and failed to handle the last key, restart
21051         the key handling loop from an appropriate key.
21053 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
21055         * vc.el (vc-dired-mode): Extend comment for binding of
21056         `directory-listing-before-filename-regexp'.
21058 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21060         * textmodes/texinfo.el (texinfo-mode):
21061         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21062         not to unnecessarily expose emacs-mule's internal char codes.
21064 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
21066         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21067         Display hand pointer and help-echo on disabled icon too.
21068         (gdb-mouse-until): New function.
21069         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21071 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
21073         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21074         with 2005-10-23 change to doctor.el.
21076         * finder.el (finder-mode-map): Add follow-link binding.
21078 2005-10-25  Kim F. Storm  <storm@cua.dk>
21080         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21081         to gdb-mouse-toggle-breakpoint-fringe.
21082         (gdb-mouse-toggle-breakpoint-margin): Rename from
21083         gdb-mouse-toggle-breakpoint.  Fix doc.
21084         (gdb-mouse-toggle-breakpoint-fringe): New defun.
21085         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
21086         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21087         string properties also for fringe breakpoint bitmaps.
21089 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
21091         * textmodes/org.el (org-start-icalendar-file): Fix format form.
21093 2005-10-25  Masatake YAMATO  <jet@gyve.org>
21095         * simple.el (completion-common-substring):
21096         Use `completion-common-substring' prior to `completion-base-size'.
21098 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
21100         * savehist.el: Require CL while compiling.
21101         (savehist-history-variables): Remove.
21102         (savehist-save-minibuffer-history, savehist-additional-variables)
21103         (savehist-minibuffer-history-variables): New vars.
21104         (savehist-save): Use them.
21105         (savehist-uninstall, savehist-minibuffer-hook): New funs.
21106         (savehist-install): New fun, extracted from savehist-load.
21107         (savehist-load): Use them.
21109 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21111         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21112         a dummy doc-string-elt property.
21113         (defalias, defvaralias, define-category): Add a docstring property.
21115         * image.el (defimage):
21116         * widget.el (define-widget):
21117         * custom.el (defface, defcustom): Add `doc-string' declaration.
21119         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21120         (defadvice): Add `doc-string' declaration.
21122         * emacs-lisp/byte-run.el (macro-declaration-function):
21123         Handle `doc-string' declarations.
21124         (define-obsolete-function-alias, define-obsolete-variable-alias):
21125         Add `doc-string' declaration.
21127 2005-10-24  Kenichi Handa  <handa@m17n.org>
21129         * international/utf-7.el (utf-7): Add autoload cookie.
21131         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21133 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
21135         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21136         list of directories passed to batch-update-autoloads.  Add "." to
21137         the list of the echoed directories.
21139         * pgg-def.el:
21140         * pgg-gpg.el:
21141         * pgg-parse.el:
21142         * pgg-pgp.el:
21143         * pgg-pgp5.el:
21144         * pgg.el: Moved here from the gnus subdirectory.
21146 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
21148         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21149         in case comint-prompt-read-only is set to t.
21151         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21152         in case comint-prompt-read-only is set to t.
21154 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
21156         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21157         Now a string.
21158         (icalendar-import-format): Handle CLASS, STATUS, URL.
21159         Rename `subject' to `summary'.
21160         (icalendar-import-format-summary): Rename from
21161         `icalendar-import-format-subject'.
21162         (icalendar-import-format-url, icalendar-import-format-status)
21163         (icalendar-import-format-class): New variables.
21164         (icalendar--rris): Take variable argument list.
21165         (icalendar--datestring-to-isodate): Remove unnecessary
21166         calendar-style check when converting dates with explicit month names.
21167         (icalendar-export-region): Change return type of conversion
21168         subroutines.  Bury current buffer unless error occurred.
21169         (icalendar--convert-to-ical)
21170         (icalendar--parse-summary-and-rest): New functions.
21171         (icalendar--convert-ordinary-to-ical)
21172         (icalendar--convert-weekly-to-ical)
21173         (icalendar--convert-yearly-to-ical)
21174         (icalendar--convert-block-to-ical)
21175         (icalendar--convert-cyclic-to-ical)
21176         (icalendar--convert-anniversary-to-ical): Change return type.
21177         Strip trailing blanks from subject.
21178         (icalendar--convert-sexp-to-ical): Change return type.
21179         Strip trailing blanks from subject.  Handle simple sexp
21180         entries as generated by icalendar.el.
21181         (icalendar--convert-float-to-ical)
21182         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21183         (icalendar-import-file): Doc fix.
21184         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21185         Correct call to icalendar--rris.
21186         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
21187         `summary'.
21188         (icalendar--add-diary-entry): Rename `subject' to `summary'.
21190 2005-10-24  Romain Francoise  <romain@orebokech.com>
21192         * server.el (server-sentinel): Set query-on-exit flag to nil on
21193         new client processes (it isn't inherited from the server process).
21195         * replace.el (occur-engine): Rearrange text properties.
21197 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21199         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21200         case-fold-search is nil.
21201         (debug-help-follow): Use help-xref-interned directly.
21203 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21205         * thumbs.el (thumbs-image-type): Add .pbm.
21207 2005-10-23  Richard M. Stallman  <rms@gnu.org>
21209         * faces.el (inhibit-face-set-after-frame-default): New variable.
21210         (set-face-attribute): Bind it.
21211         (face-set-after-frame-default): Test it.
21213         * help-fns.el (describe-simplify-lib-file-name): New function.
21214         (describe-function-1, describe-variable): Use it.
21216         * faces.el (describe-face): Use describe-simplify-lib-file-name.
21218         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21219         Eliminate nil as possible value.
21220         (tooltip-hide-delay): Reduce internal-border-width.
21222         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21223         (menu-bar-file-menu) <new-file>: Likewise.
21225         * simple.el (line-move-finish): Ignore fields computing LINE-END.
21227         * international/mule.el (load-with-code-conversion):
21228         Pass full file name to `eval-buffer' unless preloading.
21230         * textmodes/flyspell.el (flyspell-large-region):
21231         Call ispell-check-version.
21233         * textmodes/ispell.el (ispell-local-dictionary-overridden):
21234         Fix the make-variable-buffer-local call that was supposed
21235         to be for this variable.
21236         (ispell-aspell-supports-utf8): Doc fix.
21237         (ispell-find-aspell-dictionaries): Preserve elements of
21238         ispell-dictionary-alist for dictionaries that aspell doesn't report.
21239         (ispell-aspell-find-dictionary): Return nil on error.
21241         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21242         (doctor-symptoms): Likewise.
21244         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21246 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21248         * cus-edit.el (custom-button, custom-button-pressed): New vars.
21249         (custom-raised-buttons): Add :set spec.
21250         (custom-button-unraised, custom-button-pressed-unraised):
21251         New faces, so that custom-raised-buttons actually does something.
21252         (custom-mode): Use custom-button and custom-button-pressed.
21254         * wid-edit.el (widget-specify-button): Don't ignore
21255         widget-mouse-face on graphic terminals.
21256         (widget-move-and-invoke): Cleanup.
21258 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
21260         * whitespace.el (whitespace-cleanup): Doc fix.
21262 2005-10-23  Romain Francoise  <romain@orebokech.com>
21264         * emulation/viper.el (viper-set-hooks): Quote forms passed to
21265         `eval-after-load' to avoid evaluating their result.
21267 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
21269         * files.el (directory-listing-before-filename-regexp):
21270         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
21272         * dired.el (dired-move-to-filename-regexp): Remove.
21273         All occurrences replaced by `directory-listing-before-filename-regexp'.
21275         * dired-x.el, locate.el, vc.el:
21276         Replace `dired-move-to-filename-regexp' by
21277         `directory-listing-before-filename-regexp'.  In vc.el it is
21278         overwritten locally; maybe this can be handled in files.el too.
21280         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
21281         replaced by `directory-listing-before-filename-regexp'.
21283 2005-10-23  Andreas Schwab  <schwab@suse.de>
21285         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21286         and eval-next-after-load.
21288 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
21290         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21291         exist, create it.
21293 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
21295         * allout.el: Remove autoloads for mailcrypt and crypt++.
21296         Require pgg, pgg-gpg during compilation.
21297         (allout-version): Increment version number to 2.1, and use a literal
21298         rather than RCS Id.
21299         (allout-default-encryption-scheme): Remove.
21300         (allout-passphrase-verifier-handling)
21301         (allout-passphrase-verifier-string)
21302         (allout-file-passphrase-verifier-string)
21303         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21304         (allout-passphrase-hint-handling): Rename and simplify.
21305         (allout-init): Use `find-file-hook' if available, otherwise
21306         `find-file-hooks'.
21307         (allout-mode): Use `write-file-functions' if available, otherwise
21308         `local-write-file-hooks' and, instead of making auto-save-hook
21309         buffer local, make the write-file-hook activity contingent to
21310         allout-mode.
21311         (allout-mode): Use key-binding substitution in the docstring.
21312         (allout-kill-line): Spell-out kill ring data structure mutation
21313         instead of using byte-compiler-complaint-provoking `pop'.
21314         (allout-insert-listified): Use `insert' rather than `insert-string'
21315         (allout-toggle-current-subtree-encryption): Update docstring, adjust
21316         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21317         (allout-encrypt-string): Totally revamped vis new underlying
21318         encryption facilities.
21319         (allout-mc-activate-passwd): Remove.
21320         (allout-obtain-passphrase): New, more or less replaces
21321         allout-mc-activate-passwd.
21322         (allout-encrypted-key-info): More or less replaces
21323         allout-encrypted-text-type.
21324         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21325         (my-mark-marker): Use `(featurep 'xemacs)'.
21327 2005-10-23  Lars Hansen  <larsh@soem.dk>
21329         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21330         (byte-compile-file-form-defmumble, byte-compile-defun)
21331         (byte-compile-defmacro): Use it.
21332         (byte-compile-form): Don't call byte-compile-set-symbol-position
21333         when a byte-compile handler is called.
21335 2005-10-22  Romain Francoise  <romain@orebokech.com>
21337         * savehist.el (savehist-history-variables): Add `grep-find-history'.
21339         * subr.el (eval-after-load): Convert library name to an absolute
21340         file name using locate-library, since load-history no longer has
21341         library names in it.
21343 2005-10-22  Richard M. Stallman  <rms@gnu.org>
21345         * files.el (make-temp-file): Move from subr.el.
21346         * subr.el (make-temp-file): Move to files.el.
21348         * window.el (get-buffer-window-list): Move from subr.el.
21349         * subr.el (get-buffer-window-list): Move to window.el.
21351         * image.el (image-load-path): Use eval-at-startup to initialize.
21353         * subr.el (eval-at-startup): New macro.
21355         * subr.el: Much rearrangement of functions and division
21356         into pages.  No code changes.
21358 2005-10-22  Kenichi Handa  <handa@m17n.org>
21360         * tar-mode.el (tar-extract): Be sure to call
21361         find-operation-coding-system if set-auto-coding doesn't find a
21362         coding system.
21364 2005-10-22  Kim F. Storm  <storm@cua.dk>
21366         * image.el (image-type-header-regexps): Rename from image-type-regexps.
21367         Change users.
21368         (image-type-file-name-regexps): New defconst.
21369         (image-type-from-data): Simplify loop.
21370         (image-type-from-buffer): New defun.
21371         (image-type-from-file-header): Use it instead of image-type-from-data.
21372         Use image-search-load-path instead of only looking in data-directory.
21373         (image-type-from-file-name): New defun.
21374         (image-search-load-path): Change `pathname' to `filename'.
21375         Make PATH arg optional, default to image-load-path.
21377 2005-10-21  Richard M. Stallman  <rms@gnu.org>
21379         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21381         * textmodes/paragraphs.el (sentence-end-base): New variable.
21382         (sentence-end): Use sentence-end-base.
21384 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21386         * font-lock.el (font-lock-default-fontify-region): Check the multiline
21387         property independently from the font-lock-multiline variable.
21389 2005-10-21  Richard M. Stallman  <rms@gnu.org>
21391         * emacs-lisp/find-func.el (find-library-name): Doc fix.
21393         * startup.el (command-line): Convert library names
21394         in `load-history' to absolute file names.
21396         * subr.el (symbol-file): Doc fix.
21398         * loadhist.el (file-loadhist-lookup): Call locate-library
21399         instead of find-library-name.  Don't try converting
21400         abs file names to library names, since load-history no longer
21401         has library names in it.
21402         (file-dependents, file-provides, file-requires): Doc fixes.
21404 2005-10-21  Juri Linkov  <juri@jurta.org>
21406         * progmodes/etags.el (tags-table-mode): New function.
21407         (tags-verify-table): Replace initialize-new-tags-table with
21408         tags-table-mode.
21410         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
21411         default value.
21412         (desktop-modes-not-to-save): Add tags-table-mode to the
21413         default value.
21415         * info.el (Info-index-next): Add total number of index
21416         alternatives to the message.
21418         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21419         backward only space (instead of space and period) before looking
21420         at sentence end.
21422         * simple.el (set-variable): Use user-variable-p instead of symbolp.
21423         Add the old variable value as 4th default-value arg of read-string.
21425 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21427         * cus-face.el (custom-declare-face): Make face from X resources
21428         also on Mac.
21430         * disp-table.el (standard-display-g1, standard-display-graphic):
21431         Refuse to use string glyphs also on Mac.
21432         (standard-display-european): Don't set terminal coding system also
21433         on Mac.
21435         * frame.el (display-screens): Use x-display-screens also on Mac.
21437 2005-10-21  Romain Francoise  <romain@orebokech.com>
21439         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
21441 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21443         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
21444         and $? into sexps.
21446         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
21447         warning face on open-paren-in-column-0.
21449         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
21450         boundary case.  Fix typo.
21451         Suggested by Martin Rudalics <rudalics@gmx.at>.
21453 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
21455         * textmodes/org.el (org-combined-agenda-icalendar-file)
21456         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
21457         (org-export-icalendar-this-file)
21458         (org-export-icalendar-all-agenda-files)
21459         (org-export-icalendar-combine-agenda-files): New commands.
21460         (org-export-icalendar, org-print-icalendar-entries)
21461         (org-start-icalendar-file, org-finish-icalendar-file)
21462         (org-ical-ts-to-string): New functions.
21463         (org-read-date, org-goto-calendar)
21464         (org-agenda-goto-calendar): Inhibit displaying diary entries by
21465         call to `calendar'.
21466         (orgtbl-setup): Remove the :keys arguments from the menu description.
21467         (org-after-save-iCalendar-file-hook): New variable.
21469 2005-10-21  Kenichi Handa  <handa@m17n.org>
21471         * language/vietnamese.el (tcvn-5712): Make it an alias of
21472         vietnamese-tcvn coding-system.
21474 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
21476         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
21477         group id is given.
21479 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21481         * progmodes/sh-script.el (sh-escaped-line-re): New var.
21482         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
21483         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
21484         whose line is either continued or ends with a comment.
21486 2005-10-20  Romain Francoise  <romain@orebokech.com>
21488         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
21490         * replace.el (occur-engine): Add follow-link property.
21492         * font-core.el (font-lock-mode): Doc fix.
21494 2005-10-20  Richard M. Stallman  <rms@gnu.org>
21496         * net/rcirc.el: New file.
21498 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
21500         * term.el (term-term-name): Initialize to "eterm-color".
21502 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
21504         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
21505         for encryption functionality.
21506         Move allout customization subgroup from `editing' to `outlines' group.
21507         Fix commentary keywords to legitimate ones.
21508         Update author info (using my current email address, obscurified).
21509         (allout-encrypt-string, allout-encryption-produce-work-buffer)
21510         (allout-encrypted-topic-p, allout-encrypted-text-type)
21511         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
21512         (allout-situate-encryption-key-verifier)
21513         (allout-get-encryption-key-verifier, allout-verify-key)
21514         (allout-next-topic-pending-encryption)
21515         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
21516         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
21517         (outline-key-verifier-handling, outline-key-hint-handling)
21518         (outline-encrypt-unencrypted-on-saves): New defcustoms.
21519         (allout-file-key-verifier-string, allout-encryption-scheme)
21520         (allout-key-verifier-string, allout-key-hint-string)
21521         (allout-after-save-decrypt): New variables.
21522         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
21523         (allout-after-saves-handler): New hook functions.
21524         (allout-post-command-business): Do allout-after-save-decrypt.
21525         (allout-enable-file-variable-adjustment): Custom var to enable
21526         mechanism for adding and adjusting settings of Emacs file variables.
21527         (allout-adjust-file-variable, allout-file-vars-section-data):
21528         New functions, implement the mechanism.
21529         (outlineify-sticky): Use the file vars mechanism.
21530         (allout-inhibit-protection, allout-during-write-cue)
21531         (allout-override-protect, allout-before-change-protect): Remove.
21532         (allout-flag-region, allout-open-topic): Adjust read-only text.
21533         (allout-open-line-not-read-only): Add to facilitate read-only
21534         text based protection.
21535         (allout-kill-line): Revise to adjust read-only text, clue the
21536         user about the inhibition.
21537         (allout-unprotected): Use unwind-protect.
21538         (allout-shift-in, allout-shift-out): Disallow manually shifting a
21539         topic deeper than the offspring depth of the previous topic -
21540         avoiding confusing "containment discontinuities".
21541         (allout-reindent-bodies): Fix retention of body relative hanging
21542         indent during promotion of collapsed bodies.
21543         (allout-open-topic): Make it easy to open new topic with same
21544         bullet as current topic - topic creation functions provided with
21545         any universal argument provokes now prompt for bullet, defaulting
21546         to the bullet of the previous topic.
21547         (allout-plain-bullets-string, allout-distinctive-bullets-string):
21548         Plain bullet alternates `.' period and `,' comma only.  All other
21549         bullets are relegated to special status (but customizable).
21550         (allout-end-of-entry): Rename from allout-end-of-current-entry
21551         since it actually operates w.r.t. most immediately containing
21552         entry, visible or not.
21553         (allout-hide-current-entry, allout-show-current-entry): Use the
21554         revised version.
21555         (allout-old-expose-topic): Solidify deprecation.
21556         (allout-end-of-subtree): Add so we can span concealed as well
21557         as visible topics.
21558         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
21559         (allout-end-of-current-heading): Tweak to just respect the first line.
21560         (allout-get-body-text): Add.
21561         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
21562         when invoked interactively.
21563         (allout-up-current-level): Use `interactive-p'.
21564         (allout-mode, allout-init): Miscellaneous docstring and
21565         operational refinements, as well as hookups of new encryption stuff.
21566         (allout-beginning-of-current-entry): Now works as advertised.
21567         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
21568         (allout-isearch-rectification): Refine condition for isearching.
21569         (allout-isearch-abort, allout-enwrap-isearch)
21570         (allout-flag-region, my-region-active-p): Relocate some macros.
21571         (allout-title): Fallback title is (buffer-name), not
21572         non-existing (current-buffer-name).
21573         (subst-char-in-string): Define if absent (for some XEmacs versions).
21575 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
21577         * mail/sendmail.el (mail-setup-hook, mail-aliases)
21578         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
21579         (mail-citation-prefix-regexp, mail-signature-file)
21580         (mail-default-headers, mail-bury-selects-summary)
21581         (mail-send-nonascii): Add autoload cookies.
21583 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21585         * frame.el (blink-cursor-mode): Add `mac' to the list of
21586         window-system's that support blinking cursor.
21588 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
21590         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
21592 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
21594         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
21595         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
21596         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
21598 2005-10-20  Kim F. Storm  <storm@cua.dk>
21600         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
21601         (ido-set-current-directory): Don't add / after final @.
21602         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
21603         Explicitly handle ange-ftp completion oddities.
21604         (ido-make-file-list): Don't rotate list at tramp root to avoid
21605         triggering tramp file handler for expand-file-name via get-file-buffer.
21607 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21609         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
21611 2005-10-19  Jay Belanger  <belanger@truman.edu>
21613         * calc/calc-units.el (math-standard-units): Add units, adjust
21614         symbols and update values.
21615         (math-unit-prefixes): Add more prefixes.
21617 2005-10-19  Romain Francoise  <romain@orebokech.com>
21619         * bookmark.el (bookmark-menu-heading): New face.
21620         (bookmark-bmenu-list): Use it.
21621         Don't fiddle with `baud-rate' at top-level.
21623 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
21625         * image.el (create-image, find-image): Mention max-image-size in
21626         docstring.
21628 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21630         * savehist.el (savehist-load): Revert to checking XEmacs.
21632         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
21633         Various docstring and line-width fixups.
21634         (conf-mode): Use cond.
21635         Set font-lock-defaults.  Don't set comment-use-syntax.
21637 2005-10-18  David Ponce  <david@dponce.com>
21639         * tree-widget.el (tree-widget-button-click): New function.
21640         (tree-widget-button-keymap): Use it.
21642 2005-10-18  Romain Francoise  <romain@orebokech.com>
21644         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21645         (bookmark-bmenu-hide-filenames): Add follow-link property.
21646         Improve help-echo text.
21648         * ffap.el (find-file-at-point): Doc fix.
21650 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21652         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
21654 2005-10-18  Masatake YAMATO  <jet@gyve.org>
21656         Install to the CVS repository what I forgot to install in my
21657         2005-10-16 changes.
21659         * progmodes/python.el (python-complete-symbol): Pass the common
21660         prefix substring of completion to `display-completion-list'.
21662         * textmodes/org.el (org-complete): Ditto.
21664 2005-10-18  Masatake YAMATO  <jet@gyve.org>
21666         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
21668         * woman.el (WoMan-xref-man-page): New button type derived
21669         from `Man-abstract-xref-man-page'.
21670         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
21672         * man.el (Man-abstract-xref-man-page): New button type.
21673         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
21674         (Man-highlight-references): Add new optional argument `xref-man-type'.
21676 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
21678         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
21680 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21682         * cus-edit.el (Custom-move-and-invoke): Delete.
21683         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
21685         * wid-edit.el (widget-move-and-invoke): New function, from
21686         Custom-move-and-invoke.
21688 2005-10-17  Bill Wohler  <wohler@newt.com>
21690         Move all remaining images from lisp/toolbar to etc/images, move
21691         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
21692         the low resolution images in their own directory (low-color).
21694         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
21695         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
21696         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
21697         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
21698         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
21699         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
21700         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
21702         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
21703         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
21704         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
21705         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
21706         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
21707         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
21708         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
21709         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
21710         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
21711         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
21712         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
21713         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
21714         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
21715         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
21716         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
21718         To conform with convention, replace the underscore (_) in the
21719         following image names with dash (-) or (/) as appropriate.
21721         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
21722         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
21723         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
21724         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
21725         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
21726         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
21727         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
21728         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
21729         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
21730         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
21731         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
21732         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
21733         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
21734         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
21735         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
21737         * info.el (info-tool-bar-map): Replace underscores in image names
21738         with dashes.
21740         * makefile.w32-in (WINS): Remove toolbar.
21742         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
21744         * tool-bar.el: Move to lisp from toolbar.  Now that
21745         toolbar is empty, it should be deleted when folks run "cvs up -P".
21747 2005-10-18  Jay Belanger  <belanger@truman.edu>
21749         * calc/calc-store.el (calc-store-into): Get the proper variable name
21750         to display in message.
21752 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
21754         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
21755         expressions display in speedbar for all buffers when debugging.
21756         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
21758         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
21759         (speedbar-insert-button, speedbar-make-button):
21760         Use add-text-properties.
21761         (speedbar-update-localized-contents)
21762         (speedbar-update-directory-contents)
21763         (speedbar-update-special-contents): Use dolist.
21764         (speedbar-buffer-easymenu-definition): Add a menu separator.
21766 2005-10-17  Jason Rumney  <jasonr@gnu.org>
21768         * makefile.w32-in: Use $(lisp) consistently.
21769         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
21770         for shell specific generation of mh-autoloads.
21772 2005-10-17  Richard M. Stallman  <rms@gnu.org>
21774         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
21776 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21778         * jit-lock.el (jit-lock-fontify-now):
21779         Move jit-lock-context-unfontify-pos to avoid wasted work.
21781 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
21783         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
21784         `tramp-completion-mode' for checking if we are in completion mode.
21785         (tramp-completion-handle-file-name-all-completions): Reorder code
21786         in order to complete for file names only in case there are no
21787         method/user/host completions.  This is necessary for cooperation
21788         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
21790 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
21792         * longlines.el (longlines-search-forward)
21793         (longlines-search-backward): Match any number of spaces.
21795 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
21797         * diff-mode.el (diff-mode): Doc fix.
21799 2005-10-16  David Reitter  <david.reitter@gmail.com>
21801         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
21802         as default on darwin and windows systems.
21804 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
21806         * arc-mode.el (archive-zip-extract): Doc fix.
21808 2005-10-16  Romain Francoise  <romain@orebokech.com>
21810         * mouse.el (mouse-1-click-follows-link): Doc fix.
21812 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21814         * savehist.el: Don't require CL at runtime.
21815         (savehist-xemacs): Remove.
21816         (savehist-coding-system): Use utf-8 if present, regardless of religion.
21817         (savehist-no-conversion): Use (featurep 'xemacs).
21818         (savehist-load): Check existence of start-itimer rather than XEmacs.
21819         Use an idle timer.
21820         (savehist-process-for-saving): Replace use of CL funs `subseq' and
21821         `delete-if-not'.
21823 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
21825         * savehist.el: Newer version.
21826         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
21827         (savehist-last-checksum, savehist-no-conversion): New vars.
21828         (savehist-autosave, savehist-process-for-saving, savehist-printable):
21829         New functions.
21830         (savehist-load, savehist-save): Use them.
21831         (savehist-delimit): Remove.
21833 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21835         * progmodes/compile.el (compilation-goto-locus): Display the
21836         compilation buffer first and the source buffer second, in case they're
21837         in overlapping frames.  Don't raise the compilation frame if it was the
21838         selected window upon entry.  Pass the `other-window' arg to
21839         pop-to-buffer.
21841         * info.el (Info-fontify-node): Use dolist.
21842         Change add-text-properties to put-text-property.
21844 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21846         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
21847         bound of search.
21849 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21851         * dabbrev.el (dabbrev-completion): Pass the common
21852         prefix substring of completion to `display-completion-list'.
21854         * filecache.el (file-cache-minibuffer-complete)
21855         (file-cache-complete): Ditto.
21857         * tempo.el (tempo-display-completions): Ditto.
21859         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
21861         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
21863         * eshell/em-hist.el (eshell-list-history): Ditto.
21865         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
21867         * mail/mailalias.el (mail-complete): Ditto.
21869         * progmodes/etags.el (complete-tag): Ditto.
21871         * progmodes/make-mode.el (makefile-complete): Ditto.
21873         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
21875         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
21877         * progmodes/pascal.el (pascal-complete-word)
21878         (pascal-show-completions): Ditto.
21880         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
21882         * simple.el (completion-common-substring): New variable.
21883         (completion-setup-function): Use `completion-common-substring'
21884         to put faces.
21886 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21888         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
21889         (x-get-selection, mac-select-convert-to-string): Convert from/to
21890         UTF-16 clipboard data as in native byte order, no BOM.
21892 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
21894         * progmodes/gud.el (gud-tool-bar-map): Rename the images
21895         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
21896         (gud-sentinel): Use speedbar-frame to check for speedbar.
21898 2005-10-15  Richard M. Stallman  <rms@gnu.org>
21900         * savehist.el: New file.
21902 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
21904         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
21905         Fix bug in \bf fontification.
21907 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21909         * pcvs.el (cvs-edit-log-files): New var.
21910         (cvs-mode-edit-log): New arg `file'.
21911         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
21912         Instead force the use of the original file and nothing else.
21913         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
21914         the cvs-minor-wrap-function is set.
21915         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
21917 2005-10-14  Bill Wohler  <wohler@newt.com>
21919         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
21920         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
21921         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
21922         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
21923         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
21924         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
21925         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
21926         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
21927         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
21928         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
21929         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
21930         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
21931         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
21932         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
21933         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
21935         * progmodes/gud.el (gud-tool-bar-map): Rename the images
21936         appropriately (for example, gud-break to gud/break).
21938 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
21940         * longlines.el (longlinges-search-function)
21941         (longlines-search-forward, longlines-search-backward): New functions.
21942         (longlines-mode): Set isearch-search-fun-function to
21943         longlinges-search-function.
21945         * mouse.el (mouse-drag-region-1): Handle the case where a
21946         double-click event is bound to an arbitrary function.
21948 2005-10-14  David Ponce  <david@dponce.com>
21950         * recentf.el (recentf-track-opened-file)
21951         (recentf-track-closed-file, recentf-update-menu)
21952         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
21953         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
21954         mouse-1-click-follows-link.
21956 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21958         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
21959         Gnome file-manager.png.  Suggested by
21960         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
21962         * toolbar/README: Add diropen.xpm.
21964 2005-10-13  Bill Wohler  <wohler@newt.com>
21966         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
21967         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
21969 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21971         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21972         Don't waste the byte-compiler's time on constant data.
21974 2005-10-13  Kenichi Handa  <handa@m17n.org>
21976         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
21977         byte with `escape-glyph' face.
21979         * international/fontset.el (ccl-encode-unicode-font):
21980         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
21981         Handle the case that ucs-mule-to-mule-unicode translates a character to
21982         ASCII (usually for IPA characters).
21984 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21986         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
21987         Don't hide the underline of titles if font-lock-mode is disabled.
21989 2005-10-12  Bill Wohler  <wohler@newt.com>
21991         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
21992         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
21993         files in MH-E-SRC have been updated.
21994         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
21996 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21998         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
21999         (mixal-mode-syntax-table): Add \n as end-comment.
22000         (mixal-operation-codes-alist): Immediately initialize to full value.
22001         (mixal-add-operation-code): Remove.
22002         (mixal-describe-operation-code): Make the arg non-optional.
22003         Use the interactive spec instead.
22004         Use mixal-operation-codes-alist rather than mixal-operation-codes.
22005         (mixal-font-lock-keywords): Don't highlight comments here any more.
22006         (mixal-font-lock-syntactic-keywords): New var.
22007         (mixal-mode): Use it.  Fix comment-start-skip.
22009 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22011         * startup.el (command-line-x-option-alist): -nb => -nbi.
22013 2005-10-12  Kim F. Storm  <storm@cua.dk>
22015         * startup.el (fancy-splash-default-action): Discard mouse click in
22016         the splash screen window, as it has no sensible meaning in the
22017         next window to be selected.  Fixes error reported by Jan D.
22019 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22021         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22023 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22025         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22026         Try to fix up minor layout issues like indentation, line break, etc...
22027         (mixal-mode-syntax-table): Don't try to specify comment syntax,
22028         because it doesn't work.
22029         (mixal-operation-codes): Add some more codes.
22030         (mixal-font-lock-keywords): Process comments here.
22031         (mixal-mode): mixasm no longer needs -g option.
22033 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
22035         * progmodes/sh-script.el (sh-tmp-file):
22036         Use mktemp -t.  Finish support for es and rc shells.
22038 2005-10-11  Jay Belanger  <belanger@truman.edu>
22040         * calc/calcalg2.el (calc-integral): With an argument, compute the
22041         definite integral.
22043 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
22045         * mouse.el (mouse-drag-region-1): Don't try to catch a
22046         double-click when doing follow-link (it's overridden anyway).
22048 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
22050         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22051         (autoload-print-form-outbuf): Add docstring.
22053 2005-10-11  Juri Linkov  <juri@jurta.org>
22055         * info.el (Info-mode-menu): Delete menu item "Edit".
22056         (Info-mode): Delete description of Info-edit from docstring,
22057         and rearrange descriptions of Info commands in the order
22058         they are documented in the Info manual.
22060 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22062         * calendar/appt.el (appt-check): Use diary-selective-display var.
22064 2005-10-10  Richard M. Stallman  <rms@gnu.org>
22066         * net/newsticker.el (newsticker-start, newsticker-show-news):
22067         Add autoload cookies.
22069 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
22071         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22073 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
22075         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22077 2005-10-10  Jay Belanger  <belanger@truman.edu>
22079         * calc/calc-arith.el (math-check-known-scalarp)
22080         (math-check-known-matrixp): Check the values of arguments that are
22081         variables.
22082         (math-check-known-square-matrixp): New function.
22083         (math-known-square-matrixp): Use math-check-known-square-matrixp.
22084         (math-super-types): Add sqmatrix type.
22086         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22087         mode name `square' to `sqmatrix'.
22089         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22090         mode name `square' to `sqmatrix'.
22092 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22094         * progmodes/etags.el (select-tags-table-mode): Don't use
22095         selective-display.
22096         (tags-select-tags-table): Pass `button' to the action function.
22097         (select-tags-table): Place the side-info on button properties rather
22098         than in hidden text.  Abbreviate file names.
22099         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22100         (select-tags-table-select): Add `button' argument.
22101         Get side-info from the button property rather than from hidden text.
22103 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
22105         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22106         (gud-speedbar-buttons): Preserve point if possible.
22107         (gud-sentinel): Restore previous speedbar display type.
22109         * progmodes/gdb-ui.el (gdba): Improve diagram.
22110         (def-gdb-auto-update-handler, gdb-info-locals-handler)
22111         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22112         Call get-buffer-window once.
22114 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22116         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22117         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22118         (pascal-indent-command): Remove unused var `ind'.
22119         (pascal-indent-case): Remove unused var `oldpos'.
22120         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22121         since it's now used as a proper minor mode map.
22122         (pascal-outline): Rename to pascal-outline-mode.
22123         (pascal-outline-mode): Use define-minor-mode.
22124         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22125         selective-display.
22127 2005-10-10  Andreas Schwab  <schwab@suse.de>
22129         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22130         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
22132         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22133         outside source directory.
22135 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
22137         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22138         C-x' as a prefix.
22139         (orgtbl-mode-map): Full keymap instead of sparse, because all
22140         `self-insert-command' keys are redefined in this map.
22141         (org-export-as-html): Specify charset for HTML file, by taking it
22142         from the coding system.
22144 2005-10-10  Kenichi Handa  <handa@m17n.org>
22146         * textmodes/flyspell.el (flyspell-check-word-p):
22147         If unread-command-events is non-empty, don't call sit-for.
22149 2005-10-09  Richard M. Stallman  <rms@gnu.org>
22151         * font-lock.el (font-lock-syntactic-keywords)
22152         (font-lock-keywords): Doc fixes.
22154         * textmodes/flyspell.el (flyspell-external-point-words):
22155         Simplify logic, and don't try to check for consecutive appearances
22156         of one incorrect word.
22158 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
22160         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22161         separator.
22163         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22164         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22165         (gud-expansion-speedbar-buttons): New function.
22166         (gud-speedbar-buttons): Check for gud-comint-buffer.
22168 2005-10-09  Bill Wohler  <wohler@newt.com>
22170         * Makefile.in (updates): Add mh-loaddefs dependency.
22172 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
22174         * speedbar.el (speedbar-file-key-map): Fix typo.
22176 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22178         * cus-start.el (line-spacing): Add custom spec.
22180 2005-10-09  Romain Francoise  <romain@orebokech.com>
22182         * textmodes/ispell.el (ispell-check-version): Fix last change.
22184 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22186         * term/x-win.el: Remove -i, --icon-type from comment.
22188         * startup.el (command-line-x-option-alist): Remove options -i,
22189         -itype, --icon-type, added -nb, --no-bitmap-icon.
22191 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
22193         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22194         instead of :active.
22196 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22198         * textmodes/ispell.el (ispell-check-version):
22199         Ignore hyphen, and all that follows, in aspell's version text.
22201 2005-10-08  Jay Belanger  <belanger@truman.edu>
22203         * calc/calc-arith.el (math-known-square-matrixp): New function.
22204         (math-pow-fancy): Check for matrices before distributing exponent
22205         across products.
22207         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22208         fullscreen keypad.  Suggested by Luc Teirlinck.
22209         (calc-keypad-show-input): Add space for formatting.
22211         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22212         Add square matrix option.
22214         * calc/calc-poly.el (math-expand-term): Check for matrices instead
22215         of checking calc-matrix-mode when deciding how to expand.
22217         * calc/calc.el (calc-set-mode-line): Add square matrix option.
22219 2005-10-08  Lars Hansen  <larsh@soem.dk>
22221         * net/tramp.el (tramp-perl-directory-files-and-attributes):
22222         Add error handling.
22223         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22225 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
22227         Sync with Tramp 2.0.51.
22229         * net/tramp.el (tramp-handle-set-visited-file-modtime)
22230         (tramp-handle-insert-file-contents, tramp-handle-write-region):
22231         Insert special handling for `last-coding-system-used', again
22232         it still seems to be necessary (unlike stated before).
22233         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22234         (tramp-password-prompt-regexp): There might be other words before
22235         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22236         (tramp-chunksize): Improve docstring.
22237         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22238         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
22239         Christian Joergensen <bugs@razor.dk>.
22241 2005-10-07  Glenn Morris  <rgm@gnu.org>
22243         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22244         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22245         precision'.
22247 2005-10-07  Romain Francoise  <romain@orebokech.com>
22249         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22250         (ibuffer-do-shell-command-pipe-replace)
22251         (ibuffer-do-shell-command-file, ibuffer-do-eval)
22252         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22253         (ibuffer-do-revert, ibuffer-do-replace-regexp)
22254         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22255         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22256         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22257         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22258         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22259         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22260         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22261         Autoload file sans suffix.
22263         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22265 2005-10-07  David Ponce  <david@dponce.com>
22267         * recentf.el (recentf-menu-open-all-flag): New option.
22268         (recentf-digit-shortcut-command-name): New function.
22269         (recentf--shortcuts-keymap): New variable.
22270         (recentf-menu-shortcuts): New variable.
22271         (recentf-make-menu-items): Initialize it.  Replace the "More..."
22272         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22273         (recentf-menu-value-shortcut): New function.
22274         (recentf-make-menu-item): Use it.  No more in-lined.
22275         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22276         (recentf-open-most-recent-file): Rename from
22277         `recentf-open-file-with-key'.  Don't depend on key binding.
22278         (recentf-mode-map): New variable.
22279         (recentf-mode): Use it.
22281 2005-10-06  Bill Wohler  <wohler@newt.com>
22283         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
22285         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22286         (MH-E-SRC): New.  Used by mh-autoloads.
22287         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
22288         files in MH-E-SRC have been updated.
22289         (compile, recompile, bootstrap): Depend on mh-autoloads.
22291 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
22293         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22294         gud-break and gud-remove icons when the fringe is not available.
22296         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22297         Typo.
22299 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
22301         * play/zone.el (zone): Wrap body with save-window-excursion.
22303 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22305         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22306         Use the new `list-only' arg to diary-list-entries.
22308         * calendar/diary-lib.el: Use overlays rather than selective-display.
22309         (diary-selective-display): New var.
22310         (diary-header-line-format): Use it.
22311         (diary-list-entries): Add argument `list-only'.
22312         Put the buffer in diary-mode.  Don't add \^M at beg and end.
22313         Replace \^M by invisible overlays.
22314         (diary-unhide-everything): Replace \^M by invisible overlays.
22315         (print-diary-entries): Look for overlays rather than \^M.
22316         Add a space to the temp buffer name.
22317         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22318         Put the buffer in diary-mode.
22319         (list-sexp-diary-entries): Replace \^M by invisible overlays.
22320         (diary-anniversary): Make the year arg optional.
22321         (diary-time-regexp): New const.
22322         (diary-font-lock-keywords): Use it to accept a few more time formats.
22324         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22326 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
22328         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22329         Fix bug introduced 2005-07-03: Use (car (last ...))
22330         to faithfully reproduce replaced artist-last.
22331         (artist-set-arrow-points-for-poly): Likewise.
22332         Suggested by Johan Bockg\e,Ae\e(Brd.
22334 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
22336         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22337         * wid-edit.el (widget):
22338         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22339         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22341 2005-10-06  Kenichi Handa  <handa@m17n.org>
22343         * international/mule-cmds.el (set-language-environment):
22344         Fix setting up of case-table for unibyte mode.
22346         * simple.el (what-cursor-position): If the character is displayed
22347         by some `display' text property, show that.  Don't use
22348         single-key-description for eight-bit characters in multibyte mode.
22350 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
22352         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22353         (gdb-ann3): Set it.
22354         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22355         (gdb-info-frames-custom): Use inverse-video for first five
22356         characters of selected frame only.
22357         (gdb-get-frame-number): Select frame even when point is on frame
22358         number.
22360 2005-10-06  Masatake YAMATO  <jet@gyve.org>
22362         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22363         Put `font-lock-function-name-face'.
22364         (gdb-info-frames-custom): Put `font-lock-function-name-face'
22365         and `font-lock-variable-name-face'
22366         (gdb-registers-font-lock-keywords): New font lock keywords definition.
22367         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22368         (gdb-memory-font-lock-keywords): New font lock keywords definition.
22369         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22370         (gdb-local-font-lock-keywords): New font lock keywords definition.
22371         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22372         (gdb-threads-font-lock-keywords): New font lock keywords definition.
22373         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22375 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
22377         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22378         (ediff-merge-region-is-non-clash-to-skip): Previously called
22379         ediff-merge-region-is-non-clash.
22381         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22382         Use insert-buffer-substring.
22384         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22385         selecting files to patch.  Also bug fixes.
22387         * ediff-util.el (ediff-setup): Bug fix.
22388         (ediff-next-difference): Never skip clashes that differ in white
22389         space only.
22391         * ediff-wind.el (ediff-setup-control-frame)
22392         (ediff-destroy-control-frame): Check the menubar feature.
22394         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
22395         (viper-refresh-mode-line): Use make-local-variable to localize
22396         some vars instead of make-variable-buffer-local.  Suggested by
22397         Stefan Monnier.
22399         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
22400         (viper-restore-cursor-type, viper-set-insert-cursor-type):
22401         Use make-local-variable instead of make-variable-buffer-local.
22402         Suggested by Stefan Monnier.
22404         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
22405         (viper-comint-mode-hook): Use make-local-variable on
22406         require-final-newline.
22407         (viper-non-hook-settings): Don't use make-variable-buffer-local.
22409 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22411         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
22412         also the second char of a comment-start sequence.
22413         (scheme-sexp-comment-syntax-table): New var.
22414         (lambda, define): Set their scheme-doc-string-elt property.
22415         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22416         Use lisp-font-lock-syntactic-face-function now that it properly
22417         handles |...| symbols.
22418         (scheme-mode-variables): Set lisp-doc-string-elt-property,
22419         parse-sexp-lookup-properties and font-lock-extra-managed-props.
22421         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22422         bit from # to |.
22423         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22425         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22426         (lisp-doc-string-elt-property): New var.
22427         (lisp-font-lock-syntactic-face-function): Use it.
22428         Rewrite to recognize docstrings even for forms not at toplevel.
22430         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
22431         annotation on the | part of #| rather than on the # part.
22432         (scheme-font-lock-syntactic-face-function): New function, to
22433         distinguish strings from |...| symbols.
22434         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
22435         syntax-table so that #|...|# is properly highlighted.
22437         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
22438         Don't mark as docstring the 3rd elem of an unknown toplevel form.
22440 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22442         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
22443         and C-e.
22445         * emacs-lisp/eldoc.el: Move comments into docstrings.
22446         (eldoc-message-commands): Initialize in its declaration.
22447         Add move-beginning-of-line and move-end-of-line.
22448         (eldoc-add-command, eldoc-add-command-completions)
22449         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
22451         * outline.el (outline-mark-subtree): Activate the mark.
22453         * calendar/appt.el (appt-time-regexp): New var.
22454         (appt-add, appt-make-list): Use it.
22455         (appt-convert-time): Clean up.
22457         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
22458         Don't set any syntax-table property here.
22459         (tex-font-lock-verb): New function.  Do it here.
22460         (tex-font-lock-syntactic-keywords): Use it.
22462 2005-10-04  Richard M. Stallman  <rms@gnu.org>
22464         * wid-edit.el (widget-file-complete): Get the widget start point
22465         the right way.  Default directory to `/' if file has none.
22467         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
22469         * textmodes/flyspell.el (flyspell-mode-on):
22470         Call ispell-maybe-find-aspell-dictionaries.
22472         * textmodes/ispell.el (ispell-word, ispell-region):
22473         Call ispell-maybe-find-aspell-dictionaries.
22474         (ispell-accept-buffer-local-defs):
22475         Don't call ispell-maybe-find-aspell-dictionaries.
22477 2005-10-04  Richard M. Stallman  <rms@gnu.org>
22479         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
22481 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
22483         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
22484         instead of `fboundp' in order to allow for anonymous functions.
22486 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
22488         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
22489         case the user clicks on the link while another window is selected.
22490         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
22492         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
22493         functionality.
22494         (dframe-help-echo): Save point in case mouse tracking is off.
22496 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
22498         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
22500 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22502         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
22503         not change the global value of those vars.
22505         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
22506         make-local-variable which we do not need any more.
22508 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
22510         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
22511         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
22512         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
22513         (speedbar-path-line): Define obsolete aliases.
22514         (speedbar-line-directory): Doc fix.
22516         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
22517         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
22518         instead of speedbar-line-path.
22520 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22522         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
22523         to nil if dropping on a window.  Handle dropping on a minibuffer window
22524         like dropping on a non-window part of Emacs.
22526 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22528         * net/ange-ftp.el: Use with-current-buffer.
22529         (ange-ftp-insert-directory): Do not follow symlinks any more.
22531         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
22532         Remove interactive spec.
22534 2005-10-03  Kim F. Storm  <storm@cua.dk>
22536         * ido.el (ido-mode): Use custom-initialize-set.
22538 2005-10-02  Richard M. Stallman  <rms@gnu.org>
22540         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
22541         Use insert-buffer-substring.
22543         * net/tramp.el: Pacify byte compiler warnings in pacification code.
22544         (tramp-handle-file-local-copy): Use insert-buffer-substring.
22546 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22548         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
22549         in last change.
22550         (ange-ftp-insert-directory): Fix up the search for the case where
22551         `file' is absolute.
22553 2005-10-02  Romain Francoise  <romain@orebokech.com>
22555         * progmodes/compile.el (compile-goto-error): Delete extra paren.
22557 2005-10-02  Andreas Schwab  <schwab@suse.de>
22559         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
22560         directory component in the session info.
22562 2005-10-01  Richard M. Stallman  <rms@gnu.org>
22564         * comint.el (comint-redirect-subvert-readonly): Doc fix.
22566         * simple.el (next-error-internal): New function.
22568         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
22569         (compilation-start): Pass new arg to compilation-buffer-name.
22570         (compile-goto-error): Use next-error-internal.
22572 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
22574         * speedbar.el: Remove RCS tag.
22575         (speedbar-check-read-only): Handle non-existent files.
22577         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
22579         * info.el (Info-speedbar-hierarchy-buttons)
22580         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
22582 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22584         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
22585         Do not match newline.
22586         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
22587         (bibtex-summary): Remove unnecessary save-excursion.
22588         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
22590 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22592         * term/mac-win.el: Add charset info for "iso10646-1".
22593         Modify default fontset to use ATSUI-compatible fonts for some charsets
22594         if available.
22596 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
22598         * speedbar.el: Re-apply arch tag.
22599         (speedbar-version): Rename to version 1.0.  Suggested by Eric
22600         M. Ludlam.
22601         Reapply two changes from Emacs CVS' version of speedbar lost
22602         during the merge:
22603         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
22604         (speedbar-frame-parameters): Improve customize type.
22606 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22608         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
22609         (ange-ftp-file-directory-p): Fix the symlink case.
22610         (ange-ftp-insert-directory): When listing a single file, get a list of
22611         the parent buffer and extract the relevant line.  Inspired from a patch
22612         by Katsumi Yamaoka <yamaoka@jpl.org>.
22613         (ange-ftp-file-name-sans-versions): Simplify.
22615 2005-09-30  Bill Wohler  <wohler@newt.com>
22617         Move MH-E image files from toolbar and mail directories into
22618         etc/images.
22620         * mail/reply2.*: Move to etc/images/mail/reply*.
22622         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
22623         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
22624         etc/images.
22626         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
22627         * toolbar/reply*: Move to etc/images/mail.
22629         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
22631 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
22633         * speedbar.el: New version 1.0pre3.
22635         Frame management code (including timer, and mouse click specifics)
22636         moved to dframe.el:
22637         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
22638         (speedbar-timer): Removed.  Use dframe-timer.
22639         (speedbar-close-frame): Removed.  Use dframe-close-frame.
22640         (speedbar-activity-change-focus-flag): Removed.  Use
22641         dframe-activity-change-focus-flag.
22642         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
22643         dframe-update-speed.
22645         (speedbar-current-frame): New macro.  Use this instead of the
22646         variable speedbar-frame.
22648         (speedbar-use-images, speedbar-expand-image-button-alist)
22649         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
22651         (speedbar-find-image-on-load-path): Removed.  Replaced by
22652         defezimage in ezimage.el.
22653         (speedbar-expand-image-button-alist): Removed.  Replaced by
22654         ezimage-expand-image-button-alist in ezimage.el.
22656         (speedbar-ignored-directory-regexp)
22657         (speedbar-add-ignored-directory-regexp)
22658         (speedbar-ignored-directory-expressions)
22659         (speedbar-line-directory, speedbar-buffers-line-directory)
22660         (speedbar-directory-line, speedbar-buffers-line-directory):
22661         Renamed, replacing `path' with `directory'.
22663         (speedbar-create-directory, speedbar-expand-line-descendants)
22664         (speedbar-toggle-line-expansion)
22665         (speedbar-contract-line-descendants): New commands.
22667         (speedbar-query-confirmation-method, speedbar-select-frame-method)
22668         (speedbar-use-tool-tips-flag): New options.
22670         (speedbar-check-read-only, speedbar-require-version)
22671         (speedbar-insert-separator, speedbar-buffers-tail-notes)
22672         (speedbar-handle-delete-frame, speedbar-try-completion)
22673         (speedbar-update-localized-contents): New functions.
22675         (speedbar-incompatible-version, speedbar-ro-to-do-point)
22676         (speedbar-object-read-only-indicator): New variables.
22678         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
22679         New hooks.
22681         (speedbar-separator-face): New face.
22683         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
22684         (speedbar-ignored-modes): Add fundamental-mode.
22685         (speedbar-directory-unshown-regexp): Add . directories.
22687         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
22688         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
22689         `]' for full expand/close.
22690         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
22692         (speedbar-check-vc): Support hidden files.
22693         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
22694         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
22695         state is nil, it is not checked out.
22697         (speedbar-line-text, speedbar-line-token): Support expand buttons
22698         with no text.
22699         (speedbar-refresh): Universal argument acts as power-click.
22700         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
22701         that buffer to get variable values.
22703         And many other bugfixes.
22705         * dframe.el, ezimage.el, sb-image.el: New files.
22707         * sb-*.xpm: Remove files.  New image files installed into
22708         etc/images/ezimage.
22710 2005-09-30  Kenichi Handa  <handa@m17n.org>
22712         * ps-mule.el (ps-mule-show-warning): If a character is in
22713         ps-print-translation-table, don't treat it as non-printable.
22715 2005-09-30  David Ponce  <david@dponce.com>
22717         * tree-widget.el (tree-widget-themes-load-path): New variable.
22718         (tree-widget-themes-directory): Doc fix.
22719         (tree-widget-image-formats) [Emacs]: Doc fix.
22720         (tree-widget--locate-sub-directory): New function.
22721         (tree-widget-themes-directory): Use it.
22723         * recentf.el (recentf-filename-handlers): Rename from
22724         `recentf-filename-handler'.  Allow a list of functions.
22725         (recentf-menu-items-for-commands): Fix :help strings.
22726         (recentf-apply-filename-handlers): New function.
22727         (recentf-expand-file-name): Use it.
22728         (recentf-cleanup): Remove duplicates too.
22730 2005-09-29  Juri Linkov  <juri@jurta.org>
22732         * faces.el: Rearrange face definitions to be in the same order as
22733         their face descriptions in "(emacs)Standard Faces".
22735         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
22737         * tooltip.el (tooltip): Add group `basic-faces'.
22739         * buff-menu.el (Buffer-menu-buffer): Remove group
22740         `font-lock-highlighting-faces'.
22742         * progmodes/compile.el (compilation-error, compilation-warning)
22743         (compilation-info, compilation-line-number, compilation-column-number):
22744         Change group from `font-lock-highlighting-faces' to `compilation'.
22746         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22747         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
22748         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
22749         (vhdl-font-lock-reserved-words-face)
22750         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
22751         `font-lock-highlighting-faces'.
22753         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
22755 2005-09-28  Kim F. Storm  <storm@cua.dk>
22757         * emulation/cua-base.el: Set CUA move property on additional commands:
22758         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
22759         forward-sexp, backward-sexp, forward-list, backward-list.
22761 2005-09-28  Romain Francoise  <romain@orebokech.com>
22763         * comint.el (comint-show-output): Really set point at the
22764         beginning of the output when not using `comint-use-prompt-regexp'.
22766 2005-09-27  Jay Belanger  <belanger@truman.edu>
22768         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
22769         in TeX mode.
22771 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
22773         * textmodes/org.el (org-table-sum): Fix format string.
22775         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
22776         Quote face names.
22778 2005-09-26  Romain Francoise  <romain@orebokech.com>
22780         * isearch.el (isearch-forward-regexp): Close doc string.
22782 2005-09-25  Richard M. Stallman  <rms@gnu.org>
22784         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
22786         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
22788         * progmodes/compile.el (compilation-error-properties):
22789         When getting the file from the previous error message,
22790         correctly decode the new data format.
22792         * progmodes/cc-cmds.el (c-electric-paren):
22793         Call old-blink-paren only for close-paren.
22795 2005-09-24  Andreas Schwab  <schwab@suse.de>
22797         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
22798         condition.
22800 2005-09-25  Romain Francoise  <romain@orebokech.com>
22802         * dired-aux.el (dired-copy-file-recursive):
22803         * dired.el (dired-delete-file):
22804         * ediff-mult.el (ediff-dir-diff-copy-file):
22805         * ediff-util.el (ediff-test-save-region):
22806         * forms.el (forms-mode):
22807         * ido.el (ido-file-internal, ido-delete-file-at-head):
22808         * log-edit.el (log-edit-done):
22809         * ses.el (ses-yank-resize):
22810         * play/gomoku.el (gomoku-human-plays, gomoku)
22811         (gomoku-human-resigns, gomoku-prompt-for-other-game)
22812         (gomoku-offer-a-draw):
22813         * play/landmark.el (lm-human-resigns, lm):
22814         * net/eudcb-ldap.el (eudc-ldap-check-base):
22815         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
22816         * progmodes/ebrowse.el (ebrowse-find-pattern):
22817         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
22818         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
22819         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
22821         * vc.el (vc-delete-file):
22822         * play/gomoku.el (gomoku-terminate-game, gomoku)
22823         (gomoku-prompt-for-move, gomoku-human-takes-back):
22824         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
22825         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
22827 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
22829         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
22830         color rxvt terminals by using the code xterm.el used to use before
22831         2005-04-09 in order to match the colors used by rxvt.
22833 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22835         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
22836         colors rxvt-unicode terminals by using the same code as xterm.el.
22838 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22840         * textmodes/tex-mode.el (tex-font-lock-append-prop)
22841         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
22842         new symbol used for the tex-verbatim face.
22844 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22846         * woman.el (woman-file-name):
22847         * wid-edit.el (widget-file-prompt-value)
22848         (widget-coding-system-prompt-value):
22849         * w32-fns.el (set-w32-system-coding-system):
22850         * vc.el (vc-version-diff, vc-annotate):
22851         * textmodes/reftex-auc.el (reftex-arg-cite)
22852         (reftex-arg-index-tag):
22853         * textmodes/refer.el (refer-get-bib-files):
22854         * textmodes/artist.el (artist-figlet-choose-font):
22855         * terminal.el (terminal-emulator):
22856         * replace.el (occur-read-primary-args):
22857         * rect.el (string-rectangle, string-insert-rectangle):
22858         * ps-print.el (ps-print-preprint):
22859         * progmodes/pascal.el (pascal-goto-defun):
22860         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
22861         * progmodes/compile.el (compilation-find-file):
22862         * printing.el (pr-interactive-n-up):
22863         * play/animate.el (animate-birthday-present):
22864         * net/rcompile.el (remote-compile):
22865         * man.el (man, Man-goto-section, Man-follow-manual-reference):
22866         * mail/rmailsum.el (rmail-summary-search-backward)
22867         (rmail-summary-search):
22868         * mail/rmailout.el (rmail-output-read-rmail-file-name)
22869         (rmail-output-read-file-name):
22870         * mail/rmail.el (rmail-search, rmail-search-backwards):
22871         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
22872         * locate.el (locate):
22873         * international/quail.el (quail-show-keyboard-layout):
22874         * international/mule.el (set-buffer-file-coding-system)
22875         (revert-buffer-with-coding-system, set-file-name-coding-system)
22876         (set-terminal-coding-system, set-keyboard-coding-system)
22877         (set-next-selection-coding-system):
22878         * international/mule-diag.el (describe-coding-system)
22879         (describe-font, describe-fontset):
22880         * international/mule-cmds.el (universal-coding-system-argument)
22881         (search-unencodable-char, describe-input-method)
22882         (set-language-environment, describe-language-environment):
22883         * international/codepage.el (codepage-setup):
22884         * international/code-pages.el (codepage-setup):
22885         * info.el (Info-search, Info-follow-reference)
22886         (Info-search-backward):
22887         * emacs-lisp/advice.el (ad-read-advised-function)
22888         (ad-read-advice-class, ad-clear-cache, ad-activate)
22889         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
22890         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
22891         (ad-read-regexp):
22892         * ediff-util.el (ediff-toggle-regexp-match):
22893         * ediff-ptch.el (ediff-prompt-for-patch-file):
22894         * dired-aux.el (dired-diff):
22895         * diff.el (diff):
22896         * cus-edit.el (custom-variable-prompt):
22897         * calendar/timeclock.el (timeclock-ask-for-project):
22898         * calc/calcalg3.el (calc-get-fit-variables):
22899         * calc/calc-store.el (calc-edit-variable)
22900         (calc-permanent-variable):
22901         * vc-mcvs.el (vc-mcvs-register):
22902         * shadowfile.el (shadow-define-literal-group):
22903         * woman.el (woman-file-name):
22904         * vc.el (vc-version-diff, vc-merge):
22905         * textmodes/reftex-index.el (reftex-index-complete-tag):
22906         * format.el (format-decode-buffer, format-decode-region):
22907         * emulation/viper-cmd.el (viper-read-string-with-history):
22908         * emacs-lisp/debug.el (cancel-debug-on-entry):
22909         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
22910         * ediff.el (ediff-merge-revisions)
22911         (ediff-merge-revisions-with-ancestor, ediff-revision):
22912         * completion.el (interactive-completion-string-reader):
22913         * calc/calc-prog.el (calc-user-define-formula):
22914         Follow convention for reading with the minibuffer.
22916 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
22918         * progmodes/python.el (python-describe-symbol): Add globals() and
22919         locals() to the arguments of emacs.ehelp.
22921 2005-09-24  Magnus Henoch  <mange@freemail.hu>
22923         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
22924         New function, code extracted from ispell-valid-dictionary-list.
22925         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
22926         Call it.
22928 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
22930         * subr.el (version-regexp-alist): Extend valid syntax for version
22931         strings: allow any of the characters -,_,+ to separate the
22932         alpha/beta/rc part from the version part.  Doc fix.
22933         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
22935 2005-09-23  David Reitter  <david.reitter@gmail.com>
22937         * mail/mailclient.el: New file.
22939 2005-09-23  Richard M. Stallman  <rms@gnu.org>
22941         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
22942         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
22943         Doc fixes.
22945         * progmodes/cc-mode.el (c-font-lock-init):
22946         Specify font-lock-lines-before.
22948 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22950         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
22951         whole conflict.
22953 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
22955         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
22956         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
22957         of `remap' feature when available.  Additional key bindings for
22958         better tty support.
22959         (org-mode-restart, org-force-self-insert): New commands.
22960         (org-time-stamp-inactive): New command.
22961         (org-remap): New function.
22962         (org-table-auto-blank-field, org-level-color-stars-only): New options.
22963         (org-enable-fixed-width-editor): Move to `org-structure'
22964         customization group.
22965         (org-self-insert-command, orgtbl-self-insert-command): Modify to
22966         blank field after field motion commands.
22968 2005-09-23  Kenichi Handa  <handa@m17n.org>
22970         * international/mule-cmds.el (set-language-environment):
22971         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
22972         have to call utf-translate-cjk-load-tables.
22974 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22976         * mouse.el (mouse-move-drag-overlay): Fix last change.
22978 2005-09-22  David Ponce  <david@dponce.com>
22980         * tree-widget.el (tree-widget-value-create): Fix previous change.
22982 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
22984         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
22986 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22988         * mouse.el (mouse-move-drag-overlay): New function.
22989         (mouse-drag-region-1): Use it.
22990         Try to simplify a bit the state handling.  Handle clicks on links
22991         inside intangible areas.
22992         (mouse-save-then-kill): Minor simplification.
22993         (mouse-secondary-overlay): Make it always non-nil instead of
22994         recreating it each time.
22995         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
22996         (mouse-kill-secondary, mouse-secondary-save-then-kill):
22997         Simplify accordingly.
22999 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
23001         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23003 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
23005         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23006         (ediff-file-name-sans-prefix): Treat nil as an empty string.
23007         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23008         to patch.
23010         * ediff-util.el: Use insert-buffer-substring.
23012         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23014         * emulation/viper-cmd.el (viper-change-state): Don't move over the
23015         field boundaries in the minibuffer.
23016         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23017         (viper-minibuffer-post-command-hook): New hook.
23018         (viper-line): Don't move cursor at bolp.
23020         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23022         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23023         avoid compiler warnings.
23025         * emulation/viper-macs.el (ex-map): Better messages.
23027         * emulation/viper-utils.el (viper-beginning-of-field): New function.
23029         * emulation/viper.el: Replace make-variable-buffer-local with
23030         viper-make-variable-buffer-local everywhere, to avoid warnings.
23032 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23034         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23035         Delete unused var `old-selected-window'.
23036         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23037         (mouse-drag-secondary): Delete unused var `start-frame'.
23039 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
23041         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23043 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23045         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23046         Re-indent within 80 columns.  Use inhibit-read-only.
23048 2005-09-19  Romain Francoise  <romain@orebokech.com>
23050         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23052 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23054         * font-lock.el (font-lock-default-fontify-region): Don't add a line
23055         unconditionally, since the after-change-function already did it.
23057 2005-09-19  Miles Bader  <miles@gnu.org>
23059         * net/newsticker.el: Get rid of CVS keyword.
23061 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23063         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23064         The prompt is formatted later.
23066 2005-09-19  David Ponce  <david@dponce.com>
23068         * tree-widget.el (tree-widget-value-create): Save the converted
23069         tree :node widget.
23071 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
23073         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23074         variable `message'.
23076 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
23078         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23079         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
23080         <slawomir.nowaczyk.847@student.lu.se>.
23082 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
23084         * image.el (image-load-path): Use symbol `data-directory' instead
23085         of its value, for backward compatibility with packages that bind
23086         it during `find-image'.  Suggested by Katsumi Yamaoka.
23087         (image-search-load-path): Handle symbols whose values are strings.
23089 2005-09-18  Romain Francoise  <romain@orebokech.com>
23091         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23092         with-current-buffer form in save-excursion.
23094 2005-09-18  Deepak Goel  <deego@gnufans.org>
23096         * apropos.el (apropos-command): Fix `message' call: first arg
23097         should be a format spec.  In this and all other cases that appear
23098         below and elsewhere in the source code, I made a change only when
23099         two conditions were satisfied: [1] I can think of a possibility
23100         that the arguments would cause an error, for example, the code in
23101         question relies on external variables such as filenames.  [2] I
23102         was sure that the arg to `message' could not have been nil in the code.
23104         * textmodes/tildify.el (tildify-region): Ditto.
23106         * textmodes/reftex-index.el (reftex-index-change-entry)
23107         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23108         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23109         * textmodes/org.el (org-complete, org-deadline, org-schedule)
23110         (org-priority, org-table-sum):
23111         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23112         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23113         (flyspell-word, flyspell-display-next-corrections):
23114         * textmodes/bibtex.el (bibtex-print-help-message):
23115         * textmodes/artist.el (artist-key-set-point-poly):
23116         * term/mac-win.el (mac-services-insert-text):
23117         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23118         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23119         (vhdl-port-paste-testbench, vhdl-compose-new-component)
23120         (vhdl-compose-configuration):
23121         * progmodes/sh-script.el (sh-blink, sh-show-indent)
23122         (sh-set-indent, sh-learn-line-indent):
23123         * progmodes/ps-mode.el (ps-mode-target-column):
23124         * progmodes/idlwave.el (idlwave-make-tags)
23125         (idlwave-scan-library-catalogs):
23126         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23127         * progmodes/gud.el (gud-jdb-analyze-source):
23128         * progmodes/flymake.el (flymake-log):
23129         * progmodes/ebnf2ps.el (ebnf-generate-region):
23130         * progmodes/cmacexp.el (c-macro-expansion):
23131         * progmodes/ada-xref.el (ada-treat-cmd-string):
23132         * progmodes/ada-mode.el (ada-create-case-exception-substring)
23133         (ada-justified-indent-current, ada-batch-reformat):
23134         * play/zone.el (zone):
23135         * play/landmark.el (lm-move):
23136         * play/decipher.el (decipher-show-alphabet):
23137         * net/newsticker.el (newsticker--display-jump)
23138         (newsticker--display-scroll):
23139         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23140         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23141         * mail/feedmail.el (feedmail-dump-message-to-queue):
23142         * eshell/esh-proc.el (eshell-remove-process-entry):
23143         * emulation/ws-mode.el (ws-last-error):
23144         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23145         (viper-record-kbd-macro):
23146         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23147         * emacs-lisp/lisp-mnt.el (lm-report-bug):
23148         * emacs-lisp/find-func.el (find-function-noselect):
23149         * calendar/timeclock.el (timeclock-status-string)
23150         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23151         (timeclock-when-to-leave-string):
23152         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23153         * calc/calc-units.el (calc-enter-units-table):
23154         * calc/calc-mode.el (calc-mode-record-mode):
23155         * woman.el (woman-mini-help):
23156         * wdired.el (wdired-change-to-wdired-mode):
23157         * vc.el (vc-retrieve-snapshot):
23158         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23159         * startup.el (display-startup-echo-area-message):
23160         * simple.el (set-goal-column):
23161         * ses.el (ses-command-hook, ses-recalculate-cell):
23162         * server.el (server-process-filter):
23163         * printing.el (pr-interface-txt-print, pr-interface-printify)
23164         (pr-interface-ps):
23165         * pcvs.el (cvs-help):
23166         * log-edit.el (log-edit, log-edit-mode-help):
23167         * iswitchb.el (iswitchb-possible-new-buffer):
23168         * isearch.el (isearch-edit-string):
23169         * image-mode.el (image-mode, image-minor-mode):
23170         * ibuf-macs.el (define-ibuffer-filter):
23171         * hi-lock.el (hi-lock-find-patterns):
23172         * files.el (toggle-read-only):
23173         * ediff-util.el (ediff-copy-diff)
23174         (ediff-write-merge-buffer-and-maybe-kill):
23175         * echistory.el (Electric-history-undefined):
23176         * dnd.el (dnd-insert-text):
23177         * dired-aux.el (dired-query):
23178         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23179         * bookmark.el (bookmark-bmenu-locate):
23180         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23181         Fix `message' calls to ensure first arg is a format string.
23182         The change was made only when these two conditions were satisfied:
23183         [1] when there is a possibility that the arguments would cause an error
23184         for example, if the code in question relies on external variables
23185         such as filenames, and
23186         [2] if the arg to `message' could not have been nil in the code.
23188         * pcomplete.el (pcomplete--help): Fix `message' format spec.
23189         Not having a %s would be weird, though not technically wrong.
23191 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23193         * term/mac-win.el (mac-add-charset-info): Doc fix.
23195 2005-09-17  Romain Francoise  <romain@orebokech.com>
23197         * shell.el (shell-resync-dirs): Handle echoing processes more
23198         reliably.  Don't insert resync command if `comint-process-echoes'
23199         is non-nil.
23201 2005-09-17  Magnus Henoch  <mange@freemail.hu>
23203         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23204         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23205         aspell versions >= 0.60.
23206         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23207         only if ispell-aspell-supports-utf8 is non-nil.
23209 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23211         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23212         buffer-local value to lisp-indent-function.
23214 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
23216         * progmodes/glasses.el (glasses-make-readable): If
23217         glasses-separator differs from underscore, put appropriate
23218         overlays over underscore characters.
23219         (glasses-convert-to-unreadable): If glasses-separator differs from
23220         underscore, try to convert glasses-separator characters to
23221         underscores.
23223 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23225         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23226         Use with-syntax-table and dolist.
23228 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
23230         * textmodes/reftex-auc.el:
23231         * textmodes/reftex-cite.el:
23232         * textmodes/reftex-dcr.el:
23233         * textmodes/reftex-global.el:
23234         * textmodes/reftex-parse.el:
23235         * textmodes/reftex-ref.el:
23236         * textmodes/reftex-sel.el:
23237         * textmodes/reftex-toc.el:
23238         * textmodes/reftex-vars.el:
23239         * textmodes/reftex.el: Small changes to remove compiler warnings.
23241         * textmodes/reftex-index.el: Likewise.
23242         (reftex-query-index-phrase): More efficient use of markers.
23244 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23246         * image.el (image-load-path): New variable.
23247         (image-search-load-path): New function.
23248         (find-image): Search for images in `image-load-path'.
23250 2005-09-15  Richard M. Stallman  <rms@gnu.org>
23252         * follow.el: Change Maintainer field.
23254 2005-09-15  David Ponce  <david@dponce.com>
23256         * recentf.el (recentf-save-file-modes): New option.
23257         (recentf-save-list): Use it.
23259 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
23261         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23262         (mode-line-mule-info, mode-line-modified): Move bindings from
23263         mouse-3 to mouse-1.
23265 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23267         * simple.el (sendmail-user-agent-compose): Revert last change.
23269 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23271         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23272         Use with-current-buffer.
23273         (ange-ftp-gwp-start): Remove unused var `gw-user'.
23274         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23275         (ange-ftp-insert-directory): Remove unused var `short'.
23276         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23278         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23279         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23281         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23282         (check-calendar-holidays, diary-list-entries): Autoload.
23283         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23284         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23286         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23287         which mistakenly removed a call to display-buffer.
23289 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
23291         * obsolete/iso-insert.el: Move to obsolete/ from international/.
23293 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
23295         * progmodes/hideshow.el
23296         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23297         (hs-allow-nesting): New user var.
23298         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23299         (hs-hide-block-at-point): When nesting allowed,
23300         if there is already an overlay in place, delete it.
23301         (hs-safety-is-job-n): Delete func; remove call sites.
23302         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23303         (hs-overlay-at): New func.
23304         (hs-already-hidden-p, hs-show-block): Use it.
23305         (hs-hide-all): Don't pre-clean if nesting allowed.
23306         (hs-show-all): Temporarily disallow
23307         nesting around call to `hs-discard-overlays'.
23309 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
23311         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23312         Delete unused local var.
23314 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
23316         * help-fns.el (describe-categories): "?\ " -> "?\s".
23317         (help-do-arg-highlight): Recognize also ARG-n, as in
23318         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
23320         * international/codepage.el (dos-unsupported-char-glyph):
23321         * net/newsticker.el (tool-bar-map, w3-mode-map)
23322         (w3m-minor-mode-map):
23323         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23324         (ent-alist):
23325         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23327 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
23329         * custom.el (custom-push-theme): Handle the case where a symbol is
23330         bound but face properties have not yet been assigned.
23332         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23333         Fix behavior if noerase is `t' and there is no mail buffer.
23335         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23336         if `continue' is nil, rather than signal an error.
23338 2005-09-12  Richard M. Stallman  <rms@gnu.org>
23340         * font-lock.el (font-lock-keywords): Add autoload.
23342         * help-fns.el (describe-variable): Rearrange to put source link
23343         in a predictable place.
23345         * net/newsticker.el: New file.
23347 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23349         * calendar/calendar.el (calendar-for-loop): Add edebug info.
23350         (calendar-basic-setup): Use the new nil arg.
23351         (number-of-diary-entries): Move to diary-lib.el.
23353         * calendar/diary-lib.el: Use with-current-buffer, match-string.
23354         (diary-list-entries): Use with-syntax-table and dolist.
23355         Rename from list-diary-entries.
23356         Use number-of-diary-entries if `number' is nil.
23357         (diary, diary-view-entries): Use this new name and new nil arg value.
23358         (number-of-diary-entries): Move from calendar.el.
23359         (diary-unhide-everything): New function.
23360         (include-other-diary-files, fancy-diary-display)
23361         (diary-show-all-entries, make-diary-entry): Use it.
23362         (diary-mail-entries): Use buffer-string.
23363         (mark-diary-entries): Fix long standing paren typo.
23364         (diary-sexp-entry): Use count-lines.
23365         (make-diary-entry): Avoid `previous-line'.
23366         (diary-mode-map): New var.
23367         (diary-mode): Redraw cal after saving.  Setup header-line.
23368         (fancy-diary-display-mode): Use local-set-key.
23370         * startup.el (command-line): Try calling various terminal-init-foo-bar
23371         functions by stripping hyphenated suffixes from $TERM.
23373         * files.el (normal-mode): Check boundness of font-lock-keywords.
23375 2005-09-12  Richard M. Stallman  <rms@gnu.org>
23377         * progmodes/compile.el: Don't decide a file's directory
23378         until the user actually tries to go there.
23379         (compilation-next-error-function):
23380         Pass compilation-find-file the directory from the file-struct.
23381         (compilation-internal-error-properties): Separate local FILE-STRUCT
23382         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
23383         (compilation-find-file): Arg DIR renamed to DIRECTORY.
23384         Expand it, and if nil, use default-directory.
23385         (compilation-get-file-structure): Don't mix specified directory
23386         with default directory.  Put specified directory into
23387         file-struct.  Don't make the file name absolute.
23389         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23390         (compile-command): Add autoload.
23391         (compilation-disable-input): Add autoload.
23393 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
23395         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
23396         strings of the variables it can override.
23397         (time-stamp): New (as yet undocumented) time-stamp-format escapes
23398         %Q and %q, for fully-qualified domain name and unqualified host name.
23400 2005-09-11  Kim F. Storm  <storm@cua.dk>
23402         * emacs-lisp/authors.el (authors-aliases): Update list.
23403         (authors-fixed-entries): Update mldrag.el entry.
23405 2005-09-10  Alan Mackenzie  <acm@muc.de>
23407         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
23408         from the region narrowed to.
23410 2005-09-10  Magnus Henoch  <mange@freemail.hu>
23412         * textmodes/ispell.el (ispell-check-version): Signal an error if
23413         aspell version is less than 0.60.
23415 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
23417         * progmodes/octave-inf.el (inferior-octave-startup):
23418         Resync current dir at the end.
23420 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
23422         * woman.el (woman-topic-at-point-default):
23423         Rename to woman-use-topic-at-point-default.
23424         (woman-topic-at-point): Rename to woman-use-topic-at-point.
23425         (woman-file-name): Reflect renames above.  Automatically use the
23426         word at point as topic if woman-use-topic-at-point is non-nil.
23427         Otherwise offer it as default but don't insert it in the
23428         minibuffer.  Also use `test-completion' instead of `assoc' as
23429         suggested by Stefan Monnier.
23431 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
23433         * vc.el (vc-directory, vc-update-change-log): Throw an error on
23434         the attempt to do it over Tramp.  This is not yet supported.
23436 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
23438         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
23439         (menu-bar-non-minibuffer-window-p): New functions.
23440         ("Split Window", "Save As..."): Use them.
23441         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
23442         ("Print Buffer", "Truncate Long Lines in this Buffer"):
23443         Use menu-bar-menu-frame-live-and-visible-p.
23444         ("Save Buffer", "Insert File", "Open Directory...")
23445         ("Open File...", "Visit New File..."):
23446         Use menu-bar-non-minibuffer-window-p.
23447         (kill-this-buffer-enabled-p, dired <menu-enable>):
23448         Use menu-bar-non-minibuffer-window-p.
23450 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
23452         * cus-start.el (all): Don't complain about fringe-related
23453         built-ins if fringes are not supported.  Ditto about
23454         selection-related built-ins.  Fix the test for GTK-related built-ins.
23456         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
23457         ("Postscript Print Buffer", "Print Region", "Save As...")
23458         ("Save", "Insert File...", "Open Directory...")
23459         ("Open File...", "Visit New File..."")
23460         ("Truncate Long Lines in this Buffer"): Don't look at
23461         menu-updating-frame if this display does not support multiple frames.
23463 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23465         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
23467 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
23469         * woman.el: Format- and whitespace-related changes.
23471 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
23473         * woman.el: Fix my email address.
23475 2005-09-08  Richard M. Stallman  <rms@gnu.org>
23477         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
23478         (sh-mode): Locally set skeleton-pair-default-alist.
23480         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
23482         * progmodes/flymake.el: Require `compile' unconditionally.
23484         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
23486         * woman.el (woman-file-name): Provide a default, not initial input.
23488         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
23490         * font-lock.el (font-lock-support-mode): Doc fix.
23492         * descr-text.el (describe-property-list): Handle non-symbol prop names.
23494 2005-09-08  Richard M. Stallman  <rms@gnu.org>
23496         * simple.el (blink-matching-open): Get rid of text props from
23497         the string shown in echo area.  Don't permanently set point.
23498         Some rearrangements.
23500 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23502         * recentf.el (recentf-filename-handler): Add custom choice
23503         `abbreviate-file-name'.
23505         * msb.el (msb--very-many-menus): Fix typo.
23507         * disp-table.el (standard-display-european): Don't set
23508         enable-multibyte-characters to nil.
23510 2005-09-08  David Ponce  <david@dponce.com>
23512         * recentf.el (recentf-show-file-shortcuts-flag): New option.
23513         (recentf-expand-file-name): Doc fix.
23514         (recentf-dialog-mode-map): Define digit shortcuts.
23515         (recentf--files-with-key): New variable.
23516         (recentf-show-digit-shortcut-filter): New function.
23517         (recentf-open-files-items): New function.
23518         (recentf-open-files): Use it.
23519         (recentf-open-file-with-key): New command.
23521 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
23523         * buff-menu.el (Buffer-menu-sort-by-column): New function.
23524         Suggested by Kim F. Storm.
23525         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
23526         (Buffer-menu-make-sort-button): Use global keymap.
23528 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
23530         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
23531         (Man-getpage-in-background-advice): Remove defadvice; it isn't
23532         necessary any longer with the remapped command.
23533         (Man-bgproc-sentinel-advice): Remove defadvice which counts
23534         formatting time only.
23536         * net/tramp.el (tramp-action-password)
23537         (tramp-multi-action-password): Compile the password prompt from
23538         `method', `user' and `host'.  Sometimes it isn't obvious which
23539         password to enter, for example with remote files offered by
23540         recentf.el, or with multiple steps.  Suggested by Robert Marshall
23541         <robert@chezmarshall.freeserve.co.uk>.
23543 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23545         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
23546         Fix regexp for when "s///" is at the beginning of line.
23548 2005-09-07  Jay Belanger  <belanger@truman.edu>
23550         * calc/calc-poly.el (math-expand-term): Multiply out any powers
23551         when in matrix mode.
23553 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23555         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
23556         non-anonymous functions.
23558 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
23560         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
23561         when using a header line.  Otherwise, use mouse-1-click-follows-link.
23563         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
23564         can't be moved; don't signal an error.
23566 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
23568         * cus-theme.el (custom-theme-write-faces): Save the current face
23569         spec, not the defface spec.
23571         * custom.el (custom-known-themes): Clarify meaning of "standard".
23572         (custom-push-theme): Save old values in the standard theme.
23573         (disable-theme): Correct typo.
23574         (custom-face-theme-value): Deleted unused function.
23575         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
23577 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23579         * progmodes/compile.el (compilation-goto-locus): Take into account
23580         iconified frames when determining whether the buffer is
23581         already visible.
23582         Don't reset window height if the window already existed.
23584 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
23586         * custom.el (load-theme): Rename from require-theme.
23587         Add interactive spec.
23588         (enable-theme): Rename from custom-enable-theme.
23589         Add interactive spec.
23590         (disable-theme): Rename from custom-disable-theme.
23591         Add interactive spec.
23592         (custom-make-theme-feature): Doc fix.
23593         (custom-theme-directory): Doc fix.
23594         (provide-theme): Call enable-theme.
23596 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23598         * obsolete/lazy-lock.el (lazy-lock-mode):
23599         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
23600         font-lock-mode if it's off.  Print a warning instead.
23602         * progmodes/compile.el (compilation-start): Ignore errors if the
23603         process died before we get to send-eof.
23605         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
23606         Undo last change.  Enclosing the result in quotes broke things on Unix
23607         since tex-send-command passes it through shell-quote-argument.
23608         (tex-send-command): Pass `file' through convert-standard-filename
23609         when possible.
23610         (tex-uptodate-p): Handle the case where TeX hasn't put additional
23611         info in a transcript.
23613 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
23615         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
23616         fix compilation warning.  Reorder the key definitions to group
23617         together keys emitted by the current version of xterm.
23619         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
23620         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
23621         Reorder predicates to correct min-color usage.
23623 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
23625         * longlines.el (longlines-mode): Inhibit read-only when encoding.
23626         Kill local variables when longlines-mode is turned off.
23628 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23630         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
23632         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
23634         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
23636         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
23637         (font-lock-lines-before): Change default to being inactive.
23638         (font-lock-default-fontify-region): Obey font-lock-lines-before.
23639         (font-lock-after-change-function): Don't handle f-l-lines-before here.
23641 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
23643         * net/tramp.el (tramp-handle-make-auto-save-file-name):
23644         Deactivate temporarily advice if active (not needed for Emacs 22,
23645         but for backwards compatibility).
23646         (tramp-exists-file-name-handler): Rewrite.  First implementation
23647         was too simple.
23648         (tramp-advice-make-auto-save-file-name):
23649         Call `tramp-handle-make-auto-save-file-name' (again, just for
23650         backwards compatibility).
23652 2005-08-31  Reto Zimmermann  <reto@gnu.org>
23654         * progmodes/vhdl-mode.el
23655         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
23656         (vhdl-end-p): Fix indentation bug "else" after "-- when".
23657         (vhdl-set-default-project): New function (easier setting of default).
23658         (vhdl-port-copy): Handle extended identifiers for generics.
23659         (vhdl-compiler-alist): Better description for error message regexp.
23660         (vhdl-make): Query for target, use previous as default.
23661         (vhdl-port-copy): Fix port copy for port names starting with "signal".
23662         (vhdl-font-lock-keywords-2): Fix fontification for record
23663         el. assign.
23664         (vhdl-speedbar-make-subpack-line): Add package body link.
23665         (vhdl-generate-makefile-1): Not include itself as dependency.
23666         (vhdl-font-lock-init): Highlight c-preprocessor directives.
23667         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
23668         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
23669         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
23670         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
23671         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
23672         (vhdl-import-project): Add string argument for `error'.
23673         (vhdl-compose-configuration)
23674         (vhdl-compose-configuration-architecture): Add configuration
23675         declaration generation.
23676         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
23677         (vhdl-trailer-re): Add "record" keyword (better indentation).
23678         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
23679         "[^ \t-\"]+".
23680         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
23681         (vhdl-testbench-entity-file-name)
23682         (vhdl-testbench-architecture-file-name): Allow separate
23683         customization of testbench file names.
23684         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
23685         (vhdl-get-visible-signals): Allow newline within alias declaration.
23686         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
23687         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
23688         (member-ignore-case): Alias for missing function in XEmacs.
23689         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
23690         (vhdl-update-sensitivity-list): Ignore case on read signals.
23691         (vhdl-replace-string): Adjust case only for file names.
23692         (vhdl-update-sensitivity-list): Fix search for read signals.
23693         (vhdl-update-sensitivity-list): Exclude formal parameters.
23694         (vhdl-get-visible-signals): Include aliases of signals.
23695         (vhdl-get-visible-signals): Fix signal name searching.
23696         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
23697         (vhdl-fixup-whitespace-region): Fix for character
23698         literals (e.g. `:').
23700 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
23702         * ansi-color.el (comint-last-output-start):
23703         * bs.el (font-lock-verbose):
23704         * diff-mode.el (add-log-buffer-file-name-function):
23705         * dired-x.el (vm-folder-directory):
23706         * faces.el (help-xref-stack-item):
23707         * files.el (font-lock-keywords):
23708         * find-lisp.el (dired-buffers, dired-subdir-alist):
23709         * ido.el (cua-inhibit-cua-keys):
23710         * log-view.el (cvs-minor-wrap-function):
23711         * outline.el (font-lock-warning-face):
23712         * simple.el (compilation-current-error):
23713         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
23714         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
23715         * tooltip.el (comint-prompt-regexp):
23716         * w32-fns.el (explicit-shell-file-name):
23717         * term/mac-win.el (mac-charset-info-alist)
23718         (mac-services-selection, mac-system-script-code):
23719         * term/tty-colors.el (msdos-color-values):
23720         * term/w32-win.el (xlfd-regexp-registry-subnum):
23721         * term/x-win.el (x-keysym-table, x-selection-timeout)
23722         (x-session-id, x-session-previous-id):
23723         * textmodes/ispell.el (mail-yank-prefix):
23724         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
23725         * textmodes/org.el (calc-embedded-close-formula)
23726         (calc-embedded-open-formula)
23727         (font-lock-unfontify-region-function):
23728         * textmodes/reftex-global.el (isearch-next-buffer-function)
23729         (TeX-master):
23730         * textmodes/reftex.el (font-lock-keywords):
23731         * textmodes/tex-mode.el (font-lock-comment-face)
23732         (font-lock-doc-face):
23733         * textmodes/texinfo.el (outline-heading-alist):
23734         Add defvars.
23736         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
23737         (artist-spray-chars, artist-mode-init, artist-replace-string)
23738         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
23739         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
23740         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
23742         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
23743         (conf-align-assignments): "?\ " -> "?\s".
23745         * textmodes/reftex-index.el (TeX-master): Add defvar.
23746         (reftex-index-phrases-marker): Move up defvar.
23748         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
23749         (reftex-toc-include-labels-indicator)
23750         (reftex-toc-include-index-indicator)
23751         (reftex-toc-max-level-indicator): Move up declarations.
23753         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
23754         of args to `tramp-run-real-handler', even if it's empty in this case.
23756 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23758         * dired.el (dired-move-to-filename-regexp): Add date format for
23759         Mac OS X 10.3 in East Asian locales.
23761 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
23763         * files.el (make-auto-save-file-name): Add file name handler call
23764         if applicable.
23766         * net/tramp.el (tramp-file-name-handler-alist)
23767         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
23768         (tramp-handle-make-auto-save-file-name): Rename from
23769         `tramp-make-auto-save-file-name'.
23770         (tramp-exists-file-name-handler): New defun.
23771         (tramp-advice-make-auto-save-file-name): Make defadvice only when
23772         `make-auto-save-file-name' is not a magic file name operation.
23774 2005-08-30  Richard M. Stallman  <rms@gnu.org>
23776         * files.el (risky-local-variable-p):
23777         Match `-predicates' and `-commands.
23779         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
23780         (custom-save-all): Visit the file if necessary;
23781         kill the buffer if we created it.
23782         (custom-save-delete): Don't visit file or kill buffer here.
23784 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
23786         * textmodes/org.el (org-special-keyword): New face.
23787         (org-table-copy-down, org-table-eval-formula)
23788         (org-table-recalculate, org-init-section-numbers):
23789         Use `string-to-number' instead of `string-to-int'.
23790         (org-get-location): Use `insert-buffer-substring' instead of
23791         `insert-buffer'.
23792         (org-modify-diary-entry-string): New function.
23793         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
23794         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
23795         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
23796         active region.
23797         (org-export-as-html): Handle QUOTE keyword.
23798         (org-quote-string): New option.
23799         (org-bookmark-jump-unhide): New function, used for
23800         `bookmark-after-jump-hook'.
23801         (org-diary-default-entry): Apply only when not called through
23802         `org-agenda'.
23804 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
23806         * net/eudc.el (mode-popup-menu):
23807         * play/handwrite.el (ps-printer-name, ps-lpr-command):
23808         * progmodes/ada-mode.el (compile-auto-highlight)
23809         (skeleton-further-elements):
23810         * progmodes/autoconf.el (font-lock-syntactic-keywords):
23811         * progmodes/cmacexp.el (msdos-shells):
23812         * progmodes/compile.el (font-lock-extra-managed-props)
23813         (font-lock-keywords, font-lock-maximum-size)
23814         (font-lock-support-mode):
23815         * progmodes/grep.el (font-lock-lines-before):
23816         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
23817         * progmodes/mixal-mode.el (compile-command):
23818         * progmodes/perl-mode.el (font-lock-comment-face)
23819         (font-lock-doc-face, font-lock-string-face):
23820         * progmodes/prolog.el (comint-prompt-regexp):
23821         * progmodes/sh-script.el (font-lock-comment-face)
23822         (font-lock-set-defaults, font-lock-string-face):
23823         * progmodes/sql.el (font-lock-keyword-face)
23824         (font-lock-set-defaults, font-lock-string-face):
23825         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
23826         (itimer-version, lazy-lock-defer-contextually)
23827         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
23828         Add defvars.
23830         * progmodes/cperl-mode.el (cperl-electric-lbrace)
23831         (cperl-electric-keyword, cperl-electric-pod)
23832         (cperl-electric-backspace, cperl-forward-re)
23833         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
23834         (vc-rcs-header, vc-sccs-header): Add defvars.
23836         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
23837         (font-lock-syntactic-keywords, gud-find-expr-function):
23838         Add defvars.
23840         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
23841         (gdb-frame-parameters): Declare before use.
23843         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
23844         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
23845         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
23846         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
23848         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
23849         (idlwave-help-with-source): Use `insert-buffer-substring', not
23850         `insert-buffer'.
23852 2005-08-29  Juri Linkov  <juri@jurta.org>
23854         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
23855         Put outline-back-to-heading function call inside save-excursion.
23857 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
23859         * man.el (Man-init-defvars, Man-translate-references)
23860         (Man-support-local-filenames, Man-highlight-references):
23861         * progmodes/sql.el (sql-interactive-mode):
23862         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
23864         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
23865         (compilation-mode-font-lock-keywords): Add defvars.
23866         (checkdoc-interactive-loop): "?\ " -> "?\s".
23868         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
23869         (font-lock-doc-face, font-lock-string-face)
23870         (font-lock-keywords-case-fold-search): Add defvars.
23871         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
23873         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
23874         Don't pass X and Y (they are ignored anyway).
23875         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
23876         (mouse-delete-window): Make arguments optional.
23878         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
23879         (caesar-translate-table, minor-modes, news-buffer-save)
23880         (news-group-name, news-minor-modes): Add defvars.
23882         * emacs-lisp/lselect.el (mouse-highlight-priority)
23883         (x-lost-selection-functions, zmacs-regions):
23884         * emacs-lisp/pp.el (font-lock-verbose):
23885         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
23886         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
23887         (ses-mode-map):
23888         * emacs-lisp/tcover-unsafep.el (safe-functions):
23889         * international/mule-cmds.el (mac-system-coding-system)
23890         (mac-system-locale):
23891         * language/ethio-util.el (rmail-current-message)
23892         (rmail-message-vector):
23893         * language/thai-util.el (thai-auto-composition-mode):
23894         * mail/metamail.el (rmail-current-message, rmail-message-vector):
23895         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
23896         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
23897         (vm-primary-inbox, vm-spool-files):
23898         * mail/rmail.el (deleted-head, font-lock-fontified)
23899         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
23900         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
23901         (total-messages):
23902         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
23903         (rmail-summary-mode-map):
23904         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
23905         (rmail-last-label, rmail-last-multi-labels)
23906         (rmail-summary-vector, rmail-total-messages):
23907         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
23908         * mail/rmailsum.el (msgnum):
23909         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
23910         (rmail-current-message):
23911         * obsolete/fast-lock.el (font-lock-face-list):
23912         * obsolete/rnewspost.el (mail-reply-buffer):
23913         * obsolete/scribe.el (compile-command):
23914         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
23916 2005-08-28  John Paul Wallington  <jpw@gnu.org>
23918         * ibuf-ext.el (ibuffer-auto-update-changed):
23919         Use `frame-or-buffer-changed-p' to check whether we need to update.
23920         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
23921         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
23922         as a `frame-or-buffer-changed-p' state vector instead.
23924 2005-08-27  Romain Francoise  <romain@orebokech.com>
23926         * textmodes/makeinfo.el (makeinfo-compile):
23927         Use `compilation-start'.  Set `next-error-function' according to
23928         `disable-errors'.
23929         (makeinfo-next-error): New function.
23930         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
23931         (makeinfo-buffer): Likewise.
23933         * progmodes/compile.el (compilation-start): Add autoload cookie.
23935         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
23936         * textmodes/sgml-mode.el: Likewise.
23937         * progmodes/python.el: Likewise.
23939 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
23941         * simple.el (blink-matching-paren-distance): Document the meaning
23942         of nil value, and allow to customize to nil.
23944         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
23945         command.com, not command.exe.
23947 2005-08-26  John Wiegley  <johnw@newartisans.com>
23949         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
23950         code around a bit so that an extraneous nil argument is not added
23951         to a command when no args are given.
23953         * eshell/esh-arg.el (eshell-parse-double-quote): If a
23954         double-quoted argument resolves to nil, return it as an empty
23955         string rather than as nil.  This made it impossible to pass "" to
23956         a shell script as a null string argument.
23958 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23960         * outline.el (outline-invent-heading): New fun.
23961         (outline-promote, outline-demote): Use it.
23962         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
23963         (outline-end-of-subtree): Remove unused var `opoint'.
23965 2005-08-26  David Reitter  <david.reitter@gmail.com>
23967         * menu-bar.el (truncate-lines, write-file, print-buffer)
23968         (ps-print-buffer-faces, ps-print-buffer, split-window):
23969         Disable menu items when the frame they refer to is invisible, or when
23970         they refer to a buffer and the minibuffer is selected.
23972 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
23974         * progmodes/flymake.el (flymake-highlight-err-lines):
23975         Use save-excursion around flymake-highlight-line to preserve point.
23977 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
23979         * progmodes/octave-mod.el: Change Author and Maintainer address.
23980         (octave-maintainer-address): Change Kurt's email address.
23981         * progmodes/octave-inf.el: Change Author and Maintainer address.
23982         * progmodes/octave-hlp.el: Change Author and Maintainer address.
23984 2005-08-26  Kim F. Storm  <storm@cua.dk>
23986         * subr.el (version-list-<, version-list-<=, version-list-=):
23987         Rename from integer-list-*.
23988         (version-list-not-zero): Likewise.  Fix while loop.
23989         (version=): Use version-list-= instead of string-equal.
23991 2005-08-26  Richard M. Stallman  <rms@gnu.org>
23993         * outline.el (outline-promote): Try shortening the heading.
23994         As last resort, read the heading to use.
23995         (outline-demote): As last resort, read the heading to use.
23997 2005-08-26  Romain Francoise  <romain@orebokech.com>
23999         * progmodes/compile.el (compilation-start): Doc fix.
24001         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24002         (antlr-font-lock-additional-keywords): Fix reference to
24003         `antlr-font-lock-literal-regexp' erroneously changed during the
24004         mass face rename.
24005         (antlr-run-tool): Use `compilation-start'.
24007         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24008         instead of the obsolete `compile-internal'.
24010 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
24012         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24013         (number, original-date):
24014         * calendar/cal-china.el (date):
24015         * calendar/cal-coptic.el (date):
24016         * calendar/cal-french.el (date):
24017         * calendar/cal-hebrew.el (date, entry, number, original-date):
24018         * calendar/cal-islam.el (date, number, original-date):
24019         * calendar/cal-iso.el (date):
24020         * calendar/cal-julian.el (date):
24021         * calendar/cal-mayan.el (date):
24022         * calendar/cal-menu.el (date, event):
24023         * calendar/cal-persia.el (date):
24024         * calendar/lunar.el (date):
24025         * calendar/solar.el (date): Add defvars.
24027         * emerge.el:
24028         * ibuffer.el:
24029         * info-xref.el:
24030         * obsolete/bg-mouse.el:
24031         * obsolete/sun-curs.el:
24032         * obsolete/swedish.el: Move the `defvar's to the top level.
24034         * smerge-mode.el (smerge-refined-change): Add :group.
24036 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24038         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24039         (smerge-keep-n): Remove props.
24040         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24041         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24042         now that it's done in smerge-keep-n.
24043         (smerge-refined-change): New face.
24044         (smerge-refine-chopup-region, smerge-refine-highlight-change)
24045         (smerge-refine): New funs.
24046         (smerge-basic-map): Bind smerge-refine.
24048 2005-08-25  Juri Linkov  <juri@jurta.org>
24050         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24051         compilation-process-setup-function and compilation-disable-input
24052         in grep-mode instead of let-bindings in grep.
24054         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24055         Delete "Automatic File De/compression" (auto-compression-mode).
24057 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
24059         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24060         Silence warning about non-existent variable.
24062 2005-08-25  Richard M. Stallman  <rms@gnu.org>
24064         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24065         Rename "Describe Key" to "Describe Key or Mouse Operation".
24067         * mail/mailalias.el (build-mail-aliases): Delete comments
24068         from the contents before processing them.
24070         * isearch.el (isearch-edit-string): Erase the Search prompt
24071         if user enters an empty string and there is no default.
24073         * comint.el (comint-file-name-prefix): Add autoload.
24075 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
24077         * subr.el (play-sound): Rearrange to avoid warning.
24079 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
24081         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24082         New hook.
24083         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24085 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24087         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24089         * custom.el (custom-theme-set-variables): Sort minor modes last.
24091 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24093         * subr.el (version-separator, version-regexp-alist): New vars used by
24094         version comparison funs.
24095         (integer-list-<, integer-list-=, integer-list-<=)
24096         (integer-list-not-zero): New funs for integer list comparison.
24097         (version-to-list, version=, version<, version<=): New funs for version
24098         comparison.
24100 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
24102         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24103         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24104         time to silence the byte-compiler.
24106         * ibuffer.el (ibuffer-compile-make-eliding-form)
24107         (ibuffer-check-formats): Use `with-no-warnings' to hide references
24108         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24109         so it's silly to get warnings for it).
24110         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24111         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24112         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24113         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24114         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24115         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24116         Defvar at compile time.
24117         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24118         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24119         Declare them before use.
24121         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24122         (info-xref-good, info-xref-bad): Defvar at compile time.
24124         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24125         Use `let*' instead of `let'.
24127         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24128         (*mouse-y*, menu, char): Defvar at compile time.
24129         (sc::menu): Declare it before use.
24130         (sc::pack-one-line): Use `let', not `let*'.
24132         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24133         (mail-send-hook): Defvar at compile time.
24135         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24136         Defvar at compile time.
24138         * term/sun-mouse.el (current-global-mousemap)
24139         (current-local-mousemap): Declare them before use.
24141 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
24143         * bookmark.el (bookmark-after-jump-hook): New hook.
24144         (bookmark-jump): Run `bookmark-after-jump-hook'.
24146 2005-08-23  Juri Linkov  <juri@jurta.org>
24148         * faces.el (minibuffer-prompt): Doc fix.
24150 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
24152         * progmodes/xscheme.el: Trivial changes to silence warnings.
24153         (xscheme-previous-mode, xscheme-previous-process-state):
24154         Add defvars.
24155         (xscheme-last-input-end, xscheme-process-command-line)
24156         (xscheme-process-name, xscheme-buffer-name)
24157         (xscheme-expressions-ring-max, xscheme-expressions-ring)
24158         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24159         (xscheme-control-g-synchronization-p)
24160         (xscheme-control-g-disabled-p, xscheme-string-receiver)
24161         (default-xscheme-runlight, xscheme-runlight)
24162         (xscheme-runlight-string, xscheme-process-filter-state)
24163         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24164         Move to beginning of file.
24165         (scheme-interaction-mode-commands-alist)
24166         (scheme-interaction-mode-map, scheme-debugger-mode-map):
24167         Declare them before use.  Note: the initialization code for the
24168         variables has not been moved because it uses functions that reference
24169         the variables.
24170         (xscheme-control-g-message-string, xscheme-process-filter-alist)
24171         (xscheme-prompt-for-expression-map): Declare them before use.
24172         (scheme-debugger-mode-commands): "?\ " -> "?\s".
24174 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
24176         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24178 2005-08-22  Juri Linkov  <juri@jurta.org>
24180         * faces.el (set-face-underline): Delete this duplicate function
24181         and make an obsolete alias to set-face-underline-p.
24182         (set-face-underline-p): Use docstring of set-face-underline.
24183         (describe-face): Create hyperlink to parent face.
24185         * info.el (Info-insert-dir): Use save-excursion around
24186         insert-buffer-substring.
24187         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24188         (Info-escape-percent): Delete function.
24189         (Info-fontify-node): Replace Info-escape-percent by
24190         replace-regexp-in-string with REP arg set to lambda that
24191         duplicates `%' and preserves text properties.
24193         * progmodes/compile.el (compilation-disable-input): Doc fix.
24194         (define-compilation-mode): Doc fix and refill.
24195         (kill-compilation): Use `mode-name' in the error message.
24196         (compilation-find-file): Use `compilation-error' in the
24197         read-file-name's prompt.
24199 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24201         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24202         (smerge-auto-leave): Make undo re-enable the mode.
24203         (debug-ignored-errors): Add the user-error of impossible resolution.
24204         (smerge-resolve): Move things around a bit, in preparation for later.
24205         (smerge-diff): Don't fail if the buffer has no associated file.
24206         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24207         (smerge-conflict-overlay): New function.
24208         (smerge-match-conflict): Don't add text properties here.
24209         (smerge-find-conflict): Instead, add an overlay here.
24210         Also check for the case where we're inside a conflict already, so as to
24211         obviate the need for font-lock-multiline, which is unbearably slow with
24212         large conflicts and ciomplex font-lock patterns.
24213         (smerge-remove-props): Remove overlay rather than text-properties.
24214         (smerge-mode): Don't set font-lock-multiline.
24215         Remove overlays when turned off.
24217 2005-08-21  Kim F. Storm  <storm@cua.dk>
24219         * ido.el (ido-ignore-item-p): Use save-match-data.
24220         Bind case-fold-search to ido-case-fold locally.
24222 2005-08-20  Richard M. Stallman  <rms@gnu.org>
24224         * files.el (normal-mode): If font lock is on, turn it off and on.
24226         * subr.el (replace-regexp-in-string): Doc fix.
24228         * startup.el (command-line-1): Don't suppress startup screen
24229         due to existing processes.
24231         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24233         * progmodes/compile.el (compilation-disable-input): Default to nil.
24235 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
24237         * progmodes/compile.el (compilation-disable-input): New defcustom.
24238         (compilation-start): If compilation-disable-input is non-nil, send
24239         EOF to the compilation process.
24241 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
24243         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24244         Run the argument of tex-shell-cd-command through
24245         convert-standard-filename, to get the correct style of slashes on
24246         Windows, and enclose the result in quotes, in case the file name
24247         includes whitespace or other special characters.
24249 2005-08-19  Andreas Schwab  <schwab@suse.de>
24251         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24252         process.
24254 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
24256         * cus-start.el (minibuffer-prompt-properties): Correct typo.
24258 2005-08-18  Kim F. Storm  <storm@cua.dk>
24260         * scroll-lock.el: Fix errors due to incorrect line wrapping.
24262 2005-08-18  Richard M. Stallman  <rms@gnu.org>
24264         * scroll-lock.el: New file.
24266 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
24268         * dired.el (dired-move-to-end-of-filename):
24269         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24271 2005-08-18  Kim F. Storm  <storm@cua.dk>
24273         * ido.el (ido-everywhere): Fix defcustom :set function to disable
24274         rather than toggle mode when custom value is nil.
24275         (ido-everywhere): Fix defun doc string.
24277 2005-08-17  Richard M. Stallman  <rms@gnu.org>
24279         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24280         as tag instead of "Inviolable".
24282 2005-08-17  Kim F. Storm  <storm@cua.dk>
24284         * windmove.el (windmove-coordinates-of-position): Remove.
24285         (windmove-coordinates-of-window-position): Remove.
24286         (windmove-reference-loc): Use posn-at-point instead.
24288         * subr.el (insert-for-yank-1): Doc fix.
24290         * ido.el (ido-enter-matching-directory): Rename from
24291         ido-enter-single-matching-directory.  Change `slash' choice to
24292         `only'.  Add `first' choice.
24293         (ido-exhibit): Adapt to above changes.
24295 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
24297         * Makefile.in: Expand comment about building loaddefs.el.
24299 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
24301         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24302         Comment use of defadvice.
24304         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24306 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
24308         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24309         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24310         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24311         * progmodes/idlw-shell.el, progmodes/ld-script.el,
24312         * progmodes/which-func.el, ruler-mode.el, strokes.el,
24313         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24314         for backward compatibility for faces that did not appear in the
24315         previous Emacs release.
24317         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24319 2005-08-15  Kim F. Storm  <storm@cua.dk>
24321         * emulation/cua-base.el (cua-delete-region): Return t if
24322         deleted region was non-empty.
24323         (cua-replace-region): Inhibit overwrite-mode for
24324         self-insert-command if replaced region was non-empty.
24325         (cua--explicit-region-start, cua--status-string): Make them
24326         buffer-local at top-level...
24327         (cua-mode): ...rather than when mode is enabled.
24329 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
24331         * progmodes/vhdl-mode.el (vhdl-emacs-21):
24332         Set t for Emacs 21, 22, and so on.
24334 2005-08-15  David Ponce  <david@dponce.com>
24336         * tree-widget.el: Update Commentary header.
24337         (tree-widget-theme): Doc fix.
24338         (tree-widget-space-width): New option.
24339         (tree-widget-image-properties): Look up in the default theme too.
24340         (tree-widget--cursors): Only for images with arrow pointer shape.
24341         (tree-widget-lookup-image): Pointer shape is hand by default.
24342         (tree-widget-icon): Rename generic icon widget from
24343         `tree-widget-control'.
24344         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24345         derive from `tree-widget-icon'.
24346         (tree-widget-handle): Improve default look and feel of the text
24347         representation.
24348         (tree-widget): Rename :*-control properties to :*-icon properties.
24349         Add :action and :help-echo properties.
24350         (tree-widget-after-toggle-functions): Move.
24351         (tree-widget-close-node, tree-widget-open-node): Remove.
24352         (tree-widget-before-create-icon-functions): New hook.
24353         (tree-widget-value-create): Update to allow customization of icons
24354         and nodes at run-time via that new hook.
24355         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24356         (tree-widget-icon-action, tree-widget-icon-help-echo)
24357         (tree-widget-action, tree-widget-help-echo): New functions.
24359 2005-08-15  Kim F. Storm  <storm@cua.dk>
24361         * ido.el (ido-buffer-internal): Use with-no-warnings.
24362         (ido-make-merged-file-list): Use while-no-input.
24364 2005-08-15  Richard M. Stallman  <rms@gnu.org>
24366         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24367         (flyspell-large-region): Fix doc and custom type.
24369 2005-08-14  Richard M. Stallman  <rms@gnu.org>
24371         * files.el (interpreter-mode-alist): Doc fix.
24373         * mail/rmail.el (rmail-nonignored-headers): New variable.
24374         (rmail-clear-headers): Use it.
24375         (rmail-reply): Better handling of mail-followup-to header.
24377         * progmodes/sh-script.el (sh-font-lock-keywords-var):
24378         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
24379         don't try to refer to executable-font-lock-keywords.
24380         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24381         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24382         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24383         (sh-mode): Set comment-start-skip, local-abbrev-table,
24384         imenu-case-fold-search.
24385         (sh-set-shell): Don't set them here.
24386         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
24387         Don't cache the results in the original alist; don't ever modify
24388         that alist.
24390         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
24392         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
24393         empty.
24395 2005-08-15  Andreas Schwab  <schwab@suse.de>
24397         * desktop.el: Put autoload cookie at risky-local-variable declarations.
24399         * dired.el, info.el, mail/rmail.el: Revert last change.
24401 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
24403         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
24404         modification in `eval-after-load' form.
24405         * info.el: Likewise.
24406         * mail/rmail.el: Likewise.
24408 2005-08-14  Juri Linkov  <juri@jurta.org>
24410         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24411         Remove highlighting of "Compilation started".  Highlight only
24412         the word "finished" in "Compilation finished".  Add highlighting
24413         of "interrupt", "killed", "terminated" and the exit code.
24414         (compilation-start): Add newline after header.  Use exactly the
24415         same time stamp format as the finishing message.
24416         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24418         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24419         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24420         Add highlighting of "interrupt", "killed", "terminated".
24422         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24423         enabled and the current command is self-insert-command, call it
24424         explicitly with overwrite-mode bound to nil, to not allow it
24425         to delete the character after the selected region.
24427 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
24429         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24430         move-end-of-line, end-of-line, and beginning-of-line to the list
24431         of commands after which the echo area is updated.
24433 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
24435         * cus-edit.el (custom-save-all, custom-save-delete):
24436         Bind recentf-exclude to exclude custom-file.
24438 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
24440         * mail/rmailsum.el (rmail-summary-end-of-message): New command
24441         to go to the bottom of the mail message.  Added to
24442         `rmail-summary-mode-map' with key "/".
24443         (rmail-summary-show-message): New (internal) function for use by
24444         both `rmail-summary-beginning/end-of-message'.
24445         (rmail-summary-beginning-of-message): Change to use
24446         rmail-summary-show-message.
24448         * mail/rmail.el (rmail-end-of-message): New command to go to the
24449         end of the current message.  Added to `rmail-mode-map' with key "/".
24450         (rmail-beginning-of-message): Fix to work as documented.
24451         (rmail-mode): Change documentation.
24453         * progmodes/compile.el (compilation-start): Add the line
24454         "Compilation started" with compilation start time.
24455         (compilation-mode-font-lock-keywords): Add `started' to keywords.
24457 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
24459         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
24460         of menu items.
24462 2005-08-11  Richard M. Stallman  <rms@gnu.org>
24464         * simple.el (pop-global-mark): Reverse test of widen-automatically.
24466         * battery.el (battery-status-function): Don't use ignore-errors.
24468 2005-08-11  Lute Kamstra  <lute@gnu.org>
24470         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
24471         define-obsolete-variable-alias.
24473 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24475         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
24476         (ange-ftp-send-cmd): Revert last change, and expand
24477         the comment explaining the problem.
24479 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
24481         * ldefs-boot.el: Update.
24483         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
24484         item to "Time, Load and Mail".  Change help echo text.
24486         * time.el (display-time-use-mail-icon, display-time-format)
24487         (display-time-string-forms): Shorten first line of docstrings.
24489 2005-08-10  Lars Hansen  <larsh@soem.dk>
24491         * desktop.el (desktop-buffer-mode-handlers):
24492         Make non-customizable.  Add autoload cookie.  Change initial value to
24493         nil; add elements in respective modules instead.  Fix doc string.
24494         (desktop-load-file): New function.
24495         (desktop-minor-mode-handlers): New autoloaded variable.
24496         (desktop-create-buffer): Call minor mode handlers.
24497         Use desktop-load-file to load major and minor mode modules prior to
24498         checking for a handler.
24499         (desktop-save): Don't add nil to desktop-minor-modes for minor
24500         modes with nil function in desktop-minor-mode-table.  Don't delete
24501         desktop file before rewriting it.
24502         (desktop-locals-to-save): Add autoload cookie.  Don't make
24503         automatically buffer-local.  Add variables column-number-mode,
24504         size-indication-mode, indent-tabs-mode,
24505         indicate-buffer-boundaries, indicate-empty-lines and
24506         show-trailing-whitespace.
24507         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
24508         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
24509         (desktop-clear-preserve-buffers-regexp): Delete.
24510         (desktop-clear-preserve-buffers): Update initial value and docstring.
24511         (desktop-save-buffer): Fix doc string.
24513         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
24514         (hilit-chg-desktop-restore): New function.
24515         (highlight-changes-mode): Add highlight-changes-mode to
24516         desktop-locals-to-save.
24518         * dired.el: Add handler to desktop-buffer-mode-handlers.
24519         (dired-restore-desktop-buffer): Remove autoload cookie.
24520         (dired-mode): Add autoload cookie.
24522         * info.el: Add handler to desktop-buffer-mode-handlers.
24523         (Info-restore-desktop-buffer): Remove autoload cookie.
24524         (Info-mode): Add autoload cookie.
24526         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
24527         (mh-restore-desktop-buffer): Remove autoload cookie.
24528         (mh-folder-mode): Add autoload cookie.
24530         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
24531         (rmail-restore-desktop-buffer): Remove autoload cookie.
24533 2005-08-11  Masatake YAMATO  <jet@gyve.org>
24535         * hexl.el (hexl-address-region):
24536         (hexl-ascii-region, hexl-font-lock-keywords):
24537         (hexl-highlight-line-range): Use the term "region"
24538         instead of "area" for consistency with the other symbols
24539         defined in hexl.el.
24541 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
24543         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
24544         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
24545         out by Juri Linkov).  Add `display-battery-mode'.
24547 2005-08-09  Juri Linkov  <juri@jurta.org>
24549         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24550         Remove `-text' from face variable names.
24551         (compilation-error-file-name, compilation-warning-file-name)
24552         (compilation-info-file-name): Delete faces.
24553         (compilation-line-number, compilation-column-number):
24554         Remove face underlining.
24555         (compilation-message-face): Set to `underline' value by default.
24556         (compilation-error-face, compilation-warning-face)
24557         (compilation-info-face): Remove `-file-name' from face names.
24558         (compilation-error-text-face, compilation-warning-text-face)
24559         (compilation-info-text-face): Delete face variables.
24560         (compilation-text-face): Delete function.
24562         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
24563         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
24564         (grep-error-face): Set to `compilation-error' instead of
24565         `compilation-error-face' (which is redefined to `grep-hit-face' in
24566         grep buffers).
24567         (grep-mode-font-lock-keywords): Remove `-text' from face variable
24568         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
24570         * dired-aux.el (dired-do-query-replace-regexp):
24571         Use `query-replace-read-args'.
24573         * replace.el (query-replace-read-from, query-replace-read-to)
24574         (query-replace-read-args): Rename arg `string' to `prompt'.
24576         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
24578 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24580         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
24581         uploading files.
24582         (ange-ftp-canonize-filename): Handle file names beginning with ~
24583         correctly.
24585 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
24587         * textmodes/fill.el (canonically-space-region)
24588         (fill-context-prefix, fill-french-nobreak-p)
24589         (fill-delete-newlines, fill-comment-paragraph)
24590         (justify-current-line): "?\ " -> "?\s".
24592 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
24594         * textmodes/fill.el (fill-nonuniform-paragraphs):
24595         Improve argument/docstring consistency.
24597 2005-08-09  Richard M. Stallman  <rms@gnu.org>
24599         * textmodes/ispell.el (ispell-word): More fboundp checks.
24601         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
24602         (find-file-noselect-1): Call it here, only if RAWFILE.
24603         (normal-mode): Always set some major mode.
24604         (save-some-buffers-action-alist): Change some explanation strings.
24605         (file-name-non-special): In the `quote' method, use unwind-protect.
24607 2005-08-09  Magnus Henoch  <mange@freemail.hu>
24609         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
24610         (ispell-have-aspell-dictionaries): New variable.
24611         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
24612         (ispell-get-aspell-config-value): New function.
24613         (ispell-aspell-find-dictionary): New function.
24614         (ispell-aspell-add-aliases): New function.
24615         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
24616         appropriate.  Don't look for ispell dictionaries if we use aspell.
24617         (ispell-menu-map): Don't build a submenu of dictionaries.
24619 2005-08-09  Richard M. Stallman  <rms@gnu.org>
24621         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
24622         (sql-read-passwd): Use read-passwd.
24624         * progmodes/idlw-toolbar.el (idlwave-toolbar)
24625         (idlwave-toolbar-is-possible): Add defvars.
24627         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
24628         Avoid warnings.
24630         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
24631         (idlwave-system-class-info, idlwave-executive-commands-alist):
24632         Use defvar.
24634         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
24636         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
24637         Avoid warnings.
24639         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
24640         and content-type: headers.
24642         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
24644         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
24645         and rename some of them to be more self-explanatory.
24647         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
24649         * startup.el (command-line-1): Implement -scriptload.
24651         * replace.el (occur-engine): Initial *Occur* output not undoable.
24653         * menu-bar.el (menu-bar-file-menu): Rename some menu items
24654         and improve help strings.
24656         * isearch.el (isearch-repeat): When changing direction,
24657         mark search successful.
24659         * ediff-init.el: Use (featurep 'xemacs).
24661         * comint.el (send-invisible): Identify buffer, if not selected.
24663         * align.el: Delete autoload for c-guess-basic-syntax.
24665 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
24667         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
24668         Improve argument/docstring consistency.  Doc fixes.
24669         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
24670         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
24671         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
24672         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
24673         (r2bv-organization, r2bv-pages, r2bv-primary-author)
24674         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
24675         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
24676         Defvar at compile time.
24678 2005-08-09  Juri Linkov  <juri@jurta.org>
24680         * info.el: Replace `info' with upper-case `Info' where appropriate.
24681         (info-title-1, info-title-2, info-title-3, info-title-4)
24682         (info-menu-header): Move up face definitions.
24683         (info-menu-star): Rename from `info-menu-5'.
24684         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
24685         (Info-fontify-visited-nodes): Fix docstring.
24686         (Info-hide-note-references): Fix docstring.
24687         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
24688         menu items in the same way as on cross-references.
24689         (info-apropos): Fix sorting order and formatting to be like in the
24690         stand-alone Info browser.  Display error messages for 1 sec.
24691         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
24692         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
24693         from the menu bar.
24694         (Info-insert-dir): Restore point after calling
24695         `insert-buffer-substring'.
24697 2005-08-08  Richard M. Stallman  <rms@gnu.org>
24699         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
24700         (recompute-lucid-menubar): Add defvars.
24702         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
24704         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
24706         * net/net-utils.el (run-dig): Rename from `dig'.
24708         * play/gametree.el (gametree-mode): Use make-local-variable,
24709         not make-variable-buffer-local.
24711         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
24713         * ansi-color.el (ansi-color-make-extent)
24714         (ansi-color-set-extent-face): Use fboundp, not functionp.
24716         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
24717         not make-variable-buffer-local.
24719         * bookmark.el (Info-current-file): Add defvar.
24720         (bookmark-jump-noselect): Use with-no-warnings.
24722         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
24724         * ebuff-menu.el (Helper-return-blurb): Add defvar.
24726         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
24728         * find-file.el (ada-procedure-start-regexp)
24729         (ada-package-start-regexp): Add defvars.
24731         * info.el (Info-insert-dir): Use insert-buffer-substring.
24733         * xml.el (xml-att-def-re): Add defvar.
24735         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
24736         calling convention.
24738         * subr.el (while-no-input): Return t if there is input.
24740 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
24742         * cus-start.el (all): Add `overflow-newline-into-fringe'.
24744 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
24746         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
24747         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
24749 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
24751         * cmuscheme.el (scheme-start-file): Replace reference to
24752         `user-emacs-directory' by "~/.emacs.d/".
24754 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
24756         * info.el (Info-dir-remove-duplicates): Avoid case folding
24757         in loop; instead, keep downcased strings for comparison.
24758         Suggested by Helmut Eller.
24760 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
24762         Sync with Tramp 2.0.50.
24764         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
24765         XEmacs case; not necessary anymore.
24766         (tramp-user-regexp): Allow "@" as part of user name.
24767         (tramp-handle-set-visited-file-modtime)
24768         (tramp-handle-insert-file-contents)
24769         (tramp-handle-write-region): No special handling for
24770         `last-coding-system-used, because this is done in
24771         `tramp-accept-process-output' now.
24772         (tramp-accept-process-output): New defun.
24773         (tramp-process-one-action, tramp-process-one-multi-action)
24774         (tramp-wait-for-regexp, tramp-wait-for-output)
24775         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
24776         Howells <dhowells@redhat.com>.
24777         (clear-visited-file-modtime): Defadvice removed.  The check for
24778         unset buffer's modtime does not need to be based on
24779         `tramp-buffer-file-attributes'.  Suggested by RMS.
24780         (tramp-message): Insert "\n" if not being at beginning of line.
24781         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
24782         sequence with same logic.
24783         (tramp-completion-handle-expand-file-name): Discard call of
24784         `tramp-drop-volume-letter'.  It is not necessary, and there have
24785         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
24786         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24787         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
24788         should always be visible.
24789         (tramp-handle-insert-directory, tramp-setup-complete)
24790         (tramp-set-process-query-on-exit-flag)
24791         (tramp-append-tramp-buffers): Pacify byte-compiler.
24792         (tramp-bug): Delete non-existing variables from list.
24793         Apply `tramp-load-report-modules' as pre-hook.
24794         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
24795         `shell-prompt-pattern' because of non-7bit characters.
24796         Reported by Sebastian Luque <sluque@mun.ca>.
24797         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
24798         (tramp-match-string-list): Remove function.
24799         (tramp-wait-for-regexp): Remove call of that function.
24800         Suggested by Kim F. Storm <storm@cua.dk>.
24801         (tramp-set-auto-save-file-modes): Use octal integer code #o600
24802         instead of octal character code ?\600.  The latter resulted in a
24803         syntax error with XEmacs.
24805         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
24806         XEmacs case; not necessary anymore.
24807         (tramp-smb-handle-write-region): No special handling for
24808         `last-coding-system-used, because this is done in
24809         `tramp-accept-process-output' now.
24810         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
24812 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
24814         * wid-edit.el (widget-choice-value-create):
24815         Unconditionally respect user choice.  Set :explicit-choice back to nil
24816         when no longer needed.
24817         (widget-choice-action): Unconditionally respect user choice.
24818         Eliminate :explicit-choice-value.
24820         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
24822         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
24823         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
24824         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
24825         running new function `toggle-indicate-empty-lines'.
24826         Rename "Customize" item to "Customize fringe".
24827         Rename "Indicators" item to "Buffer boundaries" and change help echo.
24828         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
24829         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
24830         Delete "Empty lines only" item.
24831         (menu-bar-showhide-fringe-ind-customize): New function.
24832         (menu-bar-showhide-fringe-ind-mixed)
24833         (menu-bar-showhide-fringe-ind-box)
24834         (menu-bar-showhide-fringe-ind-right)
24835         (menu-bar-showhide-fringe-ind-left)
24836         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
24837         instead of `fringe-indicators'.
24839 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
24841         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
24842         Change the date of last update.
24844 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
24846         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
24847         (viper-exec-yank, viper-put-back): Don't display modification msg
24848         if in the minibuffer.
24850         * viper-init.el (viper-replace-overlay-cursor-color)
24851         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
24852         Make variables frame local.
24854         * viper-util.el (viper-append-filter-alist): Use append instead of
24855         nconc.
24857         * viper.el (viper-vi-state-mode-list)
24858         (viper-emacs-state-mode-list): Move help-mode and
24859         completion-list-mode from the first list to the second.
24860         (viper-mode): Docstring.
24861         (viper-go-away, viper-non-hook-settings): Don't localize
24862         minor-mode-alist in newer Emacsen.  Add advice to
24863         set-cursor-color.  Don't bind "\C-c\\".
24865 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
24867         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
24868         (scheme-macro-expand-command): New user options.
24869         (scheme-trace-procedure, scheme-expand-current-form): New commands.
24870         (scheme-form-at-point, scheme-start-file)
24871         (scheme-interactively-start-process): New functions.
24872         (scheme-get-process): New function, extracted from `scheme-proc'.
24873         (run-scheme): Call `scheme-start-file' to get start file, and pass
24874         it to `make-comint'.
24875         (switch-to-scheme, scheme-proc):
24876         Call `scheme-interactively-start-process' if no Scheme buffer/process
24877         is available.
24879 2005-08-06  Juri Linkov  <juri@jurta.org>
24881         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24882         Use `compilation-text-face', `compilation-info-text-face' and
24883         `compilation-error-text-face' instead of `font-lock-keyword-face'.
24884         (compilation-error): New face.
24885         (compilation-error-file-name): Inherit from
24886         `compilation-error' instead of `font-lock-warning-face'.
24887         (compilation-warning-file-name): Inherit from
24888         `compilation-warning' instead of `font-lock-warning-face'.
24889         (compilation-info, compilation-error-file-name)
24890         (compilation-warning-file-name, compilation-info-file-name)
24891         (compilation-line-number, compilation-column-number): Doc fix.
24892         (compilation-error-text-face, compilation-warning-text-face)
24893         (compilation-info-text-face): New face variables.
24894         (compilation-line-face, compilation-column-face)
24895         (compilation-enter-directory-face)
24896         (compilation-leave-directory-face): Doc fix.
24897         (compilation-text-face): New function.
24899         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
24900         instead of 1 to display binary file names as info file links.
24901         (grep-error-face): Use `compilation-error-face' instead of
24902         `font-lock-keyword-face'.
24903         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
24904         and `compilation-warning-text-face' instead of
24905         `font-lock-keyword-face'.  Use `compilation-error-text-face'
24906         instead of `grep-error-face'.
24908 2005-08-05  Kenichi Handa  <handa@m17n.org>
24910         * international/code-pages.el: Add autoload cookies for all coding
24911         systems.
24913 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
24915         * cus-start.el (all): Put undo.c where it alphabetically belongs.
24917 2005-08-04  Juri Linkov  <juri@jurta.org>
24919         * progmodes/compile.el (compilation-mode-map):
24920         * progmodes/grep.el (grep-mode-map):
24921         Bind TAB to `compilation-next-error' and [backtab] to
24922         `compilation-previous-error'.
24924         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
24925         matching line numbers, column numbers and their ranges with regexp
24926         matching only line numbers.
24927         (grep-context-face): New face variable.
24928         (grep-mode-font-lock-keywords): Use it.
24930         * faces.el (read-face-name): Delete duplicate faces.
24932 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
24934         * thumbs.el (thumbs-find-image): Don't make variables
24935         automatically buffer local.
24936         (thumbs-current-tmp-filename, thumbs-current-image-filename)
24937         (thumbs-image-num): Make automatically buffer local.
24938         (thumbs-show-thumbs-list): Use `make-local-variable', not
24939         `make-variable-buffer-local'.
24940         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
24942         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
24943         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
24944         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
24945         (bother, bye, canyou, chatlst, continue, deathlst, describe)
24946         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
24947         (feelings-about, foullst, found, hello, history, howareyoulst)
24948         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
24949         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
24950         (neglst, obj, object, owner, please, problems, qlist)
24951         (random-adjective, relation, remlst, repetitive-shortness)
24952         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
24953         (shortlst, something, sportslst, stallmanlst, states, subj)
24954         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
24955         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
24956         Defvar at compile time.
24958         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
24959         not `make-variable-buffer-local'.
24961 2005-08-02  Kim F. Storm  <storm@cua.dk>
24963         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
24964         rectangle overlay in selected window.
24966 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
24968         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
24969         instead of display group.  Make `indicate-buffer-boundaries'
24970         customizable through Custom.
24972 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
24974         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
24975         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
24976         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
24977         (gdb-put-string): Fix typos in docstrings.
24979 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
24981         Update copyright notices of files in progmodes directory for
24982         release of Emacs 22.1.
24984         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
24986         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
24987         Don't barf if the GUD buffer has been killed.
24989 2005-08-01  Kim F. Storm  <storm@cua.dk>
24991         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
24993 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24995         * simple.el (next-error-follow-minor-mode):
24996         make-variable-buffer-local -> make-local-variable.
24998         * emacs-lisp/cl-extra.el: Require CL also when compiling.
25000         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25001         (byte-compile-form-make-variable-buffer-local): New functions to warn
25002         about misuses of make-variable-buffer-local where make-local-variable
25003         was meant.
25005 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
25007         * bs.el (bs-attributes-list): Doc fix.
25008         (bs): Update url-link.
25010         * desktop.el (desktop-save-buffer): Fix typos in docstring.
25011         (desktop-load-default): Simplify.
25013         * ibuffer.el (ibuffer-columnize-and-insert-list)
25014         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25015         (ibuffer-unmark-all, ibuffer-toggle-marks)
25016         (ibuffer-unmark-forward, ibuffer-unmark-backward)
25017         (ibuffer-compile-make-format-form, ibuffer-format-column)
25018         (ibuffer-current-buffers-with-marks)
25019         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25020         (ibuffer): Doc fix.
25021         (ibuffer-mode): Fix typo in docstring.
25022         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25023         with `define-obsolete-variable-alias'.
25024         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
25026 2005-07-29  Kenichi Handa  <handa@m17n.org>
25028         * international/mule-cmds.el (select-message-coding-system):
25029         Be sure to use LF for end-of-line.  If no coding system is decided,
25030         return iso-8859-1-unix.
25032 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25034         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25035         (ange-ftp-pending-error-line): New vars.
25036         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25037         to handle the non-fatal no-route-to-host messages.
25038         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25040 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
25042         * isearch.el (isearch-mode-map, isearch-other-meta-char)
25043         (isearch-quote-char, isearch-printing-char)
25044         (isearch-text-char-description): "?\ " -> "?\s".
25045         (isearch-lazy-highlight-cleanup)
25046         (isearch-lazy-highlight-initial-delay)
25047         (isearch-lazy-highlight-interval)
25048         (isearch-lazy-highlight-max-at-a-time)
25049         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25050         Declare with define-obsolete-*-alias macros.
25051         (isearch-forward): Fix typo in docstring.
25052         (search-invisible, search-ring-yank-pointer)
25053         (regexp-search-ring-yank-pointer): Doc fixes.
25055         * recentf.el (recentf-menu-append-commands-p): Declare with
25056         `define-obsolete-variable-alias'.
25057         (recentf-max-saved-items, recentf-menu-filter)
25058         (recentf-arrange-by-rule-subfilter): Doc fixes.
25059         (recentf-menu-append-commands-flag)
25060         (recentf-initialize-file-name-history, recentf-expand-file-name)
25061         (recentf-clear-data): Fix typos in docstrings.
25063 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
25065         * progmodes/gdb-ui.el: Smarten comments.
25066         (gdb-info-breakpoints-custom): Use nowarn when finding file.
25068 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
25070         * term/apollo.el (terminal-init-apollo): New function containing
25071         all former top level forms in the file.
25072         * term/bobcat.el (terminal-init-bobcat):
25073         * term/cygwin.el (terminal-init-cygwin):
25074         * term/iris-ansi.el (terminal-init-iris-ansi):
25075         * term/linux.el (terminal-init-linux):
25076         * term/news.el (terminal-init-news):
25077         * term/rxvt.el (terminal-init-rxvt):
25078         * term/sun.el (terminal-init-sun):
25079         * term/tvi970.el (terminal-init-tvi970):
25080         * term/vt100.el (terminal-init-vt100):
25081         * term/vt102.el (terminal-init-vt102):
25082         * term/vt125.el (terminal-init-vt125):
25083         * term/vt200.el (terminal-init-vt200):
25084         * term/vt201.el (terminal-init-vt201):
25085         * term/vt220.el (terminal-init-vt220):
25086         * term/vt240.el (terminal-init-vt240):
25087         * term/vt300.el (terminal-init-vt300):
25088         * term/vt320.el (terminal-init-vt320):
25089         * term/vt400.el (terminal-init-vt400):
25090         * term/vt420.el (terminal-init-vt420):
25091         * term/wyse50.el (terminal-init-wyse50):
25092         * term/xterm.el (terminal-init-xterm): Likewise.
25094         * term/README: Describe the terminal-init-* functionality.
25096         * startup.el (command-line): After loading the terminal initialization
25097         file call the corresponding terminal initialization function.
25099 2005-07-27  Kenichi Handa  <handa@m17n.org>
25101         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25102         negative.
25104         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25105         (ps-mule-composition-prologue): Fix for the case that
25106         RelativeCompose is false.
25108 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25110         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25112         * descr-text.el (describe-char): Handle the case where the list of
25113         chars is displayed in a separate frame.
25114         Be a bit more discriminating when looking for the char.
25116 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
25118         * bookmark.el (bookmark-automatically-show-annotations)
25119         (bookmark-read-annotation-text-func): Doc fixes.
25120         (bookmark-save): Improve argument/docstring consistency.
25121         (bookmark-get-bookmark, bookmark-get-bookmark-record)
25122         (bookmark-alist-from-buffer)
25123         (bookmark-upgrade-file-format-from-0)
25124         (bookmark-grok-file-format-version)
25125         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25126         (bookmark-read-annotation-mode)
25127         (bookmark-insert-current-bookmark, bookmark-jump)
25128         (bookmark-exit-hook): Fix typos in docstrings.
25129         (bookmark-exit-hooks): Define as obsolete alias.
25130         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25131         not `bookmark-exit-hooks'.  Fix docstring.
25132         (bookmark-bmenu-select): "?\ " -> "?\s".
25134 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
25136         * startup.el (command-line): Fix typo.
25138 2005-07-24  Richard M. Stallman  <rms@gnu.org>
25140         * tooltip.el (tooltip-mode): Test emacs-basic-display,
25141         not emacs-quick-startup.
25143 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
25145         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25146         (reb-next-match, reb-show-subexp): Use `with-selected-window'
25147         instead of `reb-with-current-window'.
25148         (reb-prev-match): Likewise.  Also, don't move left if the search
25149         was unsuccessful.
25150         (reb-initialize-buffer): New function.
25151         (re-builder, reb-change-syntax): Use it.
25153         * man.el (Man-goto-page): Make second argument NOERROR optional.
25155 2005-07-23  Richard M. Stallman  <rms@gnu.org>
25157         * man.el (Man-bgproc-sentinel): Check here for failure to find
25158         any man page in the output, and report the error here.
25159         (Man-arguments): Make it permanent local.
25160         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
25161         (Man-mode): Pass t for NOERROR.
25163         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25164         (grep-mode-font-lock-keywords):
25165         Don't use compilation-...-face for messages that are not file names.
25167         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25168         Don't use compilation-...-face for messages that are not file names.
25170 2005-07-22  Juri Linkov  <juri@jurta.org>
25172         * startup.el (normal-splash-screen): Update menu name.
25174         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25176 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
25178         * term/xterm.el: Load term/rxvt if the terminal is actually an
25179         rxvt terminal.
25180         (xterm-rxvt-set-background-mode): Remove, not used anymore.
25182         * term/rxvt.el (function-key-map): Use substitute-key-definition
25183         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
25185         * term/cygwin.el: New file.
25187 2005-07-22  Kim F. Storm  <storm@cua.dk>
25189         * image-file.el (insert-image-file, image-file-yank-handler):
25190         Fix last change to maintain a (unique) yank-handler on yanked images.
25192 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
25194         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25195         of the file size (as in "177B" for 177 bytes).  This happens with
25196         "ls -lh" on FreeBSD.
25198 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
25200         * hilit-chg.el (highlight-changes-global-initial-state)
25201         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25202         (hilit-chg-fixup, highlight-changes-mode):
25203         Fix typos in docstrings.
25204         (highlight-changes-global-modes, highlight-changes-rotate-faces):
25205         Doc fixes.
25207 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
25209         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25210         mode function using `eval-after-load'.
25212 2005-07-21  Kim F. Storm  <storm@cua.dk>
25214         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25215         included when reporting an Emacs crash, and tell about the DEBUG file.
25217         * image-file.el (insert-image-file): Add yank-handler.
25218         (image-file-yank-handler): Yank handler to make unique copies of
25219         images when they are yanked into a buffer next to each other.
25221 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
25223         * comint.el (comint-use-prompt-regexp, comint-send-input)
25224         (comint-source-default, comint-extract-string)
25225         (comint-get-source, comint-word, comint-completion)
25226         (comint-source, comint-prompt-read-only, comint-update-fence):
25227         Fix typos in docstrings.
25228         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25229         Declare with define-obsolete-*-alias macros.
25230         (comint-previous-matching-input-from-input)
25231         (comint-next-matching-input-from-input)
25232         (comint-previous-matching-input, comint-next-matching-input)
25233         (comint-forward-matching-input):
25234         Improve argument/docstring consistency.
25236         * desktop.el (desktop-clear-preserve-buffers-regexp):
25237         Also preserve the *server* buffer.
25239         * simple.el (clone-indirect-buffer): Doc fix.
25240         (fixup-whitespace, just-one-space)
25241         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25242         (next-error, next-error-highlight)
25243         (next-error-highlight-no-select, next-error-last-buffer)
25244         (next-error-buffer-p, next-error-find-buffer, next-error)
25245         (previous-error, next-error-no-select, previous-error-no-select)
25246         (open-line, split-line, minibuffer-prompt-width, kill-new)
25247         (binary-overwrite-mode): Fix typos in docstrings.
25248         (set-fill-column): Fix typo in message.
25250         * skeleton.el (skeleton-proxy-new): Doc fix.
25252         * strokes.el (strokes-load-hook): Doc fix.
25253         (strokes-grid-resolution, strokes-get-grid-position)
25254         (strokes-renormalize-to-grid, strokes-read-stroke)
25255         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25256         (strokes-global-map): Fix typos in docstrings.
25257         (strokes-help): Doc fix.  Fix help message and pass it through
25258         `substitute-command-keys'.
25260         * tempo.el (tempo-insert-prompt, tempo-interactive)
25261         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25262         (tempo-insert-string-functions, tempo-local-tags)
25263         (tempo-define-template, tempo-insert-template)
25264         (tempo-insert-prompt-compat, tempo-is-user-element)
25265         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25266         Fix typos in docstrings.
25268         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25269         (vcursor-key-bindings, vcursor-use-vcursor-map)
25270         (vcursor-find-window, vcursor-scroll-down)
25271         (vcursor-disable, vcursor-beginning-of-buffer)
25272         (vcursor-end-of-buffer): Fix typos in docstrings.
25273         (vcursor-relative-move, vcursor-get-char-count):
25274         Improve argument/docstring consistency.
25276         * version.el: "?\ " -> "?\s".
25278         * wid-edit.el (widget-default-create, widget-after-change)
25279         (widget-default-format-handler, widget-checklist-add-item)
25280         (widget-radio-add-item, widget-choose, widget-specify-secret)
25281         (widget-field-value-create, widget-field-value-get)
25282         (widget-editable-list-format-handler)
25283         (widget-editable-list-entry-create, widget-group-value-create)
25284         (widget-documentation-link-add)
25285         (widget-documentation-string-value-create): "?\ " -> "?\s".
25286         (widget-convert-text): Doc fix.
25287         (widget-narrow-to-field, widget-field-find)
25288         (widget-url-link-action, widget-emacs-library-link-action)
25289         (widget-color-notify): Fix typos in docstrings.
25291         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25292         (x-select-text, set-w32-system-coding-system)
25293         (w32-add-charset-info): Fix typos in docstrings.
25295         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25296         (cua-enable-cua-keys, cua-use-hyper-key)
25297         (cua-virtual-rectangle-edges): Fix typos in docstrings.
25298         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25300         * net/tramp.el (tramp-handle-load): Fix typo in error message.
25302         * emacs-lisp/re-builder.el (regexp-builder): Declare with
25303         `defalias' instead of faking it.
25305         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25306         (eshell-ls-missing, eshell-ls-dired-initial-args)
25307         (eshell-ls-use-in-dired): Fix typos in docstrings.
25309 2005-07-20  Kim F. Storm  <storm@cua.dk>
25311         * emulation/cua-base.el (cua-mode): Improve doc string.
25313 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
25315         * abbrev.el (expand-region-abbrevs): Doc fix.
25316         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25317         Improve argument/docstring consistency.
25319         * arc-mode.el (archive-get-descr, archive-alternate-display):
25320         Doc fixes.
25321         (archive-l-e): Improve argument/docstring consistency.
25322         (archive-tmpdir, archive-unixdate, archive-unixtime)
25323         (archive-chmod-entry): Fix typos in docstrings.
25324         (archive-unflag, archive-unflag-backwards)
25325         (archive-unmark-all-files): "?\ " -> "?\s".
25327         * buff-menu.el (Buffer-menu-unmark): Doc fix.
25328         (Buffer-menu-not-modified, Buffer-menu-execute)
25329         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25330         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25332         * composite.el (compose-string, encode-composition-rule)
25333         (compose-last-chars): Fix typos in docstrings.
25335         * desktop.el (desktop-enable, desktop-basefilename):
25336         Declare with `define-obsolete-variable-alias'.
25337         (desktop-internal-v2s): Don't quote keywords.
25338         (desktop-clear): "?\ " -> "?\s".
25340         * dired.el (dired-align-file, dired-flag-backup-files)
25341         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25342         (dired-listing-switches, dired-ls-F-marks-symlinks)
25343         (dired-dwim-target, dired-load-hook, dired-mode-hook)
25344         (dired-directory, dired-faces, dired, dired-revert)
25345         (dired-mode, dired-summary, dired-view-file)
25346         (dired-copy-filename-as-kill, dired-delete-file)
25347         (dired-no-confirm, dired-unmark-all-marks)
25348         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25349         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25350         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25351         Fix typos in message strings.
25353         * dired-x.el (virtual-dired): Declare with `defalias'.
25354         (dired-mark-unmarked-files, dired-local-variables-file)
25355         (dired-omit-here-always): Doc fix.
25356         (dired-omit-mode, dired-find-subdir)
25357         (dired-enable-local-variables, dired-clean-up-buffers-too)
25358         (dired-extra-startup, dired-mark-extension, dired-jump)
25359         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25360         (dired-smart-shell-command, dired-guess-shell-alist-user)
25361         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25362         (dired-x-bind-find-file, dired-x-submit-report):
25363         Fix typos in docstrings.
25364         (dired-mark-unmarked-files): "?\ " -> "?\s".
25366         * dirtrack.el (dirtrack-list): Fix typos in docstring.
25368         * faces.el (describe-face): "?\ " -> "?\s".
25369         (read-all-face-attributes, read-face-font, modify-face)
25370         (face-attr-construct, italic): Fix typos in docstrings.
25371         (frame-update-face-colors): Declare with
25372         `define-obsolete-function-alias'.
25374         * files.el (find-file-noselect, recode-file-name): Doc fixes.
25375         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
25376         (magic-mode-alist, buffer-file-numbers-unique)
25377         (write-file-functions, get-free-disk-space):
25378         Fix typos in docstrings.
25379         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25380         (write-contents-hooks, write-file-hooks):
25381         Declare with `define-obsolete-variable-alias'.
25383         * forms-d2.el (arch-rj): Fix typo in docstrings.
25384         (arch-tocol): Likewise.  "?\ " -> "?\s".
25386         * frame.el (set-frame-font, cursor-in-non-selected-windows):
25387         Fix typo in docstring.
25388         (set-screen-width, set-screen-height): Delete redundant info in
25389         doctrings.
25390         (new-frame, screen-height, screen-width): Declare with
25391         `define-obsolete-function-alias'.
25392         (delete-frame-hook, blink-cursor): Declare with
25393         `define-obsolete-variable-alias'.
25395         * paths.el (prune-directory-list): Fix typos in docstring.
25397         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
25398         (cvs-prefix-get): Fix typos in docstrings.
25400         * ps-print.el (ps-extend-face-list, ps-extend-face)
25401         (ps-print-background-image): Fix typos in docstrings.
25402         (ps-default-fg, ps-default-bg): Doc fixes.
25404         * s-region.el (s-region-bind): Doc fix.
25405         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
25407         * textmodes/org.el (org-table-formula-substitute-names)
25408         (org-table-get-vertical-vector): Doc fixes.
25409         (org-table-recalculate): Remove unused argument to `message'.
25411 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
25413         * textmodes/org.el (org-table-column-names)
25414         (org-table-column-name-regexp)
25415         (org-table-named-field-locations): New variables.
25416         (org-archive-subtree): Protect `this-command' when calling
25417         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25418         the kill buffer.
25419         (org-complete): Remove fixed-formula completion.
25420         (org-edit-formulas-map): New variable.
25421         (org-table-edit-formulas): New command.
25422         (org-finish-edit-formulas, org-abort-edit-formulas)
25423         (org-show-variable, org-table-get-vertical-vector): New functions.
25424         (org-table-maybe-eval-formula): Handle `:=' fields.
25425         (org-table-get-stored-formulas, org-table-store-formulas)
25426         (org-table-get-formula, org-table-modify-formulas)
25427         (org-table-replace-in-formulas): Handle named field formulas.
25428         (org-table-get-specials): Store locations of named fields.
25430 2005-07-19  Juri Linkov  <juri@jurta.org>
25432         * progmodes/grep.el (grep-regexp-alist)
25433         (grep-mode-font-lock-keywords, grep-process-setup):
25434         Use default GNU grep match color "01;31m" instead of "01;41m".
25435         (grep-regexp-alist, grep-mode-font-lock-keywords):
25436         Use `\\[[0-9]*m' instead of `\\[00m'.
25437         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
25438         sgr_start where its handling is more important.  Use the real
25439         length of sgr_start instead of constant 8.
25440         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
25441         specially.  Delete all remaining escape sequences.
25442         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
25443         (grep-regexp-alist): Make hyperlink only for binary file name
25444         instead of the whole line.
25445         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
25446         (grep-mode): Add autoload.
25448         * emacs-lisp/find-func.el (find-function-regexp):
25449         Add `define-compilation-mode'.
25451 2005-07-19  Juri Linkov  <juri@jurta.org>
25453         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
25454         (compare-windows-sync-string-size, compare-windows-recenter)
25455         (compare-windows-highlight, compare-windows): Add version 22.1.
25456         (compare-windows) <defface>: Inherit from lazy-highlight instead
25457         of duplicating its default value.
25459         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
25460         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
25462         * descr-text.el (describe-char): Create link buttons for `charset'
25463         and `code point'.  Add the current input method name with a link
25464         button to `to input' field.  Print face names of display table
25465         characters in `The display table entry is displayed by' section
25466         instead of printing face-id in the `display' field.
25467         Guess hardcoded faces and create a link button for them.
25468         Skip empty fields when calculating max-width.
25469         Treat `widget-create' specially while inserting strings from the
25470         collected field list.
25471         (describe-char-after): Made obsolete in version 22.1, not 21.5.
25473         * diff-mode.el (diff-file-header): Change foreground color from
25474         yellow to green on light backgrounds.
25475         (diff-context): Inherit from `shadow' only for color/grayscale
25476         with more than 88 colors.
25477         (diff-indicator-removed, diff-indicator-added)
25478         (diff-indicator-changed): New faces.
25479         (diff-font-lock-keywords): Use new faces.  Regroup rules.
25480         Add "^---$" for `normal' diff format.  Fontify `#' lines with
25481         font-lock-comment-delimiter-face and font-lock-comment-face.
25482         Add `#' to ^[^...] in the rule for `diff-context-face'.
25484         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
25485         a button-like box.  Inherit from `highlight' on low colors.
25486         (shadow): Use shades of gray only for color/grayscale with
25487         more than 88 colors.  Use green for light backgrounds with
25488         8 colors, and yellow for dark backgrounds with 8 colors.
25490         * font-lock.el (font-lock-regexp-grouping-backslash):
25491         Don't inherit from escape-glyph (use bold for all cases).
25493         * info.el (info-xref-visited): Use light foreground color `violet'
25494         for dark backgrounds instead of dark color `magenta3'.
25495         (info-title-1): Use `yellow' color for dark backgrounds.
25497         * isearch.el (isearch): Use not-too-dark magenta3 instead of
25498         too-light magenta2.
25500         * replace.el (match): Use slightly more light RoyalBlue3 instead
25501         of dark RoyalBlue4.
25503         * wid-edit.el (widget-inactive): Inherit from `shadow'.
25505 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
25507         * novice.el (disabled-command-hook): Declare it with
25508         `define-obsolete-variable-alias'.
25510         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
25511         (desktop-buffer-misc-functions, desktop-buffer-handlers)
25512         (desktop-load-default): Add release to obsolescence info.
25513         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
25514         (desktop-append-buffer-args, desktop-read):
25515         Fix typos in docstrings.
25516         (desktop-kill): Fix typo in message.
25517         (desktop-save): Doc fix.
25519 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25521         * viper-cmd.el (viper-escape-to-state): Bug fix.
25522         (viper-envelop-ESC-key): Change the definition of fast
25523         keysequence so it'll work with keyboard macros.
25525         * ediff.el (ediff-patch-buffer): Change the docstring.
25527 2005-07-19  Kenichi Handa  <handa@m17n.org>
25529         * international/mule-cmds.el (select-safe-coding-system): Try to
25530         use an auto-coding (if any) before anything else.  If the found
25531         auto-coding is invalid, show a warning message.
25533         * international/mule.el (find-auto-coding): New function created
25534         by modifying the body of set-auto-coding.
25535         (set-auto-coding): Use find-auto-coding to find a coding.
25537 2005-07-18  Richard M. Stallman  <rms@gnu.org>
25539         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
25540         not isearch-mode-end-hook-error.
25541         (allout-before-change-protect): Fix error message.
25543 2005-07-18  Juri Linkov  <juri@jurta.org>
25545         * allout.el (allout-mode):
25546         * calculator.el (calculator-copy):
25547         * custom.el (custom-known-themes):
25548         * dired.el (dired-desktop-buffer-misc-data)
25549         (dired-restore-desktop-buffer):
25550         * dired-x.el (dired-omit-marker-char):
25551         * files.el (basic-save-buffer):
25552         * font-core.el (font-lock-mode):
25553         * calendar/calendar.el (calendar-goto-hebrew-date)
25554         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
25555         (calendar-goto-persian-date):
25556         * language/ethio-util.el (ethio-sera-to-fidel-region):
25557         * textmodes/picture.el (picture-mode):
25558         Delete duplicate duplicate words.
25560 2005-07-18  Juri Linkov  <juri@jurta.org>
25562         * isearch.el (isearch-mode-map): Remove key bindings for regexp
25563         chars * ? } |.
25564         (isearch-fallback): Don't call `isearch-process-search-char'.
25565         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
25566         (isearch-process-search-char): Call `isearch-fallback' for regexp
25567         chars * ? } |.
25568         (isearch-return-char): Make obsolete with `make-obsolete' instead
25569         of simply documenting it as obsolete in the docstring.
25570         (isearch-fallback): Refill docstring.
25572         * international/isearch-x.el
25573         (isearch-process-search-multibyte-characters): Remove unneeded
25574         `concat'.  Add intermediate values to `junk-hist' instead of
25575         `minibuffer-history'.  Test the length of `str'.
25577 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
25579         * allout.el (allout-resolve-xref): Fix typos in error strings.
25580         (allout-before-change-protect): Remove unneeded `concat'.
25582         * array.el (array-mode, array-reconfigure-rows)
25583         (untabify-backward): Fix typos in docstrings.
25584         (array-reconfigure-rows): Use `insert-buffer-substring', not
25585         `insert-buffer'.
25587         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
25588         * progmodes/ada-mode.el (ada-make-body):
25589         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
25591         * dired.el (dired-log):
25592         * tar-mode.el (tar-subfile-save-buffer):
25593         * play/zone.el (zone-pgm-stress-destress):
25594         Use `insert-buffer-substring', not `insert-buffer'.
25596 2005-07-17  Simon Josefsson  <jas@extundo.com>
25598         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
25600 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
25602         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
25603         Add plain auth method.
25604         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
25606 2005-07-17  Kim F. Storm  <storm@cua.dk>
25608         * ido.el (dired-other-window): Add ido property.
25610 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
25612         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25613         Fix typo in docstring.
25614         (byte-compile-interactive-only-functions): Add `insert-buffer' and
25615         `insert-file-literally'.
25617         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
25618         info and delete redundant message.  Doc fix.
25619         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
25620         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
25622 2005-07-16  Richard M. Stallman  <rms@gnu.org>
25624         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
25625         (byte-compile-and): Use byte-compile-and-recursion.
25626         (byte-compile-or-recursion): New function.
25627         (byte-compile-or): Use that.
25628         (byte-compile-if): Guard the else-clause too.
25629         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
25631         * isearch.el (isearch-mode-end-hook-quit): New variable.
25632         (isearch-done): Bind it.
25633         (isearch-mode-end-hook): Doc fix.
25635         * allout.el (allout-isearch-did-quit): Variable deleted.
25636         (allout-real-isearch-abort): Function name no longer used.
25637         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
25638         (allout-isearch-rectification): isearch-mode always exists.
25639         Don't set allout-isearch-did-quit.
25640         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
25641         allout-isearch-did-quit.
25642         (allout-enwrap-isearch): Just add the hook.
25643         (allout-isearch-abort): Function deleted.
25644         (allout-pre-command-business): Avoid warning.
25646         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
25647         Correctly avoid warnings.
25648         (pascal-outline): Likewise.
25650         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
25652         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
25654         * play/tetris.el (tetris-mode): Avoid warning.
25656         * play/snake.el (snake-mode): Avoid warning.
25658         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
25659         (gamegrid-set-display-table): Avoid warning.
25660         (gamegrid-set-timer): Likewise.
25661         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
25662         (gamegrid-add-score-with-update-game-score-1): Take FILE
25663         as argument.
25664         (gamegrid-add-score-with-update-game-score): Pass that argument.
25665         Rename have-shared-game-dir to gamegrid-shared-game-dir.
25667         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
25669         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
25670         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
25672         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
25673         and insert-file.
25675         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
25676         (sc-ask): Avoid warnings.
25678         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
25679         (eshell-hist-initialize): Use that var the natural way.
25681         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
25683         * emacs-lisp/re-builder.el (reb-cook-regexp):
25684         Avoid warning calling lre-compile-string.
25685         (reb-color-display-p): Avoid warning.
25687         * calculator.el (calculator-last-input): Guard uses
25688         of event-key and key-press-event-p.
25689         (event-key, key-press-event-p): Delete definitions.
25691         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
25692         (find-gc-source-directory, find-gc-subrs-callers)
25693         (find-gc-noreturn-list, find-gc-source-files)
25694         (find-gc-subrs-called): Vars renamed and defvar'd.
25696         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
25697         (checkdoc-overlay-put, checkdoc-delete-overlay)
25698         (checkdoc-overlay-start, checkdoc-overlay-end)
25699         (checkdoc-mode-line-update, checkdoc-char=):
25700         Define such that compiler knows they are defined.
25701         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
25702         (checkdoc-read-event): Delete.  Use read-event directly.
25704         * whitespace.el (whitespace-make-overlay)
25705         (whitespace-overlay-put, whitespace-delete-overlay)
25706         (whitespace-overlay-start, whitespace-overlay-end):
25707         Define such that compiler knows they are defined.
25708         (whitespace): Move conditional inside.
25710         * tempo.el (tempo-insert-template): Suppress warning.
25712         * ediff-diff.el (longlines-mode): Add defvar.
25714 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
25716         * server.el: Bind "C-x #" in a way that works even if C-x is
25717         redefined to a command key, not a prefix key.
25719 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
25721         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
25722         cl-make-type-test till execution time.
25724 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
25726         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
25727         arg ARG and use it.
25729 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
25731         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
25733 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
25735         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25736         a defcustom with two :set or :type keywords.
25738 2005-07-15  Richard M. Stallman  <rms@gnu.org>
25740         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
25741         Don't give ^M comment-end syntax.
25743 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
25745         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
25746         Don't consider gdbmi (gdb-mi.el has its own update functions).
25747         (gdb-var-delete): Make it work for gdbmi as well.
25748         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
25750         * progmodes/gud.el (etags, sdb): Only require etags when needed.
25751         (gud-speedbar-menu-items): Correct logic for enabling items.
25753 2005-07-15  Kim F. Storm  <storm@cua.dk>
25755         * ido.el: Fix commentary.
25756         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
25757         Use with-no-warnings around ffap-guesser.
25758         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
25759         Let bind minibuffer-completing-file-name to t.
25761 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
25763         * startup.el (site-run-file, keyboard-type): Doc fixes.
25764         (command-line): Check for "--basic-display" argument; also for
25765         "--quick", not "--bare-bones" (which was renamed).
25766         (fancy-splash-text): Add missing item "Getting New Versions".
25767         (normal-splash-screen): Fix typos and improve consistency with
25768         `fancy-splash-text'.  Update copyright year.
25770         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
25771         valid binding for `help-char'.
25773         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
25775 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
25777         * term.el (term-mode): Disable cua-mode for term buffers.
25779 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
25781         * add-log.el (add-log-mailing-address, change-log-merge):
25782         Doc fixes.
25783         (change-log-get-method-definition): Fix typo in docstring.
25785 2005-07-14  Kim F. Storm  <storm@cua.dk>
25787         * emulation/cua-base.el:
25788         (cua--pre-command-handler-1, cua--pre-command-handler)
25789         (cua--post-command-handler-1, cua--post-command-handler):
25790         Split in two.  Check (buffer local) value of cua-mode.
25791         (cua-selection-mode): New command.
25793 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
25795         * custom.el (custom-initialize-safe-set)
25796         (custom-initialize-safe-default): Doc fixes.
25798         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25799         and simplify :init-value again.
25801         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25802         and simplify :init-value again.  Delete autoload.
25804         * startup.el (command-line): Use `custom-reevaluate-setting' again
25805         for tooltip-mode.
25807         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25808         a defcustom with two :initialize keywords.
25810 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
25812         * allout.el (my-mark-marker, allout-isearch-prior-pos)
25813         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
25814         (allout-post-command-business, allout-flag-region)
25815         (isearch-reenable-font-lock, allout-yank)
25816         (allout-insert-latex-header, allout-insert-latex-trailer)
25817         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
25818         (allout-latex-verb-quote): Fix typos in docstrings.
25819         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
25820         (allout-unprotected, allout-prefix-data):
25821         Improve argument/docstring consistency.
25822         (allout-chart-subtree): Fix argument spec.
25823         (allout-open-topic): Rename `use_sib_bullet' argument to
25824         `use-sib-bullet'.  Doc fix.
25826         * whitespace.el (whitespace-check-buffer-leading)
25827         (whitespace-check-buffer-trailing)
25828         (whitespace-check-buffer-indent)
25829         (whitespace-check-buffer-spacetab)
25830         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
25831         (whitespace-check-leading-whitespace)
25832         (whitespace-check-trailing-whitespace)
25833         (whitespace-check-spacetab-whitespace)
25834         (whitespace-check-indent-whitespace)
25835         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
25836         (whitespace-modes): Fix typos in docstrings.
25837         (defgroup, defcustom): Doc fixes.
25839         * winner.el (winner-mode, winner-boring-buffers)
25840         (winner-pending-undo-ring): Doc fixes.
25841         (winner-ring): Remove unneeded `progn'.
25842         (winner-equal): `defsubst' it.
25843         (winner-redo): Fix message.
25845 2005-07-13  Kim F. Storm  <storm@cua.dk>
25847         * simple.el (line-move-1): Always use vertical-motion to
25848         do the last (or only) line move to ensure some movement.
25849         Undo 2005-06-23 change--don't check for overlays.
25851 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25853         * term/mac-win.el (ccl-encode-mac-roman-font)
25854         (ccl-encode-mac-centraleurroman-font)
25855         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
25856         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
25857         Change charset-id boundary of dimension to ?\xef.
25858         (mac-char-fontspec-list): New constant.
25859         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
25860         argument.  Nil uses itself as family in font-spec.  Previous
25861         behavior for nil is now provided by non-nil non-string argument.
25862         All callers changed.  Add font-specs for Mac fonts to
25863         "fontset-default" unless iso8859-1 fonts are installed.
25865 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25867         * progmodes/sh-script.el (sh-get-indent-info): Only indent
25868         a continuation line if the \ is preceded by SPC or TAB.
25869         (sh-get-indent-info): Simplify.
25870         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
25871         Use with-current-buffer.
25873         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
25874         when the matched text is empty.
25876 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
25878         * startup.el (command-line): Revert to previous handling of
25879         tooltip-mode.  Explain in comment why the complexity is needed.
25881         * tooltip.el (tooltip-mode): Revert to previous implementation of
25882         its defcustom.
25884         * frame.el (blink-cursor-mode): Revert to previous implementation
25885         of its defcustom.  Update comment.
25887 2005-07-12  Lars Hansen  <larsh@soem.dk>
25889         * desktop.el: Update e-mail address.
25891 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25893         * term/mac-win.el (mac-services-mail-selection)
25894         (mac-services-mail-to): New functions.
25895         (mac-application-menu-map): Bind them.
25897 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
25899         * progmodes/gdb-ui.el: Add note about buffering with Windows.
25901 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
25903         * custom.el (custom-reevaluate-setting): Doc fix.
25905 2005-07-11  Jay Belanger  <belanger@truman.edu>
25907         * calc/calc.el (calc-embedded-announce-formula-alist)
25908         (calc-embedded-open-close-plain-alist)
25909         (calc-embedded-open-close-mode-alist): Add checks for additional
25910         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
25912 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
25914         * custom.el (custom-enable-theme): Don't add theme to
25915         `custom-enabled-themes' with `push' because there is no
25916         setf-method for `delq'.
25918 2005-07-11  Richard M. Stallman  <rms@gnu.org>
25920         * custom.el (custom-declare-variable): Doc fix.
25922         * dired-aux.el (dired-compare-directories): Remove "." and ".."
25923         from the alists.
25925         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
25926         Do nothing if edebug-active.
25928         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
25929         (edebug-display): Do it here instead.
25931 2005-07-10  Richard M. Stallman  <rms@gnu.org>
25933         * cus-face.el (custom-theme-set-faces): Make it work.
25934         (custom-reset-faces): Doc fix.
25935         (custom-theme-reset-internal-face, custom-theme-face-value):
25936         Functions deleted.
25938         * custom.el (custom-push-theme): Maintain list of the settings
25939         of a given theme in its theme-settings property.
25940         Maintain position of old settings in the theme-value
25941         or theme-face property.
25942         (custom-enabled-themes): New variable.
25943         (custom-theme-enabled-p): New function.
25944         (provide-theme): Update custom-enabled-themes.
25945         Disable and reenable the `user' theme.
25946         (require-theme): Doc fix.
25947         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
25948         (custom-theme-value, custom-theme-variable-value): Likewise.
25949         (custom-theme-reset-internal): Likewise.
25950         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
25951         (custom-enable-theme, custom-disable-theme): New functions.
25952         (custom-variable-theme-value, custom-face-theme-value): Likewise.
25953         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
25954         (custom-theme-reset-variables): Simplify.
25955         (deftheme, custom-declare-theme, custom-make-theme-feature):
25956         Definitions moved.
25958 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
25960         * longlines.el (longlines-show-region)
25961         (longlines-unshow-hard-newlines): Recognize hard newlines by
25962         non-nil hard property, instead of t.
25964 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
25966         * viper-cmd.el (viper--key-maps): New variable.
25967         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
25968         emulation-mode-map-alists.
25969         (viper-envelop-ESC-key): Use viper-subseq.
25970         (viper-search-forward/backward/next): Disable debug-on-error.
25972         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
25973         (viper-ESC-key): New defcustoms.
25975         * viper-macs.el (ex-map-read-args): Use viper-subseq.
25977         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
25978         (viper-subseq): Copy of subseq from cl.el.
25980         * viper.el (viper-go-away, viper-set-hooks): Use
25981         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
25983         * viper-mous.el (viper-current-frame-saved): Use defvar.
25985         * viper-init.el: Get rid of -face in face names.
25987         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
25988         Make it work with longlines mode.
25990         * ediff-mult.el (ediff-meta-mode-hook): New variable.
25992         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
25994         * ediff-init.el: Get rid of -face in face names.
25996 2005-07-10  Richard M. Stallman  <rms@gnu.org>
25998         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
25999         and with-timeout-unsuspend.
26001         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26002         and with-timeout-unsuspend.
26004         * emacs-lisp/timer.el (with-timeout-timers): New variable.
26005         (with-timeout): Bind that variable to record timers.
26006         (with-timeout-suspend, with-timeout-unsuspend): New functions.
26008         * emacs-lisp/debug.el (debug-help-follow): New function.
26009         (debugger-mode-map): Use that instead of help-follow.
26010         (debugger-setup-buffer): Use eval-buffer-list
26011         to handle eval-buffer frames.
26013 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
26015         * timezone.el (timezone-parse-date): Change first regexp
26016         so it will not mistakenly match dates with no time zone.
26018 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
26020         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26022 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
26024         * custom.el (custom-initialize-safe-set)
26025         (custom-initialize-safe-default): New functions.
26027         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26028         and simplify :init-value.
26030         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26031         and simplify :init-value.  Delete obsolete comment.
26033         * startup.el (command-line): Use `custom-reevaluate-setting' to
26034         handle `tooltip-mode'.  Delete obsolete comment.
26036         * files.el (set-visited-file-name): Avoid calling
26037         `file-name-nondirectory' with a nil argument.
26039 2005-07-09  Richard M. Stallman  <rms@gnu.org>
26041         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26042         was called with nil for the buffer, handle the read position right.
26043         Handle read position for eval-region, too.
26045 2005-07-09  Juri Linkov  <juri@jurta.org>
26047         * fringe.el (fringe-mode): Add period in docstring.
26048         (fringe-query-style): Build prompt depending on `all-frames' arg.
26050         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26051         to not create links to unrelated functions in the Help buffer.
26053         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26054         Doc fix.
26056         * simple.el (next-error-hook): New variable.
26057         (next-error): Use it.  Doc fix.
26059         * textmodes/ispell.el (ispell-command-loop): Add current
26060         dictionary name and program name to mode-line-format.
26061         (ispell-region, ispell-process-line): Add current dictionary name
26062         and program name to messages.
26064 2005-07-08  Jay Belanger  <belanger@truman.edu>
26066         * calc/calc.el (calc-embedded-announce-formula-alist)
26067         (calc-embedded-open-close-formula-alist)
26068         (calc-embedded-open-close-word-alist)
26069         (calc-embedded-open-close-plain-alist)
26070         (calc-embedded-open-close-new-formula-alist)
26071         (calc-embedded-open-close-mode-alist)
26072         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26073         (calc-embedded-mode-hook): New variables.
26075         * calc/calc-embed.el (calc-embedded-firsttime)
26076         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26077         New variables.
26078         (calc-do-embedded): Use calc-embedded-firsttime,
26079         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26080         determine whether or not to run hooks.
26081         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26082         calc-embedded-firsttime-formula appropriately.
26083         Set calc-embedded delimiter variables according to mode.
26085 2005-07-08  Richard M. Stallman  <rms@gnu.org>
26087         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26088         Check for "emacs", etc., as entire symbol, not just as word.
26089         (checkdoc-file-comments-engine): Use regexp-quote on FN.
26091         * files.el (set-visited-file-name): Report the error
26092         for "empty filename" earlier.
26093         (kill-some-buffers): Ignore buffers already dead.
26095         * fringe.el (fringe-mode): Doc fix.
26097         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26098         Check for (featurep 'xemacs) and turn off warnings in what it guards.
26099         Use unwind-protect to ensure byte-compile-unresolved-functions
26100         is updated.
26102         * whitespace.el (whitespace-buffer-leading-cleanup):
26103         Simplify w/ skip-chars-forward.
26104         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26106         * mail/rmail.el (rmail-only-expunge): Fix paren error.
26107         Unconditionally try to leave point at the same old place.
26109 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
26111         * comint.el (comint-postoutput-scroll-to-bottom)
26112         (comint-show-maximum-output): Take scroll-margin into consideration.
26114 2005-07-08  Kim F. Storm  <storm@cua.dk>
26116         * ido.el (ido-use-filename-at-point): New choice `guess'.
26117         (ido-file-internal): Try ffap-guesser if selected.
26119         * ido.el (ido-before-fallback-functions): New hook.
26120         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26121         (ido-read-file-name): Run it.
26123 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
26125         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26126         strings rather than a list of symbols to the completion function.
26128 2005-07-07  Jay Belanger  <belanger@truman.edu>
26130         * calc/calc-units.el (math-apply-units): Change the places in
26131         which units are simplified.
26133 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
26135         * cus-edit.el (customize-option, customize-option-other-window):
26136         Make them handle aliases.
26138         * custom.el (custom-variable-p): Make it recursively follow
26139         aliases.  Mention that in the docstring.
26141 2005-07-07  Richard M. Stallman  <rms@gnu.org>
26143         * cus-start.el (exec-path): Use `directory' instead of `file'.
26144         Fix tag for nil.
26146 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26148         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26149         when called non-interactively.  Doc fix.
26151 2005-07-07  Lute Kamstra  <lute@gnu.org>
26153         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26154         new address as well.
26156 2005-07-07  Kenichi Handa  <handa@m17n.org>
26158         * international/mule.el (make-coding-system):
26159         Describe `ascii-incompatible' property in the docstring.
26160         (set-file-name-coding-system): Signal an error if coding-system is
26161         ascii-incompatible.
26162         (set-keyboard-coding-system): Likewise.
26164         * international/mule-cmds.el (set-default-coding-systems):
26165         Don't set default-file-name-coding-system and
26166         default-keyboard-coding-system if coding-system is ASCII-incompatible.
26168         * international/utf-16.el: Declare that all UTF-16-based coding
26169         systems are ASCII-incompatible.
26171 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
26173         * progmodes/gud.el: Require font-lock for displaying errors.
26174         Used by gdb-ui.el.
26176 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26178         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26179         values for the pattern lists which are `read'able but not
26180         `append'able (like symbols).
26182 2005-07-06  Richard M. Stallman  <rms@gnu.org>
26184         * progmodes/flymake.el (flymake-float-time): Instead of
26185         with-no-warnings, test for XEmacs.
26186         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26187         to avoid warning.
26189 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
26191         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26193 2005-07-05  Lute Kamstra  <lute@gnu.org>
26195         * battery.el: Add support for Darwin (with much debugging help
26196         from Samuel Lauber <sam124@operamail.com>).
26197         (battery-status-function, battery-echo-area-format)
26198         (battery-mode-line-format): Add support for pmset on Darwin.
26199         (battery-load-low, battery-load-critical): New user options.
26200         (battery-pmset): New function.
26202 2005-07-05  Lute Kamstra  <lute@gnu.org>
26204         Update FSF's address in GPL notices.
26206         * textmodes/page-ext.el: Update FSF's address.
26208 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26210         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26211         filling from using prefix when filling a single-line docstring.
26213         * progmodes/flymake.el: Remove useless eval-when-compile.
26215         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26217 2005-07-04  Richard M. Stallman  <rms@gnu.org>
26219         * textmodes/org.el (org-file-apps-defaults-gnu):
26220         Rename from org-file-apps-defaults-linux.
26221         (org-default-apps): Don't test system-type for `linux'.
26222         (org-file-apps): Doc fix.
26224 2005-07-04  David Ponce  <david@dponce.com>
26226         * tree-widget.el: Improve header Commentary section.
26227         (tree-widget) [defgroup]
26228         (tree-widget-image-enable, tree-widget-themes-directory)
26229         (tree-widget-theme, tree-widget-image-properties-emacs)
26230         (tree-widget-image-properties-xemacs, tree-widget-create-image)
26231         (tree-widget-image-formats, tree-widget-control)
26232         (tree-widget-empty-control, tree-widget-leaf-control
26233         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26234         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26235         (tree-widget-keep, tree-widget-after-toggle-functions)
26236         (tree-widget-open-node, tree-widget-close-node): Doc fix.
26237         (tree-widget-open-control, tree-widget-close-control): Fix doc and
26238         :help-echo message.
26239         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
26240         (tree-widget-image-properties): Doc fix.  Clearer implementation.
26241         (tree-widget--cursors): New constant.
26242         (tree-widget-lookup-image): New function split from
26243         `tree-widget-find-image'.  Clearer implementation.
26244         (tree-widget-find-image): Use it.
26245         (tree-widget-button-keymap): Use `set-keymap-parent'.
26246         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26247         Define the sub-widgets here.
26248         (tree-widget-node): Check that :node is not a tree-widget.
26249         (tree-widget-get-super, tree-widget-open-control)
26250         (tree-widget-close-control, tree-widget-empty-control)
26251         (tree-widget-leaf-control, tree-widget-guide)
26252         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26253         (tree-widget-no-handle, tree-widget-value-delete)
26254         (tree-widget-map): Remove.
26255         (tree-widget-children-value-save): Doc fix.  Simplified.
26256         (tree-widget-value-create): Update according to previous changes.
26258 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
26260         * textmodes/org.el: Leading space replaced by TABS.
26261         (org-recalc-marks, org-table-rotate-recalc-marks)
26262         (org-table-get-specials): Treat "^" and "_" marks.
26263         (org-table-justify-field-maybe): Optional argument NEW.
26264         (org-table-eval-formula): Parsing of the format simplified.
26265         New modes C,I.  Honor the %= parameter in the current table.
26266         Avoid unnecessary re-align by using the NEW argument to
26267         `org-table-justify-field-maybe'.
26268         (org-calc-default-modes): Default for date-format mimicks org-mode.
26269         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26271 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
26273         * cus-face.el (custom-theme-set-faces): Make it handle face
26274         aliases whose alias declarations are pre- or autoloaded.
26276 2005-07-04  Juri Linkov  <juri@jurta.org>
26278         * faces.el (read-face-name): Put the code for getting a face name
26279         from the buffer before adding the faces from the `face' property.
26280         Use `completing-read-multiple' instead of `completing-read'.
26281         Require `crm'.  Add default value and post-process the returned
26282         list of faces.
26284         * emacs-lisp/crm.el (crm-find-current-element)
26285         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26287         * emacs-lisp/lisp-mode.el (eval-defun-1):
26288         * emacs-lisp/edebug.el (edebug-eval-defun):
26289         Remove unnecessary quotes.
26291 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
26293         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26294         (prolog-indent-level): Fix typo in docstring.
26296         * info.el (Info-history, Info-history-forward)
26297         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26299         * add-log.el (add-change-log-entry):
26300         * comint.el (comint-dynamic-list-input-ring)
26301         (comint-dynamic-list-completions):
26302         * dabbrev.el (dabbrev-expand):
26303         * delim-col.el (delimit-columns-rectangle-line):
26304         * diff-mode.el (diff-context->unified, diff-reverse-direction)
26305         (diff-unified->context):
26306         * ediff-init.el (ediff-abbrev-jobname):
26307         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26308         (ediff-replace-session-activity-marker-in-meta-buffer):
26309         * info.el (Info-summary):
26310         * lpr.el (printify-region):
26311         * printing.el (pr-create-interface):
26312         * ps-print.el (ps-print-quote):
26313         * ses.el (ses-column-widths, ses-print-cell)
26314         (ses-adjust-print-width, ses-center):
26315         * shell.el (shell-file-name-quote-list):
26316         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26317         (strokes-fill-current-buffer-with-whitespace)
26318         (strokes-xpm-for-stroke, strokes-list-strokes)
26319         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26320         * term.el (term-dynamic-list-input-ring)
26321         (term-dynamic-list-completions):
26322         * calc/calc.el (math-format-stack-value):
26323         * emacs-lisp/edebug.el (edebug-display-freq-count):
26324         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26325         (delphi-new-comment-line):
26326         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26327         * progmodes/executable.el (executable-set-magic):
26328         * progmodes/python.el (inferior-python-mode):
26329         * progmodes/scheme.el (scheme-mode-syntax-table):
26330         * progmodes/sh-script.el (sh-maybe-here-document):
26331         * progmodes/sql.el (sql-copy-column):
26332         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26333         * textmodes/bibtex.el (bibtex-mode):
26334         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26335         (sgml-auto-attributes):
26336         * textmodes/table.el (table-insert, table-shorten-cell)
26337         (table--generate-source-scan-lines, table-delete-row)
26338         (*table--cell-delete-char, table--spacify-frame)
26339         (table--horizontally-shift-above-and-below)
26340         (table--cell-insert-char, table--cell-blank-str)
26341         (table--fill-region-strictly):
26342         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26343         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26345         * add-log.el (change-log):
26346         * apropos.el (apropos):
26347         * comint.el (comint-completion, comint-source):
26348         * dabbrev.el (dabbrev):
26349         * delim-col.el (columns):
26350         * diff-mode.el (diff-mode):
26351         * ediff.el (ediff):
26352         * ediff-diff.el (ediff-diff):
26353         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26354         * ediff-mult.el (ediff-mult):
26355         * ediff-ptch.el (ediff-ptch):
26356         * ediff-wind.el (ediff-window):
26357         * facemenu.el (facemenu):
26358         * indent.el (indent):
26359         * info.el (info):
26360         * jka-cmpr-hook.el (compression, jka-compr):
26361         * lpr.el (lpr):
26362         * outline.el (outlines):
26363         * pcmpl-cvs.el (pcmpl-cvs):
26364         * pcmpl-rpm.el (pcmpl-rpm):
26365         * printing.el (printing):
26366         * ps-print.el (postscript, ps-print, ps-print-horizontal)
26367         (ps-print-vertical, ps-print-headers, ps-print-font)
26368         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26369         (ps-print-background, ps-print-printer, ps-print-page)
26370         (ps-print-miscellany):
26371         * ses.el (ses):
26372         * shell.el (shell, shell-directories, shell-faces):
26373         * startup.el (initialization):
26374         * strokes.el (strokes):
26375         * term.el (term):
26376         * uniquify.el (uniquify):
26377         * w32-vars.el (w32):
26378         * calc/calc.el (calc):
26379         * emacs-lisp/bytecomp.el (bytecomp):
26380         * emacs-lisp/cl-indent.el (lisp-indent):
26381         * emacs-lisp/edebug.el (edebug):
26382         * emacs-lisp/elp.el (elp):
26383         * emacs-lisp/testcover.el (testcover):
26384         * emacs-lisp/trace.el (trace):
26385         * emulation/viper-ex.el (viper-ex):
26386         * emulation/viper-mous.el (viper-mouse):
26387         * mail/mailalias.el (mailalias):
26388         * mail/supercite.el (supercite, supercite-frames)
26389         (supercite-attr, supercite-cite, supercite-hooks):
26390         * net/rcompile.el (remote-compile):
26391         * net/rlogin.el (rlogin):
26392         * obsolete/ooutline.el (outlines):
26393         * progmodes/delphi.el (delphi):
26394         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
26395         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
26396         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
26397         (ebnf-optimization):
26398         * progmodes/etags.el (etags):
26399         * progmodes/executable.el (executable):
26400         * progmodes/idlwave.el (idlwave):
26401         * progmodes/pascal.el (pascal):
26402         * progmodes/prolog.el (prolog):
26403         * progmodes/python.el (python):
26404         * progmodes/scheme.el (scheme):
26405         * progmodes/sh-script.el (sh, sh-script):
26406         * progmodes/sql.el (SQL):
26407         * progmodes/tcl.el (tcl):
26408         * textmodes/bibtex.el (bibtex, bibtex-autokey):
26409         * textmodes/enriched.el (enriched):
26410         * textmodes/makeinfo.el (makeinfo):
26411         * textmodes/sgml-mode.el (sgml):
26412         * textmodes/table.el (table-hooks):
26413         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
26414         * textmodes/texinfo.el (texinfo):
26415         * textmodes/two-column.el (two-column):
26416         Finish `defgroup' description with period.
26418         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26419         * eshell/esh-var.el (eshell-var):
26420         * progmodes/vhdl-mode.el (vhdl-testbench):
26421         * textmodes/org.el (org): Fix typos in docstrings.
26423         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26424         consistency.
26426         * progmodes/flymake.el (flymake-find-file): Remove.
26427         (flymake-float-time): Use `with-no-warnings'.
26428         (flymake-check-start-time, flymake-check-was-interrupted)
26429         (flymake-err-info, flymake-is-running, flymake-last-change-time)
26430         (flymake-new-err-info): `defvar' at compile time.
26432 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
26434         * replace.el (occur-hook): Doc fix.
26435         (occur-1): Don't call `occur-hook' if there are no matches.
26437 2005-07-03  Richard M. Stallman  <rms@gnu.org>
26439         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
26440         global-map, save the same map.
26441         (global-map): Don't alter it at top level.
26442         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
26443         Then alter it here instead.
26444         (tpu-edt-off): Set global-map to the saved one.
26446         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
26447         All references simplified.
26448         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
26449         (zmacs-regions): Add defvar.
26450         (repeat-complex-command-map): Everything about that deleted.
26452         * textmodes/artist.el (artist-key-is-drawing)
26453         (artist-key-endpoint1, artist-key-poly-point-list)
26454         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
26455         (artist-key-compl-table, artist-rb-save-data)
26456         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
26457         Don't put them in eval-when-compile.
26458         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
26460         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
26461         Use with-no-warnings.
26463         * net/browse-url.el (dos-windows-version): Add defvar.
26465         * mail/supercite.el (filladapt-prefix-table): Add defvar.
26467         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
26468         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
26469         (rmail-new-summary-line-count): Rename from new-summary-line-count.
26470         Add defvar.
26471         (rmail-summary-beginning-of-message): Use with-no-warnings.
26472         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
26474         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
26475         Use with-no-warnings.
26477         * emulation/vi.el (vi-mark-region): Use c-mark-function.
26478         (c-mark-function): Add point-moving-unit property.
26479         (vi-goto-line): Use with-no-warnings.
26481         * emulation/edt.el (edt-last-copied-word): Add defvar.
26482         (zmacs-region-stays): Likewise.
26483         (edt-mark-section-wisely): Use c-mark-function for C.
26484         Use makr-defun for Fortran.
26485         (time-string): defvar deleted.
26486         (edt-display-the-time): Don't set time-string.
26488         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
26490         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26491         Don't warn when name is not constant
26492         or for defining the group `emacs'.
26494         * tooltip.el (gud-tooltip-mode): Add defvar.
26496         * startup.el (default-frame-background-mode): Add defvar.
26498         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
26500         * info.el (tool-bar-map): Add defvar.
26502         * dired.el (dnd-protocol-alist): Add defvar.
26504         * dired-aux.el (dired-query): Display question with answer, when
26505         the user answers.
26507         * custom.el (custom-add-option): Doc fix.
26509         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
26511 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
26513         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
26514         bogus name from the last change.
26516 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
26518         * custom.el (custom-declare-variable): Fix typos in comment.
26519         (custom-known-themes): Doc fix.
26520         (custom-theme-directory): New defcustom.
26521         (require-theme): Make it check `custom-theme-directory'.
26523         * cus-theme.el (custom-new-theme-mode): New function.
26524         (custom-theme-name, custom-theme-variables, custom-theme-faces)
26525         (custom-theme-description): Add compiler defvars.
26526         (customize-create-theme): Add doc to the "*New Custom Theme*"
26527         buffer.  Use `custom-new-theme-mode'.
26528         (custom-theme-write): Put the created buffer in emacs-lisp-mode
26529         and save it to the `custom-theme-directory'.  Make this the
26530         default directory of the buffer.
26532 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
26534         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
26535         Fix unbalanced parentheses.
26537 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26539         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
26540         into flymake-mode and delegate to flymake-mode.
26542         * find-file.el (ff-which-function-are-we-in): Clean up.
26544 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
26546         * replace.el (occur-rename-buffer): Fix docstring.
26548         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
26549         (edt-last-copied-word, edt-learn-macro-count)
26550         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
26551         (edt-rect-start-point, edt-user-global-map, rect-start-point)
26552         (time-string, zmacs-region-stays):
26553         * emulation/edt-mapper.el (edt-save-function-key-map)
26554         (EDT-key-name): `defvar' to silence the byte-compiler.
26556 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
26558         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
26559         font-lock-regexp-backslash.  Doc fix.
26560         (font-lock-regexp-backslash-grouping-construct): Rename from
26561         font-lock-regexp-backslash-construct.  Doc fix.
26562         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
26563         grouping constructs.
26565 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
26567         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
26568         updating all the prerequisites.
26570 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
26572         * textmodes/org.el (org-agenda-start-on-weekday)
26573         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
26574         (org-agenda-use-time-grid, org-archive-location)
26575         (org-allow-space-in-links, org-usenet-links-prefer-google)
26576         (org-enable-table-editor, org-export-default-language)
26577         (org-export-html-show-new-buffer, org-fill-paragraph)
26578         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
26579         (org-goto-quit, org-occur, org-eval-in-calendar)
26580         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
26581         (org-agenda-diary-entry, org-remember-help)
26582         (org-table-convert-region, org-at-table-p)
26583         (org-table-move-row-down, org-table-move-row-up)
26584         (org-table-copy-region, org-table-toggle-vline-visibility)
26585         (org-table-get-stored-formulas, org-table-get-specials)
26586         (org-recalc-commands, org-table-eval-formula)
26587         (org-table-formula-substitute-names, orgtbl-make-binding)
26588         (org-format-org-table-html, org-format-table-table-html)
26589         (org-format-table-table-html-using-table-generate-source)
26590         (org-customize): Fix typos in docstrings.
26591         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
26592         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
26593         (org-back-to-heading): Doc fixes.
26594         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
26595         (org-agenda-change-all-lines, org-get-header):
26596         Improve argument/docstring consistency.
26597         (orgtbl-error): Fix error message.
26599         * progmodes/flymake.el (flymake-find-possible-master-files)
26600         (flymake-master-file-compare, flymake-get-line-err-count)
26601         (flymake-highlight-line, flymake-gui-warnings-enabled):
26602         Fix typos in docstrings.
26603         (flymake-parse-line, flymake-get-project-include-dirs-function)
26604         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
26605         Doc fixes.
26606         (flymake-get-project-include-dirs-function)
26607         (flymake-make-err-menu-data):
26608         Improve argument/docstring consistency.
26610 2005-07-01  Lute Kamstra  <lute@gnu.org>
26612         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
26613         Catch errors with ignore-errors.  Use temporary buffer.
26614         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
26616         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
26617         background color faces.
26618         (facemenu-set-foreground, facemenu-set-background):
26619         Use facemenu-set-face-from-menu.
26620         (facemenu-set-face-from-menu): Treat face names that start with
26621         "fg:" or "bg:" as special.
26622         (facemenu-add-new-color): Don't create faces.  Simplify.
26624 2005-06-30  Richard M. Stallman  <rms@gnu.org>
26626         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
26627         (crm-find-current-element): Likewise.
26629 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
26631         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
26633 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26635         * arc-mode.el (archive-extract): Make it work as a mouse binding.
26636         (archive-mouse-extract): Make it an obsolete alias.
26637         (archive-mode-map): Don't use archive-mouse-extract any more.
26638         (archive-mode, archive-extract): write-contents-hooks ->
26639         write-contents-functions.
26640         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
26641         first arg.
26642         (archive-rename-entry): Update the call.
26643         (archive-zip-summarize): Remove unused var `method'.
26644         (archive-lzh-summarize): Remove unused var `creator'.
26646         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
26647         dedicated frame upon exit.
26649         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
26650         (archive-zip-extract, archive-zip-expunge)
26651         (archive-zip-update, archive-zip-update-case): Use executable-find.
26652         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
26653         Use restore-buffer-modified-p.
26654         (archive-extract, archive-add-new-member, archive-write-file-member):
26655         Use with-current-buffer.
26656         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
26658 2005-06-30  Andreas Schwab  <schwab@suse.de>
26660         * progmodes/gud.el (gud-filter): Remove unneeded progn.
26662 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
26664         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
26666 2005-06-30  Juri Linkov  <juri@jurta.org>
26668         * faces.el (vertical-border): Inherit from mode-line-inactive
26669         only on tty.
26671 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
26673         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
26674         example, -NLINES in the `occur' docstring).
26676         * replace.el (occur-1): When no matches are found, do not set the
26677         `buffer-read-only' and modified flags for the occur buffer,
26678         because it is deleted.
26680         * emulation/cua-base.el (cua-check-pending-input)
26681         (cua-repeat-replace-region, cua-mode, cua-debug)
26682         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
26683         Fix typos in docstrings.
26685         * emulation/cua-gmrk.el (cua-toggle-global-mark)
26686         (cua-cut-region-to-global-mark)
26687         (cua--cut-rectangle-to-global-mark):
26688         Remove period from end of messages.
26690         * emulation/cua-rect.el (cua-do-rectangle-padding):
26691         Remove period from end of messages.
26692         (cua--rectangle-seq-format): Fix typo in docstring.
26693         (cua-sequence-rectangle, cua-fill-char-rectangle):
26694         Improve argument/docstring consistency.
26696 2005-06-29  Juri Linkov  <juri@jurta.org>
26698         * faces.el (default-frame-background-mode): New internal variable.
26699         (frame-set-background-mode): Use it.
26701         * startup.el (normal-top-level): Set default-frame-background-mode
26702         instead of frame-background-mode.  Before setting it, test for its
26703         nil value.  Remove tests for frame-background-mode and frame
26704         parameter `reverse'.  Add test for "unspecified-fg".
26706         * term/xterm.el (xterm-rxvt-set-background-mode):
26707         * term/rxvt.el (rxvt-set-background-mode):
26708         Set default-frame-background-mode instead of frame-background-mode.
26710 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
26712         * simple.el (set-variable): Warn about obsolete user variables.
26714         * imenu.el (imenu--completion-buffer):
26715         * mouse.el (mouse-buffer-menu-alist):
26716         * msb.el (msb-invisible-buffer-p):
26717         * calendar/diary-lib.el (diary-header-line-format):
26718         * emacs-lisp/pp.el (pp-buffer):
26719         * progmodes/cperl-mode.el (cperl-do-auto-fill):
26720         * textmodes/picture.el (picture-replace-match):
26721         Change space constants followed by a sexp to "?\s ".
26723         * play/decipher.el (decipher-loop-with-breaks):
26724         * textmodes/texinfo.el (texinfo-insert-@item): Change space
26725         constants "protected" from end of line by a comment to "?\s".
26727 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26729         * font-lock.el (save-buffer-state): Use `declare'.
26731         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
26732         reset the syntax-table to cperl-mode-syntax-table.
26733         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
26734         "foo_print_bar" is not matched as a reserved keyword.
26736 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
26738         * textmodes/org.el (orgtbl-setup): New function, for delayed
26739         setup for the orgtbl commands.
26740         (org-calc-default-modes): New option.
26741         (orgtbl-make-binding): Use `defun' to get better help display.
26742         (org-diary): Call `org-compile-prefix-format'.
26743         (org-table-formula-substitute-names): New function.
26744         (org-agenda-day-view, org-agenda-week-view): New commands.
26745         (org-agenda-toggle-week-view): Command removed.
26746         (org-tbl-menu): Split off from org-org-menu.
26747         (org-mode): Move removal of outline-mode menus to here.
26748         (org-table-formula-debug): New option.
26749         (org-table-insert-row): Keep first field if just "#" or "*".
26750         (org-mode): Paragraph regexps fixed.
26751         (org-table-recalculate-regexp): New constant.
26752         (org-table-justify-field-maybe): Avoid replace if not necessary.
26753         (org-copy-special, org-cut-special): Use `call-interactively'.
26754         (org-table-copy-region): Take region from `interactive' call.
26755         (org-trim): Return string even if no match.
26756         (org-formula): New face.
26757         (org-set-font-lock-defaults): No longer highlight "FIXME".
26758         But highlight formula-related fields in table.
26759         (org-table-p): Use regexp, not fontification.
26760         (org-table-align): Handle white space at end of line.
26761         (org-table-formula-evaluate-inline): New option.
26762         (org-mode): Auto-wrapping in comment lines turned off.
26763         (org-table-copy-down): Evaluate only in copied field, not in
26764         destination.
26765         (org-table-current-formula): Variable removed.
26766         (org-table-store-formulas, org-table-get-stored-formulas)
26767         (org-table-modify-formulas, org-table-replace-in-formulas)
26768         (org-table-maybe-eval-formula): New functions.
26769         (org-table-get-formula): Modify to use stored formulas.
26770         (org-table-insert-column, org-table-delete-column)
26771         (org-table-move-column): Call `org-table-modify-formulas'.
26772         (org-complete): Add completion for keyword formulas.
26773         (orgtbl-mode): Pull orgtbl-mode-map to start of
26774         minor-mode-map-alist.
26776 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26778         * progmodes/python.el (python-check): Require `compile' before
26779         modifying its variables.
26781         * newcomment.el (comment-indent-default): Don't get fooled by an early
26782         end of buffer.
26784 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26786         * ps-print.el (ps-print-version): Fix version number.
26788 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
26790         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
26792 2005-06-28  Richard M. Stallman  <rms@gnu.org>
26794         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
26795         (flyspell-local-mouse-map): Declaration deleted.
26796         (flyspell-mouse-map): Bind only mouse-2.
26797         (flyspell-mode-map): Don't test flyspell-use-local-map.
26798         (flyspell-overlay-keymap-property-name): Var deleted.
26799         (flyspell-mode-on): Don't make local bindings for
26800         flyspell-mouse-map and flyspell-mode-map.
26801         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
26803         * textmodes/ispell.el (ispell-word): Do not ignore short words.
26805         * progmodes/compile.el (compilation-next-error-function):
26806         Don't switch buffers; operate on the current buffer.
26808         * progmodes/compile.el (compilation-error-file-name)
26809         (compilation-warning-file-name, compilation-info-file-name)
26810         (compilation-line-number, compilation-column-number): New faces.
26811         (compilation-error-face, compilation-warning-face)
26812         (compilation-info-face, compilation-line-face)
26813         (compilation-column-face): Use them.
26815         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
26817         * comint.el (comint-password-prompt-regexp): Accept ", try again".
26819         * bindings.el (global-map): Bind insertchar and its variants.
26821 2005-06-27  Richard M. Stallman  <rms@gnu.org>
26823         * textmodes/artist.el (artist-text-overwrite)
26824         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
26826 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26828         * ps-print.el: It was not working the page selection for printing.
26829         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
26830         (ps-print-version): New version 6.6.7.
26831         (ps-end-sheet): New fun.
26832         (ps-header-sheet, ps-end-job): Call it.
26834 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
26836         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
26838 2005-06-27  Lute Kamstra  <lute@gnu.org>
26840         * facemenu.el (facemenu-unlisted-faces): Add foreground and
26841         background color faces.
26842         (facemenu-get-face): Delete function.
26843         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
26844         (facemenu-add-new-color): Make second argument mandatory.
26845         Create the appropriate face and return it.  Simplify.
26846         (facemenu-set-foreground, facemenu-set-background): Don't check if
26847         color is defined.  Use return value of facemenu-add-new-color.
26849 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
26851         * progmodes/gud.el (gud-filter): Add missing argument to
26852         with-selected-window.
26854 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26856         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
26857         a :require to the defcustom.
26859         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
26860         defcustoms corresponding to minor modes.
26862 2005-06-26  David Ponce  <david@dponce.com>
26864         * recentf.el: Require tree-widget instead of wid-edit.
26865         (recentf-filename-handler): Fix widget :type.
26866         (recentf-cancel-dialog, recentf-open-more-files)
26867         (recentf-open-files-action): Doc fix.
26868         (recentf-dialog-goto-first): New function.
26869         (recentf-dialog-mode-map): Set parent keymap first.
26870         (recentf-dialog-mode): Define with define-derived-mode.
26871         Don't display continuation lines in dialogs.
26872         (recentf-edit-list): Rename from recentf-edit-selected-items.
26873         (recentf-edit-list-select): Rename from recentf-edit-list-action.
26874         Simplify.
26875         (recentf-edit-list-validate): New function.
26876         (recentf-edit-list): Update accordingly.
26877         (recentf-open-files-item-shift): Remove.
26878         (recentf-open-files-item): Convert menu elements into tree and
26879         link widgets.  Don't create the widgets.
26880         (recentf-open-files): Update accordingly.
26881         (recentf-save-list): Untabify.
26883 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
26885         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
26886         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
26887         partially contained in the active region.  Do not take active
26888         region into account when called from Lisp, unless INTERACTIVE arg
26889         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
26890         avoid trouble with fields.  Make marker point nowhere when no
26891         longer used.  Always return nil.  Doc fix.
26892         (flush-lines): Add INTERACTIVE arg.  Do not take active region
26893         into account when called from Lisp, unless INTERACTIVE arg is
26894         non-nil.  Use `forward-line' instead of `beginning-of-line' to
26895         avoid trouble with fields.  Make marker point nowhere when no
26896         longer used.  Always return nil.  Doc fix.
26897         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
26898         interchangeable.  Do not take active region into account when
26899         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
26900         message in echo area when called from Lisp, unless INTERACTIVE arg
26901         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
26902         Return the number of matches.  Doc fix.
26903         (occur): Doc fix.
26904         (perform-replace): Make comment follow double space convention for
26905         the sake of `outline-minor-mode'.
26907         * faces.el (facep): Doc fix.
26909 2005-06-25  Richard M. Stallman  <rms@gnu.org>
26911         * facemenu.el (facemenu-enable-faces-p): New function.
26912         (facemenu-background-menu, facemenu-foreground-menu)
26913         (facemenu-face-menu): Add menu-enable property.
26915         * jka-compr.el (jka-compr-insert-file-contents):
26916         Special handling if cannot find the uncompression program.
26918         * cus-face.el (custom-face-attributes): Add autoload.
26920         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26921         Bind comment-indent-function locally.
26923         * window.el (save-selected-window): Use save-current-buffer.
26925         * subr.el (with-selected-window): Use save-current-buffer.
26927         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
26928         and with-current-buffer.
26930 2005-06-24  Richard M. Stallman  <rms@gnu.org>
26932         * simple.el (line-move-1): Fix previous change.
26934 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
26936         * replace.el (occur-1): Set `buffer-read-only' and the
26937         buffer-modified flag before running `occur-hook' to protect
26938         against unintentional buffer switches that can lead to data loss.
26940 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
26942         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
26943         (gud-gdb-marker-filter): Use font-lock-warning-face for any
26944         initial error.
26946         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
26947         after fresh input.
26948         (gdb-var-create-handler): Put name of expression in quotes.
26950 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
26952         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
26953         elements of RING in order, and without bogus nil elements.
26955 2005-06-23  Richard M. Stallman  <rms@gnu.org>
26957         * simple.el (set-variable): Args renamed; doc fix.
26958         (line-move-1): When there are overlays around, use vertical-motion.
26960         * faces.el (escape-glyph): Use brown against light background.
26961         (nobreak-space): Rename from no-break-space.
26962         Fix previous change.
26964         * dired-aux.el (dired-do-copy): Fix arg prompt.
26966         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
26968 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
26970         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
26971         rather than "Distributor".
26973 2005-06-23  Lute Kamstra  <lute@gnu.org>
26975         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
26976         (debug-on-entry): Use it.  New interactive declaration that uses
26977         function-called-at-point.
26979 2005-06-23  Kim F. Storm  <storm@cua.dk>
26981         * subr.el (save-match-data): Add comment about using evaporate arg
26982         to set-match-data.
26984 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
26986         * cus-edit.el (customize-face)
26987         (customize-face-other-window): Handle face aliases.
26989         * faces.el (face-documentation, set-face-attribute)
26990         (face-spec-set): Handle face aliases.
26992 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
26994         * help-mode.el (help-make-xrefs): If a symbol representing a face
26995         name is not followed by the word "face", it could still be a
26996         function or variable name, so don't bypass other checks.
26998 2005-06-22  Juri Linkov  <juri@jurta.org>
27000         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27001         Replace aliased functions with calls where second arg `inherit' is t.
27003 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
27005         * progmodes/gdb-ui.el (gdb-error): New variable.
27006         (gdb-error): New function.
27007         (gdb-annotation-rules): Act on error-begin and error annotations.
27008         (gdb-concat-output): Use font-lock-warning-face for errors.
27010 2005-06-22  Miles Bader  <miles@gnu.org>
27012         * bindings.el (propertized-buffer-identification): Use renamed
27013         `Buffer-menu-buffer' face.
27015         * faces.el (vertical-border): Rename from `vertical-divider'.
27016         (escape-glyph): Change dark-background color back to `cyan'.
27018 2005-06-21  Juri Linkov  <juri@jurta.org>
27020         * faces.el (face-user-default-spec): Try getting `customized-face'
27021         prior to `saved-face'.
27022         (frame-background-mode): Refill docstring.
27024         * emacs-lisp/lisp-mode.el (eval-defun-1):
27025         * emacs-lisp/edebug.el (edebug-eval-defun):
27026         Set `saved-face' temporarily to nil before calling form.
27027         Set `customized-face' to the new spec after that.
27029 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
27031         * subr.el (1value, lambda, key-substitution-in-progress):
27032         Doc fixes.
27034         * autoinsert.el (auto-insert-alist):
27035         * ses.el (ses-call-printer):
27036         * subr.el (noreturn):
27037         * emacs-lisp/lisp.el (check-parens):
27038         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27039         * net/browse-url.el (browse-url-mosaic):
27040         * progmodes/cc-defs.el (c-safe-scan-lists):
27041         * progmodes/ebnf-abn.el (ebnf-abn-lex):
27042         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27043         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27044         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27045         * progmodes/ebnf-iso.el (ebnf-iso-lex):
27046         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27048 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
27050         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27052 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
27054         * calendar/appt.el (appt-make-list): Activate the package, if
27055         not already active (for backwards compatibility).
27057 2005-06-20  Kim F. Storm  <storm@cua.dk>
27059         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
27061 2005-06-20  Miles Bader  <miles@gnu.org>
27063         * faces.el (vertical-divider): New face.
27065 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
27067         * simple.el (kill-whole-line): Doc fix.
27068         (next-error-buffer-p, next-error-find-buffer)
27069         (clone-indirect-buffer): Fix typos in docstrings.
27070         (comment-line-break-function): Doc fix: don't say variable
27071         is automatically buffer-local (it isn't).
27073 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
27075         * net/tramp-ftp.el (top):
27076         * net/tramp-smb.el (top):
27077         * net/tramp-util.el (top):
27078         * net/tramp-uu.el (top):
27079         * net/tramp-vc.el (top):
27080         * net/tramp.el (top): Revert copyright years back to original
27081         ones.  Tramp has a life outside GNU Emacs.
27083 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
27085         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27087 2005-06-18  Juri Linkov  <juri@jurta.org>
27089         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27090         end of first regexp to limit the match to the position between
27091         line number and source line with same separator character as used
27092         between file name and line number.  In the second regexp limit
27093         mouse-face area to file name and line number by adding new group
27094         for them and referring it in HYPERLINK arg.
27095         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27096         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27097         previous line where grep markers may be already removed.
27099 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
27101         * progmodes/ps-mode.el: Update version and maintainer's email address.
27103 2005-06-18  Steve Youngs  <steve@xemacs.org>
27105         * net/browse-url.el (browse-url-browser-function)
27106         (browse-url-default-browser): Add firefox.
27107         (browse-url-firefox-program, browse-url-firefox-arguments)
27108         (browse-url-firefox-startup-arguments)
27109         (browse-url-firefox-new-window-is-tab): New defcustoms.
27110         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27112 2005-06-17  Richard M. Stallman  <rms@gnu.org>
27114         * startup.el (command-line): Warn if specified user name has
27115         no home directory.
27117         * term.el (term-get-old-input, term-input-filter, term-input-sender)
27118         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27120         * longlines.el (longlines-mode, longlines-show-hard-newlines):
27121         Doc fixes.
27123         * faces.el (underline): Try bold if terminal doesn't support underline.
27125         * mail/sendmail.el (mail-setup-with-from): New variable.
27126         (mail-insert-from-field): New function.
27127         (sendmail-send-it): Call it.
27128         (mail-setup): Optionally call it here.
27130         * term/linux.el: Call tty-no-underline.
27132 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
27134         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27136 2005-06-17  Miles Bader  <miles@gnu.org>
27138         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27139         (ediff-current-diff-C, ediff-current-diff-Ancestor)
27140         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27141         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27142         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27143         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27144         Remove "-face" suffix from face names.
27145         (ediff-current-diff-face-A, ediff-current-diff-face-B)
27146         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27147         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27148         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27149         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27150         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27151         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27152         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27153         New backward-compatibility aliases for renamed faces.
27154         (ediff-current-diff-face-A, ediff-current-diff-face-B)
27155         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27156         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27157         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27158         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27159         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27160         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27161         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27162         Use renamed ediff faces.
27164         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27165         Remove "-face" suffix from face names.
27166         (eshell-test-ok-face, eshell-test-failed-face):
27167         New backward-compatibility aliases for renamed faces.
27168         (eshell-run-test): Use renamed eshell-test faces.
27170         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27171         face name.
27172         (eshell-prompt-face): New backward-compatibility alias for renamed
27173         face.
27174         (eshell-emit-prompt): Use renamed eshell-prompt face.
27176         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27177         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27178         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27179         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27180         Remove "-face" suffix from face names.
27181         (eshell-ls-directory-face, eshell-ls-symlink-face)
27182         (eshell-ls-executable-face, eshell-ls-readonly-face)
27183         (eshell-ls-unreadable-face, eshell-ls-special-face)
27184         (eshell-ls-missing-face, eshell-ls-archive-face)
27185         (eshell-ls-backup-face, eshell-ls-product-face)
27186         (eshell-ls-clutter-face):
27187         New backward-compatibility aliases for renamed faces.
27188         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27190         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27191         Remove "-face" suffix from face name.
27192         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27193         instead of literal face.
27195 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
27197         * emacs-lisp/warnings.el (display-warning, lwarn)
27198         (warning-minimum-log-level): Doc fixes.
27199         (warning-minimum-level, warning-minimum-log-level):
27200         Add :debug to :type choices.
27202         * progmodes/ada-mode.el (ada-format-paramlist)
27203         (ada-get-indent-case, ada-check-matching-start)
27204         (ada-check-defun-name, ada-goto-matching-decl-start)
27205         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27206         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27207         (ada-make-subprogram-body): Follow error conventions.
27208         (ada-case-exception-file, ada-indent-comment-as-code)
27209         (ada-indent-handle-comment-special, ada-indent-renames)
27210         (ada-indent-return, ada-search-directories-internal)
27211         (ada-tab-policy, ada-case-exception-substring)
27212         (ada-other-file-alist, ada-matching-start-re)
27213         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27214         (ada-imenu-generic-expression, ada-compile-goto-error)
27215         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27216         (ada-popup-menu, ada-add-extensions, ada-mode)
27217         (ada-region-selected, ada-create-case-exception)
27218         (ada-create-case-exception-substring, ada-after-keyword-p)
27219         (ada-activate-keys-for-case, ada-adjust-case-region)
27220         (ada-adjust-case-buffer, ada-format-paramlist)
27221         (ada-scan-paramlist, ada-insert-paramlist)
27222         (ada-indent-newline-indent)
27223         (ada-indent-newline-indent-conditional)
27224         (ada-justified-indent-current, ada-goto-previous-word)
27225         (ada-indent-current, ada-get-indent-open-paren)
27226         (ada-get-indent-paramlist, ada-get-indent-end)
27227         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27228         (ada-get-indent-block-start, ada-get-indent-subprog)
27229         (ada-get-indent-noindent, ada-get-indent-label)
27230         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27231         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27232         (ada-goto-stmt-end, ada-goto-next-word)
27233         (ada-check-matching-start, ada-check-defun-name)
27234         (ada-goto-matching-decl-start, ada-goto-matching-start)
27235         (ada-goto-matching-end, ada-search-ignore-string-comment)
27236         (ada-in-decl-p, ada-looking-at-semi-or)
27237         (ada-looking-at-semi-private, ada-in-paramlist-p)
27238         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27239         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27240         (ada-next-procedure, ada-previous-procedure, ada-next-package)
27241         (ada-previous-package, ada-create-menu)
27242         (ada-fill-comment-paragraph-justify)
27243         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27244         (ada-other-file-name, ada-last-which-function-line)
27245         (ada-last-which-function-subprog, ada-which-function)
27246         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27247         (ada-gen-treat-proc, ada-check-emacs-version)
27248         (ada-continuation-indent, ada-align-region-separate):
27249         Fix typos in docstrings.
27250         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27252 2005-06-16  Lute Kamstra  <lute@gnu.org>
27254         * simple.el (fundamental-mode): Run after-change-major-mode-hook
27255         conditionally.
27257 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
27259         * comint.el (comint-replace-by-expanded-filename)
27260         (comint-prompt-regexp, comint-delimiter-argument-list)
27261         (comint-preinput-scroll-to-bottom):
27262         * info.el (Info-hide-cookies-node):
27263         * ls-lisp.el (ls-lisp-classify):
27264         * find-file.el (ff-search-directories, ff-special-constructs)
27265         (ff-find-other-file):
27266         * font-lock.el (font-lock-keywords):
27267         * shell.el (shell-prompt-pattern)
27268         (shell-dynamic-complete-functions, shell-mode)
27269         (shell-delimiter-argument-list):
27270         * term.el (term-replace-by-expanded-filename)
27271         (term-prompt-regexp, term-delimiter-argument-list):
27272         * woman.el (woman-ignore, woman0-if):
27273         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27274         * emacs-lisp/elint.el (elint-init-env):
27275         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27276         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27277         * language/ethio-util.el (ethio-tilde-escape)
27278         (ethio-use-three-dot-question):
27279         * net/zone-mode.el (zone-mode-load-time-setup):
27280         * progmodes/cc-align.el (c-lineup-argcont):
27281         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27282         * progmodes/cperl-mode.el (cperl-set-style-back):
27283         * progmodes/inf-lisp.el (inferior-lisp-prompt):
27284         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27285         Fix spellings in docstrings.
27287         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27288         * progmodes/modula2.el (m2-for): Fix spellings.
27290         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27292         * simple.el (undo-more): Don't use `format' on `error' arguments.
27293         Improve argument/docstring consistency.
27294         (pending-undo-list): Doc fix.
27296         * smerge-mode.el (smerge-ensure-match):
27297         * emulation/vip.el (vip-ex):
27298         * net/zone-mode.el (zone-mode-update-serial):
27299         * progmodes/idlwave.el (idlwave-complete):
27300         * progmodes/vhdl-mode.el (vhdl-visit-file)
27301         (vhdl-compose-wire-components):
27302         Don't use `format' on `error' arguments.
27304         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27305         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27306         (tooltip-help-tips): Fix typos in docstrings.
27308 2005-06-16  David Ponce  <david@dponce.com>
27310         * tree-widget.el (tree-widget-value-create): Simplify last change.
27312 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
27314         * ido.el (ido-incomplete-regexp): New variable.
27315         (ido-set-matches-1): Handle invalid-regexp error and set
27316         ido-incomplete-regexp.
27317         (ido-incomplete-regexp): New face.
27318         (ido-completions): Use it.
27319         (ido-complete, ido-exit-minibuffer, ido-completions):
27320         Handle incomplete regexps.
27321         (ido-completions): Add check for complete match when entering a regexp.
27323 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27325         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27327 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
27329         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27330         by field delimiters.
27332 2005-06-15  David Ponce  <david@dponce.com>
27334         * tree-widget.el: eval-and-compile inlined functions so they will
27335         be available at run-time too.
27336         (tree-widget-super-format-handler)
27337         (tree-widget-format-handler): Remove.
27338         (tree-widget-value-create): Handle the :indent property.
27340 2005-06-15  Miles Bader  <miles@gnu.org>
27342         * progmodes/which-func.el (which-func): Only inherit
27343         `font-lock-function-name-face' when that makes sense against the
27344         default mode-line face, otherwise set the face color explicitly.
27346         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27347         faces instead of (non-existent) variables.
27349 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
27351         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27352         (iswitchb-get-matched-buffers): Likewise.  Simplify.
27354 2005-06-14  Miles Bader  <miles@gnu.org>
27356         * progmodes/ld-script.el (ld-script-location-counter):
27357         Remove "-face" suffix from face name.
27358         (ld-script-location-counter-face):
27359         New backward-compatibility alias for renamed face.
27360         (ld-script-location-counter-face): Use renamed face.
27362         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27363         (cperl-hash): Remove "-face" suffix from face names.
27364         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27365         New backward-compatibility aliases for renamed faces.
27366         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27367         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27369         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27370         name.
27371         (which-func-face): New backward-compatibility alias for renamed face.
27372         (which-func-format): Use renamed which-func face.
27374         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
27375         (vhdl-function, vhdl-directive, vhdl-reserved-word)
27376         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27377         names.
27378         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27379         (vhdl-speedbar-configuration, vhdl-speedbar-package)
27380         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27381         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27382         (vhdl-speedbar-architecture-selected)
27383         (vhdl-speedbar-configuration-selected)
27384         (vhdl-speedbar-package-selected)
27385         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27386         names.
27387         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27388         Use renamed faces.
27389         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27390         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27391         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
27392         Use renamed faces.
27393         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
27394         names.
27395         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
27396         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
27397         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
27398         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
27399         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
27400         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
27402         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
27403         face name.
27404         (sh-heredoc-face): New backward-compatibility alias for renamed face.
27405         (sh-heredoc-face): Use renamed sh-heredoc face.
27407         * progmodes/idlw-help.el (idlwave-help-link):
27408         Remove "-face" suffix from face name.
27409         (idlwave-help-link-face):
27410         New backward-compatibility alias for renamed face.
27411         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
27413         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
27414         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
27415         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27416         New backward-compatibility aliases for renamed faces.
27417         (idlwave-shell-disabled-breakpoint-face)
27418         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27420         * progmodes/flymake.el (flymake-errline, flymake-warnline):
27421         Remove "-face" suffix from face names.
27422         (flymake-errline-face, flymake-warnline-face):
27423         New backward-compatibility aliases for renamed faces.
27424         (flymake-highlight-line): Use renamed flymake faces.
27426         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27427         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27428         (ebrowse-member-class, ebrowse-progress):
27429         Remove "-face" suffix from face names.
27430         (ebrowse-tree-mark-face, ebrowse-root-class-face)
27431         (ebrowse-file-name-face, ebrowse-default-face)
27432         (ebrowse-member-attribute-face, ebrowse-member-class-face)
27433         (ebrowse-progress-face):
27434         New backward-compatibility aliases for renamed faces.
27435         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
27436         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
27437         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
27438         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
27440         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
27441         antlr-syntax)
27442         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
27443         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
27444         names.
27445         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
27446         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
27447         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
27448         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
27449         backward-compatibility aliases for renamed faces.
27450         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27451         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
27452         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
27453         remove "font-lock-".  Use renamed antlr-mode faces.
27454         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
27455         literal face-names with face variable references.
27457         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
27458         face name.
27459         (Buffer-menu-buffer-face): New backward-compatibility alias for
27460         renamed face.
27461         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
27463 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
27465         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
27466         Eliminate "-face" suffix.
27467         (makefile-targets): Inherit from font-lock-function-name-face and
27468         eliminate "-face" suffix.
27469         (makefile-shell): Remove attributes and eliminate "-face" suffix.
27470         (makefile-*-font-lock-keywords): Append makefile-targets in rule
27471         actions, instead of prepending, to make it less visible.
27472         (makefile-previous-dependency, makefile-match-dependency):
27473         Don't match a target on a continuation line.
27475         * files.el (auto-mode-alist): Put Makefile in gmake mode.
27477 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
27479         * progmodes/gdb-ui.el (menu): Re-order menu items.
27480         (gdb-tooltip-print): Respect tooltip-use-echo-area.
27482         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
27483         Define in tooltip.el.
27484         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
27485         (gud-tooltip-tips): Respect tooltip-use-echo-area and
27486         gud-tooltip-echo-area.
27488         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
27489         backward compatibility and make obsolete.
27490         (tooltip-help-tips): Use tooltip-use-echo-area.
27491         (tooltip-show-help-function): Rename to...
27492         (tooltip-show-help): ...this, because it is a function.
27493         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
27495 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
27497         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
27498         (edebug-print-length, edebug-print-level, edebug-print-circle)
27499         (edebug-modify-breakpoint, edebug-eval-last-sexp)
27500         (edebug-eval-print-last-sexp): Doc fixes.
27502 2005-06-14  Kim F. Storm  <storm@cua.dk>
27504         * ido.el (ido-mode): Make a new keymap every time we enable ido,
27505         as the coverage buffer/file/both may change.
27507 2005-06-14  Lute Kamstra  <lute@gnu.org>
27509         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
27510         and run-mode-hooks.  Simplify.
27512         * mail/rmailedit.el (rmail-edit-mode):
27513         * progmodes/octave-inf.el (inferior-octave-mode):
27514         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
27516         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
27517         and run-mode-hooks.
27518         (recentf-edit-list, recentf-open-files): Don't call
27519         kill-all-local-variables directly.
27521         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
27523 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
27525         * emacs-lisp/byte-run.el (make-obsolete)
27526         (define-obsolete-function-alias): Rename arguments FUNCTION and
27527         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
27528         (make-obsolete-variable, define-obsolete-variable-alias):
27529         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
27530         respectively.
27532         * isearchb.el (isearchb-activate):
27533         * pcvs.el (cvs-mode):
27534         * ses.el (ses-load):
27535         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
27536         * net/tramp.el (tramp-find-file-exists-command)
27537         (tramp-find-shell):
27538         * progmodes/ada-mode.el (ada-create-case-exception)
27539         (ada-create-case-exception-substring, ada-make-subprogram-body):
27540         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
27541         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
27542         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
27543         * textmodes/org.el (org-promote, org-evaluate-time-range)
27544         (org-agenda-next-date-line, org-agenda-previous-date-line)
27545         (org-agenda-error, org-open-at-point, org-table-move-row)
27546         (org-format-table-table-html-using-table-generate-source)
27547         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
27548         * textmodes/reftex.el (reftex-access-scan-info):
27549         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
27550         (reftex-toc-promote-prepare): Follow error conventions.
27552         * diff-mode.el (diff-mode): Fix typo in docstring.
27554         * forms.el (forms--intuit-from-file): Fix reference to
27555         `forms-number-of-fields' in error message.
27556         (forms-print): Fix quoting in error message.
27558         * forms.el (forms-mode):
27559         * emulation/vi.el (vi-goto-insert-state):
27560         * progmodes/flymake.el (flymake-new-err-info)
27561         (flymake-start-syntax-check-for-current-buffer)
27562         (flymake-simple-cleanup):
27563         * eshell/esh-var.el (eshell/export):
27564         * progmodes/gud.el (xdb):
27565         * textmodes/flyspell.el (flyspell-incorrect-hook)
27566         (flyspell-maybe-correct-transposition)
27567         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
27569 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
27571         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
27572         minibuffer prompt.
27574 2005-06-13  Kim F. Storm  <storm@cua.dk>
27576         * subr.el (add-to-ordered-list): New defun.
27578         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
27579         add cua--keymap-alist to emulation-mode-map-alists.
27581 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
27583         * subr.el (complete-in-turn): New macro.
27584         (dynamic-completion-table, lazy-completion-table): Add debug info.
27586         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
27587         in preference to face aliases.
27589         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
27590         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
27591         Remove unused vars `start' and `firstline'.
27592         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
27593         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
27595 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
27597         * cus-start.el (all): Don't complain about missing GTK-related
27598         variables, unless either `gtk' is boundp or this isn't a
27599         `windows-nt' build.
27601 2005-06-13  Lute Kamstra  <lute@gnu.org>
27603         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
27604         run-mode-hooks.
27606         * ediff-mult.el (ediff-meta-mode):
27607         * ediff-util.el (ediff-mode): Use run-mode-hooks.
27609         * ledit.el (ledit-mode): Use delay-mode-hooks.
27611         * woman.el (woman-mode-line-format): Delete constant.
27612         (woman-mode-map): Initialize it properly.
27613         (woman-mode): Set mode-class property to special.
27614         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
27615         Set major-mode and mode-name.  Don't set mode-line-format directly.
27616         (Man-getpage-in-background): Don't reference woman-mode-line-format.
27618         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
27619         string argument obsolete.
27621 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
27623         * textmodes/org.el (org-CUA-compatible): New option.
27624         (org-disputed-keys): New variable.
27625         (org-key): New function.
27626         (orgtbl-make-binding): Add docstring to the created function.
27627         (org-mode): Set paragraph start/separate regexps.
27628         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
27629         (org-archive-location, org-archive-mark-done)
27630         (org-archive-stamp-time): New options.
27631         (org-archive-subtree): New command.
27632         (org-fill-paragraph): New function.
27633         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
27634         (org-fake-empty-table-line): Function removed.
27635         (org-format-org-table-html): Do not create empty table lines at
27636         separator lines.  Improved table header treatment.
27637         (org-link-format): New option.
27638         (org-make-link): New function.
27639         (org-insert-link, org-store-link): Use org-make-link.
27640         (org-open-file): Quote file name for shell command, to allow
27641         spaces in file names.
27642         (org-link-regexp): Fix bug with mailto link.
27643         (org-link-maybe-angles-regexp, org-protected-link-regexp):
27644         New constants.
27645         (org-export-as-html): Deal with the optional angles around a link.
27646         Better treatment of file: links.
27647         (org-open-at-point): Replace @{ and @} with < and >.
27648         (org-run-mode-hooks): Function removed.
27649         (org-agenda-mode): No longer use `org-run-mode-hooks'.
27651 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
27653         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
27654         MI command -data-list-register-values.
27655         (gdb-post-prompt): Indent properly.
27657 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
27659         * hilit-chg.el (highlight-changes-colors): Rename from
27660         `highlight-changes-colours'.
27661         (highlight-changes-colours): Keep as obsolete alias.
27662         (highlight-changes-face-list): Doc fix.
27663         (hilit-chg-make-list): Use `highlight-changes-colors'.
27665 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
27667         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
27668         defun-prompt-regexp.
27670 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
27672         * loadup.el: Don't say we are dumping under 2 names on windows-nt
27673         and cygwin.
27675         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
27676         Don't use an old loaddefs.el, as in Makefile.in.
27678 2005-06-12  Lute Kamstra  <lute@gnu.org>
27680         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
27682         * man.el (Man-mode-map): Initialize it properly.
27683         (Man-mode): Set mode-class property to special.
27685         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
27687 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
27689         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
27690         A newline is needed in the docstring there.
27692         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
27693         Doc fixes.
27695 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27697         * printing.el: Doc fix.  The menubar is no more changed when printing
27698         is loaded, it only changes when pr-menu-bind or pr-update-menus is
27699         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
27700         (pr-version): New version number (6.8.4).
27701         (pr-menu-bind): New command.
27702         (pr-update-menus): Docstring and code fix.
27703         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
27704         Docstring fix.
27705         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
27706         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
27708 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
27710         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
27711         "Returns" to "return", document useful return values, etc.
27713 2005-06-11  Alan Mackenzie  <acm@muc.de>
27715         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
27716         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
27717         (adaptive-file-function): Minor amendment to doc-string.
27719 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27721         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
27722         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
27723         Fix :type--it is `integer', not `string'.
27725         * faces.el (modeline-highlight): Rename from (the erroneous)
27726         `modeline-higilight'.
27728 2005-06-11  Lute Kamstra  <lute@gnu.org>
27730         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
27731         lisp-interaction-mode-map but make it the parent.
27732         (edebug-eval-mode): Use define-derived-mode.
27734 2005-06-11  Andreas Schwab  <schwab@suse.de>
27736         * bindings.el: Add binding of `ESC functionkey' for every
27737         `M-functionkey'.
27738         * hexl.el (hexl-mode-map): Likewise.
27740 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
27742         * progmodes/compile.el (compilation-error-regexp-alist-alist)
27743         [msft]: update regexp for newer msft compilers.
27745 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
27747         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
27748         ATTLIST portions of included DTDs.
27749         (xml-parse-dtd): Eliminate use of inefficient match-data.
27751 2005-06-10  Miles Bader  <miles@gnu.org>
27753         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
27754         (mpuz-text): Remove "-face" suffix from face names.
27755         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
27756         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
27757         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
27759         * play/gomoku.el (gomoku-O, gomoku-X):
27760         Remove "-face" suffix from face names.
27761         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
27762         New backward-compatibility aliases for renamed faces.
27763         (gomoku-font-lock-keywords): Use renamed gomoku faces.
27765 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
27767         * thumbs.el: Fixes for changes of 2005-06-09.
27768         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
27769         as a directory.
27770         (thumbs-thumbname): Remove directory separator from format string;
27771         `thumbs-thumbsdir' now returns a valid directory name.
27772         (thumbs-temp-dir): New defsubst.
27773         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
27774         Use it.
27776         * cus-edit.el (minibuffer):
27777         * files.el (make-backup-file-name-function):
27778         * filesets.el (filesets-external-viewers):
27779         * hilit-chg.el (highlight-changes-colours)
27780         (highlight-changes-face-list, highlight-changes-rotate-faces):
27781         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
27782         * kmacro.el (kmacro-call-macro):
27783         * log-edit.el (log-edit-changelog-full-paragraphs):
27784         * mouse.el (mouse-1-click-follows-link):
27785         * skeleton.el (skeleton-autowrap):
27786         * subr.el (insert-for-yank-1):
27787         * tempo.el (tempo-insert-region):
27788         * terminal.el (terminal-emulator):
27789         * time.el (display-time-mail-face):
27790         * vc.el (vc-annotate):
27791         * vcursor.el (vcursor-copy-line):
27792         * woman.el (woman-bold-headings, woman-ignore)
27793         (woman-default-faces, woman-monochrome-faces):
27794         * calendar/todo-mode.el (todo-insert-threshold):
27795         * emulation/pc-select.el (pc-select-selection-keys-only)
27796         (pc-selection-mode):
27797         * emulation/vip.el (vip-find-char-forward):
27798         * emulation/viper-cmd.el (viper-find-char-forward):
27799         * international/mule-cmds.el
27800         (select-safe-coding-system-accept-default-p)
27801         (input-method-exit-on-invalid-key):
27802         * international/mule-diag.el (describe-coding-system):
27803         * international/ucs-tables.el (unify-8859-on-encoding-mode):
27804         * net/browse-url.el (browse-url-xterm-program):
27805         * obsolete/lazy-lock.el (lazy-lock-mode):
27806         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
27807         (cperl-mode):
27808         * progmodes/cpp.el (cpp-face-light-name-list)
27809         (cpp-face-dark-name-list):
27810         * progmodes/delphi.el (delphi-newline-always-indents):
27811         Fix spellings in docstrings.
27813         * ido.el (ido-mode, ido-file-extensions-order)
27814         (ido-default-file-method, ido-default-buffer-method)
27815         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
27816         (ido-decorations, ido-read-file-name-as-directory-commands)
27817         (ido-read-file-name-non-ido, ido-work-directory-list)
27818         (ido-ignore-item-temp-list, ido-current-directory)
27819         (ido-magic-forward-char, ido-enter-find-file)
27820         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
27821         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
27823 2005-06-10  Lute Kamstra  <lute@gnu.org>
27825         * play/dunnet.el (dun-mode): Use define-derived-mode.
27826         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
27827         obsolete alias.
27829         * play/doctor.el (doctor-mode-map): Remove defvar.
27830         (doctor-mode): Use define-derived-mode.
27832         * mail/mspools.el (mspools-mode):
27833         * net/eudc-hotlist.el (eudc-hotlist-mode):
27834         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
27836 2005-06-10  Miles Bader  <miles@gnu.org>
27838         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
27839         Remove "-face" suffix from face names.
27840         (flyspell-incorrect-face, flyspell-duplicate-face):
27841         New backward-compatibility aliases for renamed faces.
27842         (flyspell-mode-on, make-flyspell-overlay)
27843         (flyspell-highlight-incorrect-region)
27844         (flyspell-highlight-duplicate-region)
27845         (flyspell-display-next-corrections)
27846         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
27848         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
27849         from face name.
27850         (texinfo-heading-face): New backward-compatibility alias for
27851         renamed face.
27852         (texinfo-heading-face): Use renamed texinfo-heading face.
27854         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
27855         suffix from face names.
27856         (tex-math-face, tex-verbatim-face):
27857         New backward-compatibility aliases for renamed faces.
27858         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
27859         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
27860         literal face name.
27862         * textmodes/table.el (table-cell): Remove "-face" suffix from face
27863         name.
27864         (table-cell-face): New backward-compatibility alias for renamed face.
27865         (table--put-cell-face-property, table--update-cell-face):
27866         Use renamed table-cell face.
27868         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
27869         from face name.
27870         (sgml-namespace-face): New backward-compatibility alias for
27871         renamed face.
27872         (sgml-namespace-face): Use renamed sgml-namespace face.
27874         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
27875         (org-level-4, org-level-5, org-level-6, org-level-7)
27876         (org-level-8, org-warning, org-headline-done)
27877         (org-deadline-announce, org-scheduled-today)
27878         (org-scheduled-previously, org-link, org-done, org-table)
27879         (org-time-grid): Remove "-face" suffix from face names.
27880         (org-level-1-face, org-level-2-face, org-level-3-face)
27881         (org-level-4-face, org-level-5-face, org-level-6-face)
27882         (org-level-7-face, org-level-8-face, org-warning-face)
27883         (org-headline-done-face, org-deadline-announce-face)
27884         (org-scheduled-today-face, org-scheduled-previously-face)
27885         (org-link-face, org-done-face, org-table-face)
27886         (org-time-grid-face):
27887         New backward-compatibility aliases for renamed faces.
27888         (org-level-faces, org-set-font-lock-defaults, org-timeline)
27889         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
27890         (org-agenda-get-timestamps, org-agenda-get-scheduled)
27891         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
27893         * emulation/viper-init.el (viper-search, viper-replace-overlay)
27894         (viper-minibuffer-emacs, viper-minibuffer-insert)
27895         (viper-minibuffer-vi): Remove "-face" suffix from face names.
27896         (viper-search-face, viper-replace-overlay-face)
27897         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27898         (viper-minibuffer-vi-face):
27899         New backward-compatibility aliases for renamed faces.
27900         (viper-search-face, viper-replace-overlay-face)
27901         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27902         (viper-minibuffer-vi-face): Use renamed viper faces.
27904         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
27905         Remove "-face" suffix from face names.
27906         (testcover-nohits-face, testcover-1value-face):
27907         New backward-compatibility aliases for renamed faces.
27908         (testcover-mark): Use renamed testcover faces.
27910         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
27911         face name.
27912         (diary-button-face): New backward-compatibility alias for renamed face.
27913         (diary-entry): Use renamed diary-button face.
27915         * calendar/calendar.el (diary, calendar-today, holiday)
27916         (mark-visible-calendar-date): Remove "-face" suffix from face names.
27917         (diary-face, calendar-today-face, holiday-face):
27918         New backward-compatibility aliases for renamed faces.
27919         (eval-after-load "facemenu", diary-entry-marker)
27920         (calendar-today-marker, calendar-holiday-marker, diary-face):
27921         Use renamed calendar faces.
27923         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
27924         (compare-windows-face): New backward-compatibility alias for
27925         renamed face.
27926         (compare-windows-highlight): Use renamed compare-windows face.
27928         * strokes.el (strokes-char): Remove "-face" suffix from face name.
27929         (strokes-char-face): New backward-compatibility alias for renamed face.
27930         (strokes-encode-buffer): Use renamed strokes-char face.
27932         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
27933         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
27934         Remove "-face" suffix from face names.
27935         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
27936         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
27937         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
27938         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
27939         Use renamed pcvs faces.
27940         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
27941         * pcvs-defs.el (cvs-mode-map): Likewise.
27942         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
27944         * info.el (info-title-1, info-title-2, info-title-3)
27945         (info-title-4): Remove "-face" suffix from and downcase face names.
27946         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
27947         (Info-title-4-face):
27948         New backward-compatibility aliases for renamed faces.
27949         (Info-fontify-node): Use renamed info faces.
27951         * hilit-chg.el (highlight-changes, highlight-changes-delete):
27952         Remove "-face" suffix from face names.
27953         (highlight-changes-face, highlight-changes-delete-face):
27954         New backward-compatibility aliases for renamed faces.
27955         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
27956         (hilit-chg-make-list): Use renamed highlight-changes faces.
27958         * generic-x.el (show-tabs-tab, show-tabs-space):
27959         Remove "-face" suffix from face names.
27960         (show-tabs-tab-face, show-tabs-space-face):
27961         New backward-compatibility aliases for renamed faces.
27962         (show-tabs-generic-mode-font-lock-defaults-1)
27963         (show-tabs-generic-mode-font-lock-defaults-2):
27964         Use renamed show-tabs faces.
27966         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
27967         (smerge-markers): Remove "-face" suffix from face names.
27968         (smerge-mine-face, smerge-other-face, smerge-base-face)
27969         (smerge-markers-face):
27970         New backward-compatibility aliases for renamed faces.
27971         (smerge-mine-face, smerge-other-face, smerge-base-face)
27972         (smerge-markers-face): Use renamed smerge faces.
27974         * log-view.el (log-view-file, log-view-message): Remove "-face"
27975         suffix from face names.
27976         (log-view-file-face, log-view-message-face):
27977         New backward-compatibility aliases for renamed faces.
27978         (log-view-file-face, log-view-message-face): Use renamed log-view
27979         faces.
27981         * paren.el (show-paren-match, show-paren-mismatch):
27982         Remove "-face" suffix from face names.
27983         (show-paren-match-face, show-paren-mismatch-face):
27984         New backward-compatibility aliases for renamed faces.
27985         (show-paren-function): Use renamed show-paren faces.
27987         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
27988         (ruler-mode-margins, ruler-mode-fringes)
27989         (ruler-mode-column-number, ruler-mode-fill-column)
27990         (ruler-mode-comment-column, ruler-mode-goal-column)
27991         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
27992         suffix from face names.
27993         (ruler-mode-default-face, ruler-mode-pad-face)
27994         (ruler-mode-margins-face, ruler-mode-fringes-face)
27995         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
27996         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
27997         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
27998         New backward-compatibility aliases for renamed faces.
27999         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28000         (ruler-mode-column-number, ruler-mode-fill-column)
28001         (ruler-mode-comment-column, ruler-mode-goal-column)
28002         (ruler-mode-tab-stop, ruler-mode-current-column)
28003         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28004         faces.
28006         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28007         face name.
28008         (whitespace-highlight-the-space): Use renamed face.
28009         (whitespace-highlight-face): New backward-compatibility alias for
28010         renamed face.
28012         * woman.el (woman-italic, woman-bold, woman-unknown)
28013         (woman-addition, woman-symbol-face):
28014         Remove "-face" suffix from face names.
28015         (woman-italic-face, woman-bold-face, woman-unknown-face)
28016         (woman-addition-face):
28017         New backward-compatibility aliases for renamed faces.
28018         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28019         (woman-decode-region, woman-replace-match)
28020         (woman-display-extended-fonts, woman-special-characters)
28021         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28022         Use renamed woman faces.
28024         * longlines.el (longlines-visible-face): Face removed.
28026         * diff-mode.el (diff-header, diff-file-header, diff-index)
28027         (diff-hunk-header, diff-removed, diff-added, diff-changed)
28028         (diff-function, diff-context, diff-nonexistent): Remove "-face"
28029         suffix from face names.
28030         (diff-header-face, diff-file-header-face, diff-index-face)
28031         (diff-hunk-header-face, diff-removed-face, diff-added-face)
28032         (diff-changed-face, diff-function-face, diff-context-face)
28033         (diff-nonexistent-face): New backward-compatibility aliases for
28034         renamed faces.
28035         (diff-header-face, diff-file-header-face)
28036         (diff-index, diff-index-face, diff-hunk-header)
28037         (diff-hunk-header-face, diff-removed, diff-removed-face)
28038         (diff-added, diff-added-face, diff-changed-face, diff-function)
28039         (diff-function-face, diff-context-face, diff-nonexistent)
28040         (diff-nonexistent-face): Use renamed diff-mode faces.
28042         * progmodes/compile.el (compilation-warning-face)
28043         (compilation-info-face): Remove "-face" suffix from face names.
28044         (compilation-warning-face, compilation-info-face):
28045         New backward-compatibility aliases for renamed faces.
28046         (compilation-warning-face, compilation-info-face):
28047         Use renamed compilation faces.
28049         * add-log.el (change-log-date, change-log-name)
28050         (change-log-email, change-log-file, change-log-list)
28051         (change-log-conditionals, change-log-function)
28052         (change-log-acknowledgement): Remove "-face" suffix from face names.
28053         (change-log-date-face, change-log-name-face)
28054         (change-log-email-face, change-log-file-face)
28055         (change-log-list-face, change-log-conditionals-face)
28056         (change-log-function-face, change-log-acknowledgement-face):
28057         New backward-compatibility aliases for renamed faces.
28058         (change-log-font-lock-keywords): Use renamed change-log faces.
28060         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28061         (custom-set, custom-changed, custom-saved, custom-button)
28062         (custom-button-pressed, custom-documentation, custom-state)
28063         (custom-comment, custom-comment-tag, custom-variable-tag)
28064         (custom-variable-button, custom-face-tag, custom-group-tag-1)
28065         (custom-group-tag): Remove "-face" suffix from face names.
28066         (custom-magic-alist, custom-magic-value-create)
28067         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28068         (custom-invalid-face, custom-rogue-face, custom-modified-face)
28069         (custom-set-face, custom-changed-face, custom-saved-face)
28070         (custom-button-face, custom-button-pressed-face)
28071         (custom-documentation-face, custom-state-face)
28072         (custom-comment-face, custom-comment-tag-face)
28073         (custom-variable-tag-face, custom-variable-button-face)
28074         (custom-face-tag-face, custom-group-tag-face-1)
28075         (custom-group-tag-face):
28076         New backward-compatibility aliases for renamed faces.
28078         * wid-edit.el (widget-documentation, widget-button)
28079         (widget-field, widget-single-line-field, widget-inactive)
28080         (widget-button-pressed): "-face" suffix removed from face names.
28081         (widget-documentation-face, widget-button-face)
28082         (widget-field-face, widget-single-line-field-face)
28083         (widget-inactive-face, widget-button-pressed-face):
28084         New backward-compatibility aliases for renamed faces.
28085         (widget-documentation-face, widget-button-face)
28086         (widget-button-pressed-face, widget-specify-field)
28087         (widget-specify-inactive): Use renamed widget faces.
28089 2005-06-10  Kenichi Handa  <handa@m17n.org>
28091         * term/x-win.el (x-clipboard-yank): Remove condition-case
28092         wrapping.
28094 2005-06-11  Kenichi Handa  <handa@m17n.org>
28096         * add-log.el (change-log-font-lock-keywords): Make the regexp for
28097         date lines stricter.
28099 2005-06-10  Zhang Wei  <id.brep@gmail.com>
28101         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28102         of x-get-selection.
28104 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
28106         * comint.el (comint-mode, comint-snapshot-last-prompt):
28107         * frame.el (frame-current-scroll-bars):
28108         * term.el (term-mode, term-check-proc, term-input-sender)
28109         (term-simple-send, term-extract-string, term-word)
28110         (term-match-partial-filename):
28111         * window.el (window-current-scroll-bars):
28112         * emulation/cua-base.el (cua-normal-cursor-color)
28113         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28114         (cua-global-mark-cursor-color):
28115         * mail/undigest.el (rmail-forward-separator-regex):
28116         Fix typos in docstrings.
28118         * comint.el (comint-check-proc, make-comint-in-buffer)
28119         (comint-source-default): Doc fixes.
28121         * term.el (term-send-string): Improve argument/docstring consistency.
28123 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
28125         * comint.el (comint-send-input): Bind `inhibit-read-only' around
28126         call to `delete-region'.
28127         (comint-mode-hook): Do not enable Font Lock by default.
28129 2005-06-09  Lute Kamstra  <lute@gnu.org>
28131         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28132         could be void.
28134 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
28136         * emacs-lisp/debug.el (debugger-will-be-back): New var.
28137         (debug): Use it.
28138         (debugger-step-through, debugger-continue, debugger-jump)
28139         (debugger-return-value): Set it when needed.
28140         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28141         Use inhibit-read-only.
28143 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
28145         * window.el (shrink-window-if-larger-than-buffer)
28146         (window-size-fixed): Fix typo in docstring.
28148         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
28149         thumbnails directory on loading.
28150         (thumbs-conversion-program): Use `eq' to check the system type,
28151         not `equal'.
28152         (thumbs-temp-dir): Initialize to `temporary-file-directory',
28153         not "/tmp".  Fix docstring.
28154         (thumbs-thumbsdir): New function to return the thumbnails
28155         directory, creating it if needed.
28156         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28157         (thumbs-temp-file): Delete variable and make it into a function.
28158         (thumbs-resize-image, thumbs-modify-image): Use it.
28159         (thumbs-kill-buffer): Simplify.
28160         (thumbs-gensym): Defalias or duplicate CL `gensym'.
28161         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28162         docstrings.
28164 2005-06-09  Kim F. Storm  <storm@cua.dk>
28166         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28167         set-match-data to free markers in match-data.
28169         * replace.el (replace-match-data): Pass RESEAT arg `t' to
28170         match-data to unchain markers in match-data.
28172 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
28174         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28175         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
28176         unnecessary now.
28178 2005-06-08  Richard M. Stallman  <rms@gnu.org>
28180         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28181         give the variable a doc string that doesn't say don't set it directly.
28183         * textmodes/ispell.el (ispell-check-version):
28184         Use match-string-no-properties.
28185         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28186         (ispell-buffer-local-words): Likewise.
28188         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28189         except on terminals with enough colors to really display it.
28190         (makefile-dependency-regex): Delete spurious `bb'.
28192         * faces.el (escape-glyph): Use blue once again in last case.
28193         (no-break-space): Redefine so that it isn't invisible on a tty.
28195 2005-06-08  Kim F. Storm  <storm@cua.dk>
28197         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28198         also when reading directory name.
28200 2005-06-08  Lute Kamstra  <lute@gnu.org>
28202         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28203         (flyspell-mode-line-string): Remove autoload cookie.
28204         (flyspell-mode): Remove defvar.
28206 2005-06-07  Lute Kamstra  <lute@gnu.org>
28208         * textmodes/org.el (org-run-mode-hooks): New function.
28209         (org-agenda-mode): Use it.
28211 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
28213         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28215 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28217         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28219 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
28221         * font-lock.el (font-lock-add-keywords): Doc fix.
28223 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28225         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28226         (tex-compile-default): In the absence of any history, use the order in
28227         tex-compile-alist to choose the preferred command.
28228         (tex-compile-commands): Reorder a bit.
28230         * textmodes/flyspell.el (flyspell-auto-correct-binding)
28231         (flyspell-incorrect-face, flyspell-duplicate-face):
28232         Use (X)Emacs-agnostic code.
28233         (flyspell-mode-map): Don't overwrite at each load.  Remove code
28234         redundant with the subsequent add-minor-mode.  Merge Emacs and
28235         XEmacs code.
28236         (flyspell-word): Minor simplification.
28237         (flyspell-math-tex-command-p): Quieten the byte-compiler.
28238         (flyspell-external-point-words): Remove unused vars `size' and `start'.
28239         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28240         Merge the corresponding Emacs code.
28241         (flyspell-correct-word, flyspell-xemacs-popup):
28242         Use flyspell-do-correct.
28244         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28245         a dedicated window.
28247         * international/latexenc.el (latexenc-find-file-coding-system):
28248         Undo part of last patch, to turn off a compiler warning.
28250 2005-06-06  Juri Linkov  <juri@jurta.org>
28252         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28253         Rename `tmm-inactive-face' to `tmm-inactive'.
28255 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
28257         * iswitchb.el: Rename faces.
28259 2005-06-06  Kim F. Storm  <storm@cua.dk>
28261         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28262         (cua-global-mark): Remove -face suffix from face names.
28264         * emulation/cua-gmrk.el (cua--init-global-mark):
28265         Remove cua-global-mark face setup.
28267 2005-06-06  Richard M. Stallman  <rms@gnu.org>
28269         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28270         just like other allowed characters.
28271         (makefile-match-dependency): Exclude leading and training whitespace
28272         from the range of regexp subexp 1.
28273         (makefile-macroassign-regex): Don't try to match the body,
28274         just the name of the macro being defined.
28276         * info.el (Info-read-node-name-2): New function.
28277         (Info-read-node-name-1): Use that.
28278         Add a completion-base-size-function property.
28280         * simple.el (completion-setup-function): Look for
28281         completion-base-size-function property of minibuffer-completion-table.
28283         * files.el (locate-file-completion): Doc fix.
28285         * printing.el: Don't call pr-update-menus; user must do that.
28287         * emacs-lisp/debug.el (debugger-window): New variable.
28288         (debug): Use debugger-window if it is set and still alive.
28289         Record debugger-window for next entry.
28291         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28293 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
28295         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28296         (hack-one-local-variable, hack-local-variables)
28297         (hack-local-variables-prop-line): Pass that arg.
28299 2005-06-06  Kim F. Storm  <storm@cua.dk>
28301         * ido.el (ido-first-match, ido-only-match, ido-subdir)
28302         (ido-indicator): Remove -face suffix from face names.
28304 2005-06-06  Juri Linkov  <juri@jurta.org>
28306         * font-lock.el (font-lock-regexp-backslash)
28307         (font-lock-regexp-backslash-construct): New faces.
28308         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
28309         after `('.  Add `while-no-input' to control structures.
28311         * faces.el (no-break-space, shadow): New faces.
28312         (escape-glyph): Use less loud colors pink2 and red4.
28314         * diff-mode.el (diff-context-face)
28315         * dired.el (dired-ignored)
28316         * rfn-eshadow.el (file-name-shadow)
28317         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28319         * info.el (Info-title-1-face): Use green instead of yellow because
28320         bold yellow is not readable on light backgrounds.
28322         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28323         before selecting the desired mode to not spend time fontifying
28324         old contents.
28326 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
28328         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28329         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28331         * ps-print.el (ps-default-fg, ps-default-bg):
28332         Fix typos in docstrings.
28334         * isearchb.el (isearchb): Don't pass a spurious second argument to
28335         `iswitchb-completions'.
28337 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
28339         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28340         to preserve point.
28341         (gdb-find-file-hook): Add doc string.
28343         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28344         C dereferenced pointer expression.
28345         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
28347         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28349         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28350         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28351         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28352         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28353         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28354         Make background transparent.
28356 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
28358         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
28359         (font-lock-remove-keywords): Doc fix.
28360         (font-lock-mode-major-mode): Compiler defvar.
28361         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28363         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28364         (font-lock-mode): Update `font-lock-mode-major-mode'.
28365         (font-lock-set-defaults): Compiler defvar.
28366         (font-lock-default-function): Take `font-lock-mode-major-mode'
28367         into account.
28369         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28370         keep track of which major mode it enabled the minor mode for.
28371         Use find-file-hook again.  Update docstring.
28373         * simple.el (eval-expression-print-level)
28374         (eval-expression-print-length, eval-expression-debug-on-error):
28375         Doc fixes.
28377 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
28379         * iswitchb.el (iswitchb-single-match-face)
28380         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28381         (iswitchb-invalid-regexp-face): New faces.
28382         (iswitchb-completions): Use them.
28383         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28384         now marked as an obsolete alias.
28385         (iswitchb-read-buffer): Remove check for bound font variables.
28386         (iswitchb-invalid-regexp): New free variable.
28387         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28388         set iswitchb-invalid-regexp.
28389         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28390         invalid regexps.
28391         (iswitchb-completions): Add check for complete match when entering
28392         a regexp.
28393         (iswitchb-completions): Remove require-match argument.
28394         (iswitchb-exhibit): Fix caller.
28395         (iswitchb-common-match-inserted): New variable.
28396         (iswitchb-complete, iswitchb-completion-help): Use it.
28398 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
28400         * url-http.el (url-http-chunked-encoding-after-change-function):
28401         Use `url-http-debug' instead of `message'.
28403 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
28405         * url-http.el (url-http-parse-headers): Pass redirected URL as a
28406         callback argument.
28408 2005-06-04  Kim F. Storm  <storm@cua.dk>
28410         * simple.el (line-move): Only call sit-for when moving backwards.
28412         * ido.el (ido-make-merged-file-list-1): New defun split from
28413         ido-make-merged-file-list.
28414         (ido-make-merged-file-list): Bind throw-on-input around call to
28415         ido-make-merged-file-list-1.  Return input-pending-p if
28416         interrupted by more input available.
28417         (ido-read-internal): Handle input-pending-p return value from
28418         ido-make-merged-file-list.
28420 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28422         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28423         compatibility code.
28425         * international/latexenc.el (latexenc-find-file-coding-system):
28426         Don't inherit the EOL part of the coding-system from the
28427         tex-main buffer.  Fit within 80 columns.
28429 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
28431         * tmm.el (tmm-inactive-face): New face.
28432         (tmm-remove-inactive-mouse-face): New function.
28433         (tmm-prompt, tmm-add-one-shortcut)
28434         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
28435         but not selectable.
28437 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
28439         * faces.el (face-equal): Improve argument/docstring consistency.
28441 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
28443         * progmodes/make-mode.el (makefile-targets-face)
28444         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
28445         (makefile-bsdmake-dependency-regex)
28446         (makefile-makepp-rule-action-regex)
28447         (makefile-bsdmake-rule-action-regex): New constants.
28448         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
28450         * progmodes/compile.el (compilation-error-regexp-alist-alist):
28451         Allow (...) within `...' for makepp messages.
28453 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
28455         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
28457         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
28458         "." files are deleted from all file lists before comparison.
28460         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28461         (viper-ESC-key): Made them customizable.
28463         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
28465 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
28467         * autorevert.el (auto-revert-buffers): Use save-match-data.
28469 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28471         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
28472         menu items with a nil command binding.
28474 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
28476         * emacs-lisp/cl-macs.el (defsetf):
28477         Improve argument/docstring consistency.
28479         * faces.el (list-faces-display): Improve the formatting by
28480         computing the maximum length required for any face-name (reworked
28481         patch of 1999-01-11, accidentally deleted on 1999-07-21).
28482         (internal-find-face): Remove redundant info in docstring.
28484 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
28486         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
28487         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
28488         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
28489         (gdb-assembler-custom): Improve regexps.
28490         (def-gdb-auto-update-handler): Use window point to preserve point.
28492 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
28494         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
28496 2005-05-31  Jay Belanger  <belanger@truman.edu>
28498         * calc/calc-embed.el (calc-embedded-word): Change argument passed
28499         to calc-embedded.
28500         (calc-embedded-make-info): Have plain prefix argument select
28501         entire line.
28503 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
28505         * faces.el (list-faces-display): Signal error if passed a regexp
28506         that matches no face name.
28508         * simple.el (filter-buffer-substring): Fix typo in docstring.
28510 2005-05-31  Richard M. Stallman  <rms@gnu.org>
28512         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
28513         (vhdl-emacs-21): Doc fix.
28514         (vhdl-mode): Unconditionally set comment-padding.
28515         (vhdl-fixup-whitespace-region): Insert spaces only where
28516         there are none.
28517         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
28519 2005-05-30  John Wiegley  <johnw@newartisans.com>
28521         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
28522         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
28523         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
28524         `directory-sep-char' to ?/, and all uses of `string-to-int' to
28525         `string-to-number'.
28527 2005-05-30  Jay Belanger  <belanger@truman.edu>
28529         * calc/calc.el (calc-bug-address): Fix docstring.
28530         (calc-window-hook, calc-trail-window-hook): New variables.
28531         (calc-trail-display): Restore use of calc-trail-window-hook.
28532         (calc): Restore use of calc-window-hook.
28534 2005-05-31  Masatake YAMATO  <jet@gyve.org>
28536         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
28538         * help-fns.el (help-C-file-name): Add autoload mark for
28539         `find-function-noselect'.
28541 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
28543         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
28544         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
28546 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
28548         * calendar/diary-lib.el (mark-included-diary-files): Only kill
28549         included diary buffer if it was not already being visited.
28550         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
28552         * calendar/icalendar.el (top-level): Do not require appt.
28554         * mail/supercite.el (sc-select-attribution): Only use a list
28555         element from sc-attrib-selection-list if it returns a string.
28556         Reported by Davide G. M. Salvetti <salve@debian.org>.
28558 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
28560         * thumbs.el (thumbs-thumbname): The resulting thumbname now
28561         includes a hash value to improve its uniqueness, and has a ".jpg"
28562         extension.  Also, it is now a valid filename on all systems.
28563         (thumbs-make-thumb): Use `let', not `let*'.
28564         (thumbs-show-thumbs-list): Check for JPEG availability.
28566 2005-05-30  Richard M. Stallman  <rms@gnu.org>
28568         * filesets.el (filesets-menu-ensure-use-cached):
28569         Prevent warning when emacs-version>= is undefined.
28571         * printing.el (pr-interactive-n-up): Use string-to-number.
28573         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
28575         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28576         Warn only when name to be defined is quoted.
28578 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
28580         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
28581         Make regexp more robust.
28582         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
28583         Force regeneration of disassembly.
28585 2005-05-29  Jay Belanger  <belanger@truman.edu>
28587         * calc/calc.el (calc-user-invocation): Check if
28588         calc-invocation-macro is non-nil.
28590 2005-05-29  Juri Linkov  <juri@jurta.org>
28592         * add-log.el (change-log-font-lock-keywords):
28593         Add `+' to e-mail regexp to accept mail address with keywords.
28595         * man.el (Man-name-regexp): Add `:' to accept qualified names.
28597 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
28599         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
28601         * ielm.el (inferior-emacs-lisp-mode): Ditto.
28603 2005-05-29  Richard M. Stallman  <rms@gnu.org>
28605         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
28606         Undo the change that moves to end of the current word.
28608 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
28610         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
28611         Throw error when count <= 0 to ensure input is a number.
28612         (gdb-read-memory-custom): Pick up address from buffer.
28613         (gdb-memory-mode): Allow user to increment and decrement
28614         memory address from header line.
28616 2005-05-29  Richard M. Stallman  <rms@gnu.org>
28618         * flyspell.el (flyspell-version): Function deleted.
28619         (flyspell-auto-correct-previous-hook): Doc fix.
28621         * jit-lock.el (jit-lock-function, jit-lock-after-change):
28622         Do nothing if memory is full.
28624         * font-lock.el (font-lock-fontify-syntactically-region):
28625         Pass t for GREEDY to looking-back.
28627         * saveplace.el (save-place-alist-to-file): Write the file
28628         using write-region.
28630         * subr.el (looking-back): New argument GREEDY.
28632         * progmodes/compile.el (compilation-start): Set the mode
28633         before inserting the initial text.
28635         * progmodes/which-func.el (which-func-update-1): Turn the mode
28636         off in case of error by setting which-func-mode.
28638 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
28640         * flyspell.el (flyspell-auto-correct-previous-word):
28641         Narrow down to what's on the screen, and recenter overlays
28642         at the end of the next word.
28644 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
28646         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
28647         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
28648         (flyspell-abbrev-p): Default to nil.
28649         (flyspell-use-global-abbrev-table-p): Doc fix.
28650         (flyspell-large-region): Allow nil as value.
28651         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
28653         (mail-mode-flyspell-verify): More robust handling
28654         of `mail-header-separator'.  More efficient signature detection.
28655         Allow for regexp metacharacters in message-header-separator.
28656         Adding `To' not to be checked in mail-mode-flyspell-verify.
28658         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
28659         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
28660         Bind flyspell-auto-correct-binding.
28661         Bind C-. and C-, .
28662         (flyspell-mode-map): Likewise.
28663         (flyspell-mode): Doc fix.
28664         (flyspell-accept-buffer-local-defs): Preserve current buffer.
28665         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
28666         (flyspell-word-cache-result): New var, always local.
28667         (flyspell-check-pre-word-p): Doc fix.
28668         (flyspell-check-changed-word-p): Handle spc like newline.
28669         (flyspell-post-command-hook): Set flyspell-word-cache-result.
28670         (flyspell-word-search-backward, flyspell-word-search-forward):
28671         New functions.
28672         (flyspell-word): Return t if nothing to check.
28673         When parsing TeX code, check for after } or \.
28674         Use flyspell-word-search-backward to find previous word.
28675         Return nil if duplicated word.
28676         For word already checked, return same value as last time.
28677         Set flyspell-word-cache-result after checking.
28678         Don't clobber the return value.
28679         (flyspell-get-word): Major rewrite.
28680         (flyspell-external-point-words): New locals pword, pcount.
28681         Fix size used in progress message.
28682         Find the proper corresponding word in flyspell-large-region-buffer.
28683         (flyspell-region): Check for flyspell-large-region = nil.
28684         (flyspell-highlight-incorrect-region): Clean up overlays in region.
28685         (flyspell-auto-correct-word): Check that WORD is a cons.
28686         (flyspell-correct-word): Likewise.
28688 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
28690         * progmodes/make-mode.el (makefile-rule-action-regex)
28691         (makefile-macroassign-regex, makefile-makepp-mode)
28692         (makefile-bsdmake-mode): Continuation lines may be empty.
28693         Reported by Joshua Varner.
28694         (makefile-makepp-font-lock-keywords): Add $(stem).
28696 2005-05-28  Karl Berry  <karl@gnu.org>
28698         * textmodes/tex-mode.el: Now that tex-send-command calls
28699         shell-quote-argument (2005-03-31 change), remove all calls to
28700         shell-quote-argument; they all end up invoking tex-send-command.
28701         The double quoting loses on filenames with non-safe characters,
28702         such as "@".  Reported by Frederik Fouvry.
28704 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
28706         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
28707         about preserving point.
28709 2005-05-27  Jay Belanger  <belanger@truman.edu>
28711         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
28712         Info-goto-node.
28714         * calc/calc-embed.el (calc-embed-arg): New variable.
28715         (calc-do-embedded-activate, calc-embedded-activate-formula)
28716         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
28717         variable by new variable.
28718         (calc-embedded-make-info): Replace undeclared variable by new
28719         variable.  When selecting region with positive prefix
28720         argument, use end of previous line instead of beginning of line.
28722         * calc/calc-aent.el (calc-arg-values): Declare it.
28724         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
28725         Declare them.
28727         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
28729         * calc/calc.el (calc-alg-map): Declare it.
28731         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
28733 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
28735         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
28736         (gdb-registers-buffer, toggle-gdb-all-registers):
28737         Toggle display of floating point registers.
28738         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
28740         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
28741         (toggle-gud-tooltip-dereference):
28742         Rename from gud-toggle-tooltip-dereference.
28744 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28746         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
28748 2005-05-27  Jay Belanger  <belanger@truman.edu>
28750         * calc/calc-prog.el (calc-kbd-report): Remove.
28751         (calc-kbd-query): Rewrite.
28753 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
28755         * image.el (image-library-alist): Move to image.c.
28756         (image-type-available-p): Doc fix.
28758 2005-05-27  Lute Kamstra  <lute@gnu.org>
28760         * calc/calc.el (calc):
28761         * outline.el (outline-1, outline-2, outline-3, outline-4)
28762         (outline-5, outline-6, outline-7, outline-8):
28763         * textmodes/dns-mode.el (dns-mode):
28764         * textmodes/sgml-mode.el (sgml-namespace-face):
28765         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
28766         (tex-verbatim-face, tex-use-reftex):
28767         * textmodes/texinfo.el (texinfo-heading-face):
28768         Specify customization group.
28770         * longlines.el: Don't require easy-mmode.
28771         (longlines-visible-face): Specify customization group.
28773 2005-05-27  Kenichi Handa  <handa@m17n.org>
28775         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
28776         encoding table of windows-1251.
28778         * international/ucs-tables.el (ucs-set-table-for-input):
28779         If translation-table-for-input of a coding system is a symbol, get
28780         its translation-table property.
28782         * international/code-pages.el: Don't register a coding system into
28783         non-iso-charset-alist more than once.
28784         (cp-make-coding-system): Likewise.
28786 2005-05-26  John Wiegley  <johnw@newartisans.com>
28788         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
28789         `eshell-resume-eval' is wrapped in a list, it indicates that the
28790         command was run asynchronously.  In that case, unwrap the value
28791         before checking the delimiter value.
28793         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
28794         character before a space at the end of a line is \, assume the space
28795         is part of the last argument rather than a final argument separator.
28797         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
28798         is in use, and the target is `t' or `nil' (which are the most common
28799         values), don't assume that the symbol target is a buffer.
28801 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
28803         * calendar/calendar.el (calendar-mode-line-format):
28804         Use mode-line-highlight as mouse-face.
28806         * time.el (display-time-string-forms, display-time-update):
28807         Use mode-line-highlight as mouse-face.
28809 2005-05-26  Jay Belanger  <belanger@truman.edu>
28811         * calc/calc.el (calc-language-alist): Remove extra defvar.
28813 2005-05-26  Lute Kamstra  <lute@gnu.org>
28815         * arc-mode.el (archive-mode):
28816         * bookmark.el (bookmark-read-annotation-mode)
28817         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
28818         * bs.el (bs-mode):
28819         * calc/calc-yank.el (calc-edit-mode):
28820         * calc/calc.el (calc-mode, calc-trail-mode):
28821         * calculator.el (calculator-mode):
28822         * chistory.el (command-history-mode):
28823         * comint.el:
28824         * cus-edit.el (custom-mode):
28825         * descr-text.el (describe-text-mode):
28826         * ebuff-menu.el (Electric-buffer-menu-mode):
28827         * ediff-util.el (ediff-mode):
28828         * emacs-lisp/re-builder.el (reb-mode):
28829         * emulation/vi.el (vi-mode-setup):
28830         * emulation/ws-mode.el (wordstar-mode):
28831         * eshell/esh-mode.el (eshell-mode):
28832         * forms.el (forms-mode):
28833         * help-mode.el (help-mode):
28834         * hexl.el (hexl-mode):
28835         * ibuffer.el (ibuffer-mode):
28836         * ielm.el (inferior-emacs-lisp-mode):
28837         * info.el (Info-mode, Info-edit-mode):
28838         * international/swedish.el:
28839         * ledit.el (ledit-from-lisp-mode):
28840         * locate.el (locate-mode):
28841         * mail/rmail.el (rmail-mode):
28842         * mail/rmailedit.el (rmail-edit-mode):
28843         * mail/rmailsum.el (rmail-summary-mode):
28844         * mail/supercite.el (sc-electric-mode):
28845         * net/eudc.el (eudc-mode):
28846         * net/quickurl.el (quickurl-list-mode):
28847         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
28848         * obsolete/ooutline.el (outline-mode):
28849         * obsolete/options.el (Edit-options-mode):
28850         * obsolete/rnews.el (news-mode):
28851         * obsolete/rnewspost.el (news-reply-mode):
28852         * play/5x5.el (5x5-mode):
28853         * play/decipher.el (decipher-mode, decipher-stats-mode):
28854         * play/gomoku.el (gomoku-mode):
28855         * play/snake.el (snake-mode):
28856         * play/solitaire.el (solitaire-mode):
28857         * play/tetris.el (tetris-mode):
28858         * progmodes/ada-mode.el (ada-mode):
28859         * progmodes/antlr-mode.el (antlr-mode):
28860         * progmodes/autoconf.el (autoconf-mode):
28861         * progmodes/dcl-mode.el (dcl-mode):
28862         * progmodes/delphi.el (delphi-mode):
28863         * progmodes/ebrowse.el (ebrowse-tree-mode)
28864         (ebrowse-electric-list-mode, ebrowse-member-mode)
28865         (ebrowse-electric-position-mode):
28866         * progmodes/f90.el (f90-mode):
28867         * progmodes/fortran.el (fortran-mode):
28868         * progmodes/icon.el (icon-mode):
28869         * progmodes/idlw-help.el (idlwave-help-mode):
28870         * progmodes/idlw-shell.el (idlwave-shell-mode):
28871         * progmodes/idlwave.el (idlwave-mode):
28872         * progmodes/inf-lisp.el (inferior-lisp-mode):
28873         * progmodes/m4-mode.el (m4-mode):
28874         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
28875         * progmodes/modula2.el (modula-2-mode):
28876         * progmodes/octave-inf.el (inferior-octave-mode):
28877         * progmodes/octave-mod.el (octave-mode):
28878         * progmodes/pascal.el (pascal-mode):
28879         * progmodes/sh-script.el (sh-mode):
28880         * progmodes/sql.el (sql-mode, sql-interactive-mode):
28881         * progmodes/vhdl-mode.el (vhdl-mode):
28882         * progmodes/xscheme.el (scheme-interaction-mode):
28883         * replace.el (occur-mode):
28884         * ses.el (ses-mode):
28885         * simple.el (completion-list-mode):
28886         * skeleton.el:
28887         * speedbar.el (speedbar-mode):
28888         * term.el (term-mode):
28889         * terminal.el (terminal-edit-mode):
28890         * textmodes/reftex-index.el (reftex-index-mode)
28891         (reftex-index-phrases-mode):
28892         * textmodes/reftex-sel.el (reftex-select-label-mode)
28893         (reftex-select-bib-mode):
28894         * textmodes/reftex-toc.el (reftex-toc-mode):
28895         * wdired.el (wdired-change-to-wdired-mode):
28896         * wid-browse.el (widget-browse-mode):
28897         Use run-mode-hooks.
28899         * array.el (array-mode):
28900         * calendar/todo-mode.el (todo-mode):
28901         * man.el (Man-mode):
28902         * play/landmark.el (lm-mode):
28903         * play/mpuz.el (mpuz-mode):
28904         Use kill-all-local-variables and run-mode-hooks.
28906         * subr.el (delay-mode-hooks): Specify indentation.
28908 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
28910         * xml.el (xml-substitute-special): Don't die for undefined xml
28911         entities.
28913 2005-05-26  Jay Belanger  <belanger@truman.edu>
28915         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
28916         of nil.
28918 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
28920         * progmodes/gdb-ui.el (gdb-frame-address):
28921         Rename from gdb-current-address.
28922         (gdb-previous-frame-address): Rename from gdb-previous-address.
28923         (gdb-selected-frame): Rename from gdb-current-frame.
28924         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
28925         (gdb-frame-number): Rename from gdb-current-stack-level.
28926         (gdb-ann3): Match new mode-name for disassembly buffer.
28927         Extend initialization of variables.
28928         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
28929         (gdb-memory-mode): Use mouse-face in header line.
28930         (gdb-assembler-buffer-name): Call it disassembly and give frame
28931         in mode line.
28932         (gdb-source-spec-regexp, gdb-assembler-custom)
28933         (gdb-invalidate-assembler, gdb-frame-handler):
28934         Make robust to leading zeroes in address format.
28936 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
28938         * textmodes/org.el (org-mode): Use `define-derived-mode' to
28939         define `org-mode'.
28940         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
28942 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28944         * log-edit.el (log-edit-changelog-entries): Distinguish between
28945         filenames like xfns.c and fns.c.
28947 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
28949         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
28950         point after reverting.
28951         (Buffer-menu-make-sort-button): Handle the case where
28952         `Buffer-menu-use-header-line' is nil.
28954 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
28956         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
28957         New funcs.  In minibuffer-local-completion-map bind `]', `/'
28958         and `:' to them.
28960 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
28962         * startup.el (normal-top-level): Allow modification of load-path while
28963         we're iterating over it.
28965 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
28967         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
28968         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
28969         (thumbs-resize-interactive, thumbs-insert-image)
28970         (thumbs-insert-thumb, thumbs-dired-show-marked)
28971         (thumbs-find-image-at-point, thumbs-delete-images)
28972         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
28973         (thumbs-increment-image-size, thumbs-decrement-image-size):
28974         Fix typos in docstrings.
28976 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
28978         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
28979         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
28980         (cperl-mode): Use them.
28982 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
28984         * window.el (quit-window, shrink-window-if-larger-than-buffer):
28985         Doc fixes.
28987 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
28989         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
28990         Bind C-d to gdb-inferior-io-eof.
28992         * dired.el (dired-dnd-popup-notice): Use message-box.
28994 2005-05-23  Masatake YAMATO  <jet@gyve.org>
28996         * bindings.el (mode-line-major-mode-keymap):
28997         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
28999         * faces.el (mode-line-highlight): New face.
29001         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29002         as mouse-face.
29004         * bindings.el (top-level, help-echo, mode-line-modified)
29005         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29006         as mouse-face.
29008 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
29010         * progmodes/cc-engine.el (c-guess-basic-syntax):
29011         Remove spurious call to `zerop'.
29013         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29015 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
29017         CC Mode update to 5.30.10:
29019         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
29020         could go past the limit in decoration level 2, thereby causing
29021         errors during interactive fontification.
29023         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
29024         the file is evaluated interactively.
29026         * cc-engine.el (c-guess-basic-syntax): Handle operator
29027         declarations somewhat better in C++.
29029         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
29030         make use of `run-mode-hooks' which has been added in Emacs 21.1.
29031         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29032         (awk-mode): Use it.
29033         (make-local-hook): Suppress warning about obsoleteness.
29035         * cc-engine.el, cc-align.el, cc-cmds.el
29036         (c-append-backslashes-forward, c-delete-backslashes-forward)
29037         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29038         Compensate for return value from `forward-line' when it has moved
29039         but not to a different line due to eob.
29041         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29042         `objc-method-intro' and `objc-method-args-cont'.
29044 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
29046         CC Mode update to 5.30.10:
29048         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
29049         in the copyright statement.  Incidentally, change "along with GNU
29050         Emacs" to "along with this program" where it occurs.
29052         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
29053         so that it is interactive, hence can be found by M-x awk-mode
29054         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
29055         <gmorris+emacs@ast.cam.ac.uk>.
29057         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29058         Mode's regexps.
29060 2005-05-23  Kevin Ryde  <user42@zip.com.au>
29062         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
29063         c-parse-state, to avoid a lisp error (on bad code).
29065 2005-05-23  Lute Kamstra  <lute@gnu.org>
29067         * subr.el (font-lock-defaults): Remove defvar as it's already
29068         defined in font-core.el.
29070         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29072 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
29074         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29075         more general and work when GDB variable "print pretty" is on,
29076         as with Emacs, for example.
29078 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
29080         * font-core.el: Update comment.
29082         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29083         Use `after-change-major-mode-hook' instead of `find-file-hook'.
29085         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29087 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
29089         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29090         and `yank-handler' in the doc strings.
29092 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
29094         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
29096 2005-05-22  Richard M. Stallman  <rms@gnu.org>
29098         * help.el (describe-key): Move print-help-return-message call
29099         out of conditional.
29101         * progmodes/etags.el (list-tags): Use with-no-warnings.
29103         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29104         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29105         (starttls-extra-args, starttls-extra-arguments): Add defvars.
29107         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29109         * language/viet-util.el (viet-viscii-nonascii-translation-table):
29110         Add defvar.
29112         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29113         Use defvar, not defconst.
29115         * hexl.el (hexl-follow-line): Use with-no-warnings.
29117         * emulation/tpu-extras.el: Use write-file-functions instead of
29118         write-file-hooks.
29120         * dired.el (dired-font-lock-keywords): Fontify files with junk
29121         extensions even if marked by -F.
29123 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
29125         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29126         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29127         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29128         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29129         (concatenate, list-length, get*, getf, cl-remprop):
29130         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29131         (etypecase, progv, lexical-let, lexical-let*)
29132         (multiple-value-bind, multiple-value-setq, shiftf):
29133         Improve argument/docstring consistency.
29135         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29137 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
29139         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29140         doesn't exist.
29142         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
29143         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29145 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
29147         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29148         already deleted variables: auto-fill-hook, blink-paren-hook,
29149         lisp-indent-hook, inhibit-local-variables, unread-command-event,
29150         suspend-hooks, comment-indent-hook, meta-flag,
29151         before-change-function, after-change-function,
29152         font-lock-doc-string-face.
29154 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
29156         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29158 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
29160         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29161         rmail-dont-reply-to.
29163 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29165         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29166         literal blank when splitting new-header-values.
29168 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
29170         * calendar/cal-menu.el (cal-menu-update): Add separator as a
29171         string so that tmm doesn't create a completion entry for it.
29173         * textmodes/table.el (table-disable-menu): Ditto.
29175 2005-05-21  Richard M. Stallman  <rms@gnu.org>
29177         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29179         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29181         * net/rcompile.el (remote-compile): Use compilation-start.
29183         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29185 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
29187         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29188         Default to makefile-bsdmake-mode on BSD systems.
29190         * imenu.el (imenu-generic-expression, imenu--generic-function'):
29191         REGEXP may also be a search function now.  The part of doc-string
29192         for describing the structure was 95% identical to that of
29193         `imenu--generic-function'.  Unify it there.
29195         * progmodes/make-mode.el (makefile-imenu-generic-expression):
29196         Use function to find dependencies, because regexp alone is so complex,
29197         it easily goes into an endless loop.
29198         (makefile-makepp-mode): Also add submenu for Perl functions
29199         defined in the makefile.
29200         (makefile-bsdmake-mode): Special imenu-generic-expression no
29201         longer needed, due to function call.
29202         (makefile-match-dependency): Take BOUND into account when checking
29203         if we're through.
29205 2005-05-20  Jay Belanger  <belanger@truman.edu>
29207         * calc/calc-units.el (calc-invalidate-units-table):
29208         Use inhibit-read-only.
29209         (math-build-units-table-buffer): Use view-mode.
29211 2005-05-20  David Kastrup  <dak@gnu.org>
29213         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29214         easy-menu-add is not a nop on Emacs; and clarify when to call it.
29216 2005-05-20  Lute Kamstra  <lute@gnu.org>
29218         * diff-mode.el (diff-header-face, diff-file-header-face)
29219         (diff-index-face, diff-hunk-header-face, diff-removed-face)
29220         (diff-added-face, diff-changed-face, diff-function-face)
29221         (diff-context-face, diff-nonexistent-face): Put them in the
29222         diff-mode customization group.
29224 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29226         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29228         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29230         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29231         Minor regexp-optimization.
29233 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
29235         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29236         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29237         (org-agenda-add-time-grid-maybe): New function.
29238         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29239         (org-table-create): `dotimes' instead of `mapcar'.
29240         (org-xor): Simplify implementation.
29241         (org-agenda): `inhibit-redisplay' turned on.
29242         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29243         a consistent line after a state change.
29244         (org-agenda-remove-times-when-in-prefix): New option.
29245         (org-prefix-has-time): New variable.
29246         (org-parse-time-string): Optional argument NODEFAULT.
29247         (org-format-agenda-item): Parse items for time-of-day
29248         specifications and move these into the prefix if possible.
29249         (org-agenda-priority): Get current heading, not previous heading
29250         during agenda remote editing.
29252 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
29254         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29255         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29256         (remove-duplicates, delete-duplicates, substitute)
29257         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29258         (nsubstitute-if-not, find, find-if, find-if-not, position)
29259         (position-if, position-if-not, count, count-if, count-if-not)
29260         (mismatch, search, sort*, stable-sort, merge, member*)
29261         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29262         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29263         (intersection, nintersection, set-difference, nset-difference)
29264         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29265         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29266         (nsublis, tree-equal): Improve argument/docstring consistency.
29268         * subr.el (send-string, send-region): Remove obsolescence declaration.
29269         (window-dot, set-window-dot, read-input, show-buffer)
29270         (eval-current-buffer, string-to-int):
29271         Add release number to obsolescence declarations.
29273 2005-05-19  Kim F. Storm  <storm@cua.dk>
29275         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29276         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29278 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
29280         * faces.el (list-faces-display): Make back button respect optional
29281         regexp arg.
29283 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
29285         * calculator.el (calculator-radix-grouping-mode)
29286         (calculator-radix-grouping-digits, calculator-displayer)
29287         (calculator-radix-grouping-separator, calculator-copy-displayer):
29288         * dabbrev.el (dabbrev-search-these-buffers-only):
29289         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29290         (diff-advance-after-apply-hunk, diff-mode-hook)
29291         (diff-minor-mode-prefix):
29292         * imenu.el (imenu-use-popup-menu):
29293         * jit-lock.el (jit-lock-context-time):
29294         * newcomment.el (comment-fill-column, comment-column)
29295         (comment-style, comment-padding, comment-multi-line)
29296         (comment-empty-lines, comment-auto-fill-only-comments):
29297         * reveal.el (reveal-around-mark):
29298         * uniquify.el (uniquify-buffer-name-style)
29299         (uniquify-after-kill-buffer-p)
29300         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29301         (uniquify-min-dir-content, uniquify-separator)
29302         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29303         * w32-vars.el (w32-fixed-font-alist):
29304         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29305         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29306         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29307         * progmodes/perl-mode.el (perl-indent-level)
29308         (perl-continued-statement-offset, perl-continued-brace-offset)
29309         (perl-brace-offset, perl-brace-imaginary-offset)
29310         (perl-label-offset, perl-indent-continued-arguments)
29311         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29312         * progmodes/tcl.el (tcl-indent-level)
29313         (tcl-continued-indent-level, tcl-auto-newline)
29314         (tcl-tab-always-indent, tcl-electric-hash-style)
29315         (tcl-help-directory-list, tcl-use-smart-word-finder)
29316         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29317         (inferior-tcl-source-command):
29318         * textmodes/fill.el (enable-kinsoku):
29319         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29320         * textmodes/table.el (table-yank-handler):
29321         Specify missing group (and type, if simple) in defcustom.
29323 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
29325         * progmodes/compile.el (compilation-finish-function): Fix defvar.
29327 2005-05-19  Richard M. Stallman  <rms@gnu.org>
29329         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29331         * subr.el (event-basic-type): Don't get an error.
29332         (left-fringe-p): Function deleted.
29334         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29335         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29337         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29338         in recursive copy.
29340         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29342         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29344         * emacs-lisp/bytecomp.el
29345         (byte-compile-file-form-custom-declare-variable):
29346         Call byte-compile-nogroup-warn if appropriate.
29348         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29349         (compilation-set-window): Don't call left-fringe-p; do it directly.
29351 2005-05-19  Jay Belanger  <belanger@truman.edu>
29353         * calc/calc-graph.el (calc-graph-format-data): Make sure
29354         var-PlotRejects is bound before trying to check its value.
29356 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
29358         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29359         definition of this variable from reftex-global.el to reftex.el,
29360         because it is needed in the menu.
29362 2005-05-19  Lute Kamstra  <lute@gnu.org>
29364         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29365         years are fixed.  Don't insert a space after a dash.
29367 2005-05-19  Kim F. Storm  <storm@cua.dk>
29369         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29371 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
29373         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29374         strings, because (eq ... ?\\) is fairly frequent.
29376         * progmodes/make-mode.el (makefile-add-this-line-targets):
29377         Simplify and integrate into `makefile-pickup-targets'.
29378         (makefile-add-this-line-macro): Simplify and integrate into
29379         `makefile-pickup-macros.
29380         (makefile-pickup-filenames-as-targets): Simplify.
29381         (makefile-previous-dependency, makefile-match-dependency):
29382         Don't stumble over `::'.
29384 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
29386         * subr.el (post-command-idle-hook, post-command-idle-delay):
29387         Remove obsoletion of post-command-idle-hook and
29388         post-command-idle-delay.
29390         * faces.el (list-faces-display): Provide button when describe-face
29391         is called to take user back to the list of faces.
29393         * help-fns.el (describe-variable): Remove hyperlinks in a
29394         variable's value as these are quite frequently inappropriate.
29396         * follow.el (follow-submit-feedback, follow-mode):
29397         Remove references to post-command-idle-hook.
29399 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
29401         * progmodes/make-mode.el (makefile-previous-dependency)
29402         (makefile-match-dependency): Check for := (and in bsd mode also
29403         !=) to give a better result, even when font-lock is not on.
29405 2005-05-18  Jay Belanger  <belanger@truman.edu>
29407         * calc/calc-help.el (calc-s-prefix-help):
29408         Add `calc-copy-special-constant' to help string.
29410 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
29412         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29414 2005-05-18  Jay Belanger  <belanger@truman.edu>
29416         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29417         in linear factors are in proper order.
29419 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
29421         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29422         Support for jurabib.
29424         * textmodes/reftex.el (featurep): Define aliases for overlay
29425         commands, for XEmacs compatibility, and use these aliases in
29426         overlay initializations.
29427         (reftex-highlight): Use `reftex-move-overlay'.
29428         (reftex-unhighlight): Use `reftex-delete-overlay'.
29429         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
29430         (reftex-access-search-path): Use `reftex-uniquify' instead of
29431         `reftex-uniq'.
29433         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
29434         `before-string' property modification enables for Emacs as well.
29435         (reftex-select-item): Use `reftex-delete-overlay'.
29436         (reftex-select-mark): Use `reftex-make-overlay' and
29437         `reftex-overlay-put'.
29438         (reftex-select-unmark): Use `reftex-delete-overlay' and
29439         `reftex-overlay-put'.
29441 2005-05-18  Lute Kamstra  <lute@gnu.org>
29443         * emacs-lisp/lisp.el (check-parens): Fix docstring.
29445 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
29447         * add-log.el (add-change-log-entry):
29448         * array.el (array-make-template, array-reconfigure-rows)
29449         (array-init-max-row, array-init-max-column)
29450         (array-init-columns-per-line, array-init-field-width):
29451         * replace.el (replace-match-maybe-edit, perform-replace):
29452         * textmodes/spell.el (spell-region):
29453         Replace `read-input' by `read-string'.
29455         * forms.el (forms-mode):
29456         * finder.el (finder-compile-keywords):
29457         * shadowfile.el (shadow-read-files):
29458         Replace `eval-current-buffer' by `eval-buffer'.
29460         * terminal.el (te-pass-through):
29461         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
29462         (ange-ftp-raw-send-cmd):
29463         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
29464         (send-process-next-char, telnet-initial-filter, telnet):
29465         Replace `send-string' by `process-send-string'.
29467         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
29468         (prolog-consult-region): Replace `send-string' by
29469         `process-send-string'; replace `send-region' by `process-send-region'.
29471         * progmodes/delphi.el (delphi-log-msg):
29472         Replace `set-window-dot' by `set-window-point'.
29474         * subr.el (window-dot, set-window-dot, read-input, send-string)
29475         (send-region, show-buffer, eval-current-buffer):
29476         Make really obsolete, as the comment says.
29478 2005-05-17  Kim F. Storm  <storm@cua.dk>
29480         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
29481         (cua--init-keymaps): Bind C-return instead of S-return to set
29482         rectangle mark.
29484         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
29485         instead of S-return to toggle/clear rectangle mark.
29487 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
29489         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
29490         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
29491         Also fontify plain strings assigned to variables, mostly so that a
29492         colon has a face and is thus not taken as a dependency separator.
29493         (makefile-previous-dependency): Inline the new matcher, because it
29494         is too complex to work in both directions.
29495         (makefile-match-dependency): Eliminate `backward' arg (see above).
29496         Completely reimplemented so as to not sometimes go into an endless
29497         loop.  It should also be more efficient, because first it only
29498         searches for `:', instead of applying the very complex regexp.
29499         (makefile-mode): Cancel `font-lock-support-mode', because blocks
29500         to be fontified in one piece can be too long for JIT.
29501         Makefiles are never *that* big.
29503 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
29505         * dired.el (dired-mode): Simplify.
29507 2005-05-17  Lute Kamstra  <lute@gnu.org>
29509         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
29510         defcustom for the mode hook variable.
29512         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
29513         Emacs Lisp Reference Manual.
29515 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
29517         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
29518         (evenp, list*):
29519         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
29520         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
29522         * net/tramp-smb.el (tramp-smb-open-connection):
29523         Pass `tramp-chunksize' as fifth (required) argument.
29525 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
29527         * font-lock.el (lisp-font-lock-keywords-1):
29528         Set `font-lock-negation-char-face' for [^...] char group.
29529         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
29531         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
29532         a var, and refine it to mask one more level of nested vars.
29533         (makefile-rule-action-regex): Turn it into a var, and refine it so
29534         it recognizes backslashed continuation lines as belonging to the
29535         same command.
29536         (makefile-macroassign-regex): Refine it so it recognizes
29537         backslashed continuation lines as belonging to the same command.
29538         (makefile-var-use-regex): Don't look at the next char, because it
29539         might be the same one to be skipped by the initial [^$], leading
29540         to an overlooked variable use.
29541         (makefile-make-font-lock-keywords): Remove two parameters, which
29542         are now variables that some of the modes set locally.
29543         Handle dependency and rule action matching through functions, because
29544         regexps alone match too often.  Dependency matching now comes
29545         last, so it can check, whether a colon already matched something else.
29546         (makefile-mode): Inform that font-lock improves makefile parsing
29547         capabilities.
29548         (makefile-match-dependency, makefile-match-action): New functions.
29550 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
29552         * emacs-lisp/cl-extra.el (equalp): Doc fix.
29554         * align.el (align-regexp):
29555         * ansi-color.el (ansi-color-get-face):
29556         * array.el (array-reconfigure-rows, array-init-max-row)
29557         (array-init-max-column, array-init-columns-per-line)
29558         (array-init-field-width):
29559         * dired-aux.el (dired-trample-file-versions):
29560         * dired-x.el (dired-mark-sexp):
29561         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
29562         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
29563         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
29564         * faces.el (face-read-integer):
29565         * files.el (backup-extract-version, insert-directory):
29566         * hexl.el (hexl-insert-decimal-char):
29567         * server.el (server-process-filter):
29568         * shell.el (shell-extract-num):
29569         * startup.el (command-line-1):
29570         * term.el (term-command-hook):
29571         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
29572         (time-stamp-do-number):
29573         * time.el (display-time-update):
29574         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
29575         (timezone-fix-time):
29576         * vms-patch.el (vms-suspend-resume-hook):
29577         * calendar/appt.el (appt-convert-time):
29578         * calendar/cal-bahai.el (mark-bahai-diary-entries):
29579         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
29580         * calendar/cal-islam.el (mark-islamic-diary-entries):
29581         * calendar/calendar.el (calendar-cursor-to-date)
29582         (calendar-star-date):
29583         * calendar/diary-lib.el (diary-attrtype-convert)
29584         (mark-diary-entries, diary-entry-time):
29585         * calendar/solar.el (solar-get-number):
29586         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
29587         * emacs-lisp/re-builder.el (reb-display-subexp):
29588         * emulation/edt.el (edt-set-scroll-margins):
29589         * emulation/tpu-extras.el (tpu-set-scroll-margins):
29590         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
29591         (vip-get-ex-count):
29592         * emulation/viper-ex.el (viper-get-ex-token)
29593         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
29594         * international/fontset.el (fontset-plain-name):
29595         * mail/feedmail.el (feedmail-look-at-queue-directory):
29596         * mail/mailalias.el (mail-get-names):
29597         * mail/rmail.el (rmail-convert-to-babyl-format):
29598         * mail/rmailsum.el (rmail-make-basic-summary-line)
29599         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
29600         (rmail-summary-goto-msg):
29601         * mail/smtpmail.el (smtpmail-read-response):
29602         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
29603         (ange-ftp-vms-add-file-entry):
29604         * play/gametree.el (gametree-looking-at-ply)
29605         (gametree-current-branch-score):
29606         * progmodes/ada-xref.el (ada-prj-find-prj-file)
29607         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
29608         * progmodes/cperl-mode.el (condition-case):
29609         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
29610         (ebrowse-set-member-buffer-column-width)
29611         (ebrowse-select-1st-to-9nth):
29612         * progmodes/etags.el (etags-snarf-tag):
29613         * progmodes/flymake.el (flymake-parse-line):
29614         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
29615         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
29616         (idlwave-shell-menu-def):
29617         * progmodes/ps-mode.el (ps-run-goto-error):
29618         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
29619         (vhdl-speedbar-contract-level):
29620         * term/mac-win.el (x-handle-numeric-switch):
29621         * term/sun-mouse.el (sun-get-frame-data):
29622         * term/w32-win.el (x-handle-numeric-switch):
29623         * term/x-win.el (x-handle-numeric-switch):
29624         * textmodes/ispell.el (ispell-parse-output):
29625         * textmodes/nroff-mode.el (nroff-outline-level):
29626         * textmodes/reftex-cite.el (reftex-bib-sort-year)
29627         (reftex-bib-sort-year-reverse, reftex-format-citation):
29628         * textmodes/reftex-parse.el (reftex-init-section-numbers)
29629         (reftex-section-number):
29630         * textmodes/texinfmt.el (texinfo-paragraphindent):
29631         Replace `string-to-int' by `string-to-number'.
29633         * international/latexenc.el: Add page marker to force the "Local
29634         Variables:" string out of the last page.
29636 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
29638         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
29639         tooltip-change-major-mode.
29640         (gud-tooltip-print-command): Remove case where gud-minor-mode
29641         is gdb ("--fullname").
29642         (gud-tooltip-tips): Turn GUD tooltips off for this case and
29643         explain to user.
29645 2005-05-16  Jay Belanger  <belanger@truman.edu>
29647         * calc/calc-store.el (calc-copy-special-constant): New function.
29649         * calc/calc-ext.el (calc-init-extensions): Add binding for
29650         `calc-copy-special-constant'.
29652         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
29653         for the `calc-copy-special-constant' command.
29655 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
29657         * subr.el (left-fringe-p): New function.
29659         * progmodes/compile.el (compilation-setup): Set local value of
29660         overlay-arrow-string to "" always.
29661         (compilation-set-window): Left fringe then don't scroll.
29662         No left fringe then no arrow and scroll message to top.
29663         (compilation-context-lines): Adjust doc string accordingly.
29665 2005-05-16  Kim F. Storm  <storm@cua.dk>
29667         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
29668         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
29669         (ido-wide-find-dir-or-delete-dir): New command for M-d.
29670         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
29671         (ido-read-file-name): Handle commands with ido property value
29672         equal to find-file as reading a file name, to allow C-d to enter dired.
29673         (ibuffer-find-file): Add ido property with value find-file.
29675 2005-05-15  Kim F. Storm  <storm@cua.dk>
29677         * subr.el (open-network-stream-nowait): Remove.
29678         (open-network-stream-server): Remove.
29680 2005-05-15  Richard M. Stallman  <rms@gnu.org>
29682         * faces.el (describe-face): Output a definition link button.
29684         * help-mode.el (help-face-def): New button type.
29686         * emacs-lisp/copyright.el (copyright-fix-years):
29687         Match properly if the first year is 2-digit.
29688         Don't mess up the whitespace after the years by filling.
29690         * dired-aux.el (dired-mark-confirm):
29691         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
29693         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
29694         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
29695         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
29697         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29698         Set font-lock-comment-start-skip.
29700         * font-lock.el (font-lock-comment-start-skip): New variable.
29701         (font-lock-comment-end-skip): New variable.
29702         (font-lock-fontify-syntactically-region): Use them if non-nil.
29704 2005-05-15  Jay Belanger  <belanger@truman.edu>
29706         * calc/calc-store.el (calc-store-value): Return a string rather
29707         than display it as a message.
29708         Use calc-var-name for variable name.
29709         (calc-store-into): Add the result of calc-store-value to message.
29710         (calc-copy-variable): Add a message.
29711         (calc-store-exchange): Improve error messages.
29712         (calc-store-binary, calc-store-map): Don't reset the values of
29713         special constants.
29715 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
29717         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
29718         manual to docstring.
29720         * files.el (hack-local-variables-confirm): Add STRING argument.
29721         Make the function handle non file visiting buffers correctly.
29722         (hack-local-variables-prop-line, hack-local-variables)
29723         (hack-one-local-variable): Use STRING arg of
29724         `hack-local-variables-confirm'.
29726 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
29728         Sync with Tramp 2.0.49.
29730         * net/tramp.el (tramp-handle-dired-call-process)
29731         (tramp-handle-insert-directory):`insert-buffer' cannot be used
29732         because the contents of the Tramp buffer is changed before
29733         insertion (`expand-file' and alike).
29734         (tramp-handle-insert-directory): If `localname' has an empty
29735         nondirectory name, it must not be quoted.
29736         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
29737         variable `tramp-chunksize'.  Change callees.
29738         (tramp-open-connection-setup-interactive-shell): Check remote host
29739         for buggy `send-process-string' implementation.
29740         Set `tramp-chunksize' if found.  Reported by Michael Kifer
29741         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
29742         (tramp-handle-shell-command): `insert-buffer' cannot be used
29743         because the contents of the Tramp buffer is changed before
29744         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
29745         <frederic.bothamy@free.fr>.
29746         (tramp-set-auto-save): Actions should be done for Tramp file name
29747         handler only.  Ange-FTP has its own auto-save mechanism.
29748         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
29749         (tramp-set-auto-save-file-modes): Set file modes of
29750         `buffer-auto-save-file-name' to ?\600 as fallback solution.
29751         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
29752         (tramp-bug): Remove obsolete variable.
29753         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
29754         for presence of `mml-mode'.  Make it running for older Emacsen as well.
29756 2005-05-14  John Paul Wallington  <jpw@pobox.com>
29758         * ibuf-ext.el (define-ibuffer-filter filename):
29759         If `dired-directory' is a list, use its car.
29761 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
29763         * ibuffer.el (define-ibuffer-column filename):
29764         If `dired-directory' is a list, use its car.
29766 2005-05-14  Richard M. Stallman  <rms@gnu.org>
29768         * subr.el (symbol-file): Doc fix.
29770         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
29771         (byte-compile-form): Call byte-compile-nogroup-warn.
29772         (byte-compile-warning-types): Doc fix.
29774         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
29776         * progmodes/cc-engine.el (c-literal-faces):
29777         Add font-lock-comment-delimiter-face.
29779         * net/net-utils.el (dig): Use with-no-warnings.
29781         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
29782         (sc-recite-frame-alist, sc-default-cite-frame)
29783         (sc-default-uncite-frame, sc-default-recite-frame)
29784         (sc-attrib-selection-list, sc-rewrite-header-list):
29785         Mark as risky-local-variable.
29787         * international/ogonek.el (ogonek-jak, ogonek-how):
29788         Don't use beginning-of-buffer.
29790         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
29792         * calendar/solar.el (solar-data-list): Move definition up.
29794         * dnd.el (dnd-protocol-alist): Add autoload.
29796         * progmodes/sh-script.el: Many doc usage fixes.
29797         (sh-indent-after-do): Change default to match common styles.
29799 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
29801         * files.el (interpreter-mode-alist)
29802         (auto-mode-interpreter-regexp): Doc fixes.
29804 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
29806         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
29808         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
29810 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29812         * dired.el (dired-mode): make-variable-buffer-local =>
29813         make-local-variable.
29815 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29817         * term/mac-win.el (mac-select-convert-to-string): Try coding
29818         systems in mac-script-code-coding-systems if specified one cannot
29819         encode string for `com.apple.traditional-mac-plain-text'.
29821 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
29823         * progmodes/make-mode.el (makefile-targets-face)
29824         (makefile-shell-face, makefile-makepp-perl-face): New faces.
29825         (makefile-dependency-regex): Fix it to not make the colon in
29826         $(var:a=b) special.
29827         (makefile-rule-action-regex): New regexp for highlighting embedded
29828         Shell strings.
29829         (makefile-macroassign-regex): Handle != for highlighting as
29830         embedded Shell strings.
29831         (makefile-var-use-regex): New const.
29832         (makefile-statements, makefile-automake-statements)
29833         (makefile-gmake-statements, makefile-makepp-statements)
29834         (makefile-bsdmake-statements): New consts.
29835         (makefile-make-font-lock-keywords): New function.
29836         (makefile-automake-font-lock-keywords)
29837         (makefile-gmake-font-lock-keywords)
29838         (makefile-makepp-font-lock-keywords)
29839         (makefile-bsdmake-font-lock-keywords): New consts.
29840         (makefile-mode-map): Add switchers between the various submodes.
29841         (makefile-mode): Document the availability of the variants.
29842         (makefile-automake-mode, makefile-gmake-mode)
29843         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
29845         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
29846         new variants of makefile-mode.
29848 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
29850         * font-lock.el (font-lock-comment-delimiter-face): Fix up
29851         the inheritance.
29853 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
29855         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
29856         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
29858         * files.el (normal-mode): Extend the scope of the
29859         `enable-local-variables' binding to include the `set-auto-mode' call.
29860         (magic-mode-alist): Doc fix.
29862 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
29864         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
29865         font-lock-comment-face rather than copying its setting.
29867 2005-05-12  Andreas Schwab  <schwab@suse.de>
29869         * eshell/esh-mode.el (eshell-send-input): Doc fix.
29871 2005-05-12  Lute Kamstra  <lute@gnu.org>
29873         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
29874         defcustom for the mode hook variable.  Delete the last argument.
29875         * generic-x.el: Fix callers of define-generic-mode.
29876         (generic-x-modes): Delete group.
29877         (show-tabs-tab-face, show-tabs-space-face): Put them in the
29878         generic-x customization group.
29880 2005-05-12  Kim F. Storm  <storm@cua.dk>
29882         * font-lock.el (font-lock-negation-char-face): Default to "off".
29884         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
29885         font-lock-negation-char-face to ! in !=.
29887 2005-05-12  Masatake YAMATO  <jet@gyve.org>
29889         * add-log.el (find-change-log): Fix typos in the docstring
29890         of function.
29892 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
29894         * international/latexenc.el (latexenc-find-file-coding-system):
29895         Avoid `re-search-forward' when looking for input encoding because
29896         of speed and safety.  Better regular expressions for recognizing
29897         input encoding.  Limit a search for TeX-master/tex-main-file to
29898         the local variable section.
29900 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
29902         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
29903         syntax of $ to "'" (quote).
29905 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
29907         * dnd.el (dnd-protocol-alist): Improve custom type.
29909         * dired.el (dired-dnd-protocol-alist): New variable.
29910         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
29911         `dired-mode-hook' to the end.
29913 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29915         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
29916         comment-end if comment-start-skip is not set.
29917         Obey the font-lock-comment-delimiter-face variables.
29919 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29921         * files.el (executable-find): Move from executable.el.  Use
29922         locate-file.
29923         * progmodes/executable.el (executable-find): Move to files.el.
29925         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
29926         when trying to ensure forward progress.
29928 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
29930         * mouse-sel.el (mouse-sel-follow-link-p): New function.
29931         (mouse-select, mouse-select-internal, mouse-extend-internal):
29932         Use it to implement mouse-1-click-follows-link functionality.
29934 2005-05-11  Richard M. Stallman  <rms@gnu.org>
29936         * font-lock.el (font-lock-fontify-syntactically-region):
29937         Use font-lock-comment-delimiter-face for comment delimiters.
29939 2005-05-10  Jay Belanger  <belanger@truman.edu>
29941         * calc/calc-help.el (calc-m-prefix-help): Add mention of
29942         preserving embedded modes.
29944 2005-05-10  Richard M. Stallman  <rms@gnu.org>
29946         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
29948         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
29949         Move from ada-stmt.el.
29950         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
29952         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
29953         Move to ada-mode.el.
29954         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
29956         * cus-edit.el (custom-file): Call file-chase-links.
29958         * files.el (read-directory-name): Fix previous change.
29959         (hack-local-variables-confirm): New function.
29960         (hack-local-variables-prop-line, hack-local-variables)
29961         (hack-one-local-variable): Use it.
29963 2005-05-10  Lute Kamstra  <lute@gnu.org>
29965         * font-lock.el (font-lock-keywords-alist)
29966         (font-lock-removed-keywords-alist): Clarify docstrings.
29968 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
29970         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
29971         (gdb-source-info): Check for preprocessor info.
29972         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
29973         a macro for a function.
29974         (gdb-info-breakpoints-custom): Try to find file again if not already
29975         found (user might have used GDB dir command).
29976         (gdb-get-location): Update gdb-location-alist correctly for change
29977         to gdb-info-breakpoints-custom.
29979         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
29980         (gud-tooltip-print-command): Add gdbmi case.
29981         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
29982         preprocessor info.
29984 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
29986         * startup.el (fancy-splash-insert): Fix typo in doc string.
29988 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
29990         * obsolete/float.el (string-to-float):
29991         * obsolete/hilit19.el (hilit-add-pattern):
29992         * obsolete/rnews.el (news-parse-range, news-select-message)
29993         (news-get-pruned-list-of-files): Replace `string-to-int' by
29994         `string-to-number'.
29996         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
29997         `find-file-not-found-hooks'; use `add-hook'.
29998         (uncompress-while-visiting): Set `write-file-functions', not
29999         `write-file-hooks'; use `add-hook'.
30001 2005-05-09  Kim F. Storm  <storm@cua.dk>
30003         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30004         (cua-paste): Handle clipboard action.
30005         (cua--init-keymaps): Remap clipboard-kill-region and
30006         clipboard-kill-ring-save.
30008 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
30010         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30011         Improve commentary.
30013         * simple.el (next-error-overlay-arrow-position): Revert the change
30014         made on 2005-04-30.
30016 2005-05-07  Jay Belanger  <belanger@truman.edu>
30018         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30019         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30020         `calc-sel-reselect'.
30022         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30023         Calc is in embedded mode.
30025 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
30027         * progmodes/compile.el (compilation-setup):
30028         Set overlay-arrow-string to an empty string on text terminals.
30030         * textmodes/ispell.el (ispell-program-name): Try looking for
30031         "aspell" along exec-path, and if found, use it as the default
30032         speller program.
30034 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
30036         * international/mule.el (sgml-xml-auto-coding-function):
30037         Recognize encoding='FOO' in single quotes as well as in double quotes.
30039 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
30041         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30042         as well as `interactive', so that defmacro* would recognize
30043         `declare' forms.
30045 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
30047         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30048         Explain more about the LIGHTER arg's usage in the doc string.
30049         Add commentary to clarify what the code does.  Fix the regexp that
30050         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
30051         since it could have characters special to regular expressions.
30053 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
30055         * replace.el (occur-1): Bind inhibit-read-only so that
30056         erase-buffer doesn't barf on read-only text properties (likewise
30057         for add-text-properties in occur-engine).  Mark buffer as unmodified.
30058         (occur-engine): Don't set buffer-read-only here.
30060 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30062         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30063         list-buffers-directory.  This caused the *cvs-commit* buffer to be
30064         sometimes mistakenly reused as a *cvs* buffer.
30066 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
30068         * tooltip.el: Move code for GUD tooltips into gud.el.
30069         (require): CL no longer needed to compile case.
30070         (tooltip-mode): Do not toggle functions for GUD tooltips.
30071         (tooltip-gud-tips-p): Remove.  Replace with minor mode
30072         gud-tooltip-mode in gud.el.
30073         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30074         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30075         tooltip-gud prefix with gud-tooltip and obsolete.
30076         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30077         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30078         (tooltip-mouse-motion): Mouse movement functions/variable.
30079         Rename in gud.el by adding gud prefix.
30080         (tooltip-gud-original-filter, tooltip-gud-dereference)
30081         (tooltip-gud-event, tooltip-toggle-gud-tips)
30082         (tooltip-gud-process-output, tooltip-gud-print-command)
30083         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
30084         gud.el by replacing tooltip-gud prefix with gud-tooltip.
30085         (gdb-tooltip-print): Move to gdb-ui.el.
30087         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30088         (require): CL needed to compile case.
30089         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30090         tooltip-gud-tips-p.  Make it a minor-mode.
30091         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30092         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30093         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30094         (gud-tooltip-change-major-mode)
30095         (gud-tooltip-activate-mouse-motions-if-enabled)
30096         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30097         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30098         (gud-tooltip-original-filter, gud-tooltip-dereference)
30099         (gud-tooltip-event, tooltip-toggle-gud-tips)
30100         (gud-tooltip-process-output, gud-tooltip-print-command)
30101         (gud-tooltip-tips): Move from tooltip.el.
30103         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30104         (gdb-cpp-define-alist-flags): Doc fix.
30105         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30106         gud-tooltip-mode is t.
30108 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30110         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30111         evaporate if their text is deleted.
30112         (goto-address-at-point): Make it work as a mouse binding as well.
30113         (goto-address-at-mouse): Obsolete it.  Update users.
30115 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
30117         * calendar/appt.el (top-level): No longer activate on load.
30119 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
30121         * calendar/cal-bahai.el (mark-bahai-diary-entries):
30122         * net/webjump.el (webjump):
30123         * progmodes/idlw-help.el (idlwave-do-context-help1)
30124         (idlwave-highlight-linked-completions):
30125         * textmodes/po.el (po-find-file-coding-system-guts):
30126         Replace `assoc-ignore-case' by `assoc-string'.
30128 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
30130         * files.el (locate-file): Doc fix.
30132         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30133         Remove the redundant test for ms-dos.
30135         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30136         look for the preprocessor with exec-suffixes.  If not found in
30137         standard places, look in exec-path.  Remove most of the tests that
30138         used system-type.
30140         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30142         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30144         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30145         file-name clash with jka-compr.el on 8+3 filesystems.
30147 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30149         * term/mac-win.el: Don't define or bind scroll bar functions if
30150         x-toolkit-scroll-bars is t.
30151         (x-select-text, x-get-selection-value): Clear
30152         x-last-selected-text-clipboard if x-select-enable-clipboard is
30153         nil.
30154         (PRIMARY): Put mac-scrap-name property.
30155         (mac-select-convert-to-file-url): New function.
30156         (public.file-url): New selection target type.  Add to
30157         selection-converter-alist.
30158         (x-get-selection, x-selection-value): Handle it.
30159         (x-cut-buffer-or-selection-value): New alias.
30161 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30163         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30164         entry to avoid calling bibtex-find-entry with arg global
30165         being t.  Remove arg key.
30166         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30167         (bibtex-copy-summary-as-kill): Change accordingly.
30169 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30171         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30172         (org-agenda-date-later): Use with-current-buffer.
30174 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
30176         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30177         (define-obsolete-variable-alias): Doc Fixes.
30179 2005-05-06  Kim F. Storm  <storm@cua.dk>
30181         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
30182         vertical-motion when selective-display is active.
30184         * ido.el (ido-setup-hook): New hook.
30185         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30186         (ido-input-stack): New var.
30187         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
30188         ido-next-work-file binding to M-O.
30189         Bind M-f to ido-wide-find-file-or-pop-dir.
30190         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30191         (ido-read-internal): Run ido-setup-hook.
30192         Catch quit in read-file-name and read-string to cancel edit.
30193         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30194         Automatically pop-all when completing a directory name (RET).
30195         (ido-file-internal): Add with-no-warnings around ffap and dired code.
30196         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30197         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30198         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30199         New functions for M-b/M-f to move among the directory components.
30200         (ido-make-merged-file-list): Catch quit to cancel merge.
30201         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30202         (ido-completion-help): No warnings for ido-completion-buffer-full.
30204 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
30206         * font-lock.el (font-lock-negation-char-face): New face and variable.
30207         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30208         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30209         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30210         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30212 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
30214         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30215         Fix typo in docstring.
30217         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30218         (ebrowse-print-statistics-line)
30219         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30221         * term/w32-win.el (image-library-alist): Add additional name for
30222         Xpm library.
30224 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
30226         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30227         use gcc instead of cpp.
30229         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30230         (gdb-create-define-alist): Use it.
30231         (gdb-cpp-define-alist-program): Update for MS-DOS.
30233 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
30235         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30237 2005-05-04  Richard M. Stallman  <rms@gnu.org>
30239         * help.el (describe-key): No error when UNTRANSLATED is nil.
30241         * simple.el (line-move-1): Fix previous change to signal errors
30242         appropriately.
30244 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
30246         * calendar/icalendar.el (icalendar-version): Now at 0.12.
30247         (icalendar-duration-correction): Remove.
30248         (icalendar--get-event-properties): Split result at commas.
30249         (icalendar--decode-isoduration): New optional argument
30250         DURATION-CORRECTION.
30251         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30252         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30253         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30254         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30255         (icalendar--convert-anniversary-to-ical): New functions, extracted
30256         from icalendar-export-region, with bug fixes.
30257         (icalendar-export-region): Use the above functions.
30258         (icalendar-import-buffer): Check before saving diary file.
30259         (icalendar--convert-recurring-to-diary)
30260         (icalendar--convert-non-recurring-all-day-to-diary)
30261         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30262         extracted from icalendar--convert-ical-to-diary, with bug fixes.
30263         (icalendar--convert-ical-to-diary): Use the above functions.
30265 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
30267         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30268         Remove these recent additions.
30269         (c-mode): Restore to before 2005-04-28.
30271         * progmodes/cc-vars.el (cc-define-list-program): Remove this
30272         recent addition.
30274         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30275         (gdb-define-alist): New variables.
30276         (gdb-create-define-alist): New function.
30277         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30278         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30279         with string-to-number.
30280         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
30282         * progmodes/gud.el: Replace string-to-int with string-to-number.
30283         (gud-find-file): Handle gdb-define-alist.
30285         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30287 2005-05-02  Jay Belanger  <belanger@truman.edu>
30289         * calc/calc-aent.el (math-read-token):
30290         * calc/calc-bin.el (calc-word-size):
30291         * calc/calc-ext.el (calc-read-number-fancy):
30292         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30293         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30294         * calc/calc-frac.el (calc-over-notation):
30295         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30296         (calc-graph-num-points, calc-graph-init):
30297         * calc/calc-prog.el (calc-read-parse-table-part)
30298         (calc-edit-macro-repeats):
30299         * calc/calc-yank.el (calc-do-grab-rectangle):
30300         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30301         Replace `string-to-int' by `string-to-number'.
30303 2005-05-02  Kim F. Storm  <storm@cua.dk>
30305         * kmacro.el: Use executing-kbd-macro-index variable.
30307 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
30309         * net/rlogin.el (rlogin-parse-words): Delete func.
30310         (rlogin): Use split-string, not rlogin-parse-words.
30311         Also, if there are option-like elements in the parsed args,
30312         take the host to be the first arg immediately following them.
30313         Suggested by Michael Mauger.
30315 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
30317         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30319 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30321         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30322         (cc-mode-cpp-program): Rename to cc-define-list-program and
30323         move to cc-vars.el.
30325         * progmodes/cc-vars.el (cc-define-list-program):
30326         Change to "gcc -E -dM -".  Make customizable.
30328 2005-05-02  Kim F. Storm  <storm@cua.dk>
30330         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30332 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30334         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30336         * international/mule-util.el (truncate-string): Remove alias and
30337         obsolete declaration.
30339         * international/mule-cmds.el (update-iso-coding-systems):
30340         Remove alias and obsolete declaration.
30342         * international/mule.el (coding-system-parent): Remove alias and
30343         obsolete declaration.
30345         * subr.el (define-function, sref): Remove aliases and obsolete
30346         declarations.
30347         (chars-in-region): Remove obsolete declaration.
30349 2005-05-01  Richard M. Stallman  <rms@gnu.org>
30351         * info.el (Info-mode): Set widen-automatically to nil, locally.
30353         * simple.el (widen-automatically): New variable.
30354         (pop-global-mark): Obey widen-automatically.
30356 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
30358         * term/xterm.el (function-key-map): Call substitute-key-definition
30359         before the keymap size is increased by a lot of define-key calls.
30361 2005-05-01  Richard M. Stallman  <rms@gnu.org>
30363         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30364         Rename ARG to ELEMENT.  Doc fix.
30366 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
30368         * allout.el (allout-exposure): Remove macro and obsolete declaration.
30369         Remove references to allout-exposure/change to allout-new-exposure.
30371         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30372         bytecode symbols.
30374         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
30375         (compiled-function-p, focus-frame, unfocus-frame):
30376         Remove aliases and obsolete declarations.
30377         Back out inadvertent changes from previous commit.
30379 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
30381         * files.el (require-final-newline): Make Custom tags consistent
30382         with mode-require-final-newline.
30383         (mode-require-final-newline): Doc fix.
30385 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30387         * international/latexenc.el (latexenc-find-file-coding-system):
30388         Fix regular expressions.
30390 2005-05-01  David Kastrup  <dak@gnu.org>
30392         * international/latexenc.el (latexenc-find-file-coding-system):
30393         Fix regular expressions.
30395 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
30397         * subr.el (string-to-int): Make obsolete.
30399 2005-04-30  Richard M. Stallman  <rms@gnu.org>
30401         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
30403         * loadup.el: load jka-comp-hook.
30405         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
30406         (jka-compr-handler): Add autoload.  `put' calls moved
30407         to jka-comp-hook.el.
30408         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
30409         (jka-compr-inhibit): Autoload.
30411         * jka-comp-hook.el: New file.
30412         Enable the mode by default.
30414         * files.el (backup-buffer-copy): Use copy-file instead
30415         of write-region, and put back the 'excl.
30417 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
30419         * progmodes/flymake.el (flymake-split-string)
30420         (flymake-split-string, flymake-log, flymake-pid-to-names)
30421         (flymake-reg-names, flymake-get-source-buffer-name)
30422         (flymake-unreg-names, flymake-add-line-err-info)
30423         (flymake-add-err-info): Clarify docstrings.
30424         (flymake-popup-menu, flymake-make-emacs-menu)
30425         (flymake-make-xemacs-menu): Add docstrings.
30426         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30427         Set variables directly throughout.
30429 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
30431         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
30432         exists.  Initialize cc-define-alist.
30433         (c-mode): Add cc-create-define-alist locally to after-save-hook.
30434         If there is no file (Macroexpansion) don't create an alist.
30436 2005-04-29  Sam Steingold  <sds@gnu.org>
30438         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
30439         (cc-create-define-alist): Use it instead of the hard-coded string.
30441 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30443         * international/mule-conf.el (file-coding-system-alist): Fix regexp
30444         for latexenc.
30446 2005-04-29  Lute Kamstra  <lute@gnu.org>
30448         * emacs-lisp/generic.el: Improve commentary section.
30449         (define-generic-mode): Improve docstring.
30451 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
30453         * textmodes/org.el (many places): Change to quiet the byte compiler.
30454         (org-prefix-format-compiled): New variable.
30455         (org-compile-prefix-format): New function.
30456         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
30457         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
30458         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
30459         (org-get-entries-from-diary): Use `org-get-time-of-day' for
30460         consistency with entries from `org-mode' files.
30461         (org-get-time-of-day): Fix bug with partial matches early in a line.
30462         (org-non-link-chars): New constant.
30463         (org-link-regexp): Respect `org-non-link-chars'.
30464         (org-agenda-day-view): Remove command.
30465         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
30466         (org-follow-bbdb-link, org-store-link): Search also company field.
30467         (org-highlight-overlay): New variable.
30468         (org-highlight, org-unhighlight): New functions.
30469         (org-agenda-mode): Add pre-command-hook to remove highlight.
30470         (org-evaluate-time-range): Behavior depends upon whether time stamp
30471         contains a time or not.
30472         (org-show-subtree, org-show-entry): New functions.
30473         (org-agenda-cleanup-fancy-diary): Remove empty lines.
30475 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
30477         * comint.el (comint-output-filter-functions): Add autoload cookie.
30479 2005-04-28  Kim F. Storm  <storm@cua.dk>
30481         * ido.el (ido-everywhere): Fix last change.
30483 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
30485         * international/latexenc.el: New file.
30486         * international/mule-conf.el (file-coding-system-alist): For .tex,
30487         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
30489 2005-04-28  Lute Kamstra  <lute@gnu.org>
30491         * font-lock.el (font-lock-add-keywords)
30492         (font-lock-remove-keywords): Clarify docstring.
30493         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
30494         Don't start docstrings with a `*'.
30495         (font-lock-update-removed-keyword-alist): Give it a docstring.
30497         * generic-x.el: Update commentary section.
30498         Only require font-lock when compiling.
30499         Define all modes conditionally.
30500         Place all generic modes in the generic-x-modes customization group.
30501         (generic-x-modes): New customization group.
30502         (generic-default-modes, generic-mswindows-modes)
30503         (generic-unix-modes, generic-other-modes): New constants.
30504         (generic-define-mswindows-modes, generic-define-unix-modes):
30505         Update docstrings.  Make them obsolete.
30506         (generic-extras-enable-list): New default value.  Update docstring.
30507         Improve :type.  Change :set function.
30508         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
30509         Fix docstring.
30511         * emacs-lisp/generic.el (generic-mode-internal):
30512         Simplify font-lock-defaults.
30513         (define-generic-mode): Fix docstring.
30515 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30517         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
30518         font-lock-face property to highlight matches.
30520 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
30522         * progmodes/cc-mode.el (cc-create-define-alist): New function.
30523         (cc-define-alist): New variable.
30524         (c-mode): Make it local and initialize it.
30526         * progmodes/gdb-ui.el (gdb-active-process): New variable.
30527         (gdb-exited): New function.
30528         (gdb-annotation-rules): Use it.
30529         (gdb-starting): Set gdb-active-process to t.
30530         (gdb-stopping): Amend doc string.
30531         (gdb-reset): Set gdb-active-process to nil.
30533         * tooltip.el (tooltip-gud-tips): Show the associated #define
30534         directives when a C program under GDB is not executing.
30536 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30538         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
30539         font-lock-fontify-syntactic-keywords.
30541         * font-lock.el (font-lock-default-fontify-region): Don't force
30542         parse-sexp-lookup-properties to nil.
30544 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
30546         * man.el (man-mode-syntax-table): Set up `:' to have
30547         word-constituent syntax.
30549 2005-04-27  Lute Kamstra  <lute@gnu.org>
30551         * novice.el (disable-command): Don't add spurious newlines to the
30552         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
30554 2005-04-26  Jay Belanger  <belanger@truman.edu>
30556         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
30557         than one window before deleting window.
30559 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
30561         * shell.el (shell-prompt-pattern): Doc fix.
30562         (shell-mode): Set paragraph-separate buffer locally to "\\'".
30564         * comint.el (comint-prompt-regexp, comint-get-old-input)
30565         (comint-use-prompt-regexp)
30566         (comint-use-prompt-regexp-instead-of-fields)
30567         (comint-replace-by-expanded-history, comint-send-input)
30568         (comint-output-filter, comint-get-old-input-default)
30569         (comint-line-beginning-position, comint-bol, comint-show-output)
30570         (comint-backward-matching-input, comint-forward-matching-input)
30571         (comint-next-prompt, comint-previous-prompt):
30572         Rename `comint-use-prompt-regexp-instead-of-fields' to
30573         `comint-use-prompt-regexp'.  Keep old name as alias and declare
30574         obsolete.
30575         (comint-use-prompt-regexp): Shorten first line of doc string.
30577         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
30578         Set paragraph-separate buffer locally to "\\'".
30580         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
30581         Adapt to above name change.
30583         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
30584         (smbclient-prompt-regexp): Ditto.
30586         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
30588 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
30590         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
30591         gdb-location-list.
30592         Break lines that are over 80 characters wide.
30594 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30596         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
30597         New fun and var, to preserve compatibility.
30599         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
30601 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
30603         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
30604         name to file-newer-than-file-p.
30606 2005-04-26  Richard M. Stallman  <rms@gnu.org>
30608         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
30610         * progmodes/python.el (python-mode):
30611         Use new name eldoc-documentation-function.
30613         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
30615         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30616         (eldoc-documentation-function):
30617         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
30619 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
30621         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
30623 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
30625         * term/xterm.el (function-key-map): Fix strings for
30626         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
30627         {C,S,A,C-S}-{f1-f12}.
30629 2005-04-26  Kenichi Handa  <handa@m17n.org>
30631         * international/mule-cmds.el (select-safe-coding-system):
30632         Fix previous change.
30634 2005-04-26  Lute Kamstra  <lute@gnu.org>
30636         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
30638         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
30639         (font-lock-comment-delimiter-face): Ditto.
30641         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
30643 2005-04-25  Jay Belanger  <belanger@truman.edu>
30645         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
30646         to t while inserting information; use help-mode.
30648 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
30650         * term.el (ansi-term-color-vector): Use the xterm colors.
30651         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
30653 2005-04-25  Lute Kamstra  <lute@gnu.org>
30655         * font-core.el (font-lock-defaults): Fix docstring.
30657         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
30659 2005-04-25  Kenichi Handa  <handa@m17n.org>
30661         * international/mule-cmds.el (select-safe-coding-system):
30662         Don't check consistency with coding: spec, etc if raw-text or
30663         no-conversion was found to be safe.
30665 2005-04-24  Richard M. Stallman  <rms@gnu.org>
30667         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
30668         citation markers at start of each line.
30670         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
30671         citation markers at start of each line.
30673         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
30675         * files.el (mode-require-final-newline): Fix previous change.
30676         (require-final-newline): Fix type label.
30678 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
30680         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
30681         statement in buffer (broken by 2004-11-24 change).
30683 2005-04-24  Kim F. Storm  <storm@cua.dk>
30685         * ido.el (ido-everywhere): Save and restore old read-buffer-function
30686         and read-file-name-function values.  Don't overwrite existing
30687         non-nil values if ido-mode is enabled without ido-everywhere.
30689 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
30691         * files.el (mode-require-final-newline): Minor doc fix.
30693 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
30695         * subr.el (syntax-after): Doc fix.
30696         (syntax-class): If argument is nil, return nil.  Mask off upper 16
30697         bits, not 8 bits.
30699         * files.el (mode-require-final-newline): Doc fix.
30700         (backup-buffer-copy): Fix last change.
30702 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30704         * term/mac-win.el: Require select.  Set selection-coding-system to
30705         mac-system-coding-system.  Call menu-bar-enable-clipboard.
30706         (x-last-selected-text-clipboard, x-last-selected-text-primary)
30707         (x-select-enable-clipboard): New variables.
30708         (x-select-text, x-get-selection, x-selection-value)
30709         (x-get-selection-value, mac-select-convert-to-string)
30710         (mac-services-open-file, mac-services-open-selection)
30711         (mac-services-insert-text): New functions.
30712         (CLIPBOARD, FIND): Put mac-scrap-name property.
30713         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
30714         (public.tiff): Put mac-ostype property.
30715         (selection-converter-alist): Add entries for them.
30716         (mac-application-menu-map): New keymap.
30717         (interprogram-cut-function, interprogram-paste-function): Set to
30718         x-select-text and x-get-selection-value, respectively.
30719         (split-window-keep-point): Set to t.
30721 2005-04-23  Richard M. Stallman  <rms@gnu.org>
30723         * files.el (read-directory-name): Always pass non-nil
30724         DEFAULT-FILENAME arg to read-file-name.
30725         (backup-buffer-copy, basic-save-buffer-2): Take care against
30726         writing thru an unexpected existing symlink.
30727         (revert-buffer): In indirect buffer, revert the base buffer.
30728         (magic-mode-alist): Doc fix.
30729         (buffer-stale-function): Doc fix.
30730         (minibuffer-with-setup-hook): Avoid warning.
30731         (mode-require-final-newline): Doc and custom fix.
30733         * follow.el (follow-end-of-buffer): Use with-no-warnings.
30735         * font-lock.el (font-lock-comment-face): On terminals with few colors,
30736         use the default appearance.
30737         (font-lock-comment-delimiter-face): New face, new variable.
30739         * imenu.el (imenu--generic-function): The official position of a
30740         definition is the start of the line that BEG is in.
30742         * midnight.el (midnight-timer): Move defvar up.
30744         * mouse.el (mouse-drag-region-1): Delete some debugging code.
30746         * saveplace.el (save-place-to-alist): Use with-no-warnings.
30748         * startup.el (command-line): Use with-no-warnings.
30750         * window.el (window-size-fixed): New defvar.
30752         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
30754         * mail/rmail.el (rmail-font-lock-keywords):
30755         Use font-lock-comment-delimiter-face.
30757         * mail/sendmail.el (mail-font-lock-keywords):
30758         Use font-lock-comment-delimiter-face.
30760         * progmodes/compile.el (next-error-highlight-timer): New defvar.
30762 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
30764         * progmodes/compile.el (compilation-mode-font-lock-keywords):
30765         Specify t for LAXMATCH when matching directories.
30766         Save match data around compilation-compat-error-properties form.
30768 2005-04-23  David Kastrup  <dak@gnu.org>
30770         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
30771         Mention that the autoloaded aliases should be kept for AUCTeX.
30773 2005-04-23  Andreas Schwab  <schwab@suse.de>
30775         * isearch.el (isearch-forward): Doc fix.
30777 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
30779         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
30780         (jit-lock-stealth-nice): Change default value to 0.5.
30782 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
30784         * abbrev.el (write-abbrev-file): Write table entries in
30785         alphabetical order by table name.
30787 2005-04-22  Kim F. Storm  <storm@cua.dk>
30789         * ido.el (ido-read-internal): Fix `list' completion.
30791 2005-04-22  Kenichi Handa  <handa@m17n.org>
30793         * recentf.el (recentf-save-file-coding-system): New variable.
30794         (recentf-save-list): Encode the file by
30795         recentf-save-file-coding-system and add coding: tag.
30797 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
30799         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
30801 2005-04-21  Lute Kamstra  <lute@gnu.org>
30803         * loadhist.el (unload-feature): Don't remove a function from hooks
30804         if it is about to be restored to an autoload .  Remove functions
30805         that will become unbound from auto-mode-alist.  Simplify the code.
30807         * subr.el (assq-delete-all): New implementation that is linear,
30808         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
30809         (rassq-delete-all): New function.
30811         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30812         Add size-indication-mode.
30814 2005-04-21  Kenichi Handa  <handa@m17n.org>
30816         * international/mule-cmds.el: Add autoload for widget-value in
30817         eval-when-compile.
30819 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
30821         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30822         Add tooltip-mode.
30824         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
30826 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
30828         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
30829         (inferior-lisp-filter-regexp, inferior-lisp-program)
30830         (inferior-lisp-load-command, inferior-lisp-prompt)
30831         (inferior-lisp-mode-hook, lisp-source-modes)
30832         (inferior-lisp-load-hook): defvar->defcustom.
30833         (inferior-lisp-program, inferior-lisp-prompt)
30834         (inferior-lisp-load-hook): Doc fixes.
30835         (inferior-lisp-install-letter-bindings): Small change in
30836         introductory comment.
30838 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
30840         * vc.el (vc-annotate-color-map): Change some colors so that text
30841         using them as foreground is readable on both white and black
30842         backgrounds.
30844 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30846         * international/mule-conf.el (translation-table-for-input):
30847         Remove redundant declaration.
30849 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
30851         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
30853         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
30854         (tooltip-toggle-gud-tips): New function.
30856 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30858         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
30859         right angle brackets.
30861 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
30863         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
30865 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
30867         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
30868         Remove.  Update callers to use expand-file-name instead.
30870         * subr.el (syntax-class): New function.
30872         * simple.el (blink-matching-open): Use it.
30874         * paren.el (show-paren-function): Use it to recognize parens that are
30875         also used in 2-char comment markers.
30877 2005-04-19  Lute Kamstra  <lute@gnu.org>
30879         * loadhist.el (unload-feature): Update for new format of
30880         load-history.  Simplify the code.
30882 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30884         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
30885         (mac-add-charset-info): New function.  Initialize variable
30886         mac-charset-info-alist using it.
30887         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
30888         for translation.
30889         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
30890         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
30891         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
30892         New CCL programs.
30894 2005-04-19  Kim F. Storm  <storm@cua.dk>
30896         * simple.el (next-buffer, prev-buffer, next-error)
30897         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30898         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
30900         * bindings.el (next-buffer, prev-buffer, next-error)
30901         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30902         (clone-indirect-buffer-other-window): Move bindings from simple.el.
30903         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
30904         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
30906 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
30908         * isearch.el (isearch-edit-string): Make the search-ring available for
30909         minibuffer history commands.
30910         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
30911         the default history commands now work just as well.
30912         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
30914 2005-04-18  Kim F. Storm  <storm@cua.dk>
30916         * emulation/cua-base.el (cua--pre-command-handler): Add more
30917         elaborate check for shift modifier on non-window systems.
30919 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
30921         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
30923 2005-04-18  Kim F. Storm  <storm@cua.dk>
30925         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
30926         and make it optional.  Don't test tooltip-gud-echo-area here.
30927         (tooltip-gud-process-output, gdb-tooltip-print):
30928         Pass tooltip-gud-echo-area to tooltip-show.
30929         (tooltip-help-tips): Remove second optional arg to tooltip-show.
30931 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30933         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
30934         `display-graphic-p' may not be bound yet.
30936 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
30938         * startup.el (command-line): No longer enable Xterm Mouse mode by
30939         default in terminals compatible with xterm.
30941         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
30943 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
30945         * tooltip.el (tooltip-gud-echo-area): Rename from
30946         tooltip-use-echo-area.
30947         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
30948         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
30949         area independently of where help tooltips are displayed.
30951 2005-04-17  David Kastrup  <dak@gnu.org>
30953         * cus-theme.el (custom-theme-write-variables): Quote variables
30954         where necessary.
30956 2005-04-17  Richard M. Stallman  <rms@gnu.org>
30958         * simple.el (yank-excluded-properties): Add follow-link to value.
30960         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
30962         * startup.el (fancy-splash-max-time): Just 30 seconds.
30963         (fancy-splash-delay): Just 7.
30964         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
30966         * loadhist.el (unload-feature): Update for new format of load-history.
30967         Simplify the code.
30969         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
30970         (rmail-font-lock-keywords): Don't fontify the text of a citation.
30972         * mail/sendmail.el (mail-font-lock-keywords):
30973         Don't fontify subject text.
30974         Don't fontify the text of a citation.
30976 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
30978         * comint.el (comint-output-filter): Run comint-output-filter-functions
30979         with point where the user had it.
30981 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
30983         * international/ucs-tables.el (ucs-set-table-for-input):
30984         Disable when using unify-on-decoding.
30986 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
30988         * emulation/cua-base.el (cua-global-mark-face): Add special case
30989         for displays supporting a high number of colors.
30991 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
30993         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
30995 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
30997         * filesets.el (filesets-add-buffer): If user supplies a name of a
30998         non-existing fileset, create a new fileset.
31000 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
31002         * textmodes/org.el (org-up-heading-all): Fix bug with
31003         `outline-up-heading-all'.
31005 2005-04-16  Andreas Schwab  <schwab@suse.de>
31007         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31008         /etc/permissions.d/* and /etc/aliases.d/*.
31010 2005-04-16  Kenichi Handa  <handa@m17n.org>
31012         * international/code-pages.el (cp-make-coding-system):
31013         Set `translation-table-for-input' property value to the symbol
31014         ucs-mule-to-mule-unicode, not to that value.
31015         (pt154): Escape guillemet by `\'.
31017 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
31019         * loadup.el: Load tooltip if x-show-tip is fboundp.
31021         * startup.el (command-line): Add comment.
31023         * tooltip.el (tooltip-mode): Specify correct standard value for
31024         Custom in init-value.
31026 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
31028         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31029         possible.
31031 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
31033         * textmodes/org.el (org-agenda-date-prompt): Rename from
31034         `org-agenda-date-today'.
31035         (org-evaluate-time-range): Insert at point instead of directly
31036         after time range.
31037         (org-first-headline-recenter, org-subtree-end-visible-p)
31038         (org-optimize-window-after-visibility-change): New functions
31039         (org-agenda-post-command-hook): Don't allow point at end of line,
31040         to make sure it always hits the text properties.
31041         (org-agenda-next-date-line, org-agenda-previous-date-line):
31042         New commands.
31043         (org-set-regexps-and-options): Category may contain white space.
31044         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31045         Improve marker positions.
31046         (org-agenda-new-marker): Argument POS made optional.
31047         (org-agenda-get-timestamps): Deadlines which are done are listed
31048         in org-done-face now.
31049         (org-agenda-get-todos, org-agenda-get-timestamps)
31050         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31051         Set `undone-face' and `done-face' properties.
31052         (org-last-todo-state-is-todo): New variable.
31053         (org-todo): Set `org-last-todo-state-is-todo'.
31054         (org-agenda-todo): Change face according to
31055         `org-last-todo-state-is-todo'.  And change other lines referring to
31056         the same entry.
31057         (org-calendar-goto-agenda): New command.
31058         (org-calendar-to-agenda-key): New option.
31059         (org-startup-folded): New allowed value `content'.
31060         (org-set-regexps-and-options): Accept new value `content' for
31061         `org-startup-folded'.
31062         (org-get-current-options): Handle new value `content' for
31063         `org-startup-folded'.
31064         (org-insert-todo-heading): New command.
31065         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31066         interactively in empty file and option
31067         `org-insert-mode-line-in-empty-file' has been set.
31068         (org-agenda-todo, org-agenda-priority): Modify to use
31069         `org-agenda-change-all-lines'.
31070         (org-warning-face): Change color on dark background.
31072 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31074         * international/mule-cmds.el (set-locale-environment): On Mac OS,
31075         use preferences AppleLocale and AppleLanguages, and variable
31076         mac-system-locale for default locale.  On Mac OS Classic, use
31077         mac-system-coding-system for default coding systems.
31079         * term/mac-win.el: Don't set file-name-coding-system.
31080         Decode variables system-name, emacs-build-system, user-login-name, and
31081         user-full-name by mac-system-coding-system on Mac OS Classic.
31082         (mac-system-coding-system): New variable.
31084 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
31086         * startup.el (command-line): Handle `xterm-mouse-mode' before
31087         reading init file.
31089         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31091 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
31093         * progmodes/sh-script.el (sh-here-document-word): Make it a
31094         defcustom.  Doc fix.
31095         (sh-add): Bash uses $(( )) for arithmetic.
31096         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31097         (sh-maybe-here-document): Remove quotes and leading whitespace
31098         from heredoc word when closing.  Indent heredoc with tabs if word
31099         starts with "-".
31101 2005-04-13  Richard M. Stallman  <rms@gnu.org>
31103         * simple.el (undo): Fix previous change.
31105         * custom.el (defface): Doc fix.
31107 2005-04-13  Lute Kamstra  <lute@gnu.org>
31109         * Makefile.in (DONTCOMPILE): Remove list.
31110         (compile, compile-always): Don't use DONTCOMPILE.
31111         (update-authors): Load the library in which batch-update-authors
31112         is defined.
31113         * makefile.w32-in (DONTCOMPILE): Remove list.
31114         (compile, compile-always): Fix comments.
31115         (update-authors): Load the library in which batch-update-authors
31116         is defined.
31118         * generic-x.el (generic-mode-ini-file-find-file-hook):
31119         Rename to ini-generic-mode-find-file-hook.
31120         Keep generic-mode-ini-file-find-file-hook as an alias.
31121         (ini-generic-mode-find-file-hook): Rename from
31122         generic-mode-ini-file-find-file-hook.  Fix docstring.
31123         (ini-generic-mode): Docstring change.
31124         (bat-generic-mode-run-as-comint): Silence the byte compiler.
31126         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31127         called from lisp.
31129         * generic.el: Move to the emacs-lisp subdir.
31131 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
31133         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31134         and C-S- function and cursor motion keys.
31136 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
31138         * startup.el (command-line): Enable Xterm Mouse mode by default.
31139         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31140         for Custom.  No longer show "Mouse" in mode line when enabled.
31141         Doc fix.
31143 2005-04-12  Kim F. Storm  <storm@cua.dk>
31145         * emulation/cua-base.el (cua-rectangle-face)
31146         (cua-rectangle-noselect-face): Define face attributes here.
31148         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31150 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31152         * startup.el (command-line): Turn off blinking cursor if
31153         cursorBlink in resources is off or false.
31155 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31157         * term/mac-win.el (dnd): Require dnd.
31158         (mac-drag-n-drop): Call dnd-handle-one-url.
31159         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31160         (kTextEncodingISOLatin2): Remove constants.
31161         (mac-script-code-coding-systems): New constant.
31162         (mac-handle-language-change): New function.
31163         (special-event-map): Bind it to `language-change' event.
31164         (mac-centraleurroman, mac-cyrillic): New coding systems.
31165         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31166         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31167         and mac-cyrillic-encoder to encode-mac-centraleurroman and
31168         encode-mac-cyrillic, respectively.
31170 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31172         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31173         Don't set overlay-arrow-string to "=>" as this is done
31174         globally in C now.
31176 2005-04-12  Lute Kamstra  <lute@gnu.org>
31178         * generic-x.el (rc-generic-mode, rul-generic-mode):
31179         Fix auto-mode-alist entries.
31180         (etc-fstab-generic-mode): Tweak fontification.
31182         * generic.el (generic-make-keywords-list): Fix docstring.
31183         (generic-mode-internal): Simplify generic-font-lock-keywords.
31185 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31187         * whitespace.el (whitespace-buffer-leading)
31188         (whitespace-buffer-trailing): Revert the incorrect test inversion.
31189         However, fix the highlight area for the leading and
31190         trailing whitespaces to show space.
31192 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31194         * whitespace.el (whitespace-version): Bump to 3.5.
31196         (whitespace-buffer-leading, whitespace-buffer-trailing):
31197         Invert sense of the test to highlight the whitespace.
31199 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31201         * progmodes/gud.el (gud-display-line): GUD uses its own
31202         overlay arrow now so don't set overlay-arrow-string.
31203         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31205 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
31207         * term.el (term-ansi-current-bold, term-ansi-current-underline)
31208         (term-ansi-current-reverse, term-ansi-current-invisible)
31209         (term-ansi-face-already-done): Change to boolean.
31210         (term-reset-terminal, term-handle-colors-array): Handle the above
31211         vars accordingly.
31212         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31213         (term-emulate-terminal): Use the new name.
31215         * faces.el (secondary-selection): Use yellow1, not yellow.
31216         (trailing-whitespace): Use red1, not red.
31218 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31220         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31221         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31222         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31224         * cus-edit.el (dnd): New group.
31226         * term/w32-win.el (dnd): Require dnd
31227         (w32-drag-n-drop): Call dnd-handle-one-url.
31229         * x-dnd.el: Require dnd.
31230         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31231         Call dnd-handle-one-url.
31232         (x-dnd-types-alist, x-dnd-insert-utf8-text)
31233         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31234         to dnd-insert-text.
31235         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31236         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31237         (x-dnd-get-local-file-name, x-dnd-open-local-file)
31238         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31240         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31242 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31244         * wdired.el: Doc fixes.
31245         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31246         (wdired-use-dired-vertical-movement): Rename from
31247         wdired-always-move-to-filename-beginning.
31248         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31249         (wdired-change-to-wdired-mode): Change mode name.
31250         (wdired-newline): Delete.
31252 2005-04-11  Richard M. Stallman  <rms@gnu.org>
31254         * whitespace.el (whitespace-highlight-the-space):
31255         Don't call whitespace-unhighlight-the-space here.
31257         * simple.el (undo): Record t in undo-equiv-table
31258         for the redo record made by an undo-in-region.
31260 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31262         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31263         (gdb-frame-inferior-io-buffer): New Functions to control
31264         display of separate IO buffer.
31265         (menu): Add them to menu-bar.
31266         (gdb-display-buffer): Check for buffer another frame.
31267         Protect GUD buffer.
31268         (gdb-setup-windows): Create IO buffer if not already there.
31269         (gdb-memory-mode): Remove purecopy noops.
31271 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
31273         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31274         and pass to self-insert-command.
31276 2005-04-11  Lute Kamstra  <lute@gnu.org>
31278         * generic.el: Commentary section cleanup.
31279         (generic): Delete.
31280         (generic-use-find-file-hook, generic-lines-to-scan)
31281         (generic-find-file-regexp, generic-ignore-files-regexp)
31282         (default-generic-mode, generic-mode-find-file-hook)
31283         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31284         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
31285         (generic-use-find-file-hook, generic-lines-to-scan)
31286         (generic-find-file-regexp, generic-ignore-files-regexp)
31287         (default-generic-mode, generic-mode-find-file-hook)
31288         (generic-mode-ini-file-find-file-hook): Move from generic.el.
31290 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
31292         * bookmark.el (bookmark-write-file): Catch errors writing file.
31293         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31295 2005-04-10  Richard M. Stallman  <rms@gnu.org>
31297         * startup.el (fancy-splash-tail): Update copyright year.
31298         (command-line): Split part of -Q into -D.
31299         (emacs-basic-display): New defvar.
31300         (fancy-splash-text): Correct name of menu item.
31302         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31304         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31305         lines in one node.
31307         * comint.el (comint-send-input): New arg ARTIFICIAL.
31308         Callers in this file changed.
31310         * abbrev.el (define-abbrevs): Read system abbrevs properly.
31312         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31314 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
31316         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
31317         `ldap-search-internal'.
31319 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31321         * files.el (set-auto-mode-1): Use line-end-position.
31323         * international/latin-1.el:
31324         * international/latin-2.el:
31325         * international/latin-3.el:
31326         * international/latin-4.el:
31327         * international/latin-5.el:
31328         * international/latin-8.el:
31329         * international/latin-9.el: Give punctuation syntax to NBSP.
31331         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31332         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31333         Use char-classes to accept non-ascii letters, accepted in some recent
31334         bibtex implementations.
31336 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
31338         * custom.el (custom-set-minor-mode): Any non-nil value for the
31339         variable should enable the mode when set through Custom.
31341 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31343         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31344         TAB binding so tab-always-indent is obeyed.
31345         (vhdl-minibuffer-local-map): Move initialization into declaration.
31346         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31347         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31348         (vhdl-hooked-abbrev): Avoid test for XEmacs.
31349         (vhdl-current-line): Use line-beginning-position.
31350         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31351         with-output-to-temp-buffer, so the current position can be recorded.
31353 2005-04-10  Masatake YAMATO  <jet@gyve.org>
31355         * progmodes/compile.el (compilation-error-regexp-alist-alist):
31356         Add regexp for gcov.
31358 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
31360         * calendar/time-date.el (time-to-seconds, seconds-to-time)
31361         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31362         syntax which Emacs 20 doesn't support.
31364 2005-04-09  Richard M. Stallman  <rms@gnu.org>
31366         * help.el (describe-key-briefly, describe-key):
31367         Replace strings as event types with "(any string)".
31369 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
31371         * arc-mode.el (archive-mode-map): Move initialization into
31372         the declaration.  Override *all* bindings of `undo'.
31373         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31375 2005-04-09  Jay Belanger  <belanger@truman.edu>
31377         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31379 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
31381         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31382         (xterm-register-default-colors): Update color values computation
31383         to match xterm-200.
31385 2005-04-09  Kenichi Handa  <handa@m17n.org>
31387         * international/code-pages.el (iso-latin-7): Fix the map.
31389 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
31391         * emacs-lisp/lisp.el (defun-prompt-regexp)
31392         (parens-require-spaces, buffer-end, end-of-defun)
31393         (insert-parentheses): Doc fixes.
31395 2005-04-08  Kim F. Storm  <storm@cua.dk>
31397         * comint.el (comint-highlight-prompt): Fix face spec.
31398         * hi-lock.el (hi-green): Likewise.
31400 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
31402         * cus-edit.el (custom-modified-face):
31403         * comint.el (comint-highlight-input): Fix previous changes.
31404         * term.el (term-handle-ansi-escape): Add a comment.
31406 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
31408         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
31409         in the buffer and in whitespace-highlighted-space.
31410         (whitespace-unhighlight-the-space): Simplify.
31411         (whitespace-buffer): Simplify.
31413 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
31415         * textmodes/table.el (table-cell-face): Add special case for
31416         displays supporting a high number of colors.
31417         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31418         (vhdl-font-lock-reserved-words-face)
31419         (vhdl-speedbar-architecture-face)
31420         (vhdl-speedbar-instantiation-face)
31421         (vhdl-speedbar-architecture-selected-face)
31422         (vhdl-speedbar-instantiation-selected-face): Likewise.
31423         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31424         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31425         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31426         (ebrowse-root-class-face, ebrowse-member-attribute-face)
31427         (ebrowse-progress-face): Likewise.
31428         * progmodes/compile.el (compilation-info-face): Likewise.
31429         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31430         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
31431         * calendar/calendar.el (diary-face): Likewise.
31432         * woman.el (woman-italic-face, woman-bold-face)
31433         (woman-unknown-face): Likewise.
31434         * wid-edit.el (widget-button-pressed-face): Likewise.
31435         * whitespace.el (whitespace-highlight-face): Likewise.
31436         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
31437         * pcvs-info.el (cvs-marked-face): Likewise.
31438         * info.el (info-xref): Likewise.
31439         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
31440         * hilit-chg.el (highlight-changes-face)
31441         (highlight-changes-delete-face): Likewise.
31442         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
31443         (hi-red-b): Likewise.
31444         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
31445         * font-lock.el (font-lock-keyword-face)
31446         (font-lock-function-name-face, font-lock-warning-face): Likewise.
31447         * cus-edit.el (custom-invalid-face, custom-modified-face)
31448         (custom-set-face, custom-changed-face, custom-variable-tag-face)
31449         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
31450         * comint.el (comint-highlight-prompt): Likewise.
31452 2005-04-08  Lute Kamstra  <lute@gnu.org>
31454         * font-lock.el (font-lock-keywords): Docstring fixes.
31456 2005-04-08  Kenichi Handa  <handa@m17n.org>
31458         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
31459         chars are more than a limit, print " and more..." at the tail.
31461 2005-04-08  Kim F. Storm  <storm@cua.dk>
31463         * emacs-lisp/authors.el (authors-aliases): Update list.
31464         (authors-ignored-files): New list.
31465         (authors-fixed-entries): Fix typo.
31466         (authors-renamed-files-alist): Update list.
31467         (authors-add): Check authors-ignored-files.
31469 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
31471         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
31472         optional, to ensure backward compatibility.
31474 2005-04-08  Stephen Eglen  <stephen@gnu.org>
31476         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
31478 2005-04-08  Kim F. Storm  <storm@cua.dk>
31480         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
31482         * mouse.el (mouse-on-link-p): Doc fix.
31484 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
31486         * ielm.el (ielm-prompt-read-only): Doc fix.
31488         * comint.el (comint-prompt-read-only): Doc fix.
31490 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
31492         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
31493         ensure dired always handles wildcards passed to ffap.
31494         (find-file-at-point): Use it.
31495         (ffap-dired-wildcards): Doc fix.
31497 2005-04-07  Juri Linkov  <juri@jurta.org>
31499         * simple.el (next-error-overlay-arrow-position): New defvar.
31500         Put "=>" on its property `overlay-arrow-string'.  Add it to
31501         `overlay-arrow-variable-list'.
31503         * progmodes/compile.el (compilation-setup):
31504         Set `next-error-overlay-arrow-position' to nil.  Also set it to
31505         nil in the local hook `kill-buffer-hook'.  Make local variable
31506         `overlay-arrow-string' and set it to "=>".
31507         (compilation-goto-locus): Set BOL position to
31508         `next-error-overlay-arrow-position' instead of
31509         `overlay-arrow-position'.
31511         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
31512         locally instead of adding it to the global hook.
31513         (Info-kill-buffer): Move up.
31515 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
31517         * term/xterm.el (xterm-standard-colors): Update color values from
31518         xterm-200.
31520 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31522         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
31524         * fast-lock.el:
31525         * lazy-lock.el: Move them to the obsolete subdir.
31527 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31529         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
31530         (wdired-add-replace-advice): Remove.
31531         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
31533 2005-04-06  Kim F. Storm  <storm@cua.dk>
31535         * startup.el (command-line): Add --bare-bones alias for -Q.
31537 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31539         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
31540         create the startup fontset if a font specification ends with
31541         `mac-roman'.
31543 2005-04-06  Lute Kamstra  <lute@gnu.org>
31545         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
31546         change.
31548         * emacs-lisp/copyright.el (copyright-update-year): Replace the
31549         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
31551 2005-04-05  Lute Kamstra  <lute@gnu.org>
31553         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
31554         (define-generic-mode): Ditto.  Fix debug declaration.
31556         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
31557         Put them in the generic-x group.
31559         * calendar/timeclock.el (timeclock): Doc fix.
31561         * generic.el (define-generic-mode): Don't use custom-current-group.
31562         Document default :group value.
31563         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
31564         (define-global-minor-mode): Don't use custom-current-group.
31566 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
31568         * startup.el (command-line-1): Display startup-echo-area-message
31569         when fancy splash screen is in use.
31571         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
31572         (sh-escaped-newline): New face.
31573         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
31574         newline, and use sh-escaped-newline face.
31576         * progmodes/tcl.el (tcl-escaped-newline): New face.
31577         (tcl-builtin-list): New variable.
31578         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
31579         newlines.  Fix keywords subexpression number.
31581 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
31583         * textmodes/org.el (org-diary-default-entry): Fix call to
31584         `add-to-diary-entry'.
31586 2005-04-05  Kim F. Storm  <storm@cua.dk>
31588         * ediff-init.el: Use (featurep 'xemacs).
31590 2005-04-05  David Ponce  <david@dponce.com>
31592         * cus-edit.el (face): Derive from symbol widget.  Display sample
31593         of the current face on the fly.
31594         (widget-face-sample-face-get, widget-face-notify): New functions.
31595         (widget-face-value-create): Remove.
31597         * wid-edit.el (widget-field-end): Temporarily remove field
31598         narrowing before to call `get-char-property'.
31600 2005-04-04  Jay Belanger  <belanger@truman.edu>
31602         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
31603         (math-read-subscripts): New variable.
31604         (math-read-preprocess-string): Process subscripts.
31606 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
31608         * comint.el (comint-prompt-read-only): Doc fix.
31610         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
31611         `-1'.  Doc fix.
31613 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
31615         * textmodes/org.el (org-insert-mode-line-in-empty-file):
31616         Change default value to nil.
31618 2005-04-04  Lute Kamstra  <lute@gnu.org>
31620         * autorevert.el (auto-revert-mode): Specify :group.
31621         * battery.el (display-battery-mode): Specify :group.
31622         * diff-mode.el (diff-minor-mode): Specify :group.
31623         * font-core.el (font-lock-mode): Specify :group.
31624         * hl-line.el (hl-line-mode): Specify :group.
31625         * iimage.el (iimage): New customization group.
31626         (iimage-mode): Specify :group.
31627         * longlines.el (longlines-mode): Specify :group.
31628         * master.el: Don't require easy-mmode.
31629         (master): New customization group.
31630         (master-mode): Specify :group.
31631         * msb.el (msb-mode): Specify :group.
31632         * reveal.el (reveal-mode): Specify :group.
31633         * simple.el (next-error-follow-minor-mode): Specify :group.
31634         * smerge-mode.el (smerge-mode): Specify :group.
31635         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
31636         * emulation/cua-base.el (cua-mode): Specify :group.
31637         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
31638         * language/thai-util.el (thai-auto-composition-mode)
31639         (thai-word-mode): Specify :group.
31640         * mail/supercite.el (sc-minor-mode): Specify :group.
31641         * progmodes/cwarn.el (cwarn-mode): Specify :group.
31642         * progmodes/flymake.el (flymake-mode): Specify :group.
31643         * progmodes/glasses.el (glasses-mode): Specify :group.
31644         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
31645         * textmodes/enriched.el (enriched-mode): Specify :group.
31646         * textmodes/refill.el (refill-mode): Specify :group.
31648         * add-log.el (change-log-font-lock-keywords): Names in
31649         parenthesized lists can contain spaces.
31651 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
31653         * startup.el (fancy-splash-text): Shorten default text of
31654         "Emacs Tutorial" line.  Also, if the current language env
31655         indicates an available tutorial file other than TUTORIAL,
31656         extract its title and append it to the line in parentheses.
31657         (fancy-splash-insert): If arg is a thunk, funcall it.
31659 2005-04-04  Jay Belanger  <belanger@truman.edu>
31661         * calc.el (calc-language-alist): Add tags to customization type.
31663 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
31665         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
31666         Doc fix.
31668 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
31670         * add-log.el (change-log-font-lock-keywords): The manual
31671         describing a Change Log entry, says: (...) "Aside from these
31672         header lines, every line in the change log starts with a space or
31673         a tab.".  The font-lock was not highlighting lines started with
31674         spaces, added support for it.
31676 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31678         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
31679         (bibtex-generate-url-list): Update docstring accordingly.  Put the
31680         complex example in the docstring.
31681         (bibtex-font-lock-url): Use pop.
31683 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31685         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
31687         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
31689 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
31691         * filesets.el (filesets-set-default): Doc fix.
31693 2005-04-03  Lute Kamstra  <lute@gnu.org>
31695         * generic.el (define-generic-mode): Add argument to specify
31696         keywords for defcustom.
31697         (default-generic-mode): Specify :group.
31699         * generic-x.el: Specify :group for all generic modes.
31701         * desktop.el (desktop-no-desktop-file-hook)
31702         (desktop-after-read-hook): Doc fix.
31704 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
31706         * simple.el (visible-mode): Use explicit :group keyword.
31707         This changes the group of `visible-mode-hook' from paren-blinking
31708         to editing-basics.
31710 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
31712         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
31713         mailbox specifications as well as URLs.
31714         (rmail-insert-inbox-text): Remove unused conditional branches.
31716 2005-04-01  Jay Belanger  <belanger@truman.edu>
31718         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
31719         (calc-gnuplot-print-command): Move definitions to calc.el.
31721         * calc/calc-embed.el (calc-embedded-announce-formula)
31722         (calc-embedded-open-formula, calc-embedded-close-formula)
31723         (calc-embedded-open-word, calc-embedded-close-word)
31724         (calc-embedded-open-plain, calc-embedded-close-plain)
31725         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
31726         (calc-embedded-open-mode, calc-embedded-close-mode):
31727         Move definitions to calc.el.
31729         * calc/calc.el (calc-settings-file, calc-language-alist):
31730         Make customizable.
31731         (calc-embedded-announce-formula, calc-embedded-open-formula)
31732         (calc-embedded-close-formula, calc-embedded-open-word)
31733         (calc-embedded-close-word, calc-embedded-open-plain)
31734         (calc-embedded-close-plain, calc-embedded-open-new-formula)
31735         (calc-embedded-close-new-formula, calc-embedded-open-mode)
31736         (calc-embedded-close-mode, calc-gnuplot-name)
31737         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
31738         from other files and make customizable.
31740 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31742         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
31743         Use buffer-live-p.
31744         (cvs-mode-run): Don't call cvs-update-header here.
31745         (cvs-run-process): Call cvs-update-header.
31746         Use process properties for cvs-postprocess and cvs-buffer so that
31747         the sentinel can behave better if the temp buffer is killed.
31748         Use a pipe rather than a tty, to better handle unexpected prompts.
31749         (cvs-sentinel): Rewrite.  Call cvs-update-header.
31751 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
31753         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
31754         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
31756 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
31758         * generic.el (define-generic-mode): Add indentation rule.
31760 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
31762         * files.el (mode-require-final-newline): Make Custom correctly
31763         report a nil value and allow to set it to nil via Custom.
31764         Doc fix.
31766 2005-04-01  Kenichi Handa  <handa@m17n.org>
31768         * international/characters.el: Enable the correct case setting for
31769         dotless-i and dotted-I.
31771 2005-04-01  Kim F. Storm  <storm@cua.dk>
31773         * ido.el (ido-file-internal): Fall back to non-ido command if
31774         initial directory is on slow ftp (or tramp) host.
31776 2005-03-31  Richard M. Stallman  <rms@gnu.org>
31778         * emacs-lisp/autoload.el (make-autoload):
31779         Handle define-global-minor-mode.
31781         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31782         Rename from easy-mmode-define-global-mode.
31783         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
31785         * progmodes/scheme.el (scheme-mode-syntax-table):
31786         Update syntax of | and # for two-character comment syntax.
31788 2005-03-31  Lute Kamstra  <lute@gnu.org>
31790         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
31791         (define-minor-mode): Call custom-current-group at load-time.
31793         * generic.el (define-generic-mode): Add debug declaration.
31794         Add defcustom for the mode hook.
31795         (generic-mode-internal): Use run-mode-hooks.
31797 2005-03-31  Kim F. Storm  <storm@cua.dk>
31799         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
31800         (mouse-fixup-help-message): New defun called by show_help_echo
31801         to fixup mouse-2 prefix in help messages when applicable.
31803         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
31805 2005-03-31  Kenichi Handa  <handa@m17n.org>
31807         * language/thai-word.el (thai-find-word-ends): Pay attention to
31808         the case that we reach the end of buffer.
31810         * textmodes/fill.el (fill-text-properties-at): New function.
31811         (fill-newline): Use fill-text-properties-at instead of
31812         text-properties-at.
31814 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
31816         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
31817         not comint-quote-filename.
31819 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
31821         * help-fns.el (help-with-tutorial): Revert last change.
31823 2005-03-31  Kim F. Storm  <storm@cua.dk>
31825         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
31827 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
31829         * calendar/cal-china.el: Update reference to "Calendrical
31830         Calculations" book; there's a new edition.
31831         * calendar/cal-coptic.el: Likewise.
31832         * calendar/cal-french.el: Likewise.
31833         * calendar/cal-hebrew.el: Likewise.
31834         * calendar/cal-islam.el: Likewise.
31835         * calendar/cal-iso.el: Likewise.
31836         * calendar/cal-julian.el: Likewise.
31837         * calendar/cal-mayan.el: Likewise.
31838         * calendar/cal-persia.el: Likewise.
31839         * calendar/calendar.el: Likewise.
31840         * calendar/holidays.el: Likewise.
31841         * calendar/lunar.el: Likewise.
31842         * calendar/solar.el: Likewise.
31844         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
31845         white space from doc string.
31847 2005-03-30  Jay Belanger  <belanger@truman.edu>
31849         * calc/calc-help.el (calc-full-help): Remove email address.
31851 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
31853         * help-fns.el (help-with-tutorial): Delete title line.
31855 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
31857         * calendar/cal-x.el (calendar-one-frame-setup)
31858         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
31859         rather than `symbol' for set-window-dedicated-p.
31861         * calendar/appt.el (appt-buffer-name): Make it a constant.
31862         (appt-add): Doc fix.
31864         * filesets.el (filesets-menu-path, filesets-menu-before)
31865         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
31866         (filesets-menu-cache-file): Use directory ~/.emacs.d.
31867         (filesets-add-submenu): Delete and use add-submenu instead.
31869 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
31871         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
31872         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
31873         (org-diary-default-entry): New function.
31874         (org-get-entries-from-diary): Better parsing of diary entries.
31875         (org-agenda-check-no-diary): New function.
31876         ("diary-lib"): Advice to function `add-to-diary-list', to allow
31877         linking to diary entries.
31878         (org-agenda-execute-calendar-command): New function.
31879         (org-agenda): Improve visible section in window.
31880         Use `org-fit-agenda-window'.
31881         (org-fit-agenda-window): New option.
31882         (org-move-subtree-down): Better handling of empty lines
31883         at end of subtree.
31884         (org-cycle): Numeric prefix is interpreted now as show-subtree N
31885         levels up.
31886         (org-fontify-done-headline): New option.
31887         (org-headline-done-face): New face.
31888         (org-set-font-lock-defaults): Use `org-headline-done-face'.
31889         (org-table-copy-down): Rename from `org-table-copy-from-above'.
31890         When current field is non-empty, it is copied to next row.
31891         (org-table-copy-from-above): Fix bug which made it
31892         impossible to copy fields containing only a single non-white character.
31894 2005-03-30  Kim F. Storm  <storm@cua.dk>
31896         * kmacro.el (kmacro-end-macro): Isearch may store this command
31897         into the macro -- so ignore it when executing keyboard macro.
31899 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
31901         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
31903 2005-03-29  Kenichi Handa  <handa@m17n.org>
31905         * language/thai.el ("Thai"): Set setup-function and exit-function
31906         for Thai language environment.
31908         * language/thai-util.el: Require thai-word.
31909         (thai-word-mode-map): New variable.
31910         (thai-word-mode): New minor mode.
31911         (setup-thai-language-environment-internal): New function.
31912         (exit-thai-language-environment-internal): New function.
31914         * language/thai-word.el (thai-word-table): Declare it by defvar,
31915         use dolist to initialize it.
31916         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
31917         (thai-fill-find-break-point): New functions.
31919 2005-03-29  Richard M. Stallman  <rms@gnu.org>
31921         * simple.el (idle-update-delay): Move definition up.
31922         (set-mark): Doc fix.
31924 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
31926         * longlines.el: New file.
31928         * simple.el (buffer-substring-filters): New variable.
31929         (filter-buffer-substring): New function.
31930         (kill-region, copy-region-as-kill): Use it.
31932         * register.el (copy-to-register, append-to-register)
31933         (prepend-to-register): Use filter-buffer-substring.
31935 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
31937         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
31938         (gud-filter-pending-text): Move in front of gdb.
31939         (gud-overlay-arrow-position): New variable.
31940         (gud-sentinel, gud-display-line): Use it in place of
31941         overlay-arrow-position.
31943 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
31945         * progmodes/fortran.el (fortran-if-indent): Doc fix.
31946         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
31947         (fortran-font-lock-keywords-4): New variable.
31948         (fortran-blocks-re, fortran-end-block-re)
31949         (fortran-start-block-re): New constants, for hideshow.
31950         (hs-special-modes-alist): Add a Fortran entry.
31951         (fortran-mode-map): Bind fortran-end-of-block,
31952         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
31953         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
31954         (fortran-looking-at-if-then, fortran-end-of-block)
31955         (fortran-beginning-of-block): New functions, for hideshow.
31957         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
31958         Doc fix.  Tweak regexp.
31959         (f90-beginning-of-block): Push mark first.
31961 2005-03-29  Jay Belanger  <belanger@truman.edu>
31963         * calc/calc.el: Update copyright date.
31964         (calc-version): Increase to 2.1.
31965         (calc-version-date): Remove.
31967         * calc/calc-help.el: Update copyright date.
31968         (calc-full-help): Remove reference to calc-version-date.
31969         Update copyright date.
31971 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31973         * vc.el (vc-do-command): Use a pipe for async processes, so password
31974         prompts don't show up at places where the user can't reply.
31976 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
31978         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
31979         on the file name we pass to the inferior shell.
31981 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
31983         * progmodes/which-func.el (which-function): Be robust in the face of an
31984         imenu--make-index-alist failure.
31986 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31988         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
31990         * progmodes/python.el (python-preoutput-filter): Fix last change.
31992 2005-03-29  Lute Kamstra  <lute@gnu.org>
31994         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
31995         functions and compiled macros.
31996         (debug-convert-byte-code): Handle macros too.
31997         (debug-on-entry-1): Don't signal an error when trying to clear a
31998         function that is not set to debug on entry.
32000 2005-03-29  Jay Belanger  <belanger@truman.edu>
32002         * calc/calc-lang.el: Add functions to math-function-table
32003         properties of tex and math.
32005 2005-03-29  Kenichi Handa  <handa@m17n.org>
32007         * ps-mule.el (ps-mule-plot-string): Translate characters by
32008         ps-print-translation-table.
32009         (ps-mule-begin-job): Call find-charset-region/string with
32010         ps-print-translation-table.
32011         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32013         * ps-print.el (ps-print-translation-table): New variable.
32014         (ps-plot-region): Translate characters by ps-print-translation-table.
32016 2005-03-29  Juri Linkov  <juri@jurta.org>
32018         * simple.el (next-error-highlight-timer): New variable.
32020         * progmodes/compile.el (compilation-goto-locus):
32021         Use `next-error-highlight-timer' instead of `sit-for'.
32023 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32025         * mail/supercite.el (sc-mail-field): Use assoc-string.
32026         (sc-get-address): Simplify regexps.
32028         * files.el (minibuffer-with-setup-hook): New macro.
32029         (find-file-read-args): Use it to avoid let-binding
32030         minibuffer-with-setup-hook (which breaks turning on/off
32031         file-name-shadow-mode while in the prompt).
32033         * complete.el (PC-read-include-file-name-internal):
32034         Use test-completion.
32036 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
32038         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32040 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32042         * window.el (window-buffer-height): Use count-screen-lines.
32044         * progmodes/python.el (python-preoutput-leftover): New var.
32045         (python-preoutput-filter): Use it.
32046         (python-send-receive): Loop until all the result has been received.
32048 2005-03-28  Juri Linkov  <juri@jurta.org>
32050         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32052         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32053         "Recover Crashed Session".
32054         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32055         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32056         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32057         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32058         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32059         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32060         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32061         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32063         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32064         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32065         Ediff Sessions", "Toggle use of separate control buffer frame",
32066         "Use separate frame for Ediff control buffer".
32068         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32069         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32070         "Rename Bookmark", "Delete Bookmark".
32072         * info.el (Info-mode-menu): Remove ellipsis from "Index".
32073         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32074         Add `:active Info-index-alternatives' to "Next Matching Item".
32076         * wdired.el (wdired-change-to-wdired-mode):
32077         Mention `wdired-abort-changes' key in the initial message.
32079         * international/mule.el (auto-coding-alist): Associate non-ascii
32080         image filename extensions with `no-conversion'.
32082 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32084         * international/iso-acc.el:
32085         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32087 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
32089         * textmodes/sgml-mode.el (html-mode): Doc update.
32091         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32093 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
32095         * term.el (term-move-columns): Fix face after extending a line.
32096         (term-insert-spaces): Likewise.
32097         (term-reset-terminal): Fix off by one error.
32099 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
32101         * international/mule.el (auto-coding-alist): Add .xpi files.
32103         * files.el (auto-mode-alist): Add .xpi files.
32105 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
32107         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32109 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
32111         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32113 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
32115         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32116         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
32118         * calendar/cal-move.el (calendar-beginning-of-year): Move the
32119         cursor to Jan 1 when needed.
32120         (calendar-end-of-year): Fix -/+ typo.
32121         Reported by Chong Yidong <cyd@stupidchicken.com>.
32123 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
32125         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32127         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32128         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
32130 2005-03-25  Richard M. Stallman  <rms@gnu.org>
32132         * filesets.el (filesets-init): Add autoload.
32134         * mail/mailalias.el (mail-directory): Doc fix.
32136 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32138         * mail/mailalias.el (mail-directory-process): Do nothing if
32139         mail-directory-process is an atom.
32140         (mail-get-names): Ignore mail-directory-names if it is an atom.
32141         (mail-directory-process defvar): Doc fix.
32142         (mail-names): Doc fix.
32144 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
32146         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32148 2005-03-26  Kenichi Handa  <handa@m17n.org>
32150         * international/mule-util.el (detect-coding-with-priority):
32151         Call update-coding-systems-internal before detect-coding-region.
32153 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
32155         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32156         (gdb-frames-mode-map): Add follow-link property.
32158 2005-03-25  Jay Belanger  <belanger@truman.edu>
32160         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32161         for variables.
32163 2005-03-25  Juri Linkov  <juri@jurta.org>
32165         * image-mode.el: Optimize image filename extension regexps in
32166         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
32167         in `auto-mode-alist'.
32168         (image-mode): Add `image-toggle-display-text' to local hook
32169         `change-major-mode-hook'.  Display the image as an image by
32170         default.  Set `cursor-type' and `truncate-lines' if the image
32171         is already displayed.  Take into account the current mode (image
32172         or text) in message.
32173         (image-minor-mode): New minor mode.
32174         (image-mode-maybe, image-toggle-display-text): New functions.
32175         (image-toggle-display): Use called-interactively-p.
32176         Let-bind `inhibit-read-only' to t.
32178         * image-mode.el (image-minor-mode): Set `cursor-type' and
32179         `truncate-lines' if the image is already displayed.  Add turning
32180         image-minor-mode off to `change-major-mode-hook'.  Add message.
32181         Call `image-toggle-display-text' after turning image-minor-mode off.
32183 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
32185         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32186         Terminal.app, use utf-8.
32187         (set-display-table-and-terminal-coding-system): Add coding-system arg.
32188         (set-locale-environment): Use it.
32190         * term/xterm.el: Undo last change, better done in mule-cmds.el.
32192         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32194         * progmodes/python.el (python-close-block-statement-p)
32195         (python-outdent-p, python-current-defun): Use symbol-end.
32197 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
32199         * files.el (save-some-buffers): Doc fix.
32201 2005-03-25  Werner Lemberg  <wl@gnu.org>
32203         * complete.el, thumbs.el: Replace `legal' with `valid'.
32204         * calendar/calendar.el: Replace `legal' with `valid'.
32205         * emacs-lisp/advice.el: Replace `legal' with `valid'.
32206         * mail/supercite.el: Replace `legal' with `valid'.
32207         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32208         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32209         Replace `legal' with `valid'.
32210         * textmodes/reftex-vars.el, textmodes/reftex.el:
32211         Replace `legal' with `valid'.
32213 2005-03-25  Werner Lemberg  <wl@gnu.org>
32215         * calc/calc-forms.el, calc/calc-sel.el
32216         * midnight.el, vc-cvs.el
32217         * emacs-lisp/cl-macs.el
32218         * emulation/vip.el
32219         * eshell/esh-io.el, eshell/esh-var.el
32220         * mail/supercite.el
32221         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32222         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32223         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32224         * progmodes/sh-script.el, progmodes/xscheme.el
32225         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32226         * textmodes/reftex-index.el, textmodes/reftex-parse.el
32227         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32228         * textmodes/reftex.el, textmodes/org.el:
32229         Replace `illegal' with `invalid'.
32231 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32233         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32234         (flymake-find-buildfile, flymake-find-possible-master-files)
32235         (flymake-check-include, flymake-parse-line): Replace loops over the
32236         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32238         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32239         Substitute file-name-as-directory in the rest of the file.
32240         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32241         (flymake-replace-region): Remove unused arg `buffer'.
32242         (flymake-check-patch-master-file-buffer): Update calls to it.
32243         (flymake-add-err-info): Remove unused var `count'.
32244         (flymake-mode): Use define-minor-mode.
32246         * progmodes/flymake.el: Use with-current-buffer.
32247         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32248         flymake-replace-regexp-in-string, flymake-line-beginning-position)
32249         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32250         Avoid testing for `xemacs'.
32251         (flymake-nop): Move.
32252         (flymake-region-has-flymake-overlays): Return the computed value.
32253         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32254         Remove unused var `endline'.
32255         (flymake-get-line-count): Remove unused function.
32256         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32258         * emulation/vi.el:
32259         * generic.el:
32260         * hilit-chg.el (global-highlight-changes):
32261         * hi-lock.el (hi-lock-mode):
32262         * follow.el: find-file-hooks -> find-file-hook.
32264         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32266 2005-03-24  Juri Linkov  <juri@jurta.org>
32268         * dired.el (dired-mode-map): Add menu item "Compare directories"
32269         for dired-compare-directories.
32271         * dired-aux.el (dired-compare-directories): Add autoload cookie.
32272         Doc fix.  Replace `read-file-name' with `read-directory-name'.
32274 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32276         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32278 2005-03-24  Jay Belanger  <belanger@truman.edu>
32280         * calc/calc-embed.el (calc-embedded-mode-change): Save all
32281         relevant mode settings in calc-embedded-original-modes when modes
32282         are permanently changed.
32284 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32286         * autoinsert.el: find-file-hooks -> find-file-hook.
32288 2005-03-24  Lute Kamstra  <lute@gnu.org>
32290         * generic.el (generic-font-lock-defaults): Make it obsolete.
32291         (generic-font-lock-keywords): New variable to replace
32292         generic-font-lock-defaults.
32293         (generic-mode-set-font-lock): Delete it.
32294         (generic-mode-internal): Don't call generic-mode-set-font-lock.
32295         (generic-bracket-support): Add docstring.
32297         * generic-x.el: Rename generic-font-lock-defaults to
32298         generic-font-lock-keywords throughout.
32299         (mailagent-rules-setup-function): Delete it.
32300         (mailagent-rules-generic-mode): Use anonymous function instead.
32301         (show-tabs-generic-mode-font-lock-defaults-1)
32302         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32303         Quote faces.
32304         (show-tabs-tab-face, show-tabs-space-face): Specify background,
32305         not foreground.
32307         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32308         Recognize define-generic-mode.
32310 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32312         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32313         if there's no completion table.
32315 2005-03-23  Miles Bader  <miles@gnu.org>
32317         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32318         Remove tty-specific variants, as they're no longer needed.
32320 2005-03-23  Lute Kamstra  <lute@gnu.org>
32322         * generic-x.el: Code cleanup: make args constant whenever possible.
32323         (installshield-statement-keyword-list)
32324         (installshield-system-functions-list)
32325         (installshield-system-variables-list, installshield-types-list)
32326         (installshield-funarg-constants-list): Make them constants.
32328         * generic.el (generic-make-keywords-list): Add autoload cookie.
32330         * calendar/time-date.el: Add comment on time value formats.
32331         Don't require parse-time.
32332         (with-decoded-time-value): New macro.
32333         (encode-time-value): New function.
32334         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32335         (days-to-time): Return a valid time value when arg is huge.
32336         (time-since): Use time-subtract.
32337         (time-to-number-of-days): Use time-to-seconds.
32339 2005-03-23  David Ponce  <david@dponce.com>
32341         * recentf.el (recentf-keep): New option.
32342         (recentf-menu-action): Default to `find-file'.
32343         (recentf-keep-non-readable-files-flag)
32344         (recentf-keep-non-readable-files-p)
32345         (recentf-file-readable-p, recentf-find-file)
32346         (recentf-cleanup-remote): Remove.
32347         (recentf-include-p): More robust.
32348         (recentf-keep-p): New function.
32349         (recentf-remove-if-non-kept): Rename from
32350         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
32351         All callers updated.
32352         (recentf-menu-items-for-commands): Fix help string.
32353         (recentf-track-closed-file): Update.  Doc fix.
32354         (recentf-cleanup): Update.  Count removed files.  Doc fix.
32356 2005-03-23  Kim F. Storm  <storm@cua.dk>
32358         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32359         Don't inherit from fringe face (now happens automatically).
32361 2005-03-22  Kim F. Storm  <storm@cua.dk>
32363         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32364         position values.
32366 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
32368         * menu-bar.el (showhide-date-time): Remove.
32369         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32370         (menu-bar-make-mm-toggle): Simplify.
32372 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32374         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
32375         Accept qualified variable and function names.
32377 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
32379         * bindings.el (completion-ignored-extensions):
32380         Remove ".lis" for `vax-vms'.
32382 2005-03-22  Andreas Schwab  <schwab@suse.de>
32384         * generic-x.el: Revert last change.
32385         * ldefs-boot.el: Update.
32387 2005-03-22  Jay Belanger  <belanger@truman.edu>
32389         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32390         (calc-embedded-save-original-modes)
32391         (calc-embedded-restore-original-modes): New functions.
32392         (calc-do-embedded): Save original modes when entering embedded mode
32393         and restore when leaving embedded mode.
32394         (calc-embedded-modes-change): Change the value of
32395         calc-embedded-original-modes to reflect permanent changes.
32397 2005-03-22  Lute Kamstra  <lute@gnu.org>
32399         * generic-x.el: Require generic again.
32401 2005-03-22  Miles Bader  <miles@gnu.org>
32403         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32404         Tweak details to look good on both ttys and bitmap displays, light
32405         or dark background, etc.
32407 2005-03-21  Kim F. Storm  <storm@cua.dk>
32409         * tooltip.el (tooltip-show-help-function): Check car and cdr of
32410         mouse position.
32412 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
32414         * icomplete.el: Don't forcibly turn on the mode upon load.
32415         (icomplete-mode): Use define-minor-mode.
32416         (icomplete-eoinput): Default to nil.
32417         (icomplete-minibuffer-setup): Remove autoload.
32418         (icomplete-tidy): Simplify.
32419         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32420         in the initial state or if the user has modified the field.
32421         Fix handling of icomplete-max-delay-chars.
32422         Remove code that handles the oddball case where
32423         minibuffer-completion-table is an integer.
32424         Wrap icomplete-completions in while-no-input in case building
32425         completions takes more time than expected.
32426         (icomplete-completions): Simplify.
32428 2005-03-21  Richard M. Stallman  <rms@gnu.org>
32430         * jka-compr.el (jka-compr-really-do-compress):
32431         Make variable buffer-local.
32433         * image-mode.el: Handle .xpm files too.
32434         (image-toggle-display): Preserve modification flag.
32436         * help.el (where-is): Don't mention aliases with no key bindings.
32438 2005-03-21  Lute Kamstra  <lute@gnu.org>
32440         * generic.el: Fix commentary section.  Don't require cl for
32441         compilation.
32442         (generic-mode-list): Add autoload cookie.
32443         (generic-use-find-file-hook, generic-lines-to-scan)
32444         (generic-find-file-regexp, generic-ignore-files-regexp)
32445         (generic-mode, generic-mode-find-file-hook)
32446         (generic-mode-ini-file-find-file-hook): Fix docstrings.
32447         (define-generic-mode): Make it a defmacro.  Fix docstring.
32448         (generic-mode-internal): Code cleanup.  Add autoload cookie.
32449         (generic-mode-set-comments): Code cleanup.
32450         * generic-x.el: Don't prevent compilation.  Don't require generic.
32451         Follow coding conventions.  Minor code cleanup.
32452         (etc-fstab-generic-mode): Add some keywords.
32453         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
32454         define-generic-mode like a function declaration.
32456 2005-03-21  Jay Belanger  <belanger@truman.edu>
32458         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
32459         changing modes.
32461 2005-03-21  Sam Steingold  <sds@gnu.org>
32463         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
32465 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
32467         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
32468         Add underscore to "f$ lexicals" regexp.
32470 2005-03-20  Juri Linkov  <juri@jurta.org>
32472         * subr.el (progress-reporter-do-update): When `min-value' is equal
32473         to `max-value', set `percentage' to 0 and prevent division by zero.
32475 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
32477         Sync with Tramp 2.0.48.
32479         * net/tramp.el (all): Change all addresses to .gnu.org.
32480         (tramp-append-tramp-buffers): New defun.
32481         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
32482         Catch `dont-send' signal.
32483         (tramp-set-auto-save-file-modes): Set always permissions, because
32484         there might be an old auto-saved file belonging to another
32485         original file.  This could be a security threat.  Reported by
32486         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
32487         Check for Emacs 21.3.50 removed.
32489         * net/tramp-smb.el (all): Remove debug construct for
32490         `with-parsed-tramp-file-name'.
32491         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
32492         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
32493         No error message if DIRECTORY or FILENAME doesn't exist.
32494         (tramp-smb-open-connection): Check existence of
32495         `tramp-smb-program'.
32497 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32499         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
32500         Properly handle the case where the `m' or `s' command's argument is not
32501         yet terminated.
32502         (perl-indent-new-calculate): New function.
32503         (perl-indent-line): Use it.
32505 2005-03-20  Miles Bader  <miles@gnu.org>
32507         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
32508         in text-mode too.  Change to new face names.
32509         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
32510         Add `:weight bold' attribute.
32511         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
32513 2005-03-19  Juri Linkov  <juri@jurta.org>
32515         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
32517         * international/mule.el (auto-coding-alist): Sync with
32518         `auto-mode-alist' by adding upper case archive file extensions
32519         and adding ear/war to jar extension.
32521 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
32523         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
32524         running, restart it.
32526 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
32528         * finder.el (finder-current-item): Throw an error on an empty line.
32530         * man.el (Man-follow-manual-reference): If current-word returns
32531         nil, use "".
32533 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
32535         * simple.el (goto-line): Doc fix.
32537 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
32539         * files.el (save-buffer): Doc fix.
32541 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
32543         * recentf.el (recentf-cleanup-remote): New variable.
32544         (recentf-cleanup): Use it to conditionally check availability of
32545         remote files.
32547 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
32549         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
32550         function names.
32552 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
32554         * language/thai-word.el: New file.
32556 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32558         * files.el (backup-buffer): If the file's directory is not
32559         writable, use copy instead of move to backup the file.
32561 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
32563         * obsolete/keyswap.el: Moved to obsolete/ from term/.
32565 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
32567         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
32568         Use functionp instead of symbolp and fboundp.  Reported by Drkm
32569         <darkman_spam@yahoo.fr>.
32570         (ps-print-version): New version 6.6.6.
32572 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
32574         * textmodes/table.el (table--line-column-position): New idiom.
32575         (table--row-column-insertion-point-p): New function to test
32576         validity of row and column insertion operation at a location.
32577         (table-global-menu, table-cell-menu): Use above functions for
32578         deterministic test operation.
32579         (table--editable-cell-p): Behave in deterministic fashion.
32581 2005-03-18  Juri Linkov  <juri@jurta.org>
32583         * isearch.el (isearch-lazy-highlight-new-loop):
32584         Make arguments beg and end optional.
32585         (isearch-update): Remove optional arguments nil from
32586         isearch-lazy-highlight-new-loop.
32587         (isearch-lazy-highlight-search): Let-bind case-fold-search to
32588         isearch-lazy-highlight-case-fold-search instead of
32589         isearch-case-fold-search, and let-bind isearch-regexp to
32590         isearch-lazy-highlight-regexp.
32591         Use isearch-lazy-highlight-last-string instead of isearch-string.
32593         * replace.el (perform-replace): Remove bindings of global
32594         variables isearch-string, isearch-regexp, isearch-case-fold-search.
32595         Add three new arguments to `replace-highlight'.
32596         (replace-highlight): Add arguments string, regexp, case-fold.
32597         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
32598         to allow isearch-lazy-highlight-new-loop to use these values
32599         to set corresponding isearch-lazy-highlight-* internal
32600         variables whose values lazy highlighting will use regardless of
32601         changes to global variables isearch-string, isearch-regexp,
32602         isearch-case-fold-search during lazy highlighting loop.
32603         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
32604         to `lazy-highlight-cleanup'.
32606         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
32607         (ispell-highlight-face): Set default face to `isearch' when
32608         lazy highlighting is enabled.
32609         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
32610         priority to 1.  Add lazy highlighting.
32611         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
32612         from `isearch-dehighlight'.
32614 2005-03-18  David Ponce  <david@dponce.com>
32616         * files.el (hack-local-variables): Do a case-insensitive search
32617         for End.
32619 2005-03-18  Juri Linkov  <juri@jurta.org>
32621         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
32622         `isearch-lazy-highlight-cleanup', add alias to old name and
32623         declare obsolete.  Add release numbers to other obsolete vars.
32624         (isearch-done, isearch-lazy-highlight-new-loop):
32625         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
32626         (lazy-highlight-cleanup) <variable>: Doc fix.
32627         (isearch-lazy-highlight-update): Rename obsolete
32628         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
32630 2005-03-18  Kenichi Handa  <handa@m17n.org>
32632         * language/thai-util.el: Fix categorization of Thai characters in
32633         thai-category-table.
32634         (thai-composition-pattern): Adjust it for the above change.
32635         (thai-self-insert-command, thai-compose-syllable): New functions.
32636         (thai-compose-region): Use thai-compose-syllable.
32637         (thai-compose-string): Likewise.
32638         (thai-composition-function): Likewise.
32639         (thai-auto-composition): New function.
32640         (thai-auto-composition-mode): New minor mode.
32642         * language/thai.el: Fix patterns to be registered in
32643         composition-function-table.
32645         * international/quail.el (quail-input-method): Locally bind
32646         inhibit-modification-hooks to t.
32648 2005-03-17  Richard M. Stallman  <rms@gnu.org>
32650         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
32651         (perl-mode): Use run-mode-hooks.
32653         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
32654         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
32655         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
32657         * mail/sendmail.el (sendmail-send-it): Reenable the code
32658         to compute resend-to-address and use it.
32660         * tar-mode.el (tar-mode): Turn off undo unconditionally.
32662         * image-mode.el: New file.
32664         * image.el (insert-sliced-image): Add autoload cookie.
32666         * font-lock.el (font-lock-lines-before): New user option.
32667         (font-lock-after-change-function): Obey it.
32669         * bindings.el (esc-map): Make M-g a prefix.
32670         Bind M-g g and M-g M-g to goto-line.
32672         * faces.el (face-id): Doc fix.
32674 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32676         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
32677         (rmail-show-message): Use rmail-unknown-mail-followup-to.
32678         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
32680         * mail/sendmail.el (mail-yank-ignored-headers)
32681         (mail-font-lock-keywords, mail-mode-fill-paragraph):
32682         Add Mail-Followup-To and Mail-Reply-To headers.
32683         (mail-citation-hook): Add autoload cookie.
32684         (mail-mode): Doc fix.
32685         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
32686         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
32687         (mail-mode-fill-paragraph): Handle those headers.
32688         (mail-mailing-lists): New variable.
32689         (mail-mail-reply-to, mail-mail-followup-to): New functions.
32691 2005-03-17  Juri Linkov  <juri@jurta.org>
32693         * isearch.el (isearch-fallback): Check for `(car previous)'
32694         before calling `isearch-other-end-state'.
32696 2005-03-17  Kim F. Storm  <storm@cua.dk>
32698         * simple.el (move-beginning-of-line): Move to beginning of buffer
32699         line, as well as beginning of screen line.
32701 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
32703         * calendar/diary-lib.el (mark-diary-entries): Use new optional
32704         argument REDRAW rather than calendar-redrawing variable.
32705         * calendar/calendar.el (calendar-redrawing): Delete.
32706         (redraw-calendar): Do not bind calendar-redrawing.
32708 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
32710         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
32711         diary-file buffer.
32713 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
32715         * help.el (describe-mode): Allow a :minor-mode-function property to
32716         specify a different minor mode toggle function than the variable.
32717         * simple.el (auto-fill-function):
32718         * subr.el (add-minor-mode): Use it.
32720 2005-03-16  Kenichi Handa  <handa@m17n.org>
32722         * language/ethio-util.el (sera-being-called-by-w3): New variable.
32723         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
32724         (ethio-fidel-to-sera-buffer): Likewise.
32726 2005-03-16  Juri Linkov  <juri@jurta.org>
32728         * emacs-lisp/find-func.el (find-function-regexp):
32729         Add defun-emitting macro `menu-bar-make-toggle'.
32731         * isearch.el: Put `isearch-scroll' property to
32732         `split-window-horizontally'.
32734         * info.el: Update error messages for `debug-ignored-errors'.
32735         (Info-isearch-search): Doc fix.
32736         (Info-find-node): Move up code to go into info buffer before
32737         recording the node to the history.
32738         (Info-fontify-node): Fontify titles only if the next line
32739         has two or more `*', `=', `-', `.'.
32740         Display "go to this node" for empty (match-string 3).
32742 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32744         * term/mac-win.el: Add mouse pointer shape constants.
32746 2005-03-15  Kim F. Storm  <storm@cua.dk>
32748         * simple.el (move-beginning-of-line): Use vertical-motion.
32750 2005-03-15  Juri Linkov  <juri@jurta.org>
32752         * isearch.el (isearch-error): New variable.
32753         (isearch-invalid-regexp, isearch-within-brackets): Remove.
32754         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
32755         (isearch-within-brackets-state): Remove.
32756         (isearch-case-fold-search-state, isearch-pop-fun-state):
32757         Decrease frame index.
32758         (isearch-mode, isearch-top-state, isearch-push-state)
32759         (isearch-edit-string, isearch-abort, isearch-search-and-update)
32760         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
32761         (isearch-search, isearch-lazy-highlight-new-loop):
32762         Replace `isearch-invalid-regexp' with `isearch-error'.
32763         Remove `isearch-within-brackets'.
32764         (isearch-search): Add `search-failed' handler to `condition-case'.
32765         (isearch-lazy-highlight-search): Add `condition-case' to catch
32766         errors and allow `isearch-lazy-highlight-update' to try
32767         highlighting from the beginning of the window.
32768         (isearch-repeat): Move up code to set isearch-wrapped to t
32769         before calling isearch-wrap-function.
32771         * info.el (Info-isearch-initial-node): New internal variable.
32772         (Info-search): Signal an error in isearch mode when search leaves
32773         the initial node.  Signal an error when `bound' is non-nil and
32774         nothing was found in the current subfile.
32775         (Info-isearch-search): Remove `condition-case'.
32776         (Info-isearch-wrap): Don't wrap when search failed during leaving
32777         the initial node.  If `Info-isearch-search' is nil, wrap around
32778         the current node.
32779         (Info-isearch-start): New fun.
32780         (Info-mode): Add buffer-local hook `Info-isearch-start' to
32781         `isearch-mode-hook'.
32783 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32785         * simple.el (normal-erase-is-backspace): Set default to t if
32786         running on Mac.
32788         * term/mac-win.el (function-key-map): Sync with x-win.el.
32790 2005-03-15  Kenichi Handa  <handa@m17n.org>
32792         * international/mule-cmds.el (locale-language-names): Modify the
32793         format of elements and add more entries.
32794         (locale-preferred-coding-systems): Add more entries.
32795         (set-locale-environment): Adjust for the change of
32796         locale-language-names.
32798 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
32800         * pcvs.el (smerge-ediff): Remove bogus autoload.
32802 2005-03-14  Lute Kamstra  <lute@gnu.org>
32804         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
32805         Ignore a `*' at the beginning of a line.
32807         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
32808         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
32809         subr.el.
32810         (dont-compile, eval-when-compile, eval-and-compile): Use declare
32811         to specify indentation.
32813         * generic.el (define-generic-mode): Let generic-mode-list be a
32814         list of strings; test membership with equal.
32816 2005-03-14  Kim F. Storm  <storm@cua.dk>
32818         * simple.el (next-line, previous-line): Add optional try-vscroll
32819         arg to recognize interactive use.  Pass it on to line-move.
32820         (line-move): Don't perform auto-window-vscroll when defining or
32821         executing keyboard macro to ensure consistent behavior.
32823 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
32825         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
32827 2005-03-13  Lute Kamstra  <lute@gnu.org>
32829         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
32830         debugger-setup-buffer so that backtrace marks the frames set to
32831         debug-on-exit and we don't have to do it manually.  Set an extra
32832         debug-on-exit for macro's.
32833         (debugger-setup-buffer): Don't mark the top frame manually.
32835 2005-03-12  Lute Kamstra  <lute@gnu.org>
32837         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
32838         lisp-indent-function throughout.
32839         (with-no-warnings): Set lisp-indent-function property.
32841 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
32843         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
32844         Add entry for backslash.
32846 2005-03-12  Juri Linkov  <juri@jurta.org>
32848         * info.el (Info-search): Four fixes for backward search.
32850 2005-03-11  Jay Belanger  <belanger@truman.edu>
32852         * calc/calc.el (calc-language-alist): New variable.
32853         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
32854         (calc-embedded-find-modes): Use calc-language-alist instead of
32855         calc-embedded-language-alist.
32857 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
32859         * calendar/calendar.el (calendar-redrawing): New internal
32860         variable.
32861         (redraw-calendar): Remove bogus save-excursion from previous
32862         change.  Bind calendar-redrawing to t for mark-diary-entries.
32863         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
32864         calendar if that is why we were called.
32866 2005-03-11  Kenichi Handa  <handa@m17n.org>
32868         * international/mule.el (make-coding-system): Set property
32869         coding-system-define-form to nil.
32870         (define-coding-system-alias): Likewise.
32872 2005-03-11  Kenichi Handa  <handa@m17n.org>
32874         These changes are suggested by Dave Love <fx@gnu.org>.
32876         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
32877         coding: tag.
32878         (adaptive-fill-regexp): Add more bullets.
32879         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
32880         regexps.
32882 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32884         * help.el (describe-mode): Properly handle non-trivial lighters.
32885         Don't ignore minor modes that are not listed in minor-mode-list.
32887         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
32888         feature ON when the user requests to turn it OFF.
32890 2005-03-10  Lute Kamstra  <lute@gnu.org>
32892         * emacs-lisp/debug.el (debug-entry-code): Delete it.
32893         (implement-debug-on-entry): New function to replace debug-entry-code.
32894         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
32895         second argument as the 2005-03-07 change makes it obsolete.
32896         (debug-on-entry, cancel-debug-on-entry): Update call to
32897         debug-on-entry-1.
32898         (debug, debugger-setup-buffer): Comment update.
32899         (debugger-frame-number): Update to work with implement-debug-on-entry.
32901 2005-03-10  Jay Belanger  <belanger@truman.edu>
32903         * calc/calc-embed.el (math-ms-args): Declare it.
32904         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
32905         math-ms-args.
32906         (calc-embedded-subst): Use math-multi-subst-rec to substitute
32907         variables.
32909 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
32911         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
32912         Use message-box.
32914         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
32915         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
32916         (tooltip-gud-tips): Simplify.
32917         (tooltip-gud-tips-p): Remove superfluous :set.
32918         (tooltip-gud-modes): Add fortran-mode.
32919         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
32921         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
32923 2005-03-09  Kim F. Storm  <storm@cua.dk>
32925         * play/animate.el (animate-place-char): Use forward-line instead
32926         of next-line to improve performance.
32928 2005-03-09  Simon Josefsson  <jas@extundo.com>
32930         * net/browse-url.el (browse-url-default-browser): Doc fix.
32932 2005-03-09  Miles Bader  <miles@gnu.org>
32934         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
32935         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
32937 2005-03-09  Kenichi Handa  <handa@m17n.org>
32939         * international/latin-1.el: Set case and syntax for 255 only if
32940         set-case-syntax-set-multibyte is nil.
32942         * textmodes/ispell.el (ispell-insert-word): New function.
32943         (ispell-word): Use ispell-insert-word to insert a new word.
32944         (ispell-process-line): Likewise.
32945         (ispell-complete-word): Likewise.
32947 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
32949         * calendar/calendar.el (redraw-calendar): Preserve point.
32950         Reported by Matt Hodges <MPHodges@member.fsf.org>.
32951         (calendar-week-start-day): Move after definition of
32952         redraw-calendar.  Delete buffer test, since redraw-calendar has
32953         that now.
32955         * calendar/diary-lib.el (mark-diary-entries): Only call
32956         redraw-calendar in the first of any recursive calls.
32957         Reported by Alan Shutko <ats@acm.org>.
32959 2005-03-08  Juri Linkov  <juri@jurta.org>
32961         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
32962         (html-horizontal-rule, html-line, html-image, html-checkboxes)
32963         (html-radio-buttons): Add a space before the trailing `/>' where
32964         sgml-xml-mode is non-nil.
32965         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
32966         the subsequent tag of the empty XML tag.
32967         (html-href-anchor): Don't set initial input to "http:".
32968         (html-image): Ask for the image URL and set point inside alt="".
32969         (html-name-anchor): Duplicate the name in the `id' attribute when
32970         sgml-xml-mode is non-nil.
32971         (html-paragraph): Remove \n before <p>.
32972         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
32973         instead of `checked' when sgml-xml-mode is non-nil.
32975         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
32976         Remove 1 space before #RRGGBB to not truncate it on terminal
32977         windows w/o fringes.  Remove 1 space between bg and fg examples
32978         to get more space.
32979         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
32980         avoid byte-compile warnings.
32982         * image-file.el (image-file-handler): Put `safe-magic' property to
32983         `image-file-handler'.
32985         * info.el (Info-isearch-search): Emulate word search in
32986         isearching through multiple Info nodes with Info-search.
32987         (Info-isearch-wrap): Allow isearch-word.
32989 2005-03-08  Lute Kamstra  <lute@gnu.org>
32991         * emacs-lisp/debug.el (debugger-step-through): Make sure that
32992         stepping into the debugger's code is not possible.
32993         (debugger-jumping-flag): Docstring update.
32995 2005-03-08  Jay Belanger  <belanger@truman.edu>
32997         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
32998         embedded mode begins.
32999         (calc-embedded-language-alist): New variable.
33000         (calc-embedded-find-modes): Use calc-embedded-language-alist to
33001         set default language mode.
33003 2005-03-08  Kenichi Handa  <handa@m17n.org>
33005         * international/ccl.el (define-ccl-program): Fix docstring about
33006         extra 256 bytes assured for the output buffer.
33008         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33009         Fix BUFFER_MAGNIFICATION to 2.
33010         (ccl-encode-mule-utf-16be-with-signature): Likewise.
33012 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
33014         * align.el (align-rules-list): Added an alignment rule for CSS
33015         declarations (applies to css-mode and html-mode buffers).
33017 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
33019         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33021 2005-03-07  Kim F. Storm  <storm@cua.dk>
33023         * simple.el (move-beginning-of-line): New command.
33025         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33027         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33029         * emulation/cua-base.el: Put CUA move property on move-end-of-line
33030         and move-beginning-of-line.
33032         * apropos.el (apropos-print): Omit command from M-x ... RET.
33034 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
33036         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33037         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33039 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33041         * bindings.el (esc-map): Bind M-g to goto-line.
33043         * facemenu.el (global-map): Bind M-o, not M-g.
33045 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33047         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33048         "Open Directory" as for "Open File".
33050 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
33052         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33053         (push-mark-command): Run activate-mark-hook.
33055 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33057         * help-mode.el (help-mode-finish): Don't alter the element
33058         in view-return-to-alist if there already is one.
33060         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33061         make sure the current buffer is the expected one.
33063         * novice.el (disabled-command-function): Output in *Disabled Command*.
33064         Explicitly ignore non-keyboard events, and explicitly handle C-g.
33066         * textmodes/flyspell.el (flyspell-large-region):
33067         Pass args differently for aspell.
33069         * files.el (mode-require-final-newline): Doc fix.
33071 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
33073         * progmodes/which-func.el (which-function):
33074         Specify NOERROR when calling imenu--make-index-alist.
33076 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33078         * simple.el (normal-erase-is-backspace): Define default value.
33080         * custom.el (custom-theme-set-variables): Remove unused var
33081         `immediate'.
33082         (custom-reevaluate-setting): Simple function to handle variables
33083         that are defined before their default value can really be
33084         computed.
33086         * startup.el (command-line): Use it for temporary-file-directory,
33087         small-emporary-file-directory, auto-save-file-name-transforms,
33088         blink-cursor-mode, and normal-erase-is-backspace.
33090         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33091         progress, even with buggy anchored keywords.
33093 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
33095         * simple.el (goto-line): Remove unbalanced final parenthesis.
33097 2005-03-05  Richard M. Stallman  <rms@gnu.org>
33099         * simple.el (goto-line): Use a number at point as the default.
33100         With C-u as arg, switch buffers.
33102 2005-03-05  Juri Linkov  <juri@jurta.org>
33104         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33105         with `no-blinking-cursor'.
33107         * startup.el (no-blinking-cursor): New defvar.
33108         (command-line): Add `--no-blinking-cursor' to longopts.
33109         Set `no-blinking-cursor' to t for command line arguments
33110         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
33111         with `no-blinking-cursor' in the condition for calling
33112         `blink-cursor-mode'.
33114 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
33116         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33117         (menu-bar-options-save): Add blink-cursor-mode.
33118         (menu-bar-options-menu): Add blink-cursor-mode.
33120 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
33122         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33123         (icalendar-export-file, icalendar-export-region)
33124         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33125         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33127 2005-03-04  Lute Kamstra  <lute@gnu.org>
33129         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33130         (debug-function-list): Ditto.
33132 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
33134         * textmodes/texinfmt.el (texinfo-append-refill):
33135         Redefine the types of line to which @refill
33136         is not appended by replacing a search for `@refill\\|@bye' with
33137         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
33138         itemize@refill' bug and the unfilled long lines bug.
33139         (texinfmt-version): Update number and date.
33141 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
33143         * international/code-pages.el (windows-1250, windows-125[2-8])
33144         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33146 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33148         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33149         bound yet.
33151 2005-03-02  Romain Francoise  <romain@orebokech.com>
33153         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33154         buffer after removing limits.
33155         (ibuffer-pop-filter): Ditto.
33156         Update copyright.
33158 2005-03-02  Miles Bader  <miles@gnu.org>
33160         * button.el (make-text-button): If the user doesn't specify a
33161         type, use the default.  Rewrite to use `add-text-properties' and
33162         plist functions.
33164 2005-03-01  Lute Kamstra  <lute@gnu.org>
33166         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33167         (debugger-jumping-flag): New var.
33168         (debug-entry-code): Use it.
33169         (debugger-jump): Use debugger-jumping-flag and add
33170         debugger-reenable to post-command-hook.
33171         (debugger-reenable): Use debugger-jumping-flag and remove itself
33172         from post-command-hook.
33173         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33174         debugger-reenable.
33176 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
33178         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33179         inclusion of "itemize\\|", which may be unnecessary, is certainly
33180         inelegant, and stops refilling in itemize lists when formatting
33181         Japanese Texinfo files to Info.
33182         Update copyright to 2005.
33184 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
33186         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33187         of an error if GDB can't find the source file.
33189 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
33191         * calendar/calendar.el (redraw-calendar): Work from any buffer,
33192         not just the calendar.
33194         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33195         first.
33196         (diary-redraw-calendar): New function.
33197         (make-diary-entry): Add diary-redraw-calendar to local
33198         write-contents-functions.  Turn off selective display before
33199         inserting in diary.
33201 2005-03-01  Kim F. Storm  <storm@cua.dk>
33203         * emacs-lisp/copyright.el (copyright-fix-years): New command.
33205 2005-03-01  Lute Kamstra  <lute@gnu.org>
33207         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33208         that debug-entry-code can be safely removed from a function while
33209         this code is being evaluated.  Revert the 2005-02-27 change as the
33210         new implementation no longer requires it.  Make sure that a
33211         function body containing just a string is not mistaken for a docstring.
33212         (debug): Skip one more frame in case of debug on entry.
33213         (debugger-setup-buffer): Delete one more frame line in case of
33214         debug on entry.
33215         (debugger-frame-number): Update to use the new text introduced by
33216         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
33218 2005-02-28  Kim F. Storm  <storm@cua.dk>
33220         * double.el (double-translate-key): Call force-window-update after
33221         read-event to avoid crash in redisplay.
33223 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33225         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33226         (debug): Use it.  Move the inhibit-trace earlier.
33227         (debug-entry-code): New const.
33228         (debug-on-entry-1): Use it.
33230 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
33232         * international/utf-16.el (ccl-encode-mule-utf-16le):
33233         Fix BUFFER_MAGNIFICATION to 2.
33234         (ccl-encode-mule-utf-16be): Likewise.
33236 2005-02-28  Kenichi Handa  <handa@m17n.org>
33238         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33239         Fix BUFFER_MAGNIFICATION to 4.
33240         (ccl-encode-mule-utf-16be-with-signature): Likewise.
33242 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
33244         * speedbar.el (speedbar-update-flag): Doc fix.
33245         (speedbar-show-info-under-mouse): Give set-mouse-position the right
33246         argument.
33248 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33250         * reveal.el (reveal-post-command): Don't try to reveal overlays which
33251         have a non-nil `invisible' property but are actually visible.
33253         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33254         for perldoc sections.
33255         (perl-outline-regexp, perl-outline-level): New var and function.
33256         (perl-mode): Use them.
33258 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
33260         * calendar/diary-lib.el (diary-remind): Discard any mark portion
33261         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33263 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
33265         * cus-edit.el: Comment change.
33266         (custom-buffer-create-internal): Slightly reword text at top of
33267         Custom buffers.  Mention there that saving an option edits the
33268         init file.  Add link to Emacs manual node on `custom-file'.
33269         (custom-magic-alist): Rewrite individual State messages to use
33270         capitalized keywords.  Doc fix.
33272 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
33274         * calendar/calendar.el (calendar-buffer): Move above
33275         calendar-week-start-day.
33276         (calendar-week-start-day): Doc fix.  Add :set function.
33277         (calendar-minimum-window-height): New variable.
33278         (generate-calendar-window): Only resize window if selected-window
33279         is displaying the calendar buffer.  Use new variable
33280         calendar-minimum-window-height.
33281         (generate-calendar): Reword error message.
33282         (calendar-mode-map): Bind DEL to scroll-other-window-down.
33284 2005-02-27  Andreas Schwab  <schwab@suse.de>
33286         * vc.el (vc-do-command): Don't run command asynchronously when
33287         operating in a remote directory.
33289         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33290         change from sync with Tramp 2.0.47.
33292 2005-02-27  Richard M. Stallman  <rms@gnu.org>
33294         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33296         * textmodes/flyspell.el (flyspell-mode-on):
33297         Call ispell-change-dictionary only if necessary.
33299         * emacs-lisp/re-builder.el (regexp-builder): New function.
33301         * register.el (describe-register-1): Explicitly handle
33302         yank-excluded-properties = t.
33304         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33305         (custom-magic-alist): Change the status descriptions again.
33306         (face widget-type): Total rewrite based on `restricted-sexp'
33307         to eliminate the confusing double hiding levels.
33309         * emacs-lisp/debug.el (debug-on-entry-1):
33310         If function body is empty, add nil as body form.
33312 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
33314         * emacs-lisp/trace.el (inhibit-trace): New var.
33315         (trace-make-advice): Use it.
33317         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33319 2005-02-26  Kim F. Storm  <storm@cua.dk>
33321         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33322         (mouse-on-link-p, mouse-drag-region-1): Use it.
33324 2005-02-25  Lute Kamstra  <lute@gnu.org>
33326         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33328 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
33330         * frame.el (blink-cursor-mode): Add :group keyword.
33332 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
33334         * calendar/icalendar.el (icalendar--decode-isodatetime):
33335         New optional argument DAY-SHIFT.
33336         (icalendar-export-region): Fix coding-system-for-write.
33337         (icalendar--convert-ical-to-diary): Shift end-day of all-day
33338         events by one.
33340 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33342         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33344 2005-02-24  Kim F. Storm  <storm@cua.dk>
33346         * international/iso-acc.el (iso-accents-compose): Fix crash
33347         during redisplay.  Call force-window-update after read-event
33348         and delete-region to signal that window is not accurate.
33350 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33352         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33353         Remove unused and inexistent var `inhibit-trace'.
33354         (debugger-mode): Use run-mode-hooks.
33355         (debugger-list-functions): Add buttons; setup xref stack.
33357 2005-02-23  Richard M. Stallman  <rms@gnu.org>
33359         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33360         appointment says it was explicitly made.
33361         (appt-add): Set the 3rd element.
33362         (appt-make-list): Preserve explicit appointments.
33364         * subr.el (find-tag-default): Catch errors in forward-sexp.
33366 2005-02-23  Juri Linkov  <juri@jurta.org>
33368         * info.el (Info-isearch-search): New defcustom.
33369         (Info-isearch-search): Call the default isearch function
33370         when Info-isearch-search is nil.
33371         (Info-isearch-wrap): Use variable Info-isearch-search.
33373 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
33375         * cus-edit.el: Comment change.
33377 2005-02-22  Kim F. Storm  <storm@cua.dk>
33379         * progmodes/hideif.el (hide-ifdef-use-define-alist):
33380         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
33382 2005-02-22  Simon Josefsson  <jas@extundo.com>
33384         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33385         New variable.
33386         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
33387         Oskarsson" <myrkraverk@users.sourceforget.net>.
33389 2005-02-22  Kim F. Storm  <storm@cua.dk>
33391         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
33392         check that window of that event is the selected window.
33393         (mouse-drag-region-1): Compare mouse event window to selected
33394         window before setting point.
33396         * tooltip.el (tooltip-show-help-function): Pass event to
33397         mouse-on-link-p so it can check selected window.
33399 2005-02-22  Kenichi Handa  <handa@m17n.org>
33401         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
33402         (ps-mule-show-warning): New function.
33403         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
33404         characters are found.
33406         * ps-print.el (ps-header-footer-string): Return a list of header
33407         and footer strings.
33409 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
33411         * pcvs.el (cvs-retrieve-revision): Fix thinko.
33413 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
33415         * frame.el (blink-cursor-mode): Use define-minor-mode.
33417         * term/mac-win.el (function-key-map): Use char-names more consistently.
33418         (file-name-coding-system): Only set it for MacOS-9.  The other case is
33419         already handled in mule-cmds.el (where it also works when mac-win.el
33420         is not used).
33422 2005-02-21  Kenichi Handa  <handa@m17n.org>
33424         * international/mule.el (ctext-pre-write-conversion): Always use
33425         " *code-converting-work*" buffer for work.
33427         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33429 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
33431         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
33433 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
33435         * ses.el (undo-more): Restore defadvice, but only the part that
33436         allows changes outside the restricted area of the buffer.
33438 2005-02-20  Kim F. Storm  <storm@cua.dk>
33440         * simple.el (line-move): Add fourth optional arg try-vscroll which
33441         must be set to perform auto-window-vscroll.
33442         When moving backwards and doing auto-window-vscroll, automatically
33443         vscroll to the last part of lines which are taller than the window.
33444         (next-line, previous-line): Set try-vscroll arg on line-move.
33446 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
33448         * replace.el (query-replace, query-replace-regexp)
33449         (replace-string, replace-regexp): When operating on region, make
33450         the minibuffer prompt say so.
33452         * isearch.el (isearch-forward): Document isearch-query-replace and
33453         isearch-query-replace-regexp keybindings.
33455 2005-02-19  Jay Belanger  <belanger@truman.edu>
33457         * calc/calc-aent.el (math-read-token): Add local variable.
33459         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
33460         (calc-edit-top): Move declaration to earlier in file.
33461         (calc-edit-macro-repeats): Add local variables.
33463         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
33464         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
33465         calcFunc-tanh.
33466         Adjust integration rule for calcFunc-tan.
33468 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
33470         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
33471         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
33472         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
33473         (viper-skip-separators): Bug fix.
33474         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
33475         particular major mode.
33476         (viper-del-backward-char-in-replace): Don't put deleted char on the
33477         kill ring.
33479         * viper-ex.el (viper-color-display-p): New function.
33480         (viper-has-face-support-p): Use viper-color-display-p.
33482         * viper-keym.el (viper-gnus-modifier-map): New keymap.
33484         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
33486         * viper-util.el (viper-glob-unix-files): Fix shell status check.
33487         (viper-file-remote-p): Make equivalent to file-remote-p.
33489         * viper.el (viper-major-mode-modifier-list):
33490         Use viper-gnus-modifier-map.
33492 2005-02-19  David Kastrup  <dak@gnu.org>
33494         * subr.el (subregexp-context-p): Fix garbled doc string by adding
33495         quoting.
33497 2005-02-19  Jay Belanger  <belanger@truman.edu>
33499         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
33500         Remove extra definitions.
33501         (calc-coth): New function.
33502         (calcFunc-cot): Fix `let'.
33504 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
33506         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
33507         the reasons we use "type pc" in these faces.
33509         * button.el (button): Ditto.
33511 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
33513         * replace.el (query-replace-read-from): Set the value of
33514         query-replace-from-history-variable to handle the case of an empty
33515         string entered to accept the suggested default.
33517         * net/tramp.el (tramp-file-name-for-operation):
33518         Use dired-call-process instead of dired-call-process-command.
33520 2005-02-19  Jay Belanger  <belanger@truman.edu>
33522         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
33523         (math-div-non-trig): New variables.
33524         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
33525         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
33526         (math-combine-prod, math-div-symb-fancy): Add simplifications for
33527         trig expressions.
33529 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
33531         * progmodes/gdb-ui.el (gdb-var-update-handler)
33532         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
33533         for watch expressions,
33534         (gdb-var-create-handler): Don't set speedbar-update-flag.
33535         (gdb-post-prompt): Simplify test for speedbar.
33537 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
33539         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
33540         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
33541         we use the syntax table of the correct buffer.
33542         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
33543         Felix Gatzemeier.
33545         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
33546         (ediff-file-remote-p): Make synonymous with file-remote-p.
33547         In all deffaces ediff-*-face-*, use min-colors.
33549         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
33550         ediff-recurse-to-subdirectories.
33551         (ediff-mark-if-equal): Check that the arguments are strings, use
33552         ediff-same-contents (after to Felix Gatzemeier).
33554         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
33555         nil.
33557 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
33559         * log-view.el (log-view-message-re): Fix up Subversion regexp.
33561 2005-02-18  David Kastrup  <dak@gnu.org>
33563         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
33564         use `mark-active' when defined.
33566 2005-02-18  Kenichi Handa  <handa@m17n.org>
33568         * ps-print.el (ps-font-info-database): New entry
33569         ZapfChancery-MediumItalic with correct font name.  Fix font name
33570         of the entry Zapf-Chancery-MediumItalic.
33572 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
33574         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
33576 2005-02-16  Kim F. Storm  <storm@cua.dk>
33578         * ido.el (ido-fallback-command): Pass user input to fallback command.
33580 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
33582         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
33583         (gdb-find-file-hook): Add server prefix.
33585 2005-02-16  Richard M. Stallman  <rms@gnu.org>
33587         * replace.el (perform-replace): Pass new args to replace-highlight.
33588         (replace-highlight): Take region args,
33589         and pass them to isearch-lazy-highlight-new-loop.
33591         * novice.el (disabled-command-hook): Autoload the defalias
33592         and the make-obsolete-variable call.
33594         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
33596         * isearch.el (isearch-lazy-highlight-start-limit)
33597         (isearch-lazy-highlight-end-limit): New variables limit
33598         the region for highlighting.
33599         (isearch-lazy-highlight-new-loop): New args BEG and END.
33600         (isearch-lazy-highlight-search): Use the new vars.
33601         (isearch-lazy-highlight-update): Likewise.
33603         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
33605         * cus-start.el (all): Use default-boundp.
33607 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
33609         * menu-bar.el (menu-bar-select-frame): Handle current frame.
33611 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
33613         * autorevert.el (auto-revert-stop-on-user-input)
33614         (auto-revert-verbose): Doc fixes.
33616 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
33618         * international/mule-cmds.el (set-locale-environment): Remove call
33619         to set-selection-coding-system on Windows.
33621 2005-02-15  Jay Belanger  <belanger@truman.edu>
33623         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
33624         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
33625         calcFunc-coth.
33626         (math-simplify-sqrt): Add simplifications.
33628         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
33629         to list.
33631         * calc/calc-ext.el: Add functions to autoloads.
33633         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
33634         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
33635         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
33636         (math-csc-raw, math-cot-raw): New functions.
33638         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
33640         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
33641         the variable name in a message.
33643         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
33644         calcFunc-csc, calcFunc-cot.
33646         * calc/calcalg2.el: Add derivative and integration rules for
33647         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
33648         calcFunc-csch, calcFunc-coth.
33649         (math-do-integral-methods): Add to checks for when to use
33650         substitutions.
33652         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
33654 2005-02-15  Lute Kamstra  <lute@gnu.org>
33656         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33657         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
33658         <monnier@iro.umontreal.ca>.
33659         (lisp-outline-level): Improve efficiency.  Suggested by David
33660         Kastrup <dak@gnu.org>.
33662 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
33664         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
33665         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
33666         (gdb-set-gud-minor-mode-existing-buffers): New functions.
33667         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
33668         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
33670 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
33672         * cus-start.el (all): Comment change.
33674 2005-02-14  Lute Kamstra  <lute@gnu.org>
33676         * cus-start.el (all): Check if symbol is void.
33678 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
33680         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
33681         optional argument to \cite.
33683 2005-02-14  Richard M. Stallman  <rms@gnu.org>
33685         * cus-edit.el (custom-buffer-create-internal): Update help message.
33686         (custom-magic-alist): Update help messages.
33688         * cus-start.el (all): Allow a var to specify a standard value.
33690 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
33692         * custom.el (custom-theme-set-variables): Handle variable aliases.
33694         * frame.el (blink-cursor-timer): Doc fix.
33695         (blink-cursor): Make it an alias for `blink-cursor-mode' and
33696         declare obsolete.
33697         (blink-cursor-mode): Define with defcustom and use correct
33698         standard expression in that defcustom.
33699         * startup.el (command-line): Adapt to above changes in frame.el.
33701 2005-02-11  Lute Kamstra  <lute@gnu.org>
33703         * apropos.el (apropos-score-doc): Prevent division by zero.
33705 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
33707         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
33708         (icalendar--get-event-property-attributes)
33709         (icalendar--get-event-properties)
33710         (icalendar--datetime-to-diary-date): New functions.
33711         (icalendar--split-value): Doc fix.
33712         (icalendar--datetime-to-noneuropean-date)
33713         (icalendar--datetime-to-european-date): New optional argument
33714         SEPARATOR.  Return result as a string instead of a list.
33715         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
33716         (icalendar--convert-string-for-export): Rename arg S to STRING.
33717         (icalendar-export-region): Doc fix.  Change name of error buffer.
33718         Save output buffer.
33719         (icalendar-import-file): Add blank at end of prompt.
33720         (icalendar-import-buffer): Doc fix.  Do not switch to error
33721         buffer.  Indicate status in return value.
33722         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
33723         buffer.  Save output buffer.  Handle exception from recurrence
33724         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
33725         events.  Fix problems with weekly all-day events.
33727 2005-02-10  Richard M. Stallman  <rms@gnu.org>
33729         * simple.el (eval-expression-print-format):
33730         Avoid warning about edebug-active.
33732         * help.el (help-for-help-internal): Rename from help-for-help.
33733         (help-for-help): Define with defalias.
33735         * font-core.el (font-lock-default-function): Use with-no-warnings.
33737         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
33739         * custom.el (defface): Doc fix.
33741 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
33743         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
33744         width 0" to prevent word wrapping problems.
33746 2005-02-09  Kim F. Storm  <storm@cua.dk>
33748         * ido.el (ido-file-extensions-order): New defcustom.
33749         (ido-file-extension-lessp, ido-file-extension-aux)
33750         (ido-file-extension-order): New advanced file ordering.
33751         (ido-file-lessp): New simple file ordering.
33752         (ido-sort-list): Remove.
33753         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
33754         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
33756 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
33758         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
33759         that some versions of grep produce.
33760         (grep-mode-font-lock-keywords): Likewise.
33762 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
33764         * progmodes/gdb-ui.el (gdb-location-list): New variable.
33765         (gdb-cdir): Delete.
33766         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
33767         (gdb-source-info): Treat case when source file is in another
33768         directory properly.
33769         (gdb-get-location): New function.
33771 2005-02-07  Jay Belanger  <belanger@truman.edu>
33773         * calc/calc-prog.el (calc-write-parse-table-part)
33774         (calc-fix-token-name): Fix a check for language type.
33776         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
33778 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
33780         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
33781         as directory not writable.
33783 2005-02-07  Kim F. Storm  <storm@cua.dk>
33785         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
33786         (cua--standard-movement-commands): Remove list.
33787         Instead, set CUA property value to move for movement commands.
33788         (cua-movement-commands): Remove.  Users must set CUA prop instead.
33789         (cua--pre-command-handler): Check CUA property.
33790         (cua--init-keymaps): Don't remap undo commands.
33791         (cua-mode): Don't call cua--rectangle-on-off.
33793         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
33794         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
33795         (cua--rect-undo-set-point): New var.
33796         (cua--rectangle-undo-boundary): Setup undo apply entry.
33797         (cua--rect-undo-handler): New function for rectangle undo.
33798         (cua--rect-start-position, cua--rect-end-position): Add.
33799         (cua--rectangle-post-command): Call cua--rectangle-set-corners
33800         for restored rectangle.  Set point if cua--rect-undo-set-point.
33802 2005-02-06  Jay Belanger  <belanger@truman.edu>
33804         * calc/calc-lang.el (calc-tex-language): Display more information
33805         in messages.
33807         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
33808         in TeX mode.
33810 2005-02-06  Richard M. Stallman  <rms@gnu.org>
33812         * emacs-lisp/lisp.el (buffer-end): Doc fix.
33814 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
33816         * net/ldap.el (ldap-search-internal): Support attributes with
33817         optional descriptions separated by a semi-colon, as in
33818         "userCertificate;binary".
33820 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33822         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
33823         isn't a cons (i.e. the version is 0).
33825 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
33827         * help.el (help-for-help): Doc fix.
33829 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
33831         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
33832         GDB-Windows on the menu-bar as this works better.
33834 2005-02-04  Jay Belanger  <belanger@truman.edu>
33836         * calc/calc-embed.el (calc-embedded-update): Don't put in
33837         unnecessary newlines.  Adjust the end of formula marker.
33839         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
33840         (math-latex-parse-two-args): New function.
33842 2005-02-03  Lute Kamstra  <lute@gnu.org>
33844         * help-fns.el (help-with-tutorial): Make sure that users cannot
33845         remove the entire text of the tutorial by means of `undo'.
33847 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33849         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
33850         in recent changes, where the ispell process was repeatedly
33851         killed & restarted.
33853         * international/mule-cmds.el (set-locale-environment): Set file-name
33854         coding system to utf-8 on Darwin systems.
33855         (set-default-coding-systems): Don't set default-file-name-coding-system
33856         on Darwin systems.
33858 2005-02-03  Richard M. Stallman  <rms@gnu.org>
33860         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
33862 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
33864         * faces.el (list-faces-display): Add optional argument.
33866 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
33868         * font-core.el (font-lock-default-function): Handle the rare case where
33869         only font-lock-keywords is set.
33871 2005-02-02  Kenichi Handa  <handa@m17n.org>
33873         * international/characters.el: Cancel previous change for
33874         I-WITH-DOT-ABOVE and DOTLESS-i.
33876         * international/latin-5.el: Cancel previous change.
33878 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
33880         * progmodes/gud.el: Correction to syntax in gud-menu-map.
33882 2005-02-02  Kenichi Handa  <handa@m17n.org>
33884         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
33885         DOTLESS-i.
33887         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
33888         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
33890         * case-table.el (get-upcase-table): New function.
33891         (copy-case-table): Copy upcaes table too if non-nil.
33892         (set-case-syntax-delims): Maintain upcase table too.
33893         (set-case-syntax-pair): Likewise.
33894         (set-upcase-syntax, set-downcase-syntax): New functions.
33895         (set-case-syntax): Maintain upcase table too.
33897 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
33899         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
33901         * progmodes/gud.el (gud-goto-info): New function.
33902         (gud-tool-bar-map): Use correct icon.
33904 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
33906         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
33907         When delegating, order args in the funcall correctly.
33909 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
33911         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
33913 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
33915         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
33916         buffer not visiting a file.
33918 2005-01-31  Jay Belanger  <belanger@truman.edu>
33920         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
33921         bound on the line with the formula.
33923 2005-01-31  Kim F. Storm  <storm@cua.dk>
33925         * ses.el (ses-create-cell-variable-range)
33926         (ses-destroy-cell-variable-range, ses-reset-header-string)
33927         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
33928         (ses-insert-row): Fix format of apply undo entries.
33930 2005-01-31  Jay Belanger  <belanger@truman.edu>
33932         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
33933         parts.
33935         * calc/calc-embed.el (calc-embedded-open-formula)
33936         (calc-embedded-close-formula): Ignore matrix environments.
33938         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
33939         TeX mode.
33941         * calc/calc-lang.el (math-function-table, math-oper-table)
33942         (math-variable-table): Adjust the LaTeX portions.
33944         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
33945         (math-latex-ignore-words): New constant.
33947 2005-01-31  Richard M. Stallman  <rms@gnu.org>
33949         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
33950         (ispell-local-dictionary): Doc fix.
33951         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
33952         Don't reinitialize at run time.  Don't defcustom.
33953         All uses changed to append ispell-local-dictionary-alist,
33954         or check it first.
33955         (ispell-current-dictionary): New variable for dictionary in use.
33956         (ispell-dictionary): Now used only for global default.
33957         (ispell-start-process): Set ispell-current-dictionary,
33958         not ispell-dictionary.
33959         (ispell-change-dictionary): Use this only for setting
33960         user preferences.
33961         (ispell-internal-change-dictionary): New function
33962         to change the current dictionary in use.
33963         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
33964         Use ispell-current-dictionary.
33965         Handle ispell-local-dictionary-overridden.
33966         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
33968 2005-01-31  Jay Belanger  <belanger@truman.edu>
33970         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
33972         * calc/calc-ext.el: Add calc-latex-language to autoloads.
33973         (calc-mode-map): Add calc-latex-language.
33975         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
33976         (math-latex-print-frac): New functions.
33977         (math-oper-table, math-function-table, math-variable-table)
33978         (math-complex-format, math-input-filter): Add latex properties.
33979         (calc-set-language): Set math-expr-special-function-mapping.
33981         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
33982         (calc-write-parse-table-part): Add LaTeX support.
33984         * calc/calc.el (calc-language): Adjust docstring.
33985         (calc-set-mode-line): Add LaTeX support.
33986         (math-expr-special-function-mapping): New variable.
33987         (math-tex-ignore-words): Add to list.
33989         * calc/calccomp.el (math-compose-expr, math-compose-rows):
33990         Add LaTeX support.
33991         (math-compose-expr): Add support for special functions.
33993         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
33995 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
33997         * progmodes/gdb-ui.el (gdb-memory-address)
33998         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
33999         (gdb-memory-mode-map, gdb-memory-format-keymap)
34000         (gdb-memory-format-menu, gdb-memory-unit-keymap)
34001         (gdb-memory-unit-menu): New variables for a buffer
34002         that lets the user examine program memory.
34003         (gdb-memory-set-address, gdb-memory-set-repeat-count)
34004         (gdb-memory-format-binary, gdb-memory-format-octal)
34005         (gdb-memory-format-unsigned, gdb-memory-format-signed)
34006         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34007         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34008         (gdb-memory-unit-word, gdb-memory-unit-halfword)
34009         (gdb-memory-unit-byte, gdb-memory-unit-menu)
34010         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34011         (gdb-memory-mode, gdb-memory-buffer-name)
34012         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34013         New functions for above buffer.
34015 2005-01-30  Richard M. Stallman  <rms@gnu.org>
34017         * cus-edit.el (custom-bury-buffer): Function deleted.
34018         (custom-buffer-done-function): Option deleted.
34019         (custom-buffer-done-kill): New replacement option.
34020         (Custom-buffer-done): Call quit-window.
34021         (custom-buffer-create-internal): Update for above changes.
34023 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
34025         * simple.el (undo-ask-before-discard): New var.
34026         (undo-outer-limit-truncate): Implement it.
34027         (undo-extra-outer-limit): Doc update.
34029 2005-01-29  Richard M. Stallman  <rms@gnu.org>
34031         * ses.el (undo-more): Delete defadvice.
34032         (ses-begin-change): Doc fix.
34034         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34035         instead of rebinding C-x u and C-_.
34037         * files.el (normal-backup-enable-predicate): Return nil for files
34038         in /tmp, regardless of temporary-file-directory.
34040         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34042         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34043         (open-rectangle, delete-whitespace-rectangle-line)
34044         (clear-rectangle-line): If FILL, pass t instead of FILL
34045         for move-to-column's 2nd arg.
34047         * simple.el (undo): Fix the test for continuing a series of undos.
34048         (undo-more): Set pending-undo-list to t when we reach end.
34049         (pending-undo-list): Move up defvar.
34051         * wid-edit.el (widget-button-click):
34052         Shorten the range of the track-mouse binding.
34054         * comint.el (comint-insert-input): Undo previous changes;
34055         use last-input-event in interactive spec.
34057 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
34059         * progmodes/compile.el (compilation-start): Bind buffer-read-only
34060         to nil before invoking call-process.  Reset buffer's modified flag
34061         after fontifying it in the no-async branch.
34063         * wid-edit.el (widget-specify-button): If mouse pointer shape
34064         cannot be changed, use mouse face instead.
34066 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
34068         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34069         (gdb-goto-breakpoint): Make breakpoint handling work on template
34070         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
34071         (gdb-assembler-custom): Update to recognize breakpoint information
34072         added on 2005-01-19.
34074 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34076         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34077         (dsssl-mode): Use define-derived-mode.
34078         (scheme-mode-initialize): Remove.
34079         (scheme-mode): Use run-mode-hooks.
34081         * cus-edit.el (customize-group-other-window)
34082         (custom-buffer-create-other-window): Don't override special-display-*.
34083         (custom-mode-map): Make it dense.
34085         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34086         sets the default value.
34088 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
34090         * descr-text.el: Add more keywords.
34092 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34094         * speedbar.el: Avoid unnecessary use of locate-library.
34096         * international/mule-cmds.el (standard-display-european-internal):
34097         Don't fiddle with latin-1 non-break space any more since it's now
34098         special cased in the C code.
34099         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34101 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
34103         * cus-start.el (all): Add `undo-outer-limit'.
34105 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
34107         * textmodes/bibtex.el (bibtex-format-entry):
34108         Use `bibtex-empty-field-re' only on the text of fields, not on entire
34109         field lines.
34110         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34111         not on part of a buffer.
34113 2005-01-25  Lute Kamstra  <lute@gnu.org>
34115         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34116         nonempty field text strings like "{letters\\macro{}more letters}".
34117         Clarify docstring.
34118         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34119         (bibtex-entry-offset, bibtex-parse-association)
34120         (bibtex-parse-field-name): Fix typos in docstrings.
34121         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34123 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
34125         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34126         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34127         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34128         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34130         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34131         isearch minor mode.
34133 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
34135         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34137 2005-01-24  Lute Kamstra  <lute@gnu.org>
34139         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34140         CASECHARS and NOT-CASECHARS regular expressions of the
34141         "nederlands" and "nederlands8" dictionaries to prevent a "Range
34142         striding over charsets" error.
34144 2005-01-24  Jay Belanger  <belanger@truman.edu>
34146         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34147         display variable name.
34149 2005-01-24  Kenichi Handa  <handa@m17n.org>
34151         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34152         Fix setting of the element of encoded-kbd-iso2022-invocations.
34154 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
34156         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34157         (gdb-threads-select): Change to also accept mouse events.
34158         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34159         (gdb-threads-mouse-select): Delete.
34161 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
34163         * files.el (insert-directory): Take care of empty directory,
34164         listed without -a switch.
34166 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34168         * textmodes/refill.el (refill-post-command-function):
34169         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34170         to the list of functions that we should be careful not to undo.
34171         (refill-late-fill-paragraph-function): Remove.
34172         (refill-saved-state): New var.
34173         (refill-mode): Use it to save fill-paragraph-function.
34174         Save also the value of auto-fill-function.
34176         * term/w32-win.el: Simplify code.
34178 2005-01-23  Kim F. Storm  <storm@cua.dk>
34180         * simple.el (line-move): Adapt to new return value from
34181         pos-visible-in-window-p.
34183         * simple.el (line-move): Fix last change.  Check partial
34184         visibility at point rather than at window-start.
34186 2005-01-22  Jason Rumney  <jasonr@gnu.org>
34188         * term/w32-win.el (xw-defined-colors): Remove debug-message.
34190 2005-01-22  David Kastrup  <dak@gnu.org>
34192         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34194 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
34196         * type-break.el (type-break-mode): Add a test for
34197         type-break-file-name being non-nil.
34199 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
34201         * net/eudc.el (top level): Call (message "") via progn, so that
34202         eudc-options-file is loaded.
34204 2005-01-22  Kim F. Storm  <storm@cua.dk>
34206         * simple.el (line-move-1): Rename from line-move.
34207         (line-move): New function that adjusts vscroll for partially
34208         visible rows, and calls line-move-1 otherwise.
34210 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
34212         * pcomplete.el: Define pcomplete-read-event instead of read-event,
34213         since it's not a complete read-event implementation.
34215 2005-01-20  Jay Belanger  <belanger@truman.edu>
34217         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34218         for called function.
34220 2005-01-20  Steven Tamm  <steventamm@mac.com>
34222         * term/mac-win.el (process-connection-type): Remove.
34223         Controlled now by s/darwin.h:PTY_ITERATION.
34225 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
34227         * window.el (handle-select-window): Don't switch window when we're
34228         in the minibuffer.
34230 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
34232         * subr.el (dotimes-with-progress-reporter): New macro.
34234         * ses.el (ses-dotimes-msg): Remove macro.
34235         Use `dotimes-with-progress-reporter' instead.
34237 2005-01-19  Steven Tamm  <steventamm@mac.com>
34239         * term/mac-win.el (process-connection-type): Use new
34240         operating-system-release variable to use ptys on Darwin 7 (OS X
34241         10.3) when using carbon build.
34243 2005-01-19  Jay Belanger  <belanger@truman.edu>
34245         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34246         flags if the last command was a tab or M-tab.
34248         * calc/calc-prog.el (calc-user-define-edit): Put original formula
34249         in formula editing buffer.
34251 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34253         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34254         breakpoint image symbol in margin.
34256 2005-01-19  Jay Belanger  <belanger@truman.edu>
34258         * calc/calc-prog.el (calc-execute-kbd-macro):
34259         Ignore calc-keep-arg-flag.
34261 2005-01-19  Kenichi Handa  <handa@m17n.org>
34263         * textmodes/ispell.el (ispell-looking-at): New function.
34264         (ispell-process-line): Use ispell-looking-at to compare the ispell
34265         output and the buffer contents.
34267 2005-01-18  Jay Belanger  <belanger@truman.edu>
34269         * calc/calc.el (calc-display-raw): Fix docstring.
34271 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34273         * simple.el (blink-matching-open): Strip extra info from syntax.
34275         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34276         funny chars in the end-of-here-doc marker.
34278 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34280         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34281         that enable/disabled state of breakpoints is shown correctly in
34282         fringe and on ttys.
34283         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34284         Add breakpoint information as text properties.
34285         (gdb-mouse-toggle-breakpoint):
34286         Rename to gdb-mouse-set-clear-breakpoint.
34287         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
34288         breakpoints in the margin.
34289         (gdb-remove-strings): Simplify.
34291 2005-01-17  Jay Belanger  <belanger@truman.edu>
34293         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34294         erasing buffer.
34296 2005-01-17  Richard M. Stallman  <rms@gnu.org>
34298         * progmodes/grep.el (grep-find): Copy from `grep' the condition
34299         for calling grep-compute-defaults.
34301         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34302         if buffer is empty.
34304         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34306 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
34308         * hilit-chg.el (highlight-changes-mode): Don't autoload.
34310         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34311         non-preloaded variables.
34313 2005-01-17  Steven Tamm  <steventamm@mac.com>
34315         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34316         tex-shell cause to force interactivity when using pipes.
34318 2005-01-17  Kim F. Storm  <storm@cua.dk>
34320         * simple.el (just-one-space): Make arg optional.
34322 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
34324         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34325         posn-at-x-y to t to access left-margin.
34327 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
34329         Sync with Tramp 2.0.47.
34331         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34332         catching keep-date problems in cp/scp operations.
34333         (tramp-handle-copy-file): Don't call `set-file-modes'
34334         unconditionally.  Specialized functions should know better what is
34335         necessary.  This improves performance a little bit, and the
34336         functions could catch errors with `cp -p' and `scp -p'.
34337         (tramp-do-copy-or-rename-file-via-buffer)
34338         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34339         when appropriate.
34340         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34341         Call `set-file-modes' when appropriate.
34342         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
34343         Johnsson <isak@hypergene.com>.
34344         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34345         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
34346         <joakim@verona.se>.
34347         (tramp-file-name-for-operation): Mark `shell-command' as magic for
34348         Emacs only.
34350         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
34351         `find-file-hooks' and `dired-mode-hook'.
34352         (tramp-minor-mode-map): Respective map.  Add remapping for
34353         `compile' and `recompile'.
34354         (tramp-remap-command, tramp-recompile): New defuns.
34355         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34356         in buffer "*Compilation*".  Call the commands asynchronously.
34358         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34359         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34360         `shell-command', because it isn't magic in XEmacs.  Reported by
34361         Adrian Aichner <adrian@xemacs.org>.
34363         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34364         `substitute-in-file-name.
34365         (tramp-smb-handle-substitute-in-file-name): New defun.
34366         (tramp-smb-advice-PC-do-completion): Delete advice.
34368 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
34370         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34371         Fix error in deleting region.
34373 2005-01-15  Richard M. Stallman  <rms@gnu.org>
34375         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
34376         In non-temp buffer, switch syntax table temporarily.
34378         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34380         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34382         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34384         * imenu.el (imenu--split-menu): Copy menulist before sorting.
34385         (imenu--generic-function): Use START, not BEG, as pos of definition.
34387         * simple.el (just-one-space): Argument specifies number of spaces.
34389         * simple.el (eval-expression-print-format): Avoid warning
34390         about edebug-active.
34392 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
34394         * progmodes/sh-script.el: Code copied from make-mode.el
34395         with small changes,
34396         (sh-mode-map): Bind C-c C-\.
34397         (sh-backslash-column, sh-backslash-align): New variables.
34398         (sh-backslash-region, sh-append-backslash): New functions.
34400 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34402         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
34403         (rmail-pop-password, rmail-pop-password-required): Move to
34404         rmail-obsolete group.
34405         (rmail-set-pop-password): Rename to rmail-set-remote-password.
34406         All callers updated.
34407         (rmail-get-pop-password): Rename to rmail-get-remote-password.
34408         Take an argument specifying whether it is POP or IMAP mailbox we
34409         are using.  All callers updated.
34410         (rmail-pop-password-error): Rename to
34411         rmail-remote-password-error.  Added mailutils-specific error message.
34412         (rmail-movemail-search-path)
34413         (rmail-movemail-variant-in-use): New variables.
34414         (rmail-remote-password, rmail-remote-password-required):
34415         New customization variables.
34416         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34417         (rmail-parse-url): New function.
34418         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34419         with GNU mailutils movemail.
34421 2005-01-15  Kevin Ryde  <user42@zip.com.au>
34423         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34424         suffix to space, $ or '$, to correctly position point when going
34425         to @table style constants like DBL_MAX.
34427 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
34429         * type-break.el (type-break-mode, type-break-file-time)
34430         (type-break-file-keystroke-count, type-break-choose-file):
34431         Don't store data in or load data from the file if type-break-file-name
34432         is nil.
34433         (type-break-file-name): Doc update as per the above.
34435 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
34437         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
34438         lookup-key might return nil; handle that.
34440 2005-01-15  Alan Mackenzie  <acm@muc.de>
34442         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
34443         rather than the element found, thus enabling the tree to be setcar'd.
34445 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
34447         * textmodes/org.el (org-show-following-heading): New option.
34448         (org-show-hierarchy-above): Use `org-show-following-heading'.
34449         (org-cycle): Documentation fix.
34451         * textmodes/org.el (orgtbl-optimized): New option
34452         (orgtbl-mode): New command, a minor mode.
34453         (orgtbl-mode-map): New variable.
34454         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
34455         (orgtbl-error, orgtbl-self-insert-command)
34456         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
34458         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
34459         a local variable in each org-mode buffer.
34461         * textmodes/org.el (org-set-regexps-and-options): Rename from
34462         `org-set-regexps'.  Added checking for STARTUP keyword.
34463         (org-get-current-options): Add STARTUP options.
34464         (org-table-insert-row): Make mode intelligent about when
34465         realignment is needed.
34466         (org-self-insert-command, org-delete-backward-char, org-delete-char):
34467         New commands.
34468         (org-enable-table-editor): New default value `optimized'.
34469         (org-table-blank-field): Support blanking regions if active.
34471 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
34473         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
34474         if the year is not given.
34476         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
34477         Add new escapes %m and %M, fixed bug with %F by adding
34478         save-match-data.
34479         (reftex-reference): Remove ?. from list of spaces.
34480         (reftex-label-info): Add automatic label prefix recognition.
34482         * textmodes/reftex-index.el (reftex-index-next-phrase):
34483         Add slave parameter to call of `reftex-index-this-phrase'.
34484         (reftex-index-this-phrase): New optional argument.
34485         (reftex-index-region-phrases): Add slave parameter to call of
34486         `reftex-index-this-phrase'.
34487         (reftex-display-index): New argument redo.
34488         (reftex-index-rescan): Add `redo' to arguments of
34489         `reftex-display-index'.
34490         (reftex-index-Rescan, reftex-index-revert)
34491         (reftex-index-switch-index-tag): Add `redo' to arguments of
34492         `reftex-display-index'.
34493         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
34494         indexing.  Fix bug with matching is there is a quote before or
34495         after the word.
34497         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
34498         Fix bug when collecting citation keys in lines with comments.
34499         (reftex-citation): Prefix argument no longer rescans the document,
34500         but forces prompting for optional arguments of cite macros.
34501         (reftex-do-citation): Prompting for optional arguments implemented.
34503         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
34504         Add optional arguments to most cite commands.
34505         (reftex-cite-cleanup-optional-args): New option
34506         (reftex-cite-prompt-optional-args): New option.
34507         (reftex-trust-label-prefix): New option.
34509         * textmodes/reftex-toc.el (reftex-toc-find-section):
34510         Add push-mark before changing the position in the buffer.
34512         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
34513         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
34515 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
34517         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
34518         more carefully.
34520 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
34522         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
34523         (sgml-mode): Use it.
34524         (sgml-get-context): Better keep track of implicitly closed tags.
34526 2005-01-13  Kenichi Handa  <handa@m17n.org>
34528         * textmodes/ispell.el: These changes are to fix misalignment error
34529         caused by equivalent characters of different Emacs charsets.
34530         (ispell-unified-chars-table): New variable.
34531         (ispell-get-decoded-string): New function.
34532         (ispell-get-casechars, ispell-get-not-casechars)
34533         (ispell-get-otherchars): Call ispell-get-decoded-string.
34535 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
34537         * custom.el (custom-declare-variable): Just put symbol instead
34538         of (defvar . symbol) in `current-load-list'.
34540 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
34542         * emacs-lisp/elint.el: Fixed typo in Commentary section.
34544 2005-01-12  Jay Belanger  <belanger@truman.edu>
34546         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
34547         to create a Calc summary.
34549 2005-01-12  Kim F. Storm  <storm@cua.dk>
34551         * mouse.el (mouse-on-link-p): Change functionality and doc
34552         string to comply with latest description in lisp ref.
34554 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
34556         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
34557         Enable mouse clicks on mode-line, header-line and margin.
34558         (event-type): Give mouse event symbols an `event-kind' property
34559         with value `mouse-click'.
34561 2005-01-12  Juri Linkov  <juri@jurta.org>
34563         * facemenu.el (list-colors-display): Add new arg buffer-name.
34564         Use it.  Fix docstring.  Replace code for identifying duplicate
34565         colors by the name with call to `list-colors-duplicates' which
34566         identifies duplicate colors by the value unless the color
34567         is one of special Windows colors.  Set truncate-lines to t.
34568         Print sorted duplicate color names on each line.  Indent to 22
34569         \(the longest color name in rgb.txt) instead of 20.  Optimize.
34570         (list-colors-duplicates): New function.
34571         (facemenu-color-name-equal): Delete function.
34573         * facemenu.el (list-colors-print): New function created from code
34574         in list-colors-display.  Print #RRGGBB at the window right edge.
34575         (list-colors-display): When temp-buffer-show-function is not
34576         defined, call list-colors-print from temp-buffer-show-hook
34577         to get the right value of window-width in list-colors-print
34578         after the buffer is displayed.
34580         * simple.el (pop-mark): Move deactivate-mark out of conditional
34581         part to deactivate the active mark regardless of the state of the
34582         mark ring.
34584         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
34585         variables line in desktop files.
34587 2005-01-12  Juri Linkov  <juri@jurta.org>
34589         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
34590         Bring together isearch highlight related options.
34591         (lazy-highlight): Replace group `replace' by `matching'.
34592         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34593         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34594         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
34595         and declare them obsolete.
34596         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
34597         (isearch-faces): Remove defgroup.
34598         (isearch-overlay, isearch-highlight, isearch-dehighlight):
34599         Move isearch highlighting code closer to lazy highlighting code.
34601         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
34602         (query-replace-highlight, query-replace-lazy-highlight)
34603         (query-replace): Move definitions to the beginning of the file.
34605 2005-01-11  Juri Linkov  <juri@jurta.org>
34607         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
34608         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
34609         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
34611         * info.el (Info-history-forward): New variable.
34612         (Info-select-node): Reset Info-history-forward to nil.
34613         (Info-last): Turn into defalias.
34614         (Info-history-back): Rename from Info-last.
34615         Add current node to Info-history-forward.
34616         (Info-history-forward): New fun.
34617         (Info-mode-map): Replace Info-last by Info-history-back.
34618         Bind Info-history-forward to "r".
34619         (Info-mode-menu): Replace Info-last by Info-history-back.
34620         Fix menu item text.  Add menu item for Info-history-forward.
34621         (info-tool-bar-map): Replace Info-last by Info-history-back.
34622         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
34623         for Info-history-forward.
34624         (Info-mode): Replace Info-last by Info-history-back in docstring.
34625         Add local variable Info-history-forward.
34626         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
34628 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
34630         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
34631         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
34632         Ignore select-window events rather than fiddle with
34633         mouse-autoselect-window.
34635 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
34637         * type-break.el (type-break-mode): Fix previous change.
34639 2005-01-10  Jay Belanger  <belanger@truman.edu>
34641         * calc/calc-ext.el (calc-reset): Reset when inside embedded
34642         calculator; only reset when point is inside a calculator.
34643         Don't adjust the window height if the window takes up the whole height
34644         of the frame.
34646 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
34648         * ebuff-menu.el (Electric-buffer-menu-mode):
34649         Preserve value of buffer-local var header-line-format.
34651 2005-01-09  Jay Belanger  <belanger@truman.edu>
34653         * calc/calc.el (calc-mode-var-list-restore-saved-values):
34654         Make sure settings file exists before accessing it.
34656         * calc/calc-embed.el (calc-embedded-subst):
34657         Replace math-multi-subst-rec, which is only supposed to be called
34658         by math-multi-subst, by math-multi-subst.
34660 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
34662         * vc.el (vc-allow-async-revert): New user option.
34663         (vc-disable-async-diff): New internal variable.
34664         (vc-revert-buffer): Use them to disable asynchronous diff.
34666         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
34667         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
34668         asynchronously if vc-disable-async-diff is t.
34670 2005-01-09  Jay Belanger  <belanger@truman.edu>
34672         * calc/calc.el (defcalcmodevar): New macro.
34673         (calc-mode-var-list-restore-default-values)
34674         (calc-mode-var-list-restore-saved-values): New functions.
34675         (calc-mode-var-list): Use defcalcmodevar to define it.
34676         (calc-always-load-extensions, calc-line-numbering)
34677         (calc-line-breaking, calc-display-just, calc-display-origin)
34678         (calc-number-radix, calc-leading-zeros, calc-group-digits)
34679         (calc-group-char, calc-point-char, calc-frac-format)
34680         (calc-prefer-frac, calc-hms-format, calc-date-format)
34681         (calc-float-format, calc-full-float-format, calc-complex-format)
34682         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
34683         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
34684         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
34685         (calc-matrix-brackets, calc-language, calc-language-option)
34686         (calc-left-label, calc-right-label, calc-word-size)
34687         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
34688         (calc-display-raw, calc-internal-prec, calc-angle-mode)
34689         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
34690         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
34691         (calc-window-height, calc-display-trail, calc-show-selections)
34692         (calc-use-selections, calc-assoc-selections)
34693         (calc-display-working-message, calc-auto-why, calc-timing)
34694         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
34695         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
34696         (calc-gnuplot-default-device, calc-gnuplot-default-output)
34697         (calc-gnuplot-print-device, calc-gnuplot-print-output)
34698         (calc-gnuplot-geometry, calc-graph-default-resolution)
34699         (calc-graph-default-resolution-3d, calc-invocation-macro)
34700         (calc-show-banner): Use defcalcmodevar to declare them and set
34701         their default values.
34703         * calc/calc-ext.el (calc-reset): Restore saved values of variables
34704         instead of default values (but restore default values if there is
34705         an argument of 0).
34707 2005-01-09  David Kastrup  <dak@gnu.org>
34709         * desktop.el (desktop-restore-eager): Fix typo in type.
34711 2005-01-08  Richard M. Stallman  <rms@gnu.org>
34713         * cus-edit.el (customize): Delete :link.
34715 2005-01-08  Jay Belanger  <belanger@truman.edu>
34717         * calc/calc.el (calc-mode): Remove the extension from the
34718         `calc-settings-file' file name when loading it.
34720 2005-01-08  Kim F. Storm  <storm@cua.dk>
34722         * info.el (Info-mode-map, Info-next-link-keymap)
34723         (Info-prev-link-keymap, Info-up-link-keymap):
34724         Map follow-link to mouse-face.
34725         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
34727 2005-01-08  Jay Belanger  <belanger@truman.edu>
34729         * calc/calc.el (calc-settings-file): Change default value.
34730         Suggested by cgw in a comment in calc-mode.el.
34732         * calc/calc-mode.el (calc-settings-file-name):
34733         Compare calc-settings-file to user-init-file instead of ~/.emacs.
34734         Replace ~/.emacs in a prompt by calc-settings-file.
34736 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
34738         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
34739         (desktop-lazy-idle-delay): New customizable variables.
34740         (desktop-buffer-args-list): New variable.
34741         (desktop-append-buffer-args): New function.
34742         (desktop-save): Call desktop-append-buffer-args for some buffers.
34743         (desktop-lazy-create-buffer): New function.
34744         (desktop-idle-create-buffers): New function.
34745         (desktop-read): Add message about buffers to restore lazily.
34746         (desktop-lazy-abort): New command.
34747         (desktop-clear): Call desktop-lazy-abort.
34748         (desktop-lazy-complete): New command.
34750 2005-01-06  Richard M. Stallman  <rms@gnu.org>
34752         * emacs-lisp/find-func.el (find-face-definition):
34753         Rename from find-face.
34755 2005-01-06  Kim F. Storm  <storm@cua.dk>
34757         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
34759         * man.el (Man-xref-man-page, Man-xref-header-file)
34760         (Man-xref-normal-file): Add follow-link property.
34762 2005-01-06  Jay Belanger  <belanger@truman.edu>
34764         * calc/calc-units.el: Make sure the proper macro definitions are
34765         available when compiling.
34767 2005-01-06  Juri Linkov  <juri@jurta.org>
34769         * isearch.el (isearch-lazy-highlight-update):
34770         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
34772 2005-01-06  Miles Bader  <miles@gnu.org>
34774         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
34775         (isearch-lazy-highlight-face): Use new name.
34777 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
34779         * uniquify.el (uniquify-rationalize-file-buffer-names):
34780         Re-add an interactive spec.
34781         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
34782         to the same name.
34784         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
34785         (isearch-update, isearch-done): Adjust calls accordingly.
34787 2005-01-05  Richard M. Stallman  <rms@gnu.org>
34789         * custom.el (custom-set-variables, custom-theme-set-variables):
34790         Clarify documentation.
34792         * emacs-lisp/find-func.el (find-variable)
34793         (find-variable-other-window, find-variable-other-frame):
34794         Fix the TYPE args to find-function-read and find-function-do-it.
34795         (find-function): Doc fix.
34796         (find-function-at-point): Replace function-at-point alias.
34798 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34800         * cus-face.el (custom-declare-face):
34801         Record defface in current-load-list.
34803         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
34805         * emacs-lisp/find-func.el: Doc fixes.
34806         (find-face-regexp): New variable.
34807         (find-function-regexp-alist): New variable.
34808         (find-function-C-source): Third arg is now TYPE.
34809         (find-function-search-for-symbol): Handle general TYPE.
34810         (find-function-read, find-function-do-it): Handle general TYPE.
34811         (find-definition-noselect, find-face): New functions.
34812         (function-at-point): Alias deleted.
34814 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
34816         * battery.el (display-battery-mode): Rename from display-battery.
34817         Handle the case where it gets turned off.
34819 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34821         * cus-edit.el (customize): Make :link point to user doc.
34823         * man.el (Man-fontify-manpage): Turn off undo generation.
34825         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
34827 2005-01-04  Andreas Schwab  <schwab@suse.de>
34829         * files.el (insert-directory): Only look for error lines in
34830         inserted text.  Don't move too far after processing --dired markers.
34832 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34834         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
34835         Don't expand if the character is @, period, dash, etc.
34836         (define-mail-abbrev): Quote names that contain problem characters.
34838 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
34840         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
34842 2005-01-03  Richard M. Stallman  <rms@gnu.org>
34844         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
34845         (query-replace-highlight, query-replace-lazy-highlight)
34846         (query-replace): Definitions moved up.  Doc fix.
34848 2005-01-03  Richard M. Stallman  <rms@gnu.org>
34850         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
34851         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34852         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34853         (lazy-highlight-face): Rename from isearch-lazy-...
34854         Change all references to them.
34856 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
34858         * cus-edit.el (custom-file): Doc fix for defcustom.
34859         (custom-file): The function no longer sets the variable
34860         `custom-file' to its return value.
34862         * startup.el (command-line): No longer load `custom-file'.
34864 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34866         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
34868         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
34869         Don't confuse module-prefixed identifiers for labels.
34870         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
34872 2005-01-02  Richard M. Stallman  <rms@gnu.org>
34874         * files.el (basic-save-buffer-1): Fix previous change.
34876         * loadhist.el (file-loadhist-lookup): New function.
34877         (file-provides, file-requires): Use it.
34879         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
34880         instead of calculating the right size.
34882 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
34884         * vc-svn.el (vc-svn-diff): Stay local if possible.
34886 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
34888         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
34890         * files.el (hack-local-variables): Fix last change.
34892 2005-01-02  Jay Belanger  <belanger@truman.edu>
34894         * calc/calc-yank.el (calc-edit-top): New variable.
34895         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
34896         object.  Change header properties.
34897         (calc-edit-finish, calc-edit-finish-stack-object)
34898         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
34899         edited object.
34900         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
34901         for the beginning of the edited object.
34902         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
34903         for the beginning of the edited object.
34904         * calc/calc-prog.el (calc-edit-macro-finish-edit)
34905         (calc-finish-formula-edit, calc-macro-repeats)
34906         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
34907         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
34908         beginning of the edited object.
34909         (calc-user-define-edit): Change the header for editing macros.
34910         Remove unnecessary variable.
34912 2005-01-01  Jay Belanger  <belanger@truman.edu>
34914         * calc/calc-yank.el (calc-edit-mode): Change default header.
34915         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
34916         * calc/calc-store.el (calc-edit-variable): Change title to match new
34917         header.
34918         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
34919         mode to match new header.
34920         (calc-user-define-edit): Change titles to include names of commands.
34921         (calc-finish-formula-edit): Adjust to handle new header.
34922         (calc-finish-macro-edit): Remove.
34923         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
34924         (calc-edit-macro-command, calc-edit-macro-command-type)
34925         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
34926         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
34927         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
34928         (calc-edit-macro-finish-edit): New functions.
34929         (calc-user-define-edit): Use new functions to edit named calc macros.
34931 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
34933         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
34935         * ses.el (copy-region-as-kill): Deactivate mark.
34937 2005-01-01  Richard M. Stallman  <rms@gnu.org>
34939         * replace.el (occur-1): If the output buffer is also an input,
34940         don't kill it, rename it.
34942         * faces.el (set-face-background, set-face-foreground): Doc fix.
34944         * cus-face.el (custom-face-attributes): Fix :help-echo strings
34945         for :foreground and :background.
34947         * dired.el (dired-view-command-alist): Variable deleted.
34948         (dired-view-file, dired-mouse-find-file-other-window):
34949         Delete the code to use it.
34951 2005-01-01  Kim F. Storm  <storm@cua.dk>
34953         * image.el (insert-sliced-image): Use t for line-height property.
34955 See ChangeLog.11 for earlier changes.
34957 ;; Local Variables:
34958 ;; coding: iso-2022-7bit
34959 ;; add-log-time-zone-rule: t
34960 ;; End:
34962     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
34964   This file is part of GNU Emacs.
34966   GNU Emacs is free software; you can redistribute it and/or modify
34967   it under the terms of the GNU General Public License as published by
34968   the Free Software Foundation; either version 3, or (at your option)
34969   any later version.
34971   GNU Emacs is distributed in the hope that it will be useful,
34972   but WITHOUT ANY WARRANTY; without even the implied warranty of
34973   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
34974   GNU General Public License for more details.
34976   You should have received a copy of the GNU General Public License
34977   along with GNU Emacs; see the file COPYING.  If not, write to the
34978   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
34979   Boston, MA 02110-1301, USA.
34981 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1