(compilation-get-file-structure): Complete last
[emacs.git] / lisp / ChangeLog
blob7929aff54117cb8f5b50e79fd84fabb3eac4c8bc
1 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * progmodes/compile.el (compilation-get-file-structure): Complete last
4         change by also using spec-directory in the puthash.
6 2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
8         * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
9         (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
10         (vc-bzr-status): Fix shadowing of variable 'status'.
11         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
12         Use `expand-file-name' instead of `concat'.
13         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
14         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
16 2007-09-05  Jason Rumney  <jasonr@gnu.org>
18         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
20 2007-09-02  Richard Stallman  <rms@gnu.org>
22         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
23         Add `safe-local-variable' property.
24         (lisp-body-indent): Likewise.
26 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
29         prev/next-node.
31         * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
32         (x-gtk-map-stock): New function.
34 2007-09-02  Glenn Morris  <rgm@gnu.org>
36         * comint.el (comint-mode): Don't set scroll-conservatively.
38         * eshell/em-unix.el (eshell/time): Stringify and flatten the
39         non-command arguments.
41 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
43         * emacs-lisp/bytecomp.el (byte-recompile-directory):
44         Fix bug: Don't expand top-level file name more than once.
45         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
47 2007-09-01  Richard Stallman  <rms@gnu.org>
49         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
50         Add doc string.
52 2007-08-30  Richard Stallman  <rms@gnu.org>
54         * speedbar.el (speedbar-frame-reposition-smartly)
55         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
56         (speedbar-check-vc): Don't use dframe-xemacsp.
58 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
60         * files.el (backup-buffer-copy): Try to overwrite old backup first.
62 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
64         * repeat.el (repeat): Use last-repeatable-command instead of
65         real-last-command.  Run pre- and post-command hooks for
66         self-insertion.  Update doc-string.
68 2007-08-28  Glenn Morris  <rgm@gnu.org>
70         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
72 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
74         * vc-git.el (vc-git-state): Call git-add --refresh to update the
75         state of the file.
76         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
77         (vc-git-create-repo): Fix invalid command.
79 2007-08-27  Richard Stallman  <rms@gnu.org>
81         * textmodes/flyspell.el (flyspell-mode):
82         Catch errors in flyspell-mode-on.
84 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
86         * progmodes/modula2.el (m2-definition, m2-module):
87         Don't use previous-line.  Reported by T. V. Raman.
89 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
91         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
92         argument to tool-bar-mode call.
94 2007-08-27  Glenn Morris  <rgm@gnu.org>
96         * diff-mode.el (diff-find-file-name): Only accept regular files,
97         to rule out /dev/null, directories, etc.
99 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
101         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
102         safe-local-variable setting.
103         * progmodes/perl-mode.el (perl-indent-level): Likewise.
105 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
107         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
108         of buffers in uniquify-managed.
110         * simple.el (invisible-p): Rename from text-invisible-p.
111         Update callers.
113 2007-08-25  Alan Mackenzie  <acm@muc.de>
115         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
116         new language variable.
118         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
119         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
120         "extern" etc., rather than BOI.  Fix addition of spurious
121         syntactic-symbol 'defun-block-intro, replacing it with
122         'innamespace, etc.
124 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
126         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
127         Don't behave differently when executed via M-x.  Add doc string.
129 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
131         * files.el (backup-buffer-copy): Don't wrap delete in
132         condition-case, only try to delete if file exists.
134 2007-08-24  Glenn Morris  <rgm@gnu.org>
136         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
138 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
140         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
141         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
142         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
143         (cperl-etags-goto-tag-location): Use new style backquotes.
145         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
146         (dynamic-completion-table): Use it it.
148         * net/browse-url.el: Remove spurious * in custom docstrings.
149         (browse-url-filename-alist): Use new-style backquote.
151         * emacs-lisp/backquote.el (backquote-unquote-symbol)
152         (backquote-splice-symbol): Clarify they're not new-style unquotes.
154         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
155         (\,@): Backslash the , and ,@ which are not new-style unquotes.
157         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
159         * net/socks.el (socks-username/password-auth-filter):
160         Remove unused vars `state' and `desired-len'.
161         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
162         (socks-wait-for-state-change): Use new-style backquotes.
164         * pcvs.el (cvs-mode-status): Fix long-standing typo.
166         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
167         backquotes after each `read' rather than once per buffer.
169         * dframe.el: Remove spurious * in custom docstrings.
170         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
171         (dframe-xemacs20p): Remove, inline at the sole use point.
172         (defface): Don't defvar the face, don't use old-style backquote.
173         (defcustom): Don't use old-style backquote.
174         (dframe-frame-parameter, dframe-mouse-event-p):
175         Make it obvious that it's always defined.
176         (dframe-popup-kludge): New function to replace
177         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
178         (dframe-frame-mode, dframe-set-timer-internal)
179         (dframe-mouse-set-point): Remove use of with-no-warnings from
180         XEmacs-specific code.
181         (dframe-set-timer-internal): Fix very old bug with
182         post-command-idle-hook.
184         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
186 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
188         * image-mode.el (image-minor-mode): Use image-mode-text-map.
190 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
192         * sort.el (sort-fold-case, sort-numeric-base): Mark as
193         safe-local-variable.
195 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
197         * net/browse-url.el (browse-url-emacs): New function.
199 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
201         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
202         warning if the file uses old style backquotes.
204         * emacs-lisp/bytecomp.el (byte-compile-log-file)
205         (byte-recompile-directory, byte-compile-file)
206         (byte-compile-from-buffer): Use with-current-buffer.
208         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
209         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
210         (line-move-1, line-move-finish, line-move-to-column)
211         (move-end-of-line, move-beginning-of-line): Use new name.
213 2007-08-22  Glenn Morris  <rgm@gnu.org>
215         * files.el (backup-buffer-copy): Check backup directory is
216         writable, to avoid infloop deleting old backup.
218         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
219         movemail related variables.
220         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
221         will now be set before this is called.
223 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
225         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
227         * progmodes/ada-mode.el: Fix up comment style in header.
228         (ada-check-emacs-version): Remove.
229         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
230         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
231         to try and quieten the byte-compiler.
232         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
234         * vc.el (vc-annotate-warp-version): Don't use previous-line.
236 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
238         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
239         extracted from `eval-last-sexp-1'.
240         (eval-last-sexp-1): Call `preceding-sexp'.
242 2007-08-19  Glenn Morris  <rgm@gnu.org>
244         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
245         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
246         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
247         shadow files messing up the compilation.
249 2007-08-18  Glenn Morris  <rgm@gnu.org>
251         * progmodes/scheme.el (scheme-mode-variables):
252         Set font-lock-comment-start-skip.
254 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
256         * progmodes/ada-mode.el (ada-create-syntax-table):
257         Move set-syntax-table from here to ...
258         (ada-mode): ... here.  Don't change global value of comment-multi-line.
259         Call new function ada-initialize-syntax-table-properties.
260         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
261         (ada-deactivate-properties, ada-initialize-properties):
262         Replace by new functions ...
263         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
264         (ada-initialize-syntax-table-properties): ... to set up syntax-table
265         properties uniformly, independently from whether font-lock-mode
266         is enabled or not.  Handle read-only buffers and do not change
267         undo-list when setting syntax-table properties.
268         (ada-after-change-function): Use ada-set-syntax-table-properties.
270 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
272         * progmode/cperl-mode.el (cperl-look-at-leading-count)
273         (cperl-find-pods-heres): Fix an error when typing expressions like
274         `s{a}{b}'.
276 2007-08-17  Glenn Morris  <rgm@gnu.org>
278         * progmodes/compile.el (compilation-get-file-structure): Make use
279         of the directory part when checking for an existing entry, to
280         handle files with same basename in different directories.
282 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
284         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
285         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
286         (ps-paragraph-spacing): Docstring fix.
288 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
290         * smerge-mode.el (smerge-resolve): New arg `safe'.
291         (smerge-resolve-all, smerge-batch-resolve): New function.
292         (smerge-refine): Make sure `diff' returns the expected result.
293         (smerge-parsep-re): New const.
294         (smerge-mode): Use it to adjust paragraph-separate.
296         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
297         Correctly match / regexp matchers as first char on a line when
298         fontifying only that line.
300         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
302 2007-08-16  Glenn Morris  <rgm@gnu.org>
304         * ps-print.el (ps-font-size): Doc fix.
306 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
308         * vc-bzr.el: Don't fiddle with vc-handled-backend.
309         (vc-bzr-registered): Don't redundantly protect against
310         file-error.  Actually use the format-specific code.
311         (vc-bzr-buffer-nonblank-p): Remove.
312         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
314 2007-08-15  Glenn Morris  <rgm@gnu.org>
316         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
317         sloppier, for the sake of GNU Mailman.
318         (rmail-digest-rfc1153): Initialize `result' correctly.
320 2007-08-14  Glenn Morris  <rgm@gnu.org>
322         * simple.el (bad-packages-alist): New constant.
323         (bad-package-check): New function.  Together, these two add
324         elements to `after-load-alist' to check for problematic external
325         packages.
326         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
328 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
330         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
331         optional quotes around files in NEED-UPDATE . REMOVED case.
333         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
334         (ada-treat-cmd-string): Improve error message.
335         (ada-do-file-completion): Call `ada-require-project-file', so
336         project variables are set properly.
337         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
338         (ada-gnatfind-buffer-name): New constant.
339         (ada-find-any-references): Use new constant.  Set buffer name
340         properly in compilation-start.  Toggle read-only properly.
341         (ada-find-in-src-path): Fix spelling error in docstring.
343         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
344         by zero error.
346 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
348         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
350 2007-08-12  Richard Stallman  <rms@gnu.org>
352         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
353         (cvs-execute-single-file): Use new name split-string-and-unquote.
354         (cvs-header-msg): Use new name combine-and-quote-strings.
356         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
358         * progmodes/gud.el (gud-common-init): Use new name
359         split-string-and-unquote.
361         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
362         in javac regexp.
364         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
365         combine-and-quote-strings and split-string-and-unquote.
367         * subr.el (combine-and-quote-strings): Rename from strings->string.
368         (split-string-and-unquote): Rename from string->strings.
370 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
372         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
373         to buffer-local settings.
375         * emacs-lisp/backquote.el (backquote-delay-process): New function.
376         (backquote-process): Add internal arg `level'.  Use the two to
377         correctly handle nested backquotes.
379 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
381         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
382         (vc-bzr-state-words): Add "kind changed" state word.
383         (vc-bzr-status): New function.  Return Bzr idea of file status,
384         which is different from VC's.
385         (vc-bzr-state): Use vc-bzr-status.
386         (vc-workfile-unchanged-p): Use vc-bzr-status.
387         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
388         (vc-dired-state): Process "kind changed" state word.
390 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
392         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
394         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
395         Move from vc-default-find-file-not-found-hook.
397 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
399         * url/url-auth.el (url-basic-auth): When prompting for username
400         and password, default to the username and password in the URL.
402 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
404         * man.el: Remove spurious * in docstrings.
405         Merge defvars and toplevel setq-defaults.
406         (Man-highlight-references0): Limit=nil rather than point-max.
407         (Man-mode-map): Move initialization into the declaration.
408         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
409         (Man-view-header-file): Use expand-file-name rather than concat.
410         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
412         * man.el (Man-next-section): Make sure we do not move backward.
414 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
416         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
417         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
418         ps-print-color-p is neither nil nor black-white.  Reported by Christian
419         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
421 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
423         * files.el (auto-mode-alist): Use the purecopied text (duh!).
425 2007-08-08  Andreas Schwab  <schwab@suse.de>
427         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
428         self-insert-command, not self-insert.
430 2007-08-08  Glenn Morris  <rgm@gnu.org>
432         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
434         * Replace `iff' in doc-strings and comments.
436         * help-mode.el (help-make-xrefs): Search for symbol constituents,
437         rather than just `-'.
439 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
441         * dired.el (dired-pop-to-buffer):
442         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
443         * calendar/calendar.el (generate-calendar-window):
444         * progmodes/compile.el (compilation-set-window-height):
445         * textmodes/two-column.el (2C-two-columns, 2C-merge):
446         Use window-full-width-p instead of comparing frame-width and
447         window-width.
449         * progmodes/compile.el (compilation-find-buffer): Remove extra
450         argument in call to compilation-buffer-internal-p.
452 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
454         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
455         parameters IDENTIFICATION and CONNECTED.
456         (tramp-handle-insert-file-contents): VISIT must be handled after
457         insertion of the local copy.  Reported by Peter Gordon
458         <peter@pg-consultants.com>.
459         (tramp-file-name-handler): No special handling for
460         `expand-file-name'.  But for `file-name-as-directory'.
461         (tramp-find-shell, tramp-open-connection-telnet)
462         (tramp-open-connection-rsh, tramp-open-connection-su)
463         (tramp-open-connection-multi)
464         (tramp-open-connection-setup-interactive-shell): Guard against
465         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
466         <steve@sxemacs.org>.
467         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
468         the hint.
470         * net/trampver.el: Update release number.
472 2007-08-07  Tom Tromey  <tromey@redhat.com>
474         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
475         Add safe-local-variable property.
477 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
479         * image-mode.el (image-toggle-display): Use image-refresh.
481         * longlines.el (longlines-decoded): New variable.
482         (longlines-mode): Avoid encoding or decoding the buffer twice.
484 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
486         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
487         unofficial version.
488         (vc-bzr-command): Remove redundant setting of process-connection-type.
489         (vc-bzr-admin-checkout-format-file): Add autoload.
490         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
491         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
492         (vc-bzr-registered): Compare dirstate format tag with known good
493         value, abort parsing if match fails.  Warn user in docstring.
494         (vc-bzr-workfile-version): Case for different Bzr branch formats.
495         See bzrlib/branch.py in Bzr sources.
496         (vc-bzr-diff): First argument FILES may be a string rather than a list.
497         (vc-bzr-shell-command): Remove in favor of
498         vc-bzr-command-discarding-stderr.
499         (vc-bzr-command-discarding-stderr): New function.
501 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
503         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
504         program, and return nil
505         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
506         (vc-bzr-state): Look for path names relative to the repository
507         root after status keyword.
508         (vc-bzr-file-name-relative): New function.
509         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
510         depend on it.
511         (vc-bzr-admin-dirname, ...-checkout-format-file)
512         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
513         files that we now parse directly for speed.
514         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
515         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
516         (vc-bzr-state): "bzr status" successful only if exitcode is 0
517         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
518         Bzr warnings, so we must discard it.
519         (vc-bzr-workfile-version): Speedup counting lines from
520         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
521         if that file doesn't exist.
522         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
523         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
524         (not ".bzr"!) to `vc-directory-exclusion-list'
525         (vc-bzr-shell-command): New function.
527 2007-08-06  Tom Tromey  <tromey@redhat.com>
529         * diff-mode.el (diff-unified->context, diff-reverse-direction)
530         (diff-fixup-modifs): Typo in docstring.
532 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
534         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
535         count-screen-lines.
536         (tpu-edt-off): Disable relevant pieces of advice.
538         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
539         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
540         (newline, newline-and-indent, do-auto-fill): Use advice instead of
541         redefining the function.
542         (tpu-set-scroll-margins): Activate the pieces of advice.
544 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
546         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
547         process-filter.
549 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
551         * help.el (resize-temp-buffer-window): Use window-full-width-p
552         instead of comparing frame-width and window-width.
554 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com> (tiny change)
556         * term.el: Honor term-default-fg-color and term-default-bg-color
557         settings when modifying term-current-face.
558         (term-default-fg-color, term-default-bg-color): Initialize from
559         default term-current-face.
560         (term-mode, term-reset-terminal): Set term-current-face with
561         term-default-fg-color and term-default-bg-color.
562         (term-handle-colors-array): term-current-face has term-default-fg-color
563         and term-default-bg-color after reset escape sequence.
564         (term-handle-colors-array): Set term-current-color with
565         term-default-fg/bg-color instead of ansi-term-color-vector when the
566         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
568 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
570         * files.el (set-auto-mode): Handle also remote files wrt
571         `auto-mode-alist'.
573         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
574         remote identification.
576 2007-08-04  Glenn Morris  <rgm@gnu.org>
578         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
579         zero, not nil, when the library is first loaded.  Check for a file
580         that has been modified on disk.
582         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
583         Remove duplicate defvar preventing initialization.
584         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
586 2007-08-03  Miles Bader  <miles@gnu.org>
588         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
589         backend names for new backends to `Git', `Hg', and `Bzr'.
590         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
591         not `HG'.
592         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
593         name, not `GIT'.
594         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
595         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
597 2007-08-03  Glenn Morris  <rgm@gnu.org>
599         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
601 2007-08-02  Richard Stallman  <rms@gnu.org>
603         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
604         to update deleted flag.
606         * cus-edit.el (customize-apropos, customize-apropos-options)
607         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
609         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
611         * startup.el (fancy-splash-head, startup-echo-area-message):
612         Change message text.
614         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
615         All callers use line-move.
617         * progmodes/compile.el (compilation-find-buffer): Return current
618         buffer immediately if suitable.
619         (compile, compilation-buffer-name, compilation-start): Doc fixes.
621 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
623         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
624         Make it more discriminating and more useful.
625         (vc-bzr-root-dir): Use new name.
626         (vc-bzr-registered): Use new name and look at the dirstate file to
627         determine if it's registered or not without running `bzr'.
629 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
631         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
633 2007-07-31  Drew Adams  <drew.adams@oracle.com>
635         * cus-edit.el (custom-group-value-create, custom-goto-parent):
636         Fix parent groups link.
638 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
640         * faces.el (face-normalize-spec): New function.
641         (frame-set-background-mode): Normalize face-spec before calling
642         face-spec-match-p.
644 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
646         * vc-bzr.el: New file (copied from the trunk).
648         * vc-hooks.el (vc-handled-backends): Add BZR.
649         (vc-find-file-hook): Failsafe if the backend's `registered'
650         function burps.
652         * server.el (server-window): Add switch-to-buffer-other-frame option.
654 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
656         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
657         (vc-git-revision-completion-table): Enable.
659         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
661         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
663         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
664         (vc-hg-registered): Set the vc-state property.
666         * diff-mode.el (diff-mode-menu): New entries.
668 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
670         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
671         (diff-file-kill): Use it.
672         (diff-beginning-of-hunk): Add arg `try-harder' using it.
673         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
674         Use it so they find the hunk even when we're in the file header.
676         * vc.el: Add new VC operation `revision-completion-table'.
677         (vc-default-revision-completion-table): New function.
678         (vc-version-diff, vc-version-other-window): Use it to provide
679         completion of revision names if the backend provides it.
681         * vc-arch.el (vc-arch--version-completion-table)
682         (vc-arch-revision-completion-table): New functions to provide
683         completion of revision names.
685         * vc-cvs.el: Require CL.
686         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
687         New functions to provide completion of revision names.
689 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
691         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
692         (copyright-fix-years, copyright): Correctly handle the case where
693         copyright-limit is nil.
695 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
697         * progmodes/python.el (run-python): Fix path separator under w32.
699 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
701         * vc-git.el: New File.
703 2007-07-28  Alan Mackenzie  <acm@muc.de>
705         Fix problem with modes derived from CC Mode:
706         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
707         macro to cc-langs.
708         (c-init-language-vars-for): Remove call to above macro.
709         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
710         been moved to here.
711         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
713 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
715         * net/trampver.el: Fix the `coding' cookie.
717 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
719         * add-log.el (change-log-redate): Remove (not needed anymore and
720         doesn't appear to work).
722 2007-07-25  Glenn Morris  <rgm@gnu.org>
724         * Relicense all FSF files to GPLv3 or later.
726         * COPYING: Switch to GPLv3.
728 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
730         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
731         Replace it with another one which disables undo before calling
732         erase-buffer and then turns it back on if needed.
734 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
736         * ps-print.el: Problem with foreground and background color when
737         printing a buffer with and without faces.  Reported by Christian
738         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
739         (ps-print-version): New version 6.7.5.
740         (ps-default-fg): Change default value to nil, so black color is used
741         when a face does not specify a foreground color.
742         (ps-default-bg): Change default value to nil, so white color is used
743         for background color.
744         (ps-begin-job): Fix code.
746 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
748         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
750 2007-07-24  Alan Mackenzie  <acm@muc.de>
752         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
753         Initialise byte-compile-unresolved-functions before rather than
754         after a compilation.
755         (byte-compile-unresolved-functions): Amplify doc string.
757 2007-07-24  Glenn Morris  <rgm@gnu.org>
759         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
760         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
761         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
762         (cal-tex-cursor-week, cal-tex-cursor-week2)
763         (cal-tex-cursor-week-iso, cal-tex-week-hours)
764         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
765         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
766         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
768 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
770         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
772 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
774         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
775         underlying file is uptodate.
777 2007-07-23  Richard Stallman  <rms@gnu.org>
779         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
781 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
783         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
784         (sh-font-lock-flush-syntax-ppss-cache): New funs.
785         (sh-font-lock-syntactic-keywords): Use them to distinguish the
786         different possible cases for \'.
787         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
789         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
790         `file' from which to start the search and fix case where `file' is the
791         current directory and the root as well.
793         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
794         name for buffer-file-name if it refers to a directory.
796 2007-07-22  Jason Rumney  <jasonr@gnu.org>
798         * w32-fns.el (set-default-process-coding-system): Use dos line ends
799         for input to cmdproxy on all versions of Windows.
800         Use dos line ends for input to plink.
802         * comint.el (comint-simple-send): Concat newline before sending.
803         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
805 2007-07-22  Juri Linkov  <juri@jurta.org>
807         * isearch.el (isearch-edit-string): Save old point and
808         isearch-other-end to old-point and old-other-end before reading
809         the search string from minibuffer.  After exiting minibuffer set
810         point to old-other-end if point and the search direction is the
811         same as before reading the search string.
812         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
813         to isearch-other-end.  Instead of isearch-search-and-update call
814         three functions isearch-search, isearch-push-state and isearch-update.
816 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
818         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
819         destroying an existing buffer.
821 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
823         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
825         * term/x-win.el (x-handle-no-bitmap-icon): New function.
827 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
829         * textmodes/reftex.el (reftex-access-parse-file): Create parse
830         file in a way that does not interfere with recentf.
832 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
834         * image-dired.el (image-dired-sane-db-file): New func.
835         (image-dired-write-tags, image-dired-remove-tag)
836         (image-dired-list-tags, image-dired-write-comments)
837         (image-dired-get-comment, image-dired-mark-tagged-files)
838         (image-dired-create-gallery-lists): Call new func.
839         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
841 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
843         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
844         (vc-hg-dir-state): Fix loop.
845         (vc-hg-print-log): Fix expected return value for vc-hg-command.
846         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
847         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
848         (vc-hg-revert): Likewise.
849         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
851 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
853         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
854         case of alignment under a constant symbol, find and consider
855         the sexp actually at indentation to be the "last sexp".
857 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
859         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
860         (install): Use them to copy all *.el files before *.elc.
861         (clean): Don't delete *~.
863 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
865         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
867 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
869         * vc-hg.el (vc-hg-registered): Replace if with when.
870         (vc-hg-state): Deal with nonexistent files.
872 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
874         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
875         (follow-delete-other-windows-and-split, follow-recenter)
876         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
877         (follow-redisplay, follow-estimate-first-window-start)
878         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
879         Fix typos in docstrings.
881 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
883         * bookmark.el (bookmark-show-all-annotations):
884         Make sure each inserted annotation ends with newline.
886         (bookmark-maybe-sort-alist): Don't modify
887         bookmark-alist.  Instead, if not sorting, simply return it.
888         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
889         for its return value, not for its side effect.
891 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
893         * vc.el: Add more info about the vc-registered function.
895 2007-07-16  David Kastrup  <dak@gnu.org>
897         * emacs-lisp/advice.el (defadvice): Doc fix.
899 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
901         * subr.el (when, unless): Doc fix.
903 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
905         * vc-hg.el (vc-hg-state): Handle removed files.
906         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
907         (vc-hg-checkout): Re-enable.
909 2007-07-15  Richard Stallman  <rms@gnu.org>
911         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
913         * tutorial.el (tutorial--find-changed-keys):
914         Handle C-x specially like ESC.
916 2007-07-15  Roland McGrath  <roland@frob.com>
918         * add-log.el (add-change-log-entry): Check add-log-full-name
919         and add-log-mailing-address later, after change-log-mode-hook.
921 2007-07-15  Richard Stallman  <rms@gnu.org>
923         * isearch.el (isearch-mode, isearch-done):
924         Delete unintended code in previous change.
926         * ps-print.el (ps-default-bg): Change to White.
928 2007-07-15  Aaron Hawley  <aaronh@garden.org>
930         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
932 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
934         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
935         when handling the terminating event.
937 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
939         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
941 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
943         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
944         (install): Use them to copy all *.el files before *.elc.
946 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
948         * replace.el (match): Use yellow1 instead of yellow.
950         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
952         * pcvs-info.el (cvs-unknown): Likewise.
954 2007-07-12  Davis Herring  <herring@lanl.gov>
956         * desktop.el (desktop-buffer-info, desktop-save):
957         Use `desktop-dirname' instead of `dirname'.
959 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
961         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
963         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
965 2007-07-10  Richard Stallman  <rms@gnu.org>
967         * emacs-lisp/lisp-mode.el (eval-defun):
968         Explain special handling of `defface'.
970 2007-07-09  Richard Stallman  <rms@gnu.org>
972         * isearch.el (isearch-edit-string): Call to isearch-push-state
973         after the search.
975 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
977         * cus-start.el (file-coding-system-alist): Fix custom type.
979 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
981         * longlines.el (longlines-wrap-region): Avoid marking buffer as
982         modified.
983         (longlines-auto-wrap, longlines-window-change-function):
984         Remove unnecessary calls to set-buffer-modified-p.
986 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
988         * vc.el (vc-default-log-view-mode): New function.
989         (vc-print-log): Add new `log-view-mode' VC operation.
991 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
993         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
994         Rename and move to...
996         * subr.el (strings->string, string->strings): ...here.
998         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
999         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1001         * progmodes/gud.el (gud-common-init): Call string->strings instead
1002         of split-string.
1004 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
1006         * term/w32-win.el (menu-bar-open): New function.
1007         Bind <f10> to it.
1009 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
1011         * log-view.el (log-view-mode-menu): New menu.
1013 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
1015         * vc-hg.el: New file.
1017 2007-07-06  Andreas Schwab  <schwab@suse.de>
1019         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1020         dynamic bindings around the evaluation of the expression.
1021         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1023 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
1025         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1026         file names.
1028 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
1030         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1032         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1033         event is not a cons cell.  Do not unread drag-mouse-1 events.
1034         Select right window in check whether space was stolen from
1035         window above.
1037 2007-07-01  Richard Stallman  <rms@gnu.org>
1039         * files.el (find-file-visit-truename): Fix safe-local-variable value.
1041 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
1043         * generic-x.el (generic-define-mswindows-modes)
1044         (generic-define-unix-modes, apache-log-generic-mode)
1045         (bat-generic-mode-keymap, java-manifest-generic-mode)
1046         (show-tabs-generic-mode): Fix typos in docstrings.
1048 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1050         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1051         replace-regexp-in-string.
1053 2007-06-28  Andreas Schwab  <schwab@suse.de>
1055         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1056         $(lisp)/subdirs.el.
1058 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
1060         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1061         the speedbar frame if nil; that deletes the current frame or
1062         causes an error if it is the only frame.
1063         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1065 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
1067         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1068         directory where the desktop file was found, as the docstring says.
1069         (desktop-kill): Use `read-directory-name'.
1071         * desktop.el (desktop-load-locked-desktop): New option.
1072         (desktop-read): Use it.
1073         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1074         Use `when'.
1076 2007-06-24  Davis Herring  <herring@lanl.gov>
1078         * desktop.el (desktop-save-mode-off): New function.
1079         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1080         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1081         (desktop-claim-lock, desktop-release-lock): New functions.
1082         (desktop-kill): Tell `desktop-save' that this is the last save.
1083         Release the lock afterwards.
1084         (desktop-buffer-info): New function.
1085         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
1086         says to.  Detect conflicts, and manage the lock.
1087         (desktop-read): Detect conflicts.  Manage the lock.
1089 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1091         * ls-lisp.el (insert-directory): If an invalid regexp error is
1092         thrown, try using FILE as a literal file name, not a wildcard.
1093         Check for FILE as an existing file, not just a directory.
1095 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
1097         * ruler-mode.el (ruler-mode): Prevent clobbering the original
1098         `header-line-format' when reentering ruler mode.
1100 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1102         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1103         FILE exists as a directory.
1105 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1107         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1108         (vera-font-lock-match-item): Fix doc string.
1109         (vera-in-comment-p): Remove unused function.
1110         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1111         use `syntax-ppss'.
1112         (vera-forward-syntactic-ws): Fix argument order.
1113         (vera-prepare-search): Use `with-syntax-table'.
1114         (vera-indent-line): Fix doc string.
1115         (vera-electric-tab): Fix doc string.
1116         (vera-expand-abbrev): Define alias instead of using `fset'.
1117         (vera-comment-uncomment-region): Use `comment-start-skip'.
1119 2007-06-20  Reto Zimmermann  <reto@gnu.org>
1121         * progmodes/vera-mode.el: New file.
1123 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
1125         * ido.el (ido-find-file-in-dir): Don't signal an error for
1126         empty directories.
1128 2007-06-18  Alan Mackenzie  <acm@muc.de>
1130         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1131         When removing lines, also remove the \n.  Correction of patch of
1132         2007-04-21.
1134 2007-06-17  Glenn Morris  <rgm@gnu.org>
1136         * lpr.el (lpr-page-header-switches): Move %s to separate element
1137         for correct quoting.  Doc fix.
1139 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1141         * term/xterm.el (terminal-init-xterm): Escape parens in character
1142         constants.
1144 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
1146         * scroll-lock.el (scroll-lock-mode): Doc fix.
1148 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1150         * font-lock.el (font-lock-add-keywords): In case font-lock was only
1151         half-activated, forcefully activate it completely.
1153 2007-06-11  Richard Stallman  <rms@gnu.org>
1155         * cus-edit.el (custom-variable-type): Doc fix.
1157 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1159         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1161 2007-06-09  Davis Herring  <herring@lanl.gov>
1163         * desktop.el (desktop-minor-mode-table): Doc fix.
1165 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
1167         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1168         (image-next-line, image-previous-line, image-scroll-up)
1169         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1170         New functions.
1171         (image-mode-map): Remap motion commands.
1172         (image-mode-text-map): New keymap for viewing images as text.
1173         (image-mode): Use image-mode-map.
1174         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1176 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
1178         Sync with Tramp 2.0.56.
1180         * net/tramp.el:
1181         * net/tramp-ftp.el:
1182         * net/tramp-smb.el:
1183         * net/tramp-util.el:
1184         * net/tramp-vc.el:
1185         Don't load cl.el, because that pollutes the namespace.  Replace cl
1186         macros by their implementations where necessary.  Requested by
1187         Richard Stallman <rms@gnu.org>.
1189         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1190         doesn't exist.
1191         (with-parsed-tramp-file-name): Protect debug spec during compilation.
1192         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1193         (tramp-file-name-p, tramp-file-name-multi-method)
1194         (tramp-file-name-method, tramp-file-name-user)
1195         (tramp-file-name-host, tramp-file-name-localname): New defuns,
1196         replacing defstruct `tramp-file-name'.
1197         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1198         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1199         Apply `vector' instead of `make-tramp-file-name'.
1200         (tramp-handle-make-auto-save-file-name):
1201         Apply `tramp-temporary-file-directory' for compatibility reasons.
1202         (tramp-completion-mode): Use `natnump' instead of `wholenump'
1203         because of XEmacs.
1204         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1205         started.
1207 2007-06-07  David Kastrup  <dak@gnu.org>
1209         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1210         Change default to `top'.
1212 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
1214         * dired.el (dired-mode-map): Remove spurious separator.
1216 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1218         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1220         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1221         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1223 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1225         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1226         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1228 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1230         * progmodes/ebrowse.el (ebrowse-member-table):
1231         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1233 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1235         * pgg.el (pgg-sign-region, pgg-sign):
1236         * ses.el (ses-call-printer):
1237         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1238         * textmodes/org.el (org-cycle): Fix typos in docstrings.
1240 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
1242         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1243         (tar-get-descriptor): Handle type 55, an extended pax header.
1245 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1247         * textmodes/css-mode.el: New file.
1249 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
1251         * net/socks.el: New file, taken from w3 repository.
1252         (top): Update Copyright.  Don't load cl.el.
1253         (all): Replace `case' by `cond', `string-to-int' by
1254         `string-to-number', and `process-kill-without-query' by
1255         `set-process-query-on-exit-flag'.
1256         (socks-char-int): Remove defalias and all occurrences.
1258 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1260         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1261         (sort-coding-systems, search-unencodable-char): Doc fixes.
1262         (coding-system-change-eol-conversion, set-default-coding-systems)
1263         (prefer-coding-system, find-multibyte-characters, princ-list)
1264         (leim-list-entry-regexp, set-input-method, locale-language-names)
1265         (input-method-exit-on-first-char, exit-language-environment-hook)
1266         (locale-charset-language-names): Fix typos in docstrings.
1268 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
1270         * bs.el (bs-cycle-previous): Don't modify the cycle list until
1271         `switch-to-buffer' has returned succesfully.
1272         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
1273         window is dedicated (it could iconify the frame).
1275 2007-06-05  Glenn Morris  <rgm@gnu.org>
1277         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1279 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
1281         * files.el (auto-mode-alist): Add lower-priority match for names
1282         like ChangeLog.old.
1284 2007-06-04  Andreas Schwab  <schwab@suse.de>
1286         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1288 2007-06-04  Davis Herring  <herring@lanl.gov>
1290         * calendar/timeclock.el: Update version number.
1291         (timeclock-modeline-display): Mention timeclock-use-display-time
1292         in explanatory message.
1293         (timeclock-log): Suppress warnings when finding the log.
1294         Don't check for a nil project twice.  Run hooks after killing the
1295         buffer (if applicable).
1296         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1297         was geometric).  All uses changed.
1298         (timeclock-generate-report): Support prefix argument.
1300 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1302         * man.el (Man-next-section): Don't consider the last line of the
1303         page as being part of any section.
1305 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
1307         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1308         modified flag of buffer.  Use `inhibit-modification-hooks'.
1310 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1312         * mail/mail-extr.el (mail-extract-address-components):
1313         Recognize non-ASCII characters except for NBSP as words.
1315 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
1317         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1319 2007-06-04  Michael Olson  <mwolson@gnu.org>
1321         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1322         died and we are trying to send a signal to it.
1324 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
1326         * emacs-lisp/easy-mmode.el (define-minor-mode)
1327         (easy-mmode-define-navigation): Fix typos in docstrings.
1329         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1330         Fix typos in docstrings.
1331         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1332         (compilation-finish-function): Fix typo in obsolescence declaration.
1334         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1336 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
1338         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1339         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1341         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1343         * longlines.el (longlines-mode): Make longlines-auto-wrap
1344         buffer-local.  Add hooks unconditionally.
1345         (longlines-auto-wrap): Toggle wrapping.
1346         (longlines-after-change-function)
1347         (longlines-post-command-function): Check longlines-auto-wrap.
1349 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1351         * Version 22.1 released.
1353 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
1355         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1356         changes.
1358 2007-05-31  Richard Stallman  <rms@gnu.org>
1360         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1362 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
1364         * textmodes/table.el (table--point-entered-cell-function)
1365         (table--point-left-cell-function):
1366         Bind `inhibit-point-motion-hooks' to t.
1368 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1370         * emacs-lisp/rx.el (rx): Doc fix.
1372 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
1374         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1376 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
1378         * log-edit.el (log-edit-changelog-paragraph): Return point-max
1379         as the end of the ChangeLog paragraph when it ends without a line
1380         termination.
1382 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1384         * textmodes/fill.el (canonically-space-region): Make the second arg
1385         a marker if it's not already the case.
1387         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1388         (xterm-mouse-event): Use it.
1390 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
1392         * vc-hooks.el (vc-find-root): Fix file attribute test.
1394 2007-05-24  Richard Stallman  <rms@gnu.org>
1396         * textmodes/flyspell.el (flyspell-correct-word-before-point):
1397         Don't let opoint be nil.
1398         (flyspell-emacs-popup): Explicit error if no dialogs.
1400 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
1402         * tar-mode.el (tar-file-name-handler): New function.
1403         (tar-extract): Bind file-name-handler-alist to it to force
1404         find-buffer-file-type-coding-system behave as if the file being
1405         extracted existed.  Use last-coding-system-used to force
1406         buffer-file-coding-system to what decode-coding-region actually
1407         used to decode the file.
1409 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1411         * progmodes/compile.el (compilation-handle-exit):
1412         `compilation-finish-function' may change the current buffer.
1414 2007-05-22  Richard Stallman  <rms@gnu.org>
1416         * files.el (set-auto-mode): Doc fix.
1418 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
1420         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1422 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
1424         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1425         (rcirc-print): Handle `window-width'.
1426         (rcirc-buffer-maximum-lines): Doc fix.
1428 2007-05-19  Kevin Ryde  <user42@zip.com.au>
1430         * info.el (Info-fontify-node): Match https also.
1432 2007-05-18  Richard Stallman  <rms@gnu.org>
1434         * simple.el (push-mark): Doc fix.
1436 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
1438         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1439         tpu-global-map.
1440         (tpu-original-global-map): Delete variable.
1441         (tpu-control-keys-map): New keymap variable.
1442         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1443         setting keymapping directly.
1444         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1445         tpu-global-map.
1446         (tpu-edt-on): Activate the tpu-global-map.
1447         (tpu-edt-off): Deactivate the tpu-global-map.
1449 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
1451         * textmodes/ispell.el (ispell-get-word): Return markers
1452         for start and end positions.
1453         (ispell-word): Assume END is a marker.
1455 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1457         * ps-print.el: Use default color when foreground or background color
1458         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
1459         (ps-print-version): New version 6.7.4.
1460         (ps-rgb-color): New argument.  Use default color when color is
1461         unspecified.
1462         (ps-begin-job): Fix code.
1464 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
1466         * textmodes/ispell.el (ispell-start-process): Defend against bad
1467         default-directory.
1469 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1471         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1473 2007-05-16  Richard Stallman  <rms@gnu.org>
1475         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1477 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1479         * files.el (magic-mode-alist, magic-fallback-mode-alist):
1480         Move the *ml, Postscript, and XmCD entries to the fallback part.
1482         * files.el (magic-fallback-mode-alist):
1483         Rename from file-start-mode-alist.
1485 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1487         * progmodes/compile.el (compilation-handle-exit): Quote first
1488         argument of `run-hook-with-args'.
1490 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
1492         * buff-menu.el (Buffer-menu-sort-column):
1493         * dabbrev.el (dabbrev-upcase-means-case-search):
1494         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1495         * info.el (Info-current-subfile):
1496         * ls-lisp.el (ls-lisp-verbosity):
1497         * msb.el (msb-menu-cond):
1498         * pcvs.el (cvs-dired-use-hook):
1499         * simple.el (set-mark-command-repeat-pop):
1500         * time.el (display-time-24hr-format, display-time-mail-file):
1501         Doc fixes.
1503         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1504         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1506         * view.el (view-inhibit-help-message): Fix typo in docstring.
1507         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1509 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
1511         * mail/rmail.el (rmail-convert-to-babyl-format):
1512         Check content-transfer-encoding _last_, because we need its position
1513         in base64-header-field-end.
1515 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
1517         * files.el (mode-require-final-newline, require-final-newline)
1518         (enable-local-variables, enable-local-eval): Doc fixes.
1520 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1522         * progmodes/python.el (python-font-lock-keywords)
1523         (python-open-block-statement-p, python-mode): Add support for the new
1524         "with" keyword.
1526 2007-05-10  Richard Stallman  <rms@gnu.org>
1528         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1529         (iso-cvt-write-only): Likewise.
1531         * emacs-lisp/easy-mmode.el (define-minor-mode):
1532         Fix generated doc string.
1534         * startup.el (fancy-splash-text): Add URL of guided tour.
1535         Adjust horizontal and vertical whitespace.
1537         * progmodes/compile.el (compilation-handle-exit):
1538         Use run-hook-with-args to run compilation-finish-functions.
1540         * files.el (file-start-mode-alist): New variable.
1541         (magic-mode-regexp-match-limit): Doc fix.
1542         (set-auto-mode): Handle file-start-mode-alist.
1543         A little cleanup of structure.
1545 2007-05-10  Davis Herring  <herring@lanl.gov>
1547         * calendar/timeclock.el (timeclock-in): Fix non-interactive
1548         workday specifications.
1549         (timeclock-log): Don't kill the log buffer if it already existed.
1551 2007-05-08  Richard Stallman  <rms@gnu.org>
1553         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1554         Don't include non-self-insert commands in the exception for `-'.
1556 2007-05-08  David Reitter  <david.reitter@gmail.com>
1558         * progmodes/python.el (python-guess-indent): Check non-nullness
1559         before comparing indent against the 2..8 interval.
1561 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1563         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1564         available.
1566 2007-05-06  Richard Stallman  <rms@gnu.org>
1568         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1570 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
1572         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1573         disconnections.
1575 2007-05-01  Romain Francoise  <romain@orebokech.com>
1577         * dired-x.el: Revert 2007-04-06 change.
1579 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
1581         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1582         don't put stop on toolbar.
1584 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
1586         * find-dired.el (find-dired-filter): Propertize all text down to eob.
1588 2007-04-29  Richard Stallman  <rms@gnu.org>
1590         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1592 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1594         * progmodes/cc-mode.el (c-before-change): Use point-min rather
1595         than 1.
1597 2007-04-28  Richard Stallman  <rms@gnu.org>
1599         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1601 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1603         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1605 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
1607         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1608         instead of $(lisp)/mh-e.
1610         * textmodes/fill.el (fill-paragraph): Doc fix.
1612 2007-04-28  Glenn Morris  <rgm@gnu.org>
1614         * image-dired.el (image-dired-cmd-create-thumbnail-options)
1615         (image-dired-cmd-create-temp-image-options): Replace option
1616         +profile "*" with -strip.
1618 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
1620         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1621         Use window-start and window-end.
1623 2007-04-26  Glenn Morris  <rgm@gnu.org>
1625         * progmodes/python.el: Restore file pending consideration of legal
1626         status.
1628 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
1630         * locate.el (locate-in-alternate-database): Doc fix.
1632 2007-04-26  Glenn Morris  <rgm@gnu.org>
1634         * button.el (button): Use underline if supported, else fall back
1635         to color.
1637 2007-04-25  Richard Stallman  <rms@gnu.org>
1639         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1641 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
1643         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1644         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1645         pushing mark.
1646         (idlwave-current-routine): Don't push mark.
1648 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
1650         * image-dired.el (image-dired-display-image): Derive image-type from
1651         filename rather than assuming jpeg, in case no resizing was needed.
1653 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1655         * custom.el (defface): Doc fix.
1657 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
1659         * progmodes/python.el: Remove due to unclear legal issues.
1661 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
1663         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
1664         Don't re-query for each cleared BP.
1665         (idlwave-shell-clear-bp): Optionally skip BP query.
1666         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
1667         of set-window-buffer, which incorrectly moves displayed region.
1669 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
1671         * calc/calc.el (calc-bug-address): Update maintainer's address.
1672         * calc/*: Update maintainer's address.
1674 2007-04-23  Richard Stallman  <rms@gnu.org>
1676         * simple.el (set-mark-command-repeat-pop): Doc fix.
1677         Put in `editing-basics' group.
1679 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
1681         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
1682         New functions.
1683         (Info-mode-line-node-keymap): Bind mouse commands to
1684         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
1686 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
1688         * locate.el (locate-local-prompt): New var.
1689         (locate-prompt-for-command): Doc fix.
1690         (locate-prompt-for-search-string): New function.
1691         (locate): New optional arg.  Make locate-local-prompt
1692         buffer-local.  Use locate-prompt-for-search-string.
1693         (locate-with-filter): New optional arg.
1694         Use locate-prompt-for-search-string.
1695         (locate-update): Bind locate-prompt-for-command.
1697 2007-04-23  Glenn Morris  <rgm@gnu.org>
1699         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
1701 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
1703         * button.el (button): Inherit from link face on a tty.
1705 2007-04-23  Glenn Morris  <rgm@gnu.org>
1707         * button.el (button): Use color for this face on a tty.
1709         * files.el (magic-mode-alist): Allow for carriage-returns in
1710         html-mode and sgml-mode entries.
1712 2007-04-22  Richard Stallman  <rms@gnu.org>
1714         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1715         Improve doc string of generated command.
1717         * subr.el (read-number): Catch errors.
1719         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
1721 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
1723         * image-dired.el: Rename from thumbnails.el.  All instances of
1724         "thumbnails" replaced with "image-dired".
1726         * dired.el (dired-mode-map): Rename "thumbnails" again, to
1727         "image-dired".
1729 2007-04-22  Kim F. Storm  <storm@cua.dk>
1731         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
1732         Don't use kill-line.
1734 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
1736         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
1737         error message.
1739 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
1741         * dired.el: Rename "tumme" to "thumbnails".
1743         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
1744         replaced with "thumbnails".
1746 2007-04-22  Glenn Morris  <rgm@gnu.org>
1748         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
1749         and give it the risky-local-variable property.
1751         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
1752         before defining it.
1754 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
1756         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1757         Use delete-region instead of kill-line.
1759 2007-04-21  Alan Mackenzie  <acm@muc.de>
1761         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
1762         `kill-region' by `delete-region'.
1764 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
1766         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
1767         instead of kill-region.
1769         * progmodes/mantemp.el (mantemp-make-mantemps-region)
1770         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
1771         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
1772         and kill-line.
1774         * progmodes/vhdl-mode.el (vhdl-template-type)
1775         (vhdl-template-record, vhdl-template-nature)
1776         (vhdl-template-configuration-spec, vhdl-template-component-inst)
1777         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
1778         Use delete-region instead of kill-word and kill-line.
1780 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1782         * dired-x.el (dired-virtual-mode): Doc fix.
1784 2007-04-21  Richard Stallman  <rms@gnu.org>
1786         * font-lock.el (font-lock-keywords-alist): Mark as risky.
1788         * subr.el (read-number): Doc fix.
1790         * simple.el (pop-to-mark-command): Display message "mark popped"
1791         if point does not move.
1792         (set-mark-command): Doc fix.
1794 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
1796         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
1797         (locate-local-filter, locate-local-search): New vars.
1798         (locate): Make variables local.
1799         (locate-update): Bind locate-buffer-name.  Call locate using
1800         locate-local-filter and locate-local-search.
1802 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
1804         * hi-lock.el (hi-lock-file-patterns-policy): New var.
1805         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
1806         (hi-lock-mode): Update docstring.
1808 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1810         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
1811         fill-nobreak-predicate when the break is past fill-column.
1813 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1815         * locate.el (locate): Output from shell-command should go in the
1816         current buffer rather than *Shell Command Output*.
1818 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
1820         * paren.el (show-paren-function): Fix last fix.
1822 2007-04-19  Kevin Ryde  <user42@zip.com.au>
1824         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
1825         (archive-lzh-summarize): Add optional start arg for where to start
1826         looking at the archive.
1827         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
1829         * international/mule.el (auto-coding-alist): no-conversion for .exe
1830         and .EXE.
1832 2007-04-19  Alan Mackenzie  <acm@muc.de>
1834         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
1835         function return type contains "struct", "union", etc.
1836         c-end-of-defun goes too far forward.
1838 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
1840         * paren.el (show-paren-function): Reset window-start to avoid
1841         recentering.
1843 2007-04-19  Glenn Morris  <rgm@gnu.org>
1845         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
1847 2007-04-18  Glenn Morris  <rgm@gnu.org>
1849         * calendar/diary-lib.el (diary-header-line-format): Add a custom
1850         :set function.
1851         (diary-list-entries): Only switch to diary-mode from
1852         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
1853         diary-mode set header-line-format, in case of any customization.
1855 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1857         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
1858         is less than the length of parse-time-syntax.
1860 2007-04-17  David Kastrup  <dak@gnu.org>
1862         * replace.el (query-replace-regexp-eval): Deprecate.
1864 2007-04-17  Alan Mackenzie  <acm@muc.de>
1866         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
1867         point too close to EOB, leave point at EOB rather than last `}'.
1869 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1871         * textmodes/bibtex.el (bibtex-include-OPTkey)
1872         (bibtex-user-optional-fields, bibtex-entry-field-alist):
1873         Fix defcustom.
1875 2007-04-17  Glenn Morris  <rgm@gnu.org>
1877         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
1878         be encoded, fall back to current year.
1880 2007-04-14  Kevin Ryde  <user42@zip.com.au>
1882         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
1883         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
1884         M "MSDOS".
1886 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
1888         * progmodes/python.el (python-end-of-block): Avoid looping forever
1889         if python-next-statement fails.
1891 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1893         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
1895 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
1897         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
1898         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
1900 2007-04-15  Jay Belanger  <belanger@truman.edu>
1902         * calc/calc.el (calc-version): New function.
1903         (calc-trail-mode): Shorten the title.
1905 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
1907         * mail/footnote.el (footnote-style): Clarify docstring to state
1908         that customizing this only applies to future footnotes.
1910 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1912         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
1913         (bibtex-make-field): Check that INIT is a string. Use functionp.
1915 2007-04-14  Glenn Morris  <rgm@gnu.org>
1917         * complete.el (PC-goto-end): New buffer-local variable.
1918         (PC-do-completion-end): Make buffer-local.
1919         (partial-completion-mode) <choose-completion-string-functions>:
1920         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
1921         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
1922         doc string.  Set PC-goto-end for choose-completion.
1923         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
1924         PC-do-completion.
1926         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
1927         arg to bibtex-make-field.
1928         (bibtex-make-field): Add optional fourth arg NODELIM.
1929         Insert delimiters around INIT unless this arg is non-nil.
1931 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
1933         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
1934         global map isn't modified.
1936 2007-04-14  Glenn Morris  <rgm@gnu.org>
1938         * calendar/appt.el (appt-disp-window): Do not split small windows.
1939         Suggested by Jeff Miller <jmiller@cablespeed.com>.
1941 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
1943         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
1945         * files.el: Ditto.
1947 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
1949         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
1951         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
1952         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
1953         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
1954         (term-pager-help): Fix typos in docstrings.
1956         * wid-edit.el (widget-documentation): Fix typo in docstring.
1958         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
1959         Fix typos in error messages.
1961 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
1963         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
1964         window marked as dedicated.
1966         * mail/footnote.el (footnote-latin-string): New variable.
1967         (footnote-latin-regexp): Redefine as regexp alternative.
1968         (Footnote-latin): Use footnote-latin-string instead of
1969         footnote-latin-regexp.
1971 2007-04-13  Glenn Morris  <rgm@gnu.org>
1973         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
1974         inherited keymaps.
1976 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
1978         * outline.el (outline-get-next-sibling): Clarify docstring.
1979         (outline-get-last-sibling): Handle case where we are at the first
1980         heading.  Clarify docstring.
1982 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
1984         * progmodes/gud.el (gud-minor-mode-map): Make go button same
1985         length as stop button to lessen flicker.
1986         (jdb): Add gud-print.
1987         (gud-find-expr): Jdb prints the expression with the value, so
1988         don't insert it in the output.
1990 2007-04-11  Jason Rumney  <jasonr@gnu.org>
1992         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
1993         case hex.  Do not try to decode non-hex letters.
1995 2007-04-11  Markus Triska  <markus.triska@gmx.at>
1997         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
1998         (byte-optimize-backward-word): Remove (move to bytecomp.el).
1999         (byte-optimize-form-code-walker): Evaluate pure function calls if
2000         possible.
2001         (byte-optimize-all-constp): New function.
2003         * emacs-lisp/bytecomp.el (byte-compile-char-before):
2004         Improve numeric argument case.
2005         (byte-compile-backward-char, byte-compile-backward-word):
2006         New functions, performing rewriting previously done in byte-opt.el.
2007         Fix their "Fixme" item (restriction to numeric arguments).
2009 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2011         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2012         with dolist.
2013         (after-init-hook): Don't quote lambda.
2014         (desktop-first-buffer): Don't wrap it in eval-when-compile.
2015         (desktop-internal-v2s): Remove unused var `el'.
2016         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2017         desktop-restore-file-buffer.
2018         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2019         desktop-create-buffer.
2021 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
2023         * woman.el (woman-decode-buffer): Postpone macro-set check...
2024         (woman-decode-region): ...to here.
2026 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
2028         * startup.el (tty-handle-args): Use %S to log ARGS.
2030 2007-04-10  Glenn Morris  <rgm@gnu.org>
2032         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2033         it is obsolete and has no effect.
2035         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2036         byte-compiler.
2038         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2039         obsolete function make-local-hook.
2041         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2042         start to quieten byte-compiler.
2044 2007-04-10  Markus Triska  <markus.triska@gmx.at>
2046         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2047         to bytecomp.el as byte-compile-char-before).
2048         * emacs-lisp/bytecomp.el (byte-compile-char-before):
2049         New function (modified replacement for byte-optimize-char-before in
2050         byte-opt.el).
2052 2007-04-09  Alan Mackenzie  <acm@muc.de>
2054         * startup.el (inhibit-splash-screen): Emphatically state that it
2055         can't be set in site-start.el.
2057 2007-04-09  Masatake YAMATO  <jet@gyve.org>
2059         * progmodes/cc-subword.el (c-capitalize-subword): More closely
2060         mimic the behavior of `capitalize-word'.  Do not move point with a
2061         negative argument.  Based on tiny change by Paul Curry.
2063 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
2065         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2066         Don't move point if ARG is negative.
2068 2007-04-09  Alan Mackenzie  <acm@muc.de>
2070         Changes to make `narrow-to-defun' and `mark-defun' work properly
2071         in CC Mode:
2073         * progmodes/cc-defs.el (c-beginning-of-defun-1):
2074         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2075         Bind beginning/end-of-defun-function to nil around calls to
2076         beginning/end-of-defun.
2078         * progmodes/cc-langs.el (beginning-of-defun-function)
2079         (end-of-defun-function): New c-lang-setvar's.
2081         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2082         (setq arg 1))" to enable non-interactive call.
2084 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
2086         * simple.el (set-mark-command): Doc fix.
2088 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
2090         * progmodes/gud.el (gdb): Restore existing session if user
2091         tries to start a second one in graphical mode.
2093 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
2095         * cus-start.el <scroll-preserve-screen-position>: Add choices.
2097 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2099         * term/xterm.el (terminal-init-xterm): Fix key definitions.
2100         Add binding for C-M-SPC.
2102 2007-04-08  Richard Stallman  <rms@gnu.org>
2104         * pcomplete.el (pcomplete-read-event): One single definition,
2105         and not a defsubst.
2107 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
2109         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2110         byte-compiler warning "value unused".
2112 2007-04-08  Andreas Schwab  <schwab@suse.de>
2114         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2116 2007-04-07  Glenn Morris  <rgm@gnu.org>
2118         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2119         Autoload these functions.
2120         (diary-date-forms): Add a custom :set form.
2122         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2123         before first use.
2124         (diary-font-lock-keywords): New function with old code for
2125         initialization of variable of same name.
2127 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
2129         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2130         clean-up: only insert space when on identifier, etc.
2132 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2134         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2136         * net/tls.el (open-tls-stream): Properly handle case where there
2137         is no associated buffer.
2139 2007-04-07  Glenn Morris  <rgm@gnu.org>
2141         * ffap.el (ffap-file-at-point): Lower the priority of the
2142         ffap-ftp-sans-slash-regexp check.
2144 2007-04-06  Alan Mackenzie  <acm@muc.de>
2146         Fix fontification of labels, and other things with ":".
2148         * progmodes/cc-engine.el (c-forward-label): The function now
2149         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2150         the former t.
2152         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2153         new return code from c-forward-label, fontifying tokens properly.
2154         Add some general comments throughout the file.
2156 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
2158         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2159         Revert 2006-01-27 change.
2161         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2163         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2165         * desktop.el (desktop-create-buffer, desktop-save):
2166         Revert 2004-11-12 change for lack of copyright papers.
2168         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2169         (dired-guess-default): Respect case.
2171         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2173         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2174         was originally checked in as byte-optimize-concat on 1997-11-02.
2176         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2177         1995-05-19 doc changes.
2179 2007-04-06  Kim F. Storm  <storm@cua.dk>
2181         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
2182         (unload-feature): Update interactive spec accordingly.
2184         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2186 2007-04-06  John Paul Wallington  <jpw@pobox.com>
2188         * subr.el (with-case-table): Use `make-symbol' to avoid variable
2189         capture.  Restore the table in the same buffer.
2191         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2193 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
2195         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2196         Print entire form.
2198 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
2200         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2201         for low-color displays.
2203 2007-04-05  Glenn Morris  <rgm@gnu.org>
2205         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2206         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2207         Seed random number generator on loading.
2209         * emacs-lisp/authors.el (top-level): Provide self.
2211         * play/animate.el (top-level): Provide self.
2213 2007-04-04  Alan Mackenzie  <acm@muc.de>
2215         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2216         to mention c-syntactic-indentation.
2218 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
2220         * subr.el (with-case-table): New macro.
2222         * international/mule.el (ascii-case-table): New var.
2224         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2225         downcasing.
2227 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2229         * progmodes/gud.el (gud-minor-mode-map): Simplify.
2231         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2232         of the window if we're outside it e.g menu-bar.
2234         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2235         window if we're outside it e.g menu-bar.
2237 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
2239         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2240         decode base-64 encoded body if its content-type is something other
2241         than text/* or message/*.
2243 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
2245         * simple.el (activate-mark-hook): Fix typo in docstring.
2247 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2249         * tmm.el (tmm-c-prompt): Initialize.
2250         (tmm-menubar): Deal with extended menu-items at top level.
2251         (tmm-get-keybind): Handle bindings redefined/undefined locally.
2252         (tmm-prompt): Handle visibility of top level menu-items.
2254         * progmodes/gud.el (gud-menu-map): Simplify.
2255         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2256         menubar.
2258 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
2260         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2262         * comint.el (comint-send-input): Widen the buffer first.
2264         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2266 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2268         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2269         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2271         * newcomment.el (comment-search-forward): Discard comment starters
2272         before point.
2274 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
2276         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2278 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
2280         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2281         when downcasing.
2283         * button.el (previous-button): Rewrite to account for adjacent buttons.
2285 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
2287         * progmodes/idlwave.el (idlwave-auto-fill):
2288         Revert paragraph-separate change.
2290         * progmodes/idlw-shell.el (idlwave-shell-break-in):
2291         Simplify module calc.
2292         (idlwave-shell-set-bp-in-module): Compute module.
2294 2007-03-31  Glenn Morris  <rgm@gnu.org>
2296         * emacs-lisp/timer.el (run-at-time): Doc fix.
2298         * emacs-lisp/warnings.el (display-warning): If we create the
2299         buffer displaying the warning, disable undo there.
2301 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
2303         * net/tramp.el (tramp-register-file-name-handler)
2304         (tramp-register-completion-file-name-handler): New defsubst,
2305         derived from `tramp-register-file-name-handlers'.  The split is
2306         necessary because Tramp's file name handlers must be registered at
2307         different startup places.
2309 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
2311         * progmodes/hideshow.el (turn-off-hideshow): New function.
2312         (hs-minor-mode): Use it instead of a lambda expression in
2313         change-major-mode-hook.
2315 2007-03-31  David Kastrup  <dak@gnu.org>
2317         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2318         corresponding to MANPATH_MAP entries.
2319         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2320         (woman-parse-man.conf): Use more discriminating man.conf name.
2321         (woman-parse-man.conf): Parse MANPATH_MAP entries.
2322         (woman-manpath): Doc fix and type fix.
2323         (woman-cached-data): Check for MANPATH_MAP entries.
2324         (woman-expand-directory-path): Treat MANPATH_MAP entries.
2326 2007-03-31  Stuart Herring  <herring@lanl.gov>
2328         * emacs-lisp/sregex.el (sregexq): Doc fix.
2330 2007-03-31  Markus Triska  <markus.triska@gmx.at>
2332         * flymake.el (flymake-err-line-patterns): Doc fix.
2334 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
2336         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2337         Move to the right.
2339 2007-03-30  Alan Mackenzie  <acm@muc.de>
2341         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2343 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
2345         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2346         Use it, passed in explicitly, instead of from the dynamic binding.
2347         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2349 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
2351         * simple.el (blink-matching-open): When in minibuffer, don't
2352         search for a match inside the prompt.
2354 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
2356         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2357         (tmm-prompt): Don't make the mouse user select the first menu
2358         item twice.
2360 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
2362         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2363         SIGUSR1 and SIGUSR2.
2365 2007-03-29  Kim F. Storm  <storm@cua.dk>
2367         * ido.el (ido-read-internal): When reading file or dir, only override
2368         minibuffer-local-filename-completion-map, otherwise only override
2369         minibuffer-local-completion-map.
2371 2007-03-29  Glenn Morris  <rgm@gnu.org>
2373         * complete.el (partial-completion-mode): Set PC-do-completion-end
2374         to nil after use.
2375         (PC-lisp-complete-symbol): Create and use a marker at `end',
2376         rather than using point-marker.
2378 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
2380         * simple.el (next-error-highlight): Doc fix.
2381         (compose-mail): Revert 2007-03-19 change.
2383 2007-03-28  Richard Stallman  <rms@gnu.org>
2385         * emacs-lisp/edebug.el (edebug-display): Don't go to
2386         edebug-outside-buffer if it is dead.
2388 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
2390         * view.el (view-mode): Fix typos in docstring.
2392 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
2394         * recentf.el (recentf-save-file): Add a custom :set function.
2396 2007-03-28  Glenn Morris  <rgm@gnu.org>
2398         * complete.el (PC-do-completion-end): New variable.
2399         (partial-completion-mode) <choose-completion-string-functions>:
2400         Use PC-do-completion-end in the non-minibuffer case to replace the
2401         correct amount of text.
2402         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2403         (PC-lisp-complete-symbol): Give marker the after-insertion type,
2404         to deal with improvements inserted after point.
2406 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2408         * button.el (make-text-button): Add explicit `button' property.
2409         (default-button): Don't put a `button' property on it.
2411         * progmodes/python.el (python-mode): Skip comments when parsing.
2413         * vc-arch.el (vc-with-current-file-buffer): New macro.
2414         (vc-arch-file-source-p): Use it to avoid infloop.
2416 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
2418         * emacs-lisp/lisp.el (lisp-complete-symbol):
2419         Fix call to get-buffer-window to find windows in other frames.
2421 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2423         * comint.el (comint-proc-query, comint-dynamic-list-completions):
2424         Fix calls to get-buffer-window to find windows in other frames.
2425         Reported by David Hansen <david.hansen@gmx.net>.
2427 2007-03-27   Kevin Ryde  <user42@zip.com.au>
2429         * info.el (Info-display-images-node): On a text-only terminal,
2430         show the "text" or "alt" parts of the image blobs.
2432 2007-03-27  Glenn Morris  <rgm@gnu.org>
2434         * complete.el (PC-do-completion): Compute completion-base-size in
2435         the non-filename case, rather than setting to nil.
2436         (PC-lisp-complete-end): New variable.
2437         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2438         original end in a series of consecutive invocations.
2440         * calendar/calendar.el (calendar-mode-hook): Declare it.
2442         * calendar/diary-lib.el (diary-live-p): Do not check for
2443         diary-selective-display.
2445 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2447         * replace.el (occur-next-error): *Occur* might not be displayed in the
2448         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
2450 2007-03-26  Richard Stallman  <rms@gnu.org>
2452         * textmodes/flyspell.el (flyspell-large-region):
2453         Use ispell-call-process-region.
2455 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2457         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2458         Use prin1 instead of princ.
2460 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
2462         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
2463         Merge in X resources before global face.
2465         * progmodes/compile.el (compilation-start): Save compilation-directory
2466         rather than default-directory as local var.
2467         (compilation-directory): Mark as safe local var.
2469         * files.el: Don't mark default-directory as a safe local var.
2471 2007-03-25  Alan Mackenzie  <acm@muc.de>
2473         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2474         * progmodes/cc-engine.el: Fix typo.
2476 2007-03-25  Juri Linkov  <juri@jurta.org>
2478         * compare-w.el (compare-windows): Rename customization group
2479         `compare-w' to `compare-windows'.
2480         (compare-windows-whitespace, compare-ignore-whitespace)
2481         (compare-ignore-case, compare-windows-sync)
2482         (compare-windows-sync-string-size, compare-windows-recenter)
2483         (compare-windows-highlight, compare-windows): Change group name in
2484         the `group' tag from `compare-w' to `compare-windows'.
2485         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
2487 2007-03-24  Markus Triska  <markus.triska@gmx.at>
2489         * expand.el: Change example to always enable abbrev-mode,
2490         and remove redundant `function'.
2491         (expand-abbrev-hook): Add autoload cookie.
2493 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
2495         * emacs-lisp/testcover.el (testcover-start, testcover-end)
2496         (testcover-mark-all, testcover-unmark-all): Add prompts to
2497         interactive specs.
2499 2007-03-24  Jason Rumney  <jasonr@gnu.org>
2501         * autorevert.el (find-file-hook, auto-revert-tail-mode):
2502         Use file size in bytes for auto-revert-tail-pos not characters.
2504 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
2506         * vc-rcs.el (vc-rcs-annotate-command):
2507         Set text property :vc-annotate-prefix on the annotation text.
2508         (vc-rcs-annotate-time): Instead of searching for ": ",
2509         search for end of text propertized with :vc-annotate-prefix.
2511 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
2513         * whitespace.el (top level): Remove calls putting
2514         permanent-local nil property since these are no-ops.
2516         * man.el (Man-support-local-filenames): Assure that
2517         default-directory exists when doing call-process.
2519 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
2521         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
2522         Fix omission bug: Use m4-program-options to construct shell command.
2524 2007-03-23  David Kastrup  <dak@gnu.org>
2526         * progmodes/cc-mode.el (c-make-emacs-variables-local):
2527         Use `mapcar' rather than `mapcan' to silence compiler warning.
2529 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
2531         * textmodes/reftex.el, textmodes/reftex-vars.el,
2532         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
2533         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
2534         * textmodes/reftex-index.el, textmodes/reftex-global.el,
2535         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
2536         * textmodes/reftex-auc.el: Add maintainer address.
2538 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
2540         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
2541         Make sure that `global-font-lock-mode' does not turn on font-lock
2542         in these buffers.
2544 2007-03-21  Kim F. Storm  <storm@cua.dk>
2546         * xt-mouse.el (xt-mouse-epoch): New variable.
2547         (xterm-mouse-event): Use float-time.
2549 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
2551         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
2552         current-time.
2554 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2556         * complete.el (read-file-name-internal): Don't add the final > if the
2557         completion is not finished (re-application of this patch, which was
2558         accidentally undone by Eli).
2560 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
2562         * emulation/viper.el (viper-non-hook-settings): Handle mouse
2563         clicks in describe-key and describe-key-briefly advice a little better.
2565 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
2567         * server.el (server-process-filter): Cancel any pending isearch.
2569 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
2571         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
2572         (icalendar--get-unfolded-buffer): Define actual arguments rather
2573         than just using &rest.  Check replace-in-string is fbound.
2574         (icalendar-import-buffer): Doc fix.
2575         (icalendar--convert-ical-to-diary): Set diary-file.
2576         Check diary-file before inserting final newline.
2577         (icalendar--add-diary-entry): Return diary-file.
2579 2007-03-21  Glenn Morris  <rgm@gnu.org>
2581         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
2582         (diary-display-hook): Add custom :set function.
2584         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
2585         Add custom :set function.
2586         (diary-header-line-format): Doc fix.
2587         (diary-set-maybe-redraw): New function.
2588         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
2589         (diary-list-entries): Always run diary-mode.
2591 2007-03-20  Kenichi Handa  <handa@m17n.org>
2593         * international/quail.el (quail-setup-completion-buf): Make the
2594         completion buffer read-only.
2595         (quail-completion): Adjusted for the above change.  Leave the
2596         modified flag nil.
2598 2007-03-20  David Kastrup  <dak@gnu.org>
2600         * files.el (magic-mode-alist): Require literal "%!PS" string for
2601         magic postscript file detection.
2603 2007-03-20  Richard Stallman  <rms@gnu.org>
2605         * textmodes/ispell.el (ispell-call-process): New function.
2606         Defends against bad `default-directory.'
2607         (ispell-check-version, ispell-find-aspell-dictionaries)
2608         (ispell-get-aspell-config-value, lookup-words): Call it.
2609         (ispell-call-process-region): New function.
2610         (ispell-send-string): Call it.
2612 2007-03-20  Andreas Schwab  <schwab@suse.de>
2614         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
2615         (finder-data): Likewise.
2616         (autoloads): Likewise.
2618 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
2620         * files.el (basic-save-buffer): Do not set visited filename when
2621         the corresponding directory does not exist or the specified
2622         filename is that of an existing directory.
2624 2007-03-20  Glenn Morris  <rgm@gnu.org>
2626         * calendar/diary-lib.el (diary-live-p): New function.
2627         (number-of-diary-entries): Add a :set function to redisplay diary
2628         when necessary.
2630 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
2632         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
2633         from client program, mev, to compute mouse event.
2635 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
2637         * faces.el (momentary): Face removed; unused due to reversion of
2638         2007-01-04 changes by Kevin Rodgers.
2640         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
2641         Suggested by Johan Bockg\e,Ae\e(Brd.
2643 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
2645         * font-lock.el (lisp-font-lock-keywords-1):
2646         Highlight define-globalized-minor-mode as a keyword.
2648 2007-03-19  Kim F. Storm  <storm@cua.dk>
2650         * calc/calc-forms.el (math-std-daylight-savings)
2651         (math-std-daylight-savings-old): Doc fix.
2653 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
2655         * progmodes/python.el (python-default-template): Doc fix.
2656         (python-buffer): Fix typo in docstring.
2658         * isearchb.el (isearchb-follow-char):
2659         * subr.el (def-edebug-spec): Fix typo in docstring.
2661 2007-03-19  Richard Stallman  <rms@gnu.org>
2663         * files.el (default-directory): Mark safe.
2664         (basic-save-buffer-2): Put proper dir name in error message.
2666         * simple.el (compose-mail): Run switch-function after
2667         setting up the mail buffer.
2669         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
2671 2007-03-18  Jay Belanger  <belanger@truman.edu>
2673         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
2674         (math-std-daylight-savings-new): Rename from
2675         `math-std-daylight-savings'.
2676         (math-std-daylight-savings-old): Rename from old value of
2677         `math-std-daylight-savings'.
2678         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
2679         `math-std-daylight-savings-old' depending on the year.
2681 2007-03-18  Detlev Zundel  <dzu@gnu.org>
2683         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
2684         zero-width regexps as invalid but rather at least count them correctly.
2686 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
2688         * net/tls.el (open-tls-stream): In handshake-waiting loop,
2689         don't wait more if there is output available to process.
2691 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
2693         * progmodes/compile.el (compilation-find-file): Revert change
2694         from 2006-07-18 to allow completion of directory names.
2695         Reported by John Carter <john.carter@tait.co.nz>.
2697 2007-03-18  Kim F. Storm  <storm@cua.dk>
2699         * subr.el (when, unless): Doc fix.
2701 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
2703         * net/tls.el (tls-program): Doc fix.
2705 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
2707         * autorevert.el (auto-revert-tail-handler):
2708         Call after-revert-hook.
2710 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
2712         * simple.el (switch-to-completions): No error if search for \n\n fails.
2714 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
2716         * simple.el (line-move-1):
2717         Respect `inhibit-line-move-field-capture' property.
2719 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
2721         * comint.el (comint-arguments): Mark backslash-escaped chars.
2722         (comint-delim-arg): Don't treat them as delimiters.
2724 2007-03-12  Kim F. Storm  <storm@cua.dk>
2725         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
2727 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2729         * tempo.el (tempo-insert): Deal with 'r> if it appears
2730         specified with a prompt argument.
2732 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
2734         * textmodes/org.el (org-set-font-lock-defaults):
2735         Handle narrow table columns correctly.
2737 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
2739         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
2740         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
2741         Return to use of the -no-properties variants.  There was
2742         consensus on emacs-devel that the speed of these variants was
2743         prefered since we are usually parsing files (from the internet
2744         or on disk) instead of XML created in Emacs.
2746         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
2747         Add customize option.
2749 2007-03-12  Glenn Morris  <rgm@gnu.org>
2751         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
2752         North American rule.  Replace "daylight savings" with "daylight
2753         saving" in doc.
2755         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
2756         * calendar/lunar.el, solar.el: Replace "daylight savings" with
2757         "daylight saving" in text.
2759         * woman.el (woman-change-fonts): Tweak previous change by using
2760         woman-request-regexp rather than "^\\.".
2762         * startup.el (command-line-1): Make insertion of
2763         initial-scratch-message not depend on scratch being selected.
2765 2007-03-11  Juri Linkov  <juri@jurta.org>
2767         * replace.el (match): Use yellow background on light-bg terminals.
2769 2007-03-11  Richard Stallman  <rms@gnu.org>
2771         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2772         Correctly compute line number.
2774 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
2776         * type-break.el (type-break-get-previous-count):
2777         Repeat previous change here.
2779 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
2781         * progmodes/grep.el (grep-find-ignored-directories):
2782         Add .git and .bzr to list.
2784 2007-03-11  Andreas Schwab  <schwab@suse.de>
2786         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
2788 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2790         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
2792 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
2794         * faces.el (face-set-after-frame-default): Recalculate face
2795         customizations after applying X resources.
2797 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
2799         * net/rcirc.el (rcirc-timeout-seconds): New variable.
2800         (rcirc-keepalive-seconds): Remove variable.
2801         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
2802         (rcirc-process, rcirc-user-disconnect): New variables.
2803         (rcirc-connect): Initalize new variables.
2804         (rcirc-keepalive): Don't send keepalive pings before connection
2805         is completed.
2806         (rcirc-sentinel): Do mark all channels with activity when
2807         connection is dropped.  Run hook with process buffer local.
2808         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
2809         (rcirc-buffer-process): Return value of rcirc-process if
2810         rcirc-server-buffer is nil.
2811         (rcirc-server-name): Return the reported server name.
2812         (rcirc-update-prompt): Simplify computation of the server name.
2813         (rcirc-format-response-string): Likewise.
2814         (rcirc-handler-001): Mark server as connected, record the reported
2815         server name, and schedule a timeout.
2816         (rcirc-track-nick): Add a spec for the tty class.
2817         (rcirc-user-non-nick): Remove function.
2818         (rcirc-nick-prefix-chars): Add variable.
2819         (rcirc-user-nick): Use above variable.
2821 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2823         * icomplete.el (icomplete-tidy, icomplete-exhibit):
2824         Bind deactivate-mark to nil.
2826 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
2828         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
2829         that buffer contents get erased during completion.
2831 2007-03-10  Glenn Morris  <rgm@gnu.org>
2833         * woman.el (woman-change-fonts): Add a hack to deal with
2834         font-escape followed by "." at start of a line.
2835         (woman2-IP): Add a hack to deal with consecutive requests.
2836         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
2838 2007-03-10  Alan Mackenzie  <acm@muc.de>
2840         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
2842 2007-03-09  Richard Stallman  <rms@gnu.org>
2844         * abbrev.el (abbrev): Add `provide'.
2846 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
2848         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
2850 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
2852         * complete.el (PC-try-completion): New function.
2853         (PC-do-completion, read-file-name-internal): Use it instead of
2854         try-completion.
2856 2007-03-08  Alan Mackenzie  <acm@muc.de>
2858         Remove stale tokens from `c-found-types' cache.
2860         * progmodes/cc-mode.el (c-unfind-enclosing-token)
2861         (c-unfind-coalesced-tokens, c-before-change): New functions.
2862         (c-maybe-stale-found-type): New variable.
2864         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
2865         (c-trim-found-types): New functions.
2867 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2869         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
2870         (debug-ignored-errors): Add entry from smerge-match-conflict.
2872 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
2874         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
2875         special help topics for keywords.
2876         (idlwave-help-assistant-command): Include ".exe" for ms-dos
2877         etc. Assistant command.
2879 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
2881         * replace.el (occur-engine): Move buffer-undo-list binding...
2882         (occur-1): ...to here.
2884         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
2886         * simple.el (minibuffer-completing-symbol): New var.
2887         (eval-expression): Use it.
2888         (completion-setup-function): Don't bind completion-base-size when
2889         completing a symbol in the minibuffer.
2891 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
2893         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
2894         tries to start a second session in graphical mode.
2896 2007-03-07  Miles Bader  <miles@gnu.org>
2898         * international/isearch-x.el
2899         (isearch-process-search-multibyte-characters):
2900         Strip text-properties from PROMPT to avoid an error from read-string.
2902 2007-03-07  Kim F. Storm  <storm@cua.dk>
2904         * complete.el (PC-bindings): Remap lisp-complete-symbol to
2905         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
2907 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2909         * complete.el (PC-do-completion): Delete duplicates in the list of
2910         possible completions.
2912 2007-03-07  Glenn Morris  <rgm@gnu.org>
2914         * ses.el (ses-mode): Doc fix.
2916 2007-03-06  Kim F. Storm  <storm@cua.dk>
2918         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
2920 2007-03-06  Kenichi Handa  <handa@m17n.org>
2922         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
2924 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2926         * simple.el (completion-setup-function): Improve last fix so it doesn't
2927         set it to a relative directory name either.
2929 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2931         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
2933 2007-03-05  Richard Stallman  <rms@gnu.org>
2935         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
2937         * files.el (find-file-noselect): No error if file no longer exists.
2938         Display a message and avoid other questions.
2940 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2942         * pcomplete.el (pcomplete-show-completions): Improve last change, so
2943         as not to use an invisible window and to create a window if none exist.
2945         * progmodes/python.el (python-send-command): Restart proc if necessary.
2946         (python-proc): Simplify.
2948 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
2950         * pcomplete.el (pcomplete-show-completions): Search all frames for
2951         completions buffer.
2953 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
2955         * cus-edit.el (customize-save-variable): Clear customized-value
2956         property (saved values are now put in theme-value property).
2957         (customize-set-variable): Doc fix.
2959         * complete.el (PC-do-completion): If completion-ignore-case is
2960         non-nil, replace field with completion string before exiting.
2962 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
2964         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
2965         Append its extension to the resulting temporary file name.
2966         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
2968         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
2969         (tramp-smb-handle-write-region): Apply it.
2971 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2973         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2974         Redo previous change.
2976 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
2978         * diff-mode.el (diff-mode): Doc fix.
2980 2007-03-05  Kenichi Handa  <handa@m17n.org>
2982         * international/characters.el: Set category `l' (latin)
2983         for more characters.
2985 2007-03-04  Kim F. Storm  <storm@cua.dk>
2987         * emacs-lisp/authors.el (authors-aliases): Add alias.
2989 2007-03-04  Glenn Morris  <rgm@gnu.org>
2991         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
2992         all when switching major mode.
2993         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
2994         (hs-block-start-mdata-select, hs-block-end-regexp)
2995         (hs-forward-sexp-func, hs-adjust-block-beginning):
2996         Do not make these variables permanent-local.
2998 2007-03-04  Richard Stallman  <rms@gnu.org>
3000         * progmodes/cperl-mode.el (cperl-mode):
3001         Modify cperl-compilation-error-regexp-alist by appending.
3003         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3004         (edebug-mode): Add the hook.
3005         (edebug-recursive-edit): Remove the hook on exiting.
3007         * type-break.el (type-break-get-previous-time):
3008         Handle end-of-file errors specially
3009         so they don't get reported wrong in .emacs.
3011         * startup.el (fancy-splash-text): Clarify text.
3013         * simple.el (beginning-of-buffer, end-of-buffer):
3014         Avoid treating plain C-u like numeric arg.
3016         * simple.el (completion-setup-function): Don't set
3017         default-directory to nil.
3019         * shell.el (shell-dirstack-query): Doc fix.
3021         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3022         Don't select the window -- pass it to primitives instead.
3024         * faces.el (minibuffer-prompt): Use medium blue by default.
3026 2007-03-04  David Kastrup  <dak@gnu.org>
3028         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3029         Preserve 16 as default value for "seconds" when customizing.
3031 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
3033         * textmodes/org.el (org-self-insert-command)
3034         (orgtbl-self-insert-command, org-delete-char)
3035         (org-delete-backward-char): Set the `flyspell-delayed' property.
3037 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
3039         * international/mule.el (find-auto-coding): Don't search for
3040         line-ending characters past the end of the tail.
3042 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
3044         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3045         Jump to the line where new score has been uploaded.
3047         * play/tetris.el (tetris-move-bottom, tetris-move-left)
3048         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3049         Do nothing when the game is paused.
3051 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
3053         * textmodes/org.el (org-set-tags): Prevent slipping of point
3054         during completion.
3056 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3058         * isearch.el (isearch-message-prefix):
3059         Use minibuffer-prompt-properties.
3061 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3063         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3064         (ps-setup): Print which Emacsen is running ps-print package.
3066 2007-03-01  Stuart Herring  <herring@lanl.gov>
3068         * files.el (set-auto-mode-0): Use `indirect-function'.
3069         (hack-one-local-variable): Don't reapply current major mode.
3071 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3073         * progmodes/python.el (python-quote-syntax): Don't bother with
3074         syntax-ppss-context.
3075         (python-fill-paragraph): Make sure that fenced-string delimiters that
3076         stand on their own line stay there.
3078 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3080         * replace.el (perform-replace): Propertize message.
3082 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
3084         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3085         invisible heading.
3087 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3089         * net/tramp.el (tramp-file-name-handler): Revert last change.
3091 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
3093         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3094         Correct doc strings.
3096 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3098         * replace.el (perform-replace): Undo forward-char immediately if
3099         non-adjacent search fails.
3101 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3103         * version.el (emacs-major-version, emacs-minor-version):
3104         string-to-int -> string-to-number.
3106 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
3108         * help.el (where-is): Fail gracefully when not passed a command.
3110 2007-02-28  Stuart Herring  <herring@lanl.gov>
3112         * find-lisp.el (find-lisp-default-directory-predicate):
3113         Fix bug: Do symlink check on expanded filename.
3115 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
3117         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3118         changes during replacement.
3119         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3121 2007-02-28  Lars Hansen  <larsh@soem.dk>
3123         * desktop.el: Delete header line listing me as maintainer.
3125 2007-02-28  Glenn Morris  <rgm@gnu.org>
3127         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3128         the menus case.
3130 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3132         * net/tramp.el (tramp-file-name-handler): Inhibit modification
3133         hooks to avoid confusion when combining after-change calls.
3135 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
3137         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3138         now that pgg-gpg-process-region correctly honors passed-in passphrase.
3139         (allout-distinctive-bullets-string): Add info about bullet conventions.
3140         (allout-mode): Add info about distinctive vs plain bullets.
3142 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
3144         * textmodes/org.el (org-archive-subtree): Quote variable name.
3145         (org-agenda-get-todos): Make sure skip properties are checked correctly.
3147 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
3149         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3150         (gud-bashdb-command-name, bashdb): Remove.
3151         (gud, gud-menu-map): Remove references to bash/bashdb.
3153 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
3155         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3156         keyword for Python 2.5.
3158 2007-02-26  Romain Francoise  <romain@orebokech.com>
3160         * net/net-utils.el (whois-server-tld): Update server for .org.
3161         (whois-server-list): Add whois.publicinterestregistry.net.
3162         (whois-guess-server): Fix formatting in docstring.
3164 2007-02-26  Kim F. Storm  <storm@cua.dk>
3166         * mouse.el (mouse-show-mark): Run hooks and perform command
3167         remapping for mouse-region-delete-keys.
3169 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3171         * font-core.el (font-lock-mode): Doc fix.
3173 2007-02-25  Kim F. Storm  <storm@cua.dk>
3175         * ido.el (ido-buffer-internal): Set this-command to fallback command.
3176         Add selected buffer to buffer-name-history.
3177         (ido-file-internal): Set this-command to fallback command.
3178         Add file names to file-name-history.
3180         * emacs-lisp/map-ynp.el (map-y-or-n-p):
3181         Apply minibuffer-prompt-properties.
3183 2007-02-25  Andreas Schwab  <schwab@suse.de>
3185         * files.el (hack-one-local-variable-eval-safep): Correct handling
3186         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
3188 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
3190         * textmodes/org.el (org-table-overlay-coordinates)
3191         (org-table-toggle-coordinate-overlays): New functions.
3192         (org-table-overlay-coordinates, org-table-coordinate-overlays):
3193         New variables.
3194         (org-startup-with-deadline-check): Remove option.
3195         (org-mode): Remove deadline check on startup.
3196         (org-table-limit-column-width): Remove option.
3197         (org-table-formula-numbers-only): Remove option.
3198         (org-link-style, org-link-format): Remove options.
3199         (org-select-agenda-window, org-fit-agenda-window): Remove options.
3200         (org-export-ascii-show-new-buffer)
3201         (org-export-html-show-new-buffer): Remove options.
3202         (org-activate-links): Remove camel option.
3203         (org-file-link-context-use-camel-case): Remove option.
3204         (org-camel-regexp): Remove variable.
3205         (org-activate-camels): Remove function.
3206         (org-store-link): Remove Camel stuff.
3207         (org-make-org-heading-camel): Remove function.
3208         (org-open-at-point): Remove camel stuff.
3209         (org-link-search): Remove camel stuff.
3210         (org-camel-to-words): Function removed.
3211         (org-get-agenda-file-buffer): Make sure we prepare the base
3212         buffers, not any indirect buffers.
3213         (org-sort-entries): Sort top-level when not on a headline, and no
3214         active region.
3215         (org-in-regexp): New function.
3216         (org-search-not-self): Rename from `org-search-not-link'.
3217         (org-open-link-marker): New variable.
3218         (org-open-at-point): Set `org-open-link-marker'.
3219         (org-print-icalendar-entries): Fixe bug with excluding DONE
3220         entries from the exported list.
3221         (org-edit-formula-lisp-indent): New command.
3222         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3223         (orgtbl-to-latex, orgtbl-insert-radio-table)
3224         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3225         (orgtbl-radio-table-templates): New option.
3226         (org-store-link-props):
3227         (org-remember-templates): More possibilities to insert info
3228         into templates.
3229         (org-remember-apply-template): Make use of the extended
3230         template capabilities.
3231         (org-remember-redo-template): New command.
3232         (org-upgrade-old-links)
3233         (org-table-modify-formulas, org-table-replace-in-formulas)
3234         (org-table-find-dataline)
3235         (org-table-get-vertical-vector): Remove functions.
3236         (org-table-remove-rectangle-highlight)
3237         (org-time-stamp-format, org-toggle-log-option)
3238         (org-table-highlight-rectangle)
3239         (org-table-iterate, org-table-make-reference):
3240         (org-translate-time, org-tree-to-indirect-buffer)
3241         (org-table-field-info, org-table-fix-formulas)
3242         (org-table-force-dataline, org-table-get-descriptor-line)
3243         (org-table-get-range)
3244         (org-skip-comments, org-sort)
3245         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3246         (org-table-current-dline, org-table-current-field-formula)
3247         (org-table-edit-backward-field)
3248         (org-table-edit-formulas-post-command)
3249         (org-table-edit-line-down, org-table-edit-line-up)
3250         (org-agenda-archive)
3251         (org-agenda-clock-cancel)
3252         (org-agenda-clock-out, org-agenda-list-stuck-projects)
3253         (org-agenda-open-link, org-agenda-show-new-time)
3254         (org-agenda-skip-subtree-when-regexp-matches)
3255         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3256         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3257         (org-do-sort, org-file-image-p, org-find-overlays)
3258         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3259         (org-highlight-until-next-command, org-isearch-end)
3260         (org-match-any-p, org-next-link, org-previous-link):
3261         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3262         (org-rewrite-old-row-references)
3263         (org-isearch-post-command)
3264         (org-table-edit-move, org-table-edit-next-field)
3265         (org-table-edit-scroll, org-table-edit-scroll-down)
3266         (org-set-frame-title, org-show-reference)
3267         (org-unhighlight-once, org-verify-change-for-undo): New functions.
3268         (org-show-variable): Remove command.
3269         (org-add-log-maybe): New arguments STATE, FINDPOS
3270         (org-table-sort-lines): Rewrite from scratch.
3271         (org-link-search): New argument AVOID-POS.
3272         (org-print-icalendar-entries): Remove argument CATEGORY.
3273         (org-run-agenda-series): Remove argument WONDOW.
3274         (org-next-link, org-previous-link): New commands.
3275         (org-agenda-date-format): New option.
3276         (org-table-iterate): New command.
3277         (org-table-modify-formulas)
3278         (org-table-replace-in-formulas): Remove functions.
3279         (org-table-fix-formulas): New function.
3280         (org-table-insert-column, org-table-delete-column)
3281         (org-table-move-column): Use `org-table-fix-formulas'.
3282         (org-follow-gnus-link): Patch from Bastien/Leo.
3283         (org-table-current-field-formula): New function.
3284         (org-file-image-p): New function.
3285         (org-agenda-show-new-time): New function.
3286         (org-agenda-date-later): Call `org-agenda-show-new-time'.
3287         (org-with-remote-undo): New macro.
3288         (org-agenda-undo): New command.
3289         (org-verify-change-for-undo): New function.
3290         (org-time-stamp-format): New function.
3291         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3292         by user.
3293         (org-match-any-p): New function.
3294         (org-make-tags-matcher): Handle regular expressions for tag and
3295         todo matches.
3296         (org-read-date): Accept "+N" as input for a date relative to the
3297         current date.
3298         (org-remove-subtree-entries-from-agenda): New function.
3299         (org-agenda-archive, org-agenda-kill):
3300         Use `org-remove-subtree-entries-from-agenda'.
3301         (org-do-sort, org-sort-entries): New functions.
3302         (org-sort): New command.
3303         (org-table-sort-lines): Use `org-do-sort'.
3304         (org-fix-decoded-time): New function.
3305         (org-table-number-regexp): Require 0x... to identify as number
3306         in tables.
3307         (org-startup-options): New keywords for note taking.
3308         (org-upgrade-old-links): Remove function.
3309         (org-get-repeat): New function.
3310         (org-show-context): Also show siblings on current level.
3311         (org-show-siblings): New function.
3312         (org-isearch-end, org-isearch-post-command): New functions.
3313         (org-show-siblings): New option.
3314         (org-show-context): Use `org-show-siblings'.
3315         (org-table-maybe-recalculate-line): No longer require `calc-eval'
3316         to be bound, because user may just use elisp.
3318 2007-02-24  Kim F. Storm  <storm@cua.dk>
3320         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3321         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3323 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
3325         * startup.el (command-line): Also check if the abbrev file is readable.
3327 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3329         * net/tls.el (tls-certtool-program): Fix custom type.
3331         * mail/feedmail.el (feedmail-message-id-generator)
3332         (feedmail-date-generator): Fix custom types.
3334         * mail/rmail.el (rmail-message-filter): Fix custom type.
3336 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
3338         * startup.el (command-line): If simple.el cannot be found, proceed
3339         with a warning message.
3341 2007-02-24  Kenichi Handa  <handa@m17n.org>
3343         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3344         case that BEG is a string.
3346 2007-02-24  Chris Moore  <dooglus@gmail.com>
3348         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3349         * pgg-pgp.el (pgg-pgp-encrypt-region):
3350         * pgg-gpg.el (pgg-gpg-encrypt-region):
3351         Check pgg-encrypt-for-me if no other recipients.
3353 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
3355         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3357         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3358         shell-quote-argument.
3360 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3362         * comint.el (comint-read-input-ring): Use comint-input-ring-size
3363         from the comint buffer instead of the temporary one.
3365 2007-02-23  David Reitter  <david.reitter@gmail.com>
3367         * cus-edit.el (custom-save-all): Canonicalize custom-file before
3368         storing it in recentf-exclude.
3370 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
3372         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3373         in splash screen.
3375 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
3377         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3378         commands, for restart.
3379         (idlwave-shell-current-module): Fix handling of module name by type.
3380         (idlwave-shell-break-in): Update type handling.
3381         (idlwave-shell-bp-get): Encode type in BP structure.
3382         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3383         (idlwave-shell-module-source-query): Query routine info based on type.
3384         Fix path parsing for non-compiled files.
3385         (idlwave-shell-module-source-filter): Don't signal error in filter
3386         if no source found.
3387         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3388         filter race.
3390 2007-02-22  Kim F. Storm  <storm@cua.dk>
3392         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3393         (editable-field): Document need to put some text before the %v
3394         escape in :format string.
3396 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3398         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3399         (vc-svn-use-edit): Remove unused config var.
3400         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3402         * outline.el (hide-sublevels): Keep empty last line, if available.
3404         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3405         rather than the corresponding unicode char, to make the code
3406         more readable.
3408 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
3410         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3411         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3412         (speedbar-item-info-tag-helper): Doc fixes.
3414 2007-02-19  Kenichi Handa  <handa@m17n.org>
3416         * international/mule-cmds.el (locale-language-names):
3417         Map "eo" to "Esperanto".
3419         * language/european.el ("Esperanto"): New language environment.
3421 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3423         * simple.el (kill-line): Doc fix.
3425 2007-02-17  Kim F. Storm  <storm@cua.dk>
3427         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3428         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
3429         (bindat--unpack-group, bindat--pack-group):
3430         Handle vectors with optional element type.
3432 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
3434         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3435         if PASSPHRASE is given.
3437 2007-02-17  Chris Moore  <dooglus@gmail.com>
3439         * jka-cmpr-hook.el (jka-compr-compression-info-list):
3440         Recognize backups of bz2 compressed files.
3442 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
3444         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3445         to nil to speed up lookup of the symbol in index nodes.
3447 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3449         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3450         Add indentation for the constants of Lisp.
3452 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3454         * ps-print.el: Use (defvar <foo>) where applicable.
3455         (ps-print-emacs-type): Remove.
3456         (ps-x-frame-property, ps-e-frame-parameter): Remove.
3457         (ps-frame-parameter): Align its call-convention with frame-parameter.
3458         (ps-begin-job): Adjust calls to it appropriately.
3459         (ps-setup): Don't print ps-print-emacs-type.
3460         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
3461         Define in such a way that it's obvious that it's defined.
3462         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
3463         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3464         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
3466 2007-02-15  Alan Mackenzie  <acm@muc.de>
3468         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
3469         an empty one-line C-style comment, post-position point properly.
3471 2007-02-15  Chris Moore  <dooglus@gmail.com>
3473         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3474         (isearch-lazy-highlight-new-loop): Bind it.
3475         (isearch-lazy-highlight-search): Use it.
3477         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
3479 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3481         * font-lock.el (font-lock-extend-region-wholelines):
3482         Only return non-nil if the region has really been changed.
3483         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3485 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
3487         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
3488         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
3489         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
3491 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
3493         * faces.el (color-values): Revert changes to docstring from
3494         2007-01-31 and 2000-09-07.
3496         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
3497         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
3498         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
3499         (ispell-help): Fix typos in docstring and output message.
3501 2007-02-14  Kim F. Storm  <storm@cua.dk>
3503         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
3504         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
3505         (grep): Fix lgrep reference.
3507         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
3508         (standard-display-underline): Use make-glyph-code.
3510         * descr-text.el (describe-char): Use glyph-char and glyph-face.
3512         * international/latin1-disp.el (latin1-display-char):
3513         Use make-glyph-code.
3515 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
3517         * ehelp.el (with-electric-help, electric-help-exit)
3518         (electric-help-retain): Doc fixes.
3520         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
3521         (byte-compile-file): Doc fixes.
3523 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3525         * term/mac-win.el: Change all uses of
3526         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
3527         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
3528         (mac-ae-get-url): Call select-frame-set-input-focus.
3529         (mac-dnd-handle-drag-n-drop-event): Don't call
3530         select-frame-set-input-focus.
3532 2007-02-13  Kenichi Handa  <handa@m17n.org>
3534         * international/characters.el: Fix documentation of category `a'.
3536 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
3538         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
3540 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
3542         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
3543         (tramp-get-remote-ln): Handle error case.
3544         Reported by Chris Moore <dooglus@gmail.com>.
3546 2007-02-11  Kim F. Storm  <storm@cua.dk>
3548         * bindings.el (ctl-x-map): Remove register compatibility bindings
3549         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
3551 2007-02-11  Richard Stallman  <rms@gnu.org>
3553         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
3554         in load history.
3556         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
3557         condition -- don't fail to stop at endpos.
3559 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
3561         * textmodes/org.el (org-agenda-get-todos)
3562         (org-agenda-get-timestamps, org-agenda-get-closed)
3563         (org-agenda-get-deadlines, org-agenda-get-scheduled)
3564         (org-agenda-get-blocks, org-format-agenda-item)
3565         (org-agenda-change-all-lines, org-scan-tags): Rename text property
3566         from `category' to `org-category'.
3568 2007-02-11  Kenichi Handa  <handa@m17n.org>
3570         * international/titdic-cnv.el (titdic-convert): Force files be written
3571         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
3572         (miscdic-convert): Force files be written with Unix-like eol format.
3574 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
3576         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
3578         * calculator.el (calculator-prompt): Doc fix.
3579         (calculator-mode-map): Fix typo in menu entry.
3581 2007-02-10  Jay Belanger  <belanger@truman.edu>
3583         * calculator.el (calculator): Do more extensive checking for when
3584         3 lines should be used for the calculator.
3586 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
3588         * info-look.el (info-lookup-make-completions):
3589         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
3590         index nodes.
3592         * info.el (Info-fontify-maximum-menu-size): Document the effect
3593         of a nil value.
3594         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
3595         non-nil before using it as size.
3597 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
3599         * subr.el (insert-for-yank-1): Prevent read-only properties from
3600         interfering with text property operations.
3602         * image-mode.el (image-mode): Revert 2007-01-30 changes.
3604         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
3605         (image-type-auto-detected-p): Fail if another match is found in
3606         auto-mode-alist.
3608         * files.el (magic-mode-alist): Call image-mode instead of
3609         image-mode-maybe for autodetected images.
3611 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
3613         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
3614         Fix typos in docstrings.
3615         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
3617 2007-02-09  Kim F. Storm  <storm@cua.dk>
3619         * emacs-lisp/float-sup.el: Remove obsolete comment.
3621 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3623         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
3625 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
3627         * simple.el: Revert previous change, at request of RMS:
3628         (fundamental-mode-hook): Remove.
3629         (fundamental-mode): Run after-change-major-mode-hooks manually,
3630         and don't run the now-nonexistent fundamental-mode-hook.
3632 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
3634         * simple.el (fundamental-mode-hook): Declare new hook.
3635         (fundamental-mode): Run the new dedicated hook, and don't run
3636         after-change-major-mode-hooks manually anymore.
3638 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3640         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
3641         added columns of chars.  Remove support for the "no-meta-info" format.
3642         Prompted by Romain Francoise <romain@orebokech.com>.
3644 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
3646         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
3647         (gdb-mouse-until, gdb-mouse-jump): Use it.
3649 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
3651         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
3652         work when there is just an assembler buffer (no source buffer).
3654 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
3656         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
3657         just because the diff was produced using "-p" (--show-c-function).
3659 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
3661         * faces.el (frame-set-background-mode): Use `color-values' and
3662         `display-color-p', not `x-color-values' and `x-display-color-p'.
3663         (face-valid-attribute-values): Use `defined-colors' instead of
3664         `x-defined-colors'.
3666 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3668         * ps-print.ps: The ps-print commands without face printing should not
3669         print background color.  Reported by Leo <sdl.web@gmail.com>.
3670         (ps-print-version): New version 6.7.3.
3671         (ps-begin-job): New arg.  Fix ps-default-background and
3672         ps-default-foreground initialization.
3673         (ps-face-attributes): Fix doc string.
3674         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
3676         * printing.el: Fix ps-print link.
3678 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
3680         * faces.el (face-set-after-frame-default): Compile attributes to
3681         be set by frame parameters before merging in X resources.
3683 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
3685         * simple.el (blink-matching-paren-dont-ignore-comments):
3686         (blink-matching-paren-on-screen): Doc fixes.
3688 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
3690         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
3692 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
3694         * loadhist.el (unload-feature): Silently ignore `load-history' entries
3695         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
3696         entries like `defun'.  Return nil.
3698 2007-02-05  Kim F. Storm  <storm@cua.dk>
3700         * ido.el: Doc fixes.
3702 2007-02-04  David Kastrup  <dak@gnu.org>
3704         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
3705         `mpuz-allow-double-multiplicator' is non-zero, and correct
3706         calculation of `min'.
3708 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3710         * wid-edit.el (widget-default-create): Insert new text at the
3711         :from marker _after_ the marker, not before it.
3713 2007-02-04  Alan Mackenzie  <acm@muc.de>
3715         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
3716         containing it is re-indented.
3718 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3720         * net/newsticker.el (newsticker--insert-image): Update docstring,
3721         and insert the image directly.
3722         (newsticker--buffer-redraw): Update docstring.
3724         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3725         Rename from define-global-minor-mode.
3727         * progmodes/cwarn.el (global-cwarn-mode):
3728         * emacs-lisp/autoload.el (make-autoload):
3729         * hi-lock.el (global-hi-lock-mode):
3730         * font-core.el (global-font-lock-mode): All callers changed.
3732 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
3734         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
3735         Don't copy @ignore lines into menu descriptions.
3736         (texinfo-multi-file-update): Goto the @node line before attempting
3737         to pluck the node name.
3738         (texinfo-multiple-files-update): Reverse the optional arguments'
3739         order, as per the doc string and the `interactive' form.
3741 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3743         * image-mode.el: Use autoload to avoid overriding disabled setting
3744         applied in .emacs.
3746 2007-02-03  Alan Mackenzie  <acm@muc.de>
3748         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
3749         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
3750         adjacent paren groups).
3752 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3754         * progmodes/ebnf2ps.el: Doc fixes.
3755         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
3757 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3759         * dired-x.el (dired-do-relsymlink): Add reference to
3760         dired-do-symlink.  Add an autoload cookie.
3762         * dired-aux.el (dired-do-symlink): Add reference to
3763         dired-do-relsymlink.
3765 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
3767         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
3768         <left-fringe mouse-3>: New bindings.
3770 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
3772         * newsticker.el (newsticker-version): Changed to "1.10".
3773         (newsticker--set-customvar): Doc string.
3774         (newsticker-new-item-face): Doc string.
3775         (newsticker-mode): Initialize `invisibility-spec' with t.
3776         (newsticker-mode-map): Added
3777         `newsticker-mark-all-items-at-point-as-read'.
3778         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
3779         (newsticker-w3m-show-inline-images): Do not call
3780         `w3m-remove-image'.
3781         (newsticker--buffer-after-w3m-insert-image): New advice for
3782         w3m-insert-image to cache images.
3783         (newsticker-next-item-same-feed): New.
3784         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
3785         (newsticker-mark-all-items-of-feed-as-read): New.
3786         (newsticker-mark-all-items-at-point-as-read): Use new functions.
3787         (newsticker-mark-item-at-point-as-read): Doc string.
3788         (newsticker-mark-item-at-point-as-read): Use new functions.
3789         (newsticker--do-mark-item-at-point-as-read): New, extracted from
3790         `newsticker-mark-item-at-point-as-read'.
3791         (newsticker-hide-entry): Use (t) instead of t for invisibility.
3792         (newsticker--sentinel): Yet another xml-parser workaround.
3793         (newsticker--decode-iso8601-date): Bugfix for datestrings without
3794         days.
3795         (newsticker--buffer-do-insert-text): Fix.
3796         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
3797         (newsticker--buffer-make-item-completely-visible):
3798         `switch-to-buffer' not necessary.
3800 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3802         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
3803         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
3804         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
3805         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
3806         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
3808 2007-02-02  Kenichi Handa  <handa@m17n.org>
3810         * international/quail.el (quail-show-key): Fix an error message.
3812 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3814         * faces.el (set-face-underline-p, modify-face): Rename arg
3815         UNDERLINE-P to UNDERLINE (it is not a flag).
3817 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
3819         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
3820         when adding gdb-speedbar-update to gdb-input-queue.
3822 2007-02-01  Kenichi Handa  <handa@m17n.org>
3824         * international/quail.el (quail-show-key): Signal an error if the
3825         current input method is not using Quail.
3827 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
3829         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
3830         Trim leading whitespace in sysvar names.
3832 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3834         * faces.el (internal-find-face, internal-get-face): Doc fixes.
3836 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
3838         * ido.el (ido-set-common-completion): Use `let', not `let*'.
3840 2007-01-31  Romain Francoise  <romain@orebokech.com>
3842         * comint.el: Delete extra copy of `comint-copy-old-input' added in
3843         previous change to this file.
3845 2007-01-31  Jason Rumney  <jasonr@gnu.org>
3847         * files.el (magic-mode-alist): Use image-mode-maybe rather than
3848         image-mode.
3850         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
3851         interfering with attempt to set major mode from modified
3852         auto-mode-alist.
3854 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
3856         * faces.el (color-values): Doc fix.
3857         (face-differs-from-default-p): Don't check :foreground twice.
3859 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
3861         * comint.el (comint-mode): Prevent non-keyword fontification by default.
3863 2007-01-31  Kenichi Handa  <handa@m17n.org>
3865         * international/quail.el (quail-store-decode-map-key): Store a
3866         translated character too.
3867         (quail-char-equal-p): New function.
3868         (quail-find-key1): Check character equality by quail-char-equal-p.
3869         (quail-decode-map-generated): New variable.
3870         (quail-find-key): Check quail-decode-map-generated and re-generate
3871         a decode map if necessary.
3873 2007-01-30  Richard Stallman  <rms@gnu.org>
3875         * tutorial.el (tutorial--detailed-help): Make the list of
3876         changed keys look nicer.
3878 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
3880         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
3881         (gdb-var-delete): Use it.
3882         (gdb-var-update-handler-1): Handle value "invalid" for MI field
3883         `in_scope'.
3885 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
3887         * files.el (get-free-disk-space): Return nil for remote directories.
3889         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
3890         instead of "dir".
3892 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
3894         * type-break.el (type-break-catch-up-event): New function.
3895         (type-break-demo-hanoi, type-break-demo-life)
3896         (type-break-demo-boring): Use it.
3898         * image-mode.el (image-mode): Don't automatically view as image.
3899         (image-toggle-display): Add `disabled' property.
3901 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3903         * isearchb.el (isearchb-iswitchb):
3904         * ps-print.el (ps-build-face-reference):
3905         * emacs-lisp/shadow.el (list-load-path-shadows):
3906         * eshell/esh-cmd.el (eshell-rewrite-for-command):
3907         * international/mule.el (find-auto-coding):
3908         * mail/supercite.el (sc-attrib-selection-list):
3909         * progmodes/cc-defs.el (c-emacs-features):
3910         * progmodes/cc-vars.el (c-offsets-alist):
3911         * progmodes/flymake.el
3912         (flymake-init-create-temp-source-and-master-buffer-copy):
3913         Fix typos in docstrings (some suggested by Chris Moore).
3915         * progmodes/vhdl-mode.el (vhdl-components-package-name)
3916         (vhdl-get-library-unit, vhdl-corresponding-begin)
3917         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
3918         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
3919         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
3920         (vhdl-font-lock-match-item): Fix typos in docstrings.
3921         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
3922         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
3923         (vhdl-speedbar-insert-project-hierarchy):
3924         Improve argument/docstring consistency.
3926 2007-01-29  Kenichi Handa  <handa@m17n.org>
3928         * international/titdic-cnv.el (py-converter): Fix previous change.
3930 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
3932         * jka-compr.el (jka-compr-partial-uncompress)
3933         (jka-compr-call-process): Rebind default-directory if it is
3934         invalid.  Suggested by Chris Moore.
3936         * comint.el (comint-insert-input): Handle situation where the
3937         selected buffer is not the clicked buffer.
3939 2007-01-29  Kenichi Handa  <handa@m17n.org>
3941         * international/ja-dic-cnv.el (skkdic-convert):
3942         Add byte-compile-disable-print-circle:t at the head.
3944         * international/titdic-cnv.el (tit-process-header):
3945         Add byte-compile-disable-print-circle:t at the head.
3946         (miscdic-convert): Likewise.
3947         (py-converter): Skip the header comments.
3949         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
3950         New variable.
3951         (byte-compile-output-file-form): Bing print-circle to nil if
3952         byte-compile-output-file-form is not nil.
3953         (byte-compile-output-docform): Likewise.
3955 2007-01-28  Kim F. Storm  <storm@cua.dk>
3957         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
3958         Declare earlier to avoid byte compiler warnings.
3960 2007-01-28  Markus Triska  <markus.triska@gmx.at>
3962         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
3964 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
3966         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
3967         (gamegrid-add-score-with-update-game-score-1): Allow local quits
3968         when calling update-game-score program.  Remove unnecessary
3969         save-excursion.
3971         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
3973 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
3975         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
3976         avoid compiler warning.
3977         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
3978         might have values other than "true" or "false".
3980 2007-01-28  Richard Stallman  <rms@gnu.org>
3982         * textmodes/fill.el (fill-paragraph-function): Doc fix.
3983         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
3985         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
3987         * image.el (image-type-header-regexps): Make GIF regex more specific.
3989         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
3990         Don't check `backspace'.
3991         (tutorial--find-changed-keys): Look up bindings in a temp buffer
3992         in Fundamental mode.
3994         * startup.el (fancy-splash-text, normal-splash-screen):
3995         Mention C-g.
3997         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
3998         when inserting in buffer.
4000         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4001         inside the if.
4003 2007-01-27  Richard Stallman  <rms@gnu.org>
4005         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4007 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
4009         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4010         enum/union/struct/class definition.
4011         Revert change to call `forward-sexp' multiple times.
4013 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
4015         * files.el (hack-local-variables-confirm): Don't keep trying to
4016         read an event from an empty kbd macro.
4018 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
4020         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4022 2007-01-27  Ben North  <ben@redfrontdoor.org>
4024         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
4025         the arg CHILDREN -> WHICH.
4027 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
4029         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4030         default-directory to a sane value when calling start-process.
4032 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
4034         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4035         (ls-lisp-format-time-list): Doc fix.  Mention
4036         ls-lisp-use-localized-time-format.
4037         (ls-lisp-format-time): Use ls-lisp-format-time-list if
4038         ls-lisp-use-localized-time-format is non-nil, even if a valid
4039         locale is defined.
4041 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
4043         * jka-compr.el (jka-compr-shell): Doc fix.
4045         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4047 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4049         * ps-print.ps: Fix background height.
4050         (ps-print-version): New version 6.7.2.
4052 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
4054         * makefile.w32-in (finder-data, custom-deps): Depend on
4055         $(lisp)/loaddefs.el.
4057 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4059         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4061 2007-01-24  Miles Bader  <miles@gnu.org>
4063         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4064         (byte-compile-output-docform): Bind `print-circle' to t.
4066 2007-01-24  Kenichi Handa  <handa@m17n.org>
4068         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4069         file name of the original SKK dictionary file.
4071 2007-01-24  Kim F. Storm  <storm@cua.dk>
4073         * ido.el (ido-initial-position): New variable.
4074         (ido-read-internal): Set it if default item is specified.
4075         (ido-minibuffer-setup): Position cursor accordingly if set.
4076         (ido-edit-input): C-e moves to end of input if not already there.
4077         (ido-magic-backward-char): C-b does like M-b if prev char is /.
4078         Don't switch to buffer mode if repeating C-b at start of input.
4079         (ido-toggle-ignore): C-a only toggles ignore at start or end of
4080         input; else it moves to start of input.
4081         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4082         not at end of input, delete rest of input, rather than normal op.
4084 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4086         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
4088         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4089         of message.  Activate mark.
4090         (ediff-activate-mark): Set transient-mark-mode to t.
4092         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4094 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
4096         * help-fns.el (describe-variable): Don't suppress display of
4097         buffer local value when the value is "large".
4099 2007-01-22  Kim F. Storm  <storm@cua.dk>
4101         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4102         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4103         (ido-tidy): Use ido-active.
4105 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
4107         * hexl.el (hexl-mode-exit): Add missing quote.
4109 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4111         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4112         (mac-ae-keyboard-modifiers): New function.
4113         (mac-handle-toolbar-switch-mode): Use it.
4114         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
4115         if keyboard modifiers on drop contain option key.
4116         (mac-dnd-drop-data): Add optional argument `action'.
4117         (special-event-map): Remove binding for M-drag-n-drop.
4119 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
4121         * add-log.el (add-log-current-defun): Use CC Mode functions to
4122         find the beginning and end of a defun.
4124 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
4126         * progmodes/gdb-ui.el (gdb-var-create-regexp)
4127         (gdb-var-create-handler): Handle value field in GDB output of
4128         -var-create.
4129         (gdb-max-frames): New variable.
4130         (gdb-stack-buffer, gdb-frames-select): Use it.
4131         (gdb-info-stack-custom): Help user customize gdb-max-frames,
4132         if necessary.
4133         (gdb-get-frame-number): Simplify.
4135 2007-01-21  Glenn Morris  <rgm@gnu.org>
4137         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4138         Update copyrights.
4140 2007-01-21  Alan Mackenzie  <acm@muc.de>
4142         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4143         handling of K&R stuff.
4145 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4147         * textmodes/bibtex.el (bibtex-files): Fix customization type.
4149 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4151         * ps-print.el: Handle frame parameters (background and/or foreground
4152         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
4153         (ps-print-version): New version 6.7.1.
4154         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4155         (ps-frame-parameter): New fun.
4156         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4157         Fix doc and customization.
4158         (ps-begin-job): Get frame parameters (background and/or foreground
4159         colors).
4160         (ps-do-despool): Ensure ps-printer-name has a valid value.
4162 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
4164         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4165         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4166         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4167         mean unlimited.
4169 2007-01-20  Alan Mackenzie  <acm@muc.de>
4171         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4172         much more rigorous analysis of putative K&R regions.
4174 2007-01-20  Alan Mackenzie  <acm@muc.de>
4176         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4177         New functions.
4179 2007-01-20  Alan Mackenzie  <acm@muc.de>
4181         * progmodes/cc-align.el, progmodes/cc-cmds.el,
4182         * progmodes/cc-defs.el, progmodes/cc-engine.el,
4183         * progmodes/cc-langs.el, progmodes/cc-styles.el,
4184         * progmodes/cc-vars.el: Add my name.
4186 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
4188         * files.el (find-alternate-file): Revert query message to Emacs 21
4189         version.
4191 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4193         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4194         the doc string how to use personal abbrevs without electric
4195         keywords.
4197 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4199         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4200         Fixed cursor position when toggle abbreviated display.
4202 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
4204         * t-mouse.el: Update copyright following assignment by
4205         Alessandro Rubini.
4207 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
4209         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4210         (type-break-demo-boring): Call read-event instead of read-char.
4212 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
4214         * progmodes/compile.el: Add handling for makepplog.
4216 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4218         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4219         aspell dictionaries are initialized when called non-interactively.
4221 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
4223         * progmodes/compile.el (compilation-loop): New arg limit.
4224         Handle case where the first error is at point-min.
4225         (compilation-next-error): New arg to compilation-loop call.
4227 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
4229         * info.el (Info-default-dirs): Change default info dir to
4230         share/info.
4232         * paths.el (Info-default-directory-list): Ditto.
4234 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
4236         * hexl.el (hexl-before-revert-hook): New function.
4237         (hexl-mode): Use it.
4238         (hexl-after-revert-hook): Just call hexl-mode.
4239         (hexl-mode-exit): Remove before-revert-hook.
4241 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4243         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4245 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
4247         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4248         by "-" in francais7 otherchars entry.
4249         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4250         otherchars entry.
4252 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
4254         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4255         path.  Rewrite function in `cond' style for readability.
4257         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4258         (The path shortening, that is, not the rearrarangement.)
4260 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4262         * term/mac-win.el (mac-ae-quit-application): New function.
4263         (mac-apple-event-map): Bind "quit application" Apple event to it.
4265 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4267         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4268         than the program's output.
4270 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4272         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4273         (kmacro-start-macro-or-insert-counter)
4274         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4275         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4277         * longlines.el (longlines-show-hard-newlines):
4278         * ruler-mode.el (ruler-mode-ruler):
4279         * emulation/keypad.el (keypad-setup):
4280         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4281         Fix typo in docstring.
4283 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
4285         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4286         Remove redirect character ">".
4288 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
4290         * replace.el (perform-replace): Remove leftover code.
4292 2007-01-12  Richard Stallman  <rms@gnu.org>
4294         * replace.el (perform-replace): Don't clear NODENT when computing
4295         the replacement string.
4297 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
4299         * net/tramp.el (tramp-handle-file-local-copy):
4300         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
4301         <christopher.ian.moore@gmail.com>.
4303 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4305         * diff-mode.el (diff-sanity-check-context-hunk-half)
4306         (diff-sanity-check-hunk): New functions.
4307         (diff-find-source-location): Use'em to check the hunks are well-formed.
4309         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4310         activate undo when undo is not active.
4311         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4313 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4315         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4316         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4317         (ffap-url-at-point): Use char-classes rather than "a-z".
4319 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
4321         * ediff-init.el (ediff-autostore-merges):
4322         * textmodes/fill.el (fill-region): Doc fix.
4324 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4326         * server.el (server-ensure-safe-dir): UIDs may be floats.
4328 2007-01-10  Richard Stallman  <rms@gnu.org>
4330         * battery.el (battery-linux-proc-acpi): Use ignore-errors
4331         around calls to directory-files.
4333         * subr.el (momentary-string-display): Use save-excursion.
4335         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4336         argument, but read it as `X' does.
4338 2007-01-09  Juri Linkov  <juri@jurta.org>
4340         * info.el (Info-fontify-node): Don't hide node names of index entries.
4342         * faces.el (momentary): Change :group to basic-faces where all
4343         basic faces belong to.  Add :version.
4345 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4347         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4348         keybinding is found.
4349         (tutorial--find-changed-keys): Never treat null keybinding as a
4350         remapping.
4352 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
4354         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4356 2007-01-09  Kenichi Handa  <handa@m17n.org>
4358         * international/mule-cmds.el
4359         (select-safe-coding-system-interactively): Fix message.
4361 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
4363         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4364         (tramp-process-actions): Add optional parameter TIMEOUT.
4365         (tramp-open-connection-telnet, tramp-open-connection-rsh)
4366         (tramp-open-connection-su): Add timeout of 60".
4368 2007-01-09  Richard Stallman  <rms@gnu.org>
4370         * progmodes/compile.el (compile): Doc fix.
4372 2007-01-09  Markus Triska  <markus.triska@gmx.at>
4374         * tumme.el (tumme-display-thumb): Doc fix.
4376 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
4378         * battery.el (battery-search-for-one-match-in-files):
4379         * bindings.el (mode-line-minor-mode-help):
4380         * x-dnd.el (x-dnd-types-alist):
4381         * calendar/icalendar.el (icalendar-import-buffer):
4382         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4384         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4386 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
4388         * replace.el (replace-regexp): Fix typo in docstring.
4390 2007-01-07  Alan Mackenzie  <acm@muc.de>
4392         * progmodes/cc-langs.el (c-operators, c-filter-ops):
4393         Amend doc-string and comments.
4395 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
4397         * files.el (abbreviate-file-name): Doc fix.
4399 2007-01-06  Markus Triska  <triska@gmx.at>
4401         * subr.el (split-string): Remove spurious ")" from doc string.
4403 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
4405         * textmodes/table.el (table--warn-incompatibility):
4406         Use display-warning instead of momentary-string-display.
4408 2007-01-05  Richard Stallman  <rms@gnu.org>
4410         * image.el (image-type-header-regexps): Recognize xbm more strictly.
4412         * simple.el (backward-kill-word): Doc fix.
4414 2007-01-05  Romain Francoise  <romain@orebokech.com>
4416         * international/mule.el (sgml-html-meta-auto-coding-function):
4417         Ensure that the buffer contains a HTML document.
4419 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4421         * faces.el (momentary): Move here ...
4422         * subr.el (momentary): ... from here.
4424 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
4426         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4427         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4428         large structures/arrays.
4430 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
4432         * files.el (find-file-noselect-1, set-visited-file-name):
4433         Allow backup-enable-predicate to be nil.
4435 2007-01-04  Andreas Schwab  <schwab@suse.de>
4437         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4438         last change.
4440 2007-01-03  Richard Stallman  <rms@gnu.org>
4442         * woman.el (woman-decode-buffer): Clarify error message.
4444 2007-01-03  Alan Mackenzie  <acm@muc.de>
4446         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
4448 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
4450         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
4452 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4454         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
4456 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
4458         * emulation/viper.el (viper-custom-file-name, viper-mode):
4459         Fix typos in docstrings.
4461         * subr.el (momentary-string-display): After moving point, set POS
4462         variable to it to avoid later errors once the buffer is modified.
4463         Doc fix.
4465 2007-01-02  Alan Mackenzie  <acm@muc.de>
4467         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
4468         check that the "*/" is present before trying to manipulate it.
4470 2007-01-02  Richard Stallman  <rms@gnu.org>
4472         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4474         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
4475         Fix format of value.
4477         * cus-edit.el (customize-unsaved): Rename from customize-customized.
4478         Change messages accordingly.
4479         (customize-customized): Now alias.
4481 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
4483         * files.el (version-control): Doc fix.
4485 2007-01-01  Alan Mackenzie  <acm@muc.de>
4487         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
4488         Check the format of c-state-cache is valid for an optimisation before
4489         using it.
4491         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
4492         are at a statement within a macro".  Other changes so that only
4493         the first continuation line in a macro gets the symbol
4494         `cpp-define-intro', the others getting `statement', or whatever.
4496         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
4497         a string, preserve whitespace.  Add a backslash only when also in
4498         a macro.
4500         * progmodes/cc-defs.el: Correct typos.
4502         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
4503         new line after an escaped EOL in a string.
4505         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
4506         label when it directly follows "else", "do", ....
4508         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
4509         angle brackets (as seen in "explicit specialisations" of C++
4510         templates).
4512         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
4513         in the doc-string.
4515         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
4516         when the comment ender looks like "=========*/" and is alone on
4517         its line.
4519         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
4520         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
4521         for the old name.
4523         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
4524         c-\(beginning\|end\)-of-defun by default.
4526         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
4527         New line-up function, for the DEFUN macro in the Emacs C sources.
4528         Only used in "gnu" style.
4530         * progmodes/cc-styles.el (c-style-alist): Use this new function in
4531         the "gnu" style.
4533         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
4534         clean-up comment-close-slash also to work when there's a comment
4535         terminator on the line.
4536         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
4537         these for large arg - only take account of top level {..}, except
4538         for initial and final adjustments.  M-- C-M-[ae] now go to the
4539         right defuns when the starting point is between defuns.  They use
4540         the four new functions:
4541         (c-in-function-trailer-p, c-where-wrt-brace-construct)
4542         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
4543         support c-\(beginning\|end\)-of-defun.
4545         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
4546         expressions more rigorously, to exclude bit-field specifiers from
4547         being classed as labels.
4548         (c-forward-label): When analyzing a ":" within a macro, be careful
4549         about using c-forward-syntactic-ws at the macro beginning.
4550         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
4551         stmt boundary, check for "operator=", etc.
4553         * progmodes/cc-mode.el (c-postprocess-file-styles):
4554         Bind inhibit-read-only to t, around the call to
4555         c-remove-any-local-eval-or-mode-variables, so that it works on a
4556         RO file.
4558         * progmodes/cc-defs.el (c-version): Update the version number to
4559         "5.31.4".
4561 2007-01-01  Richard Stallman  <rms@gnu.org>
4563         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
4564         only if we restored isearch-window-configuration.
4566 2006-12-31  Romain Francoise  <romain@orebokech.com>
4568         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
4570 2006-12-31  Kim F. Storm  <storm@cua.dk>
4572         * files.el (auto-mode-case-fold): New defcustom.
4573         (set-auto-mode): If non-nil, perform second case-sensitive pass
4574         through auto-mode-alist if first pass failed.
4576 2006-12-30  Richard Stallman  <rms@gnu.org>
4578         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
4580 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
4582         * allout.el (allout-encrypt-string): Handle symmetric-key
4583         passphrase caching but leave keypair caching to pgg.
4585 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
4587         Sync with Tramp 2.0.55.
4589         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
4590         `integerp'.  `char-equal' could fail else in case of negative
4591         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
4592         (top): Check for `font-lock-add-keywords' before calling; it
4593         doesn't exist under XEmacs.
4594         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
4595         (tramp-completion-mode): Remove clause (not
4596         tramp-unified-filenames), because the function is called in other
4597         context too, where this check results in wrong results in the
4598         XEmacs case on Windows.
4599         (tramp-touch): UTC handling is not possible for XEmacs.
4601 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4603         * scroll-bar.el (previous-scroll-bar-mode): New variable
4604         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
4605         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
4607         * term/x-win.el: Set scroll bar mode to right if set by X resources.
4609 2006-12-30  Richard Stallman  <rms@gnu.org>
4611         * files.el (make-backup-file-name-1): Precompute abs name
4612         but don't lose the relative name.
4614         * international/mule-cmds.el (select-safe-coding-system-interactively):
4615         Fix message.
4617 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4619         * files.el (backup-buffer): Show entire backup file name in msg.
4621 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
4623         * image.el (image-type-header-regexps, image-type-from-data)
4624         (image-type-from-buffer, image-type-from-file-header):
4625         Revert changes from 2006-12-26.
4626         (image-type-auto-detectable): New variable.
4627         (image-type-auto-detected-p): New function.
4629         * files.el (magic-mode-alist): Detect image files with
4630         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
4632 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
4634         * dired.el (dired-sort-other): Move test for dired-mode...
4635         (dired-sort-set-modeline): ...to here.
4637 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4639         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
4640         change.  Suggested by Stefan Monnier.
4642 2006-12-29  Kim F. Storm  <storm@cua.dk>
4644         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
4645         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
4647 2006-12-27  Kim F. Storm  <storm@cua.dk>
4649         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
4650         so it doesn't accidentally match an fsf.org mail address.
4651         (authors-renamed-files-alist): Add tcover-*.el.
4653 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4655         * vc-arch.el (vc-arch-find-version): New function.
4657         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
4658         composed of arbitrary characters (even /) in some systems.
4660 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
4662         * international/mule-cmds.el (select-safe-coding-system-interactively):
4663         Improve the message in the *Warning* buffer.
4665 2006-12-27  Kim F. Storm  <storm@cua.dk>
4667         * ido.el (ido-set-matches-1): Fix last change.  If default item is
4668         current buffer, it is ok to be first.
4670 2006-12-27  Kenichi Handa  <handa@m17n.org>
4672         * international/mule-cmds.el (select-safe-coding-system-interactively):
4673         Use face `link' for problematic chars.
4675 2006-12-27  Kenichi Handa  <handa@m17n.org>
4677         * international/mule-cmds.el (select-safe-coding-system-interactively):
4678         Improve the message in *Warning* buffer.
4680 2006-12-27  Kim F. Storm  <storm@cua.dk>
4682         * ido.el (ido-set-matches-1): Never put current buffer first if
4683         there are other matches.
4685 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
4687         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
4688         expressions.
4689         (gdb-var-delete): Handle duplicate names.  Print message for non
4690         root expressions.
4691         (gdb-partial-output-name): Start buffer name with a space.
4692         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
4693         buffer name.
4695 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4697         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
4698         last footnote when `footnote-spaced-footnotes' is nil.
4700 2006-12-26  Richard Stallman  <rms@gnu.org>
4702         * cus-edit.el (custom-browse-sort-alphabetically)
4703         (custom-buffer-sort-alphabetically)
4704         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
4706         * image.el (image-type-header-regexps): Change element format
4707         to include third item NOT-ALWAYS.
4708         (image-type-from-data): Handle new format.
4709         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
4710         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
4712 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
4714         * add-log.el (add-log-current-defun): Call `forward-sexp'
4715         multiple times to pick a member function name defined as
4716         part of nested classes/namespaces.
4718 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4720         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
4721         which keymap should be used to change menu.  It does not affect any
4722         existent code.
4724 2006-12-26  Richard Stallman  <rms@gnu.org>
4726         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
4727         rather than for being in a minibuffer window.
4729 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
4731         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
4732         locale-coding-system.
4733         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
4734         LF.
4736 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
4738         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
4739         (sql-mode-syntax-table): Disable double quoted strings.
4740         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
4742 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4744         * startup.el (fancy-splash-last-input-event): New variable.
4745         (fancy-splash-special-event-action): New function.
4746         (fancy-splash-screens): Temporarily bind special events to it.
4747         Execute command for saved special event before exiting from
4748         recursive editing.
4750         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
4751         New functions.
4752         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
4753         Use mac-unread-string.
4755 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4757         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
4758         an optimized comment regexp if `comment-start-skip' uses a ^.
4759         * bs.el (bs--up): Remove interactive spec.
4761 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
4763         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
4764         Suggested by James Cloos.
4766 2006-12-24  Kevin Ryde  <user42@zip.com.au>
4768         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
4769         in March.
4770         (calendar-dst-ends): Default to first Sunday in November.
4772 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
4774         * allout.el (allout-encrypt-string): Inhibit use of agent within
4775         body of let form where encryption happens.  Acknowledge non-use of
4776         gpg-agent in docstring.
4777         (allout-toggle-subtree-encryption): Acknowledge non-use of
4778         gpg-agent in docstring.
4780 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
4782         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
4784 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4786         * ediff-diff.el (ediff-diff-options): Clarify docstring.
4787         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
4789         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
4790         in hooks.
4791         (viper-add-newline-at-eob-if-necessary): Add newline only if we
4792         actually modify buffer; ignore errors if occur.
4794 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
4796         * calendar/calendar.el (calendar-mode-map): Switch < and >.
4797         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
4798         formatting.
4800 2006-12-23  Richard Stallman  <rms@gnu.org>
4802         * simple.el (delete-horizontal-space): Doc fix.
4804 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
4806         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
4807         explicitly in a recursive Make, not implicitly through prerequisites,
4808         since the latter is wrong under parallel builds.
4810 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
4812         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
4814 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4816         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
4817         message string.
4819 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
4821         * outline.el (outline-next-visible-heading): Fix the case with a
4822         header at end-of-file with no final newline.
4824 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
4826         * indent.el (tab-always-indent): Doc fix.
4828 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
4830         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
4831         (Info-fontify-node): Do fontify indices.
4833         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
4834         to the Emacs Lisp reference manual.
4835         (tutorial--tab-map): Remove.  All callers changed.
4836         (tutorial--find-changed-keys): New elt QUIET, used to...
4837         (tutorial--display-changes): ...ensure that warning messages are
4838         only issued once per changed key.
4839         (tutorial--remove-remarks): Delete unused code-path.
4840         (lang-strings): Remove extraneous formatting.
4841         (tutorial--save-tutorial): Prompt before saving tutorial state.
4843 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
4845         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
4846         Replace '?\ ' by '?\s' throughout.
4847         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
4848         `help' custom group.
4849         (tutorial--key-description): New function.
4850         (tutorial--display-changes): Remove redundant arg.  Scan for all
4851         key sequences to avoid false matches.  Cleanup.
4852         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
4853         reduce homedir pollution.
4854         (help-with-tutorial): Call tutorial--display-changes with no arg.
4856 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
4858         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
4860 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
4862         * net/tramp.el (tramp-default-method): We still need to check for
4863         `executable-find', because it is not bound under Emacs 20.
4864         (tramp-handle-file-name-completion)
4865         (tramp-completion-handle-file-name-completion): Handle optional
4866         parameter PREDICATE.
4867         (tramp-find-default-method): Add code for default values.
4869 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
4871         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
4872         make gud-go send "continue".
4874 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
4876         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
4877         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
4879 2006-12-19  Kim F. Storm  <storm@cua.dk>
4881         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
4882         instead of global-map.
4884         * files.el (magic-mode-alist): Allow matching file type by
4885         calling a function at bob.  Check for image types by calling
4886         image-type-from-buffer.  Suggested by Juanma Barranquero.
4887         (set-auto-mode): Do it.
4889 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
4891         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
4892         Remove "ControlMaster" option from the other `scp*' methods.
4893         (tramp-default-method): Check for ssh-agent before setting to `scp'.
4895 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
4897         * textmodes/org.el (org-mode): Show context after isearch.
4898         (org-show-siblings): New function.
4899         (org-show-context): Use `org-show-siblings'.
4901 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4903         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
4904         Use syntax-ppss-toplevel-pos.
4906 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
4908         * textmodes/org.el (org-current-line): Make sure that lines are
4909         counted from beginning of buffer.
4910         (org-table-copy-region, org-table-paste-rectangle): Make sure that
4911         lines are counted from beginning of buffer.
4913 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4915         * info.el (Info-build-node-completions): Signal error if tag-table
4916         marker is not found.
4918         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4920 2006-12-17  Alan Mackenzie  <acm@muc.de>
4922         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
4923         speed) the case when open-paren-in-column-0-is-defun-start is nil.
4924         Based on code by Martin Rudalics.
4926         * progmodes/cc-mode.el (c-basic-common-init): Don't set
4927         open-paren-in-column-0-is-defun-start to nil any more.
4929 2006-12-17  Richard Stallman  <rms@gnu.org>
4931         * simple.el (delete-horizontal-space): Use prefix arg.
4933         * help-fns.el (describe-variable): Improve blank separator lines.
4935         * files.el (magic-mode-alist): Mark as risky.
4937         * files.el (make-backup-file-name-1):
4938         Expand backup-directory explicitly.
4940 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
4942         * net/tramp.el (tramp-default-method): Before setting to "pscp",
4943         check whether package password.el is loaded, or Pageant is running.
4945 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
4947         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
4948         (icalendar--rris): First try Emacs, then XEmacs.
4949         (icalendar--convert-ical-to-diary): Doc fix.
4950         Insert newline at end of target file.
4952 2006-12-17  Kim F. Storm  <storm@cua.dk>
4954         * outline.el (outline-isearch-open-invisible-function): New defvar.
4955         (outline-flag-region): Use it if non-nil for isearch-open-invisible
4956         overlay property instead of outline-isearch-open-invisible.
4958 2006-12-16  Kim F. Storm  <storm@cua.dk>
4960         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
4961         if ido-directory-too-big is set on entry.
4962         (ido-toggle-ignore, ido-completion-help): Print message while
4963         reading big directory.
4965 2006-12-15  Richard Stallman  <rms@gnu.org>
4967         * shell.el (shell): Doc fix.
4969 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
4971         * emulation/edt.el (edt-xserver):
4972         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
4973         to fix a problem on Cygwin.
4975         * emulation/edt.el
4976         * emulation/edt-mapper.el
4977         * emulation/edt-lk201.el
4978         * emulation/edt-pc.el
4979         * emulation/edt-vt100.el: Update maintainer's email address.
4981 2006-12-15  Simon Marshall  <simon@gnu.org>
4983         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
4985 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4987         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
4988         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
4989         instead of mac-atsu-font-table.
4990         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
4992 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
4994         * align.el (align-match-tex-pattern): Fix a rare bug which
4995         hanged Emacs.
4997 2006-12-14  Richard Stallman  <rms@gnu.org>
4999         * startup.el (use-fancy-splash-screens-p): Use frame-height
5000         instead of window-height.  Pass frame to image-size.
5002 2006-12-13  Kenichi Handa  <handa@m17n.org>
5004         * international/mule-cmds.el (set-locale-environment):
5005         Set default-sendmail-coding-system too.
5007 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
5009         * progmodes/idlw-help.el: Fix copyright notice.
5011 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5013         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5015 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
5017         * subr.el (unread-command-char): Reformat obsolescence info.
5019 2006-12-11  Richard Stallman  <rms@gnu.org>
5021         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5022         about calls to cl-struct-setf-expander.
5024 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
5026         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5027         (ediff-combination-pattern): Fix typo in docstring.
5029         * textmodes/refer.el (refer-find-entry): Doc fix.
5030         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5031         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5032         Fix tipos in docstrings.
5034         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5036 2006-12-10  Kim F. Storm  <storm@cua.dk>
5038         * ido.el (ido-init-completion-maps): Remap backward-kill-word
5039         instead of binding M-backspace.
5041 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
5043         * replace.el (replace-match-data, replace-match-maybe-edit):
5044         * calc/calc-aent.el (calc-eval-error):
5045         * emulation/vi.el (vi-char-argument):
5046         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5047         (c-vsemi-status-unknown-p-fn): Doc fixes.
5049 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
5051         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5052         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
5054 2006-12-10  Masatake YAMATO  <jet@gyve.org>
5056         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5058 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
5060         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5062         * man.el (Man-xref-button-action): New function.  If the
5063         `Man-target-string' button property is a function, assume it
5064         accepts a position argument.
5065         (Man-abstract-xref-man-page): Use it.
5066         (Man-default-man-entry): New optional arg POS.
5068         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5069         symlink arrows read-only and non-rear-sticky.
5071 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
5073         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5074         (wdired-search-and-rename): Simplify code.
5075         (wdired-preprocess-files, wdired-preprocess-perms): Make
5076         read-only property of preceding character rear-nonsticky to
5077         avoid that it can be modified.  Put old-name and old-link
5078         properties on character preceding name and replace
5079         put-text-property by add-text-properties.
5080         (wdired-get-filename, wdired-get-previous-link): Get old-name
5081         and old-link properties from character preceding name and
5082         simplify code.
5083         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5084         (wdired-perms-to-number): Make local-map property
5085         rear-nonsticky to avoid that text following permissions may be
5086         modified.  Use add-text-properties instead of put-text-property
5087         when changing a permission bit.
5088         (wdired-change-to-dired-mode): Remove stickiness properties.
5090 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
5092         * international/mule-cmds.el (register-input-method): Doc fix.
5094 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
5096         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5098 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5100         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5101         Force buffer local defs evaluation on local variables loading.
5102         (flyspell-mode-on, flyspell-mode-off): Use it in
5103         `hack-local-variables-hook'.
5105 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
5107         * emacs-lisp/find-func.el (find-variable): Doc fix.
5109         * help-fns.el (variable-at-point): Doc fix.
5111         * w32-fns.el (w32-append-code-lines): New function.
5113 2006-12-09  Romain Francoise  <romain@orebokech.com>
5115         * comint.el (comint-insert-input): Delete obsolete comment.
5117 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5119         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5120         current frame, in case we're connected to several displays.
5122 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
5124         * frame.el (other-frame): Doc fix.
5125         (set-frame-parameter): Fix typo in docstring.
5127 2006-12-07  Kim F. Storm  <storm@cua.dk>
5129         * info.el (Info-index): Strip leading colon from topic.
5131 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
5133         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5134         to pointers.
5136 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
5138         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5139         Trim out spurious class inheritance "None" entries.
5141 2006-12-05  Kim F. Storm  <storm@cua.dk>
5143         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5144         (cua-paste-pop): Rework last change for
5145         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5146         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5147         text inserted by the last M-y command.
5149 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5151         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5152         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5154         * shell.el (shell): Search the start file in ~/.emacs.d as
5155         `init_SHELLNAME.sh' instead.
5157 2006-12-05  Glenn Morris  <rgm@gnu.org>
5159         * progmodes/cperl-mode.el (cperl-mode)
5160         * progmodes/f90.el (f90-mode-abbrev-table)
5161         * progmodes/fortran.el (fortran-mode-abbrev-table)
5162         * progmodes/octave-mod.el (octave-abbrev-table)
5163         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5164         if abbrev-table is non-nil (saved user abbrevs may have been restored).
5166         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5167         clear abbrev table, else saved abbrevs will not be restored.
5169 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
5171         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5172         the call to `make-obsolete-variable', not in the docstring.
5174 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
5176         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5178 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5180         * progmodes/ebnf-abn.el:
5181         * progmodes/ebnf-bnf.el:
5182         * progmodes/ebnf-dtd.el:
5183         * progmodes/ebnf-ebx.el:
5184         * progmodes/ebnf-iso.el:
5185         * progmodes/ebnf-otz.el:
5186         * progmodes/ebnf-yac.el:
5187         * progmodes/ebnf2ps.el:
5188         * delim-col.el:
5189         * printing.el:
5190         * ps-bdf.el:
5191         * ps-mule.el:
5192         * ps-print.el: Remove 'Time-stamp' comment mark.
5194         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5195         'easy-menu-add-item' when called in Emacs 21 or higher.
5197 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
5199         * progmodes/ada-xref.el (ada-check-current): Doc fix.
5200         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
5202 2006-12-04  Kim F. Storm  <storm@cua.dk>
5204         * bindings.el (global-map): Bind [signal t] to ignore, to have
5205         user signals ignored by default.
5207 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
5209         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5210         Unicode data file pointed to by `describe-char-unicodedata-file'.
5212 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5214         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5215         O(n^2) regexp-search by anchoring the search.
5217 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
5219         * whitespace.el (whitespace-cleanup-internal): Use current
5220         argument for recursive call.
5222 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
5224         * net/tramp.el (tramp-methods): Add "ControlPath" and
5225         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
5226         Andreas Schwab <schwab@suse.de>.
5227         (tramp-do-copy-or-rename-file-out-of-band)
5228         (tramp-open-connection-rsh): Compute format spec for ?t.
5229         (tramp-process-actions): Trace command parameters.
5231 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
5233         * simple.el (toggle-truncate-lines): Clarify doc string.
5235         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5236         (gdb-speedbar-expand-node): Use it.
5238 2006-12-04  Richard Stallman  <rms@gnu.org>
5240         * progmodes/python.el (python-indent): Add safe-local-variable prop.
5242         * dired.el (dired-revert): Turn off dired-after-readin-hook
5243         around call to dired-readin.
5245         * menu-bar.el (menu-bar-make-toggle): Add "globally"
5246         to echo area messages.
5247         <indicate-empty-lines, case-fold-search>:
5248         Add "globally" to Help string.
5249         <case-fold-search>: MESSAGE arg need not say "globally".
5250         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5252 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
5254         * outline.el (outline-end-of-subtree): Don't leave an empty
5255         line hidden as we would a real next heading.
5257 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
5259         * allout.el (allout-ascend): Add an optional argument to preserve
5260         original position of point when unsuccessful.  Also, fix a
5261         docstring error.
5262         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5263         work again, using allout-ascend's new option.
5264         (allout-setup-mode-map): Extract from allout-mode to initialize
5265         allout-mode-map.  Call it on file load, so the mode docstring
5266         substitutions work even if allout mode has not yet been invoked.
5267         (allout-mode): Use new allout-setup-mode-map to track any keybinding
5268         customizations since the map was last processed.  Also, refine the
5269         docstring so it's ship-shape for release.
5270         (allout-default-layout, allout-beginning-of-line-cycles)
5271         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5272         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5273         (allout-version, allout-layout, allout-infer-body-reindent)
5274         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5275         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5276         (allout-previous-heading, allout-goto-prefix-doublechecked)
5277         (allout-current-bullet-pos, allout-next-sibling-leap)
5278         (allout-pre-command-business, allout-encrypted-type-prefix)
5279         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5280         (allout-rebullet-topic, allout-rebullet-topic-grunt)
5281         (allout-flag-region, allout-expose-topic, allout-expose-topic)
5282         (allout-old-expose-topic, allout-listify-exposed)
5283         (allout-process-exposed, allout-latex-verb-quote)
5284         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5285         (allout-toggle-current-subtree-encryption)
5286         (allout-toggle-subtree-encryption, allout-bullet-isearch):
5287         Remove extraneous open-paren and close paren string escapes.
5289 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
5291         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5292         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5293         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5294         Fix typos in docstrings.
5296 2006-12-03  Glenn Morris  <rgm@gnu.org>
5298         * progmodes/cc-align.el
5299         * progmodes/cc-awk.el
5300         * progmodes/cc-cmds.el
5301         * progmodes/cc-compat.el
5302         * progmodes/cc-defs.el
5303         * progmodes/cc-engine.el
5304         * progmodes/cc-langs.el
5305         * progmodes/cc-menus.el
5306         * progmodes/cc-mode.el
5307         * progmodes/cc-styles.el
5308         * progmodes/cc-vars.el
5309         * progmodes/vhdl-mode.el: Fix Copyright format.
5311 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
5313         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5314         initial down event.
5316 2006-12-02  Kim F. Storm  <storm@cua.dk>
5318         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5319         (cua-repeat-replace-region): Make M-v more robust.
5320         (cua-paste-pop-rotate-temporarily): New defcustom.
5321         (cua-paste-pop): Use it.
5322         (cua-auto-mark-last-change): New defcustom.
5323         (cua-pop-to-last-change): New helper function.
5324         (cua-set-mark): Use them.
5326 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
5328         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5329         mini-buffer message.
5331 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
5333         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5335 2006-12-01  Ben North  <ben@redfrontdoor.org>
5337         * paren.el: Fix the highlight overlay extension when the user types a
5338         sequence of char very fast just before the open parenthesis.
5340 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5342         * ps-mule.el: Eliminate Emacs 20 compatibility.
5344         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5345         (ps-print-version): New version 6.7.
5346         (ps-print-quote): Replace '?\ ' by '?\s'.
5348 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5350         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5351         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5352         (hexl-end-of-1k-page): Doc fixes.
5353         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5354         Fix typos in docstrings.
5356 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5358         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
5359         locally, i.e. without using file name handlers.
5360         (ido-read-internal): Allow mono letter host names, avoiding the
5361         `c:' problem by testing if the file exists locally.
5362         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5364 2006-11-30  Masatake YAMATO  <jet@gyve.org>
5366         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5367         to avoid bytecomp warnings.
5368         (hexl-mode-old-ruler-function): New variable.
5369         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5370         and `hl-line-range-function' after `require' hl-line.
5371         Then bind `hl-line-range-function' and `hl-line-face'.
5372         Don't require frame.  Don't use `with-no-warnings'.
5373         (hexl-activate-ruler): Store the original value of
5374         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5375         (hexl-mode-exit): Restore the original value of
5376         `ruler-mode-ruler-function'.
5378 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5380         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5381         (hexl-mode-old-hl-line-face): New variable.
5382         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5383         line when exit from the hexl-mode.
5385 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5387         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5388         Doc fixes.
5390         * international/fontset.el (create-fontset-from-ascii-font)
5391         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5392         (fontset-name-p): Fix typo in docstring.
5394         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5396 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5398         * ps-bdf.el: Fix maintainer email.
5400         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
5401         compatibility.
5403         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
5404         21 compatibility.
5405         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5406         Emacs 20 & 21.
5408 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
5410         * progmodes/idlwave.el (idlwave-auto-fill):
5411         Remove paragraph-start let to prevent auto-fill giving up.
5413 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
5415         * vt100-led.el (led-state): Fix typo in previous change.
5417 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5419         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5420         Fix interactive spec of the functions getting defined to make them
5421         work as documented.
5423 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
5425         * startup.el (fancy-splash-screens): Hide initial splash buffer.
5427 2006-11-28  Kim F. Storm  <storm@cua.dk>
5429         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
5430         icomplete-mode is enabled.
5432 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
5434         * textmodes/org.el (require): Require gnus-sum during compilation
5435         to avoid problem with a macro call.
5437 2006-11-28  Glenn Morris  <rgm@gnu.org>
5439         * emacs-lisp/authors.el (authors-aliases): Add new alias.
5441         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5442         (fortran-window-create-momentarily): Do not need string-to-char.
5444 2006-11-28  Richard Stallman  <rms@gnu.org>
5446         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5447         Replace incorrect use of assoc-default with a loop.
5449         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
5451         * simple.el (next-error-find-buffer): Improve messages.
5453         * files.el (revert-buffer): Special error message if file
5454         is now not readable.
5456         * facemenu.el (facemenu-add-new-face): Improve doc strings of
5457         constructed commands.
5459         * comint.el (comint-exec-1): Provide Emacs version and `comint'
5460         in INSIDE_EMACS.
5462 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5464         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5466         * server.el: Remove spurious * in docstrings.
5467         (server-process-filter): Exit from recursive editing before processing
5468         a new request.
5470 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
5472         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5473         line so hidden blocks will be correctly identified.
5475 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
5477         * ledit.el (ledit-save-defun, ledit-mode):
5478         * resume.el (resume-emacs-args-buffer):
5479         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5480         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5481         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5482         (command-send-input, command-kill-line):
5483         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5485         * autoarg.el (autoarg-kp-mode): Doc fix.
5487         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
5488         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
5489         (check-emacs-lock): Doc fix.  Simplify.
5491         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
5492         (iimage-mode-buffer): Fix typos in docstring.
5494         * misc.el (zap-up-to-char): Doc fix.
5496         * time-stamp.el: Fix comment and obsolescence string for old
5497         functions.  Use `dolist' instead of `while'.
5499         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
5501         * disp-table.el (standard-display-8bit, standard-display-default):
5502         * ebuff-menu.el (electric-buffer-list):
5503         * ehelp.el (electric-help-command-loop):
5504         * font-core.el (font-lock-mode):
5505         * help-macro.el (make-help-screen):
5506         * help.el (describe-minor-mode-completion-table-for-indicator)
5507         (lookup-minor-mode-from-indicator):
5508         * indent.el (tab-to-tab-stop, move-to-tab-stop):
5509         * info-look.el (info-lookup-guess-custom-symbol):
5510         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
5511         * longlines.el (longlines-wrap-line):
5512         * macros.el (insert-kbd-macro):
5513         * menu-bar.el (menu-bar-update-buffers):
5514         * misc.el (copy-from-above-command):
5515         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
5516         * newcomment.el (comment-indent):
5517         * novice.el (disabled-command-function):
5518         * sort.el (sort-fields-syntax-table):
5519         * subr.el (momentary-string-display):
5520         * tar-mode.el (tar-header-block-summarize)
5521         (tar-clear-modification-flags):
5522         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
5523         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
5524         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
5525         (te-delete-char, te-down-vertically-or-scroll):
5526         * time-stamp.el (time-stamp-string-preprocess):
5527         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
5529 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5531         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
5532         in GUD mode.
5534         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
5535         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
5537 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5539         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
5541 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
5543         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
5544         (ada-compile-goto-error): Adapt to new argument profile of
5545         compilation-goto-locus in Emacs 22.  Don't check if the various
5546         compile functions are defined; we already do "(require 'compile)".
5548 2006-11-26  Kim F. Storm  <storm@cua.dk>
5550         * kmacro.el: Fix commentary.
5552 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5554         * progmodes/gud.el (gdb): Explain how to run in text command mode
5555         more clearly.  Say in error message that multiple debugging
5556         requires restarting GDB.
5558 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
5560         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
5562 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
5564         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
5565         (flymake-popup-menu): Use it instead of posn-at-point.
5567 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5569         * progmodes/cc-vars.el (c-backslash-column):
5570         Mention c-backslash-max-column in documentation for c-backslash-column.
5572 2006-11-24  Lars Hansen  <larsh@soem.dk>
5574         * net/tramp.el (tramp-default-method): Under Windows, change from
5575         plink to pscp.
5576         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
5577         (tramp-actions-copy-out-of-band):
5578         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
5579         (tramp-action-out-of-band): Move "Permission denied" handling to
5580         tramp-action-copy-failed.
5581         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
5582         process buffer.
5584 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5586         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5587         strings to a single string.  Quote `errors-file-name'.
5588         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5589         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5590         Adjust calls.  Use `shell-quote-argument'.
5592         * international/mule.el (load-with-code-conversion)
5593         (with-category-table): Use with-current-buffer.
5594         (after-insert-file-set-coding): Use restore-buffer-modified-p.
5596 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
5598         * mail/smtpmail.el (smtpmail-send-it):
5599         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
5600         MIME header for the message encoding.
5601         Bind coding-system-for-write around the call to mail-do-fcc.
5602         Use smtpmail-code-conv-from to encode queued mail messages.
5604 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5606         * tabify.el (tabify-regexp): Doc fix.
5608         * net/rcirc.el (rcirc-buffer-maximum-lines):
5609         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
5611         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
5612         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
5613         Fix typos in output messages.
5614         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
5616 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5618         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
5619         the horse's mouth.
5620         (hexlify-buffer): Don't re-encode an arg that's already encoded.
5622 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5624         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
5625         Remove condition-case.
5627 2006-11-23  Glenn Morris  <rgm@gnu.org>
5629         * progmodes/f90.el (f90-comment-indent): Do not move point in
5630         default case.
5632 2006-11-21  Romain Francoise  <romain@orebokech.com>
5634         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
5635         from library name (reverts change of 2005-10-25).
5637 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5639         * tutorial.el (tutorial--default-keys): Add newline and
5640         delete-backward-char bindings.
5641         (tutorial--detailed-help): Save excursion when finding keys.
5642         Correct warning string for M-x FOO case.
5643         (tutorial--display-changes): Print special keys in tutorial style.
5644         Tweak search regexp for changed keys.
5646 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5648         * thingatpt.el (thing-at-point-url-at-point): Don't add a
5649         redundant scheme.
5651 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
5653         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
5654         are new to the list at IANA.  Also added irc, mms, mmsh.
5656 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
5658         * progmodes/idlw-help.el (idlwave-html-help-location):
5659         Fail gracefully for missing help packages.
5660         (idlwave-help-assistant-open-link): Open full links.
5661         (idlwave-help-assistant-help-with-topic): Direct help link.
5663         * progmodes/idlwave.el (idlwave-mode):
5664         Set add-log-current-defun-function.
5665         (idlwave-current-routine-fullname): Add, to support add-log.
5666         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
5667         to reflect improvements to xml-parse-file.
5668         (idlwave-mode-menu-def): New binding for help-with-topic.
5670         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
5671         Handle extra newlines and spaces.
5672         (idlwave-shell-mode-map): Add help-with-topic.
5674 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
5676         * tutorial.el (tutorial-warning-face): New face.
5677         (tutorial--detailed-help, tutorial--display-changes): Use it.
5678         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
5679         Improve search pattern for occurrences of changed keys.
5681 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5683         * term/x-win.el (x-last-cut-buffer-coding): New variable.
5684         (x-select-text): Set it.
5685         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
5686         when checking for newness.
5688 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
5690         * subr.el (posn-image):
5691         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
5693         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
5695 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5697         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
5698         Exceptions to the rule "add a space between an identifier and an
5699         opening parenthesis".  Defaulted to the `#define' problem of cpp.
5700         (glasses-parenthesis-exception-p): New.  Check if the region is an
5701         exception regarding to that.
5702         (glasses-make-readable): Use it.
5703         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
5704         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
5706 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
5708         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
5710 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
5712         * progmodes/ada-mode.el (ada-make-body): Fix typo.
5714         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
5715         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
5717 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
5719         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
5720         conditions for function or variable bindings.
5722         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
5724         * progmodes/compile.el (compilation-start): Ditto.
5726 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
5728         * net/tramp.el (top): cl and custom are always required.
5730 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5732         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
5733         cut-buffers with next-selection-coding-system if not nil.
5735 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5737         * textmodes/org.el (org-fix-decoded-time): New function.
5738         (org-display-custom-time): Use `org-fix-decoded-time'.
5740 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
5742         * menu-bar.el (menu-bar-games-menu): Remove yow.
5744 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5746         * textmodes/org.el (org-scan-tags): Re-align code fixed.
5747         (org-detach-overlay): Rename from `org-detatch-overlay'.
5748         (org-table-convert-region): Insert space after column separator.
5749         (org-agenda-kill): New command.
5750         (org-metaleft): Call `org-outdent-item' on bullets.
5751         (org-metaright): Call `org-indent-item' on bullets.
5752         (org-timestamp-change): Set `org-last-changed-timestamp'.
5753         (org-current-line): Make sure (bolp) returns correct result.
5754         (org-agenda-change-all-lines): Make sure TODO are highlighted.
5756 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5758         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
5760 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
5762         * mouse.el (global-map): Change 2006-08-16 fix to call
5763         mouse-yank-at-click explicitly, since mouse events are not carried
5764         over into keyboard macros.
5766 2006-11-16  Kim F. Storm  <storm@cua.dk>
5768         * ido.el (ido-file-internal): Use current buffer's file name as default
5769         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
5771 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
5773         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
5774         (allout-inhibit-aberrance-doublecheck): Rename from
5775         allout-during-yank-processing.  All callers changed.
5776         (allout-ascend): Provide for unusual case where some topic after
5777         the first in file is at lower depth than the first.
5778         (allout-shift-in): Ensure the offspring of the new containing
5779         topic are exposed.
5780         (allout-encrypt-string): Preserve the coding-system of the text,
5781         according to that of the containing buffer.
5782         (allout-toggle-subtree-encryption): When the text being encrypted
5783         requires a different coding system, offer to preserve the coding
5784         system using a file local var.
5786 2006-11-15  Simon Marshall  <simon@gnu.org>
5788         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
5789         to recognise "T t()" as a function declaration, rather than a
5790         variable instantiation, iff at the top-level or inside a class
5791         declaration.  Suggested by Feng Li <fengli@gmail.com>.
5793 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
5795         * progmodes/ada-xref.el (ada-parse-prj-file):
5796         Don't delete project buffer; user may want to edit it.
5797         (ada-xref-set-project-field, ada-xref-current-project-file)
5798         (ada-xref-current-project, ada-show-current-project)
5799         (ada-set-main-compile-application): New functions.
5800         (ada-xref-get-project-field, ada-require-project-file):
5801         Normalize use of ada-prj-default-project-file.
5802         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
5803         Normalize use of ada-require-project-file.
5804         (ada-prj-find-prj-file): Improve doc string, comments.
5806         * progmodes/ada-mode.el (ada-mode-version): Bump version.
5807         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
5808         (ada-create-menu): Add ada-set-main-compile-application,
5809         ada-show-current-main, ada-show-current-project.
5811 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5813         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
5814         (inferior-python-mode): Use it.
5816 2006-11-14  Andreas Schwab  <schwab@suse.de>
5818         * term/xterm.el (terminal-init-xterm): Add more key bindings.
5820 2006-11-13  Kim F. Storm  <storm@cua.dk>
5822         * ido.el (ido-copy-current-word): C-o copies region if active.
5824 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
5826         * textmodes/org.el (org-emph-face): Fix typo in variable name.
5828 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
5830         * ediff.el (ediff-revision):
5831         * files.el (set-visited-file-name):
5832         * mail/rmailout.el (rmail-output-body-to-file):
5833         Use `format', not `message', in `y-or-n-p' call.
5835 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
5837         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
5838         (org-metaright): Call `org-indent-item' on bullets.
5839         (org-timestamp-change): Set `org-last-changed-timestamp'.
5840         (org-current-line): Make sure (bolp) returns correct result.
5841         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
5843 2006-11-12  Richard Stallman  <rms@gnu.org>
5845         * language/european.el (turkish-case-conversion-enable)
5846         (turkish-case-conversion-disable): New functions.
5847         ("Turkish" lang env): Use them.
5849         * international/characters.el (case table):
5850         Do nothing special for i and I.
5852         * subr.el (remove-overlays): Fix last change.
5854         * cus-edit.el (custom-save-all): Use find-file-visit-truename
5855         for visiting the custom file.
5857 2006-11-12  Markus Triska  <triska@gmx.at>
5859         * play/handwrite.el (handwrite): Also process lines not ending
5860         with newline.  Replace some position-fiddling with different
5861         logic.  Improve performance.
5863 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
5865         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
5866         replacing deleted variable `ada-check-switch'.
5867         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
5868         (ada-xref-project-files): Improve doc string.
5869         (ada-find-executable): New function.
5870         (ada-initialize-runtime-library): Use `ada-find-executable'.
5871         (ada-xref-set-default-prj-values): In compile commands, don't need
5872         `ada-cd-command'; `compile' does that more portably.
5873         Use ada-prj-default-check-cmd.
5874         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
5875         properties if not specified in project file.
5876         (ada-goto-declaration): Display useful message for new error
5877         'error-file-not-found.
5878         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
5879         'error-file-not-found.
5880         (ada-get-all-references): Match latest ali syntax.  Signal new
5881         error 'error-file-not-found.
5882         (ada-find-in-ali): Match latest ali syntax.
5883         (ada-make-filename-from-adaname): Handle different semantics of
5884         gnatkr in GNAT 3.15p vs later.
5886         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
5887         ada-procedure-start-regexp.
5888         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
5890         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
5891         with defvar.
5892         (ada-language-version): Rename ada05 -> ada2005.
5893         (ada-align-region-separate): Add `eval-when-compile'.
5894         (ada-name-regexp): Remove unneeded escapes in regexp character
5895         alternative.
5896         (ada-compile-goto-error-file-linenr-re): New constant.
5897         (ada-matching-start-re): Handle additional cases `declare',
5898         `procedure', `function'.
5899         (ada-compile-goto-error): Handle "... at line nn".
5900         (ada-mode): Clearer syntax, comments for ff-special-constructs.
5901         Delete support for old versions of `align'.
5902         (ada-search-prev-end-stmt): Handle additional keyword `private'.
5903         (ada-check-defun-name): Simplify handling of `declare'.
5904         (ada-goto-matching-start): Handle nested `begin ... end'.
5905         Handle `declare', `protected', `procedure', `function'.
5906         (ada-create-menu): Presence of arm95 is not conditional on using
5907         GNAT compiler.
5909 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
5911         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
5912         nil in the *RE-Builder* buffer (it causes spurious error messages).
5914         * server.el (server-visit-files): If `minibuffer-auto-raise' has
5915         been set to t, respect it.
5917 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
5919         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
5920         Delete commented out code for old Emacs versions.  Autoloading of
5921         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
5922         (ada-mode-version): Bump version number.
5923         (ada-95-string-keywords, ada-2005-string-keywords)
5924         (ada-2005-keywords, ada-name-regexp): New constant.
5925         (ada-language-version, ada-procedure-start-regexp, ada-mode)
5926         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
5927         (ada-package-start-regexp): Support private packages, include package
5928         name (for ada-set-point-accordingly).
5929         (ada-next-procedure, ada-previous-procedure)
5930         (ada-which-function-are-we-in): Match changes to
5931         ada-procedure-start-regexp.
5932         (ada-make-body): Make non-interactive; not a user function.
5933         (ada-make-subprogram-body): Improve doc string.
5935 2006-11-11  Romain Francoise  <romain@orebokech.com>
5937         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
5938         `compilation-error-regexp-alist' buffer-local, since we changed
5939         `compilation-error-regexp-alist-alist' locally.
5941 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
5943         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
5944         to the value of `server-raise-frame'.
5946 2006-11-11  Glenn Morris  <rgm@gnu.org>
5948         * ido.el (ido-enable-prefix)
5949         * ses.el (ses-call-printer-return)
5950         * net/tramp.el (tramp-unified-filenames)
5951         * progmodes/cc-align.el (c-lineup-string-cont)
5952         * progmodes/compile.el (compilation-directory-matcher)
5953         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5954         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5955         (vhdl-clock-rising-edge)
5956         * textmodes/org.el (org-export-with-timestamps)
5957         (org-export-remove-timestamps-from-toc)
5958         (org-export-with-tags): Improve previous doc fixes.
5960 2006-11-11  Richard Stallman  <rms@gnu.org>
5962         * textmodes/flyspell.el (flyspell-mode-map):
5963         Bind C-c $ instead of M-RET.
5965 2006-11-10  Simon Marshall  <simon@gnu.org>
5967         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
5968         fontification for "case" and "default" keywords.
5970 2006-11-10  Andreas Schwab  <schwab@suse.de>
5972         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
5973         Avoid starting sentence with "nil".
5975 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
5977         * server.el (server-raise-frame): New option.
5978         (server-switch-buffer): Use it.
5980 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
5982         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
5983         with a capital.
5985 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
5987         * textmodes/org.el (org-show-hierarchy-above)
5988         (org-show-following-heading): Fix typo in default value.
5989         (org-scan-tags): Make the search case-sensitive.
5990         (org-tags-sparse-tree): Don't overrule
5991         `org-show-following-heading' and `org-show-hierarchy-above'.
5992         (org-reveal): New command.
5993         (org-show-context): Rename from `org-show-hierarchy-above'.
5994         (org-fast-tag-selection-single-key): New option.
5995         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
5996         (org-tags-overlay): New variable.
5997         (org-agenda-todo-ignore-deadlines): New option.
5998         ("session"): Add circular data structure `org-mark-ring' to
5999         exceptions list in session.el.
6000         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6001         New options.
6002         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6003         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6004         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6005         (org-finalize-agenda): Activate bracket links in agenda.
6006         (org-at-timestamp-p, org-at-date-range-p): Additional argument
6007         INACTIVE-OK.
6008         (org-show-hierarchy-above, org-show-following-heading):
6009         List values allowed for fine-tuned configuration.
6010         (org-show-hierarchy-above): New argument CONTEXT, use the
6011         fine-tuned settings in `org-show-hierarchy-above' and
6012         `org-show-following-heading'.
6013         (org-display-custom-time): New function.
6014         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6015         (org-display-custom-times, org-time-stamp-custom-formats):
6016         (org-maybe-intangible): New macro.
6017         (org-activate-bracket-links, org-hide-wide-columns):
6018         Use `org-maybe-intangible'.
6019         (org-open-file): Use `shell-quote-argument'.
6020         (org-display-internal-link-with-indirect-buffer): New option.
6021         (org-file-remote-p): Get regexp from list.
6022         (org-link-expand-abbrev): New function.
6023         (org-link-abbrev-alist): New option.
6024         (org-open-at-point, org-cleaned-string-for-export):
6025         Call `org-link-expand-abbrev'.
6026         (org-timeline, org-agenda-list, org-todo-list)
6027         (org-tags-view): Remove the KEEP-MODES argument.
6028         (org-finalize-agenda-hook): New hook.
6029         (org-get-alist-option): New function.
6030         (org-follow-timestamp-link): New function.
6031         (org-open-at-point): Call `org-follow-timestamp-link'.
6032         (org-log-note-marker, org-log-note-purpose)
6033         (org-log-note-window-configuration): New variables.
6034         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6035         (org-log-note-headings): New option.
6036         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6037         (org-store-link): Support for dired-mode.
6038         (org-open-file): Substitute environment variables into filename.
6039         (org-last): New defsubst.
6040         (org-agenda-re-align-tags): New function.
6041         (org-agenda-align-tags-to-column): New option.
6042         (org-agenda-timeline): Group removed.
6043         (org-prepare-agenda, org-prepare-agenda-buffers)
6044         (org-run-agenda-series, org-timeline, org-agenda-list)
6045         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6046         the text property inticating the agenda type.
6047         (org-agenda-post-command-hook): Get agenda type from text property
6048         at point.
6049         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
6050         and obey `org-agenda-overriding-arguments'.
6051         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6052         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6053         (org-agenda-week-view, org-agenda-day-view):
6054         Use `org-agenda-overriding-arguments' to make updating work with
6055         multi-block agendas.
6056         (org-agenda-prefix-format): Allow different formats for the
6057         different agenda entry types.
6058         (org-timeline-prefix-format): Option removed, use
6059         `org-agenda-prefix-format' instead.
6060         (org-prepare-agenda): New function.
6061         (org-select-timeline-window): Option removed, use
6062         `org-select-agenda-window' instead.
6063         (org-respect-restriction): Variable removed.
6064         (org-cmp-tag): New function.
6065         (org-agenda-sorting-strategy, org-entries-lessp):
6066         Implement sorting by last tag.
6067         (org-complete): Better completion in in-buffer option lines.
6068         (org-in-item-p): New function.
6069         (org-org-menu): Add entries for checkboxes.
6070         (org-cycle): Extra brouping in outline-regexp, because it is used
6071         in a search with "^" prepended.
6072         (org-provide-checkbox-statistics): New option.
6073         (org-set-font-lock-defaults): Highlight checkbox statistics.
6074         (org-update-checkbox-count-maybe)
6075         (org-get-checkbox-statistics-face): New functions.
6076         (org-update-checkbox-count): New command.
6077         (org-insert-item, org-toggle-checkbox):
6078         Call `org-update-checkbox-count-maybe'.
6079         (org-export-as-html): XEmacs compatibility for coding system.
6080         (org-force-cycle-archived): New command.
6081         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6082         overrules cycling.
6083         (org-fix-position-after-promote): If the line contains only a todo
6084         keyword, add a final space.
6085         (org-promote-subtree, org-demote-subtree):
6086         Call `org-fix-position-after-promote'.
6088 2006-11-10  Glenn Morris  <rgm@gnu.org>
6090         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6091         date in every year.
6092         (calendar-dst-check-each-year-flag): New customizable variable.
6093         (calendar-dst-find-data): New function, extracted from
6094         calendar-current-time-zone.
6095         (calendar-current-time-zone): Use calendar-dst-find-data.
6096         (calendar-dst-transition-cache): New variable.
6097         (calendar-dst-find-startend, calendar-dst-starts)
6098         (calendar-dst-ends): New functions.
6099         (calendar-daylight-savings-starts)
6100         (calendar-daylight-savings-ends): Change value to use
6101         calendar-dst-starts, calendar-dst-ends; respectively.
6103         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6105         * ido.el (ido-enable-prefix)
6106         * ses.el (ses-call-printer-return)
6107         * net/tramp.el (tramp-unified-filenames)
6108         * progmodes/cc-align.el (c-lineup-string-cont)
6109         * progmodes/compile.el (compilation-directory-matcher)
6110         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6111         * progmodes/gdb-ui.el (gdb-many-windows)
6112         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6113         (vhdl-clock-rising-edge)
6114         * textmodes/org.el (org-export-with-timestamps)
6115         (org-export-remove-timestamps-from-toc, org-export-with-tags)
6116         (org-read-date): Doc fix (Nil -> nil).
6118 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6120         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6121         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6123 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
6125         * bs.el (bs--window-for-buffer): Remove.
6126         (bs--show-with-configuration): Use `get-window-with-predicate'
6127         instead of `bs--window-for-buffer'.
6129 2006-11-10  Kenichi Handa  <handa@m17n.org>
6131         * files.el (revert-buffer): Fix previous change.
6133 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
6135         * bs.el (bs--redisplay): Fix typo in docstring.
6136         (bs--window-config-coming-from): Make frame-local.
6137         (bs--restore-window-config): New function.
6138         (bs-kill, bs-select, bs-select-other-window)
6139         (bs-select-other-frame): Use it.
6140         (bs--window-for-buffer): Return as soon as a matching buffer is found.
6141         (bs--show-with-configuration): Save the window configuration as a
6142         frame local var, and only if *buffer-selection* is not already
6143         visible on this frame.
6145 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
6147         * vc-svn.el (vc-svn-admin-directory): New var.
6148         (vc-svn-registered, vc-svn-responsible-p)
6149         (vc-svn-repository-hostname): Use it.
6150         Suggested by arit93@yahoo.com.
6152 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6154         * ldefs-boot.el: Regenerate.
6156 2006-11-08  Alan Mackenzie  <acm@muc.de>
6158         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6159         case (eq open-paren-in-column-0-is-defun-start nil) by searching
6160         for least nested open-paren.
6162 2006-11-08  Romain Francoise  <romain@orebokech.com>
6164         * subr.el (remove-overlays): Fix typo in last change.
6166 2006-11-08  Richard Stallman  <rms@gnu.org>
6168         * subr.el (remove-overlays): Call overlay-recenter.
6170 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6172         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6173         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6174         behaviour.
6175         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6176         directly.
6178 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6180         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6181         (ido-max-dir-file-cache, ido-decorations)
6182         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6183         (ido-magic-backward-char, ido-enter-dired)
6184         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6185         (ido-list-directory, ido-first-match, ido-only-match)
6186         (ido-subdir, ido-indicator): Fix typos in docstrings.
6187         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6188         (ido-read-internal): Fix typo in error message.
6190 2006-11-08  Kenichi Handa  <handa@m17n.org>
6192         * international/mule-cmds.el (set-default-coding-systems):
6193         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6195 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6197         * makefile.w32-in (setwins): Remove.
6198         (WINS_ALMOST): New macro.
6199         (WINS): Use it.
6200         (autoloads): Don't extract autoloads from files in obsolete/.
6202 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
6204         * whitespace.el (whitespace-buffer): Call remove-overlays after
6205         overlay-recenter for performance.  Suggested by Martin Rudalics.
6207 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
6209         * net/tramp.el (tramp-default-method): scp is the default method.
6211 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
6213         * server.el (server-start): Save also the Emacs pid in the server file.
6215 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
6217         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6218         point when displaying a bibtex cross reference in the echo area.
6220 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6222         * international/mule.el (make-char): Fix typo in docstring.
6223         (load-with-code-conversion, charsetp): Doc fixes.
6225         * international/ja-dic-cnv.el (skkdic-convert):
6226         * cus-edit.el (hook): Fix typo in docstring.
6228 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6230         * cus-edit.el (custom-mode-map): Move defvar above code using it.
6231         (custom-mode-link-map): New variable.
6232         (custom-group-link, custom-manual): Use follow-link.
6234 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6236         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6237         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
6239 2006-11-06  Richard Stallman  <rms@gnu.org>
6241         * textmodes/flyspell.el (flyspell-correct-word-before-point):
6242         New function broken out of flyspell-correct-word.
6243         (flyspell-mode-map): Bind it to M-RET.
6244         (flyspell-correct-word): Call it.
6246         * textmodes/fill.el (fill-minibuffer-function): New function.
6247         (fill-paragraph): Bind fill-paragraph-function to
6248         fill-minibuffer-function.
6250         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6251         so that they aren't undefined.
6253         * dired.el (dired-readin): Locally bind file-name-coding-system.
6255         * bindings.el: Shorten and clarify usual mode line mouse help string.
6257         * Makefile.in (autoloads): Don't include `obsolete'.
6259 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6261         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6262         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6263         Printing menu if it's not initialized.
6264         (pr-menu-bind): Act on menu-bar-file-menu directly.
6266 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6268         * help.el (view-emacs-news): Fix typo in error message.
6270         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6272         * shadowfile.el (shadow-define-regexp-group)
6273         (shadow-literal-groups, shadow-insert-var): Doc fixes.
6274         (shadow-read-files): Fix typo in message.
6275         (shadow-inhibit-overload, shadow-find, shadow-suffix)
6276         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6277         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6278         (shadow-file-match): Fix typos in docstrings.
6280         * terminal.el (terminal-emulator): Fix typo in message.
6282         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6284         * emacs-lisp/lselect.el (x-kill-primary-selection)
6285         (x-delete-primary-selection, x-copy-primary-selection):
6286         Fix typos in error messages.
6288         * emulation/edt-mapper.el: Fix typo in interactive message.
6290         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6292         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6293         (ispell-help): Fix typos in docstrings.
6294         (ispell-help): Fix typo in output message.
6296         * allout.el (allout-adjust-file-variable)
6297         (allout-passphrase-verifier-string)
6298         (allout-passphrase-hint-string)
6299         (allout-toggle-current-subtree-encryption):
6300         * apropos.el (apropos-synonyms):
6301         * cus-edit.el (hook):
6302         * emacs-lock.el (emacs-lock-from-exiting):
6303         * follow.el (follow-avoid-tail-recenter-p):
6304         * hexl.el (hexl-mode):
6305         * mouse-copy.el (mouse-copy-work-around-drag-bug):
6306         * mouse.el (mouse-set-font):
6307         * resume.el (resume-emacs-args-file):
6308         * rfn-eshadow.el (file-name-shadow-tty-properties):
6309         * t-mouse.el (t-mouse-process, t-mouse-mode):
6310         * emacs-lisp/cust-print.el (custom-print-install)
6311         (custom-print-uninstall, custom-format):
6312         * emacs-lisp/shadow.el (list-load-path-shadows):
6313         * emulation/tpu-edt.el (tpu-help-text)
6314         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6315         (tpu-reset-control-keys):
6316         * emulation/vip.el (vip-emacs-local-map)
6317         (vip-change-mode-to-emacs):
6318         * emulation/viper.el (viper-mode, viper-set-hooks)
6319         (viper-major-mode-modifier-list):
6320         * emulation/viper-init.el (viper-emacs-state-cursor-color):
6321         * emulation/viper-keym.el (viper-emacs-kbd-map)
6322         (viper-toggle-key):
6323         * mail/feedmail.el (feedmail-queue-reminder)
6324         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6325         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6326         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6327         (feedmail-sender-line, feedmail-force-binary-write)
6328         (feedmail-from-line, feedmail-deduce-envelope-from)
6329         (feedmail-x-mailer-line, feedmail-message-id-generator)
6330         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6331         (feedmail-enable-spray, feedmail-spray-this-address)
6332         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6333         (feedmail-queue-runner-confirm-global)
6334         (feedmail-ask-before-queue-prompt)
6335         (feedmail-ask-before-queue-reprompt)
6336         (feedmail-prompt-before-queue-standard-alist)
6337         (feedmail-prompt-before-queue-user-alist)
6338         (feedmail-prompt-before-queue-help-supplement)
6339         (feedmail-queue-use-send-time-for-message-id)
6340         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6341         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6342         (feedmail-mail-send-hook-queued)
6343         (feedmail-confirm-addresses-hook-example)
6344         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6345         (feedmail-queue-runner-mode-setter)
6346         (feedmail-queue-alternative-mail-header-separator)
6347         (feedmail-queue-runner-message-sender)
6348         (feedmail-buffer-eating-function, feedmail-binmail-template)
6349         (feedmail-run-the-queue-no-prompts)
6350         (feedmail-run-the-queue-global-prompt)
6351         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6352         (feedmail-envelope-deducer, feedmail-fiddle-date)
6353         (feedmail-default-message-id-generator)
6354         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6355         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6356         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6357         (vms-pmail-setup):
6358         * play/dunnet.el (dun-help):
6359         * play/handwrite.el (handwrite):
6360         * play/hanoi.el (hanoi-unix-64):
6361         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6362         * textmodes/enriched.el (fixed):
6363         * textmodes/org.el (org-file-apps)
6364         (org-emphasis-regexp-components, org-emphasis-alist):
6365         * textmodes/texinfmt.el (batch-texinfo-format):
6366         Fix typos in docstrings.
6368 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
6370         * loadhist.el (read-feature): Don't complete features not loaded
6371         from a file (which make `unload-feature' to fail).
6373 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6375         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6377 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
6379         * startup.el (command-line-1): Kill emacs if the last frame is
6380         deleted while evaluating the command-line arguments.
6382 2006-11-05  Richard Stallman  <rms@gnu.org>
6384         * startup.el (init-file-had-error): Add doc string.
6385         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6386         Use fixed-width font for keyboard key descriptions.
6388         * cus-edit.el (custom-save-all): Error if saving in .emacs
6389         and it had an error when loaded.
6391         * dired-aux.el (dired-copy-file-recursive): Catch errors
6392         from recursive copies in the loop, around the recursive call.
6394 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6396         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6397         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
6398         `/proc/acpi/thermal_zone/*'.
6399         (battery-search-for-one-match-in-files): New.  Search a regexp in
6400         the content of some files.
6402 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
6404         * window.el (mouse-autoselect-window-now): Remove variable.
6405         (mouse-autoselect-window-state): New variable.
6406         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6407         (mouse-autoselect-window-select, handle-select-window):
6408         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6409         Suspend delayed autoselection during menu or popup dialog.
6411         * info-look.el (info-lookup-guess-custom-symbol): New function
6412         for retrieving symbol at point in custom buffers.
6413         (top level) <info-lookup-maybe-add-help>: Add backquote and
6414         comma to ignored characters in regexps of help specifications
6415         for emacs-lisp-mode and lisp-interaction-mode.  This permits
6416         looking up symbols in `...' and after a comma.  Add help
6417         specifications for custom-mode and help-mode.
6419 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
6421         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6422         Don't encode body if RAW is non-nil, or if the old encoding is
6423         identical to the new encoding, or if the body contains only
6424         eight-bit-* characters.
6426 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6428         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
6429         (faces-sample-overlay): Remove variable.
6430         (describe-face): Insert sample text in the face being described.
6432 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
6434         * whitespace.el (whitespace-indent-regexp): Make this match any
6435         multiples of eight spaces near the beginning of a line.
6436         (whitespace-buffer): Use `remove-overlays' instead of
6437         `whitespace-unhighlight-the-space' and `overlay-recenter' to
6438         speed up overlay handling.
6439         (whitespace-buffer-leading, whitespace-buffer-trailing):
6440         Make these functions highlight the text removed by
6441         `whitespace-buffer-leading-cleanup' and
6442         `whitespace-buffer-trailing-cleanup' respectively.
6443         (whitespace-buffer-search): Use `with-local-quit'.
6444         Move `format' out of loop to speed up scanning larger buffers.
6445         (whitespace-unhighlight-the-space): Remove `remove-hook' since
6446         that function is never added to a hook.
6447         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
6448         (whitespace-buffer-leading-cleanup)
6449         (whitespace-refresh-rescan-list): Fix docstrings.
6451 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
6453         * allout.el (allout-during-yank-processing): Cue for inhibiting
6454         aberrance processing during yanks.
6455         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
6456         the amount of yanked topics that can be aberrant.
6457         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
6458         a function, and supplement with inihibition of doublechecking
6459         during yanks.
6460         (allout-beginning-of-line, allout-next-heading)
6461         (allout-previous-heading, allout-goto-prefix-doublechecked)
6462         (allout-back-to-current-heading, allout-next-visible-heading)
6463         (allout-next-sibling): Use new allout-do-doublecheck function.
6464         (allout-next-sibling): Ensure we made progress when returning
6465         other than nil.
6466         (allout-rebullet-heading): Preserve text property annotations
6467         indicating the text was hidden, if it was.
6468         (allout-kill-line): Remove any added was-hidden annotations.
6469         (allout-kill-topic): Remove any added was-hidden annotations.
6470         (allout-annotate-hidden): Inhibit adding was-hidden text
6471         properties to the undo list.
6472         (allout-deannotate-hidden): New function to remove was-hidden
6473         annotation.
6474         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
6475         (allout-remove-exposure-annotation): Replace by
6476         allout-deannotate-hidden.
6477         (allout-yank-processing): Signal that yank processing is happening
6478         with allout-during-yank-processing.  Also, wrap
6479         allout-unprotected's closer to the text changes, for easier
6480         debugging.  We need to inhibit-field-text-motion explicitly, in
6481         lieu of the encompassing allout-unprotected.
6482         (outlineify-sticky): Adjust criteria for triggering new outline
6483         decorations to presence or absence of any topics, not just a topic
6484         at the beginning of the buffer.
6486 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6488         * bs.el (bs--show-all, bs--redisplay):
6489         * cus-edit.el (custom-unlispify-menu-entries)
6490         (custom-unlispify-tag-names, custom-prompt-variable):
6491         * expand.el (expand-pos):
6492         * speedbar.el (speedbar-generic-list-tag-p):
6493         * wid-edit.el (widget-image-enable):
6494         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
6495         * emacs-lisp/find-func.el (find-function-noselect)
6496         (find-function, find-variable-noselect, find-variable)
6497         (find-definition-noselect, find-face-definition):
6498         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
6499         * net/eudc-vars.el (eudc-expansion-overwrites-query):
6500         * progmodes/ada-xref.el (ada-find-in-ali):
6501         * textmodes/flyspell.el (flyspell-check-tex-math-command):
6502         * textmodes/org.el (org-copy-subtree):
6503         * textmodes/table.el (table--row-column-insertion-point-p):
6504         Use "non-nil" in docstrings.
6506 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
6508         * sort.el (sort-columns): Set the field separator to tab; on
6509         NetBSD, sort complains if "\n" is used as field separator.
6511 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
6513         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
6515 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6517         * server.el (server-auth-key): Remove.  Replace by a process-property.
6518         (server-start): Don't remove the file of the previous process, but
6519         instead clear out the place for the new file.
6520         (server-start): Set the :auth-key property.
6521         (server-process-filter): Use the :auth-key property.
6523 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
6525         * textmodes/org.el (org-mode-map): No longer copy
6526         `outline-mode-map' explicitly - this is already done by
6527         `define-derived-mode'.
6529 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
6531         * server.el (server-visit-files): Use `when'.
6532         (server-process-filter): When authentication fails, send error
6533         message to client.  Wrap `process-send-region' in `ignore-errors'
6534         instead of `condition-case', and remove misleading comment.
6536 2006-11-01  Juri Linkov  <juri@jurta.org>
6538         * simple.el (yank): Doc fix.
6540 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6542         * server.el: Try and fit within 80 columns.
6543         (server-start): Make the auth file unreadable by other users.
6545 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6547         * battery.el (battery-linux-proc-acpi): Prevent range error when
6548         `full-capacity' is 0.
6550 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6552         * faces.el (faces-sample-overlay): New defvar.
6553         (faces-sample-overlay): New function to show face sample text.
6554         (describe-face): Use it.
6556 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
6558         * progmodes/ada-stmt.el: Change maintainer, apply
6559         whitespace-cleanup, checkdoc.
6560         (ada-func-or-proc-name): Add doc string.
6562         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
6563         whitespace-cleanup, checkdoc.  Minor improvements to many doc
6564         strings and comments.
6565         (ada-prj-display-page): Change buffer name to more accurately
6566         reflect function.
6568         * progmodes/ada-xref.el: Change maintainer, apply
6569         whitespace-cleanup, checkdoc.  Minor improvements to many doc
6570         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
6571         (ada-compile-current): Don't add newlines to commands.
6573 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
6575         * server.el: Add support for TCP sockets.
6576         (server-use-tcp, server-host, server-auth-dir): New options.
6577         (server-auth-key): New variable.
6578         (server-ensure-safe-dir): Create nonexistent parent dirs.
6579         Ignore Unix-style file modes on Windows.
6580         (server-start): Crete a TCP or Unix socket according to the value
6581         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
6582         `server-auth-dir' directory.
6583         (server-process-filter): Delete process if authentication
6584         fails (which never happens for Unix sockets).
6586 2006-10-30  David Kastrup  <dak@gnu.org>
6588         * subr.el (add-to-list): Don't continue checking if a match has
6589         been found.
6591 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
6593         * tutorial.el: Move defvars to avoid bytecomp warnings.
6594         (tutorial--find-changed-keys): Check if viper-current-state is
6595         bound before using it.
6596         (help-with-tutorial): Check if viper-tutorial is defined before
6597         using it.
6599 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6601         * help-fns.el (help-with-tutorial): Move to tutorial.el.
6603         * tutorial.el: New file.
6604         (help-with-tutorial): Move here from help-fns.el. Added help for
6605         rebound keys.  Fixed resume of tutorial.
6606         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
6607         (tutorial--find-changed-keys, tutorial--display-changes)
6608         (tutorial--saved-dir, tutorial--saved-file)
6609         (tutorial--save-tutorial): New functions to support the changes in
6610         help-with-tutorial.
6612 2006-10-30  Kenichi Handa  <handa@m17n.org>
6614         * files.el (revert-buffer): If a unibyte buffer is being reverted
6615         with a coding system for multibyte, set buffer multibyte before
6616         calling insert-file-contents.
6618 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6620         * server.el (server-select-display): Use a dummy buffer to detect when
6621         the frame is later used.
6622         (server-select-display): New function.
6623         (server-process-filter): Use it to detect unused temp frames.
6625 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
6627         * progmodes/ada-mode.el: Change maintainer, apply
6628         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
6629         (ada-mode-version): New function.
6630         (ada-create-menu): Menu operations are available for all supported
6631         compilers.
6633 2006-10-29  Lars Hansen  <larsh@soem.dk>
6635         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
6636         Highlight as keyword.
6637         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
6638         Don't call tramp-method-out-of-band-p for local files.
6639         (tramp-touch): Quote file name.
6641 2006-10-28  Glenn Morris  <rgm@gnu.org>
6643         * calendar/calendar.el (cal-html-cursor-month)
6644         (cal-html-cursor-year): Add autoloads for this new package.
6645         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
6647 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
6649         * calendar/cal-html.el: New file.
6651 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
6653         * emacs-lisp/authors.el (authors-aliases): Update.
6655 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
6657         * version.el (emacs-version): Bump version number to 22.0.90.
6659 2006-10-26  John W. Eaton  <jwe@octave.org>
6661         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
6662         New defvar.
6663         (inferior-octave-resync-dirs): Check to see whether Octave has
6664         built-in variables and set inferior-octave-has-built-in-variables.
6665         Check inferior-octave-has-built-in-variables to decide whether to
6666         send commands that set built-in variables or call functions to
6667         change Octave's behavior.
6668         Send "disp (pwd ())" to Octave instead of just "pwd".
6669         (inferior-octave-startup): Send "more off" to Octave instead of
6670         "page_screen_output = 0".
6672 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
6674         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
6675         pattern normally.
6677 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
6679         * bindings.el (mode-line-mode-menu): Remove bindings for global
6680         minor modes (line/column number) as they are on the menubar.
6682 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
6684         * term/w32-win.el (x-handle-name-switch): Doc fix.
6685         (w32-standard-fontset-spec): Fix typo in docstring.
6687         * midnight.el (midnight-buffer-display-time): Doc fix.
6688         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
6690 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6692         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
6694         * viper-ex.el (ex-read): Quote file argument.
6696         * ediff-diff.el (ediff-same-file-contents): Expand file names.
6698         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
6700 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
6702         * textmodes/flyspell.el (flyspell-check-region-doublons):
6703         Fix last fix.
6705 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
6707         * bindings.el (mode-line-mode-menu): List global minor modes
6708         before local ones.
6710 2006-10-23  Kim F. Storm  <storm@cua.dk>
6712         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
6713         (sit-for): If last command was a prefix arg, add the read-ahead
6714         event to unread-command-events as (t . EVENT) so it will be added
6715         to this-command-keys by read-key-sequence.
6717 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
6719         * textmodes/flyspell.el (flyspell-word): Skip past all previous
6720         whitespace when checking doublons.
6721         (flyspell-check-region-doublons): Fix doublon regexp.
6722         (flyspell-highlight-incorrect-region): Highlight doublons using
6723         flyspell-duplicate face.
6725         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
6727 2006-10-22  John Wiegley  <johnw@newartisans.com>
6729         * progmodes/python.el (python-use-skeletons): python-mode was
6730         auto-inserting templates (for those with abbrev-mode on), not only
6731         by default -- *but without a configuration variable to disable
6732         it*.  This rendered python-mode completely useless for me, so I
6733         have added `python-use-skeletons', which is now off by default.
6735 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
6737         * progmodes/cperl-mode.el (cperl-mode): Don't assume
6738         font-lock-multiline is auto-local (it's not).
6739         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
6740         initialized before calling cperl-init-faces.
6742 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
6744         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
6745         gdb-stack-position a value when there is no fringe.
6747         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
6748         indicator if not visiting a file.
6750 2006-10-20  David Kastrup  <dak@gnu.org>
6752         * window.el (kill-buffer-and-window): Fix a bug where an aborted
6753         operation would still cause some window to collapse later.
6755 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6757         * vc.el (vc-switch-backend): Try to be more careful with unwanted
6758         side-effect due to mixing various backends's file properties.
6760         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
6761         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
6762         Return `filename's status if applicable.  Update callers.
6764 2006-10-19  Kenichi Handa  <handa@m17n.org>
6766         * international/kkc.el (kkc-region): When a key sequence is not
6767         defined, append (this-single-command-raw-keys) to
6768         unread-input-method-events.
6770 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
6772         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
6774 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6776         * version.el (emacs-version): Use mac-carbon-version-string.
6778         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
6780 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6782         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
6783         Kenichi Handa).
6784         (xselect-convert-to-string): Decline requests for UTF8_STRING if
6785         the selection is not UTF-8.
6787 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
6789         * progmodes/ada-mode.el (ada-83-string-keywords)
6790         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
6791         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
6792         (ada-looking-at-semi-private, ada-get-body-name):
6793         Fix typos in docstrings.
6794         (ada-create-case-exception, ada-create-case-exception-substring):
6795         Fix typos in error messages.
6796         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
6798 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6800         * term/x-win.el (res-geometry): Don't set geometry from Xresources
6801         to default-frame-alist if default-frame-alist already contains
6802         width/height.
6804 2006-10-18  Richard Stallman  <rms@gnu.org>
6806         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
6807         Non-interactive arg is the value, not the expression.
6809         * simple.el (read-expression-map): Just set it, no defvar.
6811         * subr.el (insert-for-yank-1): If last inserted char has
6812         properties, mark them as rear-nonsticky.
6814         * recentf.el (recentf-mode): Doc fix.
6816         * facemenu.el (facemenu-add-new-face): Defend against symbol
6817         that isn't a face name.
6819         * dired-aux.el (dired-do-copy): Doc fix.
6821 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
6823         * simple.el (line-move-1): Ignore fields when moving to the
6824         beginning of line to avoid getting point stuck.
6826 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
6828         * textmodes/flyspell.el (flyspell-word-search-backward):
6829         Set inhibit-point-motion-hooks to avoid looping due to intangibile
6830         text.
6832 2006-10-16  Richard Stallman  <rms@gnu.org>
6834         * help-fns.el (describe-function-1): Special case optimization
6835         for self-insert-command.
6837 2006-10-16  Kim F. Storm  <storm@cua.dk>
6839         * ido.el (ido-reread-directory): Work in `dir' mode too.
6841 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
6843         * textmodes/table.el: Require 'regexp-opt.
6845 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6847         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
6848         Use shell-quote-argument.
6850         * shell.el (explicit-bash-args): Likewise.
6852         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
6853         Use grep -E rather than egrep.
6855 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6857         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
6859 2006-10-15  Kim F. Storm  <storm@cua.dk>
6861         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
6863 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6865         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
6866         to protect whitespace and metacharacters from the shell.
6868 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6870         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
6872 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
6874         * subr.el (start-process-shell-command): Doc fix.
6876 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
6878         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
6879         the regexp for Maxima symbols.
6881 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6883         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
6884         (vc-find-root): Don't walk higher up than ~.
6886 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
6888         * international/utf-8.el (utf-translate-cjk-load-tables):
6889         Avoid clobbering last-coding-system-used during load.
6891 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
6893         * textmodes/reftex-global.el (reftex-create-tags-file):
6894         Quote file arguments.
6896 2006-10-12  Richard Stallman  <rms@gnu.org>
6898         * files.el (file-name-history): Add defvar.
6899         (save-some-buffers-action-alist): Improve description strings.
6901 2006-10-12  Andreas Schwab  <schwab@suse.de>
6903         * files.el (auto-mode-alist): Match change log file name also with
6904         a dash before a numeric extension.
6906 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
6908         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
6909         After 5.0:
6910         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
6912         After 5.1: Major edit.  Summary of most visible changes:
6914         - Multiple <<HERE per line allowed.
6915         - Handles multiline subroutine declaration headers (with comments).
6916           (The exception is `cperl-etags' - but it is not used in the rest
6917           of the mode.)
6918         - Fontifies multiline my/our declarations (even with comments,
6919           and with legacy `font-lock').
6920         - Major speedup of syntaxification, both immediate and postponed
6921           (3.5x to 15x [for different CPUs and versions of Emacs] on the
6922           huge real-life document I tested).
6923         - New bindings, edits to imenu.
6924         - "_" is made into word-char during fontification/syntaxification;
6925           some attempts to recognize non-word "_" during other operations too.
6926         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
6927         - autoload some more perldoc-related stuff
6928         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
6929         - Attempt to incorporate XEmacs edits which reached me.
6931         Fine-grained changelog:
6932         (cperl-hook-after-change): New configuration variable.
6933         (cperl-vc-sccs-header): Likewise.
6934         (cperl-vc-sccs-header): Likewise.
6935         (cperl-vc-header-alist): Default via two preceding variables.
6936         (cperl-invalid-face): Remove double quoting under XEmacs
6937                 (still needed under 21.2).
6938         (cperl-tips): Update URLs for resources.
6939         (cperl-problems): Likewise.
6940         (cperl-praise): Mention new features.
6941         New C-c key bindings: for `cperl-find-bad-style',
6942         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
6943         `cperl-perdoc', and `cperl-perldoc-at-point'.
6944         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
6945         moved, new submenu of Tools with Ispell entries and narrowing.
6946         (cperl-after-sub-regexp): New defsubst.
6947         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
6948                 Allows heads up to head4.
6949                 Allow "package;".
6950         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
6951         (paren-backwards-message): ??? Something for XEmacs???
6952         (cperl-mode): Never auto-switch abbrev-mode off.
6953                 Try to allow '_' be non-word char.
6954                 Do not use `font-lock-unfontify-region-function' on XEmacs.
6955                 Reset syntax cache on mode start.
6956                 Support multiline facification (even on legacy `font-lock').
6957         (cperl-facemenu-add-face-function): ??? Some contributed code ???
6958         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
6959                 refuse to inform us whether the fontification is due to lazy
6960                 calling or due to edit to a buffer, install our own hook
6961                 (controlled by `cperl-hook-after-change').
6962         (cperl-electric-pod): =cut may have been recognized as start.
6963         (cperl-block-p): Move, updatedfor attributes.
6964         (cperl-calculate-indent): Try to allow '_' be non-word char
6965                 Support subs with attributes.
6966         (cperl-where-am-i): Quiet (?) a warning.
6967         (cperl-cached-syntax-table): New function.
6968         (cperl-forward-re): Use `cperl-cached-syntax-table'.
6969         (cperl-unwind-to-safe): Recognize `syntax-type' property
6970                 changing in a middle of line.
6971         (cperl-find-sub-attrs): New function.
6972         (cperl-find-pods-heres): Allow many <<EOP per line.
6973                 Allow subs with attributes.
6974                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
6975                 Recognize "extproc " (OS/2) case-folded and only at start.
6976                 /x on s///x with empty replacement was not recognized.
6977                 Better comments.
6978         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
6979                 Allow subs with attributes, labels.
6980                 Do not confuse "else::foo" with "else".
6981                 Minor optimizations...
6982         (cperl-after-expr-p): Try to allow '_' be non-word char.
6983         (cperl-fill-paragraph): Try to detect a major bug in Emacs
6984                 with `looking-at' inside `narrow' and bulk out if found.
6985         (cperl-imenu--create-perl-index): Updates for new
6986                 `cperl-imenu--function-name-regexp-perl'.
6987         (cperl-outline-level): Likewise.
6988         (cperl-init-faces): Allow multiline subroutine headers
6989                 and my/our declarations, and ones with comments.
6990                 Allow subroutine attributes.
6991         (cperl-imenu-on-info): Better docstring.
6992         (cperl-etags): Rudimentary support for attributes.
6993                 Support for packages and "package;".
6994         (cperl-add-tags-recurse-noxs): Better (?) docstring.
6995         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
6996         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
6997         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
6998         (cperl-perldoc): Add autoload.
6999         (cperl-perldoc-at-point): Likewise.
7000         (cperl-here-doc-spell): New function.
7001         (cperl-pod-spell): Likewise.
7002         (cperl-map-pods-heres): Likewise.
7003         (cperl-get-here-doc-region): Likewise.
7004         (cperl-font-lock-fontify-region-function): Likewise (backward
7005                 compatibility for legacy `font-lock').
7006         (cperl-font-lock-unfontify-region-function): Fix style.
7007         (cperl-fontify-syntaxically): Recognize and optimize away deferred
7008                 calls with no-change.  Governed by `cperl-hook-after-change'.
7009         (cperl-fontify-update): Recognize that syntaxification region
7010                 can be larger than fontification one.
7011                 XXXX we leave `cperl-postpone' property, so this is quadratic...
7012         (cperl-fontify-update-bad): Temporary placeholder until
7013                 it is clear how to implement `cperl-fontify-update'.
7014         (cperl-time-fontification): New function.
7015         (attrib-group): New text attribute.
7016         (multiline): New value: `syntax-type' text attribute.
7018         After 5.2:
7019         (cperl-emulate-lazy-lock): New function.
7020         (cperl-fontify-syntaxically): Would skip large regions.
7021         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7022         Some globals were declared, but uninitialized.
7024         After 5.3, 5.4:
7025         (cperl-facemenu-add-face-function): Add docs, fix U<>.
7026         Copyright message updated.
7027         (cperl-init-faces): Work around a bug in `font-lock'. May slow
7028                         facification down a bit.
7029                 Misprint for my|our|local for old `font-lock'
7030                         "our" was not fontified same as "my|local".
7031                 Highlight variables after "my" etc even in
7032                         a middle of an expression.
7033                 Do not facify multiple variables after my etc
7034                         unless parentheses are present.
7036         After 5.5, 5.6
7037         (cperl-fontify-syntaxically): after-change hook could reset.
7038         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7040         After 5.7:
7041         (cperl-init-faces): Allow highlighting of local ($/).
7042         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7043         (cperl-problems): Remove fixed problems.
7044         (cperl-find-pods-heres): Recognize #-comments in m##x too.
7045                 Recognize charclasses (unless delimiter is \).
7046         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7047         (cperl-regexp-scan): Update docs.
7048         (cperl-beautify-regexp-piece): Use information got from regexp scan.
7050         After 5.8:
7051         Major user visible changes:
7052         Recognition and fontification of character classes in RExen.
7053         Variable indentation of RExen according to groups.
7055         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7056                 Fontify REx charclasses in variable-name face.
7057                 Fontify POSIX charclasses in "type" face.
7058                 Fontify unmatched "]" in function-name face.
7059                 Mark first-char of HERE-doc as `front-sticky'.
7060                 Reset `front-sticky' property when needed.
7061         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7062         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7063         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7064                 constructs.  Support `narrow'ed buffers.
7065         (cperl-praise): Remove a reservation.
7066         (cperl-make-indent): New function.
7067         (cperl-indent-for-comment): Use `cperl-make-indent'.
7068         (cperl-indent-line): Likewise.
7069         (cperl-lineup): Likewise.
7070         (cperl-beautify-regexp-piece): Likewise.
7071         (cperl-contract-level): Likewise.
7072         (cperl-toggle-set-debug-unwind): New function.
7073                 New menu entry for this.
7074         (fill-paragraph-function): Use when `boundp'.
7075         (cperl-calculate-indent): Take into account groups when indenting RExen.
7076         (cperl-to-comment-or-eol): Recognize # which end a string.
7077         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7078         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7079         (cperl-fontify-syntaxically): More clear debugging message.
7080         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7081         (cperl-init-faces): More complicated highlight even on XEmacs (new).
7082         Merge cosmetic changes from XEmacs.
7084         After 5.9:
7085         (cperl-1+): Move to before the first use.
7086         (cperl-1-): Likewise.
7088         After 5.10:
7090         This code may lock Emacs hard!!!  Use at your own risk!
7092         (cperl-font-locking): New internal variable.
7093         (cperl-beginning-of-property): New function.
7094         (cperl-calculate-indent): Use `cperl-beginning-of-property'
7095         instead of `previous-single-property-change'.
7096         (cperl-unwind-to-safe): Likewise.
7097         (cperl-after-expr-p): Likewise.
7098         (cperl-get-here-doc-region): Likewise.
7099         (cperl-font-lock-fontify-region-function): Likewise.
7100         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7101                         recursively.
7102                 Bound `next-single-property-change' via `point-max'.
7103         (cperl-unwind-to-safe): Bound likewise
7104         (cperl-font-lock-fontify-region-function): Likewise.
7105         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7106                 Initialization of `cperl-font-lock-multiline-start' could be
7107                 missed if the "main" fontification did not run due to the
7108                 keyword being already fontified.
7109         (cperl-pod-spell): Return t from do-one-chunk function.
7110         (cperl-map-pods-heres): Stop when the worker returns nil.
7111                 Call `cperl-update-syntaxification'.
7112         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7113         (cperl-get-here-doc-delim): Remove unused function.
7115         After 5.11:
7117         The possible lockup of Emacs (introduced in 5.10) fixed.
7119         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7120         (cperl-syntaxify-for-menu): New customization variable.
7121         (cperl-select-this-pod-or-here-doc): New function.
7122         (cperl-get-here-doc-region): Extra argument.
7123                 Do not adjust pos by 1.
7125         New menu entries
7126                 (Perl/Tools): Selection of current POD or HERE-DOC section.
7127                 (Debugging CPerl:) backtrace on fontification.
7129         After 5.12:
7130         (cperl-cached-syntax-table): Use `car-safe'.
7131         (cperl-forward-re): Remove spurious argument SET-ST.
7132                 Add documentation.
7133         (cperl-forward-group-in-re): New function.
7134         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7135         (XXXX Temporary (?) hack is to syntax-mark them as comment).
7137         After 5.13:
7138         (cperl-string-syntax-table): Make { and } not-grouping
7139           (Sometimes they ARE grouping in RExen, but matching them would only
7140            confuse in many situations when they are not)
7141         (beginning-of-buffer): Replace two occurrences with goto-char...
7142         (cperl-calculate-indent): `char-after' could be nil...
7143         (cperl-find-pods-heres): REx can start after "[" too.
7144                 Hightlight (??{}) in RExen too.
7145         (cperl-maybe-white-and-comment-rex): New constant
7146         (cperl-white-and-comment-rex): Likewise.
7147                 XXXX Not very efficient, but hard to make
7148                 better while keeping 1 group.
7150         After 5.13:
7151         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7152                 Likewise for 1 << identifier.
7154         After 5.14:
7155         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7156                 Error-less condition-case could fail.
7157         (cperl-font-lock-fontify-region-function): Likewise.
7158         (cperl-init-faces): Likewise.
7160         After 5.15:
7161         (cperl-find-pods-heres): Support property REx-part2.
7162         (cperl-calculate-indent): Likewise.
7163                 Don't special-case REx with non-empty 1st line.
7164         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7165                 Invert highlighting of charclasses:
7166                         now the envelop is highlighted.
7167                 Highlight many others 0-length builtins.
7168         (cperl-praise): Mention indenting and highlight in RExen.
7170         After 5.15:
7171         (cperl-find-pods-heres): Highlight capturing parens in REx.
7173         After 5.16:
7174         (cperl-find-pods-heres): Highlight '|' for alternation
7175         Initialize `font-lock-warning-face' if not present.
7176         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7177                          `font-lock-function-name-face'.
7178         (cperl-look-at-leading-count): Likewise.
7179         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7180                         `font-lock-keyword-face' (needed for
7181                         batch processing), etc...
7182                 Use `font-lock-builtin-face' for builtin in REx
7183                         Now `font-lock-variable-name-face'
7184                         is used for interpolated variables
7185                 Use "talking aliases" for faces inside REx
7186                 Highlight parts of REx (except in charclasses)
7187                         according to the syntax and/or semantic
7188                 Syntax-mark a {}-part of (?{}) as "comment"
7189                         (it was the ()-part)
7190                 Better logic to distinguish what is what in REx
7191         (cperl-tips-faces): Document REx highlighting
7192         (cperl-praise): Mention REx syntax highlight etc.
7194         After 5.17:
7195         (cperl-find-sub-attrs): Would not always manage to print error message.
7196         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7198         After 5.18:
7199         (cperl-find-pods-heres): Misprint in REx for parsing REx.
7200                 Very minor optimization.
7201                 `my-cperl-REx-modifiers-face' got quoted.
7202                 Recognize "print $foo <<END" as HERE-doc.
7203                 Put `REx-interpolated' text attribute if needed.
7204         (cperl-invert-if-unless-modifiers): New function.
7205         (cperl-backward-to-start-of-expr): Likewise.
7206         (cperl-forward-to-end-of-expr): Likewise.
7207         (cperl-invert-if-unless): Works in "the opposite way" too.
7208                 Cursor position on return is on the switch-word.
7209                 Indents comments better.
7210         (REx-interpolated): New text attribute.
7211         (cperl-next-interpolated-REx): New function.
7212         (cperl-next-interpolated-REx-0): Likewise.
7213         (cperl-next-interpolated-REx-1): Likewise.
7214         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7215         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7216         (cperl-praise): Mention finded interpolated RExen.
7218         After 5.19:
7219         (cperl-init-faces): Highlight %$foo, @$foo too.
7220         (cperl-short-docs): Better docs for system, exec.
7221         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7222                 Would not find HERE-doc ended by EOF without NL.
7223         (cperl-short-docs): Correct not-doubled \-escapes.
7224         start block: Put some `defvar' for stuff gone from XEmacs.
7226         After 5.20:
7227         initial comment: Extend copyright, fix email address.
7228         (cperl-indent-comment-at-column-0): New customization variable.
7229         (cperl-comment-indent): Indentation after $#a would increasy by 1.
7230         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7231         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7232         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7233         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7234                         highlight $ in $foo too (UNTESTED).
7235         (cperl-set-style): Docstring missed some available styles.
7236         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7237                 Change "Current" to "Memorize Current".
7238         (cperl-indent-wrt-brace): New customization variable; the default is
7239                 as for pre-5.2 version.
7240         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7241         (cperl-style-alist): Likewise.
7242         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7243                 and `cperl-extra-newline-before-brace' etc
7244                 being t
7245         (cperl-indent-exp): Plans B and C to find continuation blocks even
7246                 if `cperl-extra-newline-before-brace' is t.
7248         After 5.21:
7249         Improve some docstrings concerning indentation.
7250         (cperl-indent-rules-alist): New variable.
7251         (cperl-sniff-for-indent): New function name
7252                 (separated from `cperl-calculate-indent').
7253         (cperl-calculate-indent): Separate the sniffer and the indenter;
7254                 uses `cperl-sniff-for-indent' now.
7255         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7256                 was inverted;
7257                 Support `comment-column' = 0.
7259 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
7261         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7262         * help-at-pt.el (scan-buf-move-to-region): Likewise.
7263         * longlines.el (longlines-window-change-function): Likewise.
7264         * simple.el (undo-ask-before-discard): Likewise.
7265         * wid-edit.el (widget-field-prompt-internal)
7266         (widget-documentation-link-p): Likewise.
7268 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7270         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7271         for a keyword.
7273 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7275         * newcomment.el (comment-valid-prefix-p): Make the check
7276         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
7277         (comment-indent-new-line): Adjust call.
7279 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
7281         * allout.el (allout-back-to-current-heading): Base on lower-level
7282         routines to get proper disqualification of aberrant topics.
7284 2006-10-09  Richard Stallman  <rms@gnu.org>
7286         * textmodes/two-column.el (2C-two-columns): Doc fix.
7288 2006-10-09  Kim F. Storm  <storm@cua.dk>
7290         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7291         about implicit use.
7293 2006-10-08  Richard Stallman  <rms@gnu.org>
7295         * textmodes/two-column.el (2C-two-columns): Doc fix.
7297 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7299         * files.el: Mark `buffer-read-only' as safe-local-variable.
7301 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
7303         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7304         Burp if GUD buffer has been killed.
7306 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7308         * completion.el (add-completions-from-c-buffer):
7309         Don't presume an error's second element is a string.
7310         Use looking-at rather than buffer-substring + member.
7312 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
7314         * mail/rmail.el (rmail-redecode-body): If the old encoding is
7315         `undecided', call find-coding-systems-region to find a proper
7316         non-trivial encoding.
7317         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7318         and "text/plain".
7320 2006-10-07  Kevin Ryde  <user42@zip.com.au>
7322         * textmodes/reftex-vars.el (defgroup reftex): Update home page
7323         url-link.
7325         * strokes.el (defgroup strokes): Remove invalid url-link.
7327 2006-10-07  Magnus Henoch  <mange@freemail.hu>
7329         * autoinsert.el (auto-insert-alist): Doc fix.
7331 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7333         * mouse-sel.el (mouse-insert-selection-internal):
7334         Use insert-for-yank, so that yank handlers are run.
7336 2006-10-07  Kim F. Storm  <storm@cua.dk>
7338         * ido.el (ido-file-extension-aux): Fix comparison.
7340 2006-10-06  Kim F. Storm  <storm@cua.dk>
7342         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7344 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
7346         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7347         (ad-make-mapped-call): Use `let', not `let*'.
7349 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
7351         * international/mule-cmds.el (coding-system-change-eol-conversion):
7352         Ensure the coding system is initialized before calling
7353         coding-system-eol-type.
7355 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
7357         * textmodes/org.el (org-rm-props, org-activate-plain-links)
7358         (org-activate-angle-links, org-activate-dates)
7359         (org-activate-target-links, org-activate-camels)
7360         (org-activate-tags): Add `rear-nonsticky' text property to avoid
7361         textproperty keymaps from being active beyond the end of a line.
7362         (org-unfontify-region): Also remove `rear-nonsticky' property.
7364 2006-10-04  Kenichi Handa  <handa@m17n.org>
7366         * international/code-pages.el (next): Table fixed.
7368 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7370         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7371         that it's been made unnecessary by removing narrowing.
7373 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7375         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7376         control flow a bit, simplify another bit, and add comments.
7378 2006-10-03  David Kastrup  <dak@gnu.org>
7380         * help.el (describe-mode): For clicks on mode-line, use "@"
7381         interactive argument to get the major mode of the click instead of
7382         the current buffer.
7384         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7385         in order to better redirect mouse-2 clicks.  Also allow default
7386         bindings to apply.
7388 2006-10-03  Kim F. Storm  <storm@cua.dk>
7390         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7391         (pushnew): Fix last change.
7393 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
7395         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7396         Use the interactive spec of `eval-expression'.
7398 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7400         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7402 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
7404         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7405         2006-09-28 commit.
7407 2006-10-02  Kenichi Handa  <handa@m17n.org>
7409         * international/code-pages.el (iso-8859-6): Table fixed.
7411 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
7413         * dired.el (dired-build-subdir-alist): Fix previous change.
7415 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7417         * simple.el (undo-elt-crosses-region): Fix the inequalities.
7419 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7421         * emacs-lisp/find-func.el (find-function-regexp): Don't match
7422         "define-button-type".
7424         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7425         they don't keep accumulating.
7427 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
7429         * ffap.el (ffap-rfc-path): Change the address of the RFC
7430         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7432 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
7434         * allout.el (allout-expose-topic): Rectify implementation of "+"
7435         spec, so that bodies are not exposed with headlines.
7437 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
7439         * allout.el (allout-current-depth): Do aberrent check only at or
7440         below doublecheck depth.
7441         (allout-chart-subtree): Make it explicit that LEVELS being nil
7442         means unlimited depth.  Drop undocumented support for LEVELS value
7443         t meaning unlimited depth.  (This is consistent with
7444         allout-chart-to-reveal, but contrary to allout-show-children,
7445         which needs to use nil to default to depth of 1.)
7446         (allout-goto-prefix-doublechecked): Wrap long docstring line.
7447         (allout-chart-to-reveal): Be explicit in docstring about meaning
7448         of nil LEVELS, and drop support for LEVELS value t.
7449         (allout-show-children): Translate the level spec used by this
7450         routine to that used by allout-chart-subtree and
7451         allout-chart-to-reveal.
7452         (allout-show-to-offshoot): Retry once when stuck, after opening
7453         subtree - improvements in discontinuity handling likely will
7454         enable progress.
7456 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
7458         * wid-edit.el (widget-button-click-moves-point): New variable.
7459         (widget-button-click): If widget-button-click-moves-point is
7460         non-nil, set point after performing the button action.
7462         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
7464 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
7466         * files.el (find-file-existing): Modify to not allow wildcards.
7468 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7470         * simple.el (undo-more): When undo information for the region is
7471         exhausted, say "No further undo information FOR REGION".
7473 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7475         * progmodes/sh-script.el (sh-prev-thing):
7476         Take `sh-leading-keywords' into account.
7478 2006-09-29  Glenn Morris  <rgm@gnu.org>
7480         * custom.el (defcustom): Doc fix.
7482         * calendar/calendar.el (european-calendar-style):
7483         Call european-calendar or american-calendar as needed when set.
7484         (diary-view-entries, list-calendar-holidays): Move autoloads
7485         before use.
7487 2006-09-29  Juri Linkov  <juri@jurta.org>
7489         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
7490         to nil if there is no previous property change.
7492 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7494         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
7495         saving anything to be sure that `forward-sexp' behaves correctly.
7497 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
7499         * simple.el (line-move-finish): Ignore field boundaries if the
7500         initial and final points have the same `field' property.
7502 2006-09-29  Kim F. Storm  <storm@cua.dk>
7504         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
7505         to t while calling ido-read-internal.
7507 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
7509         * textmodes/org.el (org-file-remote-p): Get regexp from list.
7510         (org-archive-subtree): Remove erraneous `]' from character list.
7512 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
7514         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
7515         (ses-reconstruct-all): Make undo of "insert row" work by keeping
7516         markers for data-area and parameters-area.
7518 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7520         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
7522         * font-lock.el (font-lock-after-change-function): Refontify next line
7523         as well if end is at BOL.
7524         (font-lock-extend-jit-lock-region-after-change): Be more careful to
7525         only extend the region as much as needed.
7527 2006-09-28  Richard Stallman  <rms@gnu.org>
7529         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
7531         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
7533         * international/mule.el (after-insert-file-set-coding):
7534         If VISIT, don't let set-buffer-multibyte make undo info.
7536 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
7538         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
7539         lines in base64-encoded authentication response.
7541 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7543         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
7544         (ebnf-version): New version 4.3.
7545         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
7546         (ebnf-prologue): Adjust PostScript programming.
7547         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
7548         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
7550 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7552         * jit-lock.el (jit-lock-force-redisplay): Rename from
7553         jit-lock-fontify-again, and undo the mistaken change I've just done.
7555         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
7556         (jit-lock-fontify-again): Don't refontify text that's not displayed.
7558 2006-09-26  Kenichi Handa  <handa@m17n.org>
7560         * startup.el (display-splash-screen): Allow a prefix argument.
7562 2006-09-25  Jason Rumney  <jasonr@gnu.org>
7564         * subr.el (shell-quote-argument): Use DOS logic for Windows
7565         shells with DOS semantics.
7567 2006-09-24  Richard Stallman  <rms@gnu.org>
7569         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
7570         (compilation-goto-locus): Use compilation-goto-locus-delete-o
7571         to delete the overlay.  Put it on pre-command-hook.
7573         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
7575         * startup.el (fancy-splash-screens, normal-splash-screen):
7576         Call the splash buffer *About GNU Emacs*.
7578         * simple.el (next-error-highlight, next-error-highlight-no-select):
7579         Default to 0.5.
7580         (yank-excluded-properties): Add `fontified'.
7582         * font-lock.el (font-lock-compile-keywords): Allow value of
7583         syntax-begin-function to enable paren-column-0 highlighting.
7585 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
7587         * dired.el (dired-build-subdir-alist): When file ends in colon,
7588         don't exit the loop, just disregard that file.
7590 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
7592         * simple.el (line-move-finish): Handle corner case for fields in
7593         continued lines.
7594         (line-move-1): Remove flawed test for that case.
7596 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
7598         * icomplete.el (icomplete-simple-completing-p): Use the correct
7599         name for the new variable, `icomplete-with-completion-tables'.
7600         (file local variables): Remove superfluous setting.
7602 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
7604         * calendar/appt.el (appt-check): Fix typo for appointments just
7605         after midnight.
7607 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
7609         * help.el (describe-key-briefly, describe-key): Don't expect an
7610         extra up event if a down-event is generated by a popup menu.
7612 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
7614         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
7615         local dictionary when changing the global dictionary.
7617 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
7619         * icomplete.el (icomplete-with-completion-tables): List of
7620         specialized completion tables with which icomplete should
7621         operate.  Include the new `internal-complete-buffer', so icomplete
7622         works with interactive buffer-selection.
7623         (icomplete-simple-completing-p): Add acceptance of specialized
7624         completion tables listed in icomplete-with-completion-tables.
7626 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7628         * frame.el (focus-follows-mouse): Set default to nil on Mac.
7630         * startup.el (command-line): Use `custom-reevaluate-setting' for
7631         `focus-follows-mouse'.
7633 2006-09-22  Richard Stallman  <rms@gnu.org>
7635         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
7636         explain why Save is not available.
7638 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
7640         * woman.el (woman0-so): Use `let*', not `let'.
7641         (woman-horizontal-line): Remove unbalanced parenthesis.
7643 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7645         * woman.el: Make sure all the end-of-region markers we use have
7646         a non-nil insertion-type.
7647         (woman0-so): Move things around so we can use copy-marker.
7648         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
7649         Adjust marker type.
7650         (woman2-process-escapes): Check marker type.
7651         (woman-horizontal-line): Dispense with the use of a marker.
7653 2006-09-22  Jay Belanger  <belanger@truman.edu>
7655         * calc/calc-lang.el: Add Greek letters to math-variable-table
7656         property of tex.
7658 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
7660         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
7662 2006-09-22  Masatake YAMATO  <jet@gyve.org>
7664         * add-log.el (add-log-current-defun): Use `forward-sexp'
7665         instead of `forward-word' to pick c++::symbol.
7666         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
7668 2006-09-22  Kenichi Handa  <handa@m17n.org>
7670         * bindings.el: Fix setting self-insert-command for multibyte
7671         characters in global-map.
7673 2006-09-21  David Kastrup  <dak@gnu.org>
7675         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
7676         doc string.
7678 2006-09-21  Kenichi Handa  <handa@m17n.org>
7680         * language/european.el ("Latin-1"): Add windows-1252 to
7681         coding-priority.
7682         ("German"): Likewise.
7684 2006-09-21  Kim F. Storm  <storm@cua.dk>
7686         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
7687         Suggested by Miles Bader.
7689         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
7690         instead of add-to-list in the simple case.
7692 2006-09-20  Kenichi Handa  <handa@m17n.org>
7694         * isearch.el (isearch-process-search-char): Cancel the previous change.
7695         (isearch-search-string): New function.
7696         (isearch-search): Use isearch-search-string.
7697         (isearch-lazy-highlight-search): Likewise.
7699 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7701         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
7702         string to become an option.
7704 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7706         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
7708 2006-09-20  Kim F. Storm  <storm@cua.dk>
7710         * simple.el (line-move-partial): Call pos-visible-in-window-p with
7711         position t instead of trying both window-end and window-end - 1.
7713 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
7715         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
7716         hidden trees.
7718 2006-09-20  David Kastrup  <dak@gnu.org>
7720         * mouse.el (mouse-posn-property): Improve doc string.
7721         (mouse-on-link-p): Change buffers for function calls on links.
7723         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
7724         buffer is read-only.
7726 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
7728         * allout.el (allout-unprotected): Let inhibit-read-only only when
7729         buffer-read-only isn't set.
7730         (allout-annotate-hidden): Enable topic annotation during copies even
7731         when the buffer is read-only, eg for topic copies.  Ensure that the loop
7732         advances, even when the span extends beyond the deletion region.
7733         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
7734         rather than allout-exposure-changed-hook, as a stronger assertion.
7735         (allout-keybindings-list): Add bindings for
7736         allout-copy-line-as-kill and allout-copy-topic-as-kill.
7737         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
7738         Copy wrappers for allout-kill-line and allout-kill-topic.
7739         (allout-listify-exposed): Position correctly to accumulate lines.
7741 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
7743         * simple.el (line-move-1): Escape field boundaries occurring
7744         exactly at point.  Update goal column if constrained to a field.
7745         (line-move-finish): Escape field boundaries occurring exactly at point.
7747 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7749         * mouse.el (mouse-on-link-p): Tentatively fix last change.
7750         (mouse-drag-vertical-line): Remove unused var `wconfig'.
7752 2006-09-19  Kim F. Storm  <storm@cua.dk>
7754         * help.el (describe-key-briefly, describe-key): Simplify printing
7755         of descriptions by using format and %S.  Fix "is undefined"
7756         messages to say "at that spot" for mouse events.
7758         * simple.el (line-move-partial): Optimize.  Try window-line-height
7759         before posn-at-point to get vpos of current line.
7761 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
7763         * viper.el: Bump up version/date of update to reflect the substantial
7764         changes done in August 2006.
7766         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
7767         are defined.
7769         * ediff-util.el (ediff-add-to-history): New function.
7771         * ediff.el: Use ediff-add-to-history instead of add-to-history.
7773 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7775         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
7776         Delete duplicate make-local-variable form.
7777         (conf-space-keywords): Add autoload cookie.
7778         Fix typo (`keywords', not `keyword').
7780 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7782         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
7783         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
7784         to x-gtk-use-old-file-dialog.
7786 2006-09-18  Richard Stallman  <rms@gnu.org>
7788         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
7789         that might come in during mouse tracking.
7791 2006-09-18  Kim F. Storm  <storm@cua.dk>
7793         * simple.el (line-move-partial): Rework 2006-09-15 change to use
7794         new window-line-height function.  Further optimize by not calling
7795         pos-visible-in-window-p for window-end when window-line-height
7796         returns useful information.
7798 2006-09-16  Richard Stallman  <rms@gnu.org>
7800         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
7801         (conf-space-mode): Don't handle prefix arg.
7802         Delete conf-space-keywords-override code.
7803         Use add-hook.
7804         (conf-space-keywords): New command.
7805         (conf-space-mode-internal): Be careful with imenu-generic-expression.
7806         Delete conf-space-keywords-override code.
7807         (conf-space-keywords-alist): Doc fix.
7808         (conf-space-font-lock-keywords): Doc fix.
7809         (conf-space-keywords-override): Var deleted.
7811 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
7813         * startup.el (fancy-splash-screens): Don't switch to the scratch
7814         buffer; it may not be the next buffer.
7816 2006-09-16  Romain Francoise  <romain@orebokech.com>
7818         * saveplace.el (load-save-place-alist-from-file): Use expanded name
7819         in both messages.
7821 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
7823         * progmodes/python.el (python-preoutput-filter):
7824         Fix arg order to string-match.
7826 2006-09-16  Richard Stallman  <rms@gnu.org>
7828         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
7829         font-lock-compile-keywords.
7831         * font-lock.el (font-lock-compile-keywords): Rename optional arg
7832         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
7834 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7836         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
7838         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
7839         and the data doesn't look like UTF8, send STRING instead.
7841 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
7843         * textmodes/flyspell.el (flyspell-check-region-doublons):
7844         New function to detect duplicated words.
7845         (flyspell-large-region): Use it.
7847 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
7849         * simple.el (line-move-to-column): Revert 2006-08-03 change.
7851 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
7853         * help.el (describe-prefix-bindings): Use let, not let*.
7855 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
7857         * allout.el (allout-regexp, allout-line-boundary-regexp)
7858         (allout-bob-regexp): Correct grouping and boundaries to fix
7859         backwards traversal.
7860         (allout-depth-specific-regexp, allout-depth-one-regexp):
7861         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
7862         worse time in allout-ascend.
7863         (allout-doublecheck-at-and-shallower): Identify depth threshold
7864         below which topics are checked for and disqualified by containment
7865         discontinuities.
7866         (allout-hotspot-key-handler): Correctly handle multiple-key
7867         strokes.  Remove some unused variables.
7868         (allout-mode-leaders): Clarify that mode-specific comment-start
7869         will be used.
7870         (set-allout-regexp): Correctly regexp-quote allout regexps to
7871         properly accept alternative header-leads and primary bullets with
7872         regexp-specific characters (eg, C "/*", mathematica "(*").
7873         Include new regular expressions among those configured.
7874         (allout-infer-header-lead-and-primary-bullet):
7875         Rename allout-infer-header-lead.
7876         (allout-recent-depth): Manifest as a variable as well as a function.
7877         (allout-prefix-data): Simplify into an inline instead of a macro,
7878         assuming current match data rather than being explicitly passed
7879         it.  Establish allout-recent-depth value as well as
7880         allout-recent-prefix-beginning and allout-recent-prefix-end.
7881         (allout-aberrant-container-p): True when an item's immediate
7882         offspring discontinuously contained.  Useful for disqualifying
7883         unintended topic prefixes, likely at low depths.
7884         (allout-goto-prefix-doublechecked): Elaborate version of
7885         allout-goto-prefix which disqualifies aberrant pseudo-items.
7886         (allout-pre-next-prefix): Layer on top of lower-level routines, to
7887         get disqualification of aberrant containers.
7888         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
7889         containers.
7890         (allout-beginning-of-current-entry): Position at start of buffer
7891         when in container (depth 0) entry.
7892         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
7893         (allout-current-bullet): Strip text properties.
7894         (allout-get-prefix-bullet): Use right match groups.
7895         (allout-beginning-of-line, allout-next-heading):
7896         Disqualify aberrant containers.
7897         (allout-previous-heading): Disqualify aberrant containers, and
7898         change to regular (rather than inline) function, to allow
7899         self-recursion.
7900         (allout-get-invisibility-overlay): Increment so progress is made
7901         when the first overlay is not the sought one.
7902         (allout-end-of-prefix): Disqualify aberrant containers.
7903         (allout-end-of-line): Cycle something like allout-beginning-of-line.
7904         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
7905         outline.el outlines) functional again.  Change the primary bullet
7906         along with the header-lead - level 1 new-style bullets now work.
7907         Engage allout-before-change-handler in mainline Emacs, not just
7908         XEmacs, to do undo handling.
7909         (allout-before-change-handler): Expose undo changes occurring in
7910         hidden regions.  Use allout-get-invisibility-overlay instead of
7911         reimplementing it inline.
7912         (allout-chart-subtree): Use start rather than end of prefix in
7913         charts.  Use allout-recent-depth variable.
7914         (allout-chart-siblings): Disqualify aberrant topics.
7915         (allout-beginning-of-current-entry): Position correctly.
7916         (allout-ascend): Use new allout-depth-specific-regexp and
7917         allout-depth-one-regexp for linear instead of O(N^2) or worse
7918         behavior.
7919         (allout-ascend-to-depth): Depend on allout-ascend, rather than
7920         reimplementing an algorithm.
7921         (allout-up-current-level): Depend on allout-ascend, rather than
7922         reimplementing an algorithm.  Return to start-point if we fail.
7923         (allout-descend-to-depth): Use allout-recent-depth variable
7924         instead of function.
7925         (allout-next-sibling): On traversal of numerous intervening
7926         topics, resort to economical allout-next-sibling-leap.
7927         (allout-next-sibling-leap): Specialized version of
7928         allout-next-sibling that uses allout-ascend cleverly, to depend on
7929         a regexp search to leap large numbers of contained topics, rather
7930         than arbitrarily many one-by-one traversals.
7931         (allout-next-visible-heading): Disqualify aberrant topics.
7932         (allout-previous-visible-heading): Position consistently when
7933         interactive.
7934         (allout-forward-current-level): Base on allout-previous-sibling
7935         rather than (differently) reimplmenting the algorithm.  Remove some
7936         unused variables.
7937         (allout-solicit-alternate-bullet): Present default choice stripped
7938         of text properties.
7939         (allout-rebullet-heading): Use bullet stripped of text properties.
7940         Register changes using allout-exposure-change-hook.
7941         Disregard aberrant topics.
7942         (allout-shift-in): With universal-argument, make topic a peer of
7943         it's former offspring.  Simplify the code by separating out
7944         allout-shift-out functionality.
7945         (allout-shift-out): With universal-argument, make offspring peers
7946         of their former container, and its siblings.  Implement the
7947         functionality here, rather than inappropriately muddling the
7948         implementation of allout-shift-in.
7949         (allout-rebullet-topic): Respect additional argument for new
7950         parent-child separation function.
7951         (allout-yank-processing): Use allout-ascend directly.
7952         (allout-show-entry): Disqualify aberrant topics.
7953         (allout-show-children): Handle discontinuous children gracefully,
7954         extending the depth being revealed to expose them and posting a
7955         message indicating the situation.
7956         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
7957         Leave cursor in correct position.
7958         (allout-hide-current-subtree): Use allout-ascend directly.
7959         Disqualify aberrant topics.
7960         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
7961         a way that the yanks can restore it, as used to happen.
7962         (allout-yank-processing): Restore exposure layout as recorded by
7963         allout-kill-*, as used to happen.
7964         (allout-annotate-hidden, allout-hide-by-annotation): New routines
7965         for preseving and restoring exposure layout across kills.
7966         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
7967         (allout-encrypt-string): Strip text properties.
7968         Rearranged order and outline-headings for some of the
7969         miscellaneous functions.
7970         (allout-resolve-xref): No need to quote the error name in the
7971         condition-case handler section.
7972         (allout-flatten): Classic recursive (and recursively intensive,
7973         without tail-recursion) list-flattener, needed by allout-shift-out
7974         when confronted with discontinuous children.
7976 2006-09-16  Jason Rumney  <jasonr@gnu.org>
7978         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
7979         on ms-windows.
7980         (dnd-open-unc-file): Remove.
7981         (dnd-open-local-file): Mention in doc string that it also handles
7982         remote files if the system natively supports unc file-names.
7984 2006-09-15  Kim F. Storm  <storm@cua.dk>
7986         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
7987         all necessary information about the event before erasing *Help*.
7989         * simple.el (line-move-partial): Use window-line-visiblity to
7990         quickly check whether last line is partially visible, and only do
7991         the hard (and slow) part in that case.
7993 2006-09-15  Jay Belanger  <belanger@truman.edu>
7995         * COPYING: Replace "Library Public License" by "Lesser Public
7996         License" throughout.
7998 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8000         * term/x-win.el (x-menu-bar-open): New function for F10.
8002 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
8004         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8005         Disallow filenames containing " -" to avoid confusion with libtool
8006         compilation messages.  Suggested by Stefan Monnier.
8008 2006-09-15  David Kastrup  <dak@gnu.org>
8010         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8011         instead of buffer position for `mouse-on-link-p'.
8013         * mouse.el (mouse-posn-property): New function looking up the
8014         properties at a click position in overlays and text properties in
8015         either buffer or strings.
8016         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8017         of both `follow-link' as well as `mouse-face' properties.
8018         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8019         buffer position.
8021         * help.el (describe-key-briefly): When reading a down-event on
8022         mode lines or scroll bar, swallow the following up event, too.
8023         Use the new mouse sensitity of `key-binding' for lookup.
8024         (describe-key): The same here.
8026 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
8028         * play/life.el (life-patterns): Add a few more interesting patterns.
8029         (life-setup): Force `show-trailing-whitespace' to nil.
8031 2006-09-14  Richard Stallman  <rms@gnu.org>
8033         * startup.el (fancy-splash-text): Change text to improve alignment.
8034         (fancy-splash-screens): Don't set non-standard tab width.
8035         Bind cursor-type temporarily, and make it easy to patch to
8036         preserve the splash buffer.
8037         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8038         (fancy-splash-screens): Display echo-area message explicitly.
8039         Don't set fancy-splash-help-echo.
8041         * simple.el (line-number-mode): Group mode-line instead of
8042         editing-basics.
8043         (column-number-mode, size-indication-mode): Likewise.
8045         * faces.el (mode-line-faces): Group mode-line instead of modeline.
8047         * time.el (display-time): Group mode-line instead of modeline.
8049         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
8051 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
8053         * startup.el (fancy-splash-text): Move editing instructions to
8054         fancy-splash-head.
8055         (fancy-splash-head): Issue editing instructions.
8056         (fancy-splash-screens): Fixup whitespace.
8058 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8060         * bindings.el (mode-line-buffer-identification-keymap):
8061         Remove duplicate line.
8063 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8065         * ido.el (ido-ignore-item-p): Allow any kind of functions in
8066         ignore lists.
8068 2006-09-14  Kim F. Storm  <storm@cua.dk>
8070         * jit-lock.el (jit-lock-fontify-again): New function.
8071         (jit-lock-fontify-now): Use it instead of lambda form.
8073 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
8075         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8076         (flyspell-auto-correct-word): Make ispell-filter local to these
8077         functions.  Check that ispell-filter has new stuff before calling
8078         ispell-parse-output.
8080 2006-09-13  Kim F. Storm  <storm@cua.dk>
8082         * simple.el (line-move-partial): Optimize.
8084 2006-09-13  Richard Stallman  <rms@gnu.org>
8086         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8087         Delete spurious backquote.
8089 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8091         * net/rcirc.el (rcirc-print): Fix last change.
8093 2006-09-12  Jay Belanger  <belanger@truman.edu>
8095         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8097 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8099         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8100         rcirc-show-maximum-output.
8101         (rcirc-mode): Remove window-scroll-function hook.
8102         (rcirc-scroll-to-bottom): Remove function.
8103         (rcirc-print): Recenter so point stays at the bottom of the window
8104         if point was already there.
8106 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
8108         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8109         not to "t".
8110         * progmodes/compile.el (compilation-start): Likewise.
8111         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8112         Don't use expand-file-name on invocation-directory, since this
8113         might mishandle special characters in invocation-directory.
8115 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8117         * pcvs-defs.el: Remove * in defcustom's docstrings.
8119 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
8121         * progmodes/compile.el (compilation-directory-properties):
8122         Doc fix for help-echo.
8124 2006-09-12  Lars Hansen  <larsh@soem.dk>
8126         * desktop.el (desktop-read): Add comment.
8128 2006-09-12  Kim F. Storm  <storm@cua.dk>
8130         * simple.el (next-error-highlight, next-error-highlight-no-select):
8131         Fix spelling error.
8133         * subr.el (sit-for): Rework to use input-pending-p and cond.
8134         Return nil input is pending on entry also for SECONDS <= 0.
8135         (while-no-input): Use input-pending-p instead of sit-for.
8137 2006-09-11  Richard Stallman  <rms@gnu.org>
8139         * simple.el (next-error-highlight, next-error-highlight-no-select):
8140         Fix custom type and doc strings.
8142 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8144         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8145         (diff-apply-hunk): Use it to ask for confirmation.
8147 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
8149         * emacs-lisp/cl.el (pushnew): Add missing `,'.
8151 2006-09-11  David Kastrup  <dak@gnu.org>
8153         * help.el (string-key-binding, describe-key-briefly)
8154         (describe-key): Remove `string-key-binding' and its callers since
8155         `key-binding' already caters for the proper lookup now.
8157 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8159         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8160         (cfengine-mode): Use it.  Fix \ syntax to be like /.
8162         * bindings.el (mode-line-buffer-identification-keymap):
8163         Move initialization into declaration.
8165 2006-09-10  Kim F. Storm  <storm@cua.dk>
8167         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8168         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8169         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8170         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
8172 2006-09-10  Richard Stallman  <rms@gnu.org>
8174         * dired-aux.el: Handle errors in recursive copy usefully.
8175         (dired-create-files-failures): New variable.
8176         (dired-copy-file): Remove condition-case.
8177         (dired-copy-file-recursive): Check for errors on all file
8178         operations, and add them to dired-create-files-failures.
8179         Check file file-date-erorr here too.
8180         (dired-create-files): Check dired-create-files-failures
8181         and report those errors too.
8183         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8185         * subr.el (add-to-list): New argument COMPARE-FN.
8187 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8189         * filecache.el (file-cache-add-directory)
8190         (file-cache-add-directory-list, file-cache-add-file)
8191         (file-cache-add-directory-using-find)
8192         (file-cache-add-directory-using-locate)
8193         (file-cache-add-directory-recursively): Add autoloads.
8195 2006-09-09  Richard Stallman  <rms@gnu.org>
8197         * textmodes/conf-mode.el (conf-space-mode):
8198         Use hack-local-variables-hook instead of calling hack-local-variables.
8199         (conf-space-keywords-override): New variable.
8200         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
8201         (conf-space-mode): Always make conf-space-keywords and
8202         conf-space-keywords-override local.
8203         Call conf-space-mode-internal directly as well as via hook.
8205 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
8207         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8208         quasi-keywords.
8210 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8212         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8213         (python-send-string): Be slightly more careful about adding \n.
8215         * startup.el (normal-splash-screen): Don't display the buffer if we'll
8216         kill it right away anyway.
8218 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
8220         * international/codepage.el (cp850-decode-table): Fix a few codes.
8221         (cp858-decode-table): New variable.
8223 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8225         * net/ldap.el (ldap-search-internal): Doc fix.
8227 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8229         * play/life.el (life-display-generation): Test for input manually if
8230         `sleeptime' is negative or null.
8232         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8233         (print-region-1): Substitute `%s' with the page title.
8235 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
8237         * locate.el (locate-current-search): New variable.
8238         (locate): Set buffer local value.  Use current buffer if it is
8239         in Locate mode.
8240         (locate-mode): Disable undo here.
8241         (locate-do-setup): Use locate-current-filter from buffer to be killed.
8242         (locate-update): Use locate-current-search and locate-current-filter.
8244 2006-09-08  David Kastrup  <dak@gnu.org>
8246         * desktop.el (desktop-read): When loading a desktop, disable
8247         saving it while the load progresses, and switch off a pending lazy
8248         load by calling `desktop-lazy-abort'.
8250 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
8252         * window.el (mouse-autoselect-window-timer)
8253         (mouse-autoselect-window-position)
8254         (mouse-autoselect-window-window)
8255         (mouse-autoselect-window-now): New vars.
8256         (mouse-autoselect-window-cancel)
8257         (mouse-autoselect-window-select)
8258         (mouse-autoselect-window-start): New functions.
8259         (handle-select-window): Call `mouse-autoselect-window-start' when
8260         delayed window autoselection is enabled.
8262         * cus-start.el (mouse-autoselect-window): Handle delayed window
8263         autoselection.
8265         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8266         commands after which it is allowed to print in the echo area.
8268 2006-09-08  Richard Stallman  <rms@gnu.org>
8270         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8272         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8273         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8275         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8276         (cancel-timer-internal): Add doc string.
8277         (cancel-function-timers): Doc fix.
8278         (with-timeout-handler, timer-event-last*): Add doc strings.
8280         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8282         * files.el (risky-local-variable-p): Match ...-bindat-spec.
8284         * dired.el (dired-log-summary): Add doc string.
8286         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8287         (custom-group-menu-create): Not here.
8289 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
8291         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8293 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8295         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8296         (mac-apple-event-map): Define its handler.
8298 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8300         * net/ldap.el (ldap-search-internal): Handle `auth' key.
8302 2006-09-07  Magnus Henoch  <mange@freemail.hu>
8304         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8305         clause.
8307 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8309         * info.el (Info-index): Bind completion-ignore-case.
8311 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8313         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8314         previous commit.
8315         (inferior-prolog-guess-flavor): New fun left out of previous commit.
8316         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8317         burp in dedicated windows.
8318         (inferior-prolog-self-insert-command): New command.
8319         (inferior-prolog-mode-map): Use it.
8321 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8323         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8325         * international/code-pages.el: Add cp858.
8327 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8329         * dnd.el: Fix bootstrapping.
8331 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8333         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8334         (dnd-open-remote-url): New function.
8335         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8336         not windows-nt.
8338 2006-09-07  Jason Rumney  <jasonr@gnu.org>
8340         * dnd.el (dnd-open-remote-file-function): New variable.
8341         (dnd-open-unc-file): New function.
8342         (dnd-open-file): Call dnd-open-remote-file-function if set.
8344 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8346         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8347         pgg-passphrase-coding-system rather than locale-coding-system.
8348         * pgg-def.el (pgg-passphrase-coding-system): New user option.
8350 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8352         * progmodes/prolog.el: Remove * in docstrings.
8353         (prolog-program-name): Add SWI prolog.
8354         (prolog-mode-menu): New menu.
8355         (prolog-mode): Set comment-add.
8356         (prolog-indent-line): Simplify.  Use indent-line-to.
8357         (inferior-prolog-buffer): New var.
8358         (inferior-prolog-run, inferior-prolog-process): New funs.
8359         (run-prolog, switch-to-prolog): Rewrite, using them.
8360         (prolog-consult-region): Use inferior-prolog-buffer.
8361         (inferior-prolog-load-file): New function.
8362         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8364         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8365         last word, if it's not the end of the paragraph.
8367         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8368         file name.
8370 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
8372         * frame.el (display-mm-dimensions-alist): New defcustom.
8373         (display-mm-height, display-mm-width): Use it.
8375 2006-09-06  Simon Josefsson  <jas@extundo.com>
8377         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8379 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
8381         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8382         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8383         string values.
8385 2006-09-06  Kim F. Storm  <storm@cua.dk>
8387         * simple.el (line-move-partial): New function to do vscrolling for
8388         partially visible images / tall lines.  Rewrite based on code
8389         previously in line-move.  Simplify backwards vscrolling.
8390         (line-move): Use it.  Simplify.
8392 2006-09-05  Kim F. Storm  <storm@cua.dk>
8394         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8396 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
8398         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8399         Process the `gcc-include' after the `gnu' rule.
8401 2006-09-05  Kim F. Storm  <storm@cua.dk>
8403         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8405 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8407         * pgg.el (pgg-clear-string): Alias to clear-string for backward
8408         compatibility.
8410         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8411         inhibit-redisplay; encode passphrase with locale-coding-system.
8413 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8415         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8417 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
8419         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8420         (gdb-var-list-children-regexp): Make type field optional.
8422         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8423         e.g public, protected in C++.
8425 2006-09-04  John Paul Wallington  <jpw@pobox.com>
8427         * simple.el (completion-show-help): New defcustom.
8428         (completion-setup-function): Heed it.
8430 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8432         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8434 2006-09-04  Richard Stallman  <rms@gnu.org>
8436         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8437         (rsf-min-region-to-spam-list): Doc fix.
8438         (rsf-add-content-type-field): Doc fix.
8440         * simple.el (kill-region): Explicitly test there is a region.
8442 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8444         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8445         sendmail in several common directories.
8447         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
8449         * paths.el (sendmail-program): Removed.
8451 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
8453         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
8454         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
8455         http://article.gmane.org/gmane.emacs.gnus.general/50457
8457 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
8459         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
8460         mark after running the menu filter.
8462 2006-09-03  Juri Linkov  <juri@jurta.org>
8464         * international/quail.el (quail-defrule-internal): Add a check
8465         if a key is a vector.
8467 2006-09-02  Juri Linkov  <juri@jurta.org>
8469         * man.el (Man-topic-history): New variable.
8470         (man): Use it.
8472         * woman.el (woman-topic-history): Change defvar to defvaralias
8473         for symbol `Man-topic-history'.
8475         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8476         `comint-last-output-start' is a marker by using `markerp' and
8477         check if it has a position by using `marker-position', and use
8478         this position for `goto-char'.
8480         * international/quail.el (quail-defrule-internal): Add missing
8481         `error' call for null key.
8483 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
8485         * rcirc.el (rcirc-keywords): New variable.
8486         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
8487         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
8488         variables.
8489         (rcirc-responses-no-activity): New function.
8490         (rcirc-handler-generic): Check for responses in above.
8491         (rcirc-process-command): Add ?: character to arguments of raw
8492         server commands.
8493         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
8494         `rcirc-dim-nicks'.
8495         (rcirc-gray-toggle): Remove unused variable.
8496         (rcirc-print): Remove some tracking logic, which is moved into
8497         markup functions.
8498         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
8499         types.
8500         (rcirc-activity-string): Look for 'keyword in activity-types.
8501         (rcirc-window-configuration-change): Don't erase overlay-arrow
8502         unnecessarily.
8503         (rcirc-add-or-remove): New function.
8504         (rcirc-cmd-ignore): Use it.
8505         (rcirc-message-leader): Remove unused function.
8506         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
8507         (rcirc-add-face): New function.
8508         (rcirc-facify): Use rcirc-add-face.
8509         (rcirc-url-regexp): Add parens.
8510         (rcirc-map-regexp): Remove function.
8511         (rcirc-mangle-regexp): Remove function.
8512         (rcirc-markup-text-functions): New variable.
8513         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
8514         (rcirc-markup-body-text, rcirc-markup-attributes)
8515         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
8516         (rcirc-markup-bright-nicks): New markup handler functions.
8517         (rcirc-nick-in-message-full-line): New face.
8518         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
8519         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
8521 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
8523         * cus-start.el (hscroll-margin, hscroll-step)
8524         (mode-line-in-non-selected-windows, mouse-autoselect-window)
8525         (x-use-underline-position-properties): Change version to "22.1"
8526         since they will appear there for the first time.
8528 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
8530         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
8532 2006-08-31  Richard Stallman  <rms@gnu.org>
8534         * cus-edit.el (custom-save-variables): Slight cleanup.
8535         (Custom-no-edit): Renamed from custom-no-edit.
8536         (Custom-newline): Renamed from custom-newline.
8537         (custom-mode-map): Use new names.
8539         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
8540         about customization, rather than M-x customize, in the doc string
8541         made for the defcustom.
8543         * emacs-lisp/trace.el (trace-function-background): Doc fix.
8545 2006-08-31  Romain Francoise  <romain@orebokech.com>
8547         * dired-x.el (dired-guess-shell-alist-default): Update.
8549 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
8551         * custom.el (custom-theme-set-variables): Autoload packages before
8552         sorting the variables.
8554 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
8556         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
8557         chars if XEmacs.
8558         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
8560 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8562         * progmodes/python.el (python-eldoc-function): Re-enable quit while
8563         waiting for process.
8565 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8567         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
8568         results in ASCII-only string, encode original one directly.
8570 2006-08-29  Romain Francoise  <romain@orebokech.com>
8572         * startup.el (normal-splash-screen, fancy-splash-screens):
8573         Make buffer read-only and arrange to enter view mode if necessary.
8575 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
8577         * hl-line.el (hl-line): New face.
8578         (hl-line-face): Use it.
8580         * image-mode.el (image-mode): Fix last fix.
8581         Suggested by Kim F. Storm.
8583 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
8585         Sync with Tramp 2.0.54.
8587         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
8588         of `=', because `tramp-get-remote-gid' might not always return an
8589         integer when expected.
8590         (tramp-register-file-name-handlers): `partial-completion-mode' is
8591         unknown to XEmacs.
8592         (tramp-time-diff): Don't use `floor', it might fail for large
8593         differences.
8594         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
8595         `tramp-auto-save-directory' if unset in order to guarantee unique
8596         auto-save file names.
8598 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
8600         * image-mode.el (image-mode): Display image as text on a terminal.
8602 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8604         * progmodes/python.el (python-send-command): Simplify.
8605         (run-python): Don't generate a new buffer unless `new' was specified.
8606         Make sure we send `import emacs' to the proper process.
8608         * progmodes/python.el (python-send-command): Don't wait for the command
8609         to terminate.  Don't fiddle with compilation-parsing-end.
8611 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
8613         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8614         Insert commentary after first line summary.
8616         * woman.el (woman-follow): New function, based on `man-follow'.
8617         (woman-mode-map): Use it.
8619         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
8620         since ibuffer-do-sort-by-recency does not define a sorter.
8622 2006-08-28  Kim F. Storm  <storm@cua.dk>
8624         * find-dired.el (find-dired): Use shell-quote-argument to properly
8625         escape ( and ) args.  Also use it on {} and ; args in default
8626         value of find-ls-option string.
8627         (find-grep-dired): Use shell-quote-argument on {} and ; args.
8629 2006-08-27  Michael Olson  <mwolson@gnu.org>
8631         * emacs-lisp/tq.el: Small grammar fix in comments.
8632         (tq-enqueue): Check for existence of queue rather than the
8633         head queue item's question, which was a no-op.
8634         (tq-filter, tq-process-buffer): Make sure the process buffer
8635         exists before making it the current buffer.
8637 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8639         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
8640         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
8641         (special-event-map): Apply 2006-08-16 change for x-win.el.
8643 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8645         * progmodes/python.el (python-send-receive): Wait in the
8646         process's buffer so as to check the right buffer-local variables.
8648 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8650         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
8651         (defgroup checkdoc): Move to beginning.
8653         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
8654         (python-preoutput-continuation): Remove.
8655         (python-preoutput-filter): Simplify correspondingly.
8656         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
8657         Loop around to catch embedded _emacs_out output.
8658         (run-python): Send the import&print command on a single line.
8659         (python-send-command): Send command&print on a single line.
8660         (python-send-string): Only add double \n if needed.
8661         (python-send-receive): Loop until the result comes.
8662         (python-mode-running): Defvar it.
8663         (python-setup-brm): Remove unused var `menu'.
8664         Only bind py-mode-map and `features' around brm-init.
8665         (python-calculate-indentation): Remove unused var `point'.
8666         (python-beginning-of-defun): Remove unused var `def-line'.
8668 2006-08-25  Richard Stallman  <rms@gnu.org>
8670         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
8672 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
8674         * viper.el (viper-set-hooks): Use frame bindings for
8675         viper-vi-state-cursor-color.
8676         (viper-non-hook-settings): Don't set default
8677         mode-line-buffer-identification.
8679         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
8680         (viper-set-cursor-color-according-to-state)
8681         (viper-get-saved-cursor-color-in-replace-mode)
8682         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
8683         viper-emacs-state-cursor-color.
8685         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
8686         (viper-undo): Use point if undo-beg-posn is nil.
8687         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
8688         (viper-after-change-undo-hook): Don't use
8689         viper-emacs-state-cursor-color by default.
8690         (viper-undo): More sensible positioning after undo.
8692         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
8693         (viper-emacs-state-cursor-color): Default to nil, since this feature
8694         doesn't work well yet.
8696         * ediff-mult.el (ediff-intersect-directories)
8697         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
8698         always expand filenames.
8700 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8702         * tumme.el: Remove * in defcustoms's docstrings.
8704 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
8706         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
8707         Accept internal time format for SECS arg.
8708         (timer-relative-time): Doc fix.
8710         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
8711         adapted from Martin Rudalics.
8712         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
8713         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
8714         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
8715         using sit-for.
8717 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
8719         * cus-start.el (all): Add `overline-margin' and
8720         `x-underline-at-descent-line'.
8722 2006-08-24  Kim F. Storm  <storm@cua.dk>
8724         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
8725         to mean "use find -exec"; nil now unambiguously means auto-detect.
8726         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
8727         Use shell-quote-argument to build grep-find-command and
8728         grep-find-template.
8729         (rgrep): Use shell-quote-argument to properly quote arguments to find.
8730         Reported by Tom Seddon.
8732 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
8734         * startup.el (fancy-splash-head): Give instructions for dismissing
8735         the splash screen for default startup too.
8736         (display-startup-echo-area-message, fancy-splash-screens)
8737         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
8738         all splash text at once and keep the splash buffer around.
8739         (command-line-1): Give display-startup-echo-area-message a t arg.
8741 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
8743         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
8744         gnus frame is selected.
8746 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
8748         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
8750 2006-08-22  Kim F. Storm  <storm@cua.dk>
8752         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
8753         Add suffix matching for subdirs.
8755 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
8757         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
8758         mouse-yank-at-point is non-nil.
8760 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
8762         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
8763         a bit wider and remove fringes to fit initial output on line.
8765 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8767         * frame.el (blink-cursor-end): Only ignore the error we care about.
8768         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
8770 2006-08-21  Richard Stallman  <rms@gnu.org>
8772         * whitespace.el (whitespace-cleanup): Doc fix.
8774 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
8776         * net/rcirc.el (rcirc-show-maximum-output): New var.
8777         (rcirc-buffer-process): If no buffer argument is supplied, use
8778         current-buffer.
8779         (rcirc-complete-nick): Complete to the last completed nick first.
8780         (rcirc-mode): Preserve the value of `rcirc-urls' across
8781         connections.  Setup scroll function.
8782         (rcirc-scroll-to-bottom): New function.
8783         (rcirc-print): Use nick syntax around regexp work.
8784         Notice dim-nicks speaking only if they say our nick.
8785         (rcirc-update-activity-string): Do not show the modeline indicator
8786         if there are no live rcirc processes.
8787         (rcirc-cmd-ignore): Ignore case.
8788         (rcirc-browse-url-at-point): Fix off-by-one error.
8790 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8792         * progmodes/python.el: Remove * in defcustom docstrings.
8793         (run-python, python-proc, python-try-complete): Use derived-mode-p.
8794         (python-mode): Set tab-width and indent-tabs-mode.
8796 2006-08-20  Dave Love  <fx@gnu.org>
8798         * progmodes/python.el: Update to Dave Love's latest version.
8799         (python-font-lock-keywords, python-mode): Don't use
8800         font-lock-syntax-table, but match symbol elements explicitly instead.
8801         (python-mode-map): Add help, and a few more key bindings.
8802         (python-skip-comments/blanks): Move out of comments as well.
8803         (python-continuation-line-p): Behave better with unbalanced parens.
8804         (python-blank-line-p): New fun.
8805         (python-open-block-statement-p): Don't use a heuristic.
8806         (python-outdent-p): Better handle blocks-in-the-same-line.
8807         (python-calculate-indentation): Misc improvements.
8808         (python-comment-indent): Remove.
8809         (python-block-pairs): New var.
8810         (python-first-word): New fun.
8811         (python-indentation-levels): Handle more common cases.
8812         (python-indent-line-1): Add `leave' argument.
8813         (python-indent-region): New fun.
8814         (python-skip-out): New fun.
8815         (python-beginning-of-statement, python-end-of-statement): Use it.
8816         (python-next-statement): Return correct count even at eob.
8817         (python-end-of-block): Fix paren-typo.
8818         (python-imenu-create-index): Add module variables.
8819         (run-python): Add `new' arg.
8820         Check we're at a prompt before returning.
8821         (python-send-command): Move to end of buffer.
8822         Wait for prompt to return.
8823         (python-set-proc): New fun.
8824         (python-imports): New var.
8825         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
8826         (python-eldoc-function): Try to move out of arg list.
8827         (python-outline-level): Offset by 1.
8828         (python-find-imports): New fun.
8829         (python-symbol-completions): Use python-imports.
8830         (python-module-path, ffap-alist): Add support for ffap.
8831         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
8832         (python-insert-*, python-default-template, python-expand-template):
8833         Add templates/skeletons.
8834         (python-setup-brm): Support for Bicycle Repair Man.
8835         (python-abbrev-syntax-table): New var.
8836         (python-abbrev-pc-hook, python-pea-hook): New funs.
8838 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
8840         * frame.el (blink-cursor-start): Set timer first.
8841         (blink-cursor-end): Ignore timer cancelling errors.
8842         Suggested by Ken Manheimer.
8844 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
8846         * newcomment.el (comment-box): Call `comment-normalize-vars'.
8847         Add autoload cookie.
8849 2006-08-20  Richard Stallman  <rms@gnu.org>
8851         * simple.el (line-number-at-pos): Doc fix.
8853         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
8854         timer-activate-when-idle, so timer can run before Emacs becomes
8855         non-idle again.
8857 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
8859         * whitespace.el (whitespace-cleanup-internal): New optional arg
8860         REGION-ONLY.  If it's non-nil, modify the message to the user
8861         accordingly.
8862         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
8863         a non-nil argument.
8865 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
8867         * rect.el (spaces-string): Simplify and add doc string.
8869 2006-08-17  Romain Francoise  <romain@orebokech.com>
8871         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
8873 2006-08-17  Richard Stallman  <rms@gnu.org>
8875         * compare-w.el (compare-windows): lambda's take an arg and pass
8876         it to compare-windows-skip-whitespace.
8878 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
8880         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
8881         the right buffer.
8883 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8885         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
8886         removed files.
8888 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
8890         * progmodes/gdb-ui.el (gdb-locals-watch-map)
8891         (gdb-locals-watch-map-1): Suppress keymap first.
8892         (gdb-edit-locals-map-1): New variable.
8893         (gdb-edit-locals-value): New function.
8894         (gdb-stack-list-locals-handler): Use them.
8896 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8898         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
8899         cursor would normally be drawn in the fringe.
8901         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
8902         Reported by Martin Rudalics <rudalics@gmx.at>.
8904 2006-08-16  Richard Stallman  <rms@gnu.org>
8906         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
8907         (special-event-map): Process drag-n-drop events this way.
8909         * simple.el (move-beginning-of-line): Test whether fields
8910         would prevent motion back to line's first visible character.
8911         If so, stop where the fields would stop the motion.
8913         * newcomment.el (comment-indent): Fully update INDENT
8914         before checking to see if it will change the text.
8916         * cus-edit.el (custom-newline): New function.
8917         (custom-mode-map): Bind newline to custom-newline.
8919         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
8920         into ignore-whitespace.
8921         Check each buffer for its skip-function.
8922         Handle compare-windows-skip-whitespace special-case test
8923         by returning t from default skip function.
8925 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
8927         * textmodes/org.el (org-clock-special-range)
8928         (org-clock-update-time-maybe): New functions.
8929         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
8930         not only a-z.
8931         (org-agenda-get-blocks): Allow multiple blocks per headline.
8932         (org-timestamp-change): Call `org-clock-update-time-maybe'.
8933         (org-export-html-title-format)
8934         (org-export-html-toplevel-hlevel): New options.
8935         (org-export-language-setup): Add support for Czech.
8936         (org-mode, org-insert-todo-heading, org-find-visible)
8937         (org-find-invisible, org-invisible-p, org-invisible-p2)
8938         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
8939         (org-show-subtree, org-show-entry, org-make-options-regexp):
8940         Remove compatibility support for old outline-mode.
8941         (org-check-occur-regexp): Funtion removed.
8942         (org-on-heading-p, org-back-to-heading): Made defalias.
8943         (org-set-local): New defsubst.
8944         (org-set-regexps-and-options, org-mode)
8945         (org-set-font-lock-defaults, org-edit-agenda-file-list)
8946         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
8947         (org-remember-apply-template, org-table-edit-field)
8948         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
8949         (org-set-autofill-regexps): Use `org-set-local'.
8950         (org-table-eval-formula): Fix bug with parsing of display flags.
8952 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
8954         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
8955         frame with fringe arrow.  Suggested by Simon Marshall
8956         <simon.marshall@misys.com>.
8957         (gdb-stack-position): New variable.
8958         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
8959         (gdb-frames-mode): Set gdb-stack-position to nil.
8960         Add to overlay-arrow-variable-list
8961         (gdb-reset): Delete gdb-stack-position from above list.
8963 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8965         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
8966         read only.
8968 2006-08-13  Romain Francoise  <romain@orebokech.com>
8970         * cus-theme.el (customize-create-theme)
8971         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
8973         * filesets.el (filesets-add-buffer): Ditto.
8975         * pcvs.el (cvs-change-cvsroot): Ditto.
8977 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
8979         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
8980         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
8981         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
8982         expressions.
8983         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
8984         Only search till end of line.
8985         Add face to function names in case of no filename.
8986         Add face to variable names of watchpoints.
8988 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
8990         * cus-start.el <indent-tabs-mode>: Move to the `indent'
8991         customization group.
8993 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
8995         * allout.el (allout-prior-bindings, allout-added-bindings):
8996         Remove, after long deprecation.
8997         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
8998         Add customization vars controlling allout-beginning-of-line and
8999         allout-end-of-line conveniences.
9000         (allout-header-prefix, allout-use-mode-specific-leader)
9001         (allout-use-mode-specific-leader, allout-mode-leaders):
9002         Revise docstrings.
9003         (allout-infer-header-lead): Change to be an alias for
9004         allout-infer-header-lead-and-primary-bullet.
9005         (allout-infer-header-lead-and-primary-bullet): New version of
9006         allout-infer-header-lead which assigns the primary bullet to the
9007         same as the header lead, when its being changed.
9008         (allout-infer-body-reindent): Apply regexp-quote instead of
9009         unconditionally prepending "\\", so that all literal
9010         allout-header-prefix and allout-primary-bullet strings are
9011         properly handled.
9012         (allout-add-resumptions): Add optional qualifier for extending or
9013         appending to existing values, rather than replacing them.
9014         (allout-view-change-hook): Clarify docstring.
9015         (allout-exposure-change-hook): Take explicit arguments, via
9016         run-hook-with-args.
9017         (allout-structure-added-hook)
9018         (allout-structure-deleted-hook)
9019         (allout-structure-shifted-hook): New hooks analogous to
9020         allout-exposure-change-hook for other kinds of structural outline
9021         edits.
9022         (allout-encryption-plaintext-sanitization-regexps): New encryption
9023         customization variable, by which cooperating modes can provde
9024         massage of the plaintext without actually being passed it.
9025         (allout-encryption-ciphertext-rejection-regexps)
9026         (allout-encryption-ciphertext-rejection-ceiling): New encryption
9027         customization variables, by which cooperating modes can prohibit
9028         rare but possible ciphertext patterns from fouling their
9029         operation, with actually being passed the ciphertext.
9030         (allout-mode): Run activation and deactivation hooks after the
9031         minor-mode variable has been toggled, to clarify the mode
9032         disposition.  The new encryption ciphertext rejection variable is
9033         used to ensure that the ciphertext does not contain text that
9034         would be recognized as outline structural elements by allout.
9035         Substite allout-beginning-of-line and allout-end-of-line for
9036         conventionall beginning-of-line and end-of-line bindings.
9037         If allout-old-style-prefixes is non-nil, don't nullify it on mode
9038         activation!
9039         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9040         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9041         (allout-chart-subtree): Implement new mode, charting only the
9042         visible items in the subtree, when new 'visible' parameter is non-nil.
9043         (allout-end-of-subtree): Properly handle the last item in the buffer.
9044         (allout-pre-command-business, allout-command-counter):
9045         Increment an advertised counter so that cooperating enhancements can
9046         track revisions of items.
9047         (allout-open-topic): Run allout-structure-added-hook with suitable
9048         arguments.
9049         (allout-shift-in): Run allout-structure-shifted-hook with suitable
9050         arguments.
9051         (allout-shift-out): Fix doubling for negative args and ensure call
9052         of allout-structure-shifted-hook by solely using allout-shift-in.
9053         (allout-kill-line, allout-kill-topic):
9054         Run allout-structure-deleted-hook with suitable arguments.
9055         (allout-yank-processing): Run allout-structure-added-hook with
9056         proper arguments.
9057         (allout-yank): Enclose activity in allout-unprotected.
9058         (allout-flag-region): Run allout-exposure-change-hook with
9059         suitable arguments, instead of making the callee infer the arguments.
9060         (allout-encrypt-string):
9061         Support allout-encryption-plaintext-sanitization-regexps,
9062         allout-encryption-ciphertext-rejection-regexps, and
9063         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
9064         en/de cryption mode in symmetric encryption failure message.
9065         (allout-obtain-passphrase): Use copy-sequence to get a distinct
9066         copy of the passphrase, and don't zero it or we'll corrupt the
9067         stashed copy.
9068         (allout-create-encryption-passphrase-verifier)
9069         (allout-verify-passphrase): Respect the new signature for
9070         allout-encrypt-string.
9071         (allout-get-configvar-values): Convenience for getting a
9072         configuration variable value and handling its absence gracefully.
9074 2006-08-11  Romain Francoise  <romain@orebokech.com>
9076         * obsolete/zone-mode.el: Delete.
9078 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9080         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9082 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
9084         * emacs-lisp/bindat.el (bindat-ip-to-string):
9085         Use `format-network-address' if possible.
9087 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9089         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9091 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
9093         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9094         restore unread-command-events here.
9095         (edebug-display): Do it here, to detect sit-for interruptions.
9097 2006-08-10  Romain Francoise  <romain@orebokech.com>
9099         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9100         (dns-mode-soa-auto-increment-serial): New user option.
9101         (dns-mode-soa-maybe-increment-serial): New function.
9102         (dns-mode): Add the latter to `write-contents-functions'.
9104         * obsolete/zone-mode.el: Move to obsolete/ from net/.
9105         Delete autoload cookies.
9107 2006-08-10  John Wiegley  <johnw@newartisans.com>
9109         * eshell/em-glob.el (eshell-glob-chars-list)
9110         (eshell-glob-translate-alist): Add support for [^g] in character globs.
9112 2006-08-10  Richard Stallman  <rms@gnu.org>
9114         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9115         (facemenu-set-face): Doc fix.
9116         (facemenu-listed-faces): Doc fix.
9118 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
9120         * avoid.el (mouse-avoidance-animating-pointer): New var.
9121         (mouse-avoidance-nudge-mouse): Use it.
9122         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9123         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9124         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9125         Don't activate if currently animating.  All callers changed.
9127 2006-08-09  John Wiegley  <johnw@newartisans.com>
9129         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9130         variable, which causes timeclock to report elapsed time worked,
9131         instead of just work remaining.
9133 2006-08-09  Kenichi Handa  <handa@m17n.org>
9135         * international/latexenc.el (latexenc-find-file-coding-system):
9136         Fix for the case that the 2nd element of arg-list is a cons.
9138 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
9140         * info.el (Info-fontify-node): Handle preceding `in' for note
9141         reference hiding rules.
9143 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9145         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9146         mistake a closing " for an opening one.
9148 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9150         * term/xterm.el (terminal-init-xterm): Add more key bindings.
9152 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9154         * complete.el (PC-do-completion): Filter out completions matching
9155         completion-ignored-extensions before checking whether there are
9156         multiple completions.
9157         Don't use `list' unnecessarily when building completion tables.
9159 2006-08-06  Richard Stallman  <rms@gnu.org>
9161         * help.el (describe-mode): Make minor mode list more concise.
9163 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
9165         * bindings.el: Give mode-line-format, mode-line-modes, and
9166         mode-line-position `standard-value' properties.
9168 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
9170         * buff-menu.el (list-buffers-noselect): For Info buffers, use
9171         "(file)node" instead of the file name.
9173 2006-08-05  Richard Stallman  <rms@gnu.org>
9175         * faces.el (escape-glyph): Doc fix.
9177 2006-08-04  Kenichi Handa  <handa@m17n.org>
9179         * international/mule-diag.el (describe-font): Improve docstring
9180         and error message.  Use frame-parameter (not frame-parameters).
9182 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9184         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9185         Correctly mark the end-of-docstring char.
9187 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
9189         * simple.el (line-move-to-column): Constrain move-to-column to
9190         current field.
9192 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9194         * font-lock.el (font-lock-beg, font-lock-end)
9195         (font-lock-extend-region-functions): New vars.
9196         (font-lock-extend-region-multiline)
9197         (font-lock-extend-region-wholelines): New functions.
9198         (font-lock-default-fontify-region): Use them.
9199         (font-lock-extend-jit-lock-region-after-change): Only round up
9200         if font-lock-default-fontify-region will do it as well.
9202         * font-lock.el (font-lock-extend-after-change-region-function):
9203         Rename from font-lock-extend-region-function.
9204         (font-lock-extend-region): Remove by inlining at call sites.
9205         (font-lock-after-change-function): Don't needlessly round up to a whole
9206         number of lines.
9207         (font-lock-extend-jit-lock-region-after-change): Be more careful about
9208         the boundary conditions and the interactions between the various ways
9209         to extend the region.
9211 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9213         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9214         modification status when forcing the second redisplay.
9216 2006-08-03  Kim F. Storm  <storm@cua.dk>
9218         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9220 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9222         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9223         doesn't look like a file name.
9225         * complete.el (PC-expand-many-files): Avoid signalling an error when
9226         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
9228 2006-08-02  Andreas Schwab  <schwab@suse.de>
9230         * bindings.el (mode-line-format): Simplify reference to vc-mode.
9232 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9234         * bindings.el (map): Make mode-line-buffer-identification-keymap
9235         before defining propertized-buffer-identification.
9237 2006-08-01  Richard Stallman  <rms@gnu.org>
9239         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9241 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9243         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9244         default value.
9245         (gdb-find-source-frame): New function.
9246         (menu): Add to menu bar.
9248 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9250         * font-core.el (font-lock-extend-region-function)
9251         (font-lock-extend-region): Move to font-lock.el.
9253         * font-lock.el (font-lock-extend-region-function)
9254         (font-lock-extend-region): Move from font-core.el.  Simplify.
9256         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9257         if needed.
9258         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9259         (jit-lock-after-change-extend-region-functions): New hook.
9260         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9262         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9263         (font-lock-turn-on-thing-lock): Use it.
9265         * longlines.el (longlines-show-region): Make it work on read-only
9266         buffers as well.
9268 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
9270         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9272 2006-07-31  Richard Stallman  <rms@gnu.org>
9274         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9275         (vhdl-speedbar-display-projects): Update old obsolete
9276         speedbar variable names.
9278 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
9280         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9281         (gdb-stopped): Use it.
9283         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9285 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
9287         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9288         for load-history elements.
9290 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
9292         * files.el (convert-standard-filename): For Cygwin, replace
9293         characters not allowed in Windows file names.
9294         (make-auto-save-file-name): Add Cygwin to the list of systems
9295         where the auto-save file name needs to be run through
9296         convert-standard-filename.
9298 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9300         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9302 2006-07-28  Richard Stallman  <rms@gnu.org>
9304         * bindings.el (mode-line-frame-identification)
9305         (propertized-buffer-identification): Centralize the code
9306         to initialize the variable.
9308         * progmodes/grep.el (grep-default-command): Catch errors from
9309         wildcard-to-regexp.
9311 2006-07-29  Kim F. Storm  <storm@cua.dk>
9313         * progmodes/grep.el (grep-tag-default): New function.
9314         (grep-default-command, grep-read-regexp): Use it.
9315         (grep-read-files): Use car of grep-files-history or grep-files-aliases
9316         as default if nothing else applies.
9318 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
9320         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9321         Throw error if buffer is not in Dired and Wdired mode, respectively.
9323 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
9325         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9326         self-insert-command keys don't activate buttons.
9327         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9329 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
9331         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9332         faces for enable character.
9334 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9336         * Makefile.in (recompile): Update comment to reflect change
9337         on 2004-04-21.
9339 2006-07-27  Richard Stallman  <rms@gnu.org>
9341         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9342         (customize-package-emacs-version): Change msg when pkg has no entry.
9343         (custom-no-edit): On a button, do like widget-button-press.
9345 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9347         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9348         S-tab and C-S-tab.
9350 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9352         * progmodes/which-func.el (which-function): Fix documentation/
9353         comment typo.
9355 2006-07-26  Richard Stallman  <rms@gnu.org>
9357         * textmodes/ispell.el (ispell-word): If we replace the word,
9358         move point to the end.  Insert before deleting.
9360 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
9362         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9363         a timer.
9365 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
9367         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
9368         when at first image.
9369         (tumme-forward-image): Add prefix argument.  Add error when at last
9370         image.
9372 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9374         * tabify.el (tabify-regexp): Use more specific regexps.
9375         (tabify): Avoid modifying the buffer unnecessarily.
9377 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
9379         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9380         (tumme-format-properties-string): Handle empty `buf'.
9381         (tumme-get-comment): Change variable names inside `let'.
9382         Add missing `let' variable that cause font-lock problems.
9383         (tumme-write-comments): Change variable names inside `let'.
9384         Add missing `let' variable that cause font-lock problems.
9385         (tumme-forward-image): Rename from `tumme-forward-char'.
9386         (tumme-backward-image): Rename from `tumme-backward-char'.
9388 2006-07-25  Masatake YAMATO  <jet@gyve.org>
9390         * progmodes/ld-script.el (ld-script-keywords)
9391         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9392         and add comments.
9394 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
9396         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9397         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9398         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9399         for status indicator.
9401 2006-07-24  Richard Stallman  <rms@gnu.org>
9403         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9405         * subr.el (dolist, dotimes): Use interned symbols for locals.
9406         (--dotimes-limit--, --dolist-tail--): New defvars.
9407         (looking-back): Doc fix.
9409         * replace.el (replace-match-string-symbols): Handle dotted lists.
9411 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
9413         * tumme.el (tumme-write-tags): Add.
9414         (tumme-write-comments): Add.
9415         (tumme-tag-files): Change to use `tumme-write-tags'.
9416         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9417         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9418         (tumme-save-information-from-widgets): Change to use
9419         `tumme-write-comments' and `tumme-write-tags'.
9420         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
9421         (tumme-write-tag): Remove.
9422         (tumme-write-comment): Remove.
9423         (tumme-display-previous-thumbnail-original): Remove empty line.
9424         (tumme-widget-list): Add punctuation.
9426 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
9428         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9430 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9432         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9433         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
9434         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
9436 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
9438         * mouse.el (mouse-on-link-p): Doc fix.
9440 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
9442         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9443         Handle "C-h f `".
9445 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9447         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
9448         column.
9450 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
9452         * textmodes/table.el: Add move-beginning-of-line and
9453         move-end-of-line to Point Motion Only Group.
9455 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9457         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
9459 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9461         * startup.el (user-mail-address): Initialize from the `EMAIL'
9462         environment variable first.  Document this.
9463         (command-line): Ditto.
9465 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
9467         * help-mode.el (help-function-def, help-variable-def)
9468         (help-face-def): Print a message in the minibuffer.
9470 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9472         * term/xterm.el (terminal-init-xterm): Fix key bindings
9473         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
9475 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
9477         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9478         where `(nth 1 command)' is a cons cell.  Doc fix.
9480         * textmodes/po.el (po-find-charset): Doc fix.
9482 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
9484         * allout.el (allout-unprotected, allout-e-o-prefix-p)
9485         (allout-beginning-of-current-line, allout-end-of-current-line)
9486         (allout-next-visible-heading, allout-open-topic)
9487         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
9488         (allout-flag-current-subtree, allout-show-to-offshoot)
9489         (allout-hide-current-entry, allout-show-current-branches)
9490         (allout-hide-region-body, allout-old-expose-topic)
9491         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
9492         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
9493         containing `beginning-of-line' and `end-of-line' with
9494         `inhibit-field-text-motion' t.
9496 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
9498         * frame.el (focus-follows-mouse): Document that it doesn't have
9499         any effect on MS-Windows.
9501 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9503         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
9505 2006-07-20  Jay Belanger  <belanger@truman.edu>
9507         * calc.el (calc-previous-alg-entry): Remove variable.
9509         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
9510         New variables.
9511         (calc-alg-entry): Use `calc-alg-entry-history'.
9512         (calc-do-quick-calc): Use `calc-quick-calc-history'.
9513         Remove reference to `calc-previous-alg-entry'.
9514         (calcAlg-edit, calcAlg-enter): Remove reference to
9515         `calc-previous-alg-entry'.
9516         (calcAlg-previous): Use `previous-history-element' instead of
9517         `calc-previous-alg-entry'.
9518         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
9519         Change keybinding for `calcAlg-plus-minus', add keybindings for
9520         `previous-history-element' and `next-history-element'.
9522         * calc-rewr.el (calc-match): Remove reference to
9523         `calc-previous-alg-entry'.
9525         * calc-sel.el (calc-selection-history): New variable.
9526         (calc-enter-selection, calc-sel-mult-both-sides)
9527         (calc-sel-add-both-sides): Use `calc-selection-history'.
9529         * calc-map.el (calc-get-operator-history): New variable.
9530         (calc-get-operator): Use `calc-get-operator-history'.
9532         * calcalg3.el (calc-curve-fit-history): New variable.
9533         (calc-curve-fit): Use `calc-curve-fit-history'.
9535 2006-07-20  Kenichi Handa  <handa@m17n.org>
9537         * international/mule-cmds.el (select-safe-coding-system): Fix the
9538         way of deciding eol-type of the coding system.
9540 2006-07-20  Alan Mackenzie  <acm@muc.de>
9542         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
9543         (c-lang-setvar): New macro.
9544         (c-make-init-lang-vars-fun): Use the initialization forms in
9545         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
9546         (comment-start, comment-end, comment-start-skip): Change these from
9547         c-lang-defvar's to c-lang-setvar's.
9549         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
9550         which calls make-local-variable on the elements of
9551         c-emacs-variable-inits.
9552         (c-init-language-vars-for): Call this new macro.
9554 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9556         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9557         Try to rule out false positives due to time stamps.
9558         (compilation-mode-font-lock-keywords): Remove rules made redundant
9559         because of the above change.  Add `segmentation fault' to the known and
9560         highlighted compilation termination messages.
9562 2006-07-19  Kim F. Storm  <storm@cua.dk>
9564         * progmodes/grep.el (grep-find-ignored-directories):
9565         Add .svn and _darcs to list.
9567 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
9569         * dired.el (dired-mode-map): Add key binding `C-te' for
9570         `tumme-dired-edit-comment-and-tags'.
9572         * tumme.el (tumme-display-thumbnail-original-image): Make sure
9573         image display buffer is displayed before call to
9574         `tumme-display-image.
9575         (tumme-dired-display-image): Make sure image display buffer is
9576         displayed before call to `tumme-display-image.
9577         (tumme-mouse-display-image): Make sure image display buffer is
9578         displayed before call to `tumme-display-image.
9579         (tumme-widget-list): Add.
9580         (tumme-dired-edit-comment-and-tags): Add.
9581         (tumme-save-information-from-widgets): Add.
9583 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9585         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
9587 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9589         * progmodes/sh-script.el (sh-font-lock-keywords-1):
9590         Revert inadvertently installed patch hunk.
9592         * progmodes/compile.el (compilation-find-file): Handle the
9593         cases where the user selects a non-existent file.
9595 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9597         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
9599 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
9601         * subr.el (sit-for): Just sleep-for if noninteractive.
9603 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9605         * emacs-lisp/autoload.el (make-autoload): Use new arg.
9607         * custom.el (custom-autoload): Add `noset' argument.
9608         (custom-push-theme): Don't autoload the variable, let callers do it.
9609         (custom-theme-set-variables): Autoload the variable if necessary.
9611         * cus-edit.el (custom-variable-state-set): If the variable was
9612         originally set outside custom, but to the same value as the default,
9613         consider it to be standard.
9615         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
9616         file *before* telling Emacs to add the autoloads, in case it fails.
9618         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
9619         Use `cond', push', and `dolist'.
9621 2006-07-17  Richard Stallman  <rms@gnu.org>
9623         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
9624         Add defvars to silence warnings.
9626 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
9628         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9629         Don't highlight "Compiling file" messages as error.
9631         * dired-aux.el (dired-compress-file): Confirm again if gzipped
9632         file already exists.
9634 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
9636         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
9637         entry, don't assign to free var; simply return the extracted filename.
9638         (ff-treat-as-special): Incorporate common preamble from callers.
9639         (ff-other-file-name, ff-find-the-other-file):
9640         Update call to ff-treat-as-special.
9642         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
9644 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
9646         * tumme.el (tumme-get-comment): Fix bug.
9648 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9650         * files.el: Remove spurious * in docstrings.
9652 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
9654         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
9655         grammar.
9656         (allout-beginning-of-current-line): Beware beginning of buffer.
9657         Also, a comment is simplified.
9658         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
9659         when appropriate.  (This fix enables use for other than
9660         bullet-hotspot operation.)
9661         (allout-hide-current-subtree): While escalating to sibling-close,
9662         make sure to situate on a topic.
9664 2006-07-14  Kim F. Storm  <storm@cua.dk>
9666         * emulation/cua-base.el (cua-delete-selection)
9667         (cua-toggle-set-mark): New defcustoms.
9668         (cua-rectangle-modifier-key): Add `alt' modifier.
9669         (cua-replace-region): Don't delete if cua-delete-selection is nil.
9670         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
9671         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
9673         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
9675 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
9677         * allout.el: Require 'cl during byte-compilation/interactive load,
9678         for the `assert' macro.
9679         (allout-mode-deactivate-hook): New hook, run when allout mode
9680         deactivates.
9681         (allout-developer): New allout customization subgroup.
9682         (allout-run-unit-tests-on-load): New allout-developer
9683         customization variable, when true allout unit tests are run towards
9684         end of file load/eval.
9685         (allout-inhibit-auto-fill): Disable auto-fill activity even during
9686         auto-fill-mode.
9687         (allout-resumptions): Remove, to be replaced by...
9688         (allout-add-resumptions): Register variable settings to be
9689         reinstated by `allout-do-resumptions'.  The settings are made
9690         buffer-local, but the locality/globality of the suspended setting
9691         is restored on resumption.
9692         (allout-do-resumptions): Reinstate all settings suspended using
9693         `allout-add-resumptions'.
9694         (allout-test-resumptions): Unit tests (and intermediate variables)
9695         for resumptions.
9696         (allout-tests-globally-unbound, allout-tests-globally-true)
9697         (allout-tests-locally-true): Intermediate variables for
9698         resumptions unit tests.
9699         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
9700         (allout-exposure-category): Replaces 'allout-overlay-category variable.
9701         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
9702         instead of retired `allout-resumptions'.  For hook functions, use
9703         `local' parameter so hook settings are created and removed as
9704         buffer-local settings.  Revise (resumptions) setting
9705         auto-fill-function so it is set only if already active.  (The
9706         related fill-function settings are all made in either case, so
9707         that activating auto-fill-mode activity will have the custom
9708         allout-mode behaviors (hanging indent on topics, if configured for it).
9709         Remove all allout-exposure-category overlays on mode deactivation.
9710         (allout-hotspot-key-handler): New function extracted from
9711         `allout-pre-command-business', so the functionality can be used
9712         for other purposes, eg as a binding in an overlay.
9713         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
9714         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
9715         customization variable.
9716         (allout-run-unit-tests): Run the (currently quite small)
9717         repertoire of unit tests.  Called just before the provide iff user
9718         has customized `allout-run-unit-tests-on-load' non-nil.
9720 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
9722         * emacs-lisp/authors.el (authors-aliases): Update.
9724 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
9726         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
9727         gdb-source-window.  Add dedicated argument.
9728         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
9729         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
9730         (gdb-display-threads-buffer, gdb-display-memory-buffer)
9731         (gdb-display-locals-buffer): Use it.
9733         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
9734         Set gdb-source-window.
9736 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9738         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
9739         minor modes, redundant with the custom-autoload line above.
9741 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
9743         * longlines.el (longlines-post-command-function): Handle open-line too.
9745 2006-07-12  Richard Stallman  <rms@gnu.org>
9747         * progmodes/grep.el (grep-last-buffer): Doc fix.
9749         * info.el (Info-try-follow-nearest-node): Doc fix.
9751         * emacs-lisp/edebug.el (edebug-instrument-function):
9752         Err if find-function-noselect gives no position.
9754         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9755         If can't find definition, return nil for position.
9756         (find-function-do-it): Handle new return value
9757         of find-definition-noselect.
9758         (find-definition-noselect, find-variable-noselect): Doc fix.
9759         (find-function-noselect): Doc fix.
9761         * help-mode.el (help-variable-def): Handle find-variable-noselect
9762         returning no position.
9763         (help-function-def): Likewise for find-function-search-for-symbol.
9764         (help-face-def): Likewise.
9766         * help-fns.el (describe-variable): Handle find-variable-noselect
9767         returning no position.
9769         * files.el (locate-file-completion): Avoid duplicates in result.
9771         * cus-edit.el (custom-no-edit): New command.
9772         (custom-mode-map): Remap to custom-no-edit instead of
9773         using suppress-keymap.
9775 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
9777         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9778         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9779         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
9781         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
9783 2006-07-11  Kim F. Storm  <storm@cua.dk>
9785         * ido.el (ido-copy-current-file-name): Use buffer-name if
9786         buffer-file-name is nil.
9788 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
9790         * simple.el (undo-ask-before-discard): Set to nil.
9792         * vc.el (vc-exec-after): Don't delete process manually.
9793         (vc-print-log): Run log-view-mode in process sentinel inside
9794         inhibit-read-only.  Don't shrink window due to timing issues.
9796         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
9797         Avoid using with-output-to-temp-buffer, which clobbers local vars.
9799 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9801         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9802         Fix ambiguity introduced by last change.
9803         (compilation-find-file): Move save-excursion to where it may
9804         make sense.  Fix a left over `find-file'.
9806 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
9808         * textmodes/texinfmt.el (texinfo-format-separate-node):
9809         Insert a string before point, which fits documentation, not after.
9810         (texinfo-multitable-item): In a multitable row, insert any
9811         additional needed @tabs and spaces.
9813 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
9815         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9816         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9817         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
9818         instead of shell-command.
9819         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
9820         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
9821         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
9822         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
9823         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
9824         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
9826 2006-07-11  Kim F. Storm  <storm@cua.dk>
9828         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
9829         Remove special case for seconds < 0.  Use (redisplay t) instead.
9831 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
9833         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
9834         avoid compilation error.
9836         * subr.el (sit-for): New function.
9838         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
9840 2006-07-10  Richard Stallman  <rms@gnu.org>
9842         * ldefs-boot.el (edebug): Update page.
9844 2006-07-10  Kim F. Storm  <storm@cua.dk>
9846         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
9847         to FOR-RELEASE and TODO.
9849 2006-07-10  Romain Francoise  <romain@orebokech.com>
9851         * emacs-lisp/authors.el (authors-aliases): Update.
9853 2006-07-10  Alan Mackenzie  <acm@muc.de>
9855         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
9856         * cc-mode.el: Changes to eradicate eval-after-load.
9858 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
9860         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
9861         on non-char events.
9863 2006-07-09  Romain Francoise  <romain@orebokech.com>
9865         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9866         Don't highlight start/end markers as compilation messages.
9868         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
9869         to t.
9871 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9873         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
9875 2006-07-08  Richard Stallman  <rms@gnu.org>
9877         * term/x-win.el (x-handle-display): Add doc string.
9879         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9881         * subr.el (def-edebug-spec): Move here.
9882         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
9884         * imenu.el (imenu-choose-buffer-index): Doc fix.
9886 2006-07-08  Romain Francoise  <romain@orebokech.com>
9888         * term/x-win.el (x-display-name): Fix typo.
9890 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
9892         * hexl.el (hexl-find-file): Doc fix.
9894         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9896 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
9898         * term/x-win.el (x-display-name): Doc fix.
9900 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9902         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
9903         long prefixes.
9904         (fill-region-as-paragraph): Don't round up to a whole line.
9905         (fill-comment-paragraph): Don't include the code-before-the-comment
9906         when calling fill-region-as-paragraph.
9908         * international/mule.el (make-char): Remove redundancy.
9910         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
9911         property may contain an anonymous function rather than a symbol.
9913         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
9915         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9916         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
9918         * dirtrack.el (dirtrack-default-directory-function): Remove.
9919         (dirtrack-directory-function): Use file-name-as-directory.
9920         (dirtrack-windows-directory-function): Simplify.
9921         (dirtrack-forward-slash, dirtrack-backward-slash)
9922         (dirtrack-replace-slash): Remove.
9923         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
9924         (dirtrack): Fix wrong parenthesizing; use match-string.
9926         * progmodes/octave-inf.el: Remove spurious * in docstrings.
9927         (inferior-octave-mode): Only change the buffer-local value of
9928         comint-dynamic-complete-functions.
9929         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
9930         Move the initialization to the declaration.
9931         (inferior-octave-complete): Remove unused var `filter'.
9933         * shell.el (shell-mode): Only change the buffer-local value of
9934         comint-dynamic-complete-functions.
9936 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
9938         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
9939         entry is skipped because it has been scheduled.
9940         (org-prepare-agenda-buffers): Don't mark buffers as modified when
9941         changing `:org-archived' and `:org-comment' properties.
9943 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
9945         * server.el (server-select-display): Don't make the temp frame
9946         minibuffer-only, in case it's not a temp frame.
9947         (server-process-filter): Don't delete the temp frame if it's the
9948         only one we have on that display.
9950         * files.el (find-alternate-file): Doc fix.
9952 2006-07-05  Richard Stallman  <rms@gnu.org>
9954         * files.el (abbreviate-file-name): Add save-match-data.
9956 2006-07-03  Richard Stallman  <rms@gnu.org>
9958         * faces.el (read-face-name): Doc fix.
9960 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
9962         * net/goto-addr.el (goto-address): Mark as safe for local evals.
9964 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
9966         * vc.el (vc-diff-internal): Fix prev change.
9968 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
9970         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
9971         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
9973 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9975         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
9976         fails if the symbol contains chars like ( or '.
9977         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
9978         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
9979         `short'.
9981 2006-07-04  Kenichi Handa  <handa@m17n.org>
9983         * international/mule-cmds.el (set-language-info): If LANG-ENV is
9984         the current one, don't call set-language-environment, but call one
9985         of set-language-environment-XXX to make INFO effective now.
9986         (set-language-environment): Call set-language-environment-XXX
9987         functions instead of doing the various setups directly.
9988         (set-language-environment-coding-systems): Delete argument eol-type.
9989         (set-language-environment-input-method)
9990         (set-language-environment-nonascii-translation)
9991         (set-language-environment-charset)
9992         (set-language-environment-fontset)
9993         (set-language-environment-unibyte): New functions.
9995 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
9997         * locate.el (locate-update-when-revert): New option.
9998         (locate-update-path): New option (suggested by Michael Albinus).
9999         (locate-prompt-for-command): Whitespace change.
10000         (locate-update): No longer offer to update the locate database by
10001         default.  Implement the two new options.
10003 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
10005         * tooltip.el: Move comment about track-mouse...
10007         * progmodes/gud.el: ...to here.
10009 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
10011         * facemenu.el (facemenu-listed-faces): New var.
10012         (facemenu-unlisted-faces): Variable deleted.
10013         (facemenu-add-new-face): Use facemenu-listed-faces.
10015         * emulation/viper-init.el, calendar/calendar.el:
10016         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10018 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
10020         * textmodes/org.el (org-mode): Remove no invalid settings for
10021         calc embedded mode.
10022         (org-mode-p): New defsubst.
10023         (org-save-all-org-buffers): New function.
10024         (org-first-headline-recenter): Enclose outline-regexp in group
10025         delimiters.
10026         (org-set-tags): Keep single space after stars.
10028 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10030         * window.el (set-window-text-height): Only set window-min-height to
10031         1 if that's the requested size.
10033         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10034         (diff-unified->context, diff-context->unified)
10035         (diff-reverse-direction): Make sure the end marker stays at the end.
10036         (diff-mode): Add the keymap table at the end of docstring.
10037         Use lexical-let rather than constructing a closure manually.
10039         * files.el (find-file-noselect-1): Remove unused var assignment.
10040         (hack-local-variables-confirm): Print lists of strings as lists of
10041         strings rather than lists of symbols.
10042         (abbreviate-file-name, hack-local-variables-prop-line):
10043         Use match-string.
10044         (hack-one-local-variable): Move `make-local-variable' nearer its use.
10045         (recover-session-finish): Use line-end-position.
10047 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
10049         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10051 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
10053         * progmodes/make-mode.el (makefile-macroassign-regex):
10054         Accept preceding keyword.
10055         (makefile-gmake-statements): Reorganize, now that makepp has
10056         "override" and also handle forgotten "override define".
10057         (makefile-makepp-statements): Add new "global", "override export"
10058         and "override global".
10060 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
10062         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10063         (ada-compile-mouse-goto-error, ada-deactivate-properties)
10064         (ada-no-auto-case): Fix typos in docstrings.
10066 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
10068         * info.el (Info-find-node-2): Search for makeinfo version more
10069         carefully.
10071 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
10073         * textmodes/org.el (org-prepare-agenda-buffers):
10074         Use `invisible-OK' argument for `org-end-of-subtree'.
10075         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10076         (org-beginning-of-item): Fix bug in regular expression for white line.
10077         (org-export-as-html): Enforce space after bullet in plain list items.
10078         (org-set-autofill-regexps): Require space after plain list bullet
10079         for paragraph-start.
10080         (org-ts-regexp3): New constant.
10081         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10082         (org-timestamp-up-day, org-timestamp-down-day)
10083         (org-timestamp-change): Work with inactive timestamps.
10084         (org-ts-regexp1): Don't allow brackets in time stamps.
10086 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
10088         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10089         for ignoring links.
10091         * faces.el (read-face-name): Use it.
10093 2006-06-28  Juri Linkov  <juri@jurta.org>
10095         * buff-menu.el (list-buffers-noselect): Compare Info file
10096         with the string "dir" to detect Info directory.
10098         * complete.el (partial-completion-mode): In lambda for
10099         `choose-completion-string-functions' use full function signature
10100         with 4 args, and move point to the end of the minibuffer only if arg
10101         `mini-p' is non-nil.
10103 2006-06-28  John Paul Wallington  <jpw@pobox.com>
10105         * ibuffer.el (ibuffer-mode): Doc fix.
10107 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
10109         * textmodes/org.el (org-context): New contexts :item-bullet,
10110         :latex-fragment, :latex-preview.
10111         (org-overlays-at, org-overlay-start, org-overlay-end):
10112         New compatibility functions.
10113         (org-inside-LaTeX-fragment-p): More accurate matching, using the
10114         exact regexp that will be used during export.
10115         (org-latex-regexps): New variable.
10116         (org-cdlatex-mode): Improve advice for `texmathp'.
10117         (turn-on-org-cdlatex): New function.
10119 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10121         * term/mac-win.el (mac-handle-font-selection): Change keys of
10122         mac-atsu-font-table from strings to numbers.
10123         (mac-ts-caret-position): Use also when cursor-type is nil.
10124         (mac-ts-update-active-input-area): Add Mac OS Classic support.
10125         Relax condition for using overlay strings.
10126         Use mac-ts-caret-position face when cursor-type is nil.
10128 2006-06-26  Kim F. Storm  <storm@cua.dk>
10130         * help.el (view-emacs-news): Declare `res' in the right let* form.
10132 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
10134         * net/rcompile.el (remote-compile): Replace ange-ftp based
10135         implementation by Tramp functions.
10136         Suggested by Marc Abramowitz <msabramo@gmail.com>.
10138         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10140 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
10142         * international/fontset.el (setup-default-fontset): Fix a typo in
10143         the "Oriya-Akruti" registry name.
10145 2006-06-23  Lars Hansen  <larsh@soem.dk>
10147         * desktop.el (desktop-full-file-name): New function.
10148         (desktop-kill, desktop-save, desktop-remove, desktop-read)
10149         (desktop-revert): Use it.
10150         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10151         (desktop-after-read-hook): Add option list-buffers.
10152         (desktop-locals-to-save): Add tab-width.
10153         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10154         Fix docstring.
10156 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
10158         * textmodes/org.el (org-cdlatex-mode-map)
10159         (org-cdlatex-texmathp-advice-is-done): New variables.
10160         (org-cdlatex-mode): New minor mode.
10161         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10162         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10163         (org-export-with-archived-trees): New option.
10164         (org-open-file): Remove the call to `convert-standard-filename'.
10165         (org-archive-tag, org-agenda-skip-archived-trees)
10166         (org-cycle-open-archived-trees)
10167         (org-sparse-tree-open-archived-trees): New options.
10168         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10169         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10170         New functions.
10171         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10172         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10173         (org-mode-map): Add binding for `org-toggle-archive-tag'.
10174         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10175         Call `org-prepare-agenda-buffers'.
10176         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10177         (org-file-apps, org-file-apps-defaults-gnu)
10178         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10179         Handle remote files by forcing them to be opened in Emacs.
10181 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
10183         * vc.el (vc-diff-knows-L): New variable.
10184         (vc-diff-internal): Use it to handle "diff" programs that don't
10185         understand -L.  This works automatically, no user action is necessary.
10187 2006-06-23  Daniel Brockman  <daniel@brockman.se>
10189         * net/rcirc.el (rcirc-default-user-full-name): Default to
10190         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10191         longer exists).
10192         (rcirc-process-list): Check `buffer-live-p' before attempting to
10193         switch to a buffer.
10195 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
10197         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10198         based on rcirc-coding-system-alist.
10200 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
10202         * cus-edit.el (customize-apropos): A better error message.
10203         (top level) <debug-ignored-errors>: Extend and update the list of
10204         ignored error messages.
10206 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
10208         * complete.el (PC-do-completion): Retain capitalization of user
10209         input, when possible, even if completion-ignore-case is set.
10211 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
10213         * generic-x.el (bat-generic-mode): Support .cmd files.
10215         * dos-w32.el (top level): Use find-file-not-found-functions
10216         instead of the obsolete find-file-not-found-hooks.
10218 2006-06-22  Kim F. Storm  <storm@cua.dk>
10220         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10221         to recognize mode name containing submodes, such as Grep/lw.
10223 2006-06-21  Kim F. Storm  <storm@cua.dk>
10225         * simple.el (line-move-1): Check for move-end-of-line instead of
10226         end-of-line when setting temporary-goal-column.
10228 2006-06-21  Miles Bader  <miles@gnu.org>
10230         * play/cookie1.el (cookie): Work properly when there's only one entry.
10232 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
10234         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10235         (gdb-frame-handler): Generalize frame regexp for templates.
10237 2006-06-20  Glenn Morris  <rgm@gnu.org>
10239         * calendar/appt.el (appt-display-format): Default value must be
10240         one of the customize options.
10242 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
10244         * term/xterm.el (terminal-init-xterm): Update key availability info.
10245         Bind C-return.
10247         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10249 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
10251         * files.el (hack-local-variables): Run `hack-local-variables-hook'
10252         whether or not a local variables list is defined.
10254         * msb.el (msb): Move `sit-for' hack here to handle both
10255         "mouse-down and drag" and "mouse-up and select" situations.
10256         (mouse-select-buffer): Move `sit-for' hack to `msb'.
10258 2006-06-20  Kenichi Handa  <handa@m17n.org>
10260         * international/characters.el (word-combining-categories):
10261         Add entries for 2-byte Han characters.
10263 2006-06-19  Richard Stallman  <rms@gnu.org>
10265         * bindings.el (mode-line-format): Save some mode line space.
10267         * files.el (find-file-noselect): Improve the question wording.
10268         (basic-save-buffer-2): Mask UMASK against 666.
10270         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10271         (mouse-drag-vertical-line): Call it.
10273         * cus-edit.el (customize-option, customize-option-other-window):
10274         Error if SYMBOL is nil.
10276 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
10278         * textmodes/org.el: Require noutline, also on XEmacs.
10279         (org-end-of-subtree): Return point.
10280         (org-dblock-start-re, org-dblock-end-re): New constants.
10281         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10282         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10283         (org-update-all-dblocks, org-find-dblock): New functions.
10284         (org-collect-clock-time-entries): New function.
10285         (org-html-handle-time-stamps): Never export CLOCK timeranges.
10286         (org-fixup-indentation): Modify to deal correctly with lines
10287         starting with TAB.  Only one argument DIFF now.
10288         (org-demote, org-promote): Call `org-fixup-indentation' with just
10289         one argument, DIFF.
10290         (org-mode): Don't mark buffer as modified when aligning tables.
10291         (org-clock-sum): Don't mark buffer modified when adding time sum
10292         properties.
10293         (org-export-as-html): Add support for a link validation function.
10294         (org-archive-all-done): New function.
10295         (org-archive-subtree): New prefix argument.  When set, archive all
10296         done subtrees in this buffer.
10297         (org-remove-clock-overlays)
10298         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10299         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10300         (org-put-clock-overlay): Don't swallow last headline character
10301         when displaying overlay.
10302         (org-store-link): Link to `image-mode' with just the file name.
10304 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
10306         * viper-cmd.el (viper-special-read-and-insert-char):
10307         Use read-key-sequence.
10308         (viper-after-change-undo-hook): Misc enhancements.
10309         (viper-after-change-undo-hook): New hook.
10310         (viper-undo): Use viper-after-change-undo-hook.
10311         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10312         (viper-next-line-at-bol): If point is on a widget or a button, simulate
10313         clicking on that widget/button.
10315         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10317         * ediff-diff (ediff-test-patch-utility): Catch errors.
10318         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10319         (ediff-set-actual-diff-options): New function.
10320         (ediff-reset-diff-options, ediff-toggle-ignore-case):
10321         Use ediff-set-actual-diff-options.
10322         (ediff-extract-diffs): Catch errors.
10323         (ediff-whitespace): Add non-breakable space.
10324         (ediff-same-file-contents): Catch errors.
10326         * ediff-mult.el (ediff-collect-custom-diffs):
10327         Save coding-system-for-read.
10329         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10330         (ediff-vc-internal, ediff-vc-merge-internal):
10331         Use ediff-delete-version-file.
10332         (ediff-delete-version-file): New function.
10334         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10336         * ediff.el (ediff-directories, ediff-directory-revisions)
10337         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10338         (ediff-directories-internal, ediff-merge-directory-revisions)
10339         (ediff-merge-directory-revisions-with-ancestor)
10340         (ediff-directories3): Use read-directory-name.
10342 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
10344         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10345         Remove superfluous part of regexp for brace matching which is handled
10346         by `scan-lists' call.
10348 2006-06-16  Richard Stallman  <rms@gnu.org>
10350         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10352         * files.el (basic-save-buffer-2): For a new precious file,
10353         use the default modes in the return value.
10355         * facemenu.el (facemenu-color-alist): Doc fix.
10357         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10359 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10361         * cus-start.el (all): Add mac-ts-script-language-on-focus.
10363         * term/mac-win.el (mac-text-encoding-ascii): New constant.
10364         (mac-utxt-to-string): Use it.
10365         (mac-ts-update-active-input-area): Use mac-ae-number.
10367 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
10369         * term.el (term-handle-scroll, term-delete-lines)
10370         (term-insert-lines): Fix off by one errors.
10372 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10374         * net/tramp.el (tramp-touch): Use UTC to express time.
10376 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
10378         * mail/sendmail.el (mail-send): Search explicitly for
10379         mail-header-separator when checking for corrupted header lines.
10381 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
10383         * progmodes/gdb-ui.el (gdb-same-frame): New option.
10384         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10385         (gdb-init-1): Initialise them.
10386         (gdb-starting): Reset gdb-printing
10387         (gdb-starting): Save value of gud-overlay-arrow-position.
10388         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10389         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10390         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10391         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10393 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10395         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10397 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
10399         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10400         (ldap-search-internal): Keep error messages, and a regexp fix.
10402 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
10404         * files.el (hack-local-variables-confirm):
10405         Display string value using its printed representation.
10407 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
10409         * server.el (server-edit): No-op if no server buffers exist.
10411 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
10413         * textmodes/page-ext.el (pages-directory-for-addresses):
10414         Including `pages-directory-address-mode' in the function results
10415         in the message "Buffer in which pages were found is deleted".
10417 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
10419         * textmodes/org.el (org-agenda-mode-map): Add bindings for
10420         clocking functions.
10422         (org-agenda-clock-in, org-check-running-clock)
10423         (org-clock-out-if-current, org-remove-clock-overlays)
10424         (org-put-clock-overlay): New functions.
10425         (org-clock-marker, org-clock-file-total-minutes)
10426         (org-clock-overlays): New variables.
10427         (org-clock-display, org-clock-sum, org-clock-cancel)
10428         (org-clock-out, org-clock-in): New commands.
10429         (org-export): New function.
10430         (org-emph-re): New constant.
10431         (org-set-emph-re, org-do-emphasis-faces): New functions.
10432         (org-emphasis-regexp-components, org-emphasis-alist): New options.
10433         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
10434         (org-export-html-convert-emphasize): Use the configurable emphasis.
10435         (org-cleaned-string-for-export): Make multiline emphasis visible
10436         to the exporter.  New optional argument PARAMETERS.
10437         (org-export-as-html): Specify :emph-multiline parameter to
10438         `org-cleaned-string-for-export'.
10440 2006-06-10  Richard Stallman  <rms@gnu.org>
10442         * help.el (help-for-help-internal): Clean up help text.
10444 2006-06-10  Andreas Schwab  <schwab@suse.de>
10446         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
10447         in doc string.
10449         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
10451 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
10453         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
10454         spaces after the comment start.
10456 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10458         * play/pong.el (pong-init-buffer):
10459         Fill buffer with spaces instead of ^A.
10461         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
10462         launched asynchronously, delete its process instead of being cool.
10463         (ispell-async-processp): Check for `delete-process' existence
10464         instead of `kill-process' one for consistency.
10466 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
10468         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
10469         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10470         in mode line at startup.
10472 2006-06-08  Kim F. Storm  <storm@cua.dk>
10474         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10475         (ido-init-completion-maps): Bind them to M-SPC and M-v.
10476         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
10477         (ido-file-internal): Pass full file name to write-file.
10478         (ido-read-internal): Only pop stack elements automatically if they
10479         actually match an existing directory or file name.
10481 2006-06-07  Kenichi Handa  <handa@m17n.org>
10483         * international/mule.el (find-auto-coding): Don't handle the short
10484         name `char-trans'.
10486         * files.el (hack-local-variables-prop-line)
10487         (hack-local-variables): Cancel the previous change.
10489 2006-06-06  Jesper Harder  <harder@phys.au.dk>
10491         * ediff-diff.el (ediff-test-utility): Protect against file-error.
10493 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
10495         * diff-mode.el (diff-mode): Set buffer-read-only to t when
10496         diff-default-read-only is non-nil.
10497         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
10498         (diff-refine-hunk): Set inhibit-read-only to t.
10500         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
10501         modifying the *Diff* buffer.
10502         (diff-process-filter): New filter function for diff process that
10503         sets inhibit-read-only to t when modifying the *Diff* buffer.
10505 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
10507         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
10508         insertion point and control the number of empty lines.
10509         (org-paste-subtree): Limit the number of empty lines at the end of
10510         the inserted tree.
10511         (org-agenda): Use buffer name of current file for narrowing.
10512         (org-export-as-xml): Command removed.
10513         (org-export-xml-type): Option removed.
10514         (org-mode-map): Call `org-export-as-xoxo' directly.
10515         (org-get-indentation): New optional argument LINE.
10516         (org-fix-indentation, org-remove-tabs): New functions.
10517         (org-export-as-ascii, org-ascii-level-start): Determine and apply
10518         correct indentation for headlines that are converted it items.
10519         (org-skip-comments): Remove table lines that contain narrowing
10520         cookies but no other non-empty fields.
10521         (org-set-tags): Allow groups of mutually exclusive tags.
10522         (org-cmp-time): Sort 24:21 before items without time.
10523         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
10524         (org-open-at-point): Require double colon also for numbers.
10526 2006-06-06  Kim F. Storm  <storm@cua.dk>
10528         * ido.el (ido-default-file-method, ido-default-buffer-method):
10529         Make choice values consistent with corresponding command names.
10530         (ido-visit-buffer): Update accordingly.  Default to selected-window.
10532 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
10534         * progmodes/gud.el (gud-running): Fix doc string.
10535         (gud-menu-map): Use :visible instead fo :enable for debugger test.
10536         (gud-tooltip-modes): Add python-mode.
10537         (gud-tooltip-print-command): Add pdb.  Remove perldb.
10539 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
10541         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
10542         Quote $(EMACS).
10544 2006-06-05  Richard Stallman  <rms@gnu.org>
10546         * faces.el (defined-colors): Doc fix.
10548 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
10550         * vc.el (vc-process-filter): Inhibit undo info collection around
10551         call to insert.
10552         (vc-setup-buffer): Likewise for call to erase-buffer.
10553         (vc-do-command): Likewise for call to process-file.
10555 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
10557         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
10558         for gud-go.
10559         (gud-common-init): Other debuggers may trigger error.
10561 2006-06-05  Kenichi Handa  <handa@m17n.org>
10563         * international/mule.el (find-auto-coding):
10564         Handle enable-character-translation in file header.
10566 2006-06-04  Kim F. Storm  <storm@cua.dk>
10568         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
10569         (authors-fixed-entries): Fix spelling.
10570         (authors-canonical-file-name): Don't report error for wildcards.
10572         * help.el (view-emacs-news): Rewrite to support new NEWS,
10573         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
10574         e.g. version 10 matches 1.10, and don't be confused by version 1.1
10575         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
10577 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
10579         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
10580         exec constructs like `foo bar`.
10581         (sh-quoted-subshell): New helper function to search for a possibly
10582         nested subshell (like `` or $()) within a "" quoted string.
10583         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
10584         (sh-apply-quoted-subshell): Flag quote characters inside a
10585         subshell, which is itself already in a quoted region, as
10586         punctuation, since this is the closest to what they actually are.
10587         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
10588         sh-apply-quoted-subshell.
10589         (sh-font-lock-syntactic-face-function): Apply the new face for
10590         text inside `` instead of the old font-lock-string-face.
10592 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10594         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
10595         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
10596         (mac-bytes-to-text-range, mac-ae-text-range-array)
10597         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
10598         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
10599         (mac-ts-unicode-for-key-event): New functions.
10600         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
10601         (mac-handle-font-selection): Use mac-ae-number.
10602         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
10603         New variables.
10604         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
10605         (mac-ts-converted-text, mac-ts-selected-converted-text)
10606         (mac-ts-block-fill-text, mac-ts-outline-text)
10607         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
10608         (mac-ts-hilite-style-faces): New constant.
10609         (mac-apple-event-map): Bind text input events.
10610         (mac-dispatch-apple-event): Use command-execute instead of
10611         call-interactively.
10612         (global-map): Don't bind mac-apple-event.
10613         (special-event-map): Bind mac-apple-event.
10615 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
10617         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
10618         file name.
10619         (emacs): Enclose the value of $(EMACS) in quotes.
10621 2006-06-02  Juri Linkov  <juri@jurta.org>
10623         * international/mule.el (sgml-html-meta-auto-coding-function):
10624         Remove the condition `(search-forward "<html" size t)'.
10625         Replace `\"' with `[\"']?' in `re-search-forward'.
10627 2006-06-02  Kenichi Handa  <handa@m17n.org>
10629         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
10630         as well as `coding'.
10631         (hack-local-variables): Likewise.
10633         * international/mule.el (enable-character-translation):
10634         Put permanent-local and safe-local-variable properties.
10635         (find-auto-coding): Handle char-trans: tag.
10637 2006-06-02  Juri Linkov  <juri@jurta.org>
10639         * international/mule.el (sgml-html-meta-auto-coding-function):
10640         Limit the search by the end of the HTML header (if any).
10642 2006-06-01  Richard Stallman  <rms@gnu.org>
10644         * subr.el (with-current-buffer): Doc fix.
10646 2006-06-02  Masatake YAMATO  <jet@gyve.org>
10648         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
10649         Almost rewrite.  Underlines over all lines of gcov output are too
10650         uncomfortable to read.  Suggested by Dan Nicolaescu.
10652 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
10654         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
10656         * shell.el (shell-mode): Use shell-mode-map in docstring.
10658         * comint.el (comint-send-input): Do not add help-echo and
10659         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
10661 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10663         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
10665 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
10667         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
10668         (gdb-stopped, gdb-info-stack-custom): If there is no source info
10669         look up the stack and pop up GUD buffer if necessary.
10670         (gdb-frames-select): Remove redundant call to gud-display-frame.
10671         (gdb-info-threads-custom): Keep point at start of buffer.
10672         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
10674 2006-05-31  Juri Linkov  <juri@jurta.org>
10676         * replace.el (query-replace-read-from, query-replace-read-to):
10677         Bind `history-add-new-input' to nil.  Call `add-to-history'.
10679 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
10681         * textmodes/table.el: Convert all HTML tags to lower case for
10682         XHTML compatibility.
10684 2006-05-31  Masatake YAMATO  <jet@gyve.org>
10686         * progmodes/compile.el:
10687         (compilation-error-regexp-alist-alist::gcov-called-line):
10688         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
10690 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
10692         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
10693         Revert inadvertent changes made with last commit.
10695 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10697         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
10698         New functions.
10700         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
10702 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
10704         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
10705         only matches in the right place.
10706         (org-upcoming-deadline): New face.
10707         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
10708         (org-export-ascii-underline): Rename constant `org-ascii-underline'
10709         and make it an option.
10710         (org-export-ascii-bullets): New option.
10711         (org-export-as-html): Many changes to emit valid XHTML.
10712         (org-par-open): New variable.
10713         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
10714         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
10715         (org-timeline): Pass `org-timeline-show-empty-dates' to
10716         `org-get-all-dates'.  Interpret empty dates returned by
10717         `org-get-all-dates'.
10718         (org-get-all-dates): New argument EMPTY.  Add dates without
10719         entries to the list, mark large ranges of empty dates.
10720         (org-point-in-group, org-context): New functions.
10722 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
10724         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
10726         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
10727         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
10728         to C-mouse-3 (for 2 button mice).
10729         (gdb-send): Do the right thing for C-d.
10731         * speedbar.el (speedbar-detach): Delete.
10732         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
10733         it breaks things.
10734         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
10736 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
10738         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
10739         Makeppfile.
10741         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10742         Add makepp diagnostic.
10744 2006-05-29  Richard Stallman  <rms@gnu.org>
10746         * window.el (fit-window-to-buffer): Doc fix.
10748         * help.el (temp-buffer-max-height): Doc fix.
10750         * subr.el (with-current-buffer): Doc fix.
10752 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10754         * term/x-win.el: Bind F10 to menu-bar-start if available.
10756 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
10758         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
10759         uses with a simple test.
10760         (term-set-escape-char, term-mode, term-check-kill-echo-list)
10761         (term-send-raw-string, term-send-raw, term-mouse-paste)
10762         (term-char-mode, term-line-mode, term-exec, term-sentinel)
10763         (term-handle-exit, term-read-input-ring)
10764         (term-previous-matching-input-string)
10765         (term-previous-matching-input-string-position)
10766         (term-previous-matching-input-from-input)
10767         (term-replace-by-expanded-history, term-send-input)
10768         (term-skip-prompt, term-bol, term-send-invisible)
10769         (term-kill-input, term-delchar-or-maybe-eof)
10770         (term-backward-matching-input, term-check-source)
10771         (term-proc-query, term-emulate-terminal)
10772         (term-handle-colors-array, term-process-pager, term-pager-line)
10773         (term-pager-bob, term-unwrap-line, term-word)
10774         (term-dynamic-complete-filename)
10775         (term-dynamic-complete-as-filename)
10776         (term-dynamic-simple-complete): Replace one arm ifs with whens or
10777         unlesses.
10779 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10781         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
10782         during bootstrapping.
10784         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
10785         Basically undo the change of 2006-05-26: use extra arguments instead of
10786         dynamic scoping.
10787         (ewoc-locate): Remove unused var `footer'.
10789 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10791         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
10793         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
10794         (generate-file-autoloads): Obey it.  Return whether autoloads were
10795         added at point or not.
10796         (update-file-autoloads): Use this new return value.
10797         Remove redundant test for the presence of an autoload cookie.
10799         * emacs-lisp/autoload.el (autoload-find-file): New fun.
10800         This one calls hack-local-variables.
10801         (generate-file-autoloads, update-file-autoloads): Use it.
10803         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
10804         (bibtex-sort-entry-class): Add safe-local-variable predicate.
10805         (bibtex-sort-entry-class-alist): Don't set the global value.
10806         (bibtex-init-sort-entry-class-alist): New fun.
10807         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
10808         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
10809         of bibtex-init-sort-entry-class.
10811 2006-05-28  Richard Stallman  <rms@gnu.org>
10813         * subr.el (load-history-regexp): If FILE is relative, insist
10814         entire last name component must match it.
10815         (load-history-filename-element, load-history-regexp): Doc fixes.
10817 2006-05-29  Kim F. Storm  <storm@cua.dk>
10819         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
10820         `pos' and `raw-data' for clarity, as eval forms may access these.
10822 2006-05-28  Kim F. Storm  <storm@cua.dk>
10824         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
10826 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10828         * progmodes/make-mode.el (makefile-browser-map)
10829         (makefile-mode-syntax-table): Move initialization inside declaration.
10830         (makefile-fill-paragraph): Use the default comment-filling code.
10832 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
10834         * replace.el (query-replace-defaults): New variable.
10835         (query-replace-read-from): Use `query-replace-defaults' for
10836         default value, instead of history list.
10837         (query-replace-read-to): Update `query-replace-defaults'.
10839 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
10841         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
10842         with no X toolkit.
10844 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
10846         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
10847         (tumme-show-all-from-dir): Add autoload.
10849 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
10851         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
10852         (tumme-remove-tag): Fix bug.
10854 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
10856         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
10857         FOOTER args.  Update unique caller.
10858         (ewoc-delete): Compute last node once before looping.
10859         (ewoc--node-branch): Merge into unique caller.
10860         (ewoc--node): Don't define constructor make-ewoc--node for this
10861         structure.
10862         (ewoc): Add member `hf-pp' to this structure.
10863         (ewoc--wrap): New func.
10864         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
10865         header/footer pretty-printers.  Save header/footer pretty-printer.
10866         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
10868         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
10870 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
10872         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
10873         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
10874         Tag'.  Change "Compare directories..." to "Change Directories...".
10875         Move tumme commands to Operate, Regexp and Immediate menus.
10876         Change "Add Comment" to "Add Image Comment".  Change "Add Image
10877         Tag" to "Add Image Tags".
10879         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
10880         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
10881         `tumme-delete-tag'.
10883 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10885         * shell.el (shell-mode): Call shell-dirtrack-mode after
10886         list-buffers-directory is made a local variable, to avoid setting
10887         the default value.
10889 2006-05-26  Kevin Ryde  <user42@zip.com.au>
10891         * info.el (Info-index-next): Use where-is-internal to report
10892         actual binding of Info-index-next, rather than hard-coded `,'.
10894 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
10896         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
10897         and "Find Command in Manual" to here.
10899         * buff-menu.el (list-buffers-noselect): For Info buffers, use
10900         Info-current-file as the file name.
10902 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
10904         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
10905         overrides will now be done a different way.
10906         (ses-set-parameter): Reapply this function for undo.
10907         (ses-set-header-row): Reconstruct header row during undo.
10908         (ses-widen): New function.
10909         (ses-goto-data, ses-reconstruct-all): Use new function.
10910         (ses-command-hook): Widen buffer during undo, before unupdating
10911         the cells.
10912         (ses-insert-row, ses-delete-row): Widen buffer during undo.
10913         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
10914         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
10915         formula hasn't been executed yet.
10917 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10919         * comint.el (comint-kill-whole-line): Rename arg to count.
10920         Fix doc string.
10922 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
10924         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
10925         to copy-file.
10927 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10929         * simple.el (toggle-truncate-lines): Make arg optional for
10930         backward compatibility.
10932 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
10934         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
10935         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
10936         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
10937         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
10938         (ewoc--adjust): Use ewoc--current-dll.
10939         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
10941 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
10943         * textmodes/org.el (org-next-item, org-previous-item): Emit more
10944         compact error message.
10945         (org-tags-view): Refresh category table in each file.
10946         (org-table-justify-field-maybe): Remove superfluous arguments to
10947         `format'.
10948         (org-export-as-html): Insert "<p>" before postamble.
10949         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
10951 2006-05-26  Kenichi Handa  <handa@m17n.org>
10953         * textmodes/po.el (po-find-charset): Pay attention to the case
10954         FILENAME is a cons (NAME . BUFFER).
10955         (po-find-file-coding-system-guts): Likewise.
10957         * arc-mode.el (archive-set-buffer-as-visiting-file):
10958         Call find-operation-coding-system with (FILENAME . BUFFER).
10960         * tar-mode.el (tar-extract): Call find-operation-coding-system
10961         with (FILENAME . BUFFER).
10963         * international/mule.el (decode-coding-inserted-region):
10964         Call find-operation-coding-system with (FILENAME . BUFFER).
10966 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
10968         * image-mode.el (image-toggle-display): Use buffer contents to
10969         generate image for a remote file.
10971 2006-05-25  Juri Linkov  <juri@jurta.org>
10973         * replace.el (query-replace-read-from, query-replace-read-to):
10974         Remove 8th arg KEEP-ALL in read-from-minibuffer.
10976 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
10978         * whitespace.el (whitespace-cleanup): Change to cleanup
10979         region if one is active.
10980         * whitespace.el (whitespace-cleanup-internal): New internal method.
10982 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10984         * dired.el (dired-mode-map): Add help-echo strings to tumme
10985         commands.  Bind `tumme-dired-display-image' to C-t i.
10987         * tumme.el (tumme-display-image): Change documentation string slightly.
10988         (tumme-dired-display-image): Add call to `display-buffer'.
10990 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
10992         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
10993         Signal error if RAW-DATA is a multibyte string.
10995 2006-05-24  Richard Stallman  <rms@gnu.org>
10997         * subr.el (with-local-quit): When handling `quit' signal,
10998         make a chance for quit-flag to cause a quit.
11000         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11001         (ad-disable-advice): Add autoloads.
11003         * subr.el (read-passwd): Copy PROMPT before changing its properties.
11005 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11007         * dired.el (dired-mode-map): Change menu items for tumme as per
11008         suggestions in emacs-devel.
11010 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
11012         * dired.el (dired-mode-map): Fix breakage.
11014 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11016         * tumme.el (tumme-display-dired-image): Rename to...
11017         (tumme-dired-display-image): ...this.
11018         (tumme-track-movement): Change default value to t.
11019         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11020         used from `tumme-next-line-and-display' and similar commands.
11022         * dired.el (dired-mode-map): Add Thumbnail submenu under the
11023         Immediate menu.  Add some tumme commands there.
11025 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
11027         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11029 2006-05-24  Chong Yidong  <cyd@mit.edu>
11031         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11032         menu entries that open submenus.
11034 2006-05-24  Alan Mackenzie  <acm@muc.de>
11036         * startup.el (command-line): For names of preloaded files, don't
11037         append ".elc" (now done in Fload), and call file-truename on the
11038         lisp directory.
11040         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
11041         match ANY loaded file with the right name, not just those in
11042         load-path.  Put a regexp matching the file name into
11043         after-load-alist, rather than the name itself.
11045         * subr.el (load-history-regexp, load-history-filename-element)
11046         (do-after-load-evaluation): New functions.
11048         * international/mule.el (load-with-code-conversion): Do the
11049         eval-after-load stuff by calling do-after-load-evaluation.
11051 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
11053         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11054         has not been killed.
11056 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11058         * term/mac-win.el: Set idle timer to clean up expired Apple events.
11059         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11060         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11061         Optionally set error message in reply.
11063 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
11065         * textmodes/org.el (org-open-at-point): Use renamed variable
11066         `org-confirm-shell-link-function'.
11067         (org-confirm-shell-link-function): Rename from
11068         `org-confirm-shell-links'.
11069         (org-export-directory): New function.
11070         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11071         (org-export-icalendar): Use `org-export-directory'.
11072         (org-indent-item): Keep cursor position.
11073         (org-link-file-path-type): New option.
11074         (org-export-as-html): Fix bug with plain lists starting in
11075         column 0.
11076         (org-export-as-html): Remove deadline formatting, this happens
11077         now already in `org-html-handle-time-stamps'.
11078         (org-export-html-style): Deadline class removed.
11079         (org-insert-labeled-timestamps-at-point): New option.
11080         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11081         of `hide-sublevels 1', in case the first headline is not level 1.
11082         (org-overview, org-content): New fuction.
11083         (org-cycle-global-status, org-cycle-subtree-status): Make these
11084         variables buffer-local.
11085         (org-global-cycle): New command.
11086         (org-shifttab): Use `org-global-cycle'.
11087         (org-insert-heading, org-insert-item): Go to end of new
11088         headline/item after creating it.
11089         (org-export-visible): Rename from `org-export-copy-visible'.
11090         Now creates a temporary org-file and applies an exporting command
11091         to it.
11092         (org-table-eval-formula): Support for lisp forms.
11093         (org-agenda-todo-ignore-scheduled): New option.
11094         (org-agenda-get-todos): Use new option
11095         `org-agenda-todo-ignore-scheduled'.
11096         (org-export-html-inline-images): New value `maybe'.
11097         (org-export-as-html): Inlining of images dependent on link description.
11098         (org-archive-subtree): Check for end-of-buffer before trying
11099         `kill-line'.
11100         (org-agenda-follow-mode): New option.
11101         (org-export-with-tags, org-export-with-timestamps): New options.
11102         (org-html-handle-time-stamps): New function.
11103         (org-keyword-time-regexp): New variable.
11104         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11105         (org-agenda-todo-list-sublevels): New option.
11106         (org-html-level-start): When TITLE is nil, just close all levels.
11107         (org-parse-key-lines, org-parse-export-options): Remove functions,
11108         replaced by `org-infile-export-plist'.
11109         (org-combine-plists, org-infile-export-plist)
11110         (org-default-export-plist): New functions.
11111         (org-export-html-preamble, org-export-html-postamble)
11112         (org-export-html-auto-preamble, org-export-html-auto-postamble):
11113         New variables.
11114         (org-export-publishing-directory): New option.
11115         (org-export-as-html, org-export-as-ascii): Use the new property
11116         lists for settings.
11117         (org-export-copy-visible, org-export-as-xoxo):
11118         Respect `org-export-publishing-directory'.
11119         (org-link-search, org-store-link, org-file-apps): Support for
11120         links to BibTeX database entries..
11121         (org-get-current-options, org-set-regexps-and-options):
11122         Implement logging as a startup option.
11123         (org-store-link): Make sure context string is never empty
11124         (org-insert-link): Use relative path when possible.
11125         (org-at-item-checklet-p): New function.
11126         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11127         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11128         (org-metaright, org-metaup, org-metadown, org-shiftup)
11129         (org-shiftdown, org-shiftright, org-shiftleft)
11130         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11131         Dispatch using `call-interactively'.
11132         (org-call-with-arg): New defsubst.
11133         (org-tag-alist, org-use-fast-tag-selection): New options.
11134         (org-complete): Use `org-tag-alist'.
11135         (org-fast-tag-insert, org-fast-tag-selection): New functions.
11136         (org-next-item, org-previous-item): New commands.
11137         (org-beginning-of-item, org-end-of-item): Add (interactive) to
11138         make command.
11139         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11141 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
11143         * emacs-lisp/ewoc.el (ewoc-delete): New function.
11144         (ewoc-filter): Use `ewoc-delete'.
11146         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11148 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11150         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11151         Signal more user-friendly error messages.
11153         * complete.el (PC-do-completion): Undo the addition of implicit
11154         wildcards if they did not lead to finding any match.
11155         (read-file-name-internal): Don't add the final > if the completion is
11156         not finished.
11158 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11160         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11161         Quote safe-local-variable predicate.
11163 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
11165         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11167 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11169         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11171         * progmodes/make-mode.el (makefile-special-targets-list)
11172         (makefile-macro-table, makefile-target-table): Mark as risky.
11173         (makefile-query-one-target-method): Make this the alias for the
11174         following variable.
11175         (makefile-query-one-target-method-function): Make this the real name.
11177         * textmodes/artist.el (artist-text-renderer): Make this the alias
11178         for the following variable.
11179         (artist-text-renderer-function): Make this the real name.
11181         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11182         the alias for the following variable.
11183         (flyspell-generic-check-word-predicate): Make this the real name.
11185         * textmodes/ispell.el (ispell-format-word): Make this the alias
11186         for the following variable.
11187         (ispell-format-word-function): Make this the real name.
11188         (ispell-message-text-end): Mark as risky.
11190         * skeleton.el (skeleton-transformation, skeleton-filter)
11191         (skeleton-pair-filter): Make these the aliases for the following
11192         variables.
11193         (skeleton-transformation-function, skeleton-filter-function)
11194         (skeleton-pair-filter-function): Make these the real names.
11196         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11197         and skeleton-pair-filter-function.
11199         * textmodes/sgml-mode.el (sgml-transformation): Make this the
11200         alias for the following variable.
11201         (sgml-transformation-function): Make this the real name.
11202         (sgml-tag-alist): Mark as risky.
11204 2006-05-21  Richard Stallman  <rms@gnu.org>
11206         * simple.el (kill-region): Interactively, pass point, then mark.
11208 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
11210         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11212 2006-05-21  Romain Francoise  <romain@orebokech.com>
11214         * dired-x.el (dired-mode-map): Don't bind M-g.
11216 2006-05-20  Richard Stallman  <rms@gnu.org>
11218         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11219         (dired-goto-file): Doc fix.
11221 2006-05-21  Kim F. Storm  <storm@cua.dk>
11223         * emulation/cua-base.el: Mention customizing cua-mode as alternative
11224         way to enable built-in cua-mode if user loads older CUA-mode package.
11226         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11227         if default-filename is specified.
11229 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11231         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11233         * info.el (info-apropos): Make sure current-file and current-node
11234         have non-nil values.  Speed up by using add-to-list instead of
11235         manual consing.
11237 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11239         * progmodes/make-mode.el (makefile-mode): Doc fix.
11241 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11243         * dired-aux.el (dired-do-shell-command): Doc fix.
11245 2006-05-20  Kevin Ryde  <user42@zip.com.au>
11247         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11248         ``(custom-manual :tag "Foo" "(foo)Node")''.
11250 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
11252         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11253         value is an integer.
11255 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11257         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11258         "format".
11259         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11261 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
11263         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11264         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11266 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11268         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11269         regexp for keywords.
11271 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
11273         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11274         replace-regexp-in-string.
11276         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11277         encode, and escape file name on conversion to URL.
11279 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11281         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11282         Don't unescape URL.
11283         (dnd-get-local-file-name): Unescape URL on conversion to file name.
11285         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11286         on conversion to URLs.
11288         * net/browse-url.el (browse-url-file-url): Encode file name on
11289         conversion to URL.
11291         * term/mac-win.el (mac-ae-open-documents): Escape file name on
11292         conversion to URL.
11294 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
11296         * progmodes/cc-styles.el (c-style-alist): Doc fix.
11298 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11300         * term/mac-win.el (mac-bytes-to-digits): Remove function.
11301         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11303 2006-05-19  Glenn Morris  <rgm@gnu.org>
11305         * calendar/diary-lib.el (diary-bahai-date)
11306         (list-bahai-diary-entries, mark-bahai-diary-entries)
11307         (mark-bahai-calendar-date-pattern): Not interactive.
11308         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
11309         (diary-entries-list): Change format of 4th element in each entry.
11310         (diary-list-entries): Use add-to-diary-list.
11311         (diary-goto-entry): Handle the case where the buffer visiting the
11312         diary has been killed.
11313         (fancy-diary-display): Add 'locator to button rather than 'marker.
11314         Only generate temp-face when there are marks to apply.
11315         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11316         (diary-fancy-date-pattern): New variable.
11317         (diary-time-regexp): Doc fix.
11318         (diary-anniversary, diary-time): New faces.
11319         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11320         diary-time-regexp.  Add font-lock-multiline property where needed.
11321         Use new faces diary-anniversary and diary-time.
11322         (diary-fancy-font-lock-fontify-region-function): New function, to
11323         handle multiline font-lock pattern in fancy diary.
11324         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11325         (diary-font-lock-keywords): Tweak time regexp.  Use new face
11326         diary-time.
11328 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
11330         * international/code-pages.el (mik): Table corrected.
11332 2006-05-18  Kim F. Storm  <storm@cua.dk>
11334         * progmodes/grep.el (grep-find): Don't check grep-find-command
11335         before running command (breaks non-interactive usage).
11337 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
11339         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11340         (ewoc--insert-new-node): Don't insert trailing newline.
11341         Instead, adjust successor nodes's start markers.
11342         (ewoc--refresh-node): Delete all text from current node's start
11343         marker to the next one's; adjust successor nodes's start markers.
11344         (ewoc--create): Doc fixes.
11345         (ewoc--refresh): Don't insert newline.
11346         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11347         * pcvs.el (cvs-make-cvs-buffer):
11348         Specify extra newline for ewoc's header and footer.
11349         (cvs-update-header): Update initial header recognition.
11350         Append newline to final header and footer values.
11351         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11353 2006-05-17  Richard Stallman  <rms@gnu.org>
11355         * files.el (file-name-extension): Doc fix.
11357 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11359         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11360         we can explicitly enable/disable rather than toggle.
11361         (shell-mode): Use it.
11362         (shell-cd): Don't try to reproduce what `cd' does.
11364 2006-05-17  Kim F. Storm  <storm@cua.dk>
11366         * ido.el (ido-read-internal): Use only nondirectory part of
11367         default item.
11369 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
11371         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11372         (ewoc-nth): Doc fix.
11374         (ewoc-map, ewoc-invalidate): Compute PP before looping.
11376 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
11378         * international/mule.el (auto-coding-alist): Add .lha to files
11379         read with no-conversion.
11381         * files.el (auto-mode-alist): Add .lha files to archive file
11382         extensions.
11384         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11385         Convert csize to integer when computing offsets within the
11386         compressed archive file.
11388 2006-05-16  Kim F. Storm  <storm@cua.dk>
11390         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11391         with read-from-minibuffer.
11393 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11395         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11396         (byte-compile-warnings): Fix safe-local-variable property.
11398 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
11400         * allout.el (allout-show-bodies, allout-old-style-prefixes)
11401         (allout-stylish-prefixes, allout-numbered-bullet)
11402         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11403         predicates to qualify `safe-local-variable' property, when
11404         available, else use equivalent lambda.
11405         (allout-current-topic-collapsed-p): Do the right thing regarding
11406         trailing blank lines.
11408 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11410         * server.el (server-start): Only create a directory if needed.
11411         (server-edit, server-unload-hook): server-start => server-mode.
11412         (kill-emacs-hook): Cleanup upon exit.
11414 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11416         * hexl.el (hexlify-buffer): Encode process arguments manually.
11418 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
11420         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11421         call to gdb-tooltip-print.
11423 2006-05-15  Romain Francoise  <romain@orebokech.com>
11425         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
11426         systems, default to "tar" since those systems probably have GNU tar.
11428 2006-05-14  Lars Hansen  <larsh@soem.dk>
11430         * desktop.el (desktop-missing-file-warning): Fix docstring.
11431         (desktop-restore-file-buffer): Correct question asked on missing file.
11433 2006-05-14  Kim F. Storm  <storm@cua.dk>
11435         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11436         Add CUA move property.
11438 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
11440         * custom.el (custom-push-theme): Load the variable before checking
11441         its `standard-value'.
11443 2006-05-13  Lars Hansen  <larsh@soem.dk>
11445         * desktop.el (desktop-save): Use with-temp-buffer.
11447 2006-05-12  Glenn Morris  <rgm@gnu.org>
11449         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
11450         * calendar/calendar.el (calendar-mode-map):
11451         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
11452         * calendar/appt.el (appt-check, appt-make-list): Refer to
11453         diary-view-entries, diary-list-entries, diary-show-all-entries
11454         rather than obsolete aliases.
11456 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
11458         * simple.el (line-move-finish): Avoid calling point motion hooks
11459         while processing intangibility.
11461 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
11463         * term/xterm.el (terminal-init-xterm): Fix typo.
11465 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
11467         * allout.el (allout-view-change-hook): Mark as being deprecated,
11468         to be replaced by `allout-exposure-change-hook'.
11469         (allout-exposure-change-hook): New, replacing
11470         `allout-view-change-hook'.
11471         (allout-flag-region): Run new hook `allout-exposure-change-hook',
11472         in addition to `allout-view-change-hook'.
11473         (allout-show-bodies, allout-old-style-prefixes)
11474         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11475         lambda forms to prevent their showing up in variable help
11476         presentations as inscrutable byte-compiled code.
11477         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11478         Use string-or-null-p to qualify safe-local-variable values.
11479         (allout-reindent-bodies): Use memq to qualify matches against
11480         valid safe-local-variable values.  Also, quote the lambda as above.
11481         (allout-use-mode-specific-leader): Add missing candidate-value
11482         symbols, use memq, and quote the lambda.
11483         (allout-overlay-interior-modification-handler): Remove unused
11484         variables `msg' and 'opened'.
11485         (allout-hidden-p): Constrain invisibility consideration to allout's
11486         invisibility spec, disregarding invisibility for other reasons.
11488 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
11490         * files.el (version-control): Correct safe values.
11492 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
11494         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
11496         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
11497         (ewoc--insert-new-node): New func.
11498         Update callers of deleted funcs to use it, instead.
11500 2006-05-11  Glenn Morris  <rgm@gnu.org>
11502         * calendar/calendar.el (diary-show-all-entries): Do not refer to
11503         obsolete alias `show-all-diary-entries'.
11504         (make-diary-entry): Not interactive.
11505         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
11506         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11507         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11508         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11509         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
11510         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
11512 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11514         * calendar/calendar.el (calendar-french-date-string)
11515         (calendar-mayan-date-string, calendar-chinese-date-string)
11516         (calendar-astro-date-string, calendar-iso-date-string)
11517         (calendar-islamic-date-string, calendar-bahai-date-string)
11518         (calendar-hebrew-date-string, calendar-coptic-date-string)
11519         (calendar-ethiopic-date-string, calendar-persian-date-string):
11520         These functions are not interactive.
11522 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
11524         * files.el: Balance parentheses.
11526 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
11528         * files.el, newcomment.el, outline.el, simple.el,
11529         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
11530         * progmodes/cc-vars.el, progmodes/compile.el:
11531         Move `safe-local-variable' declarations to the respective files.
11533         * help-fns.el (describe-variable): Don't print safe-var if it is
11534         byte-code.  Improve wording as suggested by Luc Teirlinck.
11536 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
11538         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
11539         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
11540         Use a token for pending-triggers to ensure gdb-var-update
11541         gets called once per user input again for pre-GDB 6.4.
11542         (gdb-var-delete): Match on more complex expressions.
11543         (gdb-var-list-children-handler, gdb-var-create-handler):
11544         Use a token for consistency.
11546 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
11548         * textmodes/org.el (org-read-date, org-goto-calendar)
11549         (org-agenda-goto-calendar):
11550         Bind `view-calendar-holidays-initially' to nil.
11552 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
11554         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
11555         Update all callers to do it there, instead.
11557 2006-05-10  Glenn Morris  <rgm@gnu.org>
11559         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
11560         prefix arg case, to avoid view-diary-entries-initially error.
11561         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11562         (calendar-date-is-legal-p): Handle dates with no day part.
11564 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
11566         * comint.el (comint-insert-input): Just make it when
11567         comint-use-prompt regexp is nil (default) and with the mouse.
11568         (comint-copy-old-input): Reinstate from 2004-06-23.
11569         (comint-mode-map): Bind C-c C-m to it.
11571 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
11573         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
11574         Remove spurious move to point-max (new comint behavior fixes).
11576         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
11577         compatibility function (Emacs 18/19).
11578         (idlwave-is-continuation-line): Always return point at start of
11579         previous non-blank continuation line.
11580         (keyword-parameters): Fix continued comment font-lock matcher.
11581         (idlwave-font-lock-fontify-region): Written, use as
11582         font-lock-fontify-region-function, to fix continued keyword
11583         fontification issues.
11585 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11587         * term/mac-win.el (mac-font-panel-mode): Doc fix.
11588         (mac-service-selection, mac-service-open-file)
11589         (mac-service-open-selection, mac-service-mail-selection)
11590         (mac-service-mail-to, mac-service-insert-text): Rename from
11591         mac-services-*.  All uses changed.
11592         (mac-apple-event-map): Rename event symbol `services' to `service'.
11594 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
11596         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
11597         (ewoc--node-enter-first, ewoc--node-enter-last)
11598         (ewoc--delete-node-internal): Merge funcs into unique callers.
11600 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
11602         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
11603         return value of read-from-minibuffer for empty input.
11605 2006-05-09  Miles Bader  <miles@gnu.org>
11607         * comint.el (comint-insert-input): Remove redundant calls to setq
11608         and goto-char.
11610 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
11612         * comint.el (comint-insert-input): Make it work when
11613         comint-use-prompt-regexp is t.
11615 2006-05-10  Miles Bader  <miles@gnu.org>
11617         * subr.el (field-at-pos): New function.
11619         * comint.el (comint-insert-input): Use it.
11621 2006-05-09  Juri Linkov  <juri@jurta.org>
11623         * battery.el (battery-linux-proc-acpi): Also try
11624         `/proc/acpi/thermal_zone/THR2/temperature'.
11626         * files.el <safe-local-variable>: Remove `eval' and `let' binding
11627         for now unused lambda `string-or-null'.
11629         * add-log.el (change-log-default-name): Put `string-or-null-p'
11630         instead of lambda on `safe-local-variable' property.
11632         * diff-mode.el (diff-context->unified): Use `region-beginning' and
11633         `region-end' instead of `mark' and `point'.
11634         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
11635         Operate on region in Transient Mark mode when the mark is active.
11636         Use `region-beginning' and `region-end' instead of `mark' and
11637         `point'.
11638         (diff-hunk-text, diff-goto-source): Doc fix.
11640         * startup.el (fancy-splash-screens, normal-splash-screen): Use
11641         face `mode-line-buffer-id' for mode-line buffer face instead of
11642         hard-coded `(:weight bold)'.
11644         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
11645         buffer-undo-list to t (undo-ask is reproducible by visiting
11646         nested archives).
11648 2006-05-09  Kim F. Storm  <storm@cua.dk>
11650         * progmodes/grep.el (rgrep): Set default directory of *grep*
11651         buffer if we start M-x rgrep in the *grep* buffer and choose
11652         a different base directory.
11654 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
11656         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
11657         completion also when ido is loaded.
11659 2006-05-09  Masatake YAMATO  <jet@gyve.org>
11661         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
11662         "warning" and "import".
11663         (cpp-font-lock-keywords): Added "warning".
11665 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
11667         * term/xterm.el (terminal-init-xterm): Add more key bindings.
11669 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11671         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
11672         pages at a time, if we signal the end, we should indeed reach that end.
11674 2006-05-08  David Reitter  <david.reitter@gmail.com>
11676         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
11677         output during execution of the body.
11679 2006-05-08  Kim F. Storm  <storm@cua.dk>
11681         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
11683 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
11685         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
11686         Use with-current-buffer.
11688 2006-05-07  Kim F. Storm  <storm@cua.dk>
11690         * subr.el (add-to-history): Remove keep-dups arg.
11692         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
11693         to nil around call to add-to-history.
11695 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11697         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
11698         than after a buffer modification.
11700 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
11702         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
11703         call to...
11704         (gud-watch): ...here so speedbar is raised for already watched
11705         expressions.
11706         (gdb-speedbar-refresh): Delete function.
11707         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
11708         Use speedbar-timer-fn instead of speedbar-refresh (reverting
11709         earlier change).
11710         (gdb-var-evaluate-expression-handler)
11711         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
11713         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
11714         Update localized contents for all buffers except ignored modes.
11716 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11718         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
11719         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
11720         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
11721         (mac-handle-font-panel-closed, mac-handle-font-selection):
11722         New functions.
11723         (mac-font-panel-mode): New minor mode.
11724         (mac-apple-event-map): Add bindings for toolbar toggle button and
11725         font panel.
11726         (menu-bar-showhide-menu): Add mac-font-panel-mode.
11728 2006-05-07  John Paul Wallington  <jpw@pobox.com>
11730         * ibuffer.el (ibuffer-compressed-file-name-regexp):
11731         Avoid `regexp-opt'; simplify regexp for readability.
11733 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
11735         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
11736         * files.el (buffer-stale-function):
11737         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11738         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
11739         links to the main manual, not to emacs-xtra.
11741 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11743         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
11744         MacJapanese if text is ASCII-only.
11746 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
11748         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
11749         unless so nil isn't returned.
11750         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
11752 2006-05-06  Kim F. Storm  <storm@cua.dk>
11754         * subr.el (add-to-history): New function.
11756         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
11757         (ediff-merge-files-with-ancestor):
11758         * env.el (setenv):
11759         * isearch.el (isearch-update-ring):
11760         * server.el (server-visit-files):
11761         * progmodes/grep.el (lgrep, rgrep):
11762         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
11763         * progmodes/xscheme.el (xscheme-insert-expression):
11764         Use add-to-history.
11766         * kmacro.el (kmacro-push-ring): Use add-to-history.
11767         (kmacro-ring-length): Remove unused defun.
11768         (kmacro-start-macro): Use kmacro-push-ring.
11770 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
11772         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
11773         directly instead of a lambda expression that calls it.
11775 2006-05-06  Kim F. Storm  <storm@cua.dk>
11777         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
11778         instead of compute-motion.
11780 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
11782         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
11783         change.
11785 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
11787         * startup.el (command-line-1): Refer to "Pure Storage" on
11788         pure-space-overflow.
11790 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
11792         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
11793         provided faces once they all have been used up.
11795 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
11797         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
11798         reference to the Lisp manual to the warning about pure space
11799         overflow.
11801 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11803         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
11804         argument to avoid the call to `ispell-internal-change-dictionary'
11805         when not needed.
11806         (ispell-change-dictionary): Use this argument and call
11807         `ispell-internal-change-dictionary' after the possible change
11808         to `ispell-local-dictionary'.
11809         (ispell-internal-change-dictionary): Check for a change in
11810         personal dictionary use too.
11812 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
11814         * startup.el (command-line): On MS-Windows, probe "~", not
11815         "~USER", for warning about non-existent home directory.
11817         * arc-mode.el (archive-l-e): New optional argument `float' means
11818         generate a float value.
11819         (archive-arc-summarize, archive-lzh-summarize)
11820         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
11821         with 3rd argument non-nil when file's size is being computed.
11822         Format the file sizes with %8.0f instead of %8d.
11824 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11826         * cus-start.el (all): Add mac-dnd-known-types.
11828         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
11829         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
11830         (mac-TIFF-to-string): New functions.
11831         (x-get-selection, x-selection-value)
11832         (mac-select-convert-to-string): Use them.
11833         (mac-text-encoding-mac-japanese-basic-variant): New constant.
11834         (mac-dnd-types-alist): New customization variable.
11835         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
11836         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
11837         (mac-dnd-handle-drag-n-drop-event): New functions.
11838         (mac-drag-n-drop): Remove function.
11839         (global-map): Bind drag-n-drop and M-drag-n-drop to
11840         mac-dnd-handle-drag-n-drop-event.
11842 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
11844         * progmodes/perl-mode.el (perl-beginning-of-function):
11845         Skip anonymous subs.
11847 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
11849         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
11850         regexp-opt at run time.
11852         * term.el (term-handle-ansi-escape): Fix off by one error.
11854 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
11856         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
11857         (gdb-init-1, gdb-post-prompt): ...and references to it.
11858         (gdb-frame-handler): Strip directory name from filename if present.
11860         * progmodes/gud.el (gdb-force-update): Delete defvar
11861         (gud-speedbar-buttons): ...and references to it.  Use window-start
11862         to try to keep positon in watch expression.
11864 2006-05-03  Richard Stallman  <rms@gnu.org>
11866         * simple.el (next-history-element, previous-history-element): Doc fix.
11868         * isearch.el (isearch-update-ring): Doc fix.
11870 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
11872         * isearch.el (isearch-update-ring): Take history-delete-duplicates
11873         into consideration.  Replace one arm ifs with whens.
11875 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
11877         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
11878         (menu): Fix typo.
11880 2006-05-02  Miles Bader  <miles@gnu.org>
11882         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
11884 2006-05-02  Jay Belanger  <belanger@truman.edu>
11886         * calc/calc-embed.el (calc-override-minor-modes-map)
11887         (calc-override-minor-modes): New variables.
11888         (calc-do-embedded): Make sure that Calc keystrokes aren't
11889         overwritten by minor modes.
11891 2006-05-02  Chong Yidong  <cyd@mit.edu>
11893         * msb.el (msb): If EVENT is a down event, read and discard the up event.
11895 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11897         * startup.el (command-line-1): Refer to Lisp manual when
11898         pure-space-overflow occurs.
11900         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
11901         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
11902         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
11903         (version-control): Don't use `t' for safe-local-variable declarations.
11905 2006-05-01  Richard Stallman  <rms@gnu.org>
11907         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
11908         M-r, M-R, M-A, M-SPC or M-DEL.
11909         (diff-mode-map): diff-refine-hunk now on C-c C-w
11910         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
11912         * help-mode.el (help-mode): view-exit-action calls delete-window
11913         only when it is safe and possible.
11915         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
11916         in messages.
11918         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
11920         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
11921         in the default tool-bar-map.
11923 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
11925         * net/tramp.el (tramp-completion-file-name-handler-alist)
11926         (tramp-run-real-handler, tramp-completion-run-real-handler)
11927         (tramp-completion-handle-file-name-all-completions)
11928         (tramp-completion-handle-file-name-completion): Autoload them.
11929         (tramp-completion-handle-file-exists-p)
11930         (tramp-completion-handle-file-name-directory)
11931         (tramp-completion-handle-file-name-nondirectory)
11932         (tramp-completion-handle-expand-file-name): Remove them.
11933         (tramp-handle-file-name-directory): Return the real directory name.
11934         Returning "/" only doesn't need to be necessary any longer.
11935         (tramp-file-name-handler): Make special attention when in hostname
11936         completion mode.
11937         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
11938         (tramp-register-file-name-handlers):
11939         Register `tramp-completion-file-name-handler' only when
11940         `partial-completion-mode' is enabled.
11941         (tramp-completion-handle-file-name-all-completions):
11942         Delete directory part from results.
11943         (tramp-get-completion-methods, tramp-get-completion-user-host):
11944         Discard deleting "/", it doesn't work after the change of
11945         `tramp-handle-file-name-directory' above.
11947 2006-05-01  Kim F. Storm  <storm@cua.dk>
11949         * progmodes/grep.el (grep-expand-template): Use save-match-data
11950         and symbol-value.
11952 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11954         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
11955         Use select-frame-set-input-focus instead of raise-frame.
11956         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
11958 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
11960         * progmodes/gud.el (gud-def): Add %c case.
11961         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
11962         (gud-format-command): Make match case sensitive.  Match on %F.
11964 2006-04-30  Glenn Morris  <rgm@gnu.org>
11966         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
11967         (cal-tex-preamble): Use cal-tex-preamble-extra.
11968         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
11969         than alias `list-diary-entries'.
11971 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
11973         * help-fns.el (describe-variable): Add info about safe local variables.
11975 2006-04-29  Richard Stallman  <rms@gnu.org>
11977         * bindings.el (mode-line-format): help-echo doc fixes.
11979         * net/tramp.el (tramp-file-name-handler-alist): Delete
11980         expand-file-name and other operations that can cause spurious loading.
11982 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11984         * files.el (safe-local-variable-p): Remove support for the special
11985         value t.
11987         * textmodes/paragraphs.el (sentence-end-without-space):
11988         Fix safety predicate.
11989         (sentence-end-double-space, sentence-end-without-period)
11990         (paragraph-ignore-fill-prefix):
11991         * textmodes/fill.el (colon-double-space):
11992         * abbrev.el (abbrev-mode): Tighten the safety predicate.
11994         * subr.el (booleanp): New fun.
11996         * textmodes/reftex-vars.el (reftex-guess-label-type):
11997         Tighten the safety predicate.
11999 2006-04-28  Kim F. Storm  <storm@cua.dk>
12001         * progmodes/grep.el (defgroup grep): Doc fix.
12002         (grep-auto-highlight): Remove.
12003         (grep-template): New defcustom.
12004         (grep-find-template): Rename from grep-tree-template.
12005         (grep-files-aliases): Rename from grep-tree-files-aliases.
12006         Remove "all" alias, add "l" alias.
12007         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12008         (grep-find-ignored-directories): New defcustom to replace
12009         grep-tree-ignore-CVS-directories, to facilitate ignoring
12010         subdirectories for multiple version control systems.
12011         (grep-mode-map): Add Recursive grep item to GREP menu.
12012         (grep-regexp-history, grep-files-history): New defvars.
12013         (grep-probe): New helper function.
12014         (grep-compute-defaults): Use it to simplify code.
12015         Adapt to name changes.
12016         Use `.' as base in grep-find-template rather than <D>.
12017         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
12018         Call grep-compute-defaults unconditionally.
12019         (grep-expand-keywords): New defconst.
12020         (grep-expand-template): Rename from grep-expand-command-macros.
12021         Simplify via grep-expand-keywords.  Look at case-fold-search instead
12022         of grep-tree-ignore-case to add -i option.
12023         Bind case-fold-search to nil while matching keywords.
12024         (grep-tree-last-regexp, grep-tree-last-files): Remove.
12025         (grep-read-regexp, grep-read-files): New helper functions.
12026         (rgrep): Rename from grep-tree.  Rework to use proper histories.
12027         Adapt to changes in defcustoms and functions above.
12028         (lgrep): New command, as grep, but using same interactive UI as rgrep.
12030 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
12032         * net/tramp.el (tramp-completion-file-name-handler):
12033         Disable Tramp's functionality while loading Tramp itself.
12034         (tramp-register-file-name-handlers): That's a defsubst now.
12035         Code from `tramp-repair-jka-compr' moved here.  Apply it via
12036         `after-init-hook'.
12037         (tramp-repair-jka-compr): Remove.
12039 2006-04-27  Jay Belanger  <belanger@truman.edu>
12041         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12042         read expression when `math-read-big-expr' doesn't work.
12044 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
12046         * startup.el (command-line-1): Display warning when
12047         pure-space-overflow is non-nil.
12049 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12051         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12052         risky.
12054 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12056         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12057         Return the URL or nil if none can be generated.
12059 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
12061         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12062         byte compiler warnings.
12063         (gud-basic-call, gud-find-expr): Let user select an expression
12064         for printing.  Print expression as well as value in GUD buffer.
12066 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
12068         * allout.el: Remove local autoload declaration for
12069         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12070         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12071         (allout-plain-bullets-string, allout-distinctive-bullets-string)
12072         (allout-use-mode-specific-leader, allout-old-style-prefixes)
12073         (allout-stylish-prefixes, allout-numbered-bullet)
12074         (allout-file-xref-bullet, allout-presentation-padding)
12075         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12076         safe-local-variable with suitable value spec, and add autoload
12077         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
12078         (move-beginning-of-line, move-end-of-line): Repair so these compat
12079         functions now actually resituate the point, when appropriate.
12081 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12083         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12085         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12086         (add-log-iso8601-time-string): Fix call to format-time-string.
12088 2006-04-26  Kim F. Storm  <storm@cua.dk>
12090         * subr.el (posn-string, posn-image, posn-object): Doc fix.
12092 2006-04-26  Masatake YAMATO  <jet@gyve.org>
12094         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12095         Add support for "//" style comments.  Remove `b' flag
12096         from ?* in `asm-mode-syntax-table'.
12098 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12100         * follow.el: Use (featurep 'xemacs) everywhere.
12101         (follow-mode): Use define-minor-mode.
12102         (follow-mode-map): Move initialization into the declaration.
12103         Use command remapping.
12104         (follow-emacs-version-xemacs-p): Remove.
12105         (follow-submit-feedback): Remove.
12107         * allout.el (allout-layout, allout-passphrase-verifier-string)
12108         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12110         * textmodes/reftex-vars.el (reftex-vref-is-default)
12111         (reftex-fref-is-default, reftex-guess-label-type):
12112         Tighten up a bit the safety predicate.
12114         * textmodes/paragraphs.el (sentence-end-double-space)
12115         (sentence-end-without-period, sentence-end-without-space)
12116         (page-delimiter, paragraph-ignore-fill-prefix):
12117         Tighten up a bit the safety predicate.
12119         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12121         * progmodes/python.el (python-continuation-line-p)
12122         (python-beginning-of-statement): syntax-ppss may return
12123         a negative depth.
12124         (python-mode): Don't forcefully enable font-lock.
12126         * time-stamp.el (time-stamp-start, time-stamp-end)
12127         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12129         * add-log.el: Remove spurious * in docstrings.
12130         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12131         (add-change-log-entry): Use it here, since it's not specific
12132         to iso8601.
12133         (add-log-iso8601-time-string): Don't use it here any more.
12134         (change-log-indent-text, change-log-indent): Rename from add-log-*.
12136         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12138 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
12140         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12141         (rcirc-toggle-low-priority): Doc fix.
12142         (rcirc-handler-NOTICE): Remove beginning of line anchor in
12143         ChanServ regexp.
12144         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12145         #emacs.
12146         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12147         (rcirc-decode-coding-system): Use utf-8 as the default.
12148         (rcirc-multiline-minor-mode): Set the fill-column.
12149         (rcirc-format-response-string): Display bright and dim nicks.
12150         (rcirc-browse-url): Update interactive spec to fill ARG.
12151         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12152         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12154 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
12156         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12157         case for @Article, etc.
12159 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
12161         * net/tramp.el (tramp-register-file-name-handlers): New defun.
12162         Added with autoload cookie.
12163         (tramp-unload-file-name-handlers): Rename from
12164         `tramp-unload-file-name-handler-alist'.
12166 2006-04-23  Romain Francoise  <romain@orebokech.com>
12168         * comint.el (comint-match-partial-filename): Doc fix.
12170 2006-04-21  Glenn Morris  <rgm@gnu.org>
12172         * calendar/cal-menu.el (calendar-mode-map): Refer to
12173         `diary-view-entries' rather than alias `view-diary-entries'.
12174         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12176 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
12178         * progmodes/antlr-mode.el (antlr-default):
12179         * cus-edit.el (custom-documentation):
12180         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12181         in defface.
12183 2006-04-21  Kim F. Storm  <storm@cua.dk>
12185         * image.el (image-type): New defun split out of create-image.
12186         (create-image): Use it.
12188 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
12190         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12191         (org-open-at-point): Remove the "...done" message to keep output
12192         in the echo area visible.
12193         (org-export-as-xoxo): Fix call to `indent-region'.
12195 2006-04-21  Kevin Ryde  <user42@zip.com.au>
12197         * international/mule.el (keyboard-coding-system): defcustom
12198         info-link fixes: "Specify Coding" has been split, keyboard now in
12199         "Terminal Coding", and "Single-Byte Character Support" is now
12200         "Unibyte Mode".
12202 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
12204         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12205         Use font-lock-warning-face for any errors e.g. no stack.
12206         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12208 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
12210         * progmodes/sh-script.el (sh-shell): Mark as safe.
12212         * newcomment.el (comment-start, comment-start-skip)
12213         (comment-end-skip, comment-end): Mark as safe.
12215 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
12217         * textmodes/org.el (org-deadline-announce): Face removed.
12218         (org-level-faces, org-n-levels): Convert to constant.
12219         (org-compatible-face): New function.
12220         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12221         (org-level-5, org-level-6, org-level-7, org-level-8)
12222         (org-special-keyword, org-warning, org-headline-done, org-link)
12223         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12224         (org-scheduled-today, org-scheduled-previously, org-time-grid):
12225         Face definition revised for better color tty support.
12226         (org-bold-re, org-italic-re, org-underline-re): New constants.
12227         (org-set-font-lock-defaults): Use the new constants.
12228         (org-agenda-highlight-todo): New function.
12229         (org-agenda-todo): Fix bug with point at end of line.
12230         (org-agenda-change-all-lines, org-finalize-agenda-entries):
12231         Fontify TODO keywords.
12232         (org-insert-link): Preserve relative path in ../ links.
12233         (org-export-as-html): Convert links pointing to .org files into
12234         links that will work beteen the exported HTML files.
12235         (org-todo-list): Fix bug when arg=0.
12236         (org-insert-heading): More fine-tuning.
12238 2006-04-19  Romain Francoise  <romain@orebokech.com>
12240         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12241         from `rmail-mime-charset-pattern'.
12243 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12245         * progmodes/python.el (python-mode): Fix typo.
12247 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
12249         * comint.el (comint-previous-input): Don't clobber input line
12250         when moving off either end of the input history ring.
12251         (comint-delete-input): New function, used by
12252         `comint-previous-input' and others.
12253         (comint-previous-matching-input):
12254         Use `coming-delete-input'.  Save the partial input if leaving the
12255         edit line.  Goto point-max before deleting input to avoid
12256         partial input fragments hanging around.
12257         (comint-restore-input): New function, used by `comint-previous-input'.
12259 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
12261         * imenu.el (imenu--index-alist): Balance parentheses.
12263 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12265         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12267 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
12269         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12270         file is nil.
12272 2006-04-18  Richard Stallman  <rms@gnu.org>
12274         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12276         * imenu.el (imenu-create-index-function, imenu--index-alist)
12277         (imenu--last-menubar-index-alist, imenu--make-index-alist)
12278         (imenu-default-create-index-function, imenu--generic-function):
12279         Doc fixes.
12281         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12283         * help-mode.el (help-mode): Set view-exit-action to delete window.
12285         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
12286         now works by passing nil as arg.
12288         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12290         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12291         (read-abbrev-file): Provide default when reading filename.
12293         * files.el (enable-local-variables): Allow :all as value.
12294         (hack-local-variables): Implement that value.
12295         (safe-local-variable-values, safe-local-eval-forms)
12296         (enable-local-variables): Mark as risky.
12297         (find-file-visit-truename, kept-old-versions): Mark safe.
12299         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12300         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12301         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12303 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12305         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12306         Use forward-line so as to get to BOL even in the presence of fields.
12307         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12308         in return.
12309         (inferior-tcl): Tell tclsh to work in interactive mode.
12311         * complete.el (partial-completion-mode):
12312         Use 'choose-completion-string-functions to make sure that
12313         choose-completion fills the minibuffer properly.
12315         * complete.el (PC-old-read-file-name-internal): Remove.
12316         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
12317         of read-file-name-internal.
12318         (partial-completion-mode): Enable/disable this advice.
12320 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
12322         * net/tramp.el (tramp-completion-file-name-handler): Revert change
12323         of 2006-04-17.
12325 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
12327         * textmodes/org.el (org-insert-heading): Insert heading before
12328         current if at beginning of line.
12329         (org-todo, org-date): New faces.
12330         (org-table-align): Make sure tooltip window contains full text.
12331         (org-no-properties): New defsubst.
12332         (org-set-font-lock-defaults): Use new faces.
12334 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
12336         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12337         for root variables.
12339         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12340         (gdb-frame-address): Re-use to identify frame for watch expression.
12341         (gdb-var-list, gdb-var-create-handler): Add frame address for root
12342         variables.
12343         (gdb-init-1, gdb-source, gdb-post-prompt)
12344         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12345         (gdb-frame-handler): Get gdb-frame-address.
12347 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
12349         Sync with Tramp 2.0.53.
12351         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12352         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12353         (tramp-completion-file-name-handler): Add autoload cookie for
12354         adding to `file-name-handler-alist'.
12356         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12357         the prompt.  If it returns earlier (when detecting an error
12358         message), the rest of the output will merge accidently with the
12359         output of the next command.  Reported by M Jared Finder
12360         <jared@hpalace.com>.
12362         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12363         for `process-file', in order to let it work for older Emacsen too.
12365 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
12367         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12368         (tex-font-lock-keywords-3): Use it.
12370 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12372         * newcomment.el (comment-add): New function.
12373         (comment-region-default, comment-dwim): Use it.
12375 2006-04-15  Michael Olson  <mwolson@gnu.org>
12377         * emacs-lisp/tq.el: Improve comments.
12378         (tq-queue-head-question): New accessor function.
12379         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12380         Update for modified queue structure.
12381         (tq-queue-add): Accept `question' argument.
12382         (tq-queue-pop): If a question is pending, send it.
12383         (tq-enqueue): Accept new optional argument `delay-question'.
12384         If this is non-nil, and at least one other question is pending a
12385         response, queue the question rather than sending it immediately.
12387 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12389         * calendar/appt.el (appt-add): Check whether an appointment is
12390         already present in appt-time-msg-list.  Simplify code.
12392 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12394         * progmodes/cc-langs.el (c-mode-menu):
12395         Don't presume c-subword-mode is bound.
12397 2006-04-13  Bill Wohler  <wohler@newt.com>
12399         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12400         (customize-package-emacs-version): Use cdr instead of cadr now
12401         that alists use dotted pairs.
12403         * custom.el (defcustom): Fix docstring for :package-version.
12405 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
12407         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12408         (tramp-handle-shell-command): Display output buffer only when
12409         `tramp-display-shell-command-buffer' is true.
12410         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12412 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12414         * textmodes/org.el (org-set-autofill-regexps): Set only the local
12415         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12417 2006-04-13  Romain Francoise  <romain@orebokech.com>
12419         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12420         leaving temporary .cvsignore buffers behind.
12422 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12424         * textmodes/org.el (org-set-regexps-and-options)
12425         (org-get-current-options): Better names for the startup folding
12426         options.
12428 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
12430         * vc.el (vc-annotate): Arrange for point to end up at the same
12431         line number as in the original, but only when using a new buffer.
12433 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
12435         * files.el (hack-one-local-variable-eval-safep):
12436         Recognize `edebug-form-spec' for `put', but only if it passes
12437         `edebug-basic-spec'.  Generalize `put' handling.
12439         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12440         vetting file-local form specs.
12442         * allout.el (allout-layout): Autoload its `safe-local-variable'
12443         property.
12445 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12447         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
12448         (org-agenda-mouse-1-follows-link)
12449         (org-mouse-1-follows-link): New options.
12450         (org-format-agenda-item): Fix bug if TAGS is nil.
12451         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
12453 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
12455         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
12456         GDB 6.1+ gives full filename for "info sources" so use
12457         file-name-nondirectory.
12459 2006-04-12  Romain Francoise  <romain@orebokech.com>
12461         * subr.el (read-passwd): Bind `message-log-max' to nil.
12463 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12465         * progmodes/perl-mode.el (perl-indent-new-calculate):
12466         Recompute parse-start after jumping backward by a whole sexp.
12468 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12470         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12471         window configuration.
12472         (vc-annotate-display-select): Select the buffer so that current-buffer
12473         (and selected-window) is the output buffer at the end of vc-annotate.
12475 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
12477         * vc.el (vc-annotate-color-map): Add custom TTY color map for
12478         8-color terminals, to use all of the colors in a sensible order.
12479         256-color terminals work well with the standard map.
12480         (vc-annotate-lines): Only strip the first color character if it
12481         is "#", to allow for terminal-style named colors.
12482         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12483         the correct buffer is scrolled.
12485 2006-04-11  Richard Stallman  <rms@gnu.org>
12487         * emacs-lisp/bytecomp.el (byte-compile-file):
12488         Bind enable-local-variables to :safe, and make normal-mode obey it.
12490         * files.el (enable-local-variables): Allow value :safe.
12491         (normal-mode): Doc fix.
12492         (hack-local-variables): Implement enable-local-variables = :safe.
12493         (hack-local-variables-confirm): Don't prevent quitting.
12495 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12497         * loadhist.el (unload-feature): A bit of sanity check of
12498         load-history entries.  Cancel timer-vars before unbinding them.
12500         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
12501         quote special chars, and make the trick work on the hex part of the
12502         buffer as well.
12503         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
12504         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
12506         * startup.el (normal-splash-screen): Fix last change so we don't wait
12507         2 minutes if we don't show the splash screen.
12509 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
12511         * textmodes/org.el (org-export-plain-list-max-depth)
12512         (org-table-spaces-around-separators)
12513         (org-radio-targets, org-activate-camels)
12514         (org-table-spaces-around-invisible-separators): Options removed.
12515         (org-time-stamp-rounding-minutes, org-remember-templates)
12516         (org-ellipsis, org-activate-links, org-descriptive-links):
12517         New options.
12518         (org-remember-apply-template, org-current-time)
12519         (org-finish-edit-table-field)
12520         (org-link-unescape, org-link-escape)
12521         (org-string-width, org-table-clean-line, org-html-do-expand)
12522         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
12523         (org-read-agenda-file-list): New functions.
12524         (org-table-edit-field)
12525         (org-table-create-or-convert-from-region): New commands
12526         (org-table-toggle-vline-visibility): Command removed.
12527         (org-table-convert-region): Made a command.
12528         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
12529         Replace with the normal org- functions.
12530         (org-self-insert-command): Don't trigger realign unnecessarily
12531         when blanking a field that is not full.
12532         (org-mode): `Set buffer-invisibility-spec' for links.
12533         (org-activate-links2): Hide link part and only show descriptive
12534         part of the link.
12535         (org-insert-link): Modify for new linking system.
12536         (org-store-link): Store description separately, for use by
12537         `org-insert-link'.
12538         (org-table-align): Use `org-string-width'.
12539         (defgroup): Completely new group structure for custom variables.
12540         (org-agenda-files): Option: Single file name allowed.  Function:
12541         Optional argument unrestrited means ignore any restricitons.
12542         (org-install-agenda-files-menu): Find a buffer in Org-mode before
12543         trying to modify the menu.  Use generalized access to
12544         `org-agenda-files.'
12545         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
12546         (org-agenda-file-to-front, org-remove-file, org-diary)
12547         (org-tags-view, org-export-icalendar-all-agenda-files)
12548         (org-export-icalendar-combine-agenda-files): Use generalized
12549         access to `org-agenda-files'.
12550         (org-remember-handler): Correctly preserve heading if present.
12551         (org-table-insert-row, org-table-insert-hline): Deal with
12552         invisible characters.
12554 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
12556         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
12557         (vc-annotate-color-map): New 18 element constant
12558         value/saturation, rotating hue colormap, from red->blue.
12559         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
12560         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
12561         (vc-annotate): To avoid killing the required local variables,
12562         set them before the end of `with-output-to-temp-buffer', and
12563         after first switching to annotate-mode.
12564         (vc-annotate-warp-version): Add buffer argument in goto-line to
12565         ensure annotation, not source, is scrolled.
12567 2006-04-10  Bill Wohler  <wohler@newt.com>
12569         * custom.el (defcustom, custom-handle-keyword):
12570         Add :package-version keyword.
12571         (custom-add-package-version): New function.  Sets value of new
12572         property 'custom-package-version from :package-version keyword.
12573         (defcustom): Create Common Keywords section in docstring.
12574         (defface, defgroup): Replace definitions of a select few keywords
12575         with a reference to the Common Keywords in defcustom.
12576         (defcustom, defface, defgroup): Replace reference to Customization
12577         chapter in manual with hyperlink.
12579         * cus-edit.el (customize-package-emacs-version-alist): New variable.
12580         (customize-changed-options): Add check for custom-package-version.
12581         (customize-package-emacs-version): New function to look up Emacs
12582         version corresponding to the given package version.
12584         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
12585         defun name, in similar fashion to find-variable-regexp.
12587 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
12589         * international/mule-cmds.el (set-locale-environment): Fix last
12590         change for when the locale's preferences don't specify any encoding.
12592 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12594         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
12595         so the defined var/fun doesn't need to be quoted.
12597 2006-04-10  Richard Stallman  <rms@gnu.org>
12599         * finder.el (finder-mode-map): Add n and p bindings.
12601 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
12603         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
12604         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
12605         (gdb-setup-windows): Put something in source window if we can't find
12606         the source file.
12607         (gdb-frame-handler): Make it work again with just assembly.
12608         (gdb-data-list-register-values-handler): Make it work when there is
12609         no stack.
12611 2006-04-09  Richard Stallman  <rms@gnu.org>
12613         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
12614         specs while looking for charset.
12616         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
12618         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12619         Make them faces.
12620         (lm-font-lock-keywords): Update appropriately.
12622 2006-04-10  Kim F. Storm  <storm@cua.dk>
12624         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
12625         it can also replace buffer-substring-no-properties.
12627         * emulation/cua-base.el (cua-delete-region, cua-paste)
12628         (cua-repeat-replace-region): Use filter-buffer-substring.
12630         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
12631         (cua-cut-region-to-global-mark): Likewise.
12633         * emulation/cua-rect.el (cua--extract-rectangle)
12634         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
12636 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12638         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
12639         entry-type.  Add field delimiters to numerical fields if they are
12640         not present.
12642 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12644         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
12645         string-const to return value.
12646         (bibtex-remove-delimiters): Use it.
12648 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12650         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
12651         cl-byte-compile-compiler-macro unless it exists.
12653 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
12655         * files.el (hack-local-variables-confirm) <offer-save>:
12656         Clarify message text.  Suggested by Ralf Angeli.
12658 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12660         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
12661         (delete-extract-rectangle-line): Use `filter-buffer-substring'
12662         instead of `buffer-substring' and `delete-region'.  (Most of the
12663         code actually copied from `kill-region'.)
12665 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
12667         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
12668         (rcirc-default-port): Rename from rcirc-port.
12669         (rcirc-default-nick): Rename from rcirc-nick.
12670         (rcirc-default-user-name): Rename from rcirc-user-name.
12671         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
12672         (rcirc-low-priority-flag): New variable.
12673         (rcirc-decode-coding-system): New defcustom.
12674         (rcirc-encode-coding-system): New defcustom.
12675         (rcirc-coding-system-alist): New defcustom.
12676         (rcirc-multiline-major-mode): New defcustom.
12677         (rcirc-nick): New internal variable.
12678         (rcirc-process): Remove variable.
12679         (rcirc-server-buffer): New variable.
12680         (rcirc): Update to use rcirc-default-* variables above.
12681         (rcirc-connect): Do not add window-configuration-hook-here.
12682         (rcirc-server): New internal variable.
12683         (rcirc-connect): Do not send keepalive pings if
12684         rcirc-keepalive-seconds is nil.
12685         (with-rcirc-server-buffer): New macro.
12686         (rcirc-send-string): Encode with rcirc-encode-coding-system.
12687         (rcirc-server-name): Rename from rcirc-server.
12688         (rcirc-buffer-process): New function.
12689         (rcirc-buffer-nick): New function.
12690         (rcirc-buffer-target): Remove function.
12691         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12692         New commands.
12693         (rcirc-mode-map): Change binding of C-c C-l to
12694         rcirc-toggle-low-priority.
12695         (rcirc-mode): Initialize coding system based on
12696         rcirc-coding-system-alist.  New change-major-mode-hook to part the
12697         channel on a mode change.  Make kill-buffer-hook buffer-local.
12698         (rcirc-change-major-mode-hook): New function.
12699         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
12700         (rcirc-last-post-time): New variable.
12701         (rcirc-process-message): Store the last time user posted a message
12702         to this target.
12703         (rcirc-multiline-minor-mode): New mode.
12704         (rcirc-multiline-minor-mode-map): New mode map.
12705         (rcirc-edit-multiline): Put multiline-edit buffer in
12706         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
12707         (rcirc-print): Ignore any line starting with an ignored nick.
12708         (rcirc-print): Decode using rcirc-decode-coding-system.
12709         (rcirc-track-minor-mode): Update global-mode-string when disabling
12710         this mode.
12711         (minor-mode-alist): Add LowPri indicator.
12712         (rcirc-toggle-low-priority): New function.
12713         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
12714         next lowpriority buffer with activity.
12715         (rcirc-record-activity): Sort buffers in rcirc-activity by the
12716         last time the user posted a message in to the target.
12717         (rcirc-update-activity-string): New formatting for low priority
12718         buffers.
12719         (rcirc-split-activity): New function.
12720         (rcirc-handler-PART, rcirc-handler-KICK)
12721         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
12722         (rcirc-nick-away-alist): New variable.
12723         (rcirc-handler-301): New handler.  Away messages are printed once
12724         per change.
12726 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
12728         * info.el (Info-follow-nearest-node): Doc fix.
12730         * international/mule-cmds.el (set-locale-environment): Make sure
12731         the coding-system preferred by the locale's language has the same
12732         EOL conversion type as the original buffer-file-coding-system.
12733         (locale-language-names): Add a few MS Windows language codes.
12735 2006-04-07  Richard Stallman  <rms@gnu.org>
12737         * simple.el (eval-expression): Doc fix.
12739         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
12740         (eval-defun): Doc fixes.
12742 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
12744         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
12746 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
12748         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
12749         GDB list command without argument for greater generality.
12751 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12753         * subr.el (string-or-null-p): New function.
12755         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
12757         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
12759         * files.el: Update comment about safe-local-variable declarations.
12761 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
12763         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
12764         See idlwave.org.
12766         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
12767         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
12769         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
12770         See idlwave.org.
12772         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
12773         version 6.0 (minimal changes).  See idlwave.org.
12775         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
12776         6.0 (minimal changes).  See idlwave.org.
12778         * progmodes/idlw-rinfo.el: File obsoleted and removed.
12780 2006-04-06  Romain Francoise  <romain@orebokech.com>
12782         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
12783         symmetric encryption features and a new asynchronous interface to
12784         GnuPG.  This new version is version 1.4, plus whitespace changes.
12786 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12788         * files.el: Move some `safe-local-variable' declarations to the
12789         respective files.
12791         * textmodes/ispell.el (ispell-check-comments)
12792         (ispell-local-dictionary): Mark as safe.
12794         * abbrev.el (abbrev-mode): Mark as safe.
12796         * add-log.el (change-log-default-name): Mark as safe.
12798         * textmodes/reftex-vars.el (reftex-vref-is-default)
12799         (reftex-fref-is-default, reftex-level-indent)
12800         (reftex-guess-label-type): Mark as safe.
12802         * textmodes/fill.el (colon-double-space): Mark as safe.
12804         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
12805         (sentence-end-double-space, sentence-end-without-period)
12806         (sentence-end-without-space, sentence-end, sentence-end-base)
12807         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
12809 2006-04-06  Kim F. Storm  <storm@cua.dk>
12811         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
12812         the :set-after list.
12813         (ido-downcase-unc-hosts): New user option.  Default on.
12814         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
12815         when it is set, as regexps are now applied on the fly.
12816         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
12817         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
12818         on the fly, but only when ido-process-ignore-lists is set.
12819         Do case insensitive filtering if ido-downcase-unc-hosts is set.
12820         Only downcase names if ido-downcase-unc-hosts is set.
12822 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
12824         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
12826         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
12828 2006-04-05  Kim F. Storm  <storm@cua.dk>
12830         * ido.el (ido-mode): Set after ido-unc-hosts and
12831         ido-ignore-unc-host-regexps.
12832         (ido-save-history): Save ido-unc-hosts-cache.
12833         (ido-load-history): Load ido-unc-hosts-cache.
12834         (ido-reread-directory): Refresh unc hosts cache in // dir.
12836         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
12837         to nil while displaying slash screen.
12839 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12841         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12842         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12844 2006-04-05  Kenichi Handa  <handa@m17n.org>
12846         * international/characters.el: Setup cases of Latin, Greek, and
12847         Cyrillic characters in CJK charsets.
12849 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12851         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12852         default-enable-multibyte-characters.  This reverts the change from
12853         revision 6.17 which is no longer necessary because the passphrase
12854         is sent separately now.  GnuPG messages are unreadable under
12855         multibyte locales with default-enable-multibyte-characters set to nil.
12857 2006-04-04  Andreas Schwab  <schwab@suse.de>
12859         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
12860         and `byte-compile-warnings' as `safe-local-variable'.
12862 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
12864         * man.el (Man-mode-map): Restore the \r binding.
12865         (Man-abstract-xref-man-page): If Man-target-string is a function,
12866         call it.
12867         (Man-highlight-references): Use Man-default-man-entry to get the
12868         target.  Deal with xrefs too.
12869         (Man-highlight-references0): Don't call the target function.
12871         * woman.el (WoMan-xref-man-page): Strip the section number, woman
12872         cannot deal with it.
12874 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12876         * pgg-gpg.el: Clean up process buffers every time gpg processes
12877         complete.
12879 2006-04-04  Kenichi Handa  <handa@m17n.org>
12881         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
12882         here.
12883         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
12884         Temporarily bind inhibit-field-text-motion to t.
12886 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12888         * startup.el (normal-splash-screen): Only set mode-line-format in the
12889         splash buffer, so as not to interfere when debugging the code.
12890         Ignore errors when switching buffer.
12892 2006-04-03  Romain Francoise  <romain@orebokech.com>
12894         * dired.el (dired-dnd-protocol-alist): Fix typo.
12896 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12898         * savehist.el (savehist): Add :version.
12899         (savehist-ignored-variables): New variable.
12900         (savehist-minibuffer-hook): Don't save variables listed in
12901         `savehist-ignored-variables'.
12903         * dired.el (dired-dnd-protocol-alist): Mention that change does
12904         only apply to new buffers in doc string.
12906 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
12908         * recentf.el (recentf-open-files-item): Include newline in button
12909         field, so opening a file will work, when the point is at the end
12910         of the file name.  Allow, for example, to [i]search a file by
12911         extension and just push RET to open it.
12913 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12915         * pgg-gpg.el (pgg-gpg-process-filter)
12916         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12918         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12919         lines, temporary fix.
12921 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
12923         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
12925 2006-04-02  Richard Stallman  <rms@gnu.org>
12927         * progmodes/compile.el (compilation-message-face): Make it defcustom.
12929 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
12931         * ibuf-macs.el (define-ibuffer-column): Add a new key:
12932         header-mouse-map.
12934         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
12935         (ibuffer-mode-header-map): New keymaps.
12936         (ibuffer-update-title-and-summary): Enable mouse face highlighting
12937         and keybindings for column headers.
12938         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
12939         property.
12941 2006-04-02  Drew Adams  <drew.adams@oracle.com>
12943         * speedbar.el (speedbar-after-create-hook): Doc fix.
12945 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
12947         * shell.el (shell-directory-tracker)
12948         (shell-dynamic-complete-command): Doc fixes.
12950 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
12952         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
12953         terminals.
12955 2006-04-01  Kim F. Storm  <storm@cua.dk>
12957         * ido.el (ido-unc-hosts-cache): New defvar.
12958         (ido-unc-hosts): If value of defcustom is a function, call it to
12959         get list of UNC hosts.  Add function-item choices to specify
12960         ido-unc-hosts-net-view or user function.
12961         (ido-ignore-unc-host-regexps): New defcustom.
12962         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
12963         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
12964         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
12966 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12968         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
12969         wwidth.
12971 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
12973         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
12974         (ido-max-work-file-list, ido-switch-buffer)
12975         (ido-read-file-name-as-directory-commands):
12976         Fix typos in docstrings.
12978 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12980         * term/mac-win.el (mac-system-coding-system): Define and use after
12981         Mac-specific coding systems are ready.
12983 2006-03-27  Romain Francoise  <romain@orebokech.com>
12985         * net/rcirc.el (rcirc-connect): Add autoload cookie.
12987         * ldefs-boot.el: Update.
12989 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12991         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12992         passphrases when it is not needed.
12993         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12994         passphrase stuff from gpg, should only be necessary when you use
12995         gpg with a smartcard.
12997 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
12999         * comint.el (comint-dynamic-list-completions): Allow user to
13000         select *Completions* buffer.
13002 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
13004         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13006 2006-03-26  Andreas Schwab  <schwab@suse.de>
13008         * progmodes/gud.el (gdb): Only complain about multiple debugging
13009         when the gdb process is still running.
13011 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
13013         * mail/rmail.el (tool-bar-map): Defvar it.
13014         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13015         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13017 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13019         * help.el (print-help-return-message): Suggest to use
13020         display-buffer instead of switch-to-buffer-other-window to restore
13021         the previous window without selecting it.
13023 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13025         * frame.el (select-frame-by-name): Call x-focus-frame also when
13026         window-system is mac.
13028         * term/mac-win.el: Adjust Courier font specifications in
13029         x-fixed-font-alist.
13030         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13031         when directly encoding to UTF-16 in native byte order, no BOM.
13033 2006-03-25  Kim F. Storm  <storm@cua.dk>
13035         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13036         (cua--init-keymaps): Use it instead of fixed C-return.
13037         (cua-mode): Set after it.
13039         * emulation/cua-rect.el (cua--init-rectangles):
13040         Use cua-rectangle-mark-key instead of fixed C-return.
13042 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
13044         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13045         "run" in .gdbinit.
13046         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13048 2006-03-24  Romain Francoise  <romain@orebokech.com>
13050         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13051         `display-buffer-other-frame'.
13053 2006-03-24  Kim F. Storm  <storm@cua.dk>
13055         * apropos.el (apropos-synonyms): Add selection => region.
13057 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
13059         * progmodes/gdb-ui.el (gdb-var-create-regexp)
13060         (gdb-var-list-children-regexp, gdb-var-update-regexp)
13061         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13062         (gdb-data-list-register-values-regexp)
13063         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13064         Future proof against new fields being added to MI output.
13065         (gdb-send): Don't treat backslashes for program input as
13066         continuations.
13067         (gdb-assembler-handler): Don't use window-start for this handler.
13068         (gdb-frame-handler): Don't change to hollow arrow if overlay
13069         arrow doesn't move to new frame.
13071 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
13073         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13074         prevent compiler warnings.
13075         (gdb-stopped): Check for gud-last-last-frame (case: signal).
13076         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13077         (gdb-assembler-custom): Use hollow-right-triangle for assembler
13078         buffer too.
13080 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
13082         * pgg-gpg.el (pgg-gpg-update-agent): Check for
13083         make-network-process, so we can use the same code in Gnus v5-10
13084         too and have this file fully synchronized with that release.
13086 2006-03-23  Romain Francoise  <romain@orebokech.com>
13088         * ibuf-ext.el (ibuffer-read-filter-group-name):
13089         Use `ibuffer-generate-filter-groups' to make completion list match
13090         the filter groups that are really displayed in the Ibuffer buffer.
13091         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13093 2006-03-23  Kenichi Handa  <handa@m17n.org>
13095         * international/mule-cmds.el (sort-coding-systems): Describe that
13096         the argument is modified in docstring.
13098 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13100         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13101         (pgg-gpg-update-agent): New function.
13102         (pgg-gpg-use-agent-p): New function.
13103         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13104         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13105         (pgg-gpg-sign-region): Use it.
13107 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
13109         * cus-edit.el (custom-face-set): Call custom-push-theme before
13110         face-spec set so that `changed' theme is correctly saved.
13111         (custom-face-reset-standard): Reset to recalculated face rather
13112         than defface spec.
13114         * custom.el (custom-push-theme): Only save `changed' theme if the
13115         current face does not match the defface specs.
13117 2006-03-21  Simon Josefsson  <jas@extundo.com>
13119         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13120         <wilde@sha-bang.de>.
13121         (pgg-gpg-use-agent): New variable.
13122         (pgg-gpg-process-region): Use it.
13123         (pgg-gpg-encrypt-region): Likewise.
13124         (pgg-gpg-encrypt-symmetric-region): Likewise.
13125         (pgg-gpg-decrypt-region): Likewise.
13126         (pgg-gpg-sign-region): Likewise.
13127         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13129 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
13131         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13132         bracket links.
13134 2006-03-21  Kim F. Storm  <storm@cua.dk>
13136         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13137         fringe-indicator-alist instead of modifying global value.
13138         (gdb-frame-handler): Likewise.
13140 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
13142         * diff-mode.el (diff-function): Make it inherit from diff-header
13143         instead of diff-context.
13145         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13146         bitmap.
13147         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13148         change names in macro above for consistency.
13149         (gdb-frame-handler): Use hollow-right-triangle for all selected
13150         frames which except the innermost (where execution has stopped).
13151         (gdb-reset): Reset buffer-local values of overlay-arrow.
13153 2006-03-20  Richard Stallman  <rms@gnu.org>
13155         * simple.el (set-mark-command): Doc fix.
13157         * files.el (display-buffer-other-frame): New command.
13158         (ctl-x-4-map): Bind C-x 5 C-o to it.
13160 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13162         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13163         rather than just defer-time, in case defer-time has been changed but
13164         the timer isn't running yet.
13165         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13167 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
13169         * help-mode.el (help-follow-symbol): New function.
13170         Essentially identical to the old `help-follow', but do not let
13171         `push-button' do the work when on an xref.
13172         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13174 2006-03-19  Richard Stallman  <rms@gnu.org>
13176         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13177         preceded by the word `program'.
13178         (help-follow-mouse, help-follow): Throw error if not on xref.
13179         Delete no longer used args.
13181 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
13183         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13184         annotation ensure gud-overlay-arrow-position is redisplayed.
13186 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13188         * textmodes/bibtex.el (bibtex-include-OPTkey)
13189         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13190         (bibtex-autokey-name-case-convert)
13191         (bibtex-autokey-titleword-case-convert): Make these the aliases
13192         for the following two variables.
13193         (bibtex-autokey-name-case-convert-function)
13194         (bibtex-autokey-titleword-case-convert-function): Make these the
13195         real names.
13196         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13197         bibtex-font-lock-crossref sublists.
13198         (bibtex-mode): Revert 2005-12-30 change (which made
13199         completion-ignore-case buffer-local).
13200         (bibtex-url): Simplify.
13202 2006-03-19  Kim F. Storm  <storm@cua.dk>
13204         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13205         cursor property value to 2 (to align with C level change).
13207 2006-03-19  Bill Wohler  <wohler@newt.com>
13209         * image.el (image-load-path-for-library): Shorten first line in
13210         docstring.
13212 2006-03-18  Richard Stallman  <rms@gnu.org>
13214         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13216 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
13218         * isearch.el (isearch-other-meta-char): Handle user bindings for
13219         shifted control characters.
13221 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
13223         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13224         part that matches email addresses, file names, etc.
13226 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
13228         * term/w32-win.el (mouse-set-font):
13229         Mention w32-list-proportional-fonts in the doc string.
13231 2006-03-18  Kim F. Storm  <storm@cua.dk>
13233         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13234         (ido-unc-hosts): New user option to explicitly define list of know
13235         UNC-style hosts for completion.
13236         (ido-cache-unc-host-shares-time): New user option.
13237         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13238         New helper functions for UNC file-name support.
13239         (ido-may-cache-directory): Check for UNC host.  Simplify.
13240         (ido-wash-history): Clean out old UNC hosts.
13241         (ido-nonreadable-directory-p): UNC hosts are always readable.
13242         (ido-directory-too-big-p): UNC hosts are never too big.
13243         (ido-set-current-directory): Handle UNC root path.
13244         (ido-file-name-all-completions): Complete UNC host names from
13245         ido-unc-hosts list.  Cache UNC host shares.
13246         (ido-make-file-list-1): Don't filter UNC root.
13247         (ido-exhibit): Check for // in root directory, and switch to UNC
13248         mode by setting ido-current-directory to //.
13250 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
13252         * cus-edit.el (customize-changed-options): Mention explicit
13253         version number as default in prompt.
13255 2006-03-17  Bill Wohler  <wohler@newt.com>
13257         * image.el (image-load-path-for-library): Minor docstring fix.
13259 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
13261         * textmodes/org.el (org-read-date): Include subgroup 5 into
13262         replacement text.
13263         (org-popup-calendar-for-date-prompt): Fix customization type.
13265 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
13267         * progmodes/gdb-ui.el (gud-watch): Provide completion.
13268         (gdb-continuation): New variable.
13269         (gdb-send): Deal with continuation lines.
13271         * progmodes/gud.el (gud-gdb-complete-command)
13272         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13273         expressions.
13274         (gud-tooltip-mode): Use buffer-local value.
13276 2006-03-16  Kim F. Storm  <storm@cua.dk>
13278         * ido.el (ido-edit-input): Use selected match, if any.
13280 2006-03-16  Bill Wohler  <wohler@newt.com>
13282         * image.el (image-load-path-for-library): Prefer user's images in
13283         image-load-path.
13285 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
13287         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13288         when checking for attempt to drag leftmost or rightmost scrollbar.
13290 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
13292         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13293         (gdb-force-mode-line-update): New function.
13294         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13295         (gdb-exited): Use them.
13296         (gdb-signal): New function.
13297         (gdb-annotation-rules): Provide a rule for it.
13299 2006-03-16  Kenichi Handa  <handa@m17n.org>
13301         * international/mule.el (auto-coding-regexp-alist): Add entries
13302         for Unicode BOM.
13304         * sort.el (sort-build-lists): Temporarily bind
13305         inhibit-field-text-motion to t.
13307 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
13309         * locate.el (locate-command, locate-make-command-line)
13310         (locate-fcodes-file, locate-update-command)
13311         (locate-prompt-for-command, locate, locate-with-filter)
13312         (locate-get-file-positions): Doc fixes.
13313         (locate-buffer-name, locate-header-face): Remove leading `*' in
13314         defcustom.
13315         (locate-filter-output): Use `keep-lines' instead of its alias
13316         `delete-non-matching-lines'.
13317         (locate-get-filename, locate-get-dirname): Add introductory comment.
13318         (locate-find-directory-other-window): Give appropriate error
13319         message if used outside main listing.
13321 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13323         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13324         the new extend-region feature.
13325         (font-lock-after-change-function): Update correspondingly.
13326         * jit-lock.el (jit-lock-after-change): Update correspondingly.
13327         * progmodes/grep.el (font-lock-lines-before): Don't disable.
13329 2006-03-15  Bill Wohler  <wohler@newt.com>
13331         * image.el (image-load-path-for-library): Fix example by not
13332         recommending that one binds image-load-path.  Just defvar it to
13333         placate compiler and only use it if previously defined.
13335 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
13337         * textmodes/org.el (org-insert-centered): Use `string-width' to
13338         make underlining work for wide characters.
13339         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13340         TAB to `org-cycle', to make sure that no binding in
13341         `outline-mode-map' can supercede it.
13343 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
13345         * allout.el: Increment version to 2.2.1 in file commentary.
13347         (allout-version): Increment to 2.2.1.
13349         (allout-default-layout): New customization variable, used when the
13350         file lacks a specific allout-layout.  Uses allout-layout-type for
13351         recursively nested definition.
13353         (allout-layout-type): Widget defining allout layouts, necessary for
13354         self-recursive definition.
13356         (allout-mode): Incorporate allout-default-layout as fallback for
13357         allout-layout.
13359         (allout-layout): Mark as 'safe-local-variable', and refer mention
13360         fallback to `allout-default-layout' in absence of a specified value.
13361         (allout-passphrase-verifier-string)
13362         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13364         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13366         (allout-get-encryption-passphrase-verifier): Use correct name of
13367         passphrase verifier in docstring.
13369 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
13371         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13372         elements.
13373         (gdb-find-watch-expression): Make it work for arrays too.
13374         Follow change to gdb-var-list.
13375         (gud-watch): Allow the user to enter variable name with a prexix
13376         arg.  Create keybindings.
13377         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13378         (gdb-var-list-children-handler, gdb-var-update-handler)
13379         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13380         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13381         Follow change to gdb-var-list.
13382         (gdb-starting): Don't show the overlay arrows when program is running.
13384         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13385         gdb-var-list.
13387 2006-03-14  Bill Wohler  <wohler@newt.com>
13389         * image.el (image-load-path-for-library): Pass value of path
13390         rather than symbol.  Always return list of directories.
13391         Guarantee that image directory comes first.
13393 2006-03-14  Alan Mackenzie  <acm@muc.de>
13395         * font-core.el (font-lock-extend-region\(-function\)?.):
13396         New function/variable.
13398         * font-lock.el (font-lock-after-change-function):
13399         Call font-lock-extend-region.  Obey font-lock-lines-before.
13400         (font-lock-default-fontify-region): Remove reference to
13401         font-lock-lines-before.
13403         * jit-lock.el (jit-lock-after-change):
13404         Call font-lock-extend-region.  Obey font-lock-lines-before.
13406 2006-03-14  David Ponce  <david@dponce.com>
13408         * tree-widget.el (tree-widget-themes-load-path)
13409         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13411 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
13413         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13414         (rcirc-print): Mark the start of text at the end of the prompt.
13415         (rcirc-track-minor-mode): Add autoload cookie.
13416         (rcirc-update-activity-string): Add space to front of mode-line
13417         indicator.
13419 2006-03-13  Miles Bader  <miles@gnu.org>
13421         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13422         (rcirc-abbrev-nick): Remove function.
13423         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13425 2006-03-13  David Ponce  <david@dponce.com>
13427         * tree-widget.el: Handle themes across all occurrences of the main
13428         themes sub-directory found in tree-widget-themes-load-path.
13429         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13430         (tree-widget--locate-sub-directory): Return all occurrences.
13431         (tree-widget-themes-path): New function.
13432         Replace tree-widget-themes-directory, and return a list of directories.
13433         (tree-widget-set-parent-theme)
13434         (tree-widget-lookup-image): Use it.
13436 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
13438         * textmodes/org.el (org-link-search): Avoid self-matching of
13439         links, allow target text to be distributed over several lines.
13440         (org-search-not-link): New function.
13441         (org-set-regexps-and-options, org-get-current-options):
13442         New startup options.
13443         (org-export-as-html): Take odd-level setting from local variable.
13444         (org-fontify-emphasized-text): New option.
13445         (org-set-font-lock-defaults): Include emphasized text.
13446         (org-follow-mhe-link): Allow folder-only links, fix folder name.
13447         (org-font-lock): Customize group renamed from `org-faces'.
13449 2006-03-13  John Paul Wallington  <jpw@pobox.com>
13451         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
13452         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
13454 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
13456         * cus-start.el (all): Delete :version keyword for members of the
13457         fringe group, since the entire group is new in 22.1.
13459 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
13461         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
13462         map if value is hexadecimal (an address).
13463         (gud-watch): Only search roots for existing watch expressions.
13464         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
13465         prevent caching problems with speedbar-update-directory-contents.
13467 2006-03-12  Juri Linkov  <juri@jurta.org>
13469         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13470         before comparing with `low' and `warn'.
13472         * info.el (Info-dir-remove-duplicates): Move point to the
13473         beginning of the current line after deleting the entries from
13474         redundant heading.  Use marker for `limit' and compare it with
13475         point before calling `re-search-forward'.
13477 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
13479         * simple.el (yank): Fix typo in docstring.
13481 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
13483         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13484         messages, where "D" is the 6th character.
13486 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
13488         * simple.el (yank): Fix last change.
13490 2006-03-11  David Ponce  <david@dponce.com>
13492         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13493         merging elements from the standard ispell-dictionary-alist.
13494         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
13495         alist, and return the new alist.
13497 2006-03-11  Richard Stallman  <rms@gnu.org>
13499         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
13501         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
13502         the way it is implemented is too unclean.
13504         * simple.el (kill-region, yank): Doc fix.
13506         * battery.el (battery-echo-area-format): Doc fix.
13507         (battery-mode-line-format): Likewise.
13508         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
13509         (battery-linux-proc-acpi): Ignore batteries that say "charged".
13511 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
13513         * progmodes/octave-mod.el (octave-indent-for-comment):
13514         Behave according to do string.
13516 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
13518         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
13519         Be visible only if major mode is Mail Mode.
13521         * textmodes/flyspell.el (flyspell-external-point-words)
13522         (flyspell-process-localwords): Fix last changes.
13524 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
13526         * calendar/holidays.el (list-holidays): Doc fix.
13528         * international/mule.el (auto-coding-alist): Add .odt
13529         (OpenOffice's open document) files.
13531         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
13532         document) files.  Mention in the doc string the need to sync with
13533         auto-coding-alist.
13535 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
13537         * files.el (hack-local-variables-confirm): Don't prompt for ! if
13538         enable-local-variables is set to always query, or there is no
13539         savable variable.
13541 2006-03-10  Bill Wohler  <wohler@newt.com>
13543         * image.el (image-load-path-for-library): Merge at least three
13544         functions from Gnus and MH-E into this one function that can now
13545         be shared.
13547 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
13549         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
13550         gdb-remove-mouse-face and remove help-echo too.
13551         (gdb-enqueue-input): Correct conditional clause.
13553 2006-03-10  Glenn Morris  <rgm@gnu.org>
13555         * calendar/calendar.el (calendar-holidays): Doc fix.
13556         * calendar/holidays.el (list-holidays): Doc fix.
13558 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
13560         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
13561         it gets called in gdb-prompt anyway.
13562         (gdb-use-separate-io-buffer): Only restore window arrangement for
13563         gdb-many-windows.
13564         (gdb-enqueue-input): Make it harder to send GDB input when program
13565         is running.
13566         (gdb-buffer-list): New variable.
13567         (gdb-remove-mouse-face): New function.
13568         (gdb-starting): Use it when GDB input won't get sent.
13570 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
13572         * help.el (view-lossage): Remove trailing whitespace before
13573         inserting "\n".
13575 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
13577         * files.el (hack-local-variables-confirm):
13578         Set coding-system-for-read to nil before writing to .emacs.
13580         * arc-mode.el (archive-extract): Check if an existing buffer name
13581         comes from a different archive.
13583         * help.el (describe-key-briefly): If KEY is a down event, read and
13584         discard the up event.
13586 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
13588         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
13589         be edited and use font-lock-warning-face for any changes.
13591         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
13592         (gdb-edit-value): Use it to report any errors.
13594 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
13596         * help.el (describe-key): Remove leftover test code.
13598 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
13600         * textmodes/org.el: Move defvars out of eval-when-compile.
13601         Use buffer-file-name variable.
13602         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
13603         arg `file'.
13604         (org-level-faces): Remove startup dependency.
13605         (org-cycle, org-map-tree, org-scan-tags)
13606         (org-remember-handler): Don't call `outline-level' directly.
13607         (org-mhe-search-all-folders): New option.
13608         (org-mhe-get-message-folder-from-index)
13609         (org-mhe-get-message-folder): Fix indexing search.
13610         (org-format-agenda-item): Handle nil TAGS argument.
13611         (org-cleaned-string-for-export, org-activate-target-links)
13612         (org-make-target-link-regexp): Deal with empty radio target list.
13613         (org-tag): New face.
13614         (org-get-level-face): New function.
13615         (org-set-font-lock-defaults): Simplify setup for headlines.
13616         (org-complete): Pass common substring to `display-completion-list'.
13618 2006-03-06  David Ponce  <david@dponce.com>
13620         * tree-widget.el: Update Commentary header.
13621         (tree-widget-theme-name): Ignore parent themes.
13622         (tree-widget-set-parent-theme): New function.
13623         (tree-widget-set-theme): Use it.
13624         (tree-widget-set-image-properties): Move definition.  Does nothing
13625         if image properties have already been set.
13626         (tree-widget-image-properties): Move definition.  Receive an image
13627         name.  Set the :pointer property.
13628         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
13629         Don't set the :pointer image property.
13630         (tree-widget-convert-widget): New function.  Handle :dynargs
13631         compatibility here.
13632         (tree-widget): Use it to :convert-widget.  Add the :expander-p
13633         predicate to control when the :expander function is entered.
13634         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
13635         (tree-widget-value-create): Handle :expander-p.  widget-apply
13636         :expander.
13637         (tree-widget-expander-p): New function.  Default value of the
13638         :expander-p property.
13640 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
13642         * help.el (describe-key): Properly handle the return value of
13643         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
13644         remaps.  Handle string and vector `follow-link' values.
13646 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13648         * complete.el (PC-expand-many-files): Try be more careful when parsing
13649         the shell's output.
13651 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13653         * outline.el (hide-sublevels): Provide better interactive default.
13655 2006-03-06  Kenichi Handa  <handa@m17n.org>
13657         * international/fontset.el (create-fontset-from-fontset-spec):
13658         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
13660 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
13662         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
13663         backslashes instead of one in regexp.
13664         (gud-tooltip-dereference): Add missing optional argument.
13666 2006-03-04  John Paul Wallington  <jpw@pobox.com>
13668         * wdired.el (toplevel): Require `cl' at compile-time.
13670 2006-03-04  Andreas Schwab  <schwab@suse.de>
13672         * server.el (server-process-filter): Handle errors during
13673         evaluation of the argument.
13675 2006-03-03  John Paul Wallington  <jpw@pobox.com>
13677         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
13678         escape parentheses at beginning of line.
13679         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
13680         (t-mouse-mode): Remove period from end of error message.
13682 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
13684         * textmodes/flyspell.el (flyspell-process-localwords):
13685         Be case-sensitive.
13687 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
13689         * cus-edit.el (custom-quote): Remove function, since it has been
13690         moved to custom.el.
13692         * font-lock.el (lisp-font-lock-keywords-2)
13693         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
13694         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
13695         they have no special meaning.
13697         * midnight.el (clean-buffer-list): Handle case where base-buffer of
13698         indirect buffer gets killed before indirect buffer.  Use dolist.
13700 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
13702         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
13703         value instead of a literal constant (1) on more pauses.
13705 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
13707         * textmodes/flyspell.el (flyspell-external-point-words):
13708         Be case-sensitive.
13710 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
13712         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
13713         with "www".
13715 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
13717         * allout.el: Restablish intermediate missing comment header to
13718         preserve outline structure.
13719         (allout-beginning-of-current-entry): Skip invisible text.
13720         (allout-open-topic): Fix opening a topic at end-of-buffer.
13721         (allout-minor-mode): Move nearer to allout-mode function.
13723 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
13725         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
13727 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
13729         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
13730         is nil.
13732         * progmodes/gud.el (gud-speedbar-menu-items):
13733         Use buffer-local-value and add missing :visible keyword.
13735         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
13737 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
13739         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
13740         must be `follow-link'.
13742         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
13744         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
13745         formatting: No nested anchors.
13746         (org-all-targets): Fix bug with XEmacs compatibility.
13747         (org-read-date): Add (require 'parse-time).
13748         (org-set-tags): Fix bug with extra inserted space.
13749         (org-export-html-style): Define a style class for targets.
13750         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
13751         (org-hide-leading-stars): New option.
13752         (org-hide): New face.
13753         (org-set-font-lock-defaults): Allow to hide leading stars.
13754         (org-get-legal-level, org-tr-level): New functions.
13755         (org-odd-levels-only): New option.
13756         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
13757         (org-demote, org-promote): Deal with double-star levels.
13758         (org-convert-to-odd-levels): New command.
13760 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
13762         * speedbar.el (speedbar-update-localized-contents): Try to
13763         preserve window-start.
13764         (speedbar-update-directory-contents): Try to preserve window-start
13765         and window-point.
13766         (speedbar-update-special-contents): Don't move back to start of window.
13768         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
13769         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
13770         speedbar-timer-fn.
13771         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
13772         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
13773         instead of gdb-speedbar-timer-fn.
13775 2006-02-28  Jay Belanger  <belanger@truman.edu>
13777         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
13778         (math-compose-expr): Use latex option when calling
13779         `math-compose-tex-matrix' for latex mode.
13781 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
13783         * speedbar.el: Re-instate comments about developing for speedbar
13784         [this is what info and gdb-ui use even if better methods exist now].
13786         * t-mouse.el: New file.
13787         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
13788         (t-mouse-lispy-buffer-posn-from-coords): Remove.
13789         (t-mouse-make-event-element): Use posn-at-x-y instead.
13790         (t-mouse-make-event): Deal with Fedora Core 3.
13791         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
13792         (t-mouse-mouse-position-function): New function.  Use it instead
13793         of advising mouse-position.
13794         (t-mouse-mode): New minor mode.
13795         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
13797 2006-02-27  Glenn Morris  <rgm@gnu.org>
13799         * calendar/calendar.el (calendar-holidays): Doc fix.
13801 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
13803         * progmodes/gdb-ui.el (gdb-source-window): New variable.
13804         Re-introduce the concept of a source window.
13805         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
13806         consistency with get-buffer-create.
13807         (def-gdb-auto-update-handler, gdb-info-locals-handler)
13808         (gdb-data-list-register-values-handler)
13809         (gdb-stack-list-locals-handler): Try to preserve window-start as
13810         well as window-point.
13811         (gdb-display-source-buffer): New function (old concept).
13812         (gdb-goto-breakpoint): Use it.
13814         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
13815         for gdb-ui/gdb-mi (old concept).
13817 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
13819         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
13820         binding.
13822         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
13824         * textmodes/reftex-sel.el (reftex-select-label-map)
13825         (reftex-select-bib-map): Add `follow-mouse' binding.
13827 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
13829         * jka-cmpr-hook.el (jka-compr-compression-info-list)
13830         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
13831         Give :set functions to provide automatic updating.
13832         Update docstring.  Give compiler defvars early in the file
13833         and move the defcustoms to a later spot where all called functions
13834         are defined.
13835         (jka-compr-file-name-handler-entry): Doc fix.
13836         (jka-compr-compression-info-list--internal)
13837         (jka-compr-mode-alist-additions--internal)
13838         (jka-compr-load-suffixes--internal): New variables.
13839         (jka-compr-install): Set the three above variables.
13840         Update `load-file-rep-suffixes' instead of `load-suffixes'.
13841         (jka-compr-update, jka-compr-set): New functions.
13842         (auto-compression-mode): Doc fix.
13844         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
13845         Update `load-file-rep-suffixes' instead of `load-suffixes'.
13846         Use jka-compr-compression-info-list--internal,
13847         jka-compr-mode-alist-additions--internal and
13848         jka-compr-load-suffixes--internal.
13850         * files.el (load-library):
13851         * loadhist.el (file-loadhist-lookup):
13852         * startup.el (command-line):
13853         * subr.el (locate-library):
13854         * emacs-lisp/autoload.el (update-directory-autoloads):
13855         * emacs-lisp/find-func.el (find-library-suffixes):
13856         Use `get-load-suffixes' instead of `load-suffixes'.
13858         * subr.el (locate-library):
13859         * emacs-lisp/find-func.el (find-library-name):
13860         Use `load-file-rep-suffixes' instead of '("").
13862 2006-02-26  Kim F. Storm  <storm@cua.dk>
13864         * ido.el (ido-save-history, ido-load-history): Simplify.
13865         Don't use find-file-noselect to avoid interference from other modes.
13867 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
13869         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
13870         to use the default shell if filename is not available.
13871         Reported by Giorgos Keramidas.
13873 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
13875         * progmodes/etags.el (tags-completion-table): Do completion from
13876         all the tables in the current list, as documented in the manual.
13878 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13880         * CC Mode Update to 5.31.3.
13882 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13884         * progmodes/cc-mode.el (c-postprocess-file-styles):
13885         Bind inhibit-read-only to t, around the call to
13886         c-remove-any-local-eval-or-mode-variables, so that it works on a
13887         RO file.
13889 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13891         * progmodes/cc-awk.el: Correct a typo.
13893 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13895         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
13896         c-hungry-delete-backwards, at the request of RMS.  Leave the old
13897         name as an alias.
13899 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13901         * progmodes/cc-mode.el: Correct a typo.
13903 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13905         * progmodes/cc-defs.el: Update the version number to 5.31.3.
13907 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13909         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
13910         brace-else-brace (error due to mbeg, mend being undefined).
13912 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13914         * progmodes/cc-mode.el: File Local variables: Solve the problem
13915         where both `mode' and c-file-offsets are specified: `mode' will
13916         overwrite c-f-o's settings:
13917         (c-remove-any-local-eval-or-mode-variables): New function.
13918         (c-postprocess-file-styles): Call the above new function, within
13919         c-tentative-buffer-change, to splat `mode' and `eval' before the
13920         second hack-local-variables.
13922 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13924         * progmodes/cc-mode.el:
13925         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
13926         (c-after-change): Protect the match data with save-match-data.
13927         It was getting corrupted by c-after-change-check-<>-operators.
13929         * cc-defs.el: [Supersedes patch V1.38]:
13930         (top level): Check for a buggy font-lock-compile-keywords ONLY in
13931         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
13933         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
13934         with save-match-data.  It was being corrupted when Font Lock was
13935         not enabled.
13937 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13939         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
13940         Mode and Subword Mode.
13942         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
13943         real labels ("case 1:" or "foo:") from non-labels ("public:").
13944         (c-forward-objc-directive): Replace c-forward-token-2 with crude
13945         coding; c-f-t-2 doesn't move over a token at EOB.
13947         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
13949         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
13950         (c-update-modeline): Concatenate the minor mode indicators
13951         directly onto mode-name, removing c-submode-indicators.
13952         Sometimes, c-s-i got separated from the mode name on the mode line.
13954         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
13955         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
13957 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13959         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
13960         error message when there's an evaluation error to show whether
13961         it's loaded from source or not.
13962         (c-filter-ops): Make it available at runtime too to work when
13963         `c-make-init-lang-vars-fun' needs to evaluate from source.
13965 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
13967         * help.el (help): Revert last part of 2006-02-23 change (deletion
13968         of the `provide' call).
13970 2006-02-23  Juri Linkov  <juri@jurta.org>
13972         * compare-w.el (compare-windows-highlight): Add new value
13973         `persistent' and change :type from `boolean' to `choice'.
13974         (compare-windows-overlays1, compare-windows-overlays2):
13975         New internal variables.
13976         (compare-windows-highlight): If compare-windows-highlight is
13977         `persistent', add current overlays to compare-windows-overlays[12]
13978         instead of adding compare-windows-dehighlight to pre-command-hook.
13979         (compare-windows-dehighlight): Delete all overlays from
13980         compare-windows-overlays[12].
13982         * info.el (Info-search): Don't bind search-spaces-regexp to
13983         Info-search-whitespace-regexp in non-regexp isearch mode.
13985 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13987         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
13989 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
13991         * textmodes/org.el (org-xemacs-p)
13992         (org-export-html-show-new-buffer, org-table-may-need-update)
13993         (org-insert-item, org-mhe-get-message-real-folder)
13994         (org-mhe-get-message-folder-from-index)
13995         (org-mhe-get-message-folder, org-mhe-get-message-num)
13996         (org-mhe-get-header, org-make-org-heading-search-string)
13997         (org-make-org-heading-camel, org-table-sort-lines)
13998         (org-format-org-table-html, org-format-table-table-html):
13999         Fix typos in docstrings.
14001 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
14003         * textmodes/org.el (org-cleaned-string-for-export)
14004         (org-solidify-link-text): New function.
14005         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14006         XEmacs, just to silence the compiler.
14007         (org-export-as-ascii, org-export-as-html-and-open):
14008         Use `org-cleaned-string-for-export' and create internal links.
14009         (org-follow-mhe-link): Require mh-e, use folder.
14011 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
14013         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14015         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14016         gdb-debug-log-length.
14017         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
14018         it a real ring but...
14019         (gud-gdba-marker-filter): ...make it work like mark-ring.
14020         (gdb-enable-debug): Rename from gdb-enable-debug-log.
14021         (gdb-mouse-jump): New function.  Add bindings.
14023 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
14025         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14026         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14027         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14028         (gdb-debug-log-length): Customize it's length.
14029         (gud-watch, gdb-var-create-handler): Display function::var format
14030         but don't use to create variable object.
14031         (gdb-var-create-handler): Use message-box in place of message.
14032         (gdb-stopped): Call gdb-exited if signalled.
14034 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
14036         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14038         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14040         * textmodes/reftex.el (reftex-locate-file): Search all extensions
14041         if `reftex-try-all-extensions' is set.
14043         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14044         fail silently when there is no valid argument at point.
14045         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14046         `fail-silently' argument.  From a patch by David Reiter.
14048         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14049         New commands.
14050         (org-mark-ring): New variable.
14051         (org-mark-ring-length): New option.
14052         (org-open-at-point, org-goto, org-open-file): Push old position
14053         onto the mark ring.
14054         (org-add-hook): New function.
14055         (org-export-table-remove-special-lines): New option.
14056         (org-skip-comments, org-format-org-table-html): Respect new
14057         option `org-export-table-remove-special-lines'.
14058         (org-open-file): Allow special command configuration for
14059         directory link.
14060         (org-file-apps): Fix bugs in customize type, added setting
14061         for directories.
14062         (org-activate-tags, org-format-agenda-item, org-complete)
14063         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14064         (org-get-tags, org-get-buffer-tags, org-open-at-point)
14065         (org-link-search, org-make-org-heading-search-string)
14066         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14067         (org-radio-targets, org-file-link-context-use-camel-case)
14068         (org-activate-camels): New options.
14069         (org-update-radio-target-regexp, org-all-targets)
14070         (org-make-target-link-regexp, org-activate-target-links):
14071         New functions.
14072         (org-make-org-heading-search-string): New function.
14073         (org-store-link, org-insert-link): Use new option
14074         `org-file-link-context-use-camel-case'.
14075         (org-activate-camels): Use new option `org-activate-camels'.
14076         (org-link-regexp): Add mhe prefix.
14077         (org-open-at-point, org-store-link): Support for mhe links.
14078         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14079         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14080         (org-mhe-get-header, org-follow-mhe-link): New functions.
14081         (org-remove-angle-brackets, org-add-angle-brackets):
14082         New functions.
14083         (org-bracket-link-regexp): New constant.
14084         (org-read-date): Fix bug that was rejecting all typed dates.
14085         (org-link-search): Make hierarchy above visible after a match.
14086         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14087         (org-store-link): Fix bug with link creation when cursor is in
14088         an empty line.
14089         (org-open-at-point): Fix bug with matching a link.
14090         Fixed buggy argument sequence in call to `org-view-tags'.
14091         (org-compile-prefix-format): Set `org-prefix-has-tag'.
14092         (org-prefix-has-tag): New variable.
14093         (org-format-agenda-item): Remove tags from headline
14094         if appropriate.
14095         (org-agenda-remove-tags-when-in-prefix): New option.
14097 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
14099         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14100         Fix the regular expressions.
14102 2006-02-21  Richard M. Stallman  <rms@gnu.org>
14104         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14105         if there's no other specific basis.
14107         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14108         as variables at all.
14109         (unsafep-variable): Rename arg; doc fix.
14111         * abbrevlist.el (list-one-abbrev-table): Add autoload.
14113         * calendar/appt.el (diary-selective-display): Add defvar.
14115         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14117         * isearch.el (search-whitespace-regexp): Fix custom type.
14119         * help.el (describe-key-briefly): Compute interactive args
14120         in same was as before previous change.
14122         * files.el (enable-local-variables): Doc fix.
14124 2006-02-21  Kim F. Storm  <storm@cua.dk>
14126         * fringe.el: Cleanup as file is now pre-loaded.
14127         (fringe-bitmaps): Initialize unconditionally.
14128         (fringe-mode, set-fringe-style): Remove autoload cookies.
14130 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
14132         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14133         `horizontal-bar'.
14134         (fringe-cursor-alist): Use `horizontal-bar'.
14136 2006-02-20  Kim F. Storm  <storm@cua.dk>
14138         * fringe.el (fringe-bitmaps): Update to new bitmap names.
14139         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14141         * loadup.el: Load "fringe" on window systems.
14143 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
14145         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14146         out of scope components.
14148         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14149         default.
14151 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
14153         * custom.el (customize-mark-to-save, customize-mark-as-set):
14154         Load the symbol first.
14156 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
14158         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14159         strech spec so it doesn't display as "^J" on the header line
14160         when `Buffer-menu-use-header-line' is t.
14162 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
14164         * speedbar.el (speedbar-make-button): Keep text properties
14165         of string arguments if desired.
14167         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14168         expessions.
14170         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14171         of speedbar.
14173 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
14175         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14176         to value of `read-file-name-completion-ignore-case'.
14178 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
14180         * custom.el (customize-mark-as-set): Push to `user' theme.
14182         * cus-edit.el (custom-save-variables): Allow unthemed values.
14183         (customize-set-variable): Push setting to `user' theme.
14185 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
14187         * progmodes/gud.el: Don't require font-lock as it's now
14188         automatically loaded.
14189         (gud-speedbar-buttons): Replace gdb-var-changed with
14190         gdb-force-update.
14192         * progmodes/gdb-ui.el (gdb-force-update): Rename from
14193         gdb-var-changed.
14194         (gdb-post-prompt): Use it.
14195         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14196         (gdb-var-update-handler, gdb-var-delete)
14197         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14198         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14199         gdb-force-update in gdb-post-prompt.
14200         (gdb-reset): Clear watch expressions from speedbar when quitting.
14202 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14204         * viper-cmd.el (viper-insert-state-post-command-sentinel)
14205         (viper-change-state-to-vi, viper-change-state-to-emacs):
14206         Make aware of cursor coloring in the Emacs state.
14207         (viper-special-read-and-insert-char): Use read-char-exclusive.
14208         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14210         * viper-init.el (viper-emacs-state-cursor-color): New variable.
14212         * viper-util.el (viper-save-cursor-color)
14213         (viper-get-saved-cursor-color-in-replace-mode)
14214         (viper-get-saved-cursor-color-in-insert-mode)
14215         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14216         state.
14217         (viper-get-saved-cursor-color-in-emacs-mode): New function.
14219         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14220         (ediff-ignore-case-option3, ediff-actual-diff-options)
14221         (ediff-actual-diff3-options): New variables to control case sensitivity.
14222         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14223         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14224         (ediff-toggle-ignore-case): New function.
14225         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14227         * ediff-help.el (ediff-long-help-message-narrow2)
14228         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14229         (ediff-long-help-message-word-mode): Add ignore-case command.
14230         (ediff-help-for-quick-help): Add ignore-case command.
14232         * ediff-merg.el: Move provide to the end.
14234         * ediff-ptch.el: Move provide to the end.
14236         * ediff-wind.el: Move provide to the end.
14238         * ediff-mult.el: Move provide to the end.
14239         (ediff-set-meta-overlay): Enable follow-link.
14241         * ediff.el: Move provide to the end.
14242         Break recursive load cycle in eval-when-compile.
14243         (ediff-patch-buffer): Better heuristics.
14245         * ediff-util.el: Move provide to the end.
14246         Break recursive load cycle in eval-when-compile.
14247         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
14248         defuns.
14249         (ediff-submit-report): Pass the values of ediff-diff3-program,
14250         ediff-diff3-options.
14252 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
14254         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14255         the opening bracket of the following bracketing pairs: {}, [], (), <>,
14256         `' (for example, in the docstring of `windmove-default-keybindings').
14258 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
14260         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14261         shadow face.  Don't provide binding to edit variable when it is
14262         out of scope.
14264         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14265         (gdb-var-update-handler): Detect out of scope variables with pre
14266         GDB 6.4 too.
14267         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14268         Reset status of variable objects to nil in update handlers.
14269         (gdb-var-update-handler-1): Detect when a variable object comes
14270         in scope.  setcar on var changes gdb-var-list directly.
14272 2006-02-17  Juri Linkov  <juri@jurta.org>
14274         * ffap.el (ffap) <defface>: Add explicit face declaration.
14275         (ffap-highlight): Use face `ffap' directly instead of checking
14276         for its existence.
14278         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14279         `visible-ok' of `other-buffer' to find the right original buffer.
14281         * info.el (Info-search): Skip `Local Variables' node.
14283 2006-02-17  Juri Linkov  <juri@jurta.org>
14285         * info.el (Info-find-file): Check for symbols `apropos', `history',
14286         `toc' in the input filename, and return these symbols as is.
14287         (Info-find-node-2): Set Info-current-file to symbols `apropos',
14288         `history', `toc' instead of strings.
14289         (Info-set-mode-line): For non-string Info-current-file use the
14290         symbol's name inside **.
14291         (Info-isearch-push-state): Add quote before Info-current-file and
14292         Info-current-node.
14293         (Info-isearch-pop-state): Use `equal' instead of `string='.
14294         (Info-extract-pointer, Info-following-node-name): Use
14295         `match-string-no-properties' instead of `match-string'.
14296         (Info-up): Check `old-file' for `stringp'.
14297         (Info-history): Use `equal' instead of `string-equal'.
14298         Check `file' for `stringp'.
14299         (Info-history): Use symbol `history' instead of string as first arg
14300         of `Info-find-node'.
14301         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
14302         `toc' instead of string.
14303         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14304         instead of `buffer-substring', and `match-string-no-properties'
14305         instead of `match-string'.
14306         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14307         instead of strings.
14308         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14309         Use symbol `apropos' instead of string.
14310         (Info-copy-current-node-name): Check `Info-current-file' for
14311         `stringp' and construct a command with `Info-find-node' from it.
14312         (Info-fontify-node): Use `match-string-no-properties' instead of
14313         `match-string' and check file names for `stringp'.
14314         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14315         `history', `toc' instead of strings.
14317 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
14319         * files.el: Rearrange functions and variables in the file local
14320         variables section.
14322 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
14324         * files.el: Add truncate-lines, ispell-check-comments and
14325         ispell-local-dictionary as safe local variables.
14327 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
14329         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14330         out of scope variables.
14331         (gud-speedbar-buttons): Use unless.
14333         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14334         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14335         (gdb-show-changed-values): Also use for out of scope variables.
14336         (gdb-var-update-handler-1): Note if variable goes out of scope.
14338 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
14340         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14341         default to global variable values for unsupplied args.
14342         (rcirc-get-buffer-create): Fix bug with setting the target.
14343         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14344         test for rcirc-always-use-server-buffer-flag here.
14345         (rcirc-response-formats): Add %N, which is a facified nick.  %n
14346         uses the default face.  Change the ACTION format string.  If the
14347         "nick" is the server, don't print anything for that field.
14348         Comment fixes.
14349         (rcirc-target-buffer): Don't test
14350         rcirc-always-use-server-buffer-flag here.
14351         (rcirc-print): Squeeze extra spaces out of the text before message.
14352         (rcirc-put-nick-channel): Strip potential "@" char from nick
14353         before adding them to nick table.
14354         (rcirc-url-regexp): Improve to match address like "foo.com".
14356 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
14358         * allout.el (allout-hidden-p): Move this defsubst before
14359         allout-overlay-interior-modification-handler, where it is first
14360         used.
14362 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
14364         * allout.el: Use allout invisible-text overlays instead of
14365         selective display for concealed text.  Also, lots of general
14366         cleanup, and improved compatibility code.
14368         (allout-version): Incremented, corrected, revised, and refined
14369         module commentary.
14371         (provide 'allout): Moved to the bottom, added a require of overlay.
14373         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14374         `except-current'.
14375         (allout-write-file-hook-handler): Minimize delay.
14376         (count-trailing-whitespace-region): New function so
14377         auto-encryption of current topic can resituate cursor exactly.
14378         PGP/GPG encryption trims trailing whitespace from lines, which
14379         must be accounted for across encryption then decryption.
14381         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14382         just plain "\C-c", to avoid intruding on user's keybinding space.
14384         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14385         parameter, so user request to provide a new password is done.
14387         (allout-outside-normal-auto-fill-function, allout-auto-fill):
14388         Refined mechanism for auto-filling behavior while in allout mode.
14390         (allout-mode): Explicitly specify the mode map in the docstring.
14391         Clarify provision for various write-file hook var names.
14392         Adjusted for invisible-text overlays instead of selective-display.
14394         (allout-depth): Really return 0 if not within any topic.  This
14395         rectifies `allout-beginning-of-level' and sequence numbering
14396         errors that occur when cutting and pasting numbered topics.
14397         Changed from a in-line subst to a regular function, as well.
14399         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14401         (allout-end-of-subtree, allout-end-of-subtree)
14402         (allout-end-of-entry, allout-end-of-current-heading)
14403         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14404         (allout-show-children, allout-show-to-offshoot)
14405         (allout-hide-current-entry, allout-show-current-entry): Rectified
14406         handling of trailing blank lines between items.
14408         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14409         (allout-current-depth, allout-unprotected, allout-hidden-p)
14410         (allout-on-current-heading-p, allout-listify-exposed)
14411         (allout-chart-subtree, allout-goto-prefix)
14412         (allout-back-to-current-heading, allout-get-body-text)
14413         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14414         (allout-hide-region-body, allout-toggle-subtree-encryption)
14415         (allout-encrypt-string, allout-encrypted-key-info)
14416         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14417         (allout-file-vars-section-data): Adjusted for use with
14418         invisible-text overlays instead of selective-display.
14420         (allout-kill-line, allout-kill-topic, allout-yank-processing):
14421         Reworked for use with invisible text overlays.
14423         (allout-current-topic-collapsed-p): New function.
14425         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14426         to know when to close the containing topic.
14428         (allout-pre-command-business, allout-post-command-business):
14429         Simplify undo-batching and dynamic isearch exposure.
14431         (allout-set-overlay-category): New for invisible-text overlays.
14432         Sets properties of allout-overlay-category, used by
14433         allout-flag-region to set invisible-text overlay properties.
14434         (allout-get-invisibility-overlay): Get the first qualifying
14435         invisibility overlay, so we can find the extent of it.
14436         (allout-back-to-visible-text): Get to just before the beginnining
14437         of the current invisibility overlay, if any.
14439         (allout-overlay-insert-in-front-handler)
14440         (allout-overlay-interior-modification-handler)
14441         (allout-before-change-handler, allout-isearch-end-handler): New
14442         functions to handle extraordinary actions affecting concealed
14443         text.
14445         (allout-flag-region): Use overlays instead of selective-display
14446         for invisible text - by inheritence from the properties of
14447         allout-overlay-category in mainline Emacs, and applied
14448         property-by-property in XEmacs, some recent versions of which
14449         don't inherit the properties from the category.  Provisions to
14450         respond to concealed-text edits simplified drastically.
14452         (allout-isearch-rectification, allout-isearch-was-font-lock)
14453         (allout-isearch-expose, allout-enwrap-isearch)
14454         (allout-isearch-abort, allout-pre-was-isearching)
14455         (allout-isearch-prior-pos, allout-isearch-did-quit)
14456         (allout-isearch-dynamic-expose)
14457         (allout-hide-current-entry-completely): Functions deleted.
14459         (allout-undo-aggregation): Explicit undo aggregation no longer
14460         necessary due to transition away from selective-display.
14462         (set-allout-regexp, allout-up-current-level)
14463         (allout-next-visible-heading, allout-forward-current-level)
14464         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
14465         (allout-kill-line, allout-yank-processing, allout-show-children)
14466         (allout-expose-topic, allout-old-expose-topic)
14467         (allout-listify-exposed, allout-insert-latex-header)
14468         (allout-toggle-subtree-encryption, allout-encrypt-string)
14469         (remove-from-invisibility-spec, allout-hide-current-subtree):
14470         Ditched unused variables.
14472 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
14474         * textmodes/ispell.el (ispell-change-dictionary): Call
14475         ispell-buffer-local-dict instead of
14476         ispell-accept-buffer-local-defs.
14477         (ispell-local-dictionary-alist): Accept as valid any coding-system
14478         supported by Emacs.
14479         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14480         changed to iso-8859-3.
14482 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
14484         * speedbar.el (speedbar-frame-width): Make an inline function
14485         instead of a macro.  Use frame-width.
14486         (speedbar-try-completion, speedbar-update-contents)
14487         (speedbar-timer-fn): Use consp.
14488         (speedbar-update-localized-contents): Try to preserve point.
14490         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
14491         (menu): Re-order menu items.
14492         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
14493         field.
14494         (gdb-var-update-handler-1): Use it for GDB 6.4+.
14495         (gdb-post-prompt): Speed things by not forcing update.
14497 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
14499         * wid-edit.el (widget-button-click): For mouse-1, cancel button
14500         press and perform default action if we get a mouse movement event.
14502 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14504         * calendar/icalendar.el (icalendar--get-event-property)
14505         (icalendar--get-event-property-attributes): Fix typos in
14506         docstrings.
14508         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
14509         docstring.
14511 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
14513         * bs.el (bs-mode): Use `buffer-disable-undo'.
14514         (bs--get-file-name): Simplify.
14515         (bs-show-in-buffer): Mark the buffer as not modified.
14517 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14519         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
14520         widget-button-click.
14522         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
14523         (custom-mode): Update docstring.
14525         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
14526         binding.
14528         * files.el (hack-local-variables-confirm): Allow scrolling if the
14529         file variable list is too long.  Kill temp buffer after use.
14531 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
14533         * progmodes/gud.el (gdb): Improve doc string.
14534         (gdb-script-font-lock-keywords): Expand allowed character set.
14536         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
14537         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
14538         (gdb-separate-io-interrupt, gdb-separate-io-quit)
14539         (gdb-separate-io-stop, gdb-separate-io-eof):
14540         Rename from gdb-inferior-* to gdb-separate-*.
14541         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
14543 2006-02-14  Jay Belanger  <belanger@truman.edu>
14545         * calc/calc-arith.el (math-check-known-scalarp): Make sure
14546         expression is a symbol before checking that it is bound.
14548         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
14549         test to see if equation can be solved.
14551 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14553         * wid-edit.el (widget-button-click): Use :pressed-face property
14554         for overlay face, if it exists.
14556         * cus-edit.el (custom-manual, custom-add-see-also)
14557         (custom-add-parent-links, custom-group-link): Add :pressed-face
14558         property to links.
14560         * files.el (hack-local-variables): Remove ignored variables before
14561         checking if any variables need setting.
14563 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14565         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
14567 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
14569         * help.el (where-is): Fix message for remapped commands.
14571         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
14572         Fix typos in docstrings.
14574 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
14576         * files.el (safe-local-variable-values): New option.
14577         (hack-local-variables-prop-line): Return a list of variable-value
14578         pairs if MODE-ONLY is non-nil.
14579         (hack-local-variables): Construct list of variable-value pairs,
14580         and apply or reject them in one go.  Ask for confirmation if
14581         variables are not known safe.
14582         (hack-local-variables-confirm): Complete rewrite.  Support
14583         `safe-local-variable-values'.
14584         (enable-local-variables): Update docstring to reflect new
14585         behavior.
14586         (ignored-local-variables): Ignore ignored-local-variables and
14587         safe-local-variable-values.
14588         (safe-local-variable-p): New function.
14589         (risky-local-variable-p): `safe-local-variable' property check
14590         moved to safe-local-variable-p.
14591         (hack-one-local-variable): Checks moved to hack-local-variables.
14593         (byte-compile-dynamic, c-basic-offset, c-file-style)
14594         (c-indent-level, comment-column, fill-column, fill-prefix)
14595         (indent-tabs-mode, kept-new-versions, no-byte-compile)
14596         (no-update-autoloads, outline-regexp, page-delimiter)
14597         (paragraph-start, paragraph-separate, sentence-end)
14598         (sentence-end-double-space tab-width, version-control):
14599         Add `safe-local-variable' property.
14601         * find-lisp.el: Delete nonexistent `autocompile' file variable.
14603         * icomplete.el, play/landmark.el: Change nonexistent
14604         `outline-layout' file variable to `allout-layout'.
14606 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
14608         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
14609         (gdb-get-changed-registers): Test value of gud-minor-mode relative
14610         to gud-comint-buffer.
14611         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
14612         gdb-ui.el for gdb-mi.el.
14613         (gdb-post-prompt, gdb-get-changed-registers): Move test for
14614         registers buffer to gdb-get-changed-registers.
14615         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
14616         deletion of catchpoints (throw and catch).
14617         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14618         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
14619         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
14620         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
14621         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
14623 2006-02-13  Jay Belanger  <belanger@truman.edu>
14625         * calc/calc-arith.el (math-check-known-matrixp): Make sure
14626         expression is a symbol before checking that it is bound.
14628 2006-02-13  Richard M. Stallman  <rms@gnu.org>
14630         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
14631         for the minibuffer too, but not if resize-mini-windows will interfere.
14633         * help.el (describe-key-briefly, describe-key): Do all arg-reading
14634         inside `interactive' spec.
14635         (describe-key-briefly-internal, describe-key-internal):
14636         Functions merged back into their callers.
14638 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
14640         * info.el (info-xref-visited): Inherit from info-xref too.
14641         (Info-set-mode-line): Replace occurrences of `%' by `%%'
14642         when propertizing Info-current-file and Info-current-node.
14644 2006-02-13  Juri Linkov  <juri@jurta.org>
14646         * tumme.el (tumme-thumbnail-storage): Fix docstring.
14647         (tumme-thumb-name): Fix per-directory format.
14649 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
14651         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
14653 2006-02-12  Miles Bader  <miles@gnu.org>
14655         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
14657 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
14659         * tumme.el: Remove history section.  If someone needs the it, it
14660         can always be found in CVS.
14662 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
14664         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
14665         about the Thumbnail Managing Standard option.
14667 2006-02-12  Richard M. Stallman  <rms@gnu.org>
14669         * subr.el (substitute-key-definition): Doc fix.
14671         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
14673         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
14675         * info.el (Info-mode): Doc fix.
14677         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
14679 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
14681         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
14682         because on Solaris a POSIX compatible "id" is needed.  Reported by
14683         Magnus Henoch <mange@freemail.hu>.
14685 2006-02-12  Juri Linkov  <juri@jurta.org>
14687         * tumme.el: Remove todo item about Thumbnail Managing Standard.
14688         (tumme) <defgroup>: Change :group to `multimedia'.
14689         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
14690         Managing Standard.
14691         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
14692         Fix dostring.
14693         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
14694         and %y.  Fix docstring.
14695         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
14696         (tumme-cmd-create-standard-thumbnail-command): New user options.
14697         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
14698         is `standard'.  Fix docstring.
14699         (tumme-thumb-width, tumme-thumb-height): New user options.
14700         (tumme-external-viewer): Try to find various viewers.
14701         (tumme-get-thumbnail-image): Use `create-image' instead of
14702         constructing the `image' structure.
14703         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
14704         `standard'.
14705         (tumme-thumb-name): Add file name generation for standard storage.
14706         Simplify code for other storages.
14707         (tumme-thumb-name): Use width %w and height %h instead of size %s.
14708         Add modification time %m and thumbnail-nq8 %q.
14709         Use `tumme-cmd-create-standard-thumbnail-command' if
14710         tumme-thumbnail-storage is `standard'.
14711         (tumme-dired-insert-marked-thumbs): New autoload command.
14712         (tumme-dired-after-readin-hook): New function.
14713         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
14714         `tumme-thumb-size'.
14715         (tumme-display-image): Replace size-x %x and size-y %y with
14716         width %w and height %h.
14718         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
14719         `tumme-dired-insert-marked-thumbs'.
14721 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
14723         * tumme.el (tumme-write-tag): Fix small bug (file name did not
14724         include path).
14725         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
14726         matching tag.
14728 2006-02-12  Miles Bader  <miles@gnu.org>
14730         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
14731         New variables.
14732         (rcirc-abbrev-nick): New function.
14733         (rcirc-format-response-string): Rewrite to use the formats in
14734         `rcirc-response-formats' and expand escape sequences therein.
14735         A text-property `rcirc-text' is added over the actual response
14736         text to make easy to find inside the returned string.
14737         (rcirc-print): When filling, just look for the `rcirc-text'
14738         text-property to find the appropriate fill prefix, instead of
14739         using hardwired patterns.
14741 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
14743         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
14744         Managing Standard.
14746 2006-02-11  Kim F. Storm  <storm@cua.dk>
14748         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
14749         Don't use insert-buffer; do insert-buffer-substring directly.
14750         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
14752 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
14754         * files.el (revert-buffer, recover-file): Replace buffer-read-only
14755         with inhibit-read-only.  Suggested by Stefan Monnier.
14756         (revert-buffer): Let insert-file-contents discard
14757         buffer-undo-list.  Simplify code.
14758         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
14760 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
14762         * menu-bar.el (menu-bar-select-yank): Add a doc string.
14764         * help.el (describe-key-briefly): Now a wrapper for
14765         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
14766         to t.  Populate yank-menu if empty.
14767         (describe-key-briefly-internal): Renamed from describe-key-briefly.
14768         (describe-key): Now a wrapper for describe-key-internal.  Bind
14769         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
14770         (describe-key-internal): Renamed from describe-key.
14772 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
14774         * progmodes/glasses.el (glasses-separator): Doc fix.
14775         (glasses-original-separator): New defcustom.
14776         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
14778 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
14780         * mwheel.el (mouse-wheel-up-event): Doc fix.
14782 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
14784         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
14785         (tumme-dir): New function.  Copied from thumbs.el.
14787 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
14789         * desktop.el (desktop-outvar): Fix typo.
14790         (desktop-save-buffer-p): Doc fix.
14792         * subr.el (substitute-key-definition): Fix typo.
14794 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14796         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
14797         when window-system is mac.
14799         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
14801 2006-02-10  Kim F. Storm  <storm@cua.dk>
14803         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
14804         indirect-function instead of using condition-case.
14806 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
14808         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
14809         less `colloquial'...
14811 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
14813         * tumme.el: Add a couple of todo items.
14815 2006-02-09  Lars Hansen  <larsh@soem.dk>
14817         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
14818         (highlight-changes-mode): Don't change desktop-locals-to-save.
14820 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
14822         * image-mode.el (image-toggle-display): Clear image cache if using
14823         filename.
14825 2006-02-09  Masatake YAMATO  <jet@gyve.org>
14827         * dired-x.el (dired-guess-shell-alist-default): Add .man as
14828         a `dired-man' target.
14830         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
14831         boundary of symbols.
14833 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
14835         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
14837 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
14839         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
14840         `mapcar'; return nil.
14842 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
14844         * mouse.el (mouse-drag-track): Don't change window if we rebind to
14845         some other event.
14847 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
14849         * net/rcirc.el (rcirc-startup-channels-alist):
14850         Add irc.freenode.net and #emacs as defaults.
14851         (rcirc-ignore-all-activity-flag): Remove variable.
14852         (rcirc-authinfo): New variable.
14853         (rcirc-authinfo-filename): Remove variable.
14854         (rcirc-always-use-server-buffer-flag): New flag.
14855         (rcirc): M-x rcirc will automatically connect without prompting.
14856         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
14857         connection in lisp.
14858         (rcirc-process-server-response-1): Remove everything but the nick
14859         portion of the sender so it doesn't need to be done everywhere
14860         else.  Update related code.
14861         (global-map): Remove global keybindings.
14862         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
14863         (rcirc-send-input): Split into several functions.
14864         (rcirc-process-input-line, rcirc-process-message)
14865         (rcirc-process-command): New functions.
14866         (rcirc-target-buffer): New function to determine where to route
14867         messages.
14868         (rcirc-user-nick): Save match data.
14869         (rcirc-toggle-ignore-buffer-activity)
14870         (rcirc-update-activity-string): Remove global ignore functionality,
14871         which can be done now by toggling rcirc-track-minor-mode.
14872         (rcirc-track-minor-mode-map): New keymap.
14873         (rcirc-track-minor-mode): New minor-mode.
14874         (ignore): Make the ignore output nicer.  Always print it when
14875         adding or removing nicks.
14876         (rcirc-url-regexp): Improve.
14877         (rcirc-mangle-text): Remove properties before using text in the
14878         modeline.
14879         (rcirc-authenticate): Authentication data comes from
14880         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
14881         (rcirc-server-prefix): Inherit from rcirc-server.
14883 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
14885         * Makefile.in (compile): Append "|| true" to the end of the `find'
14886         command, like compile-always does.
14888 2006-02-08  Sam Steingold  <sds@gnu.org>
14890         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
14891         output from a dead connection.
14893 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
14895         * dired.el (dired-mode-map): Add more bindings for tumme.
14897 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14899         * wdired.el (wdired-mode-map): Use remap.
14900         (wdired-get-filename): Massage.
14901         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
14902         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
14903         `keymap' property rather than `local-map'.
14905 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
14907         * tumme.el (tumme-get-thumbnail-image): New utility function.
14908         Suggested by from Chong Yidong.
14909         (tumme-dired-with-window-configuration): Rename from
14910         `tumme-dired'.  Add code to save window configuration.
14911         (tumme-restore-window-configuration): New command to restore the
14912         window configuration that `tumme-dired-with-window-configuration'
14913         saves before it changes the window configuration.
14914         (tumme-show-all-from-dir): New command to display thumbnails for
14915         all files in a directory entered by the user, like M-x thumbs.
14916         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
14917         have been created.
14918         (tumme-display-thumbnail-original-image): Call `display-buffer'.
14919         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
14920         Remove obsolete test function.
14922 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
14924         * vc.el (small-temporary-file-directory): Remove defvar; there's
14925         a defcustom for it in files.el.
14927         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
14928         Fix typo in message.
14929         (tumme-gallery-generate): Fix typo in `error' message.
14930         (tumme-display-window-height-correction)
14931         (tumme-display-window-width-correction, tumme-line-up-dynamic)
14932         (tumme-line-up-interactive): Dox fixes.
14933         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
14934         (tumme-restore-window-configuration, tumme-format-properties-string)
14935         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
14936         Fix typos in docstrings.
14938 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
14940         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
14942 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
14944         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
14945         User should use hook if desired.
14947         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
14948         buffer if necessary.
14949         (gdb-delete-frame-or-window): New function.
14950         (gdb-breakpoints-mode-map): Bind "q" to it.
14952 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14954         * textmodes/nroff-mode.el: Clean up name space.
14955         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
14956         (nroff-mode): Obey the global setting of nroff-electric-mode.
14957         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
14959         * calendar/calendar.el (calendar-increment-month): Typo in last change.
14961 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
14963         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
14965 2006-02-06  Lars Hansen  <larsh@soem.dk>
14967         * generic-x.el (etc-fstab-generic-mode): Add file system types
14968         cifs and usbdevfs.  Allow special chars in file names.
14970 2006-02-05  Jay Belanger  <belanger@truman.edu>
14972         Update copyright notices of the files in lisp/calc.
14974 2006-02-05  Romain Francoise  <romain@orebokech.com>
14976         Update copyright notices of all files in the lisp/play directory.
14978 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
14980         * ldefs-boot.el: Regenerate.
14982         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
14984 2006-02-05  Kim F. Storm  <storm@cua.dk>
14986         * files.el (magic-mode-regexp-match-limit): New defvar.
14987         (set-auto-mode): Use it to limit magic-mode-alist matching.
14989 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
14991         * info.el (Info-index, Info-mode): Improve the description of the
14992         `i' command.
14994         * ldefs-boot.el: Regenerate.
14996 2006-02-03  Werner Lemberg  <wl@gnu.org>
14998         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
14999         greedy to find the closing bracket in \*[...] and similar
15000         expressions.  This is a first rough fix -- many additional
15001         refinements are necessary to make nroff mode really usable with groff.
15003 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
15005         * international/mule-cmds.el (set-locale-environment):
15006         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15007         libX11.
15009 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
15011         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15012         archive are created in archive-tmpdir.
15014 2006-02-02  John Paul Wallington  <jpw@pobox.com>
15016         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15017         (ibuffer-fontification-alist): Use it.
15018         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15019         to "* z" and the Ibuffer Mark menu.
15021         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15023 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15025         * textmodes/table.el (*table--cell-describe-mode)
15026         (*table--cell-describe-bindings): Undo last change since
15027         print-help-return-message is not obsoleted by anything at all.
15029 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
15031         * emulation/cua-base.el (cua-mode): Doc fix.
15033 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
15035         * dframe.el (dframe-handle-make-frame-visible)
15036         (dframe-handle-iconify-frame, dframe-get-focus)
15037         (dframe-select-attached-frame, dframe-power-click)
15038         (dframe-frame-mode): Fix typos in docstrings.
15040         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15041         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15042         Fix typos in docstrings.
15044         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15045         (hi-lock-face-buffer, hi-lock-font-lock-hook)
15046         (hi-lock-archaic-interface-message-used)
15047         (hi-lock-file-patterns-range): Fix typos in docstrings.
15049         * savehist.el (savehist-loaded, savehist-load, savehist-install)
15050         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15052         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15053         Fix typo in docstring.
15055         * net/newsticker.el (newsticker--decode-iso8601-date)
15056         (newsticker--set-customvar, newsticker--buffer-insert-item)
15057         (newsticker--do-run-auto-mark-filter)
15058         (newsticker--parse-generic-feed): Doc fixes.
15059         (newsticker--retrieval-timer-list, newsticker-url-list)
15060         (newsticker-hide-immortal-items-in-echo-area)
15061         (newsticker-hide-obsolete-items-in-echo-area)
15062         (newsticker-new-item-face, newsticker--enclosure)
15063         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15064         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15065         (newsticker--parse-generic-feed, newsticker--cache-contains)
15066         (newsticker--stat-num-items, newsticker-download-enclosures):
15067         Fix typos in docstrings.
15069         * net/rcirc.el (rcirc-debug): Doc fix.
15070         (rcirc-fill-column, rcirc-receive-message-hooks)
15071         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15072         (rcirc-mode, rcirc-generate-new-buffer-name)
15073         (rcirc-startup-channels, rcirc-ignore-update-automatic)
15074         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15075         Fix typos in docstrings.
15076         (rcirc-print): "?\ " -> "?\s".
15077         (rcirc-cmd-join): Improve argument/docstring consistency.
15079 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
15081         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15082         before narrow-to-region.
15084 2006-02-01  Richard M. Stallman  <rms@gnu.org>
15086         * simple.el (move-beginning-of-line): Scan properly for invis change.
15088         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15090 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
15092         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15093         change bit only when id-format is 'integer.  Reported by Matt
15094         Hodges <M.P.Hodges@rl.ac.uk>.
15096 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
15098         * hilit-chg.el (highlight-changes-initial-state)
15099         (highlight-changes-global-initial-state): Doc fixes.
15100         (highlight-changes-global-modes, global-highlight-changes):
15101         Fix typos in docstrings.
15103 2006-02-01  Kim F. Storm  <storm@cua.dk>
15105         * emulation/cua-base.el (cua-mode): Mention that CUA enables
15106         transient-mark-mode in doc string.
15108 2006-01-31  Richard M. Stallman  <rms@gnu.org>
15110         * replace.el (multi-occur): Doc fix.
15111         (multi-occur-in-matching-buffers): Rename from
15112         multi-occur-by-filename-regexp.  Prefix arg says match
15113         buffer names instead of file names.
15115 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
15117         * bs.el: Allow non-default values of `bs-header-lines-length'.
15118         (bs--running-in-xemacs): Remove (not needed anymore).
15119         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15120         instead of `shrink-window', thus avoiding having to compute the
15121         height of the window.
15122         (bs--up): Wrap around even when there's no header.
15123         (bs--down): Use `forward-line' instead of `next-line'.
15125 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
15127         * image-mode.el (image-toggle-display): Use file name if possible,
15128         instead of unnecessarily allocating a (possibly huge) lisp string.
15130 2006-01-30  John Paul Wallington  <jpw@pobox.com>
15132         * subr.el (toplevel): Define `cl-assertion-failed' condition here
15133         because the `assert' macro signals it at runtime.
15135         * emacs-lisp/cl.el (toplevel): Remove definition of
15136         `cl-assertion-failed' condition.
15138 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
15140         * thumbs.el (thumbs-marked-list): Make buffer-local and
15141         permanent-local.
15142         (thumbs-insert-thumb): Make help-echo non-sticky.
15143         (thumbs-file-alist): Use eolp as check for (non)-image.
15145 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
15147         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15148         (ediff-before-session-group-setup-hooks)
15149         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15150         Fix typos in docstrings.
15152         * window.el (bw-dir, bw-eqdir, balance-windows)
15153         (split-window-keep-point): Fix typos in docstrings.
15155         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15156         (org-quote-string, org-calendar-to-agenda-key)
15157         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15158         (org-show-following-heading, org-tags-column)
15159         (org-use-tag-inheritance, org, org-allow-space-in-links)
15160         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15161         (org-enable-table-editor, org-calc-default-modes)
15162         (org-table-allow-automatic-line-recalculation)
15163         (org-export-html-style, org-export-with-fixed-width)
15164         (org-export-with-sub-superscripts, org-special-keyword)
15165         (org-formula, org-time-grid, org-table-may-need-update)
15166         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15167         (org-goto-quit, org-get-indentation, org-end-of-item)
15168         (org-move-item-down, org-move-item-up)
15169         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15170         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15171         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15172         (org-agenda-log-mode, org-agenda-toggle-diary)
15173         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15174         (org-agenda-file-to-end, org-agenda-no-heading-message)
15175         (org-agenda-get-closed, org-format-agenda-item)
15176         (org-cmp-priority, org-cmp-category, org-cmp-time)
15177         (org-agenda-change-all-lines, org-agenda-diary-entry)
15178         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15179         (org-link-search, org-camel-to-words, org-open-file)
15180         (org-remember-handler, org-table-convert-region)
15181         (org-table-move-row-down, org-table-move-row-up)
15182         (org-table-copy-region, org-table-wrap-region)
15183         (org-table-toggle-vline-visibility)
15184         (org-table-get-vertical-vector, org-table-modify-formulas)
15185         (org-table-get-specials, org-recalc-commands)
15186         (org-table-rotate-recalc-marks, org-table-eval-formula)
15187         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15188         (org-level-color-stars-only, org-insert-heading):
15189         Fix typos in docstrings.
15190         (last-arg): Add defvar.
15192         * makefile.w32-in (WINS): Add erc.
15193         (MH_E_SRC): Update (copied from lisp/Makefile.in).
15195 2006-01-29  Bill Wohler  <wohler@newt.com>
15197         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15198         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15199         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
15200         (mh-autoloads): Don't use comments on otherwise empty lines.
15202 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
15204         * emulation/viper.el (viper-major-mode-modifier-list):
15205         Add insert-state and vi-state entries for erc-mode.
15206         (viper-go-away, viper-set-hooks): Add and remove
15207         viper-comint-mode-hook from erc-mode-hook as appropriate.
15209         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15211 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
15213         * bs.el (bs--format-aux): Implement `middle' alignment as
15214         described in the docstring for `bs-attributes-list'.
15215         (bs--get-name): Simplify.  Don't pad the buffer name.
15217 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
15219         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15220         English aspell dictionary is installed, use the first entry of
15221         ispell-dictionary-alist-1.
15223 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15225         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15226         Doc fix.
15228 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
15230         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15231         for `process-file', in order to let it work for older Emacsen too.
15233 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
15235         * international/latexenc.el: Add a suitable `coding:' tag.
15236         (latexenc-find-file-coding-system): Undo last change.
15238 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15240         * international/latexenc.el (latexenc-find-file-coding-system):
15241         Make sure latexenc-main-file is a regular file and is readable.
15243 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
15245         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15246         Pass FILE to vc-user-login-name.
15248         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15250 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
15252         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15253         there are no more images to display.
15254         (thumbs-mark, thumbs-unmark): Revert change so that they move to
15255         the next image.
15257 2006-01-26  Richard M. Stallman  <rms@gnu.org>
15259         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15261         * wid-edit.el (advertised-widget-backward): New alias.
15262         (widget-keymap): Use advertised-widget-backward for S-TAB.
15264         * tumme.el: Correct the keywords.
15265         (tumme-dir-max-size): Use defvar.
15266         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15268         * simple.el (move-beginning-of-line): Take account of fields.
15269         (clone-indirect-buffer-other-window): Take args like
15270         clone-indirect-buffer, and work like it.
15272         * help-fns.el (describe-function): Don't pass `nil' as default.
15274         * files.el (risky-local-variable-p): Follow var aliases.
15276         * subr.el (lazy-completion-table): Doc fix.
15278         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15279         global binding of `line'.
15281 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
15283         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15284         Tramp.
15286         * vc.el (vc-default-dired-state-info): Pass FILE to
15287         vc-user-login-name.
15288         (vc-default-update-changelog): Don't use vc-user-login-name, we
15289         don't need it here.
15291         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15292         no longer necessary.
15294 2006-01-25  Kenichi Handa  <handa@m17n.org>
15296         * international/mule.el (decode-char): Avoid the overhead of
15297         calling utf-lookup-subst-table-for-decode if
15298         utf-translate-cjk-mode is nil.
15299         (encode-char): Avoid the overhead of calling
15300         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15301         nil.
15303 2006-01-22  Kenichi Handa  <handa@m17n.org>
15305         * international/mule.el (make-subsidiary-coding-system): Reset
15306         `coding-system-define-form' property of subsidiaries to nil.
15307         Avoid duplicated entry in coding-system-alist.
15308         (make-coding-system): Avoid duplicated entry in
15309         coding-system-alist.
15310         (define-coding-system-alias): Likewise.
15312 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
15314         * completion.el: Minor fixes in introductory comment.
15315         (completion-def-wrapper): Fix alist.
15317 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
15319         * thumbs.el (thumbs-new-image-size): New function.
15320         (thumbs-increment-image-size-element)
15321         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15322         (thumbs-decrement-image-size): Delete.
15323         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
15324         temp files and use to resize.
15325         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15326         Use increment argument to enlarge/shrink.  Preserve point.
15327         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15328         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15329         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15330         (thumbs-mark, thumbs-unmark): Preserve point.
15331         (thumbs-modify-image): Keep old temp files and use to modify.
15332         Cleanup old temp files at load time.  Preserve point.
15333         (thumbs-view-image-mode-map): Use new command names.
15335 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15337         * log-view.el (log-view-minor-wrap): First rev is the one at point.
15339         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15340         the nastiest part of the cyclic dependency.
15341         (cal-menu-update): Use dotimes and calendar-increment-month.
15343         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15344         (calendar-week-start-day): Add an :initializer.
15345         (calendar-mode-map): Use suppress-keymap, and command remapping.
15346         (describe-calendar-mode): Setup xref-stack info for the back button.
15347         (calendar-star-date): Insert before delete.
15348         (calendar-set-mode-line): Add file-modified info if applicable.
15349         (calendar-increment-month): New function.
15351 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
15353         * font-lock.el (lisp-font-lock-keywords-2):
15354         Recognize "& keywords" only at word boundaries.
15356 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
15358         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
15359         and permanent-local.
15360         (thumbs-max-image-number): New variable.
15361         (thumbs-do-thumbs-insertion): Use them.
15362         (thumbs-per-line): Change default to 4.
15363         (thumbs-marked-list): Rename from thumbs-markedL.
15364         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15365         (thumbs-rename-images): Use -list instead of L for internal variables.
15366         (thumbs-call-convert): Use call-process instead of shell-command.
15367         (thumbs-insert-thumb): Add filename as help-echo to each image.
15368         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15369         Give dir to thumbs-show-thumbs-list.
15370         (thumbs-show-thumbs-list): Set default-directory to that of images.
15371         (thumbs-dired-show): Rename from thumbs-dired-show-all.
15372         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15373         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15374         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15376 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15378         * ses.el (ses-read-cell): Provide a default value.
15380 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
15382         * term/w32-win.el (image-library-alist): Add additional names for
15383         GIF library.
15385 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15387         * international/latexenc.el (latexenc-find-file-coding-system):
15388         Add file-regular-p check.
15390 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15392         * simple.el (clone-buffer): Don't show the new buffer in the same
15393         window.
15395 2006-01-23  Juri Linkov  <juri@jurta.org>
15397         * faces.el (link, link-visited): New faces based on default values
15398         of `info-xref' and `info-xref-visited'.
15400         * info.el (info-xref): Inherit from `link'.
15401         (info-xref-visited): Inherit from `link-visited'.
15403         * cus-edit.el (custom-buffer-create-internal): Use widget type
15404         `custom-manual' instead of `info-link' and don't set properties
15405         `button-face' and `mouse-face' explicitly.
15406         (custom-browse-group-tag, custom-browse-variable-tag)
15407         (custom-browse-face-tag): Inherit from widget class
15408         `custom-group-link' instead of `push-button'.
15409         (custom-button-unraised): Inherit from `underline' face.
15410         (custom-link): Inherit from `link' face.  Fix doc and group.
15411         (custom-add-parent-links, custom-group-value-create): Don't set
15412         properties `button-face' and `mouse-face' explicitly for
15413         `custom-group-link' widget.
15414         (custom-group-link): Add properties `button-face' and `mouse-face'
15415         to widget definition.
15416         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
15417         editable-field's :keymap property.
15418         (custom-mode): Fix docstring: substitute keybindings for
15419         `widget-forward' and `widget-backward' from `widget-keymap',
15420         `widget-complete' from `custom-field-keymap', replace old
15421         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
15423         * desktop.el (desktop-load-file): Check for `fboundp' before
15424         calling `symbol-function'.
15426         * simple.el (clone-buffer, clone-indirect-buffer)
15427         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15428         `read-string'.  Fix prompts.
15430         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15432 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
15434         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15436 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
15438         * startup.el (inhibit-splash-screen, initial-scratch-message):
15439         Doc fixes.
15441 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
15443         Sync with Tramp 2.0.52.
15445         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
15446         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
15447         `tramp-unload-tramp' for checklist.
15449         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
15450         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
15451         (tramp-unload-file-name-handler-alist)
15452         (tramp-unload-tramp): New defuns.
15453         (tramp-advice-PC-expand-many-files): New defadvice.
15454         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
15455         removed.
15456         (tramp-handle-expand-file-name): Remove double slash.
15457         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
15458         It doesn't matter, because it will be converted later on.
15459         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
15460         implementation was just heuristic.
15461         (tramp-post-connection): Set uid and gid properties.
15462         (tramp-convert-file-attributes): Set file's gid change bit.
15463         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
15464         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
15465         in case of su(do)? methods.  The home directory of the local user
15466         will be taken else.
15467         (tramp-open-connection-telnet)
15468         (tramp-open-connection-rsh, tramp-open-connection-su)
15469         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
15470         local shell prompt could hurt.  Reported by Romain Francoise
15471         <romain@orebokech.com>.
15472         (tramp-let-maybe): Add `edebug-form-spec' property.
15473         (tramp-handle-expand-file-name): Bind `default-directory' locally
15474         to "/" in order to avoid problems with UNC shares or Cygwin
15475         mounts.
15476         (tramp-md5-function): Fix typo in error message.
15478         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15480         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15481         for byte-compiler pacification.
15483 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
15485         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
15486         ID-FORMAT `string'.  This allows us to get rid of
15487         `vc-user-login-name UID'.
15489         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
15491 2006-01-22  John Paul Wallington  <jpw@pobox.com>
15493         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
15495 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
15497         * emacs-lisp/find-func.el (find-definition-noselect)
15498         (find-variable-noselect): Search variables in C source code too.
15499         (find-function-C-source, find-function-noselect, find-function)
15500         (find-function-other-frame, find-variable-noselect, find-variable)
15501         (find-variable-other-frame, find-variable-at-point):
15502         Fix docstrings.
15504 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15506         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
15508 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
15510         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
15511         Default to disabling the "Save affix" question.
15513 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
15515         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
15516         the first arg to run-python.
15518 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
15520         * startup.el (command-line-1): Handle --no-desktop if desktop.el
15521         is not loaded.
15523 2006-01-20  Jay Belanger  <belanger@truman.edu>
15525         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
15526         limit is 0.
15528         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
15529         the correct variable.
15531 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
15533         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
15534         link.  Fixed buggy argument sequence in call to `org-view-tags'.
15535         (org-compile-prefix-format): Set `org-prefix-has-tag'.
15536         (org-prefix-has-tag): New variable.
15537         (org-format-agenda-item): Remove tags from headline if
15538         appropriate.
15539         (org-agenda-remove-tags-when-in-prefix): New option.
15540         (org-get-tags-at): New function.
15542 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
15544         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
15545         (thumbs-find-image): Move image name and number from buffer name
15546         to mode name.  Set thumbs-buffer.  Preserve point so that large
15547         images remain visible.
15548         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
15549         order.
15550         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
15551         mode name.
15552         (thumbs-next-image, thumbs-previous-image): Make them work.
15554 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
15556         * cus-edit.el (custom-buffer-create-internal): State in the text above
15557         the whole buffer buttons that they do not operate on hidden items.
15558         (custom-face-menu): Use `custom-face-save' instead of
15559         `custom-face-save-command'.
15560         (custom-face-save-command): Make it an alias for `custom-face-save'
15561         and declare it obsolete.
15562         (custom-face-save): Doc fix.
15564         * dired.el (dired-no-confirm): Add quote.
15565         (dired-subdir-alist-pre-R): Add quote in
15566         `make-variable-buffer-local' form and remove unbalanced parenthesis.
15568 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15570         * textmodes/table.el (table-mode-indicator): Typo in last change.
15572 2006-01-19  Richard M. Stallman  <rms@gnu.org>
15574         * outline.el (hide-leaves): Don't call outline-end-of-heading.
15575         Fixes bug reported in Nov 2005.
15577         * isearch.el (isearch-forward): Doc fix.
15579         * dired.el (dired-move-to-filename-regexp): Define as alias.
15580         (dired-no-confirm): Use defcustom.
15581         (dired-subdir-alist-pre-R): Put defvar at top level.
15583         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
15585         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15586         Mark as risky.
15588         * simple.el (set-mark-command): Doc fix.
15589         (clone-indirect-buffer-other-window):
15590         Read arg like clone-indirect-buffer.
15591         (move-beginning-of-line): Skip invisible newlines.
15593 2006-01-19  Masatake YAMATO  <jet@gyve.org>
15595         * progmodes/cpp.el (cpp-edit-load): Make the order of
15596         listed conditions in a base C code buffer and its associate
15597         CPP Edit buffer the same.
15599 2006-01-19  Kenichi Handa  <handa@m17n.org>
15601         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
15602         (rmail-mime-feature): Likewise.
15603         (rmail-require-mime-maybe): Use display-warning to show a warning
15604         message.
15606         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
15607         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
15609 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15611         * array.el: Move defvars out of eval-when-compile.
15612         (array-make-template): Replace undeclared global var with a local one.
15613         (array-mode): Inline initialization functions.
15614         (array-init-local-variables, array-init-max-row)
15615         (array-init-max-column, array-init-columns-per-line)
15616         (array-init-field-width, array-init-rows-numbered)
15617         (array-init-line-length, array-init-lines-per-row): Remove.
15619         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
15620         (doc-mode-map): Define explicitly.
15621         (doctor-txtype): Use mapc.
15623         * textmodes/table.el: Move defvars out of eval-when-compile.
15624         Remove harmful code meant to avoid byte-compiler warnings.
15625         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
15626         specification that checks table-fixed-width-mode directly.
15627         (table-recognize-region, table-recognize-cell):
15628         Use restore-buffer-modified-p.
15629         (table-fixed-width-mode): Remove code that refreshes
15630         table-fixed-mode-indicator.
15631         (*table--cell-describe-bindings, *table--cell-describe-mode):
15632         Avoid obsolete name print-help-return-message.
15633         (table--test-cell-list): Don't use replace-regexp from elisp.
15634         (table--point-entered-cell-function, table--point-left-cell-function):
15635         Don't set table-fixed-mode-indicator, use force-mode-line-update.
15637         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
15638         that was after the end of file.  Use buffer-file-name variable.
15639         (org-timestamp-change): Use with-current-buffer.
15640         (org-todo-list): Don't unnecessarily define a new buffer-local var.
15641         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
15642         `file'.
15644         * progmodes/fortran.el: Move defvars out of eval-when-compile.
15645         (fortran-break-line): Remove unused var `opoint'.
15646         (fortran-abbrev-start): Obey help-event-list.
15648 2006-01-18  Jesper Harder  <harder@phys.au.dk>
15650         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
15652 2006-01-18  Masatake YAMATO  <jet@gyve.org>
15654         * progmodes/make-mode.el (makefile-imake-mode): New mode
15655         derived from makefile-mode.
15656         (makefile-imake-mode-syntax-table): New syntax table
15657         derived from makefile-mode-syntax-table.
15658         (makefile-mode): Write about makefile-imake-mode in doc string.
15659         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
15660         (makefile-imake-font-lock-keywords): New font lock keywords.
15662         * files.el (auto-mode-alist): Add Imakefile.
15664 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
15666         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
15667         loading the file rather than when turning on flyspell-mode.
15669 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
15671         * cus-edit.el (customize-rogue): Minor doc fix.
15673 2006-01-17  Juri Linkov  <juri@jurta.org>
15675         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
15676         instead of the file at the mark as default if the file at the mark
15677         is the same as the file at point or if dired-dwim-target-directory
15678         is not the same as the current directory and the mark is not active.
15680         * log-view.el (log-view-minor-wrap): Use the same logic to get
15681         revisions as `log-view-diff'.
15683         * info.el (Info-revert-find-node): Check for Info-current-file
15684         before preserving new-history.
15686         * man.el (Man-heading-regexp): Add `/'.
15688         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
15689         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
15691 2006-01-16  Juri Linkov  <juri@jurta.org>
15693         * faces.el (mode-line-faces): New defgroup.
15694         (mode-line-highlight): Move definition after new defgroup.
15695         (mode-line, mode-line-inactive, mode-line-highlight):
15696         Replace :group `modeline' with `mode-line-faces'.
15697         (mode-line-buffer-id): New face.
15698         (modeline-buffer-id): New face alias.
15699         (vertical-border): Remove :group `modeline'.
15701         * bindings.el (propertized-buffer-identification): Use face
15702         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
15703         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
15704         (mode-line-buffer-identification-keymap): For mouse-1 replace
15705         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
15706         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
15707         mouse-3.
15709         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
15710         Buffer-menu-buffer.  Doc fix.
15711         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
15712         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
15713         `Buffer-menu-buffer'.
15715         * info.el (Info-mode-line-node-keymap): New defvar.
15716         (Info-set-mode-line): Use `stringp' to check Info-current-file.
15717         Propertize Info-current-node with `mode-line-buffer-id' and
15718         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
15720         * time.el (display-time-mail-face): Replace :group `faces' with
15721         `mode-line-faces'.
15723 2006-01-16  Kenichi Handa  <handa@m17n.org>
15725         * international/code-pages.el: Add autoload cookies for cp125[0345678].
15727         * language/european.el (cp1252): New alias for windows-1252.
15729         * international/mule.el (autoload-coding-system): Prepare for EOL
15730         variants.
15732 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
15734         * term.el (term-raw-map): Add mapping for insert.
15735         (term-send-insert): New.
15736         (term-mode): Make variables local here instead of doing it in
15737         `term-emulate-terminal'.
15738         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
15739         Scroll reverse needs to take into account the scroll region.
15740         Saving and restoring the cursor should save the color attributes too.
15741         (term-reset-terminal): Reset the scroll region.
15742         (term-handle-ansi-escape): Cursor up and down should take into
15743         account the scroll region.
15744         (term-set-scroll-region): Rename from `term-scroll-region'.
15745         Move to 0,0 after setting the region.
15746         (term-handle-scroll): Handle scroll up.
15747         (term-down): Fix off by one error.
15748         (term-delete-lines): Do not delete outside the scroll region.
15749         (term-insert-lines): Take into account the scroll region.
15751 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15753         * textmodes/ispell.el (ispell-internal-change-dictionary)
15754         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
15755         (start, end): Move declaration outside of eval-when-compile.
15757         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
15758         (flyspell-mode-on): Use it.
15760         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
15761         ispell-kill-ispell-hook.
15763 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
15765         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15766         (Custom-reset-saved): Do not ask for confirmation in single option
15767         buffers.
15769 2006-01-13  Richard M. Stallman  <rms@gnu.org>
15771         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
15773 2006-01-13  Romain Francoise  <romain@orebokech.com>
15775         * add-log.el (add-change-log-entry, change-log-merge):
15776         Conditionally use `hard-newline'.
15778 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
15780         * wid-edit.el (widget-field-end): If the overlay is no longer
15781         associated with a buffer, behave as if the overlay didn't exist.
15783         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
15784         Make sure the links use the `custom-link' face.
15786 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15788         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
15789         (ld-script-mode): Don't set indent-line-function since we don't
15790         have one.
15792 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
15794         * textmodes/org.el (org-open-file): Use mailcap for selecting an
15795         application.
15796         (org-file-apps-defaults-gnu): Use mailcap as the default for
15797         selecting an application on a UNIX system.
15798         (org-agenda-show-tags): New command.
15799         (org-table-insert-hline): Keep cursor in current table line.
15800         (org-table-convert): Offset effect of modifying
15801         `org-table-insert-hline'.
15802         (org-format-agenda-item): New optional argument TAG.
15803         (org-compile-prefix-format): Handle %T format for the tag.
15804         (org-expand-wide-chars): New function.
15805         (org-table-insert-row, org-table-insert-hline):
15806         Use `org-expand-wide-chars'.
15807         (org-open-file): Fix bug in program launch.
15808         (org-get-time-of-day): Fix bug with times before 1am.
15809         (org-agenda-menu): Add tags commands.
15811 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
15813         * textmodes/ispell.el (ispell-init-process): Include the used
15814         dictionary in ispell process start message.
15815         (ispell-internal-change-dictionary): When flyspell-mode is active
15816         and dictionary is changed, make sure ispell process is restarted
15817         and flyspell word cache cleared out for the current buffer.
15818         (ispell-change-dictionary): Make sure flyspell word cache is
15819         cleared out in all buffers with active flyspell mode when
15820         dictionary is globally changed.
15821         Call ispell-internal-change-dictionary after dictionary change.
15823 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
15825         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
15827         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
15828         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
15829         years.  Fix small differences wrt Makefile.in.
15830         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
15831         Makefile.in does.
15833 2006-01-12  Bill Wohler  <wohler@newt.com>
15835         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
15836         mh-search.el.
15838 2006-01-12  Masatake YAMATO  <jet@gyve.org>
15840         * progmodes/ld-script.el: Update copyright year.
15842 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
15844         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
15845         Don't add widget if setting undefined.
15847 2006-01-12  John Paul Wallington  <jpw@pobox.com>
15849         * help-fns.el (describe-variable): Remove newlines from void
15850         variable output.
15852 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
15854         * wdired.el (wdired-mode-map): Add help echo for
15855         wdired-abort-changes.
15857         * man.el (Man-file-name-regexp): Adjust for a list of files.
15859 2006-01-12  Masatake YAMATO  <jet@gyve.org>
15861         * progmodes/ld-script.el (auto-mode-alist): Support
15862         suffix conventions used in netbsd and eCos.
15864 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
15866         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
15867         (custom-variable-menu, custom-face-menu, custom-group-menu)
15868         (Custom-mode-menu): Change names of menu items.  (As discussed on
15869         emacs-devel.)
15870         (custom-face-menu): Add "Undo Edits" item.
15872         * startup.el (init-file-user): defcustom -> defvar.
15874         * tooltip.el (tooltip-mode): Doc fix.
15876 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15878         * reveal.el (reveal-post-command): window-buffer signals an error on
15879         dead windows rather than returning nil.
15880         (reveal-open-new-overlays): An overlay might die while we open others.
15882 2006-01-11  Bill Wohler  <wohler@newt.com>
15884         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
15885         phrasing in docstring.
15887         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
15888         can give some systems gas.  Add new file mh-buffers.el.
15890 2006-01-06  Masatake YAMATO  <jet@gyve.org>
15892         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
15893         C preprocessor forward ported from GNU Emacs 21.2.
15895         * progmodes/asm-mode.el (asm-font-lock-keywords):
15896         Use `cpp-font-lock-keywords'.
15898         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
15900         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
15901         of $ for "\\.ld[s]?".
15903 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15905         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
15906         (tcl-indent-line): Return `noindent' if inside a string.
15908         * progmodes/flymake.el (flymake-split-string): Remove more than one
15909         empty string at beg/end of the result.
15910         (flymake-find-buildfile, flymake-find-possible-master-files):
15911         Use expand-file-name.
15912         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
15913         since expand-file-name does it for us.  Use directory-file-name.
15914         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
15915         (flymake-ler-get-type, flymake-ler-get-text)
15916         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
15917         (flymake-current-line-no): Remove spurious interactive spec.
15918         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
15919         (flymake-check-include): Remove arg inc-path merged into inc-name.
15920         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
15921         Arg regexp-list replaced by a simple regexp.
15922         (flymake-master-make-header-init, flymake-master-tex-init):
15923         Correspondingly replace regexp-list with a regexp.  Fix regexp.
15925 2006-01-10  Simon Josefsson  <jas@extundo.com>
15927         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
15928         describing AUTH PLAIN fix.
15930 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
15932         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
15933         (report-emacs-bug): Don't record initial prompt text.
15934         Instead, add text properties to prompting text.
15935         (report-emacs-bug-hook): Delete prompting text.
15937 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15939         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
15940         `dirs'.  Adjust callers.
15942 2006-01-09  John Paul Wallington  <jpw@gnu.org>
15944         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
15946 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15948         * reveal.el (reveal-open-new-overlays): New extracted fun.
15949         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
15950         using them.  Simplify the code.
15951         (reveal-post-command): Use them.  Fix up obsolete windows in
15952         reveal-open-spots.
15954         * progmodes/flymake.el: Use `require' rather than autoload for
15955         XEmacs's overlays.
15956         (flymake-get-common-file-prefix, flymake-build-relative-filename):
15957         Delete.  Use file-relative-name instead.
15958         (flymake-get-syntax-check-program-args, flymake-perl-init):
15959         Simplify the resulting code.
15961         * log-view.el (log-view-file-re, log-view-message-re): Add support
15962         for DaRCS output.
15964 2006-01-09  Alex Schroeder  <alex@gnu.org>
15966         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
15967         identifiers sometimes added in square brackets at the beginning of
15968         subject lines.
15970 2006-01-07  Richard M. Stallman  <rms@gnu.org>
15972         * cus-edit.el (Custom-set, Custom-save): Doc fix.
15973         (Custom-reset-current, Custom-reset-saved): Change question text.
15974         (Custom-reset-standard): Likewise.
15975         (custom-variable-reset-saved): Doc fix.
15977 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
15979         * startup.el (init-file-user): Doc fix.
15981 2006-01-07  Alex Schroeder  <alex@gnu.org>
15983         * mail/rmail.el (rmail-current-subject): New function.
15984         (rmail-current-subject-regexp): New function.
15985         (rmail-next-same-subject): Use it.
15987         * mail/rmailsum.el (rmail-summary-by-topic):
15988         Use rmail-current-subject and rmail-current-subject-regexp.
15989         (rmail-summary-next-same-subject): Ditto.
15991         * net/rcirc.el (rcirc-send-input): No longer check whether the
15992         process is open, since not all commands need an open process.
15993         (rcirc-send-string): Check whether the process is open before
15994         sending anything.
15995         (rcirc-ignore-list): New option.
15996         (rcirc-ignore-list-automatic): New variable.
15997         (rcirc-print): Take rcirc-ignore-list into account.
15998         (rcirc-cmd-ignore): New command.
15999         (rcirc-ignore-update-automatic): New function.
16000         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16001         list if ignored nicks.
16002         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16004 2006-01-06  David Reitter  <david.reitter@gmail.com>
16006         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16007         reflect the address to which the report will be sent.
16009 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
16011         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16012         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16014 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
16016         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16018         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16019         the doc string: "functoin" => "function".
16020         * ldefs-boot.el: Likewise.
16022         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16023         message text: "Duplicat" => "Duplicate".
16025 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
16027         * files.el (basic-save-buffer-2): If backing-up failed, reset
16028         buffer-backed-up to nil.
16030 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
16032         * progmodes/gud.el (gdb-script-skip-to-head)
16033         (gdb-script-calculate-indentation): Indent for breakpoint command
16034         lists also.
16036 2006-01-05  Bill Wohler  <wohler@newt.com>
16038         * Makefile.in (compile-always): Add mh-autoloads dependency.
16039         (bootstrap): Remove mh-autoloads dependency, as compile dependency
16040         provides it.
16041         (updates): Remove mh-autoloads dependency, since it probably has
16042         already run recently (via recompile).
16044 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16046         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16047         argument `force' to disable the flyspell-last-buffer optimization.
16048         (flyspell-mode-on): Use it.
16050         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16051         flymake-simple-cleanup.
16052         (flymake-allowed-file-name-masks): Use this new default.
16053         All the functions are now called in the right buffer rather than
16054         passing the buffer as argument.
16055         (flymake-process-sentinel): Switch to buffer before calling cleanup.
16056         (flymake-parse-err-lines): Remove redundant buffer arg.
16057         (flymake-get-program-dir): Comment out unused function.
16058         (flymake-start-syntax-check, flymake-start-syntax-check-process):
16059         Remove redundant buffer argument.
16060         (flymake-get-real-file-name, flymake-simple-java-cleanup)
16061         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16063 2006-01-05  Richard M. Stallman  <rms@gnu.org>
16065         * info.el (Info-find-node): Don't record previous node if have none.
16066         (info): Go to directory only if history is empty.
16068         * simple.el (mark): Doc fix.
16070 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16072         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16073         already of desired type.
16074         (mac-ae-list): Coerce parameter to "list" type.
16075         (mac-dispatch-apple-event): Replace cadr part of event with a
16076         dummy position so that event-start returns it.
16078 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
16080         * textmodes/org.el (org-end-of-subtree): New function.
16081         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16082         Use `org-end-of-subtree'.
16083         (org-agenda, org-agenda-convert-date): Protect calls to
16084         `fit-window-to-buffer'.
16085         (org-tags-view): Force matching of sublevels when doing a
16086         todo-only search.  Define the correct redo command, including the
16087         arguments.
16088         (org-agenda-redo): Display message.
16089         (org-check-for-org-mode): New function.
16090         (org-agenda-type): New variable.
16091         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16092         Set `org-agenda-type'.
16093         (org-agenda-check-type): New function.
16094         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16095         (org-agenda-week-view, org-agenda-day-view)
16096         (org-agenda-next-date-line, org-agenda-previous-date-line)
16097         (org-agenda-log-mode, org-agenda-toggle-diary)
16098         (org-agenda-toggle-time-grid, org-agenda-date-later)
16099         (org-agenda-date-prompt, org-agenda-diary-entry)
16100         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16101         (org-agenda-convert-date, org-agenda-menu):
16102         Use `org-agenda-check-type'.
16103         (org-make-overlay, org-delete-overlay)
16104         (org-detatch-overlay, org-move-overlay, org-overlay-put):
16105         New compatibility functions.
16106         (org-calendar-select-mouse): New command.
16108 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
16110         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16111         (Custom-reset-standard): Fix y-or-n-p messages.
16112         (custom-link): New face for links.
16113         (custom-buffer-create-internal, custom-manual): Use it.
16114         (custom-face-save): Push to theme-face before setting face spec.
16116         * wid-edit.el (widget-default-mouse-face-get): New function.
16117         (widget-specify-button): Handle mouse-face like button-face.
16119         * custom.el (load-theme): Clear old theme settings if reloading.
16121 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
16123         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16124         "Erase Customization" button back to same position it occupies in
16125         the individual State menus.
16127 2006-01-04  Kim F. Storm  <storm@cua.dk>
16129         * wid-edit.el (key-sequence): Rework widget to read key binding
16130         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
16131         (widget-key-sequence-default-value): Default value for empty sequence.
16132         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
16133         (widget-key-sequence-read-event): New command for C-q.
16134         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16135         (widget-key-sequence-value-to-external): New functions.
16137 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16139         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16140         Use expand-file-name.
16141         (flymake-delete-temp-directory): Use expand-file-name,
16142         file-name-directory, and directory-file-name.
16143         (flymake-strrchr): Delete.
16144         (flymake-start-syntax-check): Don't pass the redundant buffer argument
16145         to the init-f function.
16146         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16147         (flymake-init-find-buildfile-dir)
16148         (flymake-init-create-temp-source-and-master-buffer-copy)
16149         (flymake-simple-make-init-impl, flymake-simple-make-init)
16150         (flymake-master-make-init, flymake-master-make-header-init)
16151         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16152         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16153         (flymake-xml-init): Remove corresponding redundant buffer argument.
16154         (flymake-allowed-file-name-masks): Remove last elems that are equal to
16155         the default anyway.  Clean up regexps.
16157         * progmodes/flymake.el (flymake-temp-source-file-name)
16158         (flymake-master-file-name, flymake-temp-master-file-name)
16159         (flymake-base-dir): New buffer-local vars.
16160         (flymake-buffer-data, flymake-get-buffer-value)
16161         (flymake-set-buffer-value): Replace those hash-tables by the new
16162         buffer-local vars.  Update callers.
16164         * progmodes/flymake.el (flymake-check-start-time)
16165         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16166         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16167         Move definition, so we can remove redundant earlier declaration.
16168         (flymake-replace-regexp-in-string, flymake-split-string)
16169         (flymake-get-temp-dir): Use defalias.
16170         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
16171         (flymake-xemacs-window-edges): Remove unused function.
16172         (flymake-get-point-pixel-pos): Move.
16173         (flymake-pid-to-names, flymake-reg-names)
16174         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16175         Replace by a simple list flymake-processes and by process-buffer.
16176         Update callers.  Other than simplify the code, it uses buffers rather
16177         than buffer-names so it doesn't get confused by uniquify.
16178         (flymake-buffer-data): The global value should just be nil.
16180         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16181         Optimize the body of a defalias like any other code.
16183         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16184         Make sure we've setup font-lock's vars.  It may influence which
16185         function we then call.
16186         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16187         here since it's too late anyway.
16189 2006-01-03  Romain Francoise  <romain@orebokech.com>
16191         * startup.el (fancy-splash-tail, normal-splash-screen):
16192         Update copyright year.
16194 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
16196         * mouse.el (mouse-drag-track): Rename, from
16197         `mouse-drag-region-1'.  Includes optional argument required to
16198         enable post-drag event processing (e.g. delete region keys).
16199         Can be used without this argument to track a mouse region and operate
16200         on it as soon as the drag completes.
16201         (mouse-drag-region): Use `mouse-drag-track'.
16203 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
16205         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16206         Move to `custom-buffer' group.
16208         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16209         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16210         (custom-theme-insert-face-marker, custom-theme-variable-menu)
16211         (custom-theme-face-menu): New variables.
16212         (custom-theme-add-variable, custom-theme-variable-action)
16213         (custom-variable-reset-theme, custom-theme-delete-variable)
16214         (custom-face-reset-theme, custom-theme-face-action)
16215         (custom-theme-delete-face, custom-theme-merge-theme)
16216         (custom-theme-add-face, custom-theme-visit-theme): New functions.
16218 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
16220         * custom.el: Move Custom Themes commentary to start of theme code.
16221         (custom-known-themes): Rename `standard' theme to `changed'.
16222         (custom-push-theme): Caller no longer specifies what theme to use
16223         when doing `reset'---the setting is simply removed from the theme.
16224         Delete MODE from `theme-value' and `theme-settings' properties.
16225         (custom-declare-theme): Ignore &rest args since we don't use them.
16227         (custom-loaded-themes): Delete variable.
16228         (custom-theme-load-themes, custom-theme-loaded-p)
16229         (custom-theme-value): Delete functions.
16231         (custom-declare-theme): Signal error on invalid theme names.
16232         (provide-theme): custom-loaded-themes was deleted.
16233         (load-theme): Load the file unconditionally.
16234         (enable-theme): Call `load-theme' if theme is undefined.
16235         (custom-enabled-themes): Only update value for successful loads.
16236         (disable-theme): Complete from enabled themes when interactive.
16237         (custom-variable-theme-value): Calculate theme value directly.
16239         (custom-theme-reset-variables, custom-reset-variables): Mark as
16240         XEmacs compatibility functions.  We don't actually use these.
16242         * cus-edit.el (custom-variable-state-set):
16243         Use custom-variable-theme-value instead of custom-theme-value.
16244         (custom-face-state-set): Rename `standard' theme to `changed'.
16245         (custom-save-variables, custom-save-faces): Delete unneeded
16246         references to custom-reset-variables.
16247         (custom-save-resets): Delete function.
16248         (custom-save-variables, custom-save-faces): MODE argument deleted.
16249         (custom-save-variables, custom-save-faces): Ignore theme values.
16251         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16252         compatibility function.
16254 2006-01-01  Richard M. Stallman  <rms@gnu.org>
16256         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16257         (Custom-reset-current, Custom-reset-saved): Likewise.
16258         (Custom-reset-standard): Show message if aborted.
16259         (custom-mode): Doc fix, describing those commands.
16261         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16262         put on event-kind property.
16264 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
16266         * custom.el (provide-theme): Ban `user' theme name.
16267         (custom-enabling-themes): New variable.
16268         (enable-theme): Don't enable user if custom-enabling-themes is t.
16269         (custom-enabled-themes): Make it a defcustom.
16270         (custom-theme-recalc-face): No-op if face is undefined.
16272         * cus-edit.el (custom-button-mouse): New variable.
16273         (custom-button-mouse): New face.
16274         (custom-raised-buttons, custom-mode): Use it.
16276         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16278 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16280         * progmodes/gud.el (gud-display-line): Support hl-line in the
16281         source buffer.
16283 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
16285         * mouse.el (mouse-drag-window-above): Verify that the found window
16286         overlaps with the given window in the horizontal dimension.
16288 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16290         * Makefile.in (cvs-update): New target.
16292         * makefile.w32-in (cvs-update): Ditto.
16294 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
16296         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16297         (custom-new-theme-mode-map): New variable.
16299 2005-12-30  Richard M. Stallman  <rms@gnu.org>
16301         * custom.el (custom-load-themes): Function deleted.
16303         * cus-edit.el (custom-save-loaded-themes): Function deleted.
16304         (custom-save-variables): Don't delete or add custom-load-themes call.
16306 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16308         * cus-start.el: Add `visible-cursor'.
16310         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16311         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16312         (flymake-process-filter): Switch to buffer before calling it instead.
16313         (flymake-post-syntax-check, flymake-highlight-err-lines)
16314         (flymake-delete-own-overlays, flymake-parse-err-lines)
16315         (flymake-start-syntax-check, flymake-start-syntax-check-process)
16316         (flymake-count-lines, flymake-parse-residual):
16317         Remove constant buffer argument.
16318         (flymake-start-syntax-check-for-current-buffer): Remove.
16319         Update callers to use flymake-start-syntax-check instead.
16320         (flymake-display-err-menu-for-current-line):
16321         Remove unused var `mouse-pos'.
16322         (flymake-restore-formatting): Comment out unused function.
16323         (flymake-report-status, flymake-report-fatal-status): Remove buffer
16324         argument, use current-buffer instead.  Update callers.
16326 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16328         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16329         buffer-local because choose-completion-delete-max-match requires
16330         that we set completion-ignore-case (i.e., binding via let is not
16331         sufficient).
16332         (bibtex-complete): Always set completion-ignore-case and
16333         choose-completion-string-functions.  The latter is needed because
16334         choose-completion-string-functions keeps its value if we quit the
16335         *Completions* buffer without requesting a completion.
16337 2005-12-30  Andreas Schwab  <schwab@suse.de>
16339         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16341 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
16343         * jit-lock.el (jit-lock-chunk-size): Doc fix.
16345 2005-12-30  Juri Linkov  <juri@jurta.org>
16347         * locate.el (locate-fcodes-file, locate-header-face)
16348         * progmodes/delphi.el (delphi-other-face)
16349         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16351         * paren.el (show-paren-match, show-paren-mismatch): Use existing
16352         group `paren-showing-faces'.
16354         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16355         (goto-address): Fix docstring.
16357         * net/webjump.el (webjump-sample-sites): Update URLs.
16359         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16361         * subr.el (cancel-change-group): Add listp around pending-undo-list.
16363 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16365         * font-lock.el (font-lock-compile-keywords): Signal an error when
16366         font-lock-set-defaults hasn't been called.
16368 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
16370         * subr.el (noreturn, 1value): Doc fixes.
16372 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16374         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16375         that assoc-string returns nil.
16377 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16379         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16380         (bibtex-entry-type-str, bibtex-empty-field-re)
16381         (bibtex-search-backward-string, bibtex-preamble-prefix)
16382         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16383         (bibtex-any-valid-entry-type): New variable.
16384         (bibtex-parse-field-name): Simplify.
16385         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16386         (bibtex-preamble-prefix): Include left delimiter.
16387         (bibtex-search-forward-field, bibtex-search-backward-field):
16388         Allow unbounded search past entry boundaries (required by bibtex-pop).
16389         (bibtex-text-in-field-bounds): Use push.
16390         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16391         (bibtex-parse-preamble, bibtex-valid-entry)
16392         (bibtex-beginning-first-field): New functions.
16393         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
16394         (bibtex-map-entries): Fix docstring.
16395         (bibtex-flash-head): New arg prompt.  Simplify.
16396         (bibtex-enclosing-field): Include code of bibtex-inside-field.
16397         (bibtex-insert-kill): Simplify.  Always insert text past the
16398         current field or entry.
16399         (bibtex-format-entry): Use bibtex-parse-field.
16400         (bibtex-pop): Use bibtex-beginning-of-entry and
16401         bibtex-end-of-entry to initiate the search.  Insert empty field if
16402         we found ourselves.
16403         (bibtex-print-help-message): New args field and comma.
16404         Handle entry keys.
16405         (bibtex-make-field): Use bibtex-beginning-of-entry.
16406         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
16407         invalid entry.
16408         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16409         Handle preambles.  Simplify code for thorough test.
16410         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16411         New arg comma.  Handle entry heads.
16412         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16413         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16414         New arg comma.
16415         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16416         (bibtex-fill-field): Simplify.
16417         (bibtex-fill-entry): Use bibtex-beginning-first-field and
16418         bibtex-parse-field.
16419         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
16420         (bibtex-complete): Use bibtex-parse-preamble.
16422 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
16424         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16425         Display name of expression instead of convenience variable.
16426         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16428         * progmodes/gud.el (gud-tooltip-dereference): Rename from
16429         toggle-gud-tooltip-dereference.
16430         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
16431         (gud-tooltip-tips): ...here when dereferencing.
16433 2005-12-28  Bill Wohler  <wohler@newt.com>
16435         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
16437 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16439         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16440         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
16441         (vc-annotate-display-autoscale): Adjust call.
16442         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
16443         Fix interactive spec.
16444         (vc-annotate-time-span): Remove.
16445         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
16446         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
16447         (vc-annotate-display-select): Use new name.
16449         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
16450         (vc-annotate-mode-menu): Remove left-over redundant declaration.
16451         Correct the construction of span entries.  Simplify.
16452         (vc-annotate-display-select): Fix the nil case.
16453         (vc-annotate): Remove obsolete (and now broken) code.
16454         (vc-annotate-extract-revision-at-line): Remove obsolete code.
16455         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
16457 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
16459         * subr.el (lazy-completion-table): Correct typo in docstring.
16461         * startup.el (command-line): Use `custom-reevaluate-setting' for
16462         `send-mail-function'.
16464         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
16466 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
16468         * mail/smtpmail.el (smtpmail-try-auth-methods):
16469         Send credentials together with "AUTH PLAIN" command.
16471 2005-12-27  Richard M. Stallman  <rms@gnu.org>
16473         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16474         mouse-2, go back to previously selected window, so it's selected
16475         when mouse-2 command runs.
16477 2005-12-27  Juri Linkov  <juri@jurta.org>
16479         * descr-text.el (describe-text-sexp): Use square brackets for
16480         button [Show] to distinguish it from the property value `show'.
16481         (describe-property-list): Use `insert-text-button' with
16482         `help-face' type instead of putting face in quotes, because button
16483         is not created automatically for a list of faces.
16484         (describe-text-properties-1): Put button-type value in quotes to
16485         distinguish from plain text "button".
16486         (describe-char): Display code point values in hex.  Don't use
16487         `symbol-name' for `current-input-method' because it is a string.
16488         Use `insert-text-button' with `help-face' type instead of putting
16489         hardcoded face in quotes, because button is not created automatically.
16491 2005-12-27  Richard M. Stallman  <rms@gnu.org>
16493         * progmodes/glasses.el (glasses-face): More specific custom type.
16495         * files.el (set-visited-file-name): Doc fix.
16497         * textmodes/flyspell.el (flyspell-external-point-words):
16498         Use local var buffer-scan-pos to advance scan for next misspelling.
16499         Advance it only after we find the misspelling.
16501 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
16503         * textmodes/flyspell.el (flyspell-external-point-words):
16504         New criteria for finding the misspelling in the buffer.
16506 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
16508         * help-mode.el (help-insert-string): Set help-xref-stack-item
16509         rather than call help-setup-xref.
16511         * descr-text.el (describe-char): Revert previous changes for
16512         optional buffer argument.
16514 2005-12-27  Juri Linkov  <juri@jurta.org>
16516         * help-mode.el (help-insert-string): New function.  Save buffer
16517         contents in cases where it is impossible to recompute the old contents.
16519         * descr-text.el (describe-char): Set help-xref-stack-item
16520         explicitly after buffer has been generated.
16522 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16524         * cus-start.el (all): Add x-gtk-show-hidden-files.
16526 2005-12-26  Richard M. Stallman  <rms@gnu.org>
16528         * replace.el (perform-replace): Calculate match-again
16529         before skipping read-only matches.
16531         * paren.el (paren-showing-faces): New group.
16532         (show-paren-match, show-paren-mismatch): Move to that group.
16534         * button.el (button): Put into group `basic-faces'.
16536         * progmodes/make-mode.el: Remove faces from group `faces'.
16538         * apropos.el (apropos, apropos-value): Doc fix.
16539         (apropos-documentation): Doc fix.
16541 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16543         * subr.el (lazy-completion-table): Remove argument `args'.
16545         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16546         Don't use the `args' argument of lazy-completion-table.
16548 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
16550         * descr-text.el (describe-char): Add optional argument for buffer.
16551         Set buffer appropriately.  Call help-setup-xref.
16552         Suggested by Stefan Monnier.
16554 2005-12-26  Juri Linkov  <juri@jurta.org>
16556         * descr-text.el: Require `help-fns' at runtime.  Don't require
16557         `button' for byte compilation.
16558         (describe-text-widget): Add `help-echo' for first button.
16559         Use `help-info' for second.
16560         (describe-property-list): Use `help-argument-name' instead of `italic'.
16561         (describe-text-category): Add prompt to interactive spec.
16562         Call `help-setup-xref'.
16563         (describe-char): Use `help-character-set'.  Add `help-echo' for
16564         code point.  Use `help-input-method'.  Remove superfluous insert.
16566 2005-12-25  Richard M. Stallman  <rms@gnu.org>
16568         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
16569         at point, in case of narrowing.
16571         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
16573         * locate.el (locate-header-face): Allow nil in type.
16575         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
16577 2005-12-25  Romain Francoise  <romain@orebokech.com>
16579         * battery.el (battery-linux-proc-acpi): Also try
16580         `/proc/acpi/thermal_zone/THM0/temperature'.
16582 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
16584         * custom.el (custom-push-theme): Fix docstring.
16586         * cus-edit.el (custom-variable-set, custom-variable-save)
16587         (custom-variable-save): Custom-quote widget values.
16588         (customize-save-variable): Fix custom-push-theme call.
16590 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
16592         * w32-fns.el (w32-batch-update-autoloads): New function.
16594         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
16595         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
16596         from the command line.
16598 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
16600         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
16601         reset means to remove setting from theme entirely.  Don't keep
16602         expanding theme-settings list; delete old entries if necessary.
16604         * cus-edit.el (custom-buffer-create-internal): Move "Erase
16605         customization" button one line up.
16606         (custom-themed): New face.
16607         (custom-magic-alist): New value, THEMED, for theme settings.
16608         (custom-variable-state-set, custom-face-state-set):
16609         Check theme-value instead of saved-value.
16610         (custom-variable-reset-standard, custom-face-reset-standard):
16611         Remove theme setting entirely.  Recalculate new values.
16612         (custom-variable-set, custom-variable-set)
16613         (custom-variable-reset-saved, custom-variable-reset-backup)
16614         (custom-face-set, custom-face-reset-saved): Update `user' theme.
16615         (custom-variable-save): Fix typos.
16617 2005-12-23  Juri Linkov  <juri@jurta.org>
16619         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
16620         Add autoload cookies.
16621         (edebug-outside-d-c-i-n-s-w): New variable.
16622         (edebug-display, edebug-outside-excursion): Use it to save the
16623         original value of default-cursor-in-non-selected-windows.
16624         Set default-cursor-in-non-selected-windows to t while Edebug
16625         is active.
16626         (edebug-mode, edebug-eval-mode): Doc fix.
16628         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
16629         with `buffer-substring-no-properties' to remove common substring
16630         highlighting.
16632         * info.el (info-other-window, info): Rename function argument
16633         `file' to `file-or-node'.
16634         (Info-complete-menu-item): Use local variable `complete-nodes' to
16635         keep the global value of `Info-complete-nodes' unchanged for
16636         subsequent completions.
16637         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
16639         * simple.el (get-next-valid-buffer, last-buffer)
16640         (next-error-buffer-p, next-error-find-buffer)
16641         (minibuffer-history-sexp-flag): Doc fix.
16643         * savehist.el (savehist-mode-hook): Add `:group'.
16645         * log-view.el: Call autoload for vc-find-version.
16646         (log-view-current-file): Adjust subgroup numbers.
16647         (log-view-current-tag): Add `length'.
16649 2005-12-23  Richard M. Stallman  <rms@gnu.org>
16651         * vc.el (vc-annotate-car-last-cons): Defn moved up.
16653 2005-12-23  Juri Linkov  <juri@jurta.org>
16655         * hi-lock.el (hi-lock-archaic-interface-message-used)
16656         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
16657         (hi-lock-mode): Display "Hi" in the mode line only when
16658         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
16659         (hi-lock-write-interactive-patterns):
16660         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
16661         (hi-lock-set-pattern, hi-lock-set-file-patterns)
16662         (hi-lock-font-lock-hook): Set 3rd arg `how' of
16663         font-lock-add-keywords to t.
16665 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
16667         * hi-lock.el (hi-lock-highlight-range): New variable.
16668         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
16669         only if font-lock-fontified is non-nil.  Remove overlays.
16670         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
16671         font-lock-fontified is non-nil, otherwise use overlays (instead of
16672         text properties).
16673         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
16674         New variables.
16675         (hi-lock-string-serialize): New function.
16677 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16679         * menu-bar.el (menu-find-file-existing): New function.
16680         (menu-bar-file-menu): Use menu-find-file-existing for Open.
16682         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
16684 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16686         * vc.el: Remove unnecessary leading * in docstrings.
16687         (vc-annotate-mode-map): Move initialization into declaration.
16688         (vc-static-header-alist): Nitpick on the regexp.
16689         (vc-default-init-version): New fun.
16690         (vc-register): Use it.
16691         (vc-insert-headers): Use dolist.
16692         (vc-annotate-get-backend): Remove unused function.
16693         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
16694         (vc-annotate-mode): Remove corresponding call.
16695         (vc-annotate-car-last-cons): Simplify.
16696         (vc-annotate-buffers): Remove var.
16697         (vc-annotate-backend): Make it buffer-local.
16698         (vc-annotate): Move the interaction to the interactive spec.
16699         Add a `buf' argument.
16700         (vc-annotate-warp-version): Use this new `buf' argument to avoid
16701         killing&creating a vc-annotate buffer, which is very disruptive when
16702         the buffers are shown in dedicated frames.
16704 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
16706         * descr-text.el: Add FSF as maintainer.
16707         (describe-text-mode, describe-text-mode-map)
16708         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
16709         help-mode.
16710         (describe-text-widget, describe-text-sexp)
16711         (describe-property-list, describe-text-category)
16712         (describe-text-properties, describe-text-properties-1)
16713         (describe-char): Use help buttons instead of widgets.
16714         (describe-char-unicodedata-file): Make URL link in doc string.
16716 2005-12-22  Richard M. Stallman  <rms@gnu.org>
16718         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
16719         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
16720         Don't include buttons that write a file when there's no file.
16721         (custom-variable-menu, custom-face-menu, custom-group-menu):
16722         Don't include commands that write a file when there's no file.
16723         (customize-browse): Reword the top-of-buffer help intro.
16724         (custom-buffer-create-internal): Fix previous change.
16725         (customize-changed-options-previous-release): Prev release is 21.1.
16726         (customize-changed-options): Doc fix.
16727         (customize-changed): New alias.
16728         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
16729         Say "standard values".
16730         (Custom-reset-standard): Doc fix.
16731         (custom-face-reset-standard): Doc fix.
16733 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16735         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
16736         even if font-lock-mode is non-nil since it may be t without having
16737         turned on font-lock-mode-internal.
16738         (font-lock-choose-keywords): Minor optimization.
16739         (font-lock-add-keywords, font-lock-remove-keywords)
16740         (font-lock-set-defaults): Don't call make-local-variable on a variable
16741         that we know to already be local.
16743 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16745         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
16746         messages if in the minibuffer.
16748 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16750         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
16751         (tex-mode-flyspell-verify, flyspell-get-word)
16752         (flyspell-external-point-words): Don't use point-min/max uselessly.
16754         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
16755         by Kevin Rodgers.  Instead, just hide the completions buffer if we
16756         don't need to show it.
16758 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
16760         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
16762 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16764         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
16765         delete-windows-on with an inexistent buffer.
16767 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
16769         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16770         Delete defcustom variable :tag names.
16772 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16774         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
16775         (log-view-font-lock-keywords): Ajust subgroup numbers.
16776         (log-view-current-tag): Don't hard code the number of subgroups.
16778 2005-12-20  Juri Linkov  <juri@jurta.org>
16780         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
16781         (tooltip-x-offset, tooltip-y-offset): Doc fix.
16783         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16784         (menu-bar-non-minibuffer-window-p): Instead of checking
16785         display-multi-frame-p, use selected-frame when menu-updating-frame
16786         is nil.
16788 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
16790         * align.el (align-rules-list): Use [ \t] instead of \s-
16791         for column separators in text mode.
16793 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
16795         * help-mode.el (help-customize-variable, help-customize-face):
16796         Don't pop help-xref-stack as help-follow no longer pushes
16797         anything on to it.
16799 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
16801         * textmodes/org.el (org-agenda-custom-commands): New option.
16802         (org-agenda): Offer custom commands on splash screen.
16803         (org-make-tags-matcher): Parser for Boolean logic added.
16804         (org-agenda-set-tags): New command.
16805         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
16806         (org-set-tags): Efficiency improvements.
16807         (org-auto-align-tags): New option.
16808         (org-todo, org-demote, org-promote): Realign tags.
16809         (org-tags-completion-function): Use also "&" and "|" as separators.
16810         (org-org-menu): Agenda commands simplified.
16812 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
16814         * cus-edit.el (customize-apropos, customize-apropos-options):
16815         Docstring changes.
16817         * font-lock.el (font-lock): Add tags to the links in the defgroup.
16819 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
16821         * longlines.el (longlines-mode): Wrap while widened.
16822         (longlines-decode-region, longlines-encode-region): Compute max
16823         just once.
16825 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16827         * cus-edit.el (mac): New group.
16829         * cus-start.el (all): Add user options in macterm.c.  Add test for
16830         Mac-related built-ins.  Fix test for GTK-related built-ins.
16832         * term/mac-win.el (mac-handle-language-change)
16833         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
16834         (mac-services-open-selection, mac-services-mail-selection)
16835         (mac-services-mail-to, mac-services-insert-text)
16836         (mac-dispatch-apple-event): Add docstrings.
16837         (x-get-selection, mac-select-convert-to-string): Select coding
16838         system from `utf-16be' and `utf-16le' using `byteorder'.
16840 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16842         * subr.el (lazy-completion-table): Don't be fooled if the var holds
16843         a "list" (lambda ...) rather than a real completion list.
16845         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
16846         lexical-let when encountering ((lambda (...) ...) ...).
16848 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
16850         * progmodes/sh-script.el (sh-mode):
16851         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
16852         * textmodes/picture.el (picture-mode): Update docstrings.
16854 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
16856         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
16857         commands enclosed in $(ARGQUOTE)s should not be split between two
16858         lines, as that will break with GNU Make >3.80, when sh.exe is used
16859         and arg quoting is with '..'.
16860         (autoloads): Don't break the quoted --eval expression between
16861         several lines.
16863 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
16865         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
16866         Capture error from printing circular structures.
16868 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
16870         * wid-edit.el (widget-checkbox-action): Clear undo info.
16872 2005-12-16  Bill Wohler  <wohler@newt.com>
16874         * menu-bar.el (kill-this-buffer): Set a good example by using menu
16875         bar, not menubar in comment.
16877 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16879         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
16880         After-change-functions should not clobber the match data.
16882 2005-12-16  Juri Linkov  <juri@jurta.org>
16884         * simple.el (choose-completion): Use `buffer-substring-no-properties'
16885         instead of `buffer-substring'.
16886         (completion-common-substring): Doc fix.
16887         (completion-setup-function): Use minibuffer-completion-contents
16888         instead of minibuffer-contents.  Don't set common-string-length
16889         initially.  Remove special handling of partial-completion-mode.
16890         Move computation of completion-base-size into one cond.
16891         Call completion-base-size-function in mainbuf.  In computation of
16892         completion-base-size for file name completion don't move point to
16893         the end of the minibuffer.  Move computation of common-string-length
16894         into one cond.  Start putting faces only when common-string-length>=0.
16895         Add condition to put completions-common-part when
16896         common-string-length>0.
16898         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
16899         place point at the first different character in the minibuffer
16900         even if this position is at the beginning of the minibuffer.
16902         * info.el (Info-read-node-name-1): In completion-base-size-function's
16903         lambda return 1 if common-substring or minibuffer-completion-contents
16904         starts with (, and 0 otherwise.
16906         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
16907         Use `crm-current-element' for second arg of `display-completion-list'.
16909 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
16911         * files.el (set-auto-mode): Look for an interpreter specified on
16912         the first line also if search for mode specification succeeded,
16913         but the mode is not known.
16915 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
16917         * textmodes/org.el (org-tags-match-list-sublevels): New option.
16918         (org-open-at-point): Implement tag searches as links.
16919         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
16920         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
16921         (org-tags-sparse-tree, org-tags-view, org-set-tags)
16922         (org-agenda-dispatch): New commands.
16923         (org-use-tag-inheritance, org-tags-column): New options.
16924         (org-tab-follows-link, org-return-follows-link): New options.
16925         (org-tags): New customize group.
16926         (org-start-icalendar-file): Get local time zone.
16927         (org-tags-completion-function): New function.
16928         (org-set-font-lock-defaults): Make sure links will also be
16929         highlighted inside headlines.
16931 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
16933         * term.el (term-emulate-terminal):
16934         Let term-handle-ansi-terminal-messages override what Bash says about
16935         its current directory.
16937 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
16939         * bindings.el (last-buffer): Move to simple.el.
16940         * simple.el (last-buffer): Move here.
16941         (get-next-valid-buffer): New function.
16942         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
16943         (prev-buffer): Ditto.  Rename to `previous-buffer'.
16945         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
16946         * bindings.el (global-map): Ditto.
16948 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
16950         * cus-edit.el: Introductory comment change.
16951         (custom-magic-alist): Change message string for the `rogue' state.
16953 2005-12-15  Richard M. Stallman  <rms@gnu.org>
16955         * tooltip.el: Delete defcustom variable :tag names.
16957         * complete.el (partial-completion-mode): Doc fix.
16959         * textmodes/flyspell.el (flyspell-external-point-words):
16960         Use save-excursion to ensure we don't move backward in the
16961         search loop, not even one character.
16962         (flyspell-delete-all-overlays): Use remove-overlays directly.
16964         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
16965         (ispell-start-process): Set that variable.
16966         Clear ispell-buffer-local-name.
16967         (ispell-internal-change-dictionary):
16968         Set ispell-current-dictionary after killing process.
16969         (ispell-buffer-local-dict):
16970         Don't set spell-personal-dictionary after killing process.
16971         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
16972         (ispell-tex-skip-alists, ispell-html-skip-alists)
16973         (ispell-skip-region-alist): Mark as risky.
16975         * net/newsticker.el (newsticker--retrieval-timer-list)
16976         (newsticker--display-timer, newsticker-running-p)
16977         (newsticker-ticker-running-p): Definitions moved up.
16979 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
16981         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
16983 2005-12-15  David Ponce  <david@dponce.com>
16985         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
16986         (recentf-edit-list, recentf-open-files): Signal an error when
16987         there is no recent file.
16989 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
16991         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
16992         read-only except for texinfo-format-region evaluation.
16994 2005-12-14  Richard M. Stallman  <rms@gnu.org>
16996         * vc.el (vc-default-previous-version, vc-default-next-version)
16997         (vc-do-command): Doc fixes.
16999 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17001         * textmodes/bibtex.el (bibtex-expand-strings)
17002         (bibtex-autokey-expand-string, bibtex-name-part)
17003         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17004         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17005         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17006         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17007         (bibtex-entry-postfix, bibtex-known-entry-type-re)
17008         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17009         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17010         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17011         (bibtex-beginning-of-last-entry): Remove.
17012         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
17013         message if comma is missing but buffer is read-only.
17014         (bibtex-parse-field-text): Handle whitespaces at the end of field
17015         text.  Return 3-element list with beginning and end of field text
17016         and end of field.
17017         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17018         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
17019         (bibtex-search-forward-field, bibtex-search-backward-field):
17020         Search always delimited by limits of entry.  Use more efficient
17021         search algorithms.
17022         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17023         bibtex-end-of-name-in-field.
17024         (bibtex-text-in-field-bounds): Handle BibTeX strings when
17025         extracting the content of a field.
17026         (bibtex-text-in-field): Use search limits.
17027         (bibtex-parse-string-prefix): Handle empty string keys based on
17028         bibtex-string-empty-key.
17029         (bibtex-parse-string): Fix docstring.
17030         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17031         (bibtex-preamble-prefix, bibtex-strings): New functions.
17032         (bibtex-skip-to-valid-entry): Include preceding whitespace in
17033         BibTeX entries (consistent with other BibTeX functions).
17034         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17035         (bibtex-search-entry): Fix docstring.  Simplify.
17036         (bibtex-flash-head, bibtex-complete-string-cleanup)
17037         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17038         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17039         (bibtex-parse-entry): New optional arg content.
17040         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17041         Use bibtex-text-in-field-bounds.
17042         (bibtex-print-help-message): Handle BibTeX strings and preambles.
17043         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17044         bibtex-parse-string-postfix.
17045         (bibtex-find-text-internal): New function.
17046         (bibtex-remove-delimiters): Use it.
17047         (bibtex-find-text): Use it.  New optional arg help.
17048         (bibtex-complete): Handle BibTeX string and preamble entries.
17049         (bibtex-Preamble): Fix order of closing delimiters.
17051 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17053         * vc.el (vc-default-revert): New fun.
17055         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17057 2005-12-14  Romain Francoise  <romain@orebokech.com>
17059         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17060         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17061         (font-lock-remove-keywords): Likewise.
17063 2005-12-14  Juri Linkov  <juri@jurta.org>
17065         * log-view.el (log-view-diff): Doc fix.
17067         * isearch.el (isearch-query-replace): Use (mark) instead of
17068         isearch-opoint if mark is active in transient-mark-mode.
17070 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
17072         * isearch.el (isearch-query-replace): Check for isearch-other-end.
17074 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
17076         * progmodes/cpp.el (cpp-face): New widget.
17077         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17079 2005-12-14  Juri Linkov  <juri@jurta.org>
17081         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17082         around `erase-buffer' and `insert'.
17084         * descr-text.el (describe-text-properties): Replace buffer name
17085         "*Help-2*" with "*Help*<2>".
17086         (describe-char): Add functions print-help-return-message,
17087         toggle-read-only.  Use help-setup-xref with nil to not store
17088         describe-char in help-xref-stack.  Use help-make-xrefs to
17089         make [back] button.
17091         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17093         * wdired.el (wdired-old-point): New internal variable.
17094         (wdired-change-to-wdired-mode): Set it buffer-locally.
17095         (wdired-abort-changes): Restore point after aborting changes.
17097 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17099         * vc.el (vc-do-command): Add a new value t for okstatus.
17101         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17102         frame in case of errors.
17104 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17106         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17107         so it comes after "On the Left" in the menu.
17109 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
17111         * cus-edit.el (customize-apropos, customize-apropos-options)
17112         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17114 2005-12-12  Bill Wohler  <wohler@newt.com>
17116         * vc-svn.el (vc-svn-registered): Fix problem of visiting
17117         non-writable Subversion-controlled files by saving window
17118         configuration before calling vc-do-command.  vc-do-command calls
17119         pop-to-buffer on error which is unexpected during registration.
17121 2005-12-12  Jay Belanger  <belanger@truman.edu>
17123         * calc/README: Update the summary of changes.
17125 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17127         * descr-text.el (describe-char): Rework last fix to solve the problem
17128         is the same way it's solved for everything else in that function
17129         (i.e. by extracting the info before setting up the *Help* buffer).
17131 2005-12-12  Kim F. Storm  <storm@cua.dk>
17133         * subr.el (version-regexp-alist): Allow space as separator before
17134         non-numeric part, e.g. "1.0 alpha".
17135         (version-to-list): Interpret .X.Y version as 0.X.Y version.
17137 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
17139         * textmodes/org.el (org-agenda, org-timeline, org-todo):
17140         Implement Logging and the keep-modes setting.
17141         (org-get-category): Make sure a string is returned.
17142         (org-log-done): New function.
17143         (org-log-done, org-closed-string): New options.
17145 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17147         * tooltip.el (tooltip-y-offset): Change default to 20.
17149 2005-12-12  Richard M. Stallman  <rms@gnu.org>
17151         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17153         * frame.el (display-hourglass): Doc fix.
17155         * help.el (help-for-help-internal): Simplify entry for `a'.
17157         * info.el (Info-on-current-buffer): Doc fix.
17158         (info-insert-file-contents): Don't test (featurep 'jka-compr).
17160         * startup.el (inhibit-splash-screen): Make this the real name.
17161         (inhibit-startup-message): Make this the alias.
17162         (command-line): Find only simple.el, and use its directory
17163         to fill in other preloaded files' names.
17164         (command-line): Deactivate the mark if deactivate-mark is set.
17166         * international/mule.el (load-with-code-conversion):
17167         Bind deactivate-mark.
17169         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17171 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
17173         * cus-edit.el (customize-apropos): Avoid listing an option more
17174         than once under different aliases.  No longer list user options
17175         that are not defined with defcustom (unless a prefix arg is given).
17176         Doc fix.
17177         (customize-apropos-options): Doc fix.
17179 2005-12-11  Juri Linkov  <juri@jurta.org>
17181         * frame.el (set-background-color, set-foreground-color)
17182         (set-cursor-color, set-mouse-color, set-border-color):
17183         Add explicit prompts to read colors by `facemenu-read-color'.
17184         (show-trailing-whitespace, blink-cursor-delay)
17185         (blink-cursor-interval, display-hourglass, hourglass-delay):
17186         Remove tags.
17187         (display-hourglass, hourglass-delay): Doc fix.
17188         (cursor-in-non-selected-windows): Capitalize words in tag.
17190         * faces.el (frame-background-mode): Replace `choice-item' keywords
17191         with `const' to not make [default] button.  Change default value tag
17192         from `default' to `automatic'.  Doc fix.
17193         (trailing-whitespace) <defface>: Change group `whitespace' to
17194         `whitespace-faces'.
17196 2005-12-11  Richard M. Stallman  <rms@gnu.org>
17198         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17200 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17202         * term/mac-win.el: Create keymap for mac-apple-event-map.
17204 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
17206         * tooltip.el (tooltip-mode): Move to start of file so that it
17207         appears at top of customize buffer.
17209         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17210         Add the gud groupname.
17211         (gud-tooltip-mode): Add the tooltip groupname.
17212         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
17213         avoid conflict with tooltip-use-echo-area.
17215 2005-12-10  Romain Francoise  <romain@orebokech.com>
17217         * help.el (help-for-help-internal): Add `r' in doc string.
17219 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17221         * align.el (align-regexp, align-highlight-rule):
17222         Use region-beginning and region-end instead of point and mark, so that
17223         repetition (with `repeat-complex-command') recomputes the region
17224         bounds.
17226 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
17228         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17229         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17230         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17231         (balance-windows): Rewrite using the above new functions.
17233 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
17235         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17236         react if global-hi-lock-mode seems intended.
17237         (global-hi-lock-mode): Renamed from hi-lock-mode.
17238         (hi-lock-archaic-interface-message-used)
17239         (hi-lock-archaic-interface-deduce): New variables.
17240         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17241         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17242         (hi-lock-find-patterns, hi-lock-font-lock-hook):
17243         Replace hi-lock-buffer-mode with hi-lock-mode.
17245 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
17247         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17248         completion list, even after a partial completion has been
17249         inserted in the current buffer.  If there are more than 1
17250         completion, redisplay the *Completions* buffer; if the
17251         completion is unique, delete the *Completions* window.
17253 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
17255         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17256         strings and long subject lines that were broken into multiple
17257         lines at arbitrary places.  Handle subjects that have "Re: " in
17258         the middle.
17260 2005-12-10  John W. Eaton  <jwe@octave.org>
17262         * emacs/octave-mod.el (octave-electric-space): Don't indent
17263         comments or strings if octave-auto-indent is nil.
17265 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17267         * term/mac-win.el: Require url when compiling.
17268         Call mac-process-deferred-apple-events after loading init files.
17269         (mac-apple-event-map): New defvar.  Define event handlers in it.
17270         (core-event, internet-event): New Apple event class symbols.
17271         (open-application, reopen-application, open-documents)
17272         (print-documents, open-contents, quit-application)
17273         (application-died, show-preferences, autosave-now, get-url):
17274         New Apple event ID symbols.
17275         (about): New HICommand ID symbol.
17276         (mac-event-spec, mac-event-ae): New macros.
17277         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17278         (mac-ae-selection-range, mac-ae-text-for-search)
17279         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17280         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
17281         and Services menu events are now defined in mac-apple-event-map.
17282         (mac-drag-n-drop): Remove selection range handling.
17284 2005-12-10  Kenichi Handa  <handa@m17n.org>
17286         * simple.el (zap-to-char):
17287         * isearch.el (isearch-process-search-char): Translate CHAR by
17288         translation-table-for-input.
17290 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
17292         * foldout.el (foldout-exit-fold): Properly hide subtree.
17294 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17296         * files.el (save-buffer):
17297         * international/ucs-tables.el (ucs-set-table-for-input):
17298         * mail/mail-extr.el (mail-extract-address-components):
17299         * mail/sendmail.el (mail-mode): Reformat doc string.
17301 2005-12-09  Juri Linkov  <juri@jurta.org>
17303         * isearch.el (isearch-highlight): Change main overlay priority
17304         from 1 to 1001.  Simplify.
17305         (isearch-lazy-highlight-update): Change lazy overlay priority
17306         from 0 to 1000.
17308         * replace.el (replace-highlight): Change overlay priority from
17309         1 to 1001.
17311         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17312         Change overlay priority from 1 to 1001.  Reuse existing overlay.
17314         * compare-w.el (compare-windows-highlight): Change overlay
17315         priority from 1 to 1000.
17317         * menu-bar.el (menu-bar-edit-menu): Add listp around
17318         pending-undo-list to disable menu item "undo" when pending
17319         undo list is empty.
17321         * locate.el (locate): Disable undo in *Locate* buffer.
17323 2005-12-09  Kim F. Storm  <storm@cua.dk>
17325         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17327 2005-12-09  David Ponce  <david@dponce.com>
17329         * recentf.el: Improvement of the menu code.
17330         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
17331         instead of menu hook.
17332         (recentf-show-menu, recentf-hide-menu): New functions.
17333         (recentf-menu-customization-changed, recentf-mode): Use them.
17334         (recentf-menu-action, recentf-max-menu-items)
17335         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17336         (recentf-arrange-by-rule-others)
17337         (recentf-arrange-by-rules-min-items)
17338         (recentf-arrange-by-rule-subfilter): Don't use
17339         `recentf-menu-customization-changed'.
17340         (recentf-arrange-rules): Likewise.  Accept functions to compute
17341         sub-menu titles.
17342         (recentf-menu-filter): Likewise.  Doc fix.
17343         (recentf-menu-value-shortcut): Doc fix.
17344         (recentf-dump-variable): Quote atom value.
17345         (recentf-make-menu-items): Update to use it as a menu filter.
17346         (recentf-match-rule): New function.
17347         (recentf-arrange-by-rule): Use it.
17348         (recentf-indirect-mode-rule): New function.
17349         (recentf-build-mode-rules): Use it.
17350         (recentf-dir-rule): New function.
17351         (recentf-arrange-by-dir): Use it.
17352         (recentf-filter-changer-current): Rename from
17353         `recentf-filter-changer-state'.  All references updated.
17354         (recentf-filter-changer-alist): Update filter names.
17355         (recentf-filter-changer-select): New function.
17356         (recentf-filter-changer): Use it.  Make a sub-menu from filters
17357         available in `recentf-filter-changer-alist'.
17358         (recentf-data-cache, recentf-clear-data)
17359         (recentf-update-menu): Remove.  All references updated.
17360         (recentf-match-rule-p, recentf-build-dir-rules)
17361         (recentf-filter-changer-goto-next)
17362         (recentf-filter-changer-get-current)
17363         (recentf-filter-changer-get-next): Remove.
17365 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
17367         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17368         buffer "Reset" button to "Reset to Current" for consistency with
17369         the State buttons.
17371 2005-12-08  John Paul Wallington  <jpw@pobox.com>
17373         * ibuf-ext.el (define-ibuffer-filter filename):
17374         If `dired-directory' is a list then really use its car.
17376 2005-12-08  Kim F. Storm  <storm@cua.dk>
17378         * emulation/cua-rect.el (cua--rectangle-aux-replace):
17379         Fix indention of text on right side of replaced rectangle.
17381 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
17383         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17384         No need to check gud-comint-buffer is bound.
17385         (gdb): Prevent multiple debugging when first session uses gdba.
17387 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17389         CC Mode update to 5.31.
17391         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17392         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
17393         We might do this function properly in the future).
17395         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17396         New macros c-sentence-end and c-default-value-sentence end, to cope
17397         with Emacs 22's new function `sentence-end'.
17399 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17401         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
17402         compat issue using `c-put-overlay' and `c-delete-overlay'.
17404         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17405         New compat macros to handle overlays/extents.
17407 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17409         * progmodes/cc-fix.el: Add definitions of the macros push and pop
17410         (for GNU Emacs 20.4).
17412         * progmodes/cc-defs.el:
17413         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
17415         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
17416         highlighting mechanism so it will work in XEmacs too.
17418         * progmodes/cc-defs.el: Insert c-int-to-char.
17420         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17421         call to the new macro c-int-to-char.  This solves XEmacs's
17422         regarding characters as different from integers.
17424 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17426         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17427         New internal helper.
17429         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
17430         construct to make the indirect face lookup work in XEmacs.
17432         (c-cpp-matchers): Append the negation char face to the existing
17433         fontification, so that the cpp face doesn't disappear.
17434         Use `c-make-syntactic-matcher' to avoid negation chars in comments
17435         and strings.
17437         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
17438         to map to `font-lock-negation-char-face' in emacsen where it exists.
17440 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17442         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17444         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17445         Rename "c-subword-move-mode" as "c-subword-mode".
17447         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
17448         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
17450 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17452         * progmodes/cc-mode.el: Added autoload directive for
17453         `c-subword-move-mode' for use in older emacsen.
17455 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17457         * progmodes/cc-mode.el:
17458         (i): Insert a binding for C-c C-backspace into
17459         c-bind-special-erase-keys which works in TTYs.
17460         (ii): Make sure that when file styles are used, any explicitly
17461         given style variables take priority over those in the style.
17462         Do this by calling `hack-local-variables' a second time.
17464         * progmodes/cc-vars.el: Add language specific customization
17465         widgets for AWK to c-doc-comment-style, c-require-final-newline
17466         and c-default-style.  Add a defcustom for awk-mode-hook.
17467         Give c-syntactic-element and c-syntactic-context doc-strings by
17468         directly setting their `variable-documentation' propery.
17469         This allows Emacs 22.1 to read these with C-h v.
17471         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
17473 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17475         * progmodes/cc-fonts.el, cc-vars.el
17476         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17477         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
17478         Masatake YAMATO.
17480         (c-doc-comment-style): Made GtkDoc default in C mode.
17482         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17483         and C-c C-<delete>.
17485         (c-bind-special-erase-keys): New function for use on
17486         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
17488         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
17489         <delete> key behavior in XEmacs according to `delete-forward-p'.
17490         C.f. `c-electric-delete'.
17492 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17494         * progmodes/cc-mode.el: Give c-hungry-backspace and
17495         c-hungry-delete-forward permanent key bindings.
17497         * progmodes/cc-cmds.el (c-electric-semi&comma):
17498         Bind c-syntactic-context for calls to "criteria functions", for
17499         consistency with other calls to user functions.
17501         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
17502         `current-prefix-arg', since this might be the prefix arg to a
17503         command which calls c-indent-command as a function.  Change the
17504         interactive spec from "p" to "P".
17506         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
17507         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
17508         was difficult to understand.
17510 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17512         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
17513         first char of an identifier.
17515         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
17516         +" syntax in C++.
17518 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17520         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
17521         auto-fill doesn't split a c-comment's last word from a hanging
17522         "*/" when a space is typed between them after fill-column.
17524         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
17526         * progmodes/cc-styles.el (c-set-style)
17527         (c-setup-paragraph-variables): Abort the command if we're not in a
17528         CC Mode buffer.
17530         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
17531         with blank comment-prefix, and a blank line as the comment's
17532         second line.
17534 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17536         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
17537         Incorporate the patterns added in the Emacs development branch
17538         for the new Emacs 22 face `font-lock-negation-char-face'.
17540         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
17541         of "red" since it stands out better in xterms and DOS terminals.
17543         * progmodes/cc-engine.el (c-literal-faces):
17544         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
17546 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17548         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
17549         forcibly enable c-electric-flag.
17551         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
17552         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
17553         after the comment-prefix of a C-style comment will close that comment.
17555 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17557         * progmodes/cc-fonts.el (c-basic-matchers-before)
17558         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
17559         in Pike.
17561         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
17562         digraphs.
17564         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
17565         (c-cpp-message-directives, c-cpp-include-directives)
17566         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
17567         (c-cpp-expr-directives): Introduce new language constants to
17568         control cpp syntax in a cleaner way.
17570         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
17572         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
17574         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
17575         (c-multiline-string-start-char): New language constants and
17576         variables to specify how newlines in string literals work.
17578         (c-font-lock-invalid-string): Use them.
17580         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
17581         unbalanced close brace is entered.  Optimization by avoiding going
17582         back over arbitrarily large blocks.  Removed hints that this
17583         function only would be relevant/useful in AWK.
17585         (c-electric-brace): Indent syntactically after the cleanups since
17586         lineup functions might do it differently then.
17588         * progmodes/cc-engine.el, cc-langs.el
17589         (c-opt-op-identifier-prefix): New language constant and variable.
17591         (c-just-after-func-arglist-p, c-after-special-operator-id)
17592         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
17594         * progmodes/cc-align.el, cc-engine.el
17595         (c-after-special-operator-id): New helper to handle C++ operator
17596         identifiers.
17598         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
17599         (c-guess-basic-syntax): Handle C++ operator identifiers in
17600         declarations.
17602         * progmodes/cc-langs.el (c-assignment-operators): Add the
17603         trigraph version of ^= too.
17605         * progmodes/cc-langs.el (c-assignment-operators): Add the
17606         trigraph version of |= in C++.
17608         * progmodes/cc-fonts.el (c-font-lock-declarators):
17609         Handle `c-decl-hangon-kwds' after the identifier name.
17611         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
17612         whether an arglist is "nonempty", ignore a comment after the open
17613         paren if it isn't followed by a non-comment token on the same line.
17615         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
17616         Enable heuristics below the point to cope with classes inside special
17617         brace lists in Pike.
17619 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17621         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
17623 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17625         * progmodes/cc-guess.el (cc-guess-install): New function to
17626         install an already guessed style in another buffer.
17628         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
17629         sets `inhibit-read-only' - `c-save-buffer-state' should be used
17630         anyway if the change always is undone.
17632 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17634         Implement togglable electricity:
17636         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
17637         saying when it should be used.
17639         * progmodes/cc-engine.el: Add the new buffer-local variable,
17640         c-electric-flag.
17642         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
17643         c-toggle-auto-newline.
17645         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
17646         c-toggle-auto-newline.  Remove the binding for
17647         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
17648         c-toggle-electric-state.
17650         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
17652         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
17653         c-\(forward\|backward\)-subword.
17654         (c-update-modeline): Add the new modeline flag `l' for
17655         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
17656         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
17657         Make the old name an alias of the new name.
17658         (c-toggle-electric-state): New function.
17659         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
17660         Adapt these functions to do electric things only when
17661         c-electric-flag is non-nil.
17662         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
17663         new functions from c-electric-brace.
17664         (c-point-syntax): Add a check for "virtual semicolons" in AWK
17665         mode, so that the tentative extra newline doesn't change the
17666         syntax of the following brace.
17667         (c-electric-brace): Restructure by extracting the above functions.
17668         Tidy up the coding somewhat.
17669         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
17670         restructure a bit.
17672 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17674         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
17675         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
17677         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
17678         (c-submode-indicators): Change name from `c-auto-hungry-string'
17679         since it's now used to track another submode.
17681         (c-update-modeline): Convert to function and extended to check
17682         `c-subword-move-mode'.
17684         (c-forward-into-nomenclature, c-backward-into-nomenclature):
17685         Convert to compat aliases for `c-forward-subword' and
17686         `c-backward-subword'.
17688         * progmodes/cc-subword.el: New functions and minor mode to handle
17689         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
17691         (c-forward-subword, c-backward-subword, c-mark-subword)
17692         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
17693         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
17694         Functions corresponding to the standard word handling functions.
17696         (c-subword-move-mode): Minor mode that replaces all the standard
17697         word handling functions with their subword equivalences.
17699 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17701         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
17702         entry for one-liner-defun.
17704         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
17705         name in its def-edebug-spec.
17707         * progmodes/cc-cmds.el (c-electric-brace): Make the
17708         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
17709         compacts space before a comment, if this will make things fit on
17710         one line.
17712         Introduce an "awk" style, mainly for auto-newline and clean-ups.
17714         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
17716         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
17717         clean-up one-liner-defun.
17719         * progmodes/cc-styles.el: Add the new "awk" style.
17721         * progmodes/cc-vars.el: Add description of one-liner-defun to
17722         c-cleanup-list's doc-string.  New user options,
17723         c-max-one-liner-length.  In c-default-style, set the default style
17724         for AWK to "awk".
17726 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17728         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
17729         macros inside labels.
17731         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
17732         `c-at-statement-start-p' and `c-at-expression-start-p'.
17734         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
17735         error if the mark isn't set.
17737         * progmodes/cc-engine.el (c-guess-continued-construct)
17738         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
17739         accurately detect functions inside functions.
17741         * progmodes/cc-engine.el (c-at-expression-start-p): New function
17742         like `c-at-statement-start-p' that additionally recognizes commas
17743         and expression parentheses as delimiters.
17745         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
17746         to avoid heuristics that doesn't work for unclosed blocks.
17747         (c-at-statement-start-p): New function.
17749         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
17750         Objective-C directives, e.g. directives spanning lines should work
17751         reasonably well now.
17753         (c-put-c-type-property, c-clear-c-type-property): New helpers.
17755         (c-forward-objc-directive): New function to move over any ObjC
17756         directive.
17758         (c-just-after-func-arglist-p, c-guess-basic-syntax)
17759         (c-basic-matchers-before): Use it.
17761         (c-font-lock-objc-iip-decl): Remove.
17763         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
17764         in the template arglist recognition.
17766         * progmodes/cc-styles.el (c-style-alist): Fix several
17767         inconsistencies in the Whitesmith style.
17769         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
17770         New lineup function to get lines after Whitesmith style blocks
17771         correctly indented.
17773         (c-lineup-whitesmith-in-block): Back out the compensation for
17774         opening parens since it's done using `add' lists in the style
17775         definition instead.  Don't use the anchor position since it varies
17776         too much between the syntactic symbols. :P
17778         * progmodes/cc-vars.el (c-valid-offset): Update.
17780         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
17781         lists where the offsets are combined according to several
17782         different methods: `first', `min', `max', and `add'.
17783         Report offset evaluation errors with `c-benign-error' so that some kind
17784         of reindentation still is done.
17786         * progmodes/cc-engine.el (c-guess-basic-syntax):
17787         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
17788         `arglist-close'.
17790         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
17791         situations for `arglist-cont-nonempty' and `arglist-close'.
17793         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
17795         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
17796         cc-bytecomp-boundp' in a number of places.
17798         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
17799         macro related issue.
17801 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17803         * progmodes/cc-awk.el: Change the terminology of regexps: A char
17804         list is now [asdf], a char class [:alpha:].
17805         Include code for char classes.
17806         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
17807         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
17809         Remove (nearly all of) the cruft associated with AWK Mode's former
17810         concept of "virtual semicolons":
17812         Adapt c-beginning-of-statement, c-end-of-statement (together with
17813         subfunctions) to use the new notion of "virtual semicolon" in
17814         place of the old awkward special handling for AWK.  There remains
17815         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
17816         * progmodes/cc-cmds.el:
17817         (c-ascertain-adjacent-literal): In the backwards direction, now
17818         recognises AWK regexp delimiters as string delimiters.
17819         (c-after-statement-terminator-p): Adapt for virtual semicolons;
17820         check more rigorously for "end of macro".
17821         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
17822         virtual semicolons;
17823         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
17824         out the code for forward movement into ...
17825         (c-end-of-statement): Now contains the code for forward movement,
17826         adapted for virtual semicolons.
17828         * progmodes/cc-engine.el:
17829         (c-ws*-string-limit-regexp): New regexp.
17830         (c-forward-single-comment, c-backward-single-comment): Comment out
17831         the (now redundant) "special" AWK stuff.
17833         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
17834         c-string-par-start, c-string-par-separate to be more like Text
17835         Mode than Fundamental Mode.
17837 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17839         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
17840         to the fontified region so that fontification doesn't occur
17841         outside it (could happen e.g. when fontifying a line with an
17842         unfinished declaration).
17844 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17846         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
17847         start of the file.  ^L now separate sections of the file.
17848         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
17849         (c-awk-one-line-possibly-open-string-re)
17850         (c-awk-regexp-one-line-possibly-open-char-class-re)
17851         (c-awk-one-line-possibly-open-regexp-re)
17852         (c-awk-one-line-non-syn-ws*-re): New defonsts.
17853         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
17855         Amend the concept of "virtual semicolons" (in the indentation
17856         engine) for languages like AWK, such that they are now
17857         conceptually attached to end of the last token of a statement, not
17858         the end of the line.  (In AWK Mode, however, the pertinent text
17859         property is still physically set on the EOL.)  Remove the specific
17860         tests for awk-mode, thus facilitating the introduction of other
17861         language modes where EOLs can end statements.
17862         (Note: The funtionality in cc-cmds.el, specifically
17863         c-beginning/end-of-statement has yet to be amended.)
17865         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
17866         New macros.
17868         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
17869         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
17870         c-vsemi-status-unknown-p-fn (in a new page).
17872         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
17873         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
17874         numerous awkward forms like
17875         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
17876         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
17877         variable before-ws-ip, the place just after char-before-ip appears.
17879         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
17880         a comment.
17882 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17884         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
17885         `c-tentative-buffer-changes'.
17887         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
17888         convert to macro to choose between Emacs and XEmacs at compile time.
17890         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
17892         (c-tentative-buffer-changes): New macro to handle temporary buffer
17893         changes in a convenient way.
17895         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
17896         for `c-tentative-buffer-changes'.
17898         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
17899         the checks for paren sexps between the point and the keyword, to
17900         avoid some false alarms.
17902         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
17903         Fixed a situation where an error could be thrown for unbalanced
17904         parens.  Changed to make use of c-keyword-member' to avoid some
17905         repeated regexp matches.
17907         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
17908         These language variable are no longer necessary.
17910         (c-block-stmt-kwds): New language constant used by
17911         c-looking-at-inexpr-block'.
17913         (c-guess-basic-syntax): Remove an optional check that looked at
17914         the existence of the now removed language variables.
17916         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
17917         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
17918         object instantiation expressions as declarations in some contexts.
17919         This bug only affected languages where the declarator can't be
17920         enclosed in parentheses.
17922         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
17923         insert newlines before and after substatement braces.
17925         * progmodes/cc-engine.el: Improved the heuristics for recognizing
17926         function declaration headers and the handling of C++ style member
17927         init lists.
17929         (c-just-after-func-arglist-p): Rewritten to use
17930         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
17932         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
17934         (c-guess-basic-syntax): Adapt case 5B for the new
17935         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
17936         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
17937         covers all cases now).
17939         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
17941 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17943         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
17944         c-string-par-start/separate c-sentence-end-with-esc-eol,
17945         initialised in c-setup-paragraph-variables, used in string
17946         scanning subroutines of c-beginning-of-statement.
17948         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
17949         which precedes the newly inserted `{'.
17951 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17953         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
17954         function for declaration level blocks.  It should now cope with
17955         templates better and also be a lot more comprehensible.
17957         (c-looking-at-decl-block): The new function.
17959         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
17960         for compatibility.
17962         (c-add-class-syntax, c-guess-continued-construct)
17963         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
17965         (c-decl-block-key): Change to tell apart ambiguous and
17966         unambiguous keywords.  Pike specials are now handled directly in
17967         the code instead.
17969         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
17970         New language constants and variables to make the backward skip in
17971         `c-looking-at-decl-block' as tight as possible.
17973         (c-nonsymbol-token-char-list): New language constant.
17975         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
17976         find balanced template arglists backwards.
17978         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
17979         making char classes for `c-syntactic-skip-backward'.
17981         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
17982         16D - can't be a class-close at that point.
17984         * progmodes/cc-engine.el (c-guess-basic-syntax)
17985         (c-add-class-syntax): Don't narrow out the enclosing declaration
17986         level.  This makes everything a lot easier, and it was actually
17987         only four small places that needed it to work.  Some places that
17988         previously did `widen' are removed now, which has the effect that
17989         `c-guess-basic-syntax' never will look at things outside the
17990         current narrowment now.  The anchor position for `topmost-intro'
17991         is affected by this, but it was so bogus it was basically useless
17992         before, and now it's equally bogus but in a slightly different way.
17994         (c-narrow-out-enclosing-class): Gone.
17996         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
17997         the narrowed region.
17999         (c-least-enclosing-brace): Remove silly optional argument.
18001         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18002         the point could be left directly after an open paren when finding
18003         the beginning of the first decl in the block.
18005         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18006         Specify which submatch to use.
18008         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18010         (c-decl-start-re): No longer any need for special treatment of
18011         ObjC due to the above.
18013         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18014         presumably follows C in that regard.
18016         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18017         New language constants to specify operator tokens inside
18018         identifiers in a more high level way.
18020         (c-opt-identifier-prefix-key): New internal language constant.
18022         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18023         (c-identifier-start, c-identifier-key): Now completely calculated
18024         from other constants.
18026         (c-identifier-last-sym-match): Decommission since it's no longer used.
18028         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
18030         * progmodes/cc-engine.el (c-forward-name): Remove the
18031         optimization when c-identifier-key is equal to c-symbol-key since
18032         it doesn't work in byte compiled files.  Don't record empty
18033         regions as identifiers.
18035         * progmodes/cc-langs.el (c-filter-ops): New helper function to
18036         simplify access to `c-operators' and its likes.
18038         (c-operator-list, c-all-op-syntax-tokens)
18039         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18040         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18041         (c-primary-expr-regexp, c-cast-parens): Use it.
18043         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18044         an explicit language in functions.
18046         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18047         variant of adornment.
18049         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18050         variable.
18052         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18053         the Pike value.
18055         * progmodes/cc-engine.el (c-on-identifier)
18056         (c-simple-skip-symbol-backward): Small fix for handling "-"
18057         correctly in `skip-chars-backward'.  Affected the operator lfun
18058         syntax in Pike.
18060         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18061         diagnostic message about precompiled language vars not being used.
18063         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18064         "__attribute__" is followed by a parenthesis.
18066         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18067         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18068         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18070         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18071         Internal cleanups to properly detect the declared identifiers in
18072         various declarations.
18074         (c-decl-start-kwds): New language constant to recognize
18075         declarations that can start anywhere.  Used for class declarations
18076         in Pike.
18078         (c-specifier-key, c-not-decl-init-keywords)
18079         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18080         (c-find-decl-spots): Implement `c-decl-start-kwds'.
18082         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18083         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18084         handling of the compiler specific extension keywords into a new
18085         language constant `c-decl-hangon-kwds' that defines keyword
18086         clauses to be ignored in declarations.
18088         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18089         past unrecognized tokens when handling `c-colon-type-list-kwds'.
18090         Necessary to stop at the declared identifier in e.g. IDL valuetype
18091         declarations.
18093         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18094         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18095         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18096         (c-forward-decl-or-cast-1): Recognize the declared identifier in
18097         class and enum declarations as such and not as part of the type.
18099         (c-forward-decl-or-cast-1, c-forward-label): Relax the
18100         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18102         (c-forward-decl-or-cast-1): Don't disregard sure signs of
18103         declarations when there's some syntax error later on.
18105         (c-complex-decl-matchers): Did away with a reference to
18106         `c-specifier-key'.
18108         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18109         value - this variable is always dynamically bound.
18111         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18112         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18113         * cc-cmds.el, cc-defs.el: Change the policy for marking up
18114         functions that might do hidden buffer changes: All such internal
18115         functions are now marked instead of those that don't.
18117         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18118         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18119         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18120         (c-literal-type): Allow these functions to make hidden buffer changes,
18121         so that they are free to use text property caching later on.
18123         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18124         (c-electric-brace, c-electric-slash, c-electric-star)
18125         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18126         (c-electric-paren, c-electric-continued-statement, c-indent-command)
18127         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18128         (c-context-line-break): Add `c-save-buffer-state' calls to comply
18129         with the changed semantics of the functions above.
18131         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18132         when macros occur in obscure places.  Optimized the sexp movement
18133         a bit.
18135 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18137         Enhancements for c-beginning-of-statement to work in AWK Mode:
18139         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18140         (completed statement) with `}' (statement completed by closing
18141         brace or semicolon) and `$' (statement completed by EOL).
18143         (c-awk-virtual-semicolon-ends-prev-line-p)
18144         (c-awk-virtual-semicolon-ends-line-p)
18145         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18146         (c-awk-at-statement-end-p): New functions.
18148         * progmodes/cc-cmds.el: Simplify the structure of functions
18149         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
18150         two functions and c-beginning-of-statement to handle AWK Mode.
18152         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18153         c-backward-single-comment for AWK mode.  Attempt to clarify their
18154         doc-strings.
18156         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18158 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18160         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18161         label handling.  Labels are now recognized in a uniform and more
18162         robust way, regardless of context.  Text properties are put on all
18163         labels to recognize the following declarations better.
18164         Multiword labels are handled both in indentation and fontification for
18165         the benefit of language extensions like Qt.  For consistency, keywords
18166         in labels are now fontified with the label face instead.
18167         That also applies to "case" and "default".
18169         (c-beginning-of-statement-1): Fix some bugs in the label
18170         handling.  Disregard `c-nonlabel-token-key' in labels that begin
18171         with `c-label-kwds'.
18173         (c-find-decl-spots): Support that the callback adds more
18174         `c-decl-end' spots to find.
18176         (c-forward-decl-or-cast-1): Don't treat a list of plain
18177         identifiers followed by a colon as a declaration.
18179         (c-forward-label): New function to recognize labels.
18181         (c-guess-basic-syntax): Replace uses of `c-label-key' with
18182         `c-forward-label'.  Moved the label recognition cases (14 and 15)
18183         earlier since they aren't so context sensitive now.  Handle labels
18184         on the top level gracefully.  Moved access label recognition to
18185         the generic label case (CASE 15) - removed CASE 5E.
18187         (c-font-lock-declarations): Add recognition of labels in the
18188         same round since we need to handle labels in parallell with other
18189         declarations to recognize both accurately.  It should also improve
18190         speed.
18192         (c-simple-decl-matchers, c-basic-matchers-after):
18193         Move `c-font-lock-labels' so that it only is used on decoration level 2
18194         since `c-font-lock-declarations' handles it otherwise.
18196         (c-complex-decl-matchers): Remove the simplistic recognition of
18197         access labels.
18199         (c-decl-prefix-re): Remove the kludges that was necessary to cope
18200         with labels earlier.
18202         (c-decl-start-re): New language variable to make
18203         `c-font-lock-declarations' stop for the special protection labels
18204         in Objective-C that start with `@'.
18206         (c-label-key): Remove since it's no longer used.
18208         (c-recognize-colon-labels, c-label-prefix-re): New language
18209         constants to support recognition of generic colon-terminated labels.
18211         (c-type-decl-end-used): `c-decl-end' is now used whenever there
18212         are colon terminated labels.
18214         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18215         first argument starts with a special brace list.
18217         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18218         (c-font-lock-declarations): Break out the declaration and cast
18219         recognition from `c-font-lock-declarations' to a new function, so
18220         that it can be used in the indentation engine.
18222         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18223         up to the start of the literal.  Fixed bug with the point on the
18224         wrong side of the search limit that could happen when the start
18225         position is inside a literal.
18227         * progmodes/cc-engine.el (c-parse-state)
18228         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18229         so that it's kept a little bit back to increase the hit rate.
18231         (c-parse-state): Change the macro handling and fixed some
18232         glitches.  Macro context is checked more often than necessary now,
18233         but otoh less garbage conses are generated.
18235         * progmodes/cc-engine.el (c-parse-state)
18236         (c-invalidate-state-cache): Cache the last position where
18237         `c-state-cache' applies.  This can speed up refontification quite
18238         a bit in blocks where there are many non-brace parens before the point.
18240         (c-state-cache-end): New variable for this.
18242         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18243         cache variable.
18245         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18246         get close initial continue positions when the start position is
18247         inside a literal or macro.  Do not call the callback for spots
18248         before the start position (which can happen e.g. for `c-decl-end'
18249         spots inside comments).  Optimize better in special cases when the
18250         region is a single line inside a literal or macro (typically when
18251         the current line is refontified).
18253         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18254         to `c-add-stmt-syntax' - there's no need to explicitly whack off
18255         entries from the paren state.
18257         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18258         special case for "else if" clauses.
18260         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18261         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18263         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18264         New language variable to recognize the gcc extension with statement
18265         blocks inside expressions.
18267         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18268         it somewhat more comprehensible.  The argument AT-BLOCK-START is
18269         no longer used and hence removed.
18271         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18272         to `c-add-stmt-syntax'.
18274         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18275         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18276         This fixes bogus label recognition.
18278         * progmodes/cc-engine.el (c-add-type, c-check-type)
18279         (c-forward-name, c-forward-type): Improve storage of template
18280         types in `c-found-types' so that they can be recognized better.
18282         (c-syntactic-content): Add option to skip past nested parens.
18284         * progmodes/cc-engine.el (c-forward-name):
18285         Set `c-last-identifier-range' all the time.  It's less work that way.
18286         Handle that there might not be an identifier to store in
18287         `c-last-identifier-range'.
18289         (c-forward-type): Handle that `c-last-identifier-range' might be
18290         nil from `c-forward-name'.
18292         * progmodes/cc-defs.el (c-safe-scan-lists)
18293         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18295         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18296         to work even if the form fails.
18298         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18299         down in a large file in one go.
18301         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18303         * progmodes/cc-align.el (c-lineup-assignments): New lineup
18304         function which is like `c-lineup-math' but returns nil instead of
18305         `c-basic-offset' when it doesn't match.
18307         (c-lineup-math): Change to use `c-lineup-assignments'.
18309 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18311         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18312         c-beginning-of-statement.  New subfunctions
18313         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18315 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18317         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18318         hardcoded char classes whereever possible.  Changed a couple of
18319         places to use skip by syntax instead of skip by char class.
18321         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18322         Fix a bug in the regexp that caused extreme backtracking.
18324         * progmodes/cc-langs.el (c-block-comment-starter)
18325         (c-block-comment-ender): New language constants to specify in a
18326         single place how block comments look.
18328         (c-comment-start-regexp, c-block-comment-start-regexp)
18329         (comment-start, comment-end, comment-start-skip)
18330         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18331         (c-syntactic-ws, c-nonempty-syntactic-ws)
18332         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18333         `c-line-comment-starter', `c-block-comment-starter' and
18334         `c-block-comment-ender'.
18336         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18337         New language constants to break up things a bit.
18339         (c-simple-ws): New language constant for simple whitespace.
18341         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18343         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18344         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18345         newlines.  Allow and ignore nil elements in the list.
18347 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18349         * progmodes/cc-cmds.el: Comment out a (n almost certainly
18350         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18352         * progmodes/cc-cmds.el: Tidy up the comments in
18353         c-beginning-of-statement and subfunctions.
18355         * progmodes/cc-awk.el: Replace calls to put-text-property to the
18356         more flexible c-put-char-property and c-clear-char-properties.
18357         Add the author's email address.
18359         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18361         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18362         closing "*/" of a block comment.
18364         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18365         subfunctions) so that it works at BOB and EOB.
18367         * progmodes/cc-cmds.el, cc-vars.el: More updating of
18368         c-beginning-of-statement, including new variable
18369         c-block-comment-start-regexp.
18371 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18373         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18374         symbols from `*-font-lock-extra-types' so that there's no need to
18375         use `regexp-opt' on those lists.
18377         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18378         `c-type-modifier-kwds' is empty.
18380         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18381         there are several strings on the same line.
18383         * progmodes/cc-engine.el (c-literal-limits): Remove the
18384         compatibility function for older emacsen.  `c-literal-limits-fast'
18385         has now taken the place of this function.
18387         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18388         with older emacsen: We now require `pps-extended-state'.
18390 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18392         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18393         which obviates the need to hack sentence-end.  This now handles
18394         escaped newlines in strings correctly.  Correct minor bugs in
18395         c-move-over-sentence and in c-beginning-of-statement.
18397         * progmodes/cc-cmds.el (c-beginning-of-statement (and
18398         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18399         that movement over macros and code are rigorously separated from
18400         eachother.  Correct a few incidental bugs.
18402         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
18403         Improve its doc-string.  Improve the handling of certain specific cases.
18405 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18407         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
18408         (c-guess-basic-syntax): Change the way class-level labels are
18409         recognized; they can now contain essentially any symbols.
18411         (c-opt-extra-label-key): New language variable to cope with the
18412         special protection label syntax in Objective-C.
18414         (c-opt-access-key): Remove; this is now handled better by
18415         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18417         (c-complex-decl-matchers): Update to handle that
18418         `c-opt-access-key' no longer exists.
18420         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18421         improved label recognition in `c-beginning-of-statement-1'.
18423         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18424         Recognize bitfields better.
18426         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
18427         Remove some cruft and fixed a bug that could cause it to go to a
18428         position further down.
18430         * progmodes/cc-langs.el, cc-engine.el
18431         (c-beginning-of-statement-1): Improve detection of labels in
18432         declaration contexts.
18434         (c-beginning-of-decl-1): Use it.
18436         (c-nonlabel-token-key): New language constant and variable needed
18437         by `c-beginning-of-statement-1'.
18439         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
18440         manifested itself due to the correction in `c-forward-sexp'.
18442         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18443         Make these behave as documented when used at the buffer limits.
18445         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
18446         (c-type-decl-end-used): Made this a language variable.
18448         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
18449         correctly when `combine-after-change-calls' is used together with
18450         temporary narrowings.
18452         * progmodes/cc-engine.el (c-beginning-of-statement-1):
18453         Report labels correctly when the start point is immediately after the
18454         colon.
18456         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
18457         Remove since it isn't used anymore.
18459         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
18460         bracket arglists such as template parens in C++.
18462         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
18463         in the last check-in.  Some optimization.
18465         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
18466         where it could stop at the same level in a preceding sexp when
18467         PAREN-LEVEL is set.
18469         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18470         text property lookup only when it's needed.
18472         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
18473         Change the policy for paren marked angle brackets to be more
18474         persistent; once marked they remain marked even when they're found
18475         to be unbalanced in the searched region.  This should keep the
18476         paren syntax around even when individual lines are refontified in
18477         multiline template arglists.
18479         (c-parse-and-markup-<>-arglists): New dynamically bound variable
18480         to control markup so that incorrect angle bracket arglists aren't
18481         marked in contexts where the correct value for
18482         `c-disallow-comma-in-<>-arglists' isn't known.
18484         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
18485         argument has become `c-parse-and-markup-<>-arglists'.
18487         (c-remove-<>-arglist-properties): Remove - no longer used.
18489         (c-after-change-check-<>-operators): New function used on
18490         `after-change-functions' to avoid that "<" and ">" characters that
18491         are part of longer operators have paren syntax.
18493         (c-<>-multichar-token-regexp): New language variable used by
18494         `c-after-change-check-<>-operators'.
18496         (c-after-change): Call `c-after-change-check-<>-operators'.
18498         (c-font-lock-<>-arglists): Use the context properties set by
18499         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
18500         correctly to avoid doing invalid markup.
18502         (c-font-lock-declarations): Remove code that undoes the invalid
18503         markup done by `c-font-lock-<>-arglists'.
18505         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
18506         after `c-font-lock-declarations'.
18508         * progmodes/cc-engine.el (c-syntactic-skip-backward):
18509         Add paren-level feature.
18511         (c-guess-basic-syntax): Improve the anchor position for
18512         `template-args-cont' in nested template arglists.  There's still
18513         much to be desired in this area, though.
18515 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18517         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
18518         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
18520 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18522         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
18523         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
18525         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
18526         it doesn't work no longer are supported.
18528         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
18529         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
18530         requires support for the syntax-table' text property, which rules
18531         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
18532         cruft associated with those versions.
18534         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
18535         for the `syntax-table' text property, which rules out Emacs 19 and
18536         XEmacs < 21.4.  Removed various compatibility cruft associated
18537         with those versions.
18539         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
18540         support for the `syntax-table' text property.
18542         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
18543         variable and use an extra quoted face name instead.  All the
18544         emacsen flavors handle that correctly.
18546         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
18547         (c-font-lock-declarators, c-font-lock-declarations)
18548         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
18549         property to mark the items in in declarator lists to handle
18550         refontification inside multiline declarations better.
18552         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
18553         construct like "a * b = c;" as a declaration.
18555 2005-12-08  Kim F. Storm  <storm@cua.dk>
18557         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
18558         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
18559         select either meta, hyper, or super modifier for rectangle commands.
18560         (cua--rectangle-modifier-key): New defvar.
18561         (cua--M/H-key): Use it.  Remove special case for `space'.
18562         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
18563         on X, to meta otherwise.  Always bind C-return to toggle
18564         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
18566         * emulation/cua-rect.el (cua-help-for-rectangle):
18567         Use cua--rectangle-modifier-key.  Handle super modifier too.
18568         (cua--init-rectangles): Always bind C-return to toggle rectangle.
18569         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
18571         * ido.el: Move Acknowledgements and History after Commentary.
18572         Minor changes to Commentary.
18574         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
18575         keymap if cua--prefix-override-timer is `shift'.
18576         (cua--shift-control-prefix): New function; emulate "type prefix
18577         key twice" functionality to handle shifted prefix key override.
18578         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
18579         New commands.
18580         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
18582 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
18584         * textmodes/org.el (org-insert-heading): Try to do items before
18585         headings.
18586         (org-agenda-mode): Quote `org-agenda-mode-hook'.
18587         (org-insert-item): New function.
18588         (org-renumber-ordered-list): Don't skip to higher level lists.
18590 2005-12-08  Juri Linkov  <juri@jurta.org>
18592         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
18594         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
18596         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
18598         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
18599         the constructed function name fun-1.
18601         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
18602         because such links don't lead to parent documentation.
18604 2005-12-08  Kenichi Handa  <handa@m17n.org>
18606         * descr-text.el (describe-char): Use *Help-2* buffer if the
18607         current buffer is *Help*.  Call describe-text-properties while
18608         setting the original buffer.
18610 2005-12-07  Bill Wohler  <wohler@newt.com>
18612         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
18613         and causes problems with non-MH users (such as Gnus users).
18615 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
18617         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
18618         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
18619         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
18620         command "info sources".  Move calls to GDB command "list".
18621         (gdb-find-file-hook): Just use gdb-source-file-list.
18622         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
18623         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
18624         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
18625         (gdb-data-list-register-values-handler): Use correct trigger name.
18627 2005-12-07  Kim F. Storm  <storm@cua.dk>
18629         * ido.el (ido-completion-map): Rename from ido-mode-map.
18630         (ido-common-completion-map, ido-file-completion-map)
18631         (ido-file-dir-completion-map, ido-buffer-completion-map):
18632         Rename from ido-mode-....-map.
18633         (ido-init-completion-maps): Rename from ido-init-mode-maps.
18634         (ido-setup-completion-map): Rename from ido-define-mode-map.
18635         (ido-read-internal): Bind minibuffer-local-filename-completion-map
18636         to ido-completion-map.
18638 2005-12-07  Kenichi Handa  <handa@m17n.org>
18640         * international/mule-cmds.el
18641         (set-display-table-and-terminal-coding-system): If the coding
18642         system specified in `unibyte-display' property is different from
18643         the arg coding-system, don't setup standard-display-table.
18645 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18647         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
18648         that comments end at \n, regardless of selective-display.
18650 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
18652         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
18653         (gdb-version): New variables.
18654         (gdb-source-file-list, gdb-register-names)
18655         (gdb-changed-registers): New variables for use with GDB 6.4+.
18656         (gdb-ann3): Replace with...
18657         (gdb-init-1, gdb-init-2): ...two new functions.
18658         (gdba, gdb-prompt): Call gdb-init-1.
18659         (gdb-get-version): New function.  Call gdb-init-2 from here.
18660         (gud-watch): Make it work with mouse events too.
18661         (gdb-post-prompt): Don't add to queue until GDB version is known.
18662         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
18663         (gdb-locals-mode): Use gdb-version.
18664         (gdb-memory-format-map, gdb-memory-unit-map)
18665         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
18666         (gdb-locals-font-lock-keywords-1)
18667         (gdb-locals-font-lock-keywords-2): New variables.
18668         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
18669         (gdb-set-gud-minor-mode-existing-buffers-1)
18670         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
18671         (gdb-var-update-1, gdb-var-update-handler-1)
18672         (gdb-data-list-register-values-handler)
18673         (gdb-data-list-register-values-custom)
18674         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
18675         (gdb-stack-list-locals-handler, gdb-get-register-names):
18676         New functions for use with GDB 6.4+.
18677         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
18678         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
18679         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
18680         (gdb-stack-list-locals-regexp)
18681         (gdb-data-list-register-names-regexp): New regexps for use with
18682         GDB 6.4+.
18684 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18686         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
18688 2005-12-06  Nozomu Ando  <nand@mac.com>
18690         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
18691         prompts work for AUTH PLAIN.  Also reported by Steve Allan
18692         <seallan@verizon.net>.
18694 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
18696         * frame.el (set-frame-parameter): Add doc string.
18698 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
18700         * textmodes/org.el (org-occur-highlights): New variable.
18701         (org-highlight-new-match, org-remove-occur-highlights): New functions.
18702         (org-highlight-sparse-tree-matches): New option.
18703         (org-do-occur): New function.
18704         (org-get-heading): Make it work also at beginning of line.
18705         (org-category-table): New variable.
18706         (org-get-category-table, org-get-category)
18707         (org-camel-to-words, org-link-search): New functions.
18708         (org-select-this-todo-keyword): New variable.
18709         (org-todo-list): New command.
18710         (org-shiftright, org-shiftleft): New commands.
18711         (org-agenda-todo): Add prefix argument.
18712         (org-show-hierarchy-above): New option.
18713         (org-show-todo-tree): Numerical prefix creates tree for specific
18714         TODO keyword.
18715         (org-outline-level): New function, to assign a level to plain
18716         lists items.
18717         (org-cycle-include-plain-lists): New option.
18718         (org-mode): Use `org-outline-level' as value of `outline-level'.
18719         (org-cycle): Temporarily switch `outline-regexp' if
18720         `org-cycle-include-plain-lists' is non-nil.
18721         (org-start-icalendar-file): Fix format bug.
18722         (org-agenda-get-day-entries): Create category table.
18723         (org-agenda-get-todos, org-agenda-get-timestamps)
18724         (org-agenda-get-deadlines, org-agenda-get-scheduled)
18725         (org-agenda-get-blocks): Use `org-get-category'.
18726         (org-context-in-file-links): Rename from
18727         `org-line-numbers-in-file-links'.
18729 2005-12-06  Romain Francoise  <romain@orebokech.com>
18731         * window.el (balance-windows): Delete extraneous third arg in call
18732         to `enlarge-window'.
18734 2005-12-06  Kenichi Handa  <handa@m17n.org>
18736         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
18738 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
18740         * progmodes/gdb-ui.el (gdb-var-create-handler)
18741         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
18742         (gdb-var-list-children-handler, gdb-var-update-handler):
18743         Current buffer is already gdb-partial-output-buffer, don't
18744         make it current again.
18746 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
18748         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
18749         (list-buffers-noselect): Use it.
18751 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18753         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
18754         (mail-yank-ignored-headers): Use regexp-opt.
18755         (mail-mode-map): Move initialization into declaration.
18756         (mail-sent-via): Remove unused shadowed var `to-line'.
18757         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
18758         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
18759         (mail-do-fcc): Use dolist and push.
18760         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
18761         (mail-yank-ignored-headers): Don't autoload.
18763 2005-12-05  Kenichi Handa  <handa@m17n.org>
18765         * international/mule-cmds.el (set-language-info-internal): New fun.
18766         (set-language-info): Call set-language-info-internal to update
18767         language-info-alist.  If LANG-ENV is the current one, call
18768         set-language-environment to make INFO effective now.
18769         (set-language-info-alist): Likewise.
18770         (locale-language-names): With locale "en", use English
18771         lang. env. but set the default codings to iso-8859-1.
18773 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
18775         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
18776         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
18777         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
18778         for plain strings.
18779         (gdb-frames-mode): Remove redundant call to font-lock-mode.
18780         (gdb-all-registers): Rename from toggle-gdb-all-registers.
18781         Create registers buffer if necessary.  Echo new state in minibuffer.
18782         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
18784 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
18786         * info.el (Info-fontify-node): Match external links using
18787         non-directory part of filename.
18789 2005-12-04  Juri Linkov  <juri@jurta.org>
18791         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
18792         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
18793         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
18794         because there is no customization option for it.
18796         * font-lock.el (lisp-font-lock-keywords-1):
18797         Add define-global-minor-mode.
18799         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
18801         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
18802         properties on the constructed variable names.
18804         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18805         Put `definition-name' properties on the constructed function names
18806         next-sym and prev-sym.
18808         * emacs-lisp/find-func.el (find-function-regexp):
18809         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
18810         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
18811         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
18812         and easy-menu-define.
18814         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
18815         easy-mmode-define-global-mode and define-global-minor-mode.
18816         (lisp-imenu-generic-expression): Add define-global-minor-mode.
18818         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
18819         instead of easy-mmode-define-global-mode.
18821         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18822         Use define-minor-mode instead of easy-mmode-define-minor-mode.
18824         * cus-edit.el (customize-group, customize-group-other-window):
18825         Filter out autoloaded options from the group completion list by
18826         using heuristics that autoloaded groups don't have `custom-autoload'
18827         property on their symbols (they have only `custom-loads').
18829         * simple.el (completion-setup-function): Put completions-common-part
18830         face on complete completion string too (i.e. completion string
18831         without completions-first-difference face).
18833         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
18835 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
18837         * view.el (view-mode): Doc fix.
18839         * disp-table.el (standard-display-european): Add to the warning
18840         message a reference to the doc string.
18842         * play/yow.el (apropos-zippy): Call print-help-return-message,
18843         similar to other Help and Apropos commands.
18845         * help.el (print-help-return-message): If pop-up-frames is
18846         non-nil, set up help-return-method to delete the help window and,
18847         possibly, its frame as well, and don't display message about
18848         scrolling the help window.  Doc fix.
18849         (help-return-method): Doc fix.
18851 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
18853         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
18854         whereby names of length one or names starting with a
18855         symbol-constituent character would not be returned.
18857 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
18859         * subr.el (atomic-change-group): Add edebug and indentation spec.
18861 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18863         * completion.el (save-completions-file-name): Fix typo in last change.
18865 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18867         * info.el: Move back/forward history to the beginning of the tool bar.
18869 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
18871         * allout.el (eval-when-compile): Remove unnecessary load of cl.
18872         Add fset of allout-real-isearch-abort during compile to fix
18873         byte-compilation warnings.
18874         (allout-mode-p): Move definition of this macro above all uses, or
18875         byte compilation in barren Emacs (eg, during Emacs build) will
18876         lack the definition.
18877         (allout-mode): Move this variable above any uses, or byte
18878         compilation will fail.
18879         (allout-resolve-xref): Remove use of personal file-reference function.
18880         (allout-toggle-current-subtree-encryption): Do the current (ie,
18881         visible containing) topic, rather than nearest around point.  Doc fix.
18882         (allout-toggle-subtree-encryption): New function, workhorse that
18883         works on nearest topic containing point.
18884         (allout-encrypt-string): Signal requirement for newer version of pgg.
18885         (allout-resumptions): Doc fix.
18887 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
18889         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
18891 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
18893         * textmodes/flyspell.el (flyspell-external-point-words):
18894         Consider a misspelling as found in the string search if: (a) misspelling
18895         and found string lengths match, or (b) misspelling is found as
18896         element in a boundary-chars separated longer string, or (c)
18897         ispell-program-name is really ispell and misspelling is found as
18898         part of a TeX string.  After successful match move beginning of
18899         search region to end of match.  Warn about not found misspellings
18900         once the process is done.
18901         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
18903 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
18905         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
18906         tool bar (removed inadvertently).
18908 2005-12-02  Juri Linkov  <juri@jurta.org>
18910         * log-view.el (log-view-diff): Clarify doc string.
18912 2005-12-01  Bill Wohler  <wohler@newt.com>
18914         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
18915         triggers lm-verify errors.
18917 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
18919         * simple.el (transient-mark-mode, line-number-mode)
18920         (column-number-mode, size-indication-mode): Remove `:require nil'.
18922 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
18924         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
18925         in the margin also.
18926         (gdb-breakpoints-mode-map): Use D instead of d for
18927         gdb-delete-breakpoint.
18928         (gdb-get-frame-number): Require a number to match on.
18929         (gdb-threads-mode-map): Add follow-link binding.
18931 2005-11-30  Jason Rumney  <jasonr@gnu.org>
18933         * isearch.el (isearch-mode-map): Avoid exiting search on
18934         language-change event.
18936 2005-11-30  Romain Francoise  <romain@orebokech.com>
18938         * speedbar.el (speedbar-default-position): New defcustom.
18939         (speedbar-frame-reposition-smartly): Use it.
18941         * dframe.el (dframe-reposition-frame-emacs): Fix position
18942         computation for `left' location.
18943         Update copyright year.
18945 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18947         * help.el (help-map): Move initialization into declaration.
18949         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
18951         * help-fns.el (help-argument-name): Don't autoload.
18952         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
18953         to be re-loaded when customizing the `help' group.
18955 2005-11-30  John Paul Wallington  <jpw@gnu.org>
18957         * help-fns.el (describe-function-1): Fill arglist output.
18959 2005-11-30  Kim F. Storm  <storm@cua.dk>
18961         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
18962         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
18963         after revert-buffer (or anything else which kills all local variables).
18965         * apropos.el (apropos-parse-pattern): Doc fix.
18966         Set apropos-regexp directly, rather than expecting callers to do so.
18967         (apropos-command, apropos, apropos-value, apropos-documentation):
18968         Simplify calls to apropos-parse-pattern.
18970 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
18972         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
18973         (hi-lock-face-phrase-buffer): Use hi-yellow face.
18974         (hi-lock-write-interactive-patterns): Use comment-region.
18976         * longlines.el (longlines-mode): Add mail-setup-hook.
18978         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
18980         * simple.el (sendmail-user-agent-compose, next-line):
18981         Conditionally use hard-newline.
18983 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18985         * international/latexenc.el (latex-inputenc-coding-alist):
18986         Reword doc string.
18988 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
18990         * help.el (describe-key-briefly, describe-key): Recognize default
18991         bindings.
18993 2005-11-29  Romain Francoise  <romain@orebokech.com>
18995         * view.el (view-inhibit-help-message): New defcustom.
18996         (view-mode-enter): Use it.
18998 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
19000         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19001         Preserve user position.
19003 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
19005         * font-lock.el: Throw error if facemenu is not loaded to prevent
19006         accidental change of loading order in loadup.el.  (Suggested by RMS.)
19008         * loadup.el: Add comment explaining why facemenu must be loaded
19009         before font-lock.
19011 2005-11-28  Jay Belanger  <belanger@truman.edu>
19013         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19014         (calc-dispatch-map): Add more keys for `calc-same-interface'.
19016         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19018         * calc/calc-embed.el (calc-do-embedded): Update help message.
19020         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19022 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19024         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19026         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19027         called-interactively-p.
19028         (elp-profilable-p): Rename from elp-not-profilable-p.
19029         Invert result and take into account macros and autoloaded functions.
19030         (elp-instrument-function): Update call.
19031         (elp-instrument-package): Update call.  Add completion.
19032         (elp-pack-number): Use match-string.
19033         (elp-results-jump-to-definition-by-mouse): Merge into
19034         elp-results-jump-to-definition and then remove.
19035         (elp-output-insert-symname): Make help echo text single-line.
19037         * replace.el (query-replace-map): Move initialization into declaration.
19038         (occur-engine): Use with-current-buffer.
19039         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19040         (occur-mode-mouse-goto): Replace with an alias.
19042 2005-11-28  Juri Linkov  <juri@jurta.org>
19044         * simple.el (quoted-insert): Let-bind input-method-function to nil.
19046         * term/w32-win.el: Bind [S-tab] to [backtab].
19048         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19049         `Info-find-file' to t.
19051         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19052         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19053         and same-window-regexps.
19054         (occur-next-error): Don't move point for arg 0.
19056 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
19058         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19060 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19062         * log-edit.el (log-edit-changelog-use-first): New var.
19063         (log-edit-changelog-ours-p): Use it.
19064         (log-edit-insert-changelog): Set it with new arg `use-first'.
19065         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19066         (log-edit-hook): Add them to the list of suggested options.
19068         * textmodes/flyspell.el (flyspell-last-buffer): New var.
19069         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19070         redundant work.
19071         (flyspell-mode-on): Use add-hook for after-change-functions.
19072         (flyspell-mode-off): Use remove-hook for after-change-functions.
19073         (flyspell-changes): Make it buffer-local.
19074         (flyspell-after-change-function): Make it non-interactive.  Use push.
19075         (flyspell-post-command-hook): Check input-pending-p while processing
19076         the potentially long list of buffer changes.
19078 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19080         * buff-menu.el (list-buffers-noselect): Display the selected
19081         frame's buffer list, not the global one.
19083 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
19085         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19086         that (list last-input-event) works as in interactive spec.
19088 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19090         * loadup.el ("facemenu"): Load facemenu before font-lock, because
19091         `facemenu-keymap' needs to be defined when font-lock is loaded.
19092         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19094 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19096         * completion.el: Remove useless leading * in defcustom docstrings.
19097         (save-completions-file-name): Use ~/.emacs.d if available.
19098         (completion-standard-syntax-table): Rename from
19099         cmpl-standard-syntax-table and fold initialization into declaration,
19100         thus removing cmpl-make-standard-completion-syntax-table.
19101         (completion-lisp-syntax-table, completion-c-syntax-table)
19102         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19103         (cmpl-saved-syntax, cmpl-saved-point): Remove.
19104         (symbol-under-point, symbol-before-point)
19105         (symbol-under-or-before-point, symbol-before-point-for-complete)
19106         (add-completions-from-c-buffer): Use with-syntax-table.
19107         (make-completion): Don't return a list of completion entries.
19108         Update callers.
19109         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19110         (completion-initialize): Rename from initialize-completions.
19111         (completion-find-file-hook): Rename from cmpl-find-file-hook.
19112         (kill-emacs-save-completions): Collect stats here.
19113         (save-completions-to-file, load-completions-from-file):
19114         Use with-current-buffer.
19115         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
19116         into a function.  Move all calls to toplevel.
19117         (completion-lisp-mode-hook): New fun.
19118         (completion-c-mode-hook, completion-setup-fortran-mode):
19119         Set the syntax-table here.  Use local-set-key.
19120         (completion-saved-bindings): New var.
19121         (dynamic-completion-mode): Make it into a proper minor mode.
19122         (load-completions-from-file): Remove unused var `num-uses'.
19124         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19125         constructor if it is explicitly overridden.
19127         * complete.el (PC-completion-as-file-name-predicate):
19128         Use minibuffer-completing-file-name.
19129         (partial-completion-mode): Use find-file-not-found-functions.
19130         (PC-lisp-complete-symbol): Use with-syntax-table.
19131         (PC-look-for-include-file): Remove dead setq.
19132         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19133         (PC-complete): Use with-current-buffer.
19135         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19136         escape single quotes.
19138 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19140         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19141         of `if' whose condition always returned nil.  Doc fix.
19143         * buff-menu.el (Buffer-menu-revert-function): Make the selected
19144         window's buffer the current buffer around the call to
19145         `list-buffers-noselect'.  This is necessary to mark that buffer
19146         with a `.' in the Buffer Menu when called from Lisp, for instance
19147         by Auto Revert Mode.
19149 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
19151         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19152         attaching to it.
19153         (gdb-pre-prompt): Make sure gdb-error is reset.
19155         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19156         with a child process, detect it.
19157         (gud-speedbar-buttons): Match regexp more carefully.
19159 2005-11-27  Richard M. Stallman  <rms@gnu.org>
19161         * mouse.el (mouse-drag-move-window-bottom):
19162         Use adjust-window-trailing-edge.
19164 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19166         * simple.el (blink-matching-open): Ignore
19167         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19168         (blink-matching-paren-on-screen): Update docstring.
19170         * paren.el (show-paren-mode): No longer change
19171         `blink-matching-paren-on-screen'.
19173 2005-11-27  John Paul Wallington  <jpw@pobox.com>
19175         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19176         (gdb-threads-select, gdb-edit-register-value):
19177         Use `posn-set-point' instead of `mouse-set-point' because the
19178         latter is not fbound when configured without X.
19180 2005-11-27  Kim F. Storm  <storm@cua.dk>
19182         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19183         existing face when partially highlighting a TAB in a rectangle.
19185 2005-11-26  Kim F. Storm  <storm@cua.dk>
19187         * ido.el (ido-mode-map): Doc fix.
19188         (ido-mode-common-map, ido-mode-file-map)
19189         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19190         (ido-define-mode-map): Rewrite.  Select one of the new maps as
19191         parent for ido-mode-map instead of building from scratch.
19192         (ido-init-mode-maps): New defun to initialize new maps.
19193         (ido-mode): Call it.
19194         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19195         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19197 2005-11-26  John Paul Wallington  <jpw@pobox.com>
19199         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19200         `mouse-set-point' because the latter is not fbound when configured
19201         without X.
19203 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
19205         * files.el (file-relative-name): Doc fix.
19207 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
19209         * progmodes/octave-inf.el (inferior-octave-startup): Force a
19210         non-empty string for secondary prompt PS2.
19212 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19214         * progmodes/compile.el (compilation-setup): Fix last change.
19216 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
19218         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19219         (gdb-mouse-toggle-breakpoint-margin)
19220         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19221         Add gdb-server-prefix to keep out of command history.
19222         (gdb-edit-register-value): New function.
19223         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19224         (gdb-info-registers-custom): Use above map.
19226 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19228         * custom.el (enable-theme): Signal error if argument is not a
19229         theme.  Don't recalculate a face if it's not loaded yet.
19231         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19232         the `user' theme is in effect.
19234         * info.el (Info-on-current-buffer): Record actual filename in
19235         Info-current-file, instead of t, or a fake filename if a non-file
19236         buffer.  Make autoload.
19237         (Info-find-node, Info-revert-find-node): No need to check for
19238         Info-current-file nil.
19239         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19240         Info-current-file is now never `t'.
19241         (Info-fontify-node): Many simplifications due to Info-current-file
19242         always being valid.  Use Info-find-file to find node filename.
19244 2005-11-25  David Kastrup  <dak@gnu.org>
19246         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19247         new character, then delete" in order to preserve markers.
19249 2005-11-25  David Ponce  <david@dponce.com>
19251         * recentf.el (recentf-arrange-by-rule): Handle a special
19252         `auto-mode-alist'-like "strip suffix" rule.
19253         (recentf-build-mode-rules): Handle second level auto-mode entries.
19255 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
19257         * viper-keym.el (viper-ESC-key): Use different values in terminal and
19258         window modes.
19260         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19261         jde-javadoc-checker-report-mode.
19263         * ediff-wind (ediff-make-wide-display): Slight simplification.
19265         * ediff.el (ediff-date): Change the date of last update.
19267 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
19269         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19270         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
19271         (hi-lock-mode): New global minor mode.
19272         (turn-on-hi-lock-if-enabled): New function.
19273         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19274         Change arguments to regexp and face instead of a font-lock pattern.
19275         Directly set face property, instead of refontifying.
19276         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19277         (hi-lock-find-patterns): Use line-number-at-pos.
19279         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
19280         arguments for hi-lock-set-pattern.
19281         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19282         Call font-lock-fontify-buffer.
19283         (hi-lock-find-file-hook, hi-lock-current-line)
19284         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19286         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19287         turned off.
19289         * progmodes/compile.el (compilation-setup): Don't fiddle with
19290         font-lock-defaults.
19292 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
19294         * progmodes/gdb-ui.el (gdb-var-create-handler)
19295         (gdb-var-list-children-handler): Find values for all variable
19296         objects.  gud-speedbar-buttons decides whether to display them.
19298 2005-11-24  Romain Francoise  <romain@orebokech.com>
19300         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19301         buffer name with a space.
19303 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
19305         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19306         `org-export-local-list-max-depth'.  Change default value to 3.
19307         (org-auto-renumber-ordered-lists)
19308         (org-plain-list-ordered-item-terminator): New options.
19309         (org-at-item-p, org-beginning-of-item, org-end-of-item)
19310         (org-get-indentation, org-get-string-indentation)
19311         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19312         New functions.
19313         (org-move-item-down, org-move-item-up): New commands.
19314         (org-export-as-html): New classes for CSS support.  Bug fix in
19315         regular expression detecting fixed-width regions.  Respect
19316         `org-local-list-ordered-item-terminator'.
19317         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19318         also a list item.
19319         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19320         New item moving functions.
19322 2005-11-24  Juri Linkov  <juri@jurta.org>
19324         * isearch.el (isearch-repeat): With empty search ring set
19325         `isearch-error' to the error string instead of signaling error
19326         with the function `error'.
19328 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19330         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19332 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
19334         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19335         and variable.
19336         (gdb-var-create-handler, gdb-var-list-children-handler):
19337         Don't match on "char **...".
19338         (gdb-var-update-handler): Find values for all variable objects.
19339         (gdb-info-frames-custom): Identify frames by leading "#".
19341         * progmodes/gud.el (gud-speedbar-menu-items): Add
19342         gdb-speedbar-auto-raise as radio button.
19343         (gud-speedbar-buttons): Raise speedbar if requested.
19344         Don't match on "char **...".
19345         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19346         Make it editable.
19348 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
19350         * info.el (Info-fontify-node): Handle the case where
19351         Info-current-file is t.
19353 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19355         * simple.el (blink-matching-open): Fix off-by-one in last change.
19357 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19359         * term/mac-win.el: Don't change default directory.
19361 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
19363         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19364         buffers correctly.  (It used to throw an error in such buffers.)
19365         Make it ask for confirmation in group buffers and other Custom
19366         buffers containing more than one customization item.
19368 2005-11-22  John Paul Wallington  <jpw@gnu.org>
19370         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19371         property on mail and url overlays.
19372         (goto-address-at-point): Use `posn-set-point' instead of
19373         `mouse-set-point' because the latter is not fbound when configured
19374         without X.
19376 2005-11-22  Lars Hansen  <larsh@soem.dk>
19378         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19379         (ls-lisp-classify, ls-lisp-format): Delete call to
19380         ls-lisp-parse-symlink.
19381         (ls-lisp-handle-switches): Handle symlinks to directories as
19382         directories when ls-lisp-dirs-first in non-nil.
19384 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
19386         * startup.el (command-line): Make sure that loaddefs.el is handled
19387         correctly in load-history.
19389 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
19391         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19392         (gdb-struct-string, gdb-array-string): New constants.
19393         (gdb-info-locals-handler): Use them.
19394         (gdb-reset): Reset gdb-var-list to nil.
19396 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19398         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19399         in patterns.
19401 2005-11-21  Juri Linkov  <juri@jurta.org>
19403         * custom.el (defcustom): Update link types in docstring.
19405 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
19407         * custom.el (defgroup): Add doc-string-elt info.
19409         * widget.el (define-widget): Don't use declare for the doc-string-elt.
19411 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19413         * newcomment.el (comment-enter-backward): Fix last fix.
19415         * simple.el (blink-matching-open):
19416         * paren.el (show-paren-function): Allow new paren-class info.
19418 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
19420         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
19421         handled automagically.
19423 2005-11-20  Andreas Schwab  <schwab@suse.de>
19425         * descr-text.el (describe-char): When copying overlays put them
19426         over the full char description instead of just the first character
19427         of it.
19429 2005-11-20  Juri Linkov  <juri@jurta.org>
19431         * simple.el (what-cursor-position):
19432         * descr-text.el (describe-char): Use Lisp-readable syntax
19433         for octal and hex.  Reorder decimal, octal and hex values.
19434         Remove excess whitespace in the output.  Use `=' in `column='
19435         like in `point=' and `Hscroll='.
19437         * international/mule-cmds.el (encoded-string-description):
19438         Use Lisp-readable syntax for hex.
19440 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19442         * newcomment.el (comment-enter-backward): Handle the case where the
19443         comment is closed by EOB.
19445 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19447         * longlines.el (longlines-before-revert-hook)
19448         (longlines-after-revert-hook): New functions.
19449         (longlines-mode): Turn off longlines temporarily when reverting.
19450         Add a message-setup-hook.
19451         (longlines-decode-buffer): New function.
19452         (longlines-wrap-line): Preserve marker positions.
19454 2005-11-19  Andreas Schwab  <schwab@suse.de>
19456         * emacs-lisp/shadow.el: Handle compressed files.
19458 2005-11-19  Romain Francoise  <romain@orebokech.com>
19460         * net/browse-url.el (browse-url-default-browser): Signal an error
19461         if no usable browser can be found, rather than try to load w3.
19463 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
19465         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
19466         replacing existing properties.
19467         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19468         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
19469         tty specs.
19470         (rcirc-server-prefix, rcirc-server): New faces.
19471         (rcirc-url-regexp): Generate with rx macro.
19472         (rcirc-last-server-message-time): New variable.
19473         (rcirc-filter): Record time of last message.
19474         (rcirc-keepalive): Kill processes that did not send a message
19475         since the last ping.
19476         (rcirc-mode): Give rcirc-topic a local binding here.
19478 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
19480         * subr.el (read-passwd): Fontify the prompt as we do with other
19481         prompts.
19483 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
19485         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
19486         binding buffer-read-only to nil.
19488 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
19490         * complete.el (partial-completion-mode):
19491         Mention completion-auto-help in the doc string.
19493         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
19494         more Lisp-ish way.
19496 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
19498         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
19499         digits, not 8, to avoid misalignment for files larger than 100MB.
19501 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
19503         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
19504         Mention "keyboard shortcuts" in the help text.
19506 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19508         * startup.el (fancy-splash-default-action): Discard only
19509         mouse-down and succeeding mouse-up events in the splash screen
19510         window so that drag-n-drop event can be processed.
19512 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
19514         * longlines.el (longlines-mode): Add hacks for mail-mode and
19515         message-mode.
19517 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
19519         * textmodes/org.el (org-table-sort-lines): New command.
19520         (org-tbl-menu): Add entry for `org-table-sort-lines'.
19521         (org-add-file): Command removed, use `org-agenda-file-to-front'
19522         instead.
19523         (org-export-icalendar): Use `org-icalendar-combined-name'.
19524         (org-cycle-agenda-files, org-agenda-file-to-end)
19525         (org-agenda-file-to-front): New commands.
19526         (org-table-tab-jumps-over-hlines, org-export-html-style):
19527         New options.
19528         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
19529         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
19530         New functions.
19531         (org-fill-paragraph): Call `org-table-align' in tables.
19532         (org-mode): Call `org-set-autofill-regexps'.
19533         (org-export-as-html): Support for local handformatted lists.
19534         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
19535         (org-export-local-list-max-depth): New option.
19536         (org-html-expand): Use `org-html-protect'.
19538 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
19540         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
19541         to "p".
19542         (gdb): Move definition of gud-pp to...
19544         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
19545         speedbar.
19546         (gdb-find-watch-expression): New function.
19548 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19550         * faces.el (face-attribute, set-face-attribute): Mention existence
19551         of `:ignore-defface' setting in docstring.
19553 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19555         * simple.el (completion-setup-function): Fix last change.
19557 2005-11-17  John Paul Wallington  <jpw@pobox.com>
19559         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
19560         Use `posn-set-point' instead of `mouse-set-point' because the
19561         latter is not fbound when configured without X.
19563         * comint.el (comint-insert-input): Likewise.
19565 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19567         * simple.el (hard-newline): New variable.
19568         (sendmail-user-agent-compose, next-line): Use it.
19570         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
19571         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
19572         (mail-mail-reply-to, mail-mail-followup-to)
19573         (mail-position-on-field, mail-signature, mail-yank-original)
19574         (mail-attach-file): Likewise.
19576         * mail/mailheader.el (mail-header-format)
19577         (mail-header-format-function): Likewise.
19579         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
19581 2005-11-17  Juri Linkov  <juri@jurta.org>
19583         * font-lock.el (font-lock-faces): Rename this defgroup from
19584         `font-lock-highlighting-faces'.
19585         (font-lock-comment-face, font-lock-comment-delimiter-face)
19586         (font-lock-string-face, font-lock-doc-face)
19587         (font-lock-keyword-face, font-lock-builtin-face)
19588         (font-lock-function-name-face, font-lock-variable-name-face)
19589         (font-lock-type-face, font-lock-constant-face)
19590         (font-lock-warning-face, font-lock-negation-char-face)
19591         (font-lock-preprocessor-face)
19592         (font-lock-regexp-grouping-backslash)
19593         (font-lock-regexp-grouping-construct): Rename :group from
19594         `font-lock-highlighting-faces' to `font-lock-faces'.
19596         * cus-edit.el (lisp, c, tex):
19597         * progmodes/ada-mode.el (ada):
19598         * progmodes/asm-mode.el (asm):
19599         * progmodes/cperl-mode.el (cperl-faces):
19600         * progmodes/cpp.el (cpp):
19601         * progmodes/dcl-mode.el (dcl):
19602         * progmodes/f90.el (f90):
19603         * progmodes/fortran.el (fortran):
19604         * progmodes/icon.el (icon):
19605         * progmodes/idlwave.el (idlwave-misc):
19606         * progmodes/m4-mode.el (m4):
19607         * progmodes/make-mode.el (makefile):
19608         * progmodes/meta-mode.el (meta-font):
19609         * progmodes/modula2.el (modula2):
19610         * progmodes/octave-mod.el (octave):
19611         * progmodes/pascal.el (pascal):
19612         * progmodes/perl-mode.el (perl):
19613         * progmodes/prolog.el (prolog):
19614         * progmodes/ps-mode.el (PostScript-edit):
19615         * progmodes/scheme.el (scheme):
19616         * progmodes/sh-script.el (sh-script):
19617         * progmodes/simula.el (simula):
19618         * progmodes/tcl.el (tcl):
19619         * textmodes/nroff-mode.el (nroff):
19620         * textmodes/reftex-vars.el (reftex-fontification-configurations):
19621         * textmodes/sgml-mode.el (sgml):
19622         * textmodes/texinfo.el (texinfo):
19623         Add :link (custom-group-link font-lock-faces) to defgroup.
19625         * hi-lock.el (hi-lock): Rename this defgroup from
19626         `hi-lock-interactive-text-highlighting'.  Change parent group from
19627         `faces' to `font-lock'.  Add link to the manual.
19628         (hi-lock-mode, hi-lock-file-patterns-range)
19629         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
19630         `hi-lock-interactive-text-highlighting' to `hi-lock'.
19631         (hi-lock-faces): Add :group `faces'.
19633         * cus-edit.el (custom-variable-prompt): Clarify the code.
19635         * faces.el (face-read-string): Set the default value arg of
19636         completing-read.
19638 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
19640         * rfn-eshadow.el (file-name-shadow-properties)
19641         (file-name-shadow-tty-properties, file-name-shadow-mode):
19642         Remove autoloads, because the file is now preloaded.
19644 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19646         * printing.el (easy-menu-intern): Don't define.
19647         (pr-get-symbol): Use easy-menu-intern only if defined.
19649         * simple.el (blink-matching-open): Simplify a bit.
19650         (completion-setup-function): Fix the case of partial-completion-mode
19651         when the minibuffer's contents start with "-".
19652         Obey completion-base-size-function even when
19653         minibuffer-completing-file-name is non-nil.
19655 2005-11-16  Richard M. Stallman  <rms@gnu.org>
19657         * net/eudcb-ph.el (eudc-ph-open-session):
19658         Use set-process-query-on-exit-flag.
19660         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
19662         * international/ucs-tables.el (ucs-set-table-for-input):
19663         Use make-local-variable, not make-variable-buffer-local.
19665         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
19666         Improve warning message text.
19668         * savehist.el (savehist-save-hook): Add :group.
19670         * menu-bar.el (menu-bar-help-menu):
19671         Rename Find Extra Packages to External Packages.
19673         * cus-edit.el (Custom-reset-standard): Verify that
19674         :custom-standard-value prop exists before calling it.
19676         * apropos.el (apropos-calc-scores): Use apropos-pattern.
19678 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
19680         * wid-edit.el (color): Enclose %t in %{...%}.
19682         * cus-edit.el (face): Enclose %t in %{...%}.
19684 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
19686         * savehist.el (savehist-mode-hook): Re-add the var.
19687         (savehist-mode): Use it.
19689 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19691         * textmodes/flyspell.el: Fix commenting convention.
19692         Remove unnecessary leading * in custom docstrings.
19693         (flyspell-emacs): Remove unused var.
19694         (flyspell-delete-region-overlays): Use remove-overlays.
19695         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
19696         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
19697         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
19698         (flyspell-debug-signal-word-checked): Use with-current-buffer.
19699         (make-flyspell-overlay): Don't locally reuse a global name.
19700         (flyspell-highlight-incorrect-region)
19701         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
19702         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
19703         (flyspell-notify-misspell): Remove unused args `start' and `end'.
19704         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
19705         Wrap calls to accept-process-output inside with-local-quit since it's
19706         often called from a post-command-hook.
19707         (flyspell-correct-word, flyspell-auto-correct-word):
19708         Use ispell-send-string.
19709         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
19711         * calendar/diary-lib.el (diary-list-entries): Also hide the
19712         terminating newline.
19714 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
19716         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
19717         window-system, to allow fonts on tty.
19719 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
19721         * progmodes/gud.el (gud-speedbar-item-info): New function.
19722         (gud-install-speedbar-variables): Use it to display data type
19723         of watch expression as a tooltip in speedbar.
19725 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
19727         * font-core.el (global-font-lock-mode): Add :version keyword,
19728         because default was changed.
19730         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
19732         * startup.el (command-line): Use `custom-reevaluate-setting' for
19733         `file-name-shadow-mode'.
19735         * loadup.el: Preload rfn-eshadow.
19737         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
19738         Add :version keyword.
19739         (file-name-shadow-properties, file-name-shadow-tty-properties)
19740         (file-name-shadow): Add :version keyword.
19742         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
19743         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
19744         in the custom-group property of the symbol frames and the fringe
19745         group got no link to its parent group frames.
19746         Doc fix.
19748 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19750         * progmodes/gud.el (gud-stop-subjob): New function.
19751         (gud-menu-map, gud-tool-bar-map): Use it.
19753 2005-11-16  Kim F. Storm  <storm@cua.dk>
19755         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
19756         than kill it.
19757         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
19758         to a more useful/logical place.
19760 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19762         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
19763         go buttons complementary.
19765 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19767         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
19768         (rfn-eshadow-sifn-equal): New function.
19769         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
19771 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
19773         * viper-utils.el (viper-non-word-characters-reformed-vi):
19774         Quote `-' in string.
19776         * viper.el (viper-emacs-state-mode-list): Ensure that
19777         rcirc-mode buffers come up in Emacs state.
19779         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
19780         operation.
19782 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
19784         * term.el (term-termcap-format): Fix typos.
19785         (term-down): Fix the negative argument case.
19787 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19789         * progmodes/gdb-ui.el: Remove face-alias left over from change on
19790         2005-08-15.
19791         (gdb-ann3): New command gud-go.
19792         (menu): Accomodate gdb-mi.el.
19793         (gdb-assembler-custom): Make buffer of selected window current
19794         so that set-window-point works.
19796         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
19797         buttons and include new ones.
19799 2005-11-16  Kim F. Storm  <storm@cua.dk>
19801         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
19802         (gud-menu-map): Use it.
19804 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
19806         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
19807         that works correctly for Custom and that does not override a user
19808         who disables it.
19810         * help-mode.el (help-make-xrefs, help-xref-on-pp)
19811         (help-xref-interned, help-follow): Make hyperlinks for variables
19812         that are unbound, but have a non-nil variable-documentation property.
19814         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
19815         mode hook.  (It conflicted with defcustoms for some mode hooks.)
19816         Use the `variable-documentation' property to give the mode hook a
19817         docstring and expand that docstring.
19819 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
19821         * savehist.el (savehist-mode): Don't bother with
19822         `custom-set-minor-mode'.
19823         (savehist-coding-system): Check XEmacs version.
19824         (history-length): Declare also at run time.
19825         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
19826         Don't set the customize state.
19827         (savehist-minibuffer-hook): Special case for when
19828         minibuffer-history-variable is equal to t.
19830 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19832         * files.el (write-file): Refresh VC status.
19834         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
19835         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
19836         than fundamental-mode to see if the mode was set.
19838 2005-11-14  Romain Francoise  <romain@orebokech.com>
19840         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
19841         dummy function in `eval-when-compile' to avoid compiler warning.
19842         Require `man' at compile time.
19844 2005-11-14  Jay Belanger  <belanger@truman.edu>
19846         * calc-alg.el (calcFunc-write-out-power): Rename it to
19847         calcFunc-powerexpand.
19848         (math-write-out-power): Rename it to math-powerexpand; have it
19849         handle negative exponents.
19850         (calc-writeoutpower): Rename it to calc-powerexpand.
19852         * calc-ext.el: Change calcFunc-writeoutpower and
19853         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
19854         autoloads.
19855         Add calcFunc-ldiv to autoloads.
19857         * calc-arith.el (calcFunc-ldiv): New function.
19859         * calc.el (calc-left-divide): New function.
19861 2005-11-14  Juri Linkov  <juri@jurta.org>
19863         * cus-edit.el (custom-variable-prompt): Set the default value arg
19864         of completing-read.
19866         * cus-dep.el (custom-make-dependencies): Reverse the list of
19867         found dependencies.
19869 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
19871         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
19872         Highlighting" entry, it is on by default now.
19873         (menu-bar-options-save): Do not save global-font-lock-mode.
19875 2005-11-13  Richard M. Stallman  <rms@gnu.org>
19877         * textmodes/flyspell.el (flyspell-large-region):
19878         Call flyspell-accept-buffer-local-defs.
19880 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
19882         * textmodes/flyspell.el (flyspell-notify-misspell):
19883         Fix misspelling of "Misspelling".
19884         (flyspell-process-localwords): New function.
19885         (flyspell-large-region): Call flyspell-process-localwords and
19886         flyspell-delete-region-overlays.
19887         (flyspell-delete-region-overlays): New function.
19888         (flyspell-delete-all-overlays): Call that.
19890 2005-11-13  Richard M. Stallman  <rms@gnu.org>
19892         * help.el (help-for-help-internal): Improve doc of C-h a.
19893         (describe-key): Improve prompt; doc fix.
19895 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19897         * vc-svn.el (vc-svn-registered): Catch all errors.
19899         * cus-dep.el (custom-make-dependencies): Typo.
19901 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
19903         * net/tramp-util.el (top): Fix compilation warning.
19905 2005-11-13  Kim F. Storm  <storm@cua.dk>
19907         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
19909 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
19911         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
19912         (gud-speedbar-buttons): Match on "const char *" too.
19914         * progmodes/gdb-ui.el (gdb-var-create-handler)
19915         (gdb-var-list-children-handler): Match on "const char *" too.
19916         (gdb-var-evaluate-expression-handler): Match on empty string.
19917         (gdb-var-update-handler): Only call
19918         gdb-var-evaluate-expression-handler when required.
19920 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
19922         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
19923         selected window.  This still doesn't work for speedbar.
19924         (gud-speedbar-buttons): Handle string expressions properly.
19926         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
19927         (gdb-var-create-handler): Handle string expressions properly.
19928         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
19929         Handle string expressions properly.  Move "type" field into regexp.
19931 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
19933         * bookmark.el (bookmark-maybe-message): New function to reduce
19934         code duplication: invokes `message' iff baud-rate is high enough.
19935         (bookmark-write-file): Use above instead of an inline conditional.
19936         (bookmark-load): Same.
19938 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
19940         * bookmark.el (bookmark-write-file): Don't visit the destination
19941         file, just write the data to it using write-region.  This is
19942         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
19943         change to avoid visiting the file in the first place.
19945 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
19947         * hi-lock.el (hi-lock-mode): Set the default value of
19948         font-lock-defaults.
19950 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
19952         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
19953         arg to `file-attributes'.
19954         (find-lisp-format): The UID and GID can now be strings.
19956 2005-11-12  Kim F. Storm  <storm@cua.dk>
19958         * help.el (help-map): Bind C-h d to apropos-documentation.
19960         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
19961         when point is at end-of-buffer.
19963         * apropos.el (apropos-match-face): Doc fix.
19964         (apropos-sort-by-scores): Add new choice `verbose'.
19965         (apropos-documentation-sort-by-scores): New defcustom.
19966         (apropos-pattern): Now contains the pattern entered by the user.
19967         (apropos-pattern-quoted): New defvar.
19968         (apropos-regexp): New defvar, containing the regexp corresponding
19969         to apropos-pattern.
19970         (apropos-all-words-regexp): Rename from apropos-all-regexp.
19971         (apropos-read-pattern): New defun.  Use it to read pattern arg in
19972         interactive calls; returns list of words for a word list, and
19973         string for a regexp.
19974         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
19975         parses a list of words or regexp as returned by apropos-read-pattern.
19976         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
19977         (apropos-score-doc): Return a very high score if the string
19978         entered by the user matches literally.
19979         (apropos-variable): Doc fix.  Use apropos-read-pattern.
19980         (apropos-command): Doc fix.  Use apropos-read-pattern and
19981         apropos-parse-pattern.  Call apropos-print with nosubst=t.
19982         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
19983         apropos-parse-pattern.
19984         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
19985         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
19986         apropos-documentation-sort-by-scores.  Call apropos-print with
19987         nosubst=t.
19988         (apropos-documentation-internal): Pass doc string through
19989         substitute-key-definition before adding text properties.
19990         Highlight substring matching literal user input if possible.
19991         (apropos-documentation-check-doc-file): Remove locals beg and end.
19992         Fix calculation of score (as added twice).  Pass doc string through
19993         substitute-key-definition before adding text properties.
19994         (apropos-documentation-check-elc-file): Pass doc string through
19995         substitute-key-definition before adding text properties.
19996         Highlight substring matching literal user input if possible.
19997         (apropos-print): Add new arg NOSUBST; if set, command and variable
19998         doc strings have already been passed through substitute-key-definition.
19999         Add code to handle apropos-accumulator items without score element
20000         for backwards compatibility (e.g. with woman package).
20001         Only show scores if apropos-sort-by-scores is `verbose'.
20003 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20005         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20006         Add jka-compr-load-suffixes to load-suffixes.
20008         * jka-compr.el: Require jka-cmpr-hook.
20009         (jka-compr-info-compress-message, jka-compr-info-compress-program)
20010         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20011         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20012         (jka-compr-info-can-append, jka-compr-info-strip-extension)
20013         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20014         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
20015         (jka-compr-uninstall): Remove entries from
20016         jka-compr-added-to-file-coding-system-alist after they are used.
20017         (jka-compr-error): Remove unused var `curbuf'.
20018         (jka-compr-file-local-copy): Remove unused var `notfound'.
20020 2005-11-10  Romain Francoise  <romain@orebokech.com>
20022         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20024 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
20026         * progmodes/gud.el (gud-menu-map): Move parentheses.
20027         (gdb): New command gud-pv.
20029 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20031         * tar-mode.el: Remove spurious or unnecessary leading stars
20032         in docstrings.
20033         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20034         (tar-parse-octal-integer-safe): Use mapc.
20035         (tar-header-block-summarize): Remove unused var `ck'.
20036         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20037         cleared before.  Obey default-enable-multibyte-characters.
20038         Use mapconcat.  Simplify setting of tar-header-offset.
20039         (tar-mode-map): Move initialization inside delcaration.
20040         (tar-flag-deleted): Use `abs'.
20041         (tar-expunge-internal): Remove unused var `line'.
20042         (tar-expunge-internal): Don't hardcode point-min==1.
20043         (tar-expunge): Widen while doing set-buffer-multibyte.
20044         (tar-rename-entry): Use file-name-coding-system.
20045         (tar-alter-one-field): Don't hardcode point-min==1.
20046         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20047         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
20049 2005-11-10  Masatake YAMATO  <jet@gyve.org>
20051         * add-log.el (add-log-current-defun): Handle class::method
20052         notation of c++.  Fix incorrect comment.
20054 2005-11-10  Alan Mackenzie  <acm@muc.de>
20056         * help-fns.el (describe-variable): Make C-h v work when a variable
20057         has variable documentation yet is unbound.
20059 2005-11-10  Masatake YAMATO  <jet@gyve.org>
20061         * man.el (Man-highlight-references): Set an empty
20062         string to `Man-arguments' if it is nil.
20063         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20065 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20067         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20068         commenting conventions.
20070         * cus-dep.el (custom-make-dependencies): Simplify.
20071         Better follow the commenting conventions.
20073 2005-11-09  Richard M. Stallman  <rms@gnu.org>
20075         * apropos.el (apropos-pattern): Rename from apropos-regexp.
20076         (apropos-orig-pattern): Rename from apropos-orig-regexp.
20077         All uses changed.
20078         (apropos-rewrite-regexp): Doc fix.
20079         (apropos-variable, apropos-command, apropos, apropos-value):
20080         Change prompt; carry through the argument renaming.
20082 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
20084         * find-lisp.el: Require dired.
20085         (find-lisp-find-dired-internal): Do not call
20086         `abbreviate-file-name' on DIR.
20088 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
20090         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20092 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
20094         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20095         when using the speedbar.
20096         (gdb): New command gud-pp.
20097         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20099 2005-11-09  Juri Linkov  <juri@jurta.org>
20101         * replace.el (occur-excluded-properties): New defcustom.
20102         (occur-1, occur-engine, occur-accumulate-lines): Use it.
20104 2005-11-08  Jay Belanger  <belanger@truman.edu>
20106         * calc/calc-units.el (math-convert-units): Replace any composite
20107         unit by its definition.
20109 2005-11-08  Lars Hansen  <larsh@soem.dk>
20111         * emacs-lisp/autoload.el (update-directory-autoloads):
20112         Add obsolete function alias.
20114 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20116         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20117         comment-indent-function.
20118         (lisp-comment-indent): Replace by an alias for comment-indent-default.
20120         * reveal.el (reveal-post-command): Rework the handling of
20121         reveal-open-spots, so as to be more reliable.  There were several
20122         tricky corner cases where an open spot might be lost, or where
20123         a closed spot might end up on the list of open spots.
20124         Only reveal text that's ellipsised.
20126 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
20128         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20130 2005-11-07  John Paul Wallington  <jpw@gnu.org>
20132         * ibuffer.el (ibuffer): Search iconified frames too when
20133         getting Ibuffer buffer's window.
20135 2005-11-06  Richard M. Stallman  <rms@gnu.org>
20137         * progmodes/compile.el (compilation-internal-error-properties):
20138         save-excursion around the computation of MARKER.
20140 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
20142         * textmodes/flyspell.el (flyspell-external-point-words):
20143         flyspell-get-word returns a list, not just a string.
20145 2005-11-06  John Paul Wallington  <jpw@pobox.com>
20147         * ibuffer.el (ibuffer): Search all visible frames when getting
20148         Ibuffer buffer's window.
20150 2005-11-07  Masatake YAMATO  <jet@gyve.org>
20152         * man.el (Man-reference-regexp): Accept spaces between
20153         `Man-name-regexp' and `Man-section-regexp'.
20154         (Man-apropos-regexp): New variable.
20155         (Man-abstract-xref-man-page): Use value for `Man-target-string'
20156         if available.
20157         (Man-highlight-references, Man-highlight-references0):
20158         Handle the case when `Man-arguments' includes "-k".
20159         (Man-highlight-references0): Rename the argument `TARGET-POS' to
20160         `TARGET'. `TARGET' can be a number, function or nil.
20162 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
20164         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20165         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20166         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20167         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20168         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20169         (gdb-send-item): Use buffer-local-value and simplify.
20171 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
20173         * startup.el (command-line): Use `custom-reevaluate-setting' for
20174         `global-font-lock-mode'.
20176         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20177         by default, except in batch mode or when the -D option is given.
20179         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20180         specified keyword args on to `define-minor-mode'.  Update docstring.
20182 2005-11-05  Romain Francoise  <romain@orebokech.com>
20184         * replace.el (occur-engine): Add marker at end of line, too.
20186 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
20188         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20189         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20190         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20191         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20192         argument to all these routines, so the passphrase can be managed
20193         externally and passed in to the system.
20194         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20195         pgg-add-passphrase-to-cache function.
20197         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20198         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20199         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20200         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20201         argument to all these routines, so the passphrase can be managed
20202         externally and passed in to the system.
20203         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20204         function.
20206 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
20208         * font-lock.el: Don't deal with font-lock-face-attributes here,
20209         move the code ...
20211         * startup.el (command-line): ... here.  Use face-spec-set instead
20212         of custom-declare-face.
20214         * faces.el (face-spec-set): Reset the face if spec is not nil.
20216 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20218         * newcomment.el (comment-region-internal): Box more tightly in the
20219         common case where there's no TAB in the boxed text.
20221 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20223         * info.el (info-tool-bar-map): Use images prev-node, next-node and
20224         up-node.
20226 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
20228         * newsticker.el: Commentary updated.  Code formatting changed.
20229         (newsticker-version): Change to "1.9".
20230         (newsticker, newsticker-feed): Doc fix.
20231         (newsticker-url-list): Doc fix.  Add option "Weekly".
20232         (newsticker-retrieval-interval): Add option "Weekly".
20233         (newsticker-headline-processing): Doc fix.
20234         (newsticker-auto-mark-filter): Remove.
20235         (newsticker-auto-mark-filter-list): New.
20236         (newsticker-layout, newsticker-sort-method): Doc fix.
20237         (newsticker-hide-old-items-in-newsticker-buffer)
20238         (newsticker-heading-format, newsticker-item-format)
20239         (newsticker-desc-format): Doc fix.
20240         (newsticker-show-all-rss-elements): Remove.
20241         (newsticker-show-all-news-elements): New.
20242         (newsticker-faces, newsticker-ticker): Doc fix.
20243         (remove-from-invisibility-spec): Code formatting.
20244         (newsticker--process-ids): New.
20245         (newsticker-mode): Doc fix.
20246         (newsticker-mode): Change mode-line-format.
20247         (newsticker-start): Remove debug output.
20248         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
20249         (newsticker-w3m-show-inline-images): Code formatting.
20250         (newsticker-next-item): Call `force-mode-line-update'.
20251         (newsticker-previous-item): Call `force-mode-line-update'.
20252         (newsticker-next-feed): Call `force-mode-line-update'.
20253         (newsticker-previous-feed): Call `force-mode-line-update'.
20254         (newsticker-mark-all-items-at-point-as-read): Code formatting.
20255         (newsticker-show-old-items): Do not show descs.
20256         (newsticker-hide-entry): Hide too much.
20257         (newsticker-hide-entry, newsticker-show-entry)
20258         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20259         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20260         (newsticker-toggle-auto-narrow-to-item): Code formatting.
20261         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20262         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20263         (newsticker-get-news): Call `force-mode-line-update'.
20264         Collect process ids.
20265         (newsticker--sentinel): Change coding system handling.
20266         Move image retrieval to new functions newsticker--get-logo-url-*.
20267         Move feed parsing to new functions newsticker--parse-*.
20268         Update list of process ids.
20269         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20270         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20271         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20272         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20273         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20274         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20275         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20276         (newsticker--decode-coding-string): Remove.
20277         (newsticker--decode-numeric-entities): Check input.  Format code.
20278         (newsticker--remove-whitespace): Check input.
20279         (newsticker--do-forget-preformatted): Doc fix.
20280         (newsticker--decode-rfc822-date): Allow for missing time.
20281         (newsticker--update-process-ids): New.
20282         (newsticker--image-sentinel): Change comment.
20283         (newsticker--image-read): Change error message.
20284         (newsticker--imenu-goto): Doc fix.  Show headline title.
20285         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20286         (newsticker--buffer-do-insert-text): Clean whitespace in
20287         html-rendered headline title.  Code formatting.
20288         Call `newsticker--buffer-print-extra-elements'.
20289         (newsticker--buffer-print-extra-element): Remove.
20290         (newsticker--buffer-print-extra-elements): New.
20291         (newsticker--buffer-do-print-extra-element): New.
20292         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
20293         large sizes.
20294         (newsticker--run-auto-mark-filter)
20295         (newsticker--do-run-auto-mark-filter):
20296         Use `newsticker-auto-mark-filter-list'.
20298 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
20300         * net/rcirc.el: Use split-string OMIT-NULLS argument.
20301         (rcirc-print): Force redisplay before running hooks.  Do long
20302         buffer truncation after making new text read-only.  Deal with nil
20303         text when decoding strings.  If TARGET is nil, use either the
20304         currently selected buffer, if it is an rcirc buffer and of the
20305         same process or the process buffer.
20306         (rcirc-mode): Remove header-line.  Recompute short buffer names.
20307         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20308         (rcirc-short-buffer-name): Add variable.
20309         (rcirc-kill-buffer-hook): Recompute short buffer names.
20310         Remove nick from private channel.
20311         (rcirc-send-input): Send command text to current-buffer.
20312         Don't clear overlay arrow here.
20313         (rcirc-short-buffer-name): Return a short buffer name.
20314         (rcirc-update-short-buffer-names, rcirc-abbreviate)
20315         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20316         buffer-name abbreviations.
20317         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20318         Do not touch nick-table when killing a parted channel.
20319         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20320         Clear arrow from current buffer if it is now hidden.
20321         (rcirc-current-buffer): Add variable.
20322         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20323         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20324         Remove -face from names.
20325         (rcirc-update-activity-string): Print "DND" when globally ignoring
20326         activity.
20327         (rcirc-ignore-buffer-activity-flag): Rename from
20328         rcirc-ignore-channel-activity.
20329         (rcirc-ignore-all-activity-flag): Doc fix.
20330         (rcirc-channels): Remove variable.
20331         (rcirc-kill-buffer-hook):
20332         (rcirc-get-buffer-create): Add nick to private channel.
20333         (rcirc-multiline-edit-submit): Remove tabs.
20334         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20335         folded.
20336         (rcirc-remove-nick-channel): Bug fix.
20337         (rcirc-toggle-ignore-buffer-activity): Rename from
20338         rcirc-toggle-ignore-channel-activity.
20339         (rcirc-record-activity): Add buffers to the front of the list.
20340         (rcirc-update-activity): Remove killed buffers from list.
20341         (rcirc-process-server-response-1): Remove last argument if it is
20342         null before calling handler.
20343         (rcirc): Add "rcirc" defcustom prefix.
20344         (rcirc-prompt): Simplify default prompt.
20345         Use custom-initialize-default.
20346         (rcirc-private-chats): Remove variable.
20347         (rcirc-prompt): Change initialization.
20348         (rcirc-version): Remove function.
20349         (rcirc-id-string): Add constant.
20350         (rcirc-last-buffer): Remove variable.
20351         (rcirc-buffer-alist): Add variable.
20352         (rcirc-connect): Update variable setup.
20353         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20354         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20355         default.
20356         (rcirc-handler-generic): Trigger activity.
20357         (rcirc-send-message): Create the buffor of the target.
20358         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20359         (rcirc-get-buffer): Just return nil if there is no matching buffer.
20360         (rcirc-multiline-edit-cancel): Remove function.
20361         (rcirc-set-last-buffer): Remove function.
20362         (rcirc-get-any-buffer): Add function.
20363         (rcirc-join-channels): Don't print /join text.
20364         (rcirc-toggle-ignore-channel-activity): Add and update echo area
20365         messages.
20366         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20367         (rcirc-handler-NOTICE): Recognize CTCP responses.
20368         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20369         constructing TOPIC string for buffers we are not JOINed.
20370         (rcirc-handler-CTCP-response): Add handler.
20371         (rcirc-multiline-edit-submit): Restore the window-configuration
20372         before adjusting point.
20373         (rcirc): Add customization group.
20374         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20375         (rcirc-user-full-name, rcirc-startup-channels-alist)
20376         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20377         (rcirc-ignore-all-activity-flag, rcirc-time-format)
20378         (rcirc-input-ring-size, rcirc-read-only-flag)
20379         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20380         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20381         Change defvar to defcustom.
20382         (rcirc-update-prompt): Add optional ALL arg, which will update
20383         prompts in all rcirc buffers.  Regexp quote replacement text.
20384         (rcirc-fill-column): Accept frame-width as a value.
20385         (rcirc-set-changed): Add function.
20386         (rcirc-next-active-buffer): Write more meaningful messages.
20387         (rcirc-faces): Add customization group.
20388         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20389         (rcirc-nick-in-message-face, rcirc-prompt-face)
20390         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20391         (with-rcirc-process-buffer): Move before first usage.
20392         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20393         (rcirc-debug-flag): Rename from `rcirc-log-p'.
20394         (rcirc-debug): Rename from `rcirc-log'.
20395         (rcirc-format-response-string): Do not print `-' chars for a
20396         NOTICE with no sender.  Simplify output of server responses.
20398 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
20400         (rcirc-browse-url-map, rcirc-browse-url-at-point)
20401         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20402         Make urls mouse and RET clickable.
20404 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
20406         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20408 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
20410         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20411         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20412         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20413         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20414         argument to all these routines, so the passphrase can be managed
20415         externally and passed in to the system.
20416         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20417         pgg-add-passphrase-to-cache function.
20419         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20420         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20421         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20422         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20423         argument to all these routines, so the passphrase can be managed
20424         externally and passed in to the system.
20425         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20426         function.
20428 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
20430         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20431         from goto-address-url-regexp.
20433 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
20435         * textmodes/org.el (org-read-date, org-goto-calendar)
20436         (org-recenter-calendar, org-agenda-goto-calendar):
20437         Temporarily clear `calendar-move-hook'.
20439 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
20441         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20442         merging.
20444         * ediff-util.el (ediff-previous-difference): Don't skip regions that
20445         have merge clashes.
20447 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20449         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20450         Undo previous change.
20452         * startup.el (command-line): Use `custom-reevaluate-setting' for
20453         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
20454         tty-register-default-colors on Mac.
20456 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
20458         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
20459         (gdb-buffer-type): Make it automatically buffer local...
20460         (gdb-get-create-buffer): ...and set it accordingly.
20461         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
20462         actually work.
20464 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
20466         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
20467         not red.
20469 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
20471         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20472         case GUD buffer is not visible.
20473         (gdb-goto-breakpoint): Try to force display in source buffer.
20474         (gdb-frame-gdb-buffer): Copy other similar functions.
20475         (gdb-restore-windows): Don't display source if not asked for.
20476         (gdb-assembler-buffer-name): Don't capitalise.
20478 2005-11-03  Richard M. Stallman  <rms@gnu.org>
20480         * wid-edit.el (key-sequence): New widget type.
20482         * simple.el (set-mark-command-repeat-pop): New variable.
20483         (set-mark-command): Only interpret plan C-@ after a pop as a pop
20484         if set-mark-command-repeat-pop is true.
20486         * info.el (Info-fontify-node): Don't display extra "see" if there
20487         already is one here.
20489         * mouse.el: Fix special handling of DEL after dragging a region:
20490         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
20491         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
20493         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
20495         * textmodes/ispell.el (ispell-command-loop): Change `i' description
20496         not to assume it pertains to an affix.
20498         * textmodes/flyspell.el (flyspell-post-command-hook):
20499         Bind deactivate-mark to prevent deactivation.
20501 2005-11-03  Lars Hansen  <larsh@soem.dk>
20503         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
20504         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
20505         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
20507 2005-11-03  Romain Francoise  <romain@orebokech.com>
20509         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
20510         Update copyright years.
20512 2005-11-03  Sam Steingold  <sds@gnu.org>
20514         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20515         Use system-type instead of window-system because window-system is not
20516         correctly defined during loadup.
20518 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
20520         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
20521         (xml-parse-tag): Join strings separated by a comment properly.
20523 2005-11-02  Andreas Schwab  <schwab@suse.de>
20525         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
20527 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20529         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
20530         (byte-optimize-pure-func): Quote the eval'd value.
20532         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
20533         Rename from perl-font-lock-syntactic-face-function.
20534         Change the calling convention so it can be used as a font-lock MATCHER.
20535         Do the parse-partial-sexp loop outselves.
20536         (perl-font-lock-syntactic-keywords): Use it.
20537         (perl-mode): Don't set font-lock-syntactic-face-function any more.
20539 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
20541         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
20542         disassembly buffer too.
20543         (gdb-exited): Remove overlay arrows when execution has finished.
20544         (gdb-info-frames-custom, gdb-info-threads-custom)
20545         (gdb-info-registers-custom): Don't add inappropriate text
20546         properties if inferior is not active.
20548 2005-11-02  Glenn Morris  <rgm@gnu.org>
20550         * progmodes/fortran.el (fortran-blink-match):
20551         Use `blink-matching-delay'.
20553 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
20555         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
20557 2005-11-02  Lars Hansen  <larsh@soem.dk>
20559         * net/tramp.el (tramp-action-out-of-band): Handle scp message
20560         "Permission denied".
20562 2005-11-01  Richard M. Stallman  <rms@gnu.org>
20564         * textmodes/flyspell.el (flyspell-external-point-words):
20565         Pass nil to flyspell-get-word.
20567 2005-11-02  Kim F. Storm  <storm@cua.dk>
20569         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
20570         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
20572 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20574         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
20575         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
20576         (calendar-mouse-print-dates): Add optional `event' argument.
20577         Update interactive-spec.
20578         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
20579         Use `calendar-event-to-date' instead of `event'.
20581 2005-11-02  Masatake YAMATO  <jet@gyve.org>
20583         * progmodes/ld-script.el (ld-script-builtins):
20584         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
20585         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
20586         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
20588 2005-11-01  Romain Francoise  <romain@orebokech.com>
20590         * vc-sccs.el: Update copyright year.
20591         * ezimage.el: Likewise.
20593 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
20595         * info.el (Info-fontify-node): Use `string-width' for fontifying
20596         underlined titles.
20598 2005-11-01  Juri Linkov  <juri@jurta.org>
20600         * info.el (Info-fontify-node): Downcase node header keywords Node,
20601         Prev, Next, Up before comparison.
20602         (Info-history): Insert absolute directory name, and put invisible
20603         property on it.
20605 2005-11-01  Juri Linkov  <juri@jurta.org>
20607         * info.el (Info-file-supports-index-cookies): New variable.
20608         (Info-find-node-2): Check makeinfo version for index cookie support.
20609         (Info-index-nodes): Search for nodes with index cookies only when
20610         Info-file-supports-index-cookies is t.  Otherwise, search nodes
20611         with "Index" in the node name.
20612         (Info-index-node): Search index cookie in the current node only when
20613         Info-file-supports-index-cookies is t.  Otherwise, check the word
20614         "Index" in the node name.
20615         (Info-find-emacs-command-nodes): Remove code that searches nodes
20616         with "Index" node name in the top menu.
20618 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20620         * progmodes/scheme.el (scheme-mode-variables): Use the default
20621         comment-indent-function.
20623         * faces.el (face-attribute): Handle the case where a face inherits from
20624         a non-existent face.
20626         * simple.el (eval-expression-print-format): Use lisp-readable syntax
20627         for octal and hexa output, and merge the char into the paren.
20628         (kill-new): Use push.
20629         (copy-to-buffer): Use with-current-buffer.
20630         (completion-setup-function): Move code in loop to remove redundancy.
20631         (minibuffer-local-must-match-map): Don't add bindings that duplicate
20632         those inherited from minibuffer-local-completion-map.
20634         * savehist.el (savehist-mode) <defcustom>:
20635         Use custom-set-minor-mode if available.
20636         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
20637         and emit a message if applicable.
20639 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
20641         * savehist.el: Sync up to version 19.
20642         (savehist-mode): New minor mode.
20643         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
20644         (savehist-length): Remove (use history-length instead).
20645         (savehist-file-modes): Rename from savehist-modes.
20646         (savehist-save-hook, savehist-loaded): New vars.
20647         (savehist-load): Use savehist-mode.  Try to smooth up transition from
20648         old format to new format.
20649         (savehist-install): Allow savehist-autosave-interval to be nil.
20650         (savehist-save): Run the new hook.  Be more careful to only trim the
20651         history variables.
20652         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
20653         (savehist-printable): Print into a buffer rather than char-by-char.
20655 2005-11-01  John Wiegley  <johnw@newartisans.com>
20657         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
20658         toggle-ignore keybinding (C-a).  The author said it had been
20659         disabled much earlier due to a possible incompatibility, but after
20660         many months of usage I have encountered no problems (and it is a
20661         rather useful option, especially for switching to " *temp*").
20663         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
20664         support for OS/X's AddressBook, by calling out to the open source
20665         program "contacts" (installable through Fink).
20667         * net/eudc.el (eudc-expand-inline): If the
20668         `eudc-multiple-match-handling-method' is set to `all', delete the
20669         query string before inserting the query result.
20671         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
20672         flag, to prevent Eshell from using the system ls when
20673         `eshell-ls-insert-directory' is in used.
20674         (eshell-ls-insert-directory): Disable font-lock in directory
20675         buffer so that Eshell's own fontification is seen.  This broke
20676         recently due to changes in font-lock, so this goes back to version
20677         21 behavior.
20679 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
20681         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
20682         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
20683         (gdb-many-windows): Doc fix.
20685 2005-10-31  Romain Francoise  <romain@orebokech.com>
20687         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
20689 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
20691         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
20692         that global-font-lock-mode can be enabled by default.
20694         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
20695         (font-lock-add-keywords, font-lock-remove-keywords)
20696         (font-lock-fontify-buffer): Remove autoload cookies.
20698         * jit-lock.el (jit-lock-register): Likewise.
20700         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
20702 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
20704         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
20705         intact if there is no gud-comint-buffer.
20707 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
20709         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
20710         old prompt comint-prompt-read-only is t and GDB commands are
20711         issued from tool bar etc.
20713 2005-10-31  Masatake YAMATO  <jet@gyve.org>
20715         * vc.el (vc-directory-exclusion-list): Add "{arch}".
20717 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20719         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
20720         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
20722 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
20724         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
20725         starting at beginning of line.  Fontification is messed up when
20726         `open-paren-in-column-0-is-defun-start' set to t.
20727         Reported by John Paul Wallington <jpw@pobox.com>.
20729 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
20731         * comint.el (comint-send-input): Call `comint-update-fence' when
20732         `comint-process-echoes' and `comint-prompt-read-only' are both
20733         non-nil, to avoid leftover read-only newline.
20735 2005-10-30  Richard M. Stallman  <rms@gnu.org>
20737         * textmodes/flyspell.el (flyspell-external-point-words):
20738         Detect when WORD can't be checked properly because
20739         flyspell-get-word finds just part of it, and move on.
20741         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
20742         boundarychar for Polish.
20743         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
20744         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
20746 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
20748         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
20749         (gdb-registers-font-lock-keywords): Delete.
20750         (gdb-registers-mode): Don't fontify.
20751         (gdb-info-registers-custom): Use text properties instead as, in
20752         future, changed register values will use font-lock-warning-face.
20753         (gdb-local-font-lock-keywords): Rename to...
20754         (gdb-locals-font-lock-keywords): ...for consistency.
20756 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
20758         * vc.el (vc-switch-backend): Better error message if the buffer is
20759         not visiting a file under version control.
20761         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
20763 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
20765         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
20766         ~/.emacs.d/.emacs.
20768 2005-10-29  Richard M. Stallman  <rms@gnu.org>
20770         * replace.el (occur-mode-mouse-goto): Always go to other window.
20771         (occur-mode-goto-occurrence): Always switch in same window.
20773         * simple.el (undo): Display message at end, not at start.
20775         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
20776         New arg REUSE-CELL.
20777         (cancel-timer-internal): New function.
20778         (timer-event-handler): Use cancel-timer-internal,
20779         and pass the cell it returns to timer-activate...
20781         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
20782         (jit-lock-deferred-fontify, jit-lock-context-fontify)
20783         (jit-lock-after-change): Test memory-full.
20785 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
20787         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20788         part of the decoded armor to find the key-identifier.
20789         (pgg-gpg-lookup-key-owner): New function to return the
20790         human-readable identifier of a key owner.
20791         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20792         key itself.
20793         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20794         the key value) if we have a key and can match it against a secret
20795         key.  Also, added a note pointing out fact that the prompt only
20796         indicates the first matching key.
20798         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20799         pgg-decrypt-region.
20800         (pgg-pending-timers): A new hash for tracking the passphrase cache
20801         timers, so that new ones supercede old ones.
20802         (pgg-add-passphrase-to-cache): Rename from
20803         `pgg-add-passphrase-cache' to reduce confusion (all callers
20804         changed).  Modified to cancel old timers when new ones are added.
20805         (pgg-remove-passphrase-from-cache): Rename from
20806         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20807         changed).  Modified to cancel old timers when their keys are
20808         removed from the cache.
20809         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20810         XEmacs, an indirection to delete-itimer.
20811         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20812         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20813         users can only check cache without risk of prompting.  Correct bug in
20814         notruncate behavior.
20815         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20816         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20817         Add informative docstrings.
20818         (pgg-decrypt): Convey provided passphrase in subordinate call to
20819         pgg-decrypt-region.
20821         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20822         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20823         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20824         `passphrase' argument, so the passphrase can be managed externally
20825         and then passed in to the system.
20827         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20828         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20829         so the passphrase cache can be used reliably with identifiers
20830         besides a pgp packet's key id.
20832         * pgg-gpg.el (pgg-pgp-encrypt-region)
20833         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20834         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20835         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20836         argument to all these routines, so the passphrase can be managed
20837         externally and passed in to the system.
20839         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20840         `notruncate' argument, so the passphrase cache can be used
20841         reliably with identifiers besides a pgp packet's key id.
20843 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
20845         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20846         symmetric encryption.
20847         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20848         encrypted session key.
20849         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20850         message ask for the passphrase in a proper way.
20852         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20853         New user commands for symmetric encryption.
20855 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
20857         * textmodes/conf-mode.el (conf-assignment-sign)
20858         (conf-assignment-regexp): Fix docstrings.
20859         (conf-mode-initialize): New function.
20860         (conf-mode): Remove optional args.  Use delay-mode-hooks to
20861         recognize recursive calls.
20862         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
20863         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
20864         (conf-xdefaults-mode): Use define-derived-mode and
20865         conf-mode-initialize.
20867 2005-10-29  Romain Francoise  <romain@orebokech.com>
20869         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
20871 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
20873         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20874         part of the decoded armor to find the key-identifier.
20875         (pgg-gpg-lookup-key-owner): New function to return the
20876         human-readable identifier of a key owner.
20877         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20878         key itself.
20879         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20880         the key value) if we have a key and can match it against a secret
20881         key.  Also, added a note pointing out fact that the prompt only
20882         indicates the first matching key.
20884         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20885         pgg-decrypt-region.
20886         (pgg-pending-timers): A new hash for tracking the passphrase cache
20887         timers, so that new ones supercede old ones.
20888         (pgg-add-passphrase-to-cache): Rename from
20889         `pgg-add-passphrase-cache' to reduce confusion (all callers
20890         changed).  Modified to cancel old timers when new ones are added.
20891         (pgg-remove-passphrase-from-cache): Rename from
20892         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20893         changed).  Modified to cancel old timers when their keys are
20894         removed from the cache.
20895         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20896         XEmacs, an indirection to delete-itimer.
20897         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20898         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20899         users can only check cache without risk of prompting.  Correct bug in
20900         notruncate behavior.
20901         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20902         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20903         Add informative docstrings.
20904         (pgg-decrypt): Convey provided passphrase in subordinate call to
20905         pgg-decrypt-region.
20907 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20909         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20910         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20911         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20912         `passphrase' argument, so the passphrase can be managed externally
20913         and then passed in to the system.
20915         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20916         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20917         so the passphrase cache can be used reliably with identifiers
20918         besides a pgp packet's key id.
20920         * pgg-gpg.el (pgg-pgp-encrypt-region)
20921         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20922         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20923         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20924         argument to all these routines, so the passphrase can be managed
20925         externally and passed in to the system.
20927         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20928         `notruncate' argument, so the passphrase cache can be used
20929         reliably with identifiers besides a pgp packet's key id.
20931 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
20933         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20934         symmetric encryption.
20935         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20936         encrypted session key.
20937         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20938         message ask for the passphrase in a proper way.
20940         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20941         New user commands for symmetric encryption.
20943 2005-10-28  Bill Wohler  <wohler@newt.com>
20945         * help-mode.el (help-url): New button type.  Calls browse-url.
20946         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
20947         Similar to Info nodes: URL `url'.
20948         (help-make-xrefs): Create help-url buttons for
20949         help-xref-url-regexp matches.
20951 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
20953         * tool-bar.el (tool-bar-add-item-from-menu)
20954         (tool-bar-local-item-from-menu): Fix doc strings.
20956 2005-10-28  Romain Francoise  <romain@orebokech.com>
20958         * ldefs-boot.el: Update.
20960         * subr.el (locate-library): Move from help-fns.el.
20961         * help-fns.el (locate-library): Move to subr.el.
20963 2005-10-28  Richard M. Stallman  <rms@gnu.org>
20965         * net/tramp.el (tramp-completion-mode): defvar moved up.
20967         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
20969         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
20971         * files.el (find-file-noselect): Use %d to format large file size.
20973         * bindings.el (mode-line-format): Add %e.
20975         * loadup.el ("facemenu"): Load unconditionally.
20976         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
20977         ("x-dnd"): Load, when appropriate.
20979         * startup.el (command-line): Call before-init-hook earlier.
20980         Warn about some bad characters in -u user name.
20982         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
20983         (flyspell-external-point-words): Error if misspelled word is not found.
20984         Set flyspell-large-region-beg at end of word.
20986 2005-10-28  Andreas Schwab  <schwab@suse.de>
20988         * view.el (View-revert-buffer-scroll-page-forward):
20989         Use view-page-size-default.
20991 2005-10-28  Juri Linkov  <juri@jurta.org>
20993         * international/quail.el (quail-get-current-str): Translate last
20994         raw character for deterministic input methods.
20996 2005-10-27  Jay Belanger  <belanger@truman.edu>
20998         * calc/calc-ext.el: Add functions to autoloads.
20999         (math-identity-matrix-p, math-ident-row-p): New functions.
21001         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21002         multiplication by an identity matrix; don't turn multiplication by
21003         an inverse matrix into division.
21004         (math-div-symbol-fancy): Replace division by matrices with
21005         multiplication by inverse.
21007         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21009         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21010         (calc-writeoutpower): New functions.
21012 2005-10-27  Romain Francoise  <romain@orebokech.com>
21014         * replace.el (occur-engine): Include colon in mouse-face highlight.
21016         * dired-x.el: Change Maintainer field.
21018 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
21020         * longlines.el (longlines-mode): Bind after-change-functions to
21021         nil during initial decoding and final encoding.
21023 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
21025         * term.el (term-emulate-terminal, term-handle-colors-array)
21026         (term-handle-ansi-escape): Specify the terminfo capabilities
21027         implemented.
21029 2005-10-26  Richard M. Stallman  <rms@gnu.org>
21031         * info.el (Info-fontify-node): Fix detection of sentence-break
21032         before *Note.
21034 2005-10-26  Romain Francoise  <romain@orebokech.com>
21036         * smerge-mode.el: Add `tools' to file keywords.
21038 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
21040         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21041         when the fringe is not available.
21043         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21044         (def-gdb-auto-update-trigger): Simplify construction.
21045         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21046         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21047         defined explicitly.
21048         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21049         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21050         defined explicitly.
21051         (gdb-info-locals-custom): Remove as it's a no-op.
21053 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
21055         * longlines.el (longlines-mode): Remove narrowing before
21056         performing the initial decoding or final encoding.
21058 2005-10-25  Romain Francoise  <romain@orebokech.com>
21060         * emacs-lisp/find-func.el (find-library-name): Also strip
21061         extension if library name ends in .el, to take advantage of
21062         `find-library-suffixes'.
21064 2005-10-25  Richard M. Stallman  <rms@gnu.org>
21066         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21068 2005-10-25  Juri Linkov  <juri@jurta.org>
21070         * textmodes/texinfo.el (texinfo-mode): Change charset of one
21071         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21073 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21075         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21076         (blackbox-redefine-key): Add argument `map'.
21078         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21079         regions when moving the jit-lock-context-unfontify-pos boundary.
21081 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21083         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21085 2005-10-25  Masatake YAMATO  <jet@gyve.org>
21087         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21089 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
21091         * play/blackbox.el (blackbox-redefine-key): New function.
21092         (blackbox-mode-map): Use it to remap existing bindings for cursor
21093         motion instead of binding literal keys.
21095 2005-10-25  Glenn Morris  <rgm@gnu.org>
21097         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21098         diary does not end in a newline.  Do not assume a blank line at
21099         the start of the diary file.
21101 2005-10-25  Kenichi Handa  <handa@m17n.org>
21103         * international/quail.el (quail-translate-key): If the input
21104         method is deterministic and failed to handle the last key, restart
21105         the key handling loop from an appropriate key.
21107 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
21109         * vc.el (vc-dired-mode): Extend comment for binding of
21110         `directory-listing-before-filename-regexp'.
21112 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21114         * textmodes/texinfo.el (texinfo-mode):
21115         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21116         not to unnecessarily expose emacs-mule's internal char codes.
21118 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
21120         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21121         Display hand pointer and help-echo on disabled icon too.
21122         (gdb-mouse-until): New function.
21123         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21125 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
21127         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21128         with 2005-10-23 change to doctor.el.
21130         * finder.el (finder-mode-map): Add follow-link binding.
21132 2005-10-25  Kim F. Storm  <storm@cua.dk>
21134         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21135         to gdb-mouse-toggle-breakpoint-fringe.
21136         (gdb-mouse-toggle-breakpoint-margin): Rename from
21137         gdb-mouse-toggle-breakpoint.  Fix doc.
21138         (gdb-mouse-toggle-breakpoint-fringe): New defun.
21139         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
21140         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21141         string properties also for fringe breakpoint bitmaps.
21143 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
21145         * textmodes/org.el (org-start-icalendar-file): Fix format form.
21147 2005-10-25  Masatake YAMATO  <jet@gyve.org>
21149         * simple.el (completion-common-substring):
21150         Use `completion-common-substring' prior to `completion-base-size'.
21152 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
21154         * savehist.el: Require CL while compiling.
21155         (savehist-history-variables): Remove.
21156         (savehist-save-minibuffer-history, savehist-additional-variables)
21157         (savehist-minibuffer-history-variables): New vars.
21158         (savehist-save): Use them.
21159         (savehist-uninstall, savehist-minibuffer-hook): New funs.
21160         (savehist-install): New fun, extracted from savehist-load.
21161         (savehist-load): Use them.
21163 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21165         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21166         a dummy doc-string-elt property.
21167         (defalias, defvaralias, define-category): Add a docstring property.
21169         * image.el (defimage):
21170         * widget.el (define-widget):
21171         * custom.el (defface, defcustom): Add `doc-string' declaration.
21173         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21174         (defadvice): Add `doc-string' declaration.
21176         * emacs-lisp/byte-run.el (macro-declaration-function):
21177         Handle `doc-string' declarations.
21178         (define-obsolete-function-alias, define-obsolete-variable-alias):
21179         Add `doc-string' declaration.
21181 2005-10-24  Kenichi Handa  <handa@m17n.org>
21183         * international/utf-7.el (utf-7): Add autoload cookie.
21185         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21187 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
21189         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21190         list of directories passed to batch-update-autoloads.  Add "." to
21191         the list of the echoed directories.
21193         * pgg-def.el:
21194         * pgg-gpg.el:
21195         * pgg-parse.el:
21196         * pgg-pgp.el:
21197         * pgg-pgp5.el:
21198         * pgg.el: Moved here from the gnus subdirectory.
21200 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
21202         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21203         in case comint-prompt-read-only is set to t.
21205         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21206         in case comint-prompt-read-only is set to t.
21208 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
21210         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21211         Now a string.
21212         (icalendar-import-format): Handle CLASS, STATUS, URL.
21213         Rename `subject' to `summary'.
21214         (icalendar-import-format-summary): Rename from
21215         `icalendar-import-format-subject'.
21216         (icalendar-import-format-url, icalendar-import-format-status)
21217         (icalendar-import-format-class): New variables.
21218         (icalendar--rris): Take variable argument list.
21219         (icalendar--datestring-to-isodate): Remove unnecessary
21220         calendar-style check when converting dates with explicit month names.
21221         (icalendar-export-region): Change return type of conversion
21222         subroutines.  Bury current buffer unless error occurred.
21223         (icalendar--convert-to-ical)
21224         (icalendar--parse-summary-and-rest): New functions.
21225         (icalendar--convert-ordinary-to-ical)
21226         (icalendar--convert-weekly-to-ical)
21227         (icalendar--convert-yearly-to-ical)
21228         (icalendar--convert-block-to-ical)
21229         (icalendar--convert-cyclic-to-ical)
21230         (icalendar--convert-anniversary-to-ical): Change return type.
21231         Strip trailing blanks from subject.
21232         (icalendar--convert-sexp-to-ical): Change return type.
21233         Strip trailing blanks from subject.  Handle simple sexp
21234         entries as generated by icalendar.el.
21235         (icalendar--convert-float-to-ical)
21236         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21237         (icalendar-import-file): Doc fix.
21238         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21239         Correct call to icalendar--rris.
21240         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
21241         `summary'.
21242         (icalendar--add-diary-entry): Rename `subject' to `summary'.
21244 2005-10-24  Romain Francoise  <romain@orebokech.com>
21246         * server.el (server-sentinel): Set query-on-exit flag to nil on
21247         new client processes (it isn't inherited from the server process).
21249         * replace.el (occur-engine): Rearrange text properties.
21251 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21253         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21254         case-fold-search is nil.
21255         (debug-help-follow): Use help-xref-interned directly.
21257 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21259         * thumbs.el (thumbs-image-type): Add .pbm.
21261 2005-10-23  Richard M. Stallman  <rms@gnu.org>
21263         * faces.el (inhibit-face-set-after-frame-default): New variable.
21264         (set-face-attribute): Bind it.
21265         (face-set-after-frame-default): Test it.
21267         * help-fns.el (describe-simplify-lib-file-name): New function.
21268         (describe-function-1, describe-variable): Use it.
21270         * faces.el (describe-face): Use describe-simplify-lib-file-name.
21272         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21273         Eliminate nil as possible value.
21274         (tooltip-hide-delay): Reduce internal-border-width.
21276         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21277         (menu-bar-file-menu) <new-file>: Likewise.
21279         * simple.el (line-move-finish): Ignore fields computing LINE-END.
21281         * international/mule.el (load-with-code-conversion):
21282         Pass full file name to `eval-buffer' unless preloading.
21284         * textmodes/flyspell.el (flyspell-large-region):
21285         Call ispell-check-version.
21287         * textmodes/ispell.el (ispell-local-dictionary-overridden):
21288         Fix the make-variable-buffer-local call that was supposed
21289         to be for this variable.
21290         (ispell-aspell-supports-utf8): Doc fix.
21291         (ispell-find-aspell-dictionaries): Preserve elements of
21292         ispell-dictionary-alist for dictionaries that aspell doesn't report.
21293         (ispell-aspell-find-dictionary): Return nil on error.
21295         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21296         (doctor-symptoms): Likewise.
21298         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21300 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21302         * cus-edit.el (custom-button, custom-button-pressed): New vars.
21303         (custom-raised-buttons): Add :set spec.
21304         (custom-button-unraised, custom-button-pressed-unraised):
21305         New faces, so that custom-raised-buttons actually does something.
21306         (custom-mode): Use custom-button and custom-button-pressed.
21308         * wid-edit.el (widget-specify-button): Don't ignore
21309         widget-mouse-face on graphic terminals.
21310         (widget-move-and-invoke): Cleanup.
21312 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
21314         * whitespace.el (whitespace-cleanup): Doc fix.
21316 2005-10-23  Romain Francoise  <romain@orebokech.com>
21318         * emulation/viper.el (viper-set-hooks): Quote forms passed to
21319         `eval-after-load' to avoid evaluating their result.
21321 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
21323         * files.el (directory-listing-before-filename-regexp):
21324         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
21326         * dired.el (dired-move-to-filename-regexp): Remove.
21327         All occurrences replaced by `directory-listing-before-filename-regexp'.
21329         * dired-x.el, locate.el, vc.el:
21330         Replace `dired-move-to-filename-regexp' by
21331         `directory-listing-before-filename-regexp'.  In vc.el it is
21332         overwritten locally; maybe this can be handled in files.el too.
21334         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
21335         replaced by `directory-listing-before-filename-regexp'.
21337 2005-10-23  Andreas Schwab  <schwab@suse.de>
21339         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21340         and eval-next-after-load.
21342 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
21344         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21345         exist, create it.
21347 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
21349         * allout.el: Remove autoloads for mailcrypt and crypt++.
21350         Require pgg, pgg-gpg during compilation.
21351         (allout-version): Increment version number to 2.1, and use a literal
21352         rather than RCS Id.
21353         (allout-default-encryption-scheme): Remove.
21354         (allout-passphrase-verifier-handling)
21355         (allout-passphrase-verifier-string)
21356         (allout-file-passphrase-verifier-string)
21357         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21358         (allout-passphrase-hint-handling): Rename and simplify.
21359         (allout-init): Use `find-file-hook' if available, otherwise
21360         `find-file-hooks'.
21361         (allout-mode): Use `write-file-functions' if available, otherwise
21362         `local-write-file-hooks' and, instead of making auto-save-hook
21363         buffer local, make the write-file-hook activity contingent to
21364         allout-mode.
21365         (allout-mode): Use key-binding substitution in the docstring.
21366         (allout-kill-line): Spell-out kill ring data structure mutation
21367         instead of using byte-compiler-complaint-provoking `pop'.
21368         (allout-insert-listified): Use `insert' rather than `insert-string'
21369         (allout-toggle-current-subtree-encryption): Update docstring, adjust
21370         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21371         (allout-encrypt-string): Totally revamped vis new underlying
21372         encryption facilities.
21373         (allout-mc-activate-passwd): Remove.
21374         (allout-obtain-passphrase): New, more or less replaces
21375         allout-mc-activate-passwd.
21376         (allout-encrypted-key-info): More or less replaces
21377         allout-encrypted-text-type.
21378         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21379         (my-mark-marker): Use `(featurep 'xemacs)'.
21381 2005-10-23  Lars Hansen  <larsh@soem.dk>
21383         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21384         (byte-compile-file-form-defmumble, byte-compile-defun)
21385         (byte-compile-defmacro): Use it.
21386         (byte-compile-form): Don't call byte-compile-set-symbol-position
21387         when a byte-compile handler is called.
21389 2005-10-22  Romain Francoise  <romain@orebokech.com>
21391         * savehist.el (savehist-history-variables): Add `grep-find-history'.
21393         * subr.el (eval-after-load): Convert library name to an absolute
21394         file name using locate-library, since load-history no longer has
21395         library names in it.
21397 2005-10-22  Richard M. Stallman  <rms@gnu.org>
21399         * files.el (make-temp-file): Move from subr.el.
21400         * subr.el (make-temp-file): Move to files.el.
21402         * window.el (get-buffer-window-list): Move from subr.el.
21403         * subr.el (get-buffer-window-list): Move to window.el.
21405         * image.el (image-load-path): Use eval-at-startup to initialize.
21407         * subr.el (eval-at-startup): New macro.
21409         * subr.el: Much rearrangement of functions and division
21410         into pages.  No code changes.
21412 2005-10-22  Kenichi Handa  <handa@m17n.org>
21414         * tar-mode.el (tar-extract): Be sure to call
21415         find-operation-coding-system if set-auto-coding doesn't find a
21416         coding system.
21418 2005-10-22  Kim F. Storm  <storm@cua.dk>
21420         * image.el (image-type-header-regexps): Rename from image-type-regexps.
21421         Change users.
21422         (image-type-file-name-regexps): New defconst.
21423         (image-type-from-data): Simplify loop.
21424         (image-type-from-buffer): New defun.
21425         (image-type-from-file-header): Use it instead of image-type-from-data.
21426         Use image-search-load-path instead of only looking in data-directory.
21427         (image-type-from-file-name): New defun.
21428         (image-search-load-path): Change `pathname' to `filename'.
21429         Make PATH arg optional, default to image-load-path.
21431 2005-10-21  Richard M. Stallman  <rms@gnu.org>
21433         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21435         * textmodes/paragraphs.el (sentence-end-base): New variable.
21436         (sentence-end): Use sentence-end-base.
21438 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21440         * font-lock.el (font-lock-default-fontify-region): Check the multiline
21441         property independently from the font-lock-multiline variable.
21443 2005-10-21  Richard M. Stallman  <rms@gnu.org>
21445         * emacs-lisp/find-func.el (find-library-name): Doc fix.
21447         * startup.el (command-line): Convert library names
21448         in `load-history' to absolute file names.
21450         * subr.el (symbol-file): Doc fix.
21452         * loadhist.el (file-loadhist-lookup): Call locate-library
21453         instead of find-library-name.  Don't try converting
21454         abs file names to library names, since load-history no longer
21455         has library names in it.
21456         (file-dependents, file-provides, file-requires): Doc fixes.
21458 2005-10-21  Juri Linkov  <juri@jurta.org>
21460         * progmodes/etags.el (tags-table-mode): New function.
21461         (tags-verify-table): Replace initialize-new-tags-table with
21462         tags-table-mode.
21464         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
21465         default value.
21466         (desktop-modes-not-to-save): Add tags-table-mode to the
21467         default value.
21469         * info.el (Info-index-next): Add total number of index
21470         alternatives to the message.
21472         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21473         backward only space (instead of space and period) before looking
21474         at sentence end.
21476         * simple.el (set-variable): Use user-variable-p instead of symbolp.
21477         Add the old variable value as 4th default-value arg of read-string.
21479 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21481         * cus-face.el (custom-declare-face): Make face from X resources
21482         also on Mac.
21484         * disp-table.el (standard-display-g1, standard-display-graphic):
21485         Refuse to use string glyphs also on Mac.
21486         (standard-display-european): Don't set terminal coding system also
21487         on Mac.
21489         * frame.el (display-screens): Use x-display-screens also on Mac.
21491 2005-10-21  Romain Francoise  <romain@orebokech.com>
21493         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
21495 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21497         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
21498         and $? into sexps.
21500         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
21501         warning face on open-paren-in-column-0.
21503         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
21504         boundary case.  Fix typo.
21505         Suggested by Martin Rudalics <rudalics@gmx.at>.
21507 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
21509         * textmodes/org.el (org-combined-agenda-icalendar-file)
21510         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
21511         (org-export-icalendar-this-file)
21512         (org-export-icalendar-all-agenda-files)
21513         (org-export-icalendar-combine-agenda-files): New commands.
21514         (org-export-icalendar, org-print-icalendar-entries)
21515         (org-start-icalendar-file, org-finish-icalendar-file)
21516         (org-ical-ts-to-string): New functions.
21517         (org-read-date, org-goto-calendar)
21518         (org-agenda-goto-calendar): Inhibit displaying diary entries by
21519         call to `calendar'.
21520         (orgtbl-setup): Remove the :keys arguments from the menu description.
21521         (org-after-save-iCalendar-file-hook): New variable.
21523 2005-10-21  Kenichi Handa  <handa@m17n.org>
21525         * language/vietnamese.el (tcvn-5712): Make it an alias of
21526         vietnamese-tcvn coding-system.
21528 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
21530         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
21531         group id is given.
21533 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21535         * progmodes/sh-script.el (sh-escaped-line-re): New var.
21536         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
21537         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
21538         whose line is either continued or ends with a comment.
21540 2005-10-20  Romain Francoise  <romain@orebokech.com>
21542         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
21544         * replace.el (occur-engine): Add follow-link property.
21546         * font-core.el (font-lock-mode): Doc fix.
21548 2005-10-20  Richard M. Stallman  <rms@gnu.org>
21550         * net/rcirc.el: New file.
21552 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
21554         * term.el (term-term-name): Initialize to "eterm-color".
21556 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
21558         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
21559         for encryption functionality.
21560         Move allout customization subgroup from `editing' to `outlines' group.
21561         Fix commentary keywords to legitimate ones.
21562         Update author info (using my current email address, obscurified).
21563         (allout-encrypt-string, allout-encryption-produce-work-buffer)
21564         (allout-encrypted-topic-p, allout-encrypted-text-type)
21565         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
21566         (allout-situate-encryption-key-verifier)
21567         (allout-get-encryption-key-verifier, allout-verify-key)
21568         (allout-next-topic-pending-encryption)
21569         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
21570         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
21571         (outline-key-verifier-handling, outline-key-hint-handling)
21572         (outline-encrypt-unencrypted-on-saves): New defcustoms.
21573         (allout-file-key-verifier-string, allout-encryption-scheme)
21574         (allout-key-verifier-string, allout-key-hint-string)
21575         (allout-after-save-decrypt): New variables.
21576         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
21577         (allout-after-saves-handler): New hook functions.
21578         (allout-post-command-business): Do allout-after-save-decrypt.
21579         (allout-enable-file-variable-adjustment): Custom var to enable
21580         mechanism for adding and adjusting settings of Emacs file variables.
21581         (allout-adjust-file-variable, allout-file-vars-section-data):
21582         New functions, implement the mechanism.
21583         (outlineify-sticky): Use the file vars mechanism.
21584         (allout-inhibit-protection, allout-during-write-cue)
21585         (allout-override-protect, allout-before-change-protect): Remove.
21586         (allout-flag-region, allout-open-topic): Adjust read-only text.
21587         (allout-open-line-not-read-only): Add to facilitate read-only
21588         text based protection.
21589         (allout-kill-line): Revise to adjust read-only text, clue the
21590         user about the inhibition.
21591         (allout-unprotected): Use unwind-protect.
21592         (allout-shift-in, allout-shift-out): Disallow manually shifting a
21593         topic deeper than the offspring depth of the previous topic -
21594         avoiding confusing "containment discontinuities".
21595         (allout-reindent-bodies): Fix retention of body relative hanging
21596         indent during promotion of collapsed bodies.
21597         (allout-open-topic): Make it easy to open new topic with same
21598         bullet as current topic - topic creation functions provided with
21599         any universal argument provokes now prompt for bullet, defaulting
21600         to the bullet of the previous topic.
21601         (allout-plain-bullets-string, allout-distinctive-bullets-string):
21602         Plain bullet alternates `.' period and `,' comma only.  All other
21603         bullets are relegated to special status (but customizable).
21604         (allout-end-of-entry): Rename from allout-end-of-current-entry
21605         since it actually operates w.r.t. most immediately containing
21606         entry, visible or not.
21607         (allout-hide-current-entry, allout-show-current-entry): Use the
21608         revised version.
21609         (allout-old-expose-topic): Solidify deprecation.
21610         (allout-end-of-subtree): Add so we can span concealed as well
21611         as visible topics.
21612         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
21613         (allout-end-of-current-heading): Tweak to just respect the first line.
21614         (allout-get-body-text): Add.
21615         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
21616         when invoked interactively.
21617         (allout-up-current-level): Use `interactive-p'.
21618         (allout-mode, allout-init): Miscellaneous docstring and
21619         operational refinements, as well as hookups of new encryption stuff.
21620         (allout-beginning-of-current-entry): Now works as advertised.
21621         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
21622         (allout-isearch-rectification): Refine condition for isearching.
21623         (allout-isearch-abort, allout-enwrap-isearch)
21624         (allout-flag-region, my-region-active-p): Relocate some macros.
21625         (allout-title): Fallback title is (buffer-name), not
21626         non-existing (current-buffer-name).
21627         (subst-char-in-string): Define if absent (for some XEmacs versions).
21629 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
21631         * mail/sendmail.el (mail-setup-hook, mail-aliases)
21632         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
21633         (mail-citation-prefix-regexp, mail-signature-file)
21634         (mail-default-headers, mail-bury-selects-summary)
21635         (mail-send-nonascii): Add autoload cookies.
21637 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21639         * frame.el (blink-cursor-mode): Add `mac' to the list of
21640         window-system's that support blinking cursor.
21642 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
21644         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
21646 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
21648         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
21649         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
21650         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
21652 2005-10-20  Kim F. Storm  <storm@cua.dk>
21654         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
21655         (ido-set-current-directory): Don't add / after final @.
21656         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
21657         Explicitly handle ange-ftp completion oddities.
21658         (ido-make-file-list): Don't rotate list at tramp root to avoid
21659         triggering tramp file handler for expand-file-name via get-file-buffer.
21661 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21663         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
21665 2005-10-19  Jay Belanger  <belanger@truman.edu>
21667         * calc/calc-units.el (math-standard-units): Add units, adjust
21668         symbols and update values.
21669         (math-unit-prefixes): Add more prefixes.
21671 2005-10-19  Romain Francoise  <romain@orebokech.com>
21673         * bookmark.el (bookmark-menu-heading): New face.
21674         (bookmark-bmenu-list): Use it.
21675         Don't fiddle with `baud-rate' at top-level.
21677 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
21679         * image.el (create-image, find-image): Mention max-image-size in
21680         docstring.
21682 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21684         * savehist.el (savehist-load): Revert to checking XEmacs.
21686         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
21687         Various docstring and line-width fixups.
21688         (conf-mode): Use cond.
21689         Set font-lock-defaults.  Don't set comment-use-syntax.
21691 2005-10-18  David Ponce  <david@dponce.com>
21693         * tree-widget.el (tree-widget-button-click): New function.
21694         (tree-widget-button-keymap): Use it.
21696 2005-10-18  Romain Francoise  <romain@orebokech.com>
21698         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21699         (bookmark-bmenu-hide-filenames): Add follow-link property.
21700         Improve help-echo text.
21702         * ffap.el (find-file-at-point): Doc fix.
21704 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21706         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
21708 2005-10-18  Masatake YAMATO  <jet@gyve.org>
21710         Install to the CVS repository what I forgot to install in my
21711         2005-10-16 changes.
21713         * progmodes/python.el (python-complete-symbol): Pass the common
21714         prefix substring of completion to `display-completion-list'.
21716         * textmodes/org.el (org-complete): Ditto.
21718 2005-10-18  Masatake YAMATO  <jet@gyve.org>
21720         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
21722         * woman.el (WoMan-xref-man-page): New button type derived
21723         from `Man-abstract-xref-man-page'.
21724         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
21726         * man.el (Man-abstract-xref-man-page): New button type.
21727         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
21728         (Man-highlight-references): Add new optional argument `xref-man-type'.
21730 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
21732         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
21734 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21736         * cus-edit.el (Custom-move-and-invoke): Delete.
21737         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
21739         * wid-edit.el (widget-move-and-invoke): New function, from
21740         Custom-move-and-invoke.
21742 2005-10-17  Bill Wohler  <wohler@newt.com>
21744         Move all remaining images from lisp/toolbar to etc/images, move
21745         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
21746         the low resolution images in their own directory (low-color).
21748         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
21749         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
21750         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
21751         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
21752         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
21753         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
21754         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
21756         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
21757         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
21758         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
21759         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
21760         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
21761         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
21762         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
21763         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
21764         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
21765         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
21766         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
21767         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
21768         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
21769         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
21770         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
21772         To conform with convention, replace the underscore (_) in the
21773         following image names with dash (-) or (/) as appropriate.
21775         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
21776         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
21777         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
21778         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
21779         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
21780         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
21781         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
21782         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
21783         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
21784         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
21785         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
21786         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
21787         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
21788         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
21789         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
21791         * info.el (info-tool-bar-map): Replace underscores in image names
21792         with dashes.
21794         * makefile.w32-in (WINS): Remove toolbar.
21796         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
21798         * tool-bar.el: Move to lisp from toolbar.  Now that
21799         toolbar is empty, it should be deleted when folks run "cvs up -P".
21801 2005-10-18  Jay Belanger  <belanger@truman.edu>
21803         * calc/calc-store.el (calc-store-into): Get the proper variable name
21804         to display in message.
21806 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
21808         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
21809         expressions display in speedbar for all buffers when debugging.
21810         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
21812         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
21813         (speedbar-insert-button, speedbar-make-button):
21814         Use add-text-properties.
21815         (speedbar-update-localized-contents)
21816         (speedbar-update-directory-contents)
21817         (speedbar-update-special-contents): Use dolist.
21818         (speedbar-buffer-easymenu-definition): Add a menu separator.
21820 2005-10-17  Jason Rumney  <jasonr@gnu.org>
21822         * makefile.w32-in: Use $(lisp) consistently.
21823         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
21824         for shell specific generation of mh-autoloads.
21826 2005-10-17  Richard M. Stallman  <rms@gnu.org>
21828         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
21830 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21832         * jit-lock.el (jit-lock-fontify-now):
21833         Move jit-lock-context-unfontify-pos to avoid wasted work.
21835 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
21837         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
21838         `tramp-completion-mode' for checking if we are in completion mode.
21839         (tramp-completion-handle-file-name-all-completions): Reorder code
21840         in order to complete for file names only in case there are no
21841         method/user/host completions.  This is necessary for cooperation
21842         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
21844 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
21846         * longlines.el (longlines-search-forward)
21847         (longlines-search-backward): Match any number of spaces.
21849 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
21851         * diff-mode.el (diff-mode): Doc fix.
21853 2005-10-16  David Reitter  <david.reitter@gmail.com>
21855         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
21856         as default on darwin and windows systems.
21858 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
21860         * arc-mode.el (archive-zip-extract): Doc fix.
21862 2005-10-16  Romain Francoise  <romain@orebokech.com>
21864         * mouse.el (mouse-1-click-follows-link): Doc fix.
21866 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21868         * savehist.el: Don't require CL at runtime.
21869         (savehist-xemacs): Remove.
21870         (savehist-coding-system): Use utf-8 if present, regardless of religion.
21871         (savehist-no-conversion): Use (featurep 'xemacs).
21872         (savehist-load): Check existence of start-itimer rather than XEmacs.
21873         Use an idle timer.
21874         (savehist-process-for-saving): Replace use of CL funs `subseq' and
21875         `delete-if-not'.
21877 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
21879         * savehist.el: Newer version.
21880         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
21881         (savehist-last-checksum, savehist-no-conversion): New vars.
21882         (savehist-autosave, savehist-process-for-saving, savehist-printable):
21883         New functions.
21884         (savehist-load, savehist-save): Use them.
21885         (savehist-delimit): Remove.
21887 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21889         * progmodes/compile.el (compilation-goto-locus): Display the
21890         compilation buffer first and the source buffer second, in case they're
21891         in overlapping frames.  Don't raise the compilation frame if it was the
21892         selected window upon entry.  Pass the `other-window' arg to
21893         pop-to-buffer.
21895         * info.el (Info-fontify-node): Use dolist.
21896         Change add-text-properties to put-text-property.
21898 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21900         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
21901         bound of search.
21903 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21905         * dabbrev.el (dabbrev-completion): Pass the common
21906         prefix substring of completion to `display-completion-list'.
21908         * filecache.el (file-cache-minibuffer-complete)
21909         (file-cache-complete): Ditto.
21911         * tempo.el (tempo-display-completions): Ditto.
21913         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
21915         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
21917         * eshell/em-hist.el (eshell-list-history): Ditto.
21919         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
21921         * mail/mailalias.el (mail-complete): Ditto.
21923         * progmodes/etags.el (complete-tag): Ditto.
21925         * progmodes/make-mode.el (makefile-complete): Ditto.
21927         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
21929         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
21931         * progmodes/pascal.el (pascal-complete-word)
21932         (pascal-show-completions): Ditto.
21934         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
21936         * simple.el (completion-common-substring): New variable.
21937         (completion-setup-function): Use `completion-common-substring'
21938         to put faces.
21940 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21942         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
21943         (x-get-selection, mac-select-convert-to-string): Convert from/to
21944         UTF-16 clipboard data as in native byte order, no BOM.
21946 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
21948         * progmodes/gud.el (gud-tool-bar-map): Rename the images
21949         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
21950         (gud-sentinel): Use speedbar-frame to check for speedbar.
21952 2005-10-15  Richard M. Stallman  <rms@gnu.org>
21954         * savehist.el: New file.
21956 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
21958         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
21959         Fix bug in \bf fontification.
21961 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21963         * pcvs.el (cvs-edit-log-files): New var.
21964         (cvs-mode-edit-log): New arg `file'.
21965         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
21966         Instead force the use of the original file and nothing else.
21967         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
21968         the cvs-minor-wrap-function is set.
21969         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
21971 2005-10-14  Bill Wohler  <wohler@newt.com>
21973         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
21974         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
21975         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
21976         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
21977         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
21978         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
21979         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
21980         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
21981         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
21982         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
21983         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
21984         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
21985         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
21986         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
21987         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
21989         * progmodes/gud.el (gud-tool-bar-map): Rename the images
21990         appropriately (for example, gud-break to gud/break).
21992 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
21994         * longlines.el (longlinges-search-function)
21995         (longlines-search-forward, longlines-search-backward): New functions.
21996         (longlines-mode): Set isearch-search-fun-function to
21997         longlinges-search-function.
21999         * mouse.el (mouse-drag-region-1): Handle the case where a
22000         double-click event is bound to an arbitrary function.
22002 2005-10-14  David Ponce  <david@dponce.com>
22004         * recentf.el (recentf-track-opened-file)
22005         (recentf-track-closed-file, recentf-update-menu)
22006         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22007         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22008         mouse-1-click-follows-link.
22010 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22012         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22013         Gnome file-manager.png.  Suggested by
22014         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22016         * toolbar/README: Add diropen.xpm.
22018 2005-10-13  Bill Wohler  <wohler@newt.com>
22020         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22021         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
22023 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22025         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22026         Don't waste the byte-compiler's time on constant data.
22028 2005-10-13  Kenichi Handa  <handa@m17n.org>
22030         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22031         byte with `escape-glyph' face.
22033         * international/fontset.el (ccl-encode-unicode-font):
22034         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22035         Handle the case that ucs-mule-to-mule-unicode translates a character to
22036         ASCII (usually for IPA characters).
22038 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22040         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22041         Don't hide the underline of titles if font-lock-mode is disabled.
22043 2005-10-12  Bill Wohler  <wohler@newt.com>
22045         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
22046         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
22047         files in MH-E-SRC have been updated.
22048         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22050 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22052         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22053         (mixal-mode-syntax-table): Add \n as end-comment.
22054         (mixal-operation-codes-alist): Immediately initialize to full value.
22055         (mixal-add-operation-code): Remove.
22056         (mixal-describe-operation-code): Make the arg non-optional.
22057         Use the interactive spec instead.
22058         Use mixal-operation-codes-alist rather than mixal-operation-codes.
22059         (mixal-font-lock-keywords): Don't highlight comments here any more.
22060         (mixal-font-lock-syntactic-keywords): New var.
22061         (mixal-mode): Use it.  Fix comment-start-skip.
22063 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22065         * startup.el (command-line-x-option-alist): -nb => -nbi.
22067 2005-10-12  Kim F. Storm  <storm@cua.dk>
22069         * startup.el (fancy-splash-default-action): Discard mouse click in
22070         the splash screen window, as it has no sensible meaning in the
22071         next window to be selected.  Fixes error reported by Jan D.
22073 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22075         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22077 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22079         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22080         Try to fix up minor layout issues like indentation, line break, etc...
22081         (mixal-mode-syntax-table): Don't try to specify comment syntax,
22082         because it doesn't work.
22083         (mixal-operation-codes): Add some more codes.
22084         (mixal-font-lock-keywords): Process comments here.
22085         (mixal-mode): mixasm no longer needs -g option.
22087 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
22089         * progmodes/sh-script.el (sh-tmp-file):
22090         Use mktemp -t.  Finish support for es and rc shells.
22092 2005-10-11  Jay Belanger  <belanger@truman.edu>
22094         * calc/calcalg2.el (calc-integral): With an argument, compute the
22095         definite integral.
22097 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
22099         * mouse.el (mouse-drag-region-1): Don't try to catch a
22100         double-click when doing follow-link (it's overridden anyway).
22102 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
22104         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22105         (autoload-print-form-outbuf): Add docstring.
22107 2005-10-11  Juri Linkov  <juri@jurta.org>
22109         * info.el (Info-mode-menu): Delete menu item "Edit".
22110         (Info-mode): Delete description of Info-edit from docstring,
22111         and rearrange descriptions of Info commands in the order
22112         they are documented in the Info manual.
22114 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22116         * calendar/appt.el (appt-check): Use diary-selective-display var.
22118 2005-10-10  Richard M. Stallman  <rms@gnu.org>
22120         * net/newsticker.el (newsticker-start, newsticker-show-news):
22121         Add autoload cookies.
22123 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
22125         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22127 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
22129         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22131 2005-10-10  Jay Belanger  <belanger@truman.edu>
22133         * calc/calc-arith.el (math-check-known-scalarp)
22134         (math-check-known-matrixp): Check the values of arguments that are
22135         variables.
22136         (math-check-known-square-matrixp): New function.
22137         (math-known-square-matrixp): Use math-check-known-square-matrixp.
22138         (math-super-types): Add sqmatrix type.
22140         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22141         mode name `square' to `sqmatrix'.
22143         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22144         mode name `square' to `sqmatrix'.
22146 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22148         * progmodes/etags.el (select-tags-table-mode): Don't use
22149         selective-display.
22150         (tags-select-tags-table): Pass `button' to the action function.
22151         (select-tags-table): Place the side-info on button properties rather
22152         than in hidden text.  Abbreviate file names.
22153         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22154         (select-tags-table-select): Add `button' argument.
22155         Get side-info from the button property rather than from hidden text.
22157 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
22159         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22160         (gud-speedbar-buttons): Preserve point if possible.
22161         (gud-sentinel): Restore previous speedbar display type.
22163         * progmodes/gdb-ui.el (gdba): Improve diagram.
22164         (def-gdb-auto-update-handler, gdb-info-locals-handler)
22165         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22166         Call get-buffer-window once.
22168 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22170         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22171         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22172         (pascal-indent-command): Remove unused var `ind'.
22173         (pascal-indent-case): Remove unused var `oldpos'.
22174         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22175         since it's now used as a proper minor mode map.
22176         (pascal-outline): Rename to pascal-outline-mode.
22177         (pascal-outline-mode): Use define-minor-mode.
22178         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22179         selective-display.
22181 2005-10-10  Andreas Schwab  <schwab@suse.de>
22183         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22184         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
22186         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22187         outside source directory.
22189 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
22191         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22192         C-x' as a prefix.
22193         (orgtbl-mode-map): Full keymap instead of sparse, because all
22194         `self-insert-command' keys are redefined in this map.
22195         (org-export-as-html): Specify charset for HTML file, by taking it
22196         from the coding system.
22198 2005-10-10  Kenichi Handa  <handa@m17n.org>
22200         * textmodes/flyspell.el (flyspell-check-word-p):
22201         If unread-command-events is non-empty, don't call sit-for.
22203 2005-10-09  Richard M. Stallman  <rms@gnu.org>
22205         * font-lock.el (font-lock-syntactic-keywords)
22206         (font-lock-keywords): Doc fixes.
22208         * textmodes/flyspell.el (flyspell-external-point-words):
22209         Simplify logic, and don't try to check for consecutive appearances
22210         of one incorrect word.
22212 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
22214         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22215         separator.
22217         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22218         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22219         (gud-expansion-speedbar-buttons): New function.
22220         (gud-speedbar-buttons): Check for gud-comint-buffer.
22222 2005-10-09  Bill Wohler  <wohler@newt.com>
22224         * Makefile.in (updates): Add mh-loaddefs dependency.
22226 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
22228         * speedbar.el (speedbar-file-key-map): Fix typo.
22230 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22232         * cus-start.el (line-spacing): Add custom spec.
22234 2005-10-09  Romain Francoise  <romain@orebokech.com>
22236         * textmodes/ispell.el (ispell-check-version): Fix last change.
22238 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22240         * term/x-win.el: Remove -i, --icon-type from comment.
22242         * startup.el (command-line-x-option-alist): Remove options -i,
22243         -itype, --icon-type, added -nb, --no-bitmap-icon.
22245 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
22247         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22248         instead of :active.
22250 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22252         * textmodes/ispell.el (ispell-check-version):
22253         Ignore hyphen, and all that follows, in aspell's version text.
22255 2005-10-08  Jay Belanger  <belanger@truman.edu>
22257         * calc/calc-arith.el (math-known-square-matrixp): New function.
22258         (math-pow-fancy): Check for matrices before distributing exponent
22259         across products.
22261         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22262         fullscreen keypad.  Suggested by Luc Teirlinck.
22263         (calc-keypad-show-input): Add space for formatting.
22265         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22266         Add square matrix option.
22268         * calc/calc-poly.el (math-expand-term): Check for matrices instead
22269         of checking calc-matrix-mode when deciding how to expand.
22271         * calc/calc.el (calc-set-mode-line): Add square matrix option.
22273 2005-10-08  Lars Hansen  <larsh@soem.dk>
22275         * net/tramp.el (tramp-perl-directory-files-and-attributes):
22276         Add error handling.
22277         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22279 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
22281         Sync with Tramp 2.0.51.
22283         * net/tramp.el (tramp-handle-set-visited-file-modtime)
22284         (tramp-handle-insert-file-contents, tramp-handle-write-region):
22285         Insert special handling for `last-coding-system-used', again
22286         it still seems to be necessary (unlike stated before).
22287         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22288         (tramp-password-prompt-regexp): There might be other words before
22289         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22290         (tramp-chunksize): Improve docstring.
22291         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22292         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
22293         Christian Joergensen <bugs@razor.dk>.
22295 2005-10-07  Glenn Morris  <rgm@gnu.org>
22297         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22298         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22299         precision'.
22301 2005-10-07  Romain Francoise  <romain@orebokech.com>
22303         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22304         (ibuffer-do-shell-command-pipe-replace)
22305         (ibuffer-do-shell-command-file, ibuffer-do-eval)
22306         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22307         (ibuffer-do-revert, ibuffer-do-replace-regexp)
22308         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22309         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22310         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22311         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22312         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22313         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22314         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22315         Autoload file sans suffix.
22317         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22319 2005-10-07  David Ponce  <david@dponce.com>
22321         * recentf.el (recentf-menu-open-all-flag): New option.
22322         (recentf-digit-shortcut-command-name): New function.
22323         (recentf--shortcuts-keymap): New variable.
22324         (recentf-menu-shortcuts): New variable.
22325         (recentf-make-menu-items): Initialize it.  Replace the "More..."
22326         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22327         (recentf-menu-value-shortcut): New function.
22328         (recentf-make-menu-item): Use it.  No more in-lined.
22329         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22330         (recentf-open-most-recent-file): Rename from
22331         `recentf-open-file-with-key'.  Don't depend on key binding.
22332         (recentf-mode-map): New variable.
22333         (recentf-mode): Use it.
22335 2005-10-06  Bill Wohler  <wohler@newt.com>
22337         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
22339         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22340         (MH-E-SRC): New.  Used by mh-autoloads.
22341         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
22342         files in MH-E-SRC have been updated.
22343         (compile, recompile, bootstrap): Depend on mh-autoloads.
22345 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
22347         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22348         gud-break and gud-remove icons when the fringe is not available.
22350         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22351         Typo.
22353 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
22355         * play/zone.el (zone): Wrap body with save-window-excursion.
22357 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22359         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22360         Use the new `list-only' arg to diary-list-entries.
22362         * calendar/diary-lib.el: Use overlays rather than selective-display.
22363         (diary-selective-display): New var.
22364         (diary-header-line-format): Use it.
22365         (diary-list-entries): Add argument `list-only'.
22366         Put the buffer in diary-mode.  Don't add \^M at beg and end.
22367         Replace \^M by invisible overlays.
22368         (diary-unhide-everything): Replace \^M by invisible overlays.
22369         (print-diary-entries): Look for overlays rather than \^M.
22370         Add a space to the temp buffer name.
22371         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22372         Put the buffer in diary-mode.
22373         (list-sexp-diary-entries): Replace \^M by invisible overlays.
22374         (diary-anniversary): Make the year arg optional.
22375         (diary-time-regexp): New const.
22376         (diary-font-lock-keywords): Use it to accept a few more time formats.
22378         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22380 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
22382         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22383         Fix bug introduced 2005-07-03: Use (car (last ...))
22384         to faithfully reproduce replaced artist-last.
22385         (artist-set-arrow-points-for-poly): Likewise.
22386         Suggested by Johan Bockg\e,Ae\e(Brd.
22388 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
22390         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22391         * wid-edit.el (widget):
22392         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22393         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22395 2005-10-06  Kenichi Handa  <handa@m17n.org>
22397         * international/mule-cmds.el (set-language-environment):
22398         Fix setting up of case-table for unibyte mode.
22400         * simple.el (what-cursor-position): If the character is displayed
22401         by some `display' text property, show that.  Don't use
22402         single-key-description for eight-bit characters in multibyte mode.
22404 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
22406         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22407         (gdb-ann3): Set it.
22408         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22409         (gdb-info-frames-custom): Use inverse-video for first five
22410         characters of selected frame only.
22411         (gdb-get-frame-number): Select frame even when point is on frame
22412         number.
22414 2005-10-06  Masatake YAMATO  <jet@gyve.org>
22416         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22417         Put `font-lock-function-name-face'.
22418         (gdb-info-frames-custom): Put `font-lock-function-name-face'
22419         and `font-lock-variable-name-face'
22420         (gdb-registers-font-lock-keywords): New font lock keywords definition.
22421         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22422         (gdb-memory-font-lock-keywords): New font lock keywords definition.
22423         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22424         (gdb-local-font-lock-keywords): New font lock keywords definition.
22425         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22426         (gdb-threads-font-lock-keywords): New font lock keywords definition.
22427         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22429 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
22431         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22432         (ediff-merge-region-is-non-clash-to-skip): Previously called
22433         ediff-merge-region-is-non-clash.
22435         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22436         Use insert-buffer-substring.
22438         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22439         selecting files to patch.  Also bug fixes.
22441         * ediff-util.el (ediff-setup): Bug fix.
22442         (ediff-next-difference): Never skip clashes that differ in white
22443         space only.
22445         * ediff-wind.el (ediff-setup-control-frame)
22446         (ediff-destroy-control-frame): Check the menubar feature.
22448         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
22449         (viper-refresh-mode-line): Use make-local-variable to localize
22450         some vars instead of make-variable-buffer-local.  Suggested by
22451         Stefan Monnier.
22453         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
22454         (viper-restore-cursor-type, viper-set-insert-cursor-type):
22455         Use make-local-variable instead of make-variable-buffer-local.
22456         Suggested by Stefan Monnier.
22458         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
22459         (viper-comint-mode-hook): Use make-local-variable on
22460         require-final-newline.
22461         (viper-non-hook-settings): Don't use make-variable-buffer-local.
22463 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22465         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
22466         also the second char of a comment-start sequence.
22467         (scheme-sexp-comment-syntax-table): New var.
22468         (lambda, define): Set their scheme-doc-string-elt property.
22469         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22470         Use lisp-font-lock-syntactic-face-function now that it properly
22471         handles |...| symbols.
22472         (scheme-mode-variables): Set lisp-doc-string-elt-property,
22473         parse-sexp-lookup-properties and font-lock-extra-managed-props.
22475         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22476         bit from # to |.
22477         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22479         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22480         (lisp-doc-string-elt-property): New var.
22481         (lisp-font-lock-syntactic-face-function): Use it.
22482         Rewrite to recognize docstrings even for forms not at toplevel.
22484         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
22485         annotation on the | part of #| rather than on the # part.
22486         (scheme-font-lock-syntactic-face-function): New function, to
22487         distinguish strings from |...| symbols.
22488         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
22489         syntax-table so that #|...|# is properly highlighted.
22491         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
22492         Don't mark as docstring the 3rd elem of an unknown toplevel form.
22494 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22496         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
22497         and C-e.
22499         * emacs-lisp/eldoc.el: Move comments into docstrings.
22500         (eldoc-message-commands): Initialize in its declaration.
22501         Add move-beginning-of-line and move-end-of-line.
22502         (eldoc-add-command, eldoc-add-command-completions)
22503         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
22505         * outline.el (outline-mark-subtree): Activate the mark.
22507         * calendar/appt.el (appt-time-regexp): New var.
22508         (appt-add, appt-make-list): Use it.
22509         (appt-convert-time): Clean up.
22511         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
22512         Don't set any syntax-table property here.
22513         (tex-font-lock-verb): New function.  Do it here.
22514         (tex-font-lock-syntactic-keywords): Use it.
22516 2005-10-04  Richard M. Stallman  <rms@gnu.org>
22518         * wid-edit.el (widget-file-complete): Get the widget start point
22519         the right way.  Default directory to `/' if file has none.
22521         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
22523         * textmodes/flyspell.el (flyspell-mode-on):
22524         Call ispell-maybe-find-aspell-dictionaries.
22526         * textmodes/ispell.el (ispell-word, ispell-region):
22527         Call ispell-maybe-find-aspell-dictionaries.
22528         (ispell-accept-buffer-local-defs):
22529         Don't call ispell-maybe-find-aspell-dictionaries.
22531 2005-10-04  Richard M. Stallman  <rms@gnu.org>
22533         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
22535 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
22537         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
22538         instead of `fboundp' in order to allow for anonymous functions.
22540 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
22542         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
22543         case the user clicks on the link while another window is selected.
22544         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
22546         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
22547         functionality.
22548         (dframe-help-echo): Save point in case mouse tracking is off.
22550 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
22552         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
22554 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22556         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
22557         not change the global value of those vars.
22559         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
22560         make-local-variable which we do not need any more.
22562 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
22564         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
22565         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
22566         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
22567         (speedbar-path-line): Define obsolete aliases.
22568         (speedbar-line-directory): Doc fix.
22570         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
22571         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
22572         instead of speedbar-line-path.
22574 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22576         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
22577         to nil if dropping on a window.  Handle dropping on a minibuffer window
22578         like dropping on a non-window part of Emacs.
22580 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22582         * net/ange-ftp.el: Use with-current-buffer.
22583         (ange-ftp-insert-directory): Do not follow symlinks any more.
22585         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
22586         Remove interactive spec.
22588 2005-10-03  Kim F. Storm  <storm@cua.dk>
22590         * ido.el (ido-mode): Use custom-initialize-set.
22592 2005-10-02  Richard M. Stallman  <rms@gnu.org>
22594         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
22595         Use insert-buffer-substring.
22597         * net/tramp.el: Pacify byte compiler warnings in pacification code.
22598         (tramp-handle-file-local-copy): Use insert-buffer-substring.
22600 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22602         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
22603         in last change.
22604         (ange-ftp-insert-directory): Fix up the search for the case where
22605         `file' is absolute.
22607 2005-10-02  Romain Francoise  <romain@orebokech.com>
22609         * progmodes/compile.el (compile-goto-error): Delete extra paren.
22611 2005-10-02  Andreas Schwab  <schwab@suse.de>
22613         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
22614         directory component in the session info.
22616 2005-10-01  Richard M. Stallman  <rms@gnu.org>
22618         * comint.el (comint-redirect-subvert-readonly): Doc fix.
22620         * simple.el (next-error-internal): New function.
22622         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
22623         (compilation-start): Pass new arg to compilation-buffer-name.
22624         (compile-goto-error): Use next-error-internal.
22626 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
22628         * speedbar.el: Remove RCS tag.
22629         (speedbar-check-read-only): Handle non-existent files.
22631         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
22633         * info.el (Info-speedbar-hierarchy-buttons)
22634         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
22636 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22638         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
22639         Do not match newline.
22640         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
22641         (bibtex-summary): Remove unnecessary save-excursion.
22642         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
22644 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22646         * term/mac-win.el: Add charset info for "iso10646-1".
22647         Modify default fontset to use ATSUI-compatible fonts for some charsets
22648         if available.
22650 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
22652         * speedbar.el: Re-apply arch tag.
22653         (speedbar-version): Rename to version 1.0.  Suggested by Eric
22654         M. Ludlam.
22655         Reapply two changes from Emacs CVS' version of speedbar lost
22656         during the merge:
22657         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
22658         (speedbar-frame-parameters): Improve customize type.
22660 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22662         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
22663         (ange-ftp-file-directory-p): Fix the symlink case.
22664         (ange-ftp-insert-directory): When listing a single file, get a list of
22665         the parent buffer and extract the relevant line.  Inspired from a patch
22666         by Katsumi Yamaoka <yamaoka@jpl.org>.
22667         (ange-ftp-file-name-sans-versions): Simplify.
22669 2005-09-30  Bill Wohler  <wohler@newt.com>
22671         Move MH-E image files from toolbar and mail directories into
22672         etc/images.
22674         * mail/reply2.*: Move to etc/images/mail/reply*.
22676         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
22677         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
22678         etc/images.
22680         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
22681         * toolbar/reply*: Move to etc/images/mail.
22683         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
22685 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
22687         * speedbar.el: New version 1.0pre3.
22689         Frame management code (including timer, and mouse click specifics)
22690         moved to dframe.el:
22691         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
22692         (speedbar-timer): Removed.  Use dframe-timer.
22693         (speedbar-close-frame): Removed.  Use dframe-close-frame.
22694         (speedbar-activity-change-focus-flag): Removed.  Use
22695         dframe-activity-change-focus-flag.
22696         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
22697         dframe-update-speed.
22699         (speedbar-current-frame): New macro.  Use this instead of the
22700         variable speedbar-frame.
22702         (speedbar-use-images, speedbar-expand-image-button-alist)
22703         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
22705         (speedbar-find-image-on-load-path): Removed.  Replaced by
22706         defezimage in ezimage.el.
22707         (speedbar-expand-image-button-alist): Removed.  Replaced by
22708         ezimage-expand-image-button-alist in ezimage.el.
22710         (speedbar-ignored-directory-regexp)
22711         (speedbar-add-ignored-directory-regexp)
22712         (speedbar-ignored-directory-expressions)
22713         (speedbar-line-directory, speedbar-buffers-line-directory)
22714         (speedbar-directory-line, speedbar-buffers-line-directory):
22715         Renamed, replacing `path' with `directory'.
22717         (speedbar-create-directory, speedbar-expand-line-descendants)
22718         (speedbar-toggle-line-expansion)
22719         (speedbar-contract-line-descendants): New commands.
22721         (speedbar-query-confirmation-method, speedbar-select-frame-method)
22722         (speedbar-use-tool-tips-flag): New options.
22724         (speedbar-check-read-only, speedbar-require-version)
22725         (speedbar-insert-separator, speedbar-buffers-tail-notes)
22726         (speedbar-handle-delete-frame, speedbar-try-completion)
22727         (speedbar-update-localized-contents): New functions.
22729         (speedbar-incompatible-version, speedbar-ro-to-do-point)
22730         (speedbar-object-read-only-indicator): New variables.
22732         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
22733         New hooks.
22735         (speedbar-separator-face): New face.
22737         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
22738         (speedbar-ignored-modes): Add fundamental-mode.
22739         (speedbar-directory-unshown-regexp): Add . directories.
22741         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
22742         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
22743         `]' for full expand/close.
22744         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
22746         (speedbar-check-vc): Support hidden files.
22747         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
22748         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
22749         state is nil, it is not checked out.
22751         (speedbar-line-text, speedbar-line-token): Support expand buttons
22752         with no text.
22753         (speedbar-refresh): Universal argument acts as power-click.
22754         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
22755         that buffer to get variable values.
22757         And many other bugfixes.
22759         * dframe.el, ezimage.el, sb-image.el: New files.
22761         * sb-*.xpm: Remove files.  New image files installed into
22762         etc/images/ezimage.
22764 2005-09-30  Kenichi Handa  <handa@m17n.org>
22766         * ps-mule.el (ps-mule-show-warning): If a character is in
22767         ps-print-translation-table, don't treat it as non-printable.
22769 2005-09-30  David Ponce  <david@dponce.com>
22771         * tree-widget.el (tree-widget-themes-load-path): New variable.
22772         (tree-widget-themes-directory): Doc fix.
22773         (tree-widget-image-formats) [Emacs]: Doc fix.
22774         (tree-widget--locate-sub-directory): New function.
22775         (tree-widget-themes-directory): Use it.
22777         * recentf.el (recentf-filename-handlers): Rename from
22778         `recentf-filename-handler'.  Allow a list of functions.
22779         (recentf-menu-items-for-commands): Fix :help strings.
22780         (recentf-apply-filename-handlers): New function.
22781         (recentf-expand-file-name): Use it.
22782         (recentf-cleanup): Remove duplicates too.
22784 2005-09-29  Juri Linkov  <juri@jurta.org>
22786         * faces.el: Rearrange face definitions to be in the same order as
22787         their face descriptions in "(emacs)Standard Faces".
22789         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
22791         * tooltip.el (tooltip): Add group `basic-faces'.
22793         * buff-menu.el (Buffer-menu-buffer): Remove group
22794         `font-lock-highlighting-faces'.
22796         * progmodes/compile.el (compilation-error, compilation-warning)
22797         (compilation-info, compilation-line-number, compilation-column-number):
22798         Change group from `font-lock-highlighting-faces' to `compilation'.
22800         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22801         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
22802         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
22803         (vhdl-font-lock-reserved-words-face)
22804         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
22805         `font-lock-highlighting-faces'.
22807         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
22809 2005-09-28  Kim F. Storm  <storm@cua.dk>
22811         * emulation/cua-base.el: Set CUA move property on additional commands:
22812         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
22813         forward-sexp, backward-sexp, forward-list, backward-list.
22815 2005-09-28  Romain Francoise  <romain@orebokech.com>
22817         * comint.el (comint-show-output): Really set point at the
22818         beginning of the output when not using `comint-use-prompt-regexp'.
22820 2005-09-27  Jay Belanger  <belanger@truman.edu>
22822         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
22823         in TeX mode.
22825 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
22827         * textmodes/org.el (org-table-sum): Fix format string.
22829         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
22830         Quote face names.
22832 2005-09-26  Romain Francoise  <romain@orebokech.com>
22834         * isearch.el (isearch-forward-regexp): Close doc string.
22836 2005-09-25  Richard M. Stallman  <rms@gnu.org>
22838         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
22840         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
22842         * progmodes/compile.el (compilation-error-properties):
22843         When getting the file from the previous error message,
22844         correctly decode the new data format.
22846         * progmodes/cc-cmds.el (c-electric-paren):
22847         Call old-blink-paren only for close-paren.
22849 2005-09-24  Andreas Schwab  <schwab@suse.de>
22851         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
22852         condition.
22854 2005-09-25  Romain Francoise  <romain@orebokech.com>
22856         * dired-aux.el (dired-copy-file-recursive):
22857         * dired.el (dired-delete-file):
22858         * ediff-mult.el (ediff-dir-diff-copy-file):
22859         * ediff-util.el (ediff-test-save-region):
22860         * forms.el (forms-mode):
22861         * ido.el (ido-file-internal, ido-delete-file-at-head):
22862         * log-edit.el (log-edit-done):
22863         * ses.el (ses-yank-resize):
22864         * play/gomoku.el (gomoku-human-plays, gomoku)
22865         (gomoku-human-resigns, gomoku-prompt-for-other-game)
22866         (gomoku-offer-a-draw):
22867         * play/landmark.el (lm-human-resigns, lm):
22868         * net/eudcb-ldap.el (eudc-ldap-check-base):
22869         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
22870         * progmodes/ebrowse.el (ebrowse-find-pattern):
22871         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
22872         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
22873         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
22875         * vc.el (vc-delete-file):
22876         * play/gomoku.el (gomoku-terminate-game, gomoku)
22877         (gomoku-prompt-for-move, gomoku-human-takes-back):
22878         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
22879         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
22881 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
22883         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
22884         color rxvt terminals by using the code xterm.el used to use before
22885         2005-04-09 in order to match the colors used by rxvt.
22887 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22889         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
22890         colors rxvt-unicode terminals by using the same code as xterm.el.
22892 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22894         * textmodes/tex-mode.el (tex-font-lock-append-prop)
22895         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
22896         new symbol used for the tex-verbatim face.
22898 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22900         * woman.el (woman-file-name):
22901         * wid-edit.el (widget-file-prompt-value)
22902         (widget-coding-system-prompt-value):
22903         * w32-fns.el (set-w32-system-coding-system):
22904         * vc.el (vc-version-diff, vc-annotate):
22905         * textmodes/reftex-auc.el (reftex-arg-cite)
22906         (reftex-arg-index-tag):
22907         * textmodes/refer.el (refer-get-bib-files):
22908         * textmodes/artist.el (artist-figlet-choose-font):
22909         * terminal.el (terminal-emulator):
22910         * replace.el (occur-read-primary-args):
22911         * rect.el (string-rectangle, string-insert-rectangle):
22912         * ps-print.el (ps-print-preprint):
22913         * progmodes/pascal.el (pascal-goto-defun):
22914         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
22915         * progmodes/compile.el (compilation-find-file):
22916         * printing.el (pr-interactive-n-up):
22917         * play/animate.el (animate-birthday-present):
22918         * net/rcompile.el (remote-compile):
22919         * man.el (man, Man-goto-section, Man-follow-manual-reference):
22920         * mail/rmailsum.el (rmail-summary-search-backward)
22921         (rmail-summary-search):
22922         * mail/rmailout.el (rmail-output-read-rmail-file-name)
22923         (rmail-output-read-file-name):
22924         * mail/rmail.el (rmail-search, rmail-search-backwards):
22925         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
22926         * locate.el (locate):
22927         * international/quail.el (quail-show-keyboard-layout):
22928         * international/mule.el (set-buffer-file-coding-system)
22929         (revert-buffer-with-coding-system, set-file-name-coding-system)
22930         (set-terminal-coding-system, set-keyboard-coding-system)
22931         (set-next-selection-coding-system):
22932         * international/mule-diag.el (describe-coding-system)
22933         (describe-font, describe-fontset):
22934         * international/mule-cmds.el (universal-coding-system-argument)
22935         (search-unencodable-char, describe-input-method)
22936         (set-language-environment, describe-language-environment):
22937         * international/codepage.el (codepage-setup):
22938         * international/code-pages.el (codepage-setup):
22939         * info.el (Info-search, Info-follow-reference)
22940         (Info-search-backward):
22941         * emacs-lisp/advice.el (ad-read-advised-function)
22942         (ad-read-advice-class, ad-clear-cache, ad-activate)
22943         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
22944         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
22945         (ad-read-regexp):
22946         * ediff-util.el (ediff-toggle-regexp-match):
22947         * ediff-ptch.el (ediff-prompt-for-patch-file):
22948         * dired-aux.el (dired-diff):
22949         * diff.el (diff):
22950         * cus-edit.el (custom-variable-prompt):
22951         * calendar/timeclock.el (timeclock-ask-for-project):
22952         * calc/calcalg3.el (calc-get-fit-variables):
22953         * calc/calc-store.el (calc-edit-variable)
22954         (calc-permanent-variable):
22955         * vc-mcvs.el (vc-mcvs-register):
22956         * shadowfile.el (shadow-define-literal-group):
22957         * woman.el (woman-file-name):
22958         * vc.el (vc-version-diff, vc-merge):
22959         * textmodes/reftex-index.el (reftex-index-complete-tag):
22960         * format.el (format-decode-buffer, format-decode-region):
22961         * emulation/viper-cmd.el (viper-read-string-with-history):
22962         * emacs-lisp/debug.el (cancel-debug-on-entry):
22963         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
22964         * ediff.el (ediff-merge-revisions)
22965         (ediff-merge-revisions-with-ancestor, ediff-revision):
22966         * completion.el (interactive-completion-string-reader):
22967         * calc/calc-prog.el (calc-user-define-formula):
22968         Follow convention for reading with the minibuffer.
22970 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
22972         * progmodes/python.el (python-describe-symbol): Add globals() and
22973         locals() to the arguments of emacs.ehelp.
22975 2005-09-24  Magnus Henoch  <mange@freemail.hu>
22977         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
22978         New function, code extracted from ispell-valid-dictionary-list.
22979         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
22980         Call it.
22982 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
22984         * subr.el (version-regexp-alist): Extend valid syntax for version
22985         strings: allow any of the characters -,_,+ to separate the
22986         alpha/beta/rc part from the version part.  Doc fix.
22987         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
22989 2005-09-23  David Reitter  <david.reitter@gmail.com>
22991         * mail/mailclient.el: New file.
22993 2005-09-23  Richard M. Stallman  <rms@gnu.org>
22995         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
22996         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
22997         Doc fixes.
22999         * progmodes/cc-mode.el (c-font-lock-init):
23000         Specify font-lock-lines-before.
23002 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23004         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23005         whole conflict.
23007 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
23009         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23010         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
23011         of `remap' feature when available.  Additional key bindings for
23012         better tty support.
23013         (org-mode-restart, org-force-self-insert): New commands.
23014         (org-time-stamp-inactive): New command.
23015         (org-remap): New function.
23016         (org-table-auto-blank-field, org-level-color-stars-only): New options.
23017         (org-enable-fixed-width-editor): Move to `org-structure'
23018         customization group.
23019         (org-self-insert-command, orgtbl-self-insert-command): Modify to
23020         blank field after field motion commands.
23022 2005-09-23  Kenichi Handa  <handa@m17n.org>
23024         * international/mule-cmds.el (set-language-environment):
23025         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23026         have to call utf-translate-cjk-load-tables.
23028 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23030         * mouse.el (mouse-move-drag-overlay): Fix last change.
23032 2005-09-22  David Ponce  <david@dponce.com>
23034         * tree-widget.el (tree-widget-value-create): Fix previous change.
23036 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
23038         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23040 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23042         * mouse.el (mouse-move-drag-overlay): New function.
23043         (mouse-drag-region-1): Use it.
23044         Try to simplify a bit the state handling.  Handle clicks on links
23045         inside intangible areas.
23046         (mouse-save-then-kill): Minor simplification.
23047         (mouse-secondary-overlay): Make it always non-nil instead of
23048         recreating it each time.
23049         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23050         (mouse-kill-secondary, mouse-secondary-save-then-kill):
23051         Simplify accordingly.
23053 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
23055         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23057 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
23059         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23060         (ediff-file-name-sans-prefix): Treat nil as an empty string.
23061         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23062         to patch.
23064         * ediff-util.el: Use insert-buffer-substring.
23066         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23068         * emulation/viper-cmd.el (viper-change-state): Don't move over the
23069         field boundaries in the minibuffer.
23070         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23071         (viper-minibuffer-post-command-hook): New hook.
23072         (viper-line): Don't move cursor at bolp.
23074         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23076         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23077         avoid compiler warnings.
23079         * emulation/viper-macs.el (ex-map): Better messages.
23081         * emulation/viper-utils.el (viper-beginning-of-field): New function.
23083         * emulation/viper.el: Replace make-variable-buffer-local with
23084         viper-make-variable-buffer-local everywhere, to avoid warnings.
23086 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23088         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23089         Delete unused var `old-selected-window'.
23090         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23091         (mouse-drag-secondary): Delete unused var `start-frame'.
23093 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
23095         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23097 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23099         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23100         Re-indent within 80 columns.  Use inhibit-read-only.
23102 2005-09-19  Romain Francoise  <romain@orebokech.com>
23104         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23106 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23108         * font-lock.el (font-lock-default-fontify-region): Don't add a line
23109         unconditionally, since the after-change-function already did it.
23111 2005-09-19  Miles Bader  <miles@gnu.org>
23113         * net/newsticker.el: Get rid of CVS keyword.
23115 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23117         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23118         The prompt is formatted later.
23120 2005-09-19  David Ponce  <david@dponce.com>
23122         * tree-widget.el (tree-widget-value-create): Save the converted
23123         tree :node widget.
23125 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
23127         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23128         variable `message'.
23130 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
23132         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23133         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
23134         <slawomir.nowaczyk.847@student.lu.se>.
23136 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
23138         * image.el (image-load-path): Use symbol `data-directory' instead
23139         of its value, for backward compatibility with packages that bind
23140         it during `find-image'.  Suggested by Katsumi Yamaoka.
23141         (image-search-load-path): Handle symbols whose values are strings.
23143 2005-09-18  Romain Francoise  <romain@orebokech.com>
23145         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23146         with-current-buffer form in save-excursion.
23148 2005-09-18  Deepak Goel  <deego@gnufans.org>
23150         * apropos.el (apropos-command): Fix `message' call: first arg
23151         should be a format spec.  In this and all other cases that appear
23152         below and elsewhere in the source code, I made a change only when
23153         two conditions were satisfied: [1] I can think of a possibility
23154         that the arguments would cause an error, for example, the code in
23155         question relies on external variables such as filenames.  [2] I
23156         was sure that the arg to `message' could not have been nil in the code.
23158         * textmodes/tildify.el (tildify-region): Ditto.
23160         * textmodes/reftex-index.el (reftex-index-change-entry)
23161         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23162         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23163         * textmodes/org.el (org-complete, org-deadline, org-schedule)
23164         (org-priority, org-table-sum):
23165         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23166         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23167         (flyspell-word, flyspell-display-next-corrections):
23168         * textmodes/bibtex.el (bibtex-print-help-message):
23169         * textmodes/artist.el (artist-key-set-point-poly):
23170         * term/mac-win.el (mac-services-insert-text):
23171         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23172         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23173         (vhdl-port-paste-testbench, vhdl-compose-new-component)
23174         (vhdl-compose-configuration):
23175         * progmodes/sh-script.el (sh-blink, sh-show-indent)
23176         (sh-set-indent, sh-learn-line-indent):
23177         * progmodes/ps-mode.el (ps-mode-target-column):
23178         * progmodes/idlwave.el (idlwave-make-tags)
23179         (idlwave-scan-library-catalogs):
23180         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23181         * progmodes/gud.el (gud-jdb-analyze-source):
23182         * progmodes/flymake.el (flymake-log):
23183         * progmodes/ebnf2ps.el (ebnf-generate-region):
23184         * progmodes/cmacexp.el (c-macro-expansion):
23185         * progmodes/ada-xref.el (ada-treat-cmd-string):
23186         * progmodes/ada-mode.el (ada-create-case-exception-substring)
23187         (ada-justified-indent-current, ada-batch-reformat):
23188         * play/zone.el (zone):
23189         * play/landmark.el (lm-move):
23190         * play/decipher.el (decipher-show-alphabet):
23191         * net/newsticker.el (newsticker--display-jump)
23192         (newsticker--display-scroll):
23193         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23194         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23195         * mail/feedmail.el (feedmail-dump-message-to-queue):
23196         * eshell/esh-proc.el (eshell-remove-process-entry):
23197         * emulation/ws-mode.el (ws-last-error):
23198         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23199         (viper-record-kbd-macro):
23200         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23201         * emacs-lisp/lisp-mnt.el (lm-report-bug):
23202         * emacs-lisp/find-func.el (find-function-noselect):
23203         * calendar/timeclock.el (timeclock-status-string)
23204         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23205         (timeclock-when-to-leave-string):
23206         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23207         * calc/calc-units.el (calc-enter-units-table):
23208         * calc/calc-mode.el (calc-mode-record-mode):
23209         * woman.el (woman-mini-help):
23210         * wdired.el (wdired-change-to-wdired-mode):
23211         * vc.el (vc-retrieve-snapshot):
23212         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23213         * startup.el (display-startup-echo-area-message):
23214         * simple.el (set-goal-column):
23215         * ses.el (ses-command-hook, ses-recalculate-cell):
23216         * server.el (server-process-filter):
23217         * printing.el (pr-interface-txt-print, pr-interface-printify)
23218         (pr-interface-ps):
23219         * pcvs.el (cvs-help):
23220         * log-edit.el (log-edit, log-edit-mode-help):
23221         * iswitchb.el (iswitchb-possible-new-buffer):
23222         * isearch.el (isearch-edit-string):
23223         * image-mode.el (image-mode, image-minor-mode):
23224         * ibuf-macs.el (define-ibuffer-filter):
23225         * hi-lock.el (hi-lock-find-patterns):
23226         * files.el (toggle-read-only):
23227         * ediff-util.el (ediff-copy-diff)
23228         (ediff-write-merge-buffer-and-maybe-kill):
23229         * echistory.el (Electric-history-undefined):
23230         * dnd.el (dnd-insert-text):
23231         * dired-aux.el (dired-query):
23232         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23233         * bookmark.el (bookmark-bmenu-locate):
23234         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23235         Fix `message' calls to ensure first arg is a format string.
23236         The change was made only when these two conditions were satisfied:
23237         [1] when there is a possibility that the arguments would cause an error
23238         for example, if the code in question relies on external variables
23239         such as filenames, and
23240         [2] if the arg to `message' could not have been nil in the code.
23242         * pcomplete.el (pcomplete--help): Fix `message' format spec.
23243         Not having a %s would be weird, though not technically wrong.
23245 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23247         * term/mac-win.el (mac-add-charset-info): Doc fix.
23249 2005-09-17  Romain Francoise  <romain@orebokech.com>
23251         * shell.el (shell-resync-dirs): Handle echoing processes more
23252         reliably.  Don't insert resync command if `comint-process-echoes'
23253         is non-nil.
23255 2005-09-17  Magnus Henoch  <mange@freemail.hu>
23257         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23258         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23259         aspell versions >= 0.60.
23260         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23261         only if ispell-aspell-supports-utf8 is non-nil.
23263 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23265         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23266         buffer-local value to lisp-indent-function.
23268 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
23270         * progmodes/glasses.el (glasses-make-readable): If
23271         glasses-separator differs from underscore, put appropriate
23272         overlays over underscore characters.
23273         (glasses-convert-to-unreadable): If glasses-separator differs from
23274         underscore, try to convert glasses-separator characters to
23275         underscores.
23277 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23279         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23280         Use with-syntax-table and dolist.
23282 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
23284         * textmodes/reftex-auc.el:
23285         * textmodes/reftex-cite.el:
23286         * textmodes/reftex-dcr.el:
23287         * textmodes/reftex-global.el:
23288         * textmodes/reftex-parse.el:
23289         * textmodes/reftex-ref.el:
23290         * textmodes/reftex-sel.el:
23291         * textmodes/reftex-toc.el:
23292         * textmodes/reftex-vars.el:
23293         * textmodes/reftex.el: Small changes to remove compiler warnings.
23295         * textmodes/reftex-index.el: Likewise.
23296         (reftex-query-index-phrase): More efficient use of markers.
23298 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23300         * image.el (image-load-path): New variable.
23301         (image-search-load-path): New function.
23302         (find-image): Search for images in `image-load-path'.
23304 2005-09-15  Richard M. Stallman  <rms@gnu.org>
23306         * follow.el: Change Maintainer field.
23308 2005-09-15  David Ponce  <david@dponce.com>
23310         * recentf.el (recentf-save-file-modes): New option.
23311         (recentf-save-list): Use it.
23313 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
23315         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23316         (mode-line-mule-info, mode-line-modified): Move bindings from
23317         mouse-3 to mouse-1.
23319 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23321         * simple.el (sendmail-user-agent-compose): Revert last change.
23323 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23325         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23326         Use with-current-buffer.
23327         (ange-ftp-gwp-start): Remove unused var `gw-user'.
23328         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23329         (ange-ftp-insert-directory): Remove unused var `short'.
23330         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23332         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23333         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23335         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23336         (check-calendar-holidays, diary-list-entries): Autoload.
23337         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23338         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23340         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23341         which mistakenly removed a call to display-buffer.
23343 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
23345         * obsolete/iso-insert.el: Move to obsolete/ from international/.
23347 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
23349         * progmodes/hideshow.el
23350         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23351         (hs-allow-nesting): New user var.
23352         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23353         (hs-hide-block-at-point): When nesting allowed,
23354         if there is already an overlay in place, delete it.
23355         (hs-safety-is-job-n): Delete func; remove call sites.
23356         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23357         (hs-overlay-at): New func.
23358         (hs-already-hidden-p, hs-show-block): Use it.
23359         (hs-hide-all): Don't pre-clean if nesting allowed.
23360         (hs-show-all): Temporarily disallow
23361         nesting around call to `hs-discard-overlays'.
23363 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
23365         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23366         Delete unused local var.
23368 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
23370         * help-fns.el (describe-categories): "?\ " -> "?\s".
23371         (help-do-arg-highlight): Recognize also ARG-n, as in
23372         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
23374         * international/codepage.el (dos-unsupported-char-glyph):
23375         * net/newsticker.el (tool-bar-map, w3-mode-map)
23376         (w3m-minor-mode-map):
23377         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23378         (ent-alist):
23379         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23381 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
23383         * custom.el (custom-push-theme): Handle the case where a symbol is
23384         bound but face properties have not yet been assigned.
23386         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23387         Fix behavior if noerase is `t' and there is no mail buffer.
23389         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23390         if `continue' is nil, rather than signal an error.
23392 2005-09-12  Richard M. Stallman  <rms@gnu.org>
23394         * font-lock.el (font-lock-keywords): Add autoload.
23396         * help-fns.el (describe-variable): Rearrange to put source link
23397         in a predictable place.
23399         * net/newsticker.el: New file.
23401 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23403         * calendar/calendar.el (calendar-for-loop): Add edebug info.
23404         (calendar-basic-setup): Use the new nil arg.
23405         (number-of-diary-entries): Move to diary-lib.el.
23407         * calendar/diary-lib.el: Use with-current-buffer, match-string.
23408         (diary-list-entries): Use with-syntax-table and dolist.
23409         Rename from list-diary-entries.
23410         Use number-of-diary-entries if `number' is nil.
23411         (diary, diary-view-entries): Use this new name and new nil arg value.
23412         (number-of-diary-entries): Move from calendar.el.
23413         (diary-unhide-everything): New function.
23414         (include-other-diary-files, fancy-diary-display)
23415         (diary-show-all-entries, make-diary-entry): Use it.
23416         (diary-mail-entries): Use buffer-string.
23417         (mark-diary-entries): Fix long standing paren typo.
23418         (diary-sexp-entry): Use count-lines.
23419         (make-diary-entry): Avoid `previous-line'.
23420         (diary-mode-map): New var.
23421         (diary-mode): Redraw cal after saving.  Setup header-line.
23422         (fancy-diary-display-mode): Use local-set-key.
23424         * startup.el (command-line): Try calling various terminal-init-foo-bar
23425         functions by stripping hyphenated suffixes from $TERM.
23427         * files.el (normal-mode): Check boundness of font-lock-keywords.
23429 2005-09-12  Richard M. Stallman  <rms@gnu.org>
23431         * progmodes/compile.el: Don't decide a file's directory
23432         until the user actually tries to go there.
23433         (compilation-next-error-function):
23434         Pass compilation-find-file the directory from the file-struct.
23435         (compilation-internal-error-properties): Separate local FILE-STRUCT
23436         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
23437         (compilation-find-file): Arg DIR renamed to DIRECTORY.
23438         Expand it, and if nil, use default-directory.
23439         (compilation-get-file-structure): Don't mix specified directory
23440         with default directory.  Put specified directory into
23441         file-struct.  Don't make the file name absolute.
23443         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23444         (compile-command): Add autoload.
23445         (compilation-disable-input): Add autoload.
23447 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
23449         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
23450         strings of the variables it can override.
23451         (time-stamp): New (as yet undocumented) time-stamp-format escapes
23452         %Q and %q, for fully-qualified domain name and unqualified host name.
23454 2005-09-11  Kim F. Storm  <storm@cua.dk>
23456         * emacs-lisp/authors.el (authors-aliases): Update list.
23457         (authors-fixed-entries): Update mldrag.el entry.
23459 2005-09-10  Alan Mackenzie  <acm@muc.de>
23461         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
23462         from the region narrowed to.
23464 2005-09-10  Magnus Henoch  <mange@freemail.hu>
23466         * textmodes/ispell.el (ispell-check-version): Signal an error if
23467         aspell version is less than 0.60.
23469 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
23471         * progmodes/octave-inf.el (inferior-octave-startup):
23472         Resync current dir at the end.
23474 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
23476         * woman.el (woman-topic-at-point-default):
23477         Rename to woman-use-topic-at-point-default.
23478         (woman-topic-at-point): Rename to woman-use-topic-at-point.
23479         (woman-file-name): Reflect renames above.  Automatically use the
23480         word at point as topic if woman-use-topic-at-point is non-nil.
23481         Otherwise offer it as default but don't insert it in the
23482         minibuffer.  Also use `test-completion' instead of `assoc' as
23483         suggested by Stefan Monnier.
23485 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
23487         * vc.el (vc-directory, vc-update-change-log): Throw an error on
23488         the attempt to do it over Tramp.  This is not yet supported.
23490 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
23492         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
23493         (menu-bar-non-minibuffer-window-p): New functions.
23494         ("Split Window", "Save As..."): Use them.
23495         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
23496         ("Print Buffer", "Truncate Long Lines in this Buffer"):
23497         Use menu-bar-menu-frame-live-and-visible-p.
23498         ("Save Buffer", "Insert File", "Open Directory...")
23499         ("Open File...", "Visit New File..."):
23500         Use menu-bar-non-minibuffer-window-p.
23501         (kill-this-buffer-enabled-p, dired <menu-enable>):
23502         Use menu-bar-non-minibuffer-window-p.
23504 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
23506         * cus-start.el (all): Don't complain about fringe-related
23507         built-ins if fringes are not supported.  Ditto about
23508         selection-related built-ins.  Fix the test for GTK-related built-ins.
23510         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
23511         ("Postscript Print Buffer", "Print Region", "Save As...")
23512         ("Save", "Insert File...", "Open Directory...")
23513         ("Open File...", "Visit New File..."")
23514         ("Truncate Long Lines in this Buffer"): Don't look at
23515         menu-updating-frame if this display does not support multiple frames.
23517 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23519         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
23521 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
23523         * woman.el: Format- and whitespace-related changes.
23525 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
23527         * woman.el: Fix my email address.
23529 2005-09-08  Richard M. Stallman  <rms@gnu.org>
23531         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
23532         (sh-mode): Locally set skeleton-pair-default-alist.
23534         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
23536         * progmodes/flymake.el: Require `compile' unconditionally.
23538         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
23540         * woman.el (woman-file-name): Provide a default, not initial input.
23542         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
23544         * font-lock.el (font-lock-support-mode): Doc fix.
23546         * descr-text.el (describe-property-list): Handle non-symbol prop names.
23548 2005-09-08  Richard M. Stallman  <rms@gnu.org>
23550         * simple.el (blink-matching-open): Get rid of text props from
23551         the string shown in echo area.  Don't permanently set point.
23552         Some rearrangements.
23554 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23556         * recentf.el (recentf-filename-handler): Add custom choice
23557         `abbreviate-file-name'.
23559         * msb.el (msb--very-many-menus): Fix typo.
23561         * disp-table.el (standard-display-european): Don't set
23562         enable-multibyte-characters to nil.
23564 2005-09-08  David Ponce  <david@dponce.com>
23566         * recentf.el (recentf-show-file-shortcuts-flag): New option.
23567         (recentf-expand-file-name): Doc fix.
23568         (recentf-dialog-mode-map): Define digit shortcuts.
23569         (recentf--files-with-key): New variable.
23570         (recentf-show-digit-shortcut-filter): New function.
23571         (recentf-open-files-items): New function.
23572         (recentf-open-files): Use it.
23573         (recentf-open-file-with-key): New command.
23575 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
23577         * buff-menu.el (Buffer-menu-sort-by-column): New function.
23578         Suggested by Kim F. Storm.
23579         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
23580         (Buffer-menu-make-sort-button): Use global keymap.
23582 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
23584         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
23585         (Man-getpage-in-background-advice): Remove defadvice; it isn't
23586         necessary any longer with the remapped command.
23587         (Man-bgproc-sentinel-advice): Remove defadvice which counts
23588         formatting time only.
23590         * net/tramp.el (tramp-action-password)
23591         (tramp-multi-action-password): Compile the password prompt from
23592         `method', `user' and `host'.  Sometimes it isn't obvious which
23593         password to enter, for example with remote files offered by
23594         recentf.el, or with multiple steps.  Suggested by Robert Marshall
23595         <robert@chezmarshall.freeserve.co.uk>.
23597 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23599         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
23600         Fix regexp for when "s///" is at the beginning of line.
23602 2005-09-07  Jay Belanger  <belanger@truman.edu>
23604         * calc/calc-poly.el (math-expand-term): Multiply out any powers
23605         when in matrix mode.
23607 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23609         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
23610         non-anonymous functions.
23612 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
23614         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
23615         when using a header line.  Otherwise, use mouse-1-click-follows-link.
23617         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
23618         can't be moved; don't signal an error.
23620 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
23622         * cus-theme.el (custom-theme-write-faces): Save the current face
23623         spec, not the defface spec.
23625         * custom.el (custom-known-themes): Clarify meaning of "standard".
23626         (custom-push-theme): Save old values in the standard theme.
23627         (disable-theme): Correct typo.
23628         (custom-face-theme-value): Deleted unused function.
23629         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
23631 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23633         * progmodes/compile.el (compilation-goto-locus): Take into account
23634         iconified frames when determining whether the buffer is
23635         already visible.
23636         Don't reset window height if the window already existed.
23638 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
23640         * custom.el (load-theme): Rename from require-theme.
23641         Add interactive spec.
23642         (enable-theme): Rename from custom-enable-theme.
23643         Add interactive spec.
23644         (disable-theme): Rename from custom-disable-theme.
23645         Add interactive spec.
23646         (custom-make-theme-feature): Doc fix.
23647         (custom-theme-directory): Doc fix.
23648         (provide-theme): Call enable-theme.
23650 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23652         * obsolete/lazy-lock.el (lazy-lock-mode):
23653         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
23654         font-lock-mode if it's off.  Print a warning instead.
23656         * progmodes/compile.el (compilation-start): Ignore errors if the
23657         process died before we get to send-eof.
23659         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
23660         Undo last change.  Enclosing the result in quotes broke things on Unix
23661         since tex-send-command passes it through shell-quote-argument.
23662         (tex-send-command): Pass `file' through convert-standard-filename
23663         when possible.
23664         (tex-uptodate-p): Handle the case where TeX hasn't put additional
23665         info in a transcript.
23667 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
23669         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
23670         fix compilation warning.  Reorder the key definitions to group
23671         together keys emitted by the current version of xterm.
23673         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
23674         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
23675         Reorder predicates to correct min-color usage.
23677 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
23679         * longlines.el (longlines-mode): Inhibit read-only when encoding.
23680         Kill local variables when longlines-mode is turned off.
23682 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23684         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
23686         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
23688         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
23690         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
23691         (font-lock-lines-before): Change default to being inactive.
23692         (font-lock-default-fontify-region): Obey font-lock-lines-before.
23693         (font-lock-after-change-function): Don't handle f-l-lines-before here.
23695 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
23697         * net/tramp.el (tramp-handle-make-auto-save-file-name):
23698         Deactivate temporarily advice if active (not needed for Emacs 22,
23699         but for backwards compatibility).
23700         (tramp-exists-file-name-handler): Rewrite.  First implementation
23701         was too simple.
23702         (tramp-advice-make-auto-save-file-name):
23703         Call `tramp-handle-make-auto-save-file-name' (again, just for
23704         backwards compatibility).
23706 2005-08-31  Reto Zimmermann  <reto@gnu.org>
23708         * progmodes/vhdl-mode.el
23709         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
23710         (vhdl-end-p): Fix indentation bug "else" after "-- when".
23711         (vhdl-set-default-project): New function (easier setting of default).
23712         (vhdl-port-copy): Handle extended identifiers for generics.
23713         (vhdl-compiler-alist): Better description for error message regexp.
23714         (vhdl-make): Query for target, use previous as default.
23715         (vhdl-port-copy): Fix port copy for port names starting with "signal".
23716         (vhdl-font-lock-keywords-2): Fix fontification for record
23717         el. assign.
23718         (vhdl-speedbar-make-subpack-line): Add package body link.
23719         (vhdl-generate-makefile-1): Not include itself as dependency.
23720         (vhdl-font-lock-init): Highlight c-preprocessor directives.
23721         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
23722         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
23723         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
23724         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
23725         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
23726         (vhdl-import-project): Add string argument for `error'.
23727         (vhdl-compose-configuration)
23728         (vhdl-compose-configuration-architecture): Add configuration
23729         declaration generation.
23730         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
23731         (vhdl-trailer-re): Add "record" keyword (better indentation).
23732         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
23733         "[^ \t-\"]+".
23734         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
23735         (vhdl-testbench-entity-file-name)
23736         (vhdl-testbench-architecture-file-name): Allow separate
23737         customization of testbench file names.
23738         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
23739         (vhdl-get-visible-signals): Allow newline within alias declaration.
23740         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
23741         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
23742         (member-ignore-case): Alias for missing function in XEmacs.
23743         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
23744         (vhdl-update-sensitivity-list): Ignore case on read signals.
23745         (vhdl-replace-string): Adjust case only for file names.
23746         (vhdl-update-sensitivity-list): Fix search for read signals.
23747         (vhdl-update-sensitivity-list): Exclude formal parameters.
23748         (vhdl-get-visible-signals): Include aliases of signals.
23749         (vhdl-get-visible-signals): Fix signal name searching.
23750         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
23751         (vhdl-fixup-whitespace-region): Fix for character
23752         literals (e.g. `:').
23754 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
23756         * ansi-color.el (comint-last-output-start):
23757         * bs.el (font-lock-verbose):
23758         * diff-mode.el (add-log-buffer-file-name-function):
23759         * dired-x.el (vm-folder-directory):
23760         * faces.el (help-xref-stack-item):
23761         * files.el (font-lock-keywords):
23762         * find-lisp.el (dired-buffers, dired-subdir-alist):
23763         * ido.el (cua-inhibit-cua-keys):
23764         * log-view.el (cvs-minor-wrap-function):
23765         * outline.el (font-lock-warning-face):
23766         * simple.el (compilation-current-error):
23767         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
23768         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
23769         * tooltip.el (comint-prompt-regexp):
23770         * w32-fns.el (explicit-shell-file-name):
23771         * term/mac-win.el (mac-charset-info-alist)
23772         (mac-services-selection, mac-system-script-code):
23773         * term/tty-colors.el (msdos-color-values):
23774         * term/w32-win.el (xlfd-regexp-registry-subnum):
23775         * term/x-win.el (x-keysym-table, x-selection-timeout)
23776         (x-session-id, x-session-previous-id):
23777         * textmodes/ispell.el (mail-yank-prefix):
23778         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
23779         * textmodes/org.el (calc-embedded-close-formula)
23780         (calc-embedded-open-formula)
23781         (font-lock-unfontify-region-function):
23782         * textmodes/reftex-global.el (isearch-next-buffer-function)
23783         (TeX-master):
23784         * textmodes/reftex.el (font-lock-keywords):
23785         * textmodes/tex-mode.el (font-lock-comment-face)
23786         (font-lock-doc-face):
23787         * textmodes/texinfo.el (outline-heading-alist):
23788         Add defvars.
23790         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
23791         (artist-spray-chars, artist-mode-init, artist-replace-string)
23792         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
23793         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
23794         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
23796         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
23797         (conf-align-assignments): "?\ " -> "?\s".
23799         * textmodes/reftex-index.el (TeX-master): Add defvar.
23800         (reftex-index-phrases-marker): Move up defvar.
23802         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
23803         (reftex-toc-include-labels-indicator)
23804         (reftex-toc-include-index-indicator)
23805         (reftex-toc-max-level-indicator): Move up declarations.
23807         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
23808         of args to `tramp-run-real-handler', even if it's empty in this case.
23810 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23812         * dired.el (dired-move-to-filename-regexp): Add date format for
23813         Mac OS X 10.3 in East Asian locales.
23815 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
23817         * files.el (make-auto-save-file-name): Add file name handler call
23818         if applicable.
23820         * net/tramp.el (tramp-file-name-handler-alist)
23821         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
23822         (tramp-handle-make-auto-save-file-name): Rename from
23823         `tramp-make-auto-save-file-name'.
23824         (tramp-exists-file-name-handler): New defun.
23825         (tramp-advice-make-auto-save-file-name): Make defadvice only when
23826         `make-auto-save-file-name' is not a magic file name operation.
23828 2005-08-30  Richard M. Stallman  <rms@gnu.org>
23830         * files.el (risky-local-variable-p):
23831         Match `-predicates' and `-commands.
23833         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
23834         (custom-save-all): Visit the file if necessary;
23835         kill the buffer if we created it.
23836         (custom-save-delete): Don't visit file or kill buffer here.
23838 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
23840         * textmodes/org.el (org-special-keyword): New face.
23841         (org-table-copy-down, org-table-eval-formula)
23842         (org-table-recalculate, org-init-section-numbers):
23843         Use `string-to-number' instead of `string-to-int'.
23844         (org-get-location): Use `insert-buffer-substring' instead of
23845         `insert-buffer'.
23846         (org-modify-diary-entry-string): New function.
23847         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
23848         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
23849         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
23850         active region.
23851         (org-export-as-html): Handle QUOTE keyword.
23852         (org-quote-string): New option.
23853         (org-bookmark-jump-unhide): New function, used for
23854         `bookmark-after-jump-hook'.
23855         (org-diary-default-entry): Apply only when not called through
23856         `org-agenda'.
23858 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
23860         * net/eudc.el (mode-popup-menu):
23861         * play/handwrite.el (ps-printer-name, ps-lpr-command):
23862         * progmodes/ada-mode.el (compile-auto-highlight)
23863         (skeleton-further-elements):
23864         * progmodes/autoconf.el (font-lock-syntactic-keywords):
23865         * progmodes/cmacexp.el (msdos-shells):
23866         * progmodes/compile.el (font-lock-extra-managed-props)
23867         (font-lock-keywords, font-lock-maximum-size)
23868         (font-lock-support-mode):
23869         * progmodes/grep.el (font-lock-lines-before):
23870         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
23871         * progmodes/mixal-mode.el (compile-command):
23872         * progmodes/perl-mode.el (font-lock-comment-face)
23873         (font-lock-doc-face, font-lock-string-face):
23874         * progmodes/prolog.el (comint-prompt-regexp):
23875         * progmodes/sh-script.el (font-lock-comment-face)
23876         (font-lock-set-defaults, font-lock-string-face):
23877         * progmodes/sql.el (font-lock-keyword-face)
23878         (font-lock-set-defaults, font-lock-string-face):
23879         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
23880         (itimer-version, lazy-lock-defer-contextually)
23881         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
23882         Add defvars.
23884         * progmodes/cperl-mode.el (cperl-electric-lbrace)
23885         (cperl-electric-keyword, cperl-electric-pod)
23886         (cperl-electric-backspace, cperl-forward-re)
23887         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
23888         (vc-rcs-header, vc-sccs-header): Add defvars.
23890         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
23891         (font-lock-syntactic-keywords, gud-find-expr-function):
23892         Add defvars.
23894         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
23895         (gdb-frame-parameters): Declare before use.
23897         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
23898         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
23899         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
23900         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
23902         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
23903         (idlwave-help-with-source): Use `insert-buffer-substring', not
23904         `insert-buffer'.
23906 2005-08-29  Juri Linkov  <juri@jurta.org>
23908         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
23909         Put outline-back-to-heading function call inside save-excursion.
23911 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
23913         * man.el (Man-init-defvars, Man-translate-references)
23914         (Man-support-local-filenames, Man-highlight-references):
23915         * progmodes/sql.el (sql-interactive-mode):
23916         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
23918         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
23919         (compilation-mode-font-lock-keywords): Add defvars.
23920         (checkdoc-interactive-loop): "?\ " -> "?\s".
23922         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
23923         (font-lock-doc-face, font-lock-string-face)
23924         (font-lock-keywords-case-fold-search): Add defvars.
23925         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
23927         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
23928         Don't pass X and Y (they are ignored anyway).
23929         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
23930         (mouse-delete-window): Make arguments optional.
23932         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
23933         (caesar-translate-table, minor-modes, news-buffer-save)
23934         (news-group-name, news-minor-modes): Add defvars.
23936         * emacs-lisp/lselect.el (mouse-highlight-priority)
23937         (x-lost-selection-functions, zmacs-regions):
23938         * emacs-lisp/pp.el (font-lock-verbose):
23939         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
23940         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
23941         (ses-mode-map):
23942         * emacs-lisp/tcover-unsafep.el (safe-functions):
23943         * international/mule-cmds.el (mac-system-coding-system)
23944         (mac-system-locale):
23945         * language/ethio-util.el (rmail-current-message)
23946         (rmail-message-vector):
23947         * language/thai-util.el (thai-auto-composition-mode):
23948         * mail/metamail.el (rmail-current-message, rmail-message-vector):
23949         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
23950         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
23951         (vm-primary-inbox, vm-spool-files):
23952         * mail/rmail.el (deleted-head, font-lock-fontified)
23953         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
23954         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
23955         (total-messages):
23956         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
23957         (rmail-summary-mode-map):
23958         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
23959         (rmail-last-label, rmail-last-multi-labels)
23960         (rmail-summary-vector, rmail-total-messages):
23961         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
23962         * mail/rmailsum.el (msgnum):
23963         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
23964         (rmail-current-message):
23965         * obsolete/fast-lock.el (font-lock-face-list):
23966         * obsolete/rnewspost.el (mail-reply-buffer):
23967         * obsolete/scribe.el (compile-command):
23968         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
23970 2005-08-28  John Paul Wallington  <jpw@gnu.org>
23972         * ibuf-ext.el (ibuffer-auto-update-changed):
23973         Use `frame-or-buffer-changed-p' to check whether we need to update.
23974         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
23975         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
23976         as a `frame-or-buffer-changed-p' state vector instead.
23978 2005-08-27  Romain Francoise  <romain@orebokech.com>
23980         * textmodes/makeinfo.el (makeinfo-compile):
23981         Use `compilation-start'.  Set `next-error-function' according to
23982         `disable-errors'.
23983         (makeinfo-next-error): New function.
23984         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
23985         (makeinfo-buffer): Likewise.
23987         * progmodes/compile.el (compilation-start): Add autoload cookie.
23989         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
23990         * textmodes/sgml-mode.el: Likewise.
23991         * progmodes/python.el: Likewise.
23993 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
23995         * simple.el (blink-matching-paren-distance): Document the meaning
23996         of nil value, and allow to customize to nil.
23998         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
23999         command.com, not command.exe.
24001 2005-08-26  John Wiegley  <johnw@newartisans.com>
24003         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24004         code around a bit so that an extraneous nil argument is not added
24005         to a command when no args are given.
24007         * eshell/esh-arg.el (eshell-parse-double-quote): If a
24008         double-quoted argument resolves to nil, return it as an empty
24009         string rather than as nil.  This made it impossible to pass "" to
24010         a shell script as a null string argument.
24012 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24014         * outline.el (outline-invent-heading): New fun.
24015         (outline-promote, outline-demote): Use it.
24016         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24017         (outline-end-of-subtree): Remove unused var `opoint'.
24019 2005-08-26  David Reitter  <david.reitter@gmail.com>
24021         * menu-bar.el (truncate-lines, write-file, print-buffer)
24022         (ps-print-buffer-faces, ps-print-buffer, split-window):
24023         Disable menu items when the frame they refer to is invisible, or when
24024         they refer to a buffer and the minibuffer is selected.
24026 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
24028         * progmodes/flymake.el (flymake-highlight-err-lines):
24029         Use save-excursion around flymake-highlight-line to preserve point.
24031 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
24033         * progmodes/octave-mod.el: Change Author and Maintainer address.
24034         (octave-maintainer-address): Change Kurt's email address.
24035         * progmodes/octave-inf.el: Change Author and Maintainer address.
24036         * progmodes/octave-hlp.el: Change Author and Maintainer address.
24038 2005-08-26  Kim F. Storm  <storm@cua.dk>
24040         * subr.el (version-list-<, version-list-<=, version-list-=):
24041         Rename from integer-list-*.
24042         (version-list-not-zero): Likewise.  Fix while loop.
24043         (version=): Use version-list-= instead of string-equal.
24045 2005-08-26  Richard M. Stallman  <rms@gnu.org>
24047         * outline.el (outline-promote): Try shortening the heading.
24048         As last resort, read the heading to use.
24049         (outline-demote): As last resort, read the heading to use.
24051 2005-08-26  Romain Francoise  <romain@orebokech.com>
24053         * progmodes/compile.el (compilation-start): Doc fix.
24055         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24056         (antlr-font-lock-additional-keywords): Fix reference to
24057         `antlr-font-lock-literal-regexp' erroneously changed during the
24058         mass face rename.
24059         (antlr-run-tool): Use `compilation-start'.
24061         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24062         instead of the obsolete `compile-internal'.
24064 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
24066         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24067         (number, original-date):
24068         * calendar/cal-china.el (date):
24069         * calendar/cal-coptic.el (date):
24070         * calendar/cal-french.el (date):
24071         * calendar/cal-hebrew.el (date, entry, number, original-date):
24072         * calendar/cal-islam.el (date, number, original-date):
24073         * calendar/cal-iso.el (date):
24074         * calendar/cal-julian.el (date):
24075         * calendar/cal-mayan.el (date):
24076         * calendar/cal-menu.el (date, event):
24077         * calendar/cal-persia.el (date):
24078         * calendar/lunar.el (date):
24079         * calendar/solar.el (date): Add defvars.
24081         * emerge.el:
24082         * ibuffer.el:
24083         * info-xref.el:
24084         * obsolete/bg-mouse.el:
24085         * obsolete/sun-curs.el:
24086         * obsolete/swedish.el: Move the `defvar's to the top level.
24088         * smerge-mode.el (smerge-refined-change): Add :group.
24090 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24092         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24093         (smerge-keep-n): Remove props.
24094         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24095         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24096         now that it's done in smerge-keep-n.
24097         (smerge-refined-change): New face.
24098         (smerge-refine-chopup-region, smerge-refine-highlight-change)
24099         (smerge-refine): New funs.
24100         (smerge-basic-map): Bind smerge-refine.
24102 2005-08-25  Juri Linkov  <juri@jurta.org>
24104         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24105         compilation-process-setup-function and compilation-disable-input
24106         in grep-mode instead of let-bindings in grep.
24108         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24109         Delete "Automatic File De/compression" (auto-compression-mode).
24111 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
24113         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24114         Silence warning about non-existent variable.
24116 2005-08-25  Richard M. Stallman  <rms@gnu.org>
24118         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24119         Rename "Describe Key" to "Describe Key or Mouse Operation".
24121         * mail/mailalias.el (build-mail-aliases): Delete comments
24122         from the contents before processing them.
24124         * isearch.el (isearch-edit-string): Erase the Search prompt
24125         if user enters an empty string and there is no default.
24127         * comint.el (comint-file-name-prefix): Add autoload.
24129 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
24131         * subr.el (play-sound): Rearrange to avoid warning.
24133 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
24135         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24136         New hook.
24137         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24139 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24141         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24143         * custom.el (custom-theme-set-variables): Sort minor modes last.
24145 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24147         * subr.el (version-separator, version-regexp-alist): New vars used by
24148         version comparison funs.
24149         (integer-list-<, integer-list-=, integer-list-<=)
24150         (integer-list-not-zero): New funs for integer list comparison.
24151         (version-to-list, version=, version<, version<=): New funs for version
24152         comparison.
24154 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
24156         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24157         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24158         time to silence the byte-compiler.
24160         * ibuffer.el (ibuffer-compile-make-eliding-form)
24161         (ibuffer-check-formats): Use `with-no-warnings' to hide references
24162         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24163         so it's silly to get warnings for it).
24164         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24165         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24166         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24167         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24168         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24169         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24170         Defvar at compile time.
24171         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24172         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24173         Declare them before use.
24175         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24176         (info-xref-good, info-xref-bad): Defvar at compile time.
24178         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24179         Use `let*' instead of `let'.
24181         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24182         (*mouse-y*, menu, char): Defvar at compile time.
24183         (sc::menu): Declare it before use.
24184         (sc::pack-one-line): Use `let', not `let*'.
24186         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24187         (mail-send-hook): Defvar at compile time.
24189         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24190         Defvar at compile time.
24192         * term/sun-mouse.el (current-global-mousemap)
24193         (current-local-mousemap): Declare them before use.
24195 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
24197         * bookmark.el (bookmark-after-jump-hook): New hook.
24198         (bookmark-jump): Run `bookmark-after-jump-hook'.
24200 2005-08-23  Juri Linkov  <juri@jurta.org>
24202         * faces.el (minibuffer-prompt): Doc fix.
24204 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
24206         * progmodes/xscheme.el: Trivial changes to silence warnings.
24207         (xscheme-previous-mode, xscheme-previous-process-state):
24208         Add defvars.
24209         (xscheme-last-input-end, xscheme-process-command-line)
24210         (xscheme-process-name, xscheme-buffer-name)
24211         (xscheme-expressions-ring-max, xscheme-expressions-ring)
24212         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24213         (xscheme-control-g-synchronization-p)
24214         (xscheme-control-g-disabled-p, xscheme-string-receiver)
24215         (default-xscheme-runlight, xscheme-runlight)
24216         (xscheme-runlight-string, xscheme-process-filter-state)
24217         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24218         Move to beginning of file.
24219         (scheme-interaction-mode-commands-alist)
24220         (scheme-interaction-mode-map, scheme-debugger-mode-map):
24221         Declare them before use.  Note: the initialization code for the
24222         variables has not been moved because it uses functions that reference
24223         the variables.
24224         (xscheme-control-g-message-string, xscheme-process-filter-alist)
24225         (xscheme-prompt-for-expression-map): Declare them before use.
24226         (scheme-debugger-mode-commands): "?\ " -> "?\s".
24228 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
24230         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24232 2005-08-22  Juri Linkov  <juri@jurta.org>
24234         * faces.el (set-face-underline): Delete this duplicate function
24235         and make an obsolete alias to set-face-underline-p.
24236         (set-face-underline-p): Use docstring of set-face-underline.
24237         (describe-face): Create hyperlink to parent face.
24239         * info.el (Info-insert-dir): Use save-excursion around
24240         insert-buffer-substring.
24241         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24242         (Info-escape-percent): Delete function.
24243         (Info-fontify-node): Replace Info-escape-percent by
24244         replace-regexp-in-string with REP arg set to lambda that
24245         duplicates `%' and preserves text properties.
24247         * progmodes/compile.el (compilation-disable-input): Doc fix.
24248         (define-compilation-mode): Doc fix and refill.
24249         (kill-compilation): Use `mode-name' in the error message.
24250         (compilation-find-file): Use `compilation-error' in the
24251         read-file-name's prompt.
24253 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24255         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24256         (smerge-auto-leave): Make undo re-enable the mode.
24257         (debug-ignored-errors): Add the user-error of impossible resolution.
24258         (smerge-resolve): Move things around a bit, in preparation for later.
24259         (smerge-diff): Don't fail if the buffer has no associated file.
24260         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24261         (smerge-conflict-overlay): New function.
24262         (smerge-match-conflict): Don't add text properties here.
24263         (smerge-find-conflict): Instead, add an overlay here.
24264         Also check for the case where we're inside a conflict already, so as to
24265         obviate the need for font-lock-multiline, which is unbearably slow with
24266         large conflicts and ciomplex font-lock patterns.
24267         (smerge-remove-props): Remove overlay rather than text-properties.
24268         (smerge-mode): Don't set font-lock-multiline.
24269         Remove overlays when turned off.
24271 2005-08-21  Kim F. Storm  <storm@cua.dk>
24273         * ido.el (ido-ignore-item-p): Use save-match-data.
24274         Bind case-fold-search to ido-case-fold locally.
24276 2005-08-20  Richard M. Stallman  <rms@gnu.org>
24278         * files.el (normal-mode): If font lock is on, turn it off and on.
24280         * subr.el (replace-regexp-in-string): Doc fix.
24282         * startup.el (command-line-1): Don't suppress startup screen
24283         due to existing processes.
24285         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24287         * progmodes/compile.el (compilation-disable-input): Default to nil.
24289 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
24291         * progmodes/compile.el (compilation-disable-input): New defcustom.
24292         (compilation-start): If compilation-disable-input is non-nil, send
24293         EOF to the compilation process.
24295 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
24297         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24298         Run the argument of tex-shell-cd-command through
24299         convert-standard-filename, to get the correct style of slashes on
24300         Windows, and enclose the result in quotes, in case the file name
24301         includes whitespace or other special characters.
24303 2005-08-19  Andreas Schwab  <schwab@suse.de>
24305         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24306         process.
24308 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
24310         * cus-start.el (minibuffer-prompt-properties): Correct typo.
24312 2005-08-18  Kim F. Storm  <storm@cua.dk>
24314         * scroll-lock.el: Fix errors due to incorrect line wrapping.
24316 2005-08-18  Richard M. Stallman  <rms@gnu.org>
24318         * scroll-lock.el: New file.
24320 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
24322         * dired.el (dired-move-to-end-of-filename):
24323         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24325 2005-08-18  Kim F. Storm  <storm@cua.dk>
24327         * ido.el (ido-everywhere): Fix defcustom :set function to disable
24328         rather than toggle mode when custom value is nil.
24329         (ido-everywhere): Fix defun doc string.
24331 2005-08-17  Richard M. Stallman  <rms@gnu.org>
24333         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24334         as tag instead of "Inviolable".
24336 2005-08-17  Kim F. Storm  <storm@cua.dk>
24338         * windmove.el (windmove-coordinates-of-position): Remove.
24339         (windmove-coordinates-of-window-position): Remove.
24340         (windmove-reference-loc): Use posn-at-point instead.
24342         * subr.el (insert-for-yank-1): Doc fix.
24344         * ido.el (ido-enter-matching-directory): Rename from
24345         ido-enter-single-matching-directory.  Change `slash' choice to
24346         `only'.  Add `first' choice.
24347         (ido-exhibit): Adapt to above changes.
24349 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
24351         * Makefile.in: Expand comment about building loaddefs.el.
24353 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
24355         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24356         Comment use of defadvice.
24358         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24360 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
24362         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24363         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24364         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24365         * progmodes/idlw-shell.el, progmodes/ld-script.el,
24366         * progmodes/which-func.el, ruler-mode.el, strokes.el,
24367         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24368         for backward compatibility for faces that did not appear in the
24369         previous Emacs release.
24371         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24373 2005-08-15  Kim F. Storm  <storm@cua.dk>
24375         * emulation/cua-base.el (cua-delete-region): Return t if
24376         deleted region was non-empty.
24377         (cua-replace-region): Inhibit overwrite-mode for
24378         self-insert-command if replaced region was non-empty.
24379         (cua--explicit-region-start, cua--status-string): Make them
24380         buffer-local at top-level...
24381         (cua-mode): ...rather than when mode is enabled.
24383 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
24385         * progmodes/vhdl-mode.el (vhdl-emacs-21):
24386         Set t for Emacs 21, 22, and so on.
24388 2005-08-15  David Ponce  <david@dponce.com>
24390         * tree-widget.el: Update Commentary header.
24391         (tree-widget-theme): Doc fix.
24392         (tree-widget-space-width): New option.
24393         (tree-widget-image-properties): Look up in the default theme too.
24394         (tree-widget--cursors): Only for images with arrow pointer shape.
24395         (tree-widget-lookup-image): Pointer shape is hand by default.
24396         (tree-widget-icon): Rename generic icon widget from
24397         `tree-widget-control'.
24398         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24399         derive from `tree-widget-icon'.
24400         (tree-widget-handle): Improve default look and feel of the text
24401         representation.
24402         (tree-widget): Rename :*-control properties to :*-icon properties.
24403         Add :action and :help-echo properties.
24404         (tree-widget-after-toggle-functions): Move.
24405         (tree-widget-close-node, tree-widget-open-node): Remove.
24406         (tree-widget-before-create-icon-functions): New hook.
24407         (tree-widget-value-create): Update to allow customization of icons
24408         and nodes at run-time via that new hook.
24409         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24410         (tree-widget-icon-action, tree-widget-icon-help-echo)
24411         (tree-widget-action, tree-widget-help-echo): New functions.
24413 2005-08-15  Kim F. Storm  <storm@cua.dk>
24415         * ido.el (ido-buffer-internal): Use with-no-warnings.
24416         (ido-make-merged-file-list): Use while-no-input.
24418 2005-08-15  Richard M. Stallman  <rms@gnu.org>
24420         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24421         (flyspell-large-region): Fix doc and custom type.
24423 2005-08-14  Richard M. Stallman  <rms@gnu.org>
24425         * files.el (interpreter-mode-alist): Doc fix.
24427         * mail/rmail.el (rmail-nonignored-headers): New variable.
24428         (rmail-clear-headers): Use it.
24429         (rmail-reply): Better handling of mail-followup-to header.
24431         * progmodes/sh-script.el (sh-font-lock-keywords-var):
24432         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
24433         don't try to refer to executable-font-lock-keywords.
24434         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24435         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24436         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24437         (sh-mode): Set comment-start-skip, local-abbrev-table,
24438         imenu-case-fold-search.
24439         (sh-set-shell): Don't set them here.
24440         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
24441         Don't cache the results in the original alist; don't ever modify
24442         that alist.
24444         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
24446         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
24447         empty.
24449 2005-08-15  Andreas Schwab  <schwab@suse.de>
24451         * desktop.el: Put autoload cookie at risky-local-variable declarations.
24453         * dired.el, info.el, mail/rmail.el: Revert last change.
24455 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
24457         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
24458         modification in `eval-after-load' form.
24459         * info.el: Likewise.
24460         * mail/rmail.el: Likewise.
24462 2005-08-14  Juri Linkov  <juri@jurta.org>
24464         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24465         Remove highlighting of "Compilation started".  Highlight only
24466         the word "finished" in "Compilation finished".  Add highlighting
24467         of "interrupt", "killed", "terminated" and the exit code.
24468         (compilation-start): Add newline after header.  Use exactly the
24469         same time stamp format as the finishing message.
24470         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24472         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24473         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24474         Add highlighting of "interrupt", "killed", "terminated".
24476         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24477         enabled and the current command is self-insert-command, call it
24478         explicitly with overwrite-mode bound to nil, to not allow it
24479         to delete the character after the selected region.
24481 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
24483         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24484         move-end-of-line, end-of-line, and beginning-of-line to the list
24485         of commands after which the echo area is updated.
24487 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
24489         * cus-edit.el (custom-save-all, custom-save-delete):
24490         Bind recentf-exclude to exclude custom-file.
24492 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
24494         * mail/rmailsum.el (rmail-summary-end-of-message): New command
24495         to go to the bottom of the mail message.  Added to
24496         `rmail-summary-mode-map' with key "/".
24497         (rmail-summary-show-message): New (internal) function for use by
24498         both `rmail-summary-beginning/end-of-message'.
24499         (rmail-summary-beginning-of-message): Change to use
24500         rmail-summary-show-message.
24502         * mail/rmail.el (rmail-end-of-message): New command to go to the
24503         end of the current message.  Added to `rmail-mode-map' with key "/".
24504         (rmail-beginning-of-message): Fix to work as documented.
24505         (rmail-mode): Change documentation.
24507         * progmodes/compile.el (compilation-start): Add the line
24508         "Compilation started" with compilation start time.
24509         (compilation-mode-font-lock-keywords): Add `started' to keywords.
24511 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
24513         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
24514         of menu items.
24516 2005-08-11  Richard M. Stallman  <rms@gnu.org>
24518         * simple.el (pop-global-mark): Reverse test of widen-automatically.
24520         * battery.el (battery-status-function): Don't use ignore-errors.
24522 2005-08-11  Lute Kamstra  <lute@gnu.org>
24524         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
24525         define-obsolete-variable-alias.
24527 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24529         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
24530         (ange-ftp-send-cmd): Revert last change, and expand
24531         the comment explaining the problem.
24533 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
24535         * ldefs-boot.el: Update.
24537         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
24538         item to "Time, Load and Mail".  Change help echo text.
24540         * time.el (display-time-use-mail-icon, display-time-format)
24541         (display-time-string-forms): Shorten first line of docstrings.
24543 2005-08-10  Lars Hansen  <larsh@soem.dk>
24545         * desktop.el (desktop-buffer-mode-handlers):
24546         Make non-customizable.  Add autoload cookie.  Change initial value to
24547         nil; add elements in respective modules instead.  Fix doc string.
24548         (desktop-load-file): New function.
24549         (desktop-minor-mode-handlers): New autoloaded variable.
24550         (desktop-create-buffer): Call minor mode handlers.
24551         Use desktop-load-file to load major and minor mode modules prior to
24552         checking for a handler.
24553         (desktop-save): Don't add nil to desktop-minor-modes for minor
24554         modes with nil function in desktop-minor-mode-table.  Don't delete
24555         desktop file before rewriting it.
24556         (desktop-locals-to-save): Add autoload cookie.  Don't make
24557         automatically buffer-local.  Add variables column-number-mode,
24558         size-indication-mode, indent-tabs-mode,
24559         indicate-buffer-boundaries, indicate-empty-lines and
24560         show-trailing-whitespace.
24561         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
24562         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
24563         (desktop-clear-preserve-buffers-regexp): Delete.
24564         (desktop-clear-preserve-buffers): Update initial value and docstring.
24565         (desktop-save-buffer): Fix doc string.
24567         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
24568         (hilit-chg-desktop-restore): New function.
24569         (highlight-changes-mode): Add highlight-changes-mode to
24570         desktop-locals-to-save.
24572         * dired.el: Add handler to desktop-buffer-mode-handlers.
24573         (dired-restore-desktop-buffer): Remove autoload cookie.
24574         (dired-mode): Add autoload cookie.
24576         * info.el: Add handler to desktop-buffer-mode-handlers.
24577         (Info-restore-desktop-buffer): Remove autoload cookie.
24578         (Info-mode): Add autoload cookie.
24580         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
24581         (mh-restore-desktop-buffer): Remove autoload cookie.
24582         (mh-folder-mode): Add autoload cookie.
24584         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
24585         (rmail-restore-desktop-buffer): Remove autoload cookie.
24587 2005-08-11  Masatake YAMATO  <jet@gyve.org>
24589         * hexl.el (hexl-address-region):
24590         (hexl-ascii-region, hexl-font-lock-keywords):
24591         (hexl-highlight-line-range): Use the term "region"
24592         instead of "area" for consistency with the other symbols
24593         defined in hexl.el.
24595 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
24597         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
24598         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
24599         out by Juri Linkov).  Add `display-battery-mode'.
24601 2005-08-09  Juri Linkov  <juri@jurta.org>
24603         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24604         Remove `-text' from face variable names.
24605         (compilation-error-file-name, compilation-warning-file-name)
24606         (compilation-info-file-name): Delete faces.
24607         (compilation-line-number, compilation-column-number):
24608         Remove face underlining.
24609         (compilation-message-face): Set to `underline' value by default.
24610         (compilation-error-face, compilation-warning-face)
24611         (compilation-info-face): Remove `-file-name' from face names.
24612         (compilation-error-text-face, compilation-warning-text-face)
24613         (compilation-info-text-face): Delete face variables.
24614         (compilation-text-face): Delete function.
24616         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
24617         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
24618         (grep-error-face): Set to `compilation-error' instead of
24619         `compilation-error-face' (which is redefined to `grep-hit-face' in
24620         grep buffers).
24621         (grep-mode-font-lock-keywords): Remove `-text' from face variable
24622         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
24624         * dired-aux.el (dired-do-query-replace-regexp):
24625         Use `query-replace-read-args'.
24627         * replace.el (query-replace-read-from, query-replace-read-to)
24628         (query-replace-read-args): Rename arg `string' to `prompt'.
24630         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
24632 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24634         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
24635         uploading files.
24636         (ange-ftp-canonize-filename): Handle file names beginning with ~
24637         correctly.
24639 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
24641         * textmodes/fill.el (canonically-space-region)
24642         (fill-context-prefix, fill-french-nobreak-p)
24643         (fill-delete-newlines, fill-comment-paragraph)
24644         (justify-current-line): "?\ " -> "?\s".
24646 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
24648         * textmodes/fill.el (fill-nonuniform-paragraphs):
24649         Improve argument/docstring consistency.
24651 2005-08-09  Richard M. Stallman  <rms@gnu.org>
24653         * textmodes/ispell.el (ispell-word): More fboundp checks.
24655         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
24656         (find-file-noselect-1): Call it here, only if RAWFILE.
24657         (normal-mode): Always set some major mode.
24658         (save-some-buffers-action-alist): Change some explanation strings.
24659         (file-name-non-special): In the `quote' method, use unwind-protect.
24661 2005-08-09  Magnus Henoch  <mange@freemail.hu>
24663         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
24664         (ispell-have-aspell-dictionaries): New variable.
24665         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
24666         (ispell-get-aspell-config-value): New function.
24667         (ispell-aspell-find-dictionary): New function.
24668         (ispell-aspell-add-aliases): New function.
24669         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
24670         appropriate.  Don't look for ispell dictionaries if we use aspell.
24671         (ispell-menu-map): Don't build a submenu of dictionaries.
24673 2005-08-09  Richard M. Stallman  <rms@gnu.org>
24675         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
24676         (sql-read-passwd): Use read-passwd.
24678         * progmodes/idlw-toolbar.el (idlwave-toolbar)
24679         (idlwave-toolbar-is-possible): Add defvars.
24681         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
24682         Avoid warnings.
24684         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
24685         (idlwave-system-class-info, idlwave-executive-commands-alist):
24686         Use defvar.
24688         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
24690         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
24691         Avoid warnings.
24693         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
24694         and content-type: headers.
24696         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
24698         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
24699         and rename some of them to be more self-explanatory.
24701         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
24703         * startup.el (command-line-1): Implement -scriptload.
24705         * replace.el (occur-engine): Initial *Occur* output not undoable.
24707         * menu-bar.el (menu-bar-file-menu): Rename some menu items
24708         and improve help strings.
24710         * isearch.el (isearch-repeat): When changing direction,
24711         mark search successful.
24713         * ediff-init.el: Use (featurep 'xemacs).
24715         * comint.el (send-invisible): Identify buffer, if not selected.
24717         * align.el: Delete autoload for c-guess-basic-syntax.
24719 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
24721         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
24722         Improve argument/docstring consistency.  Doc fixes.
24723         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
24724         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
24725         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
24726         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
24727         (r2bv-organization, r2bv-pages, r2bv-primary-author)
24728         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
24729         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
24730         Defvar at compile time.
24732 2005-08-09  Juri Linkov  <juri@jurta.org>
24734         * info.el: Replace `info' with upper-case `Info' where appropriate.
24735         (info-title-1, info-title-2, info-title-3, info-title-4)
24736         (info-menu-header): Move up face definitions.
24737         (info-menu-star): Rename from `info-menu-5'.
24738         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
24739         (Info-fontify-visited-nodes): Fix docstring.
24740         (Info-hide-note-references): Fix docstring.
24741         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
24742         menu items in the same way as on cross-references.
24743         (info-apropos): Fix sorting order and formatting to be like in the
24744         stand-alone Info browser.  Display error messages for 1 sec.
24745         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
24746         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
24747         from the menu bar.
24748         (Info-insert-dir): Restore point after calling
24749         `insert-buffer-substring'.
24751 2005-08-08  Richard M. Stallman  <rms@gnu.org>
24753         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
24754         (recompute-lucid-menubar): Add defvars.
24756         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
24758         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
24760         * net/net-utils.el (run-dig): Rename from `dig'.
24762         * play/gametree.el (gametree-mode): Use make-local-variable,
24763         not make-variable-buffer-local.
24765         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
24767         * ansi-color.el (ansi-color-make-extent)
24768         (ansi-color-set-extent-face): Use fboundp, not functionp.
24770         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
24771         not make-variable-buffer-local.
24773         * bookmark.el (Info-current-file): Add defvar.
24774         (bookmark-jump-noselect): Use with-no-warnings.
24776         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
24778         * ebuff-menu.el (Helper-return-blurb): Add defvar.
24780         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
24782         * find-file.el (ada-procedure-start-regexp)
24783         (ada-package-start-regexp): Add defvars.
24785         * info.el (Info-insert-dir): Use insert-buffer-substring.
24787         * xml.el (xml-att-def-re): Add defvar.
24789         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
24790         calling convention.
24792         * subr.el (while-no-input): Return t if there is input.
24794 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
24796         * cus-start.el (all): Add `overflow-newline-into-fringe'.
24798 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
24800         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
24801         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
24803 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
24805         * cmuscheme.el (scheme-start-file): Replace reference to
24806         `user-emacs-directory' by "~/.emacs.d/".
24808 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
24810         * info.el (Info-dir-remove-duplicates): Avoid case folding
24811         in loop; instead, keep downcased strings for comparison.
24812         Suggested by Helmut Eller.
24814 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
24816         Sync with Tramp 2.0.50.
24818         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
24819         XEmacs case; not necessary anymore.
24820         (tramp-user-regexp): Allow "@" as part of user name.
24821         (tramp-handle-set-visited-file-modtime)
24822         (tramp-handle-insert-file-contents)
24823         (tramp-handle-write-region): No special handling for
24824         `last-coding-system-used, because this is done in
24825         `tramp-accept-process-output' now.
24826         (tramp-accept-process-output): New defun.
24827         (tramp-process-one-action, tramp-process-one-multi-action)
24828         (tramp-wait-for-regexp, tramp-wait-for-output)
24829         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
24830         Howells <dhowells@redhat.com>.
24831         (clear-visited-file-modtime): Defadvice removed.  The check for
24832         unset buffer's modtime does not need to be based on
24833         `tramp-buffer-file-attributes'.  Suggested by RMS.
24834         (tramp-message): Insert "\n" if not being at beginning of line.
24835         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
24836         sequence with same logic.
24837         (tramp-completion-handle-expand-file-name): Discard call of
24838         `tramp-drop-volume-letter'.  It is not necessary, and there have
24839         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
24840         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24841         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
24842         should always be visible.
24843         (tramp-handle-insert-directory, tramp-setup-complete)
24844         (tramp-set-process-query-on-exit-flag)
24845         (tramp-append-tramp-buffers): Pacify byte-compiler.
24846         (tramp-bug): Delete non-existing variables from list.
24847         Apply `tramp-load-report-modules' as pre-hook.
24848         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
24849         `shell-prompt-pattern' because of non-7bit characters.
24850         Reported by Sebastian Luque <sluque@mun.ca>.
24851         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
24852         (tramp-match-string-list): Remove function.
24853         (tramp-wait-for-regexp): Remove call of that function.
24854         Suggested by Kim F. Storm <storm@cua.dk>.
24855         (tramp-set-auto-save-file-modes): Use octal integer code #o600
24856         instead of octal character code ?\600.  The latter resulted in a
24857         syntax error with XEmacs.
24859         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
24860         XEmacs case; not necessary anymore.
24861         (tramp-smb-handle-write-region): No special handling for
24862         `last-coding-system-used, because this is done in
24863         `tramp-accept-process-output' now.
24864         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
24866 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
24868         * wid-edit.el (widget-choice-value-create):
24869         Unconditionally respect user choice.  Set :explicit-choice back to nil
24870         when no longer needed.
24871         (widget-choice-action): Unconditionally respect user choice.
24872         Eliminate :explicit-choice-value.
24874         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
24876         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
24877         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
24878         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
24879         running new function `toggle-indicate-empty-lines'.
24880         Rename "Customize" item to "Customize fringe".
24881         Rename "Indicators" item to "Buffer boundaries" and change help echo.
24882         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
24883         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
24884         Delete "Empty lines only" item.
24885         (menu-bar-showhide-fringe-ind-customize): New function.
24886         (menu-bar-showhide-fringe-ind-mixed)
24887         (menu-bar-showhide-fringe-ind-box)
24888         (menu-bar-showhide-fringe-ind-right)
24889         (menu-bar-showhide-fringe-ind-left)
24890         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
24891         instead of `fringe-indicators'.
24893 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
24895         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
24896         Change the date of last update.
24898 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
24900         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
24901         (viper-exec-yank, viper-put-back): Don't display modification msg
24902         if in the minibuffer.
24904         * viper-init.el (viper-replace-overlay-cursor-color)
24905         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
24906         Make variables frame local.
24908         * viper-util.el (viper-append-filter-alist): Use append instead of
24909         nconc.
24911         * viper.el (viper-vi-state-mode-list)
24912         (viper-emacs-state-mode-list): Move help-mode and
24913         completion-list-mode from the first list to the second.
24914         (viper-mode): Docstring.
24915         (viper-go-away, viper-non-hook-settings): Don't localize
24916         minor-mode-alist in newer Emacsen.  Add advice to
24917         set-cursor-color.  Don't bind "\C-c\\".
24919 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
24921         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
24922         (scheme-macro-expand-command): New user options.
24923         (scheme-trace-procedure, scheme-expand-current-form): New commands.
24924         (scheme-form-at-point, scheme-start-file)
24925         (scheme-interactively-start-process): New functions.
24926         (scheme-get-process): New function, extracted from `scheme-proc'.
24927         (run-scheme): Call `scheme-start-file' to get start file, and pass
24928         it to `make-comint'.
24929         (switch-to-scheme, scheme-proc):
24930         Call `scheme-interactively-start-process' if no Scheme buffer/process
24931         is available.
24933 2005-08-06  Juri Linkov  <juri@jurta.org>
24935         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24936         Use `compilation-text-face', `compilation-info-text-face' and
24937         `compilation-error-text-face' instead of `font-lock-keyword-face'.
24938         (compilation-error): New face.
24939         (compilation-error-file-name): Inherit from
24940         `compilation-error' instead of `font-lock-warning-face'.
24941         (compilation-warning-file-name): Inherit from
24942         `compilation-warning' instead of `font-lock-warning-face'.
24943         (compilation-info, compilation-error-file-name)
24944         (compilation-warning-file-name, compilation-info-file-name)
24945         (compilation-line-number, compilation-column-number): Doc fix.
24946         (compilation-error-text-face, compilation-warning-text-face)
24947         (compilation-info-text-face): New face variables.
24948         (compilation-line-face, compilation-column-face)
24949         (compilation-enter-directory-face)
24950         (compilation-leave-directory-face): Doc fix.
24951         (compilation-text-face): New function.
24953         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
24954         instead of 1 to display binary file names as info file links.
24955         (grep-error-face): Use `compilation-error-face' instead of
24956         `font-lock-keyword-face'.
24957         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
24958         and `compilation-warning-text-face' instead of
24959         `font-lock-keyword-face'.  Use `compilation-error-text-face'
24960         instead of `grep-error-face'.
24962 2005-08-05  Kenichi Handa  <handa@m17n.org>
24964         * international/code-pages.el: Add autoload cookies for all coding
24965         systems.
24967 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
24969         * cus-start.el (all): Put undo.c where it alphabetically belongs.
24971 2005-08-04  Juri Linkov  <juri@jurta.org>
24973         * progmodes/compile.el (compilation-mode-map):
24974         * progmodes/grep.el (grep-mode-map):
24975         Bind TAB to `compilation-next-error' and [backtab] to
24976         `compilation-previous-error'.
24978         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
24979         matching line numbers, column numbers and their ranges with regexp
24980         matching only line numbers.
24981         (grep-context-face): New face variable.
24982         (grep-mode-font-lock-keywords): Use it.
24984         * faces.el (read-face-name): Delete duplicate faces.
24986 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
24988         * thumbs.el (thumbs-find-image): Don't make variables
24989         automatically buffer local.
24990         (thumbs-current-tmp-filename, thumbs-current-image-filename)
24991         (thumbs-image-num): Make automatically buffer local.
24992         (thumbs-show-thumbs-list): Use `make-local-variable', not
24993         `make-variable-buffer-local'.
24994         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
24996         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
24997         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
24998         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
24999         (bother, bye, canyou, chatlst, continue, deathlst, describe)
25000         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25001         (feelings-about, foullst, found, hello, history, howareyoulst)
25002         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25003         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25004         (neglst, obj, object, owner, please, problems, qlist)
25005         (random-adjective, relation, remlst, repetitive-shortness)
25006         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25007         (shortlst, something, sportslst, stallmanlst, states, subj)
25008         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25009         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25010         Defvar at compile time.
25012         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25013         not `make-variable-buffer-local'.
25015 2005-08-02  Kim F. Storm  <storm@cua.dk>
25017         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25018         rectangle overlay in selected window.
25020 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
25022         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25023         instead of display group.  Make `indicate-buffer-boundaries'
25024         customizable through Custom.
25026 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
25028         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25029         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25030         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25031         (gdb-put-string): Fix typos in docstrings.
25033 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
25035         Update copyright notices of files in progmodes directory for
25036         release of Emacs 22.1.
25038         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25040         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25041         Don't barf if the GUD buffer has been killed.
25043 2005-08-01  Kim F. Storm  <storm@cua.dk>
25045         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25047 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25049         * simple.el (next-error-follow-minor-mode):
25050         make-variable-buffer-local -> make-local-variable.
25052         * emacs-lisp/cl-extra.el: Require CL also when compiling.
25054         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25055         (byte-compile-form-make-variable-buffer-local): New functions to warn
25056         about misuses of make-variable-buffer-local where make-local-variable
25057         was meant.
25059 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
25061         * bs.el (bs-attributes-list): Doc fix.
25062         (bs): Update url-link.
25064         * desktop.el (desktop-save-buffer): Fix typos in docstring.
25065         (desktop-load-default): Simplify.
25067         * ibuffer.el (ibuffer-columnize-and-insert-list)
25068         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25069         (ibuffer-unmark-all, ibuffer-toggle-marks)
25070         (ibuffer-unmark-forward, ibuffer-unmark-backward)
25071         (ibuffer-compile-make-format-form, ibuffer-format-column)
25072         (ibuffer-current-buffers-with-marks)
25073         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25074         (ibuffer): Doc fix.
25075         (ibuffer-mode): Fix typo in docstring.
25076         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25077         with `define-obsolete-variable-alias'.
25078         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
25080 2005-07-29  Kenichi Handa  <handa@m17n.org>
25082         * international/mule-cmds.el (select-message-coding-system):
25083         Be sure to use LF for end-of-line.  If no coding system is decided,
25084         return iso-8859-1-unix.
25086 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25088         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25089         (ange-ftp-pending-error-line): New vars.
25090         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25091         to handle the non-fatal no-route-to-host messages.
25092         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25094 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
25096         * isearch.el (isearch-mode-map, isearch-other-meta-char)
25097         (isearch-quote-char, isearch-printing-char)
25098         (isearch-text-char-description): "?\ " -> "?\s".
25099         (isearch-lazy-highlight-cleanup)
25100         (isearch-lazy-highlight-initial-delay)
25101         (isearch-lazy-highlight-interval)
25102         (isearch-lazy-highlight-max-at-a-time)
25103         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25104         Declare with define-obsolete-*-alias macros.
25105         (isearch-forward): Fix typo in docstring.
25106         (search-invisible, search-ring-yank-pointer)
25107         (regexp-search-ring-yank-pointer): Doc fixes.
25109         * recentf.el (recentf-menu-append-commands-p): Declare with
25110         `define-obsolete-variable-alias'.
25111         (recentf-max-saved-items, recentf-menu-filter)
25112         (recentf-arrange-by-rule-subfilter): Doc fixes.
25113         (recentf-menu-append-commands-flag)
25114         (recentf-initialize-file-name-history, recentf-expand-file-name)
25115         (recentf-clear-data): Fix typos in docstrings.
25117 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
25119         * progmodes/gdb-ui.el: Smarten comments.
25120         (gdb-info-breakpoints-custom): Use nowarn when finding file.
25122 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
25124         * term/apollo.el (terminal-init-apollo): New function containing
25125         all former top level forms in the file.
25126         * term/bobcat.el (terminal-init-bobcat):
25127         * term/cygwin.el (terminal-init-cygwin):
25128         * term/iris-ansi.el (terminal-init-iris-ansi):
25129         * term/linux.el (terminal-init-linux):
25130         * term/news.el (terminal-init-news):
25131         * term/rxvt.el (terminal-init-rxvt):
25132         * term/sun.el (terminal-init-sun):
25133         * term/tvi970.el (terminal-init-tvi970):
25134         * term/vt100.el (terminal-init-vt100):
25135         * term/vt102.el (terminal-init-vt102):
25136         * term/vt125.el (terminal-init-vt125):
25137         * term/vt200.el (terminal-init-vt200):
25138         * term/vt201.el (terminal-init-vt201):
25139         * term/vt220.el (terminal-init-vt220):
25140         * term/vt240.el (terminal-init-vt240):
25141         * term/vt300.el (terminal-init-vt300):
25142         * term/vt320.el (terminal-init-vt320):
25143         * term/vt400.el (terminal-init-vt400):
25144         * term/vt420.el (terminal-init-vt420):
25145         * term/wyse50.el (terminal-init-wyse50):
25146         * term/xterm.el (terminal-init-xterm): Likewise.
25148         * term/README: Describe the terminal-init-* functionality.
25150         * startup.el (command-line): After loading the terminal initialization
25151         file call the corresponding terminal initialization function.
25153 2005-07-27  Kenichi Handa  <handa@m17n.org>
25155         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25156         negative.
25158         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25159         (ps-mule-composition-prologue): Fix for the case that
25160         RelativeCompose is false.
25162 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25164         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25166         * descr-text.el (describe-char): Handle the case where the list of
25167         chars is displayed in a separate frame.
25168         Be a bit more discriminating when looking for the char.
25170 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
25172         * bookmark.el (bookmark-automatically-show-annotations)
25173         (bookmark-read-annotation-text-func): Doc fixes.
25174         (bookmark-save): Improve argument/docstring consistency.
25175         (bookmark-get-bookmark, bookmark-get-bookmark-record)
25176         (bookmark-alist-from-buffer)
25177         (bookmark-upgrade-file-format-from-0)
25178         (bookmark-grok-file-format-version)
25179         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25180         (bookmark-read-annotation-mode)
25181         (bookmark-insert-current-bookmark, bookmark-jump)
25182         (bookmark-exit-hook): Fix typos in docstrings.
25183         (bookmark-exit-hooks): Define as obsolete alias.
25184         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25185         not `bookmark-exit-hooks'.  Fix docstring.
25186         (bookmark-bmenu-select): "?\ " -> "?\s".
25188 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
25190         * startup.el (command-line): Fix typo.
25192 2005-07-24  Richard M. Stallman  <rms@gnu.org>
25194         * tooltip.el (tooltip-mode): Test emacs-basic-display,
25195         not emacs-quick-startup.
25197 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
25199         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25200         (reb-next-match, reb-show-subexp): Use `with-selected-window'
25201         instead of `reb-with-current-window'.
25202         (reb-prev-match): Likewise.  Also, don't move left if the search
25203         was unsuccessful.
25204         (reb-initialize-buffer): New function.
25205         (re-builder, reb-change-syntax): Use it.
25207         * man.el (Man-goto-page): Make second argument NOERROR optional.
25209 2005-07-23  Richard M. Stallman  <rms@gnu.org>
25211         * man.el (Man-bgproc-sentinel): Check here for failure to find
25212         any man page in the output, and report the error here.
25213         (Man-arguments): Make it permanent local.
25214         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
25215         (Man-mode): Pass t for NOERROR.
25217         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25218         (grep-mode-font-lock-keywords):
25219         Don't use compilation-...-face for messages that are not file names.
25221         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25222         Don't use compilation-...-face for messages that are not file names.
25224 2005-07-22  Juri Linkov  <juri@jurta.org>
25226         * startup.el (normal-splash-screen): Update menu name.
25228         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25230 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
25232         * term/xterm.el: Load term/rxvt if the terminal is actually an
25233         rxvt terminal.
25234         (xterm-rxvt-set-background-mode): Remove, not used anymore.
25236         * term/rxvt.el (function-key-map): Use substitute-key-definition
25237         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
25239         * term/cygwin.el: New file.
25241 2005-07-22  Kim F. Storm  <storm@cua.dk>
25243         * image-file.el (insert-image-file, image-file-yank-handler):
25244         Fix last change to maintain a (unique) yank-handler on yanked images.
25246 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
25248         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25249         of the file size (as in "177B" for 177 bytes).  This happens with
25250         "ls -lh" on FreeBSD.
25252 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
25254         * hilit-chg.el (highlight-changes-global-initial-state)
25255         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25256         (hilit-chg-fixup, highlight-changes-mode):
25257         Fix typos in docstrings.
25258         (highlight-changes-global-modes, highlight-changes-rotate-faces):
25259         Doc fixes.
25261 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
25263         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25264         mode function using `eval-after-load'.
25266 2005-07-21  Kim F. Storm  <storm@cua.dk>
25268         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25269         included when reporting an Emacs crash, and tell about the DEBUG file.
25271         * image-file.el (insert-image-file): Add yank-handler.
25272         (image-file-yank-handler): Yank handler to make unique copies of
25273         images when they are yanked into a buffer next to each other.
25275 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
25277         * comint.el (comint-use-prompt-regexp, comint-send-input)
25278         (comint-source-default, comint-extract-string)
25279         (comint-get-source, comint-word, comint-completion)
25280         (comint-source, comint-prompt-read-only, comint-update-fence):
25281         Fix typos in docstrings.
25282         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25283         Declare with define-obsolete-*-alias macros.
25284         (comint-previous-matching-input-from-input)
25285         (comint-next-matching-input-from-input)
25286         (comint-previous-matching-input, comint-next-matching-input)
25287         (comint-forward-matching-input):
25288         Improve argument/docstring consistency.
25290         * desktop.el (desktop-clear-preserve-buffers-regexp):
25291         Also preserve the *server* buffer.
25293         * simple.el (clone-indirect-buffer): Doc fix.
25294         (fixup-whitespace, just-one-space)
25295         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25296         (next-error, next-error-highlight)
25297         (next-error-highlight-no-select, next-error-last-buffer)
25298         (next-error-buffer-p, next-error-find-buffer, next-error)
25299         (previous-error, next-error-no-select, previous-error-no-select)
25300         (open-line, split-line, minibuffer-prompt-width, kill-new)
25301         (binary-overwrite-mode): Fix typos in docstrings.
25302         (set-fill-column): Fix typo in message.
25304         * skeleton.el (skeleton-proxy-new): Doc fix.
25306         * strokes.el (strokes-load-hook): Doc fix.
25307         (strokes-grid-resolution, strokes-get-grid-position)
25308         (strokes-renormalize-to-grid, strokes-read-stroke)
25309         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25310         (strokes-global-map): Fix typos in docstrings.
25311         (strokes-help): Doc fix.  Fix help message and pass it through
25312         `substitute-command-keys'.
25314         * tempo.el (tempo-insert-prompt, tempo-interactive)
25315         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25316         (tempo-insert-string-functions, tempo-local-tags)
25317         (tempo-define-template, tempo-insert-template)
25318         (tempo-insert-prompt-compat, tempo-is-user-element)
25319         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25320         Fix typos in docstrings.
25322         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25323         (vcursor-key-bindings, vcursor-use-vcursor-map)
25324         (vcursor-find-window, vcursor-scroll-down)
25325         (vcursor-disable, vcursor-beginning-of-buffer)
25326         (vcursor-end-of-buffer): Fix typos in docstrings.
25327         (vcursor-relative-move, vcursor-get-char-count):
25328         Improve argument/docstring consistency.
25330         * version.el: "?\ " -> "?\s".
25332         * wid-edit.el (widget-default-create, widget-after-change)
25333         (widget-default-format-handler, widget-checklist-add-item)
25334         (widget-radio-add-item, widget-choose, widget-specify-secret)
25335         (widget-field-value-create, widget-field-value-get)
25336         (widget-editable-list-format-handler)
25337         (widget-editable-list-entry-create, widget-group-value-create)
25338         (widget-documentation-link-add)
25339         (widget-documentation-string-value-create): "?\ " -> "?\s".
25340         (widget-convert-text): Doc fix.
25341         (widget-narrow-to-field, widget-field-find)
25342         (widget-url-link-action, widget-emacs-library-link-action)
25343         (widget-color-notify): Fix typos in docstrings.
25345         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25346         (x-select-text, set-w32-system-coding-system)
25347         (w32-add-charset-info): Fix typos in docstrings.
25349         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25350         (cua-enable-cua-keys, cua-use-hyper-key)
25351         (cua-virtual-rectangle-edges): Fix typos in docstrings.
25352         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25354         * net/tramp.el (tramp-handle-load): Fix typo in error message.
25356         * emacs-lisp/re-builder.el (regexp-builder): Declare with
25357         `defalias' instead of faking it.
25359         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25360         (eshell-ls-missing, eshell-ls-dired-initial-args)
25361         (eshell-ls-use-in-dired): Fix typos in docstrings.
25363 2005-07-20  Kim F. Storm  <storm@cua.dk>
25365         * emulation/cua-base.el (cua-mode): Improve doc string.
25367 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
25369         * abbrev.el (expand-region-abbrevs): Doc fix.
25370         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25371         Improve argument/docstring consistency.
25373         * arc-mode.el (archive-get-descr, archive-alternate-display):
25374         Doc fixes.
25375         (archive-l-e): Improve argument/docstring consistency.
25376         (archive-tmpdir, archive-unixdate, archive-unixtime)
25377         (archive-chmod-entry): Fix typos in docstrings.
25378         (archive-unflag, archive-unflag-backwards)
25379         (archive-unmark-all-files): "?\ " -> "?\s".
25381         * buff-menu.el (Buffer-menu-unmark): Doc fix.
25382         (Buffer-menu-not-modified, Buffer-menu-execute)
25383         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25384         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25386         * composite.el (compose-string, encode-composition-rule)
25387         (compose-last-chars): Fix typos in docstrings.
25389         * desktop.el (desktop-enable, desktop-basefilename):
25390         Declare with `define-obsolete-variable-alias'.
25391         (desktop-internal-v2s): Don't quote keywords.
25392         (desktop-clear): "?\ " -> "?\s".
25394         * dired.el (dired-align-file, dired-flag-backup-files)
25395         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25396         (dired-listing-switches, dired-ls-F-marks-symlinks)
25397         (dired-dwim-target, dired-load-hook, dired-mode-hook)
25398         (dired-directory, dired-faces, dired, dired-revert)
25399         (dired-mode, dired-summary, dired-view-file)
25400         (dired-copy-filename-as-kill, dired-delete-file)
25401         (dired-no-confirm, dired-unmark-all-marks)
25402         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25403         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25404         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25405         Fix typos in message strings.
25407         * dired-x.el (virtual-dired): Declare with `defalias'.
25408         (dired-mark-unmarked-files, dired-local-variables-file)
25409         (dired-omit-here-always): Doc fix.
25410         (dired-omit-mode, dired-find-subdir)
25411         (dired-enable-local-variables, dired-clean-up-buffers-too)
25412         (dired-extra-startup, dired-mark-extension, dired-jump)
25413         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25414         (dired-smart-shell-command, dired-guess-shell-alist-user)
25415         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25416         (dired-x-bind-find-file, dired-x-submit-report):
25417         Fix typos in docstrings.
25418         (dired-mark-unmarked-files): "?\ " -> "?\s".
25420         * dirtrack.el (dirtrack-list): Fix typos in docstring.
25422         * faces.el (describe-face): "?\ " -> "?\s".
25423         (read-all-face-attributes, read-face-font, modify-face)
25424         (face-attr-construct, italic): Fix typos in docstrings.
25425         (frame-update-face-colors): Declare with
25426         `define-obsolete-function-alias'.
25428         * files.el (find-file-noselect, recode-file-name): Doc fixes.
25429         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
25430         (magic-mode-alist, buffer-file-numbers-unique)
25431         (write-file-functions, get-free-disk-space):
25432         Fix typos in docstrings.
25433         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25434         (write-contents-hooks, write-file-hooks):
25435         Declare with `define-obsolete-variable-alias'.
25437         * forms-d2.el (arch-rj): Fix typo in docstrings.
25438         (arch-tocol): Likewise.  "?\ " -> "?\s".
25440         * frame.el (set-frame-font, cursor-in-non-selected-windows):
25441         Fix typo in docstring.
25442         (set-screen-width, set-screen-height): Delete redundant info in
25443         doctrings.
25444         (new-frame, screen-height, screen-width): Declare with
25445         `define-obsolete-function-alias'.
25446         (delete-frame-hook, blink-cursor): Declare with
25447         `define-obsolete-variable-alias'.
25449         * paths.el (prune-directory-list): Fix typos in docstring.
25451         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
25452         (cvs-prefix-get): Fix typos in docstrings.
25454         * ps-print.el (ps-extend-face-list, ps-extend-face)
25455         (ps-print-background-image): Fix typos in docstrings.
25456         (ps-default-fg, ps-default-bg): Doc fixes.
25458         * s-region.el (s-region-bind): Doc fix.
25459         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
25461         * textmodes/org.el (org-table-formula-substitute-names)
25462         (org-table-get-vertical-vector): Doc fixes.
25463         (org-table-recalculate): Remove unused argument to `message'.
25465 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
25467         * textmodes/org.el (org-table-column-names)
25468         (org-table-column-name-regexp)
25469         (org-table-named-field-locations): New variables.
25470         (org-archive-subtree): Protect `this-command' when calling
25471         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25472         the kill buffer.
25473         (org-complete): Remove fixed-formula completion.
25474         (org-edit-formulas-map): New variable.
25475         (org-table-edit-formulas): New command.
25476         (org-finish-edit-formulas, org-abort-edit-formulas)
25477         (org-show-variable, org-table-get-vertical-vector): New functions.
25478         (org-table-maybe-eval-formula): Handle `:=' fields.
25479         (org-table-get-stored-formulas, org-table-store-formulas)
25480         (org-table-get-formula, org-table-modify-formulas)
25481         (org-table-replace-in-formulas): Handle named field formulas.
25482         (org-table-get-specials): Store locations of named fields.
25484 2005-07-19  Juri Linkov  <juri@jurta.org>
25486         * progmodes/grep.el (grep-regexp-alist)
25487         (grep-mode-font-lock-keywords, grep-process-setup):
25488         Use default GNU grep match color "01;31m" instead of "01;41m".
25489         (grep-regexp-alist, grep-mode-font-lock-keywords):
25490         Use `\\[[0-9]*m' instead of `\\[00m'.
25491         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
25492         sgr_start where its handling is more important.  Use the real
25493         length of sgr_start instead of constant 8.
25494         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
25495         specially.  Delete all remaining escape sequences.
25496         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
25497         (grep-regexp-alist): Make hyperlink only for binary file name
25498         instead of the whole line.
25499         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
25500         (grep-mode): Add autoload.
25502         * emacs-lisp/find-func.el (find-function-regexp):
25503         Add `define-compilation-mode'.
25505 2005-07-19  Juri Linkov  <juri@jurta.org>
25507         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
25508         (compare-windows-sync-string-size, compare-windows-recenter)
25509         (compare-windows-highlight, compare-windows): Add version 22.1.
25510         (compare-windows) <defface>: Inherit from lazy-highlight instead
25511         of duplicating its default value.
25513         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
25514         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
25516         * descr-text.el (describe-char): Create link buttons for `charset'
25517         and `code point'.  Add the current input method name with a link
25518         button to `to input' field.  Print face names of display table
25519         characters in `The display table entry is displayed by' section
25520         instead of printing face-id in the `display' field.
25521         Guess hardcoded faces and create a link button for them.
25522         Skip empty fields when calculating max-width.
25523         Treat `widget-create' specially while inserting strings from the
25524         collected field list.
25525         (describe-char-after): Made obsolete in version 22.1, not 21.5.
25527         * diff-mode.el (diff-file-header): Change foreground color from
25528         yellow to green on light backgrounds.
25529         (diff-context): Inherit from `shadow' only for color/grayscale
25530         with more than 88 colors.
25531         (diff-indicator-removed, diff-indicator-added)
25532         (diff-indicator-changed): New faces.
25533         (diff-font-lock-keywords): Use new faces.  Regroup rules.
25534         Add "^---$" for `normal' diff format.  Fontify `#' lines with
25535         font-lock-comment-delimiter-face and font-lock-comment-face.
25536         Add `#' to ^[^...] in the rule for `diff-context-face'.
25538         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
25539         a button-like box.  Inherit from `highlight' on low colors.
25540         (shadow): Use shades of gray only for color/grayscale with
25541         more than 88 colors.  Use green for light backgrounds with
25542         8 colors, and yellow for dark backgrounds with 8 colors.
25544         * font-lock.el (font-lock-regexp-grouping-backslash):
25545         Don't inherit from escape-glyph (use bold for all cases).
25547         * info.el (info-xref-visited): Use light foreground color `violet'
25548         for dark backgrounds instead of dark color `magenta3'.
25549         (info-title-1): Use `yellow' color for dark backgrounds.
25551         * isearch.el (isearch): Use not-too-dark magenta3 instead of
25552         too-light magenta2.
25554         * replace.el (match): Use slightly more light RoyalBlue3 instead
25555         of dark RoyalBlue4.
25557         * wid-edit.el (widget-inactive): Inherit from `shadow'.
25559 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
25561         * novice.el (disabled-command-hook): Declare it with
25562         `define-obsolete-variable-alias'.
25564         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
25565         (desktop-buffer-misc-functions, desktop-buffer-handlers)
25566         (desktop-load-default): Add release to obsolescence info.
25567         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
25568         (desktop-append-buffer-args, desktop-read):
25569         Fix typos in docstrings.
25570         (desktop-kill): Fix typo in message.
25571         (desktop-save): Doc fix.
25573 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25575         * viper-cmd.el (viper-escape-to-state): Bug fix.
25576         (viper-envelop-ESC-key): Change the definition of fast
25577         keysequence so it'll work with keyboard macros.
25579         * ediff.el (ediff-patch-buffer): Change the docstring.
25581 2005-07-19  Kenichi Handa  <handa@m17n.org>
25583         * international/mule-cmds.el (select-safe-coding-system): Try to
25584         use an auto-coding (if any) before anything else.  If the found
25585         auto-coding is invalid, show a warning message.
25587         * international/mule.el (find-auto-coding): New function created
25588         by modifying the body of set-auto-coding.
25589         (set-auto-coding): Use find-auto-coding to find a coding.
25591 2005-07-18  Richard M. Stallman  <rms@gnu.org>
25593         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
25594         not isearch-mode-end-hook-error.
25595         (allout-before-change-protect): Fix error message.
25597 2005-07-18  Juri Linkov  <juri@jurta.org>
25599         * allout.el (allout-mode):
25600         * calculator.el (calculator-copy):
25601         * custom.el (custom-known-themes):
25602         * dired.el (dired-desktop-buffer-misc-data)
25603         (dired-restore-desktop-buffer):
25604         * dired-x.el (dired-omit-marker-char):
25605         * files.el (basic-save-buffer):
25606         * font-core.el (font-lock-mode):
25607         * calendar/calendar.el (calendar-goto-hebrew-date)
25608         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
25609         (calendar-goto-persian-date):
25610         * language/ethio-util.el (ethio-sera-to-fidel-region):
25611         * textmodes/picture.el (picture-mode):
25612         Delete duplicate duplicate words.
25614 2005-07-18  Juri Linkov  <juri@jurta.org>
25616         * isearch.el (isearch-mode-map): Remove key bindings for regexp
25617         chars * ? } |.
25618         (isearch-fallback): Don't call `isearch-process-search-char'.
25619         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
25620         (isearch-process-search-char): Call `isearch-fallback' for regexp
25621         chars * ? } |.
25622         (isearch-return-char): Make obsolete with `make-obsolete' instead
25623         of simply documenting it as obsolete in the docstring.
25624         (isearch-fallback): Refill docstring.
25626         * international/isearch-x.el
25627         (isearch-process-search-multibyte-characters): Remove unneeded
25628         `concat'.  Add intermediate values to `junk-hist' instead of
25629         `minibuffer-history'.  Test the length of `str'.
25631 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
25633         * allout.el (allout-resolve-xref): Fix typos in error strings.
25634         (allout-before-change-protect): Remove unneeded `concat'.
25636         * array.el (array-mode, array-reconfigure-rows)
25637         (untabify-backward): Fix typos in docstrings.
25638         (array-reconfigure-rows): Use `insert-buffer-substring', not
25639         `insert-buffer'.
25641         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
25642         * progmodes/ada-mode.el (ada-make-body):
25643         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
25645         * dired.el (dired-log):
25646         * tar-mode.el (tar-subfile-save-buffer):
25647         * play/zone.el (zone-pgm-stress-destress):
25648         Use `insert-buffer-substring', not `insert-buffer'.
25650 2005-07-17  Simon Josefsson  <jas@extundo.com>
25652         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
25654 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
25656         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
25657         Add plain auth method.
25658         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
25660 2005-07-17  Kim F. Storm  <storm@cua.dk>
25662         * ido.el (dired-other-window): Add ido property.
25664 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
25666         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25667         Fix typo in docstring.
25668         (byte-compile-interactive-only-functions): Add `insert-buffer' and
25669         `insert-file-literally'.
25671         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
25672         info and delete redundant message.  Doc fix.
25673         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
25674         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
25676 2005-07-16  Richard M. Stallman  <rms@gnu.org>
25678         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
25679         (byte-compile-and): Use byte-compile-and-recursion.
25680         (byte-compile-or-recursion): New function.
25681         (byte-compile-or): Use that.
25682         (byte-compile-if): Guard the else-clause too.
25683         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
25685         * isearch.el (isearch-mode-end-hook-quit): New variable.
25686         (isearch-done): Bind it.
25687         (isearch-mode-end-hook): Doc fix.
25689         * allout.el (allout-isearch-did-quit): Variable deleted.
25690         (allout-real-isearch-abort): Function name no longer used.
25691         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
25692         (allout-isearch-rectification): isearch-mode always exists.
25693         Don't set allout-isearch-did-quit.
25694         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
25695         allout-isearch-did-quit.
25696         (allout-enwrap-isearch): Just add the hook.
25697         (allout-isearch-abort): Function deleted.
25698         (allout-pre-command-business): Avoid warning.
25700         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
25701         Correctly avoid warnings.
25702         (pascal-outline): Likewise.
25704         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
25706         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
25708         * play/tetris.el (tetris-mode): Avoid warning.
25710         * play/snake.el (snake-mode): Avoid warning.
25712         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
25713         (gamegrid-set-display-table): Avoid warning.
25714         (gamegrid-set-timer): Likewise.
25715         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
25716         (gamegrid-add-score-with-update-game-score-1): Take FILE
25717         as argument.
25718         (gamegrid-add-score-with-update-game-score): Pass that argument.
25719         Rename have-shared-game-dir to gamegrid-shared-game-dir.
25721         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
25723         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
25724         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
25726         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
25727         and insert-file.
25729         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
25730         (sc-ask): Avoid warnings.
25732         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
25733         (eshell-hist-initialize): Use that var the natural way.
25735         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
25737         * emacs-lisp/re-builder.el (reb-cook-regexp):
25738         Avoid warning calling lre-compile-string.
25739         (reb-color-display-p): Avoid warning.
25741         * calculator.el (calculator-last-input): Guard uses
25742         of event-key and key-press-event-p.
25743         (event-key, key-press-event-p): Delete definitions.
25745         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
25746         (find-gc-source-directory, find-gc-subrs-callers)
25747         (find-gc-noreturn-list, find-gc-source-files)
25748         (find-gc-subrs-called): Vars renamed and defvar'd.
25750         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
25751         (checkdoc-overlay-put, checkdoc-delete-overlay)
25752         (checkdoc-overlay-start, checkdoc-overlay-end)
25753         (checkdoc-mode-line-update, checkdoc-char=):
25754         Define such that compiler knows they are defined.
25755         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
25756         (checkdoc-read-event): Delete.  Use read-event directly.
25758         * whitespace.el (whitespace-make-overlay)
25759         (whitespace-overlay-put, whitespace-delete-overlay)
25760         (whitespace-overlay-start, whitespace-overlay-end):
25761         Define such that compiler knows they are defined.
25762         (whitespace): Move conditional inside.
25764         * tempo.el (tempo-insert-template): Suppress warning.
25766         * ediff-diff.el (longlines-mode): Add defvar.
25768 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
25770         * server.el: Bind "C-x #" in a way that works even if C-x is
25771         redefined to a command key, not a prefix key.
25773 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
25775         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
25776         cl-make-type-test till execution time.
25778 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
25780         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
25781         arg ARG and use it.
25783 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
25785         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
25787 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
25789         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25790         a defcustom with two :set or :type keywords.
25792 2005-07-15  Richard M. Stallman  <rms@gnu.org>
25794         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
25795         Don't give ^M comment-end syntax.
25797 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
25799         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
25800         Don't consider gdbmi (gdb-mi.el has its own update functions).
25801         (gdb-var-delete): Make it work for gdbmi as well.
25802         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
25804         * progmodes/gud.el (etags, sdb): Only require etags when needed.
25805         (gud-speedbar-menu-items): Correct logic for enabling items.
25807 2005-07-15  Kim F. Storm  <storm@cua.dk>
25809         * ido.el: Fix commentary.
25810         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
25811         Use with-no-warnings around ffap-guesser.
25812         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
25813         Let bind minibuffer-completing-file-name to t.
25815 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
25817         * startup.el (site-run-file, keyboard-type): Doc fixes.
25818         (command-line): Check for "--basic-display" argument; also for
25819         "--quick", not "--bare-bones" (which was renamed).
25820         (fancy-splash-text): Add missing item "Getting New Versions".
25821         (normal-splash-screen): Fix typos and improve consistency with
25822         `fancy-splash-text'.  Update copyright year.
25824         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
25825         valid binding for `help-char'.
25827         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
25829 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
25831         * term.el (term-mode): Disable cua-mode for term buffers.
25833 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
25835         * add-log.el (add-log-mailing-address, change-log-merge):
25836         Doc fixes.
25837         (change-log-get-method-definition): Fix typo in docstring.
25839 2005-07-14  Kim F. Storm  <storm@cua.dk>
25841         * emulation/cua-base.el:
25842         (cua--pre-command-handler-1, cua--pre-command-handler)
25843         (cua--post-command-handler-1, cua--post-command-handler):
25844         Split in two.  Check (buffer local) value of cua-mode.
25845         (cua-selection-mode): New command.
25847 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
25849         * custom.el (custom-initialize-safe-set)
25850         (custom-initialize-safe-default): Doc fixes.
25852         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25853         and simplify :init-value again.
25855         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25856         and simplify :init-value again.  Delete autoload.
25858         * startup.el (command-line): Use `custom-reevaluate-setting' again
25859         for tooltip-mode.
25861         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25862         a defcustom with two :initialize keywords.
25864 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
25866         * allout.el (my-mark-marker, allout-isearch-prior-pos)
25867         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
25868         (allout-post-command-business, allout-flag-region)
25869         (isearch-reenable-font-lock, allout-yank)
25870         (allout-insert-latex-header, allout-insert-latex-trailer)
25871         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
25872         (allout-latex-verb-quote): Fix typos in docstrings.
25873         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
25874         (allout-unprotected, allout-prefix-data):
25875         Improve argument/docstring consistency.
25876         (allout-chart-subtree): Fix argument spec.
25877         (allout-open-topic): Rename `use_sib_bullet' argument to
25878         `use-sib-bullet'.  Doc fix.
25880         * whitespace.el (whitespace-check-buffer-leading)
25881         (whitespace-check-buffer-trailing)
25882         (whitespace-check-buffer-indent)
25883         (whitespace-check-buffer-spacetab)
25884         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
25885         (whitespace-check-leading-whitespace)
25886         (whitespace-check-trailing-whitespace)
25887         (whitespace-check-spacetab-whitespace)
25888         (whitespace-check-indent-whitespace)
25889         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
25890         (whitespace-modes): Fix typos in docstrings.
25891         (defgroup, defcustom): Doc fixes.
25893         * winner.el (winner-mode, winner-boring-buffers)
25894         (winner-pending-undo-ring): Doc fixes.
25895         (winner-ring): Remove unneeded `progn'.
25896         (winner-equal): `defsubst' it.
25897         (winner-redo): Fix message.
25899 2005-07-13  Kim F. Storm  <storm@cua.dk>
25901         * simple.el (line-move-1): Always use vertical-motion to
25902         do the last (or only) line move to ensure some movement.
25903         Undo 2005-06-23 change--don't check for overlays.
25905 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25907         * term/mac-win.el (ccl-encode-mac-roman-font)
25908         (ccl-encode-mac-centraleurroman-font)
25909         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
25910         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
25911         Change charset-id boundary of dimension to ?\xef.
25912         (mac-char-fontspec-list): New constant.
25913         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
25914         argument.  Nil uses itself as family in font-spec.  Previous
25915         behavior for nil is now provided by non-nil non-string argument.
25916         All callers changed.  Add font-specs for Mac fonts to
25917         "fontset-default" unless iso8859-1 fonts are installed.
25919 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25921         * progmodes/sh-script.el (sh-get-indent-info): Only indent
25922         a continuation line if the \ is preceded by SPC or TAB.
25923         (sh-get-indent-info): Simplify.
25924         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
25925         Use with-current-buffer.
25927         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
25928         when the matched text is empty.
25930 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
25932         * startup.el (command-line): Revert to previous handling of
25933         tooltip-mode.  Explain in comment why the complexity is needed.
25935         * tooltip.el (tooltip-mode): Revert to previous implementation of
25936         its defcustom.
25938         * frame.el (blink-cursor-mode): Revert to previous implementation
25939         of its defcustom.  Update comment.
25941 2005-07-12  Lars Hansen  <larsh@soem.dk>
25943         * desktop.el: Update e-mail address.
25945 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25947         * term/mac-win.el (mac-services-mail-selection)
25948         (mac-services-mail-to): New functions.
25949         (mac-application-menu-map): Bind them.
25951 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
25953         * progmodes/gdb-ui.el: Add note about buffering with Windows.
25955 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
25957         * custom.el (custom-reevaluate-setting): Doc fix.
25959 2005-07-11  Jay Belanger  <belanger@truman.edu>
25961         * calc/calc.el (calc-embedded-announce-formula-alist)
25962         (calc-embedded-open-close-plain-alist)
25963         (calc-embedded-open-close-mode-alist): Add checks for additional
25964         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
25966 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
25968         * custom.el (custom-enable-theme): Don't add theme to
25969         `custom-enabled-themes' with `push' because there is no
25970         setf-method for `delq'.
25972 2005-07-11  Richard M. Stallman  <rms@gnu.org>
25974         * custom.el (custom-declare-variable): Doc fix.
25976         * dired-aux.el (dired-compare-directories): Remove "." and ".."
25977         from the alists.
25979         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
25980         Do nothing if edebug-active.
25982         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
25983         (edebug-display): Do it here instead.
25985 2005-07-10  Richard M. Stallman  <rms@gnu.org>
25987         * cus-face.el (custom-theme-set-faces): Make it work.
25988         (custom-reset-faces): Doc fix.
25989         (custom-theme-reset-internal-face, custom-theme-face-value):
25990         Functions deleted.
25992         * custom.el (custom-push-theme): Maintain list of the settings
25993         of a given theme in its theme-settings property.
25994         Maintain position of old settings in the theme-value
25995         or theme-face property.
25996         (custom-enabled-themes): New variable.
25997         (custom-theme-enabled-p): New function.
25998         (provide-theme): Update custom-enabled-themes.
25999         Disable and reenable the `user' theme.
26000         (require-theme): Doc fix.
26001         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26002         (custom-theme-value, custom-theme-variable-value): Likewise.
26003         (custom-theme-reset-internal): Likewise.
26004         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26005         (custom-enable-theme, custom-disable-theme): New functions.
26006         (custom-variable-theme-value, custom-face-theme-value): Likewise.
26007         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26008         (custom-theme-reset-variables): Simplify.
26009         (deftheme, custom-declare-theme, custom-make-theme-feature):
26010         Definitions moved.
26012 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
26014         * longlines.el (longlines-show-region)
26015         (longlines-unshow-hard-newlines): Recognize hard newlines by
26016         non-nil hard property, instead of t.
26018 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
26020         * viper-cmd.el (viper--key-maps): New variable.
26021         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26022         emulation-mode-map-alists.
26023         (viper-envelop-ESC-key): Use viper-subseq.
26024         (viper-search-forward/backward/next): Disable debug-on-error.
26026         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26027         (viper-ESC-key): New defcustoms.
26029         * viper-macs.el (ex-map-read-args): Use viper-subseq.
26031         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26032         (viper-subseq): Copy of subseq from cl.el.
26034         * viper.el (viper-go-away, viper-set-hooks): Use
26035         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26037         * viper-mous.el (viper-current-frame-saved): Use defvar.
26039         * viper-init.el: Get rid of -face in face names.
26041         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26042         Make it work with longlines mode.
26044         * ediff-mult.el (ediff-meta-mode-hook): New variable.
26046         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26048         * ediff-init.el: Get rid of -face in face names.
26050 2005-07-10  Richard M. Stallman  <rms@gnu.org>
26052         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26053         and with-timeout-unsuspend.
26055         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26056         and with-timeout-unsuspend.
26058         * emacs-lisp/timer.el (with-timeout-timers): New variable.
26059         (with-timeout): Bind that variable to record timers.
26060         (with-timeout-suspend, with-timeout-unsuspend): New functions.
26062         * emacs-lisp/debug.el (debug-help-follow): New function.
26063         (debugger-mode-map): Use that instead of help-follow.
26064         (debugger-setup-buffer): Use eval-buffer-list
26065         to handle eval-buffer frames.
26067 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
26069         * timezone.el (timezone-parse-date): Change first regexp
26070         so it will not mistakenly match dates with no time zone.
26072 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
26074         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26076 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
26078         * custom.el (custom-initialize-safe-set)
26079         (custom-initialize-safe-default): New functions.
26081         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26082         and simplify :init-value.
26084         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26085         and simplify :init-value.  Delete obsolete comment.
26087         * startup.el (command-line): Use `custom-reevaluate-setting' to
26088         handle `tooltip-mode'.  Delete obsolete comment.
26090         * files.el (set-visited-file-name): Avoid calling
26091         `file-name-nondirectory' with a nil argument.
26093 2005-07-09  Richard M. Stallman  <rms@gnu.org>
26095         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26096         was called with nil for the buffer, handle the read position right.
26097         Handle read position for eval-region, too.
26099 2005-07-09  Juri Linkov  <juri@jurta.org>
26101         * fringe.el (fringe-mode): Add period in docstring.
26102         (fringe-query-style): Build prompt depending on `all-frames' arg.
26104         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26105         to not create links to unrelated functions in the Help buffer.
26107         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26108         Doc fix.
26110         * simple.el (next-error-hook): New variable.
26111         (next-error): Use it.  Doc fix.
26113         * textmodes/ispell.el (ispell-command-loop): Add current
26114         dictionary name and program name to mode-line-format.
26115         (ispell-region, ispell-process-line): Add current dictionary name
26116         and program name to messages.
26118 2005-07-08  Jay Belanger  <belanger@truman.edu>
26120         * calc/calc.el (calc-embedded-announce-formula-alist)
26121         (calc-embedded-open-close-formula-alist)
26122         (calc-embedded-open-close-word-alist)
26123         (calc-embedded-open-close-plain-alist)
26124         (calc-embedded-open-close-new-formula-alist)
26125         (calc-embedded-open-close-mode-alist)
26126         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26127         (calc-embedded-mode-hook): New variables.
26129         * calc/calc-embed.el (calc-embedded-firsttime)
26130         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26131         New variables.
26132         (calc-do-embedded): Use calc-embedded-firsttime,
26133         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26134         determine whether or not to run hooks.
26135         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26136         calc-embedded-firsttime-formula appropriately.
26137         Set calc-embedded delimiter variables according to mode.
26139 2005-07-08  Richard M. Stallman  <rms@gnu.org>
26141         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26142         Check for "emacs", etc., as entire symbol, not just as word.
26143         (checkdoc-file-comments-engine): Use regexp-quote on FN.
26145         * files.el (set-visited-file-name): Report the error
26146         for "empty filename" earlier.
26147         (kill-some-buffers): Ignore buffers already dead.
26149         * fringe.el (fringe-mode): Doc fix.
26151         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26152         Check for (featurep 'xemacs) and turn off warnings in what it guards.
26153         Use unwind-protect to ensure byte-compile-unresolved-functions
26154         is updated.
26156         * whitespace.el (whitespace-buffer-leading-cleanup):
26157         Simplify w/ skip-chars-forward.
26158         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26160         * mail/rmail.el (rmail-only-expunge): Fix paren error.
26161         Unconditionally try to leave point at the same old place.
26163 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
26165         * comint.el (comint-postoutput-scroll-to-bottom)
26166         (comint-show-maximum-output): Take scroll-margin into consideration.
26168 2005-07-08  Kim F. Storm  <storm@cua.dk>
26170         * ido.el (ido-use-filename-at-point): New choice `guess'.
26171         (ido-file-internal): Try ffap-guesser if selected.
26173         * ido.el (ido-before-fallback-functions): New hook.
26174         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26175         (ido-read-file-name): Run it.
26177 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
26179         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26180         strings rather than a list of symbols to the completion function.
26182 2005-07-07  Jay Belanger  <belanger@truman.edu>
26184         * calc/calc-units.el (math-apply-units): Change the places in
26185         which units are simplified.
26187 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
26189         * cus-edit.el (customize-option, customize-option-other-window):
26190         Make them handle aliases.
26192         * custom.el (custom-variable-p): Make it recursively follow
26193         aliases.  Mention that in the docstring.
26195 2005-07-07  Richard M. Stallman  <rms@gnu.org>
26197         * cus-start.el (exec-path): Use `directory' instead of `file'.
26198         Fix tag for nil.
26200 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26202         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26203         when called non-interactively.  Doc fix.
26205 2005-07-07  Lute Kamstra  <lute@gnu.org>
26207         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26208         new address as well.
26210 2005-07-07  Kenichi Handa  <handa@m17n.org>
26212         * international/mule.el (make-coding-system):
26213         Describe `ascii-incompatible' property in the docstring.
26214         (set-file-name-coding-system): Signal an error if coding-system is
26215         ascii-incompatible.
26216         (set-keyboard-coding-system): Likewise.
26218         * international/mule-cmds.el (set-default-coding-systems):
26219         Don't set default-file-name-coding-system and
26220         default-keyboard-coding-system if coding-system is ASCII-incompatible.
26222         * international/utf-16.el: Declare that all UTF-16-based coding
26223         systems are ASCII-incompatible.
26225 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
26227         * progmodes/gud.el: Require font-lock for displaying errors.
26228         Used by gdb-ui.el.
26230 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26232         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26233         values for the pattern lists which are `read'able but not
26234         `append'able (like symbols).
26236 2005-07-06  Richard M. Stallman  <rms@gnu.org>
26238         * progmodes/flymake.el (flymake-float-time): Instead of
26239         with-no-warnings, test for XEmacs.
26240         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26241         to avoid warning.
26243 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
26245         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26247 2005-07-05  Lute Kamstra  <lute@gnu.org>
26249         * battery.el: Add support for Darwin (with much debugging help
26250         from Samuel Lauber <sam124@operamail.com>).
26251         (battery-status-function, battery-echo-area-format)
26252         (battery-mode-line-format): Add support for pmset on Darwin.
26253         (battery-load-low, battery-load-critical): New user options.
26254         (battery-pmset): New function.
26256 2005-07-05  Lute Kamstra  <lute@gnu.org>
26258         Update FSF's address in GPL notices.
26260         * textmodes/page-ext.el: Update FSF's address.
26262 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26264         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26265         filling from using prefix when filling a single-line docstring.
26267         * progmodes/flymake.el: Remove useless eval-when-compile.
26269         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26271 2005-07-04  Richard M. Stallman  <rms@gnu.org>
26273         * textmodes/org.el (org-file-apps-defaults-gnu):
26274         Rename from org-file-apps-defaults-linux.
26275         (org-default-apps): Don't test system-type for `linux'.
26276         (org-file-apps): Doc fix.
26278 2005-07-04  David Ponce  <david@dponce.com>
26280         * tree-widget.el: Improve header Commentary section.
26281         (tree-widget) [defgroup]
26282         (tree-widget-image-enable, tree-widget-themes-directory)
26283         (tree-widget-theme, tree-widget-image-properties-emacs)
26284         (tree-widget-image-properties-xemacs, tree-widget-create-image)
26285         (tree-widget-image-formats, tree-widget-control)
26286         (tree-widget-empty-control, tree-widget-leaf-control
26287         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26288         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26289         (tree-widget-keep, tree-widget-after-toggle-functions)
26290         (tree-widget-open-node, tree-widget-close-node): Doc fix.
26291         (tree-widget-open-control, tree-widget-close-control): Fix doc and
26292         :help-echo message.
26293         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
26294         (tree-widget-image-properties): Doc fix.  Clearer implementation.
26295         (tree-widget--cursors): New constant.
26296         (tree-widget-lookup-image): New function split from
26297         `tree-widget-find-image'.  Clearer implementation.
26298         (tree-widget-find-image): Use it.
26299         (tree-widget-button-keymap): Use `set-keymap-parent'.
26300         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26301         Define the sub-widgets here.
26302         (tree-widget-node): Check that :node is not a tree-widget.
26303         (tree-widget-get-super, tree-widget-open-control)
26304         (tree-widget-close-control, tree-widget-empty-control)
26305         (tree-widget-leaf-control, tree-widget-guide)
26306         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26307         (tree-widget-no-handle, tree-widget-value-delete)
26308         (tree-widget-map): Remove.
26309         (tree-widget-children-value-save): Doc fix.  Simplified.
26310         (tree-widget-value-create): Update according to previous changes.
26312 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
26314         * textmodes/org.el: Leading space replaced by TABS.
26315         (org-recalc-marks, org-table-rotate-recalc-marks)
26316         (org-table-get-specials): Treat "^" and "_" marks.
26317         (org-table-justify-field-maybe): Optional argument NEW.
26318         (org-table-eval-formula): Parsing of the format simplified.
26319         New modes C,I.  Honor the %= parameter in the current table.
26320         Avoid unnecessary re-align by using the NEW argument to
26321         `org-table-justify-field-maybe'.
26322         (org-calc-default-modes): Default for date-format mimicks org-mode.
26323         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26325 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
26327         * cus-face.el (custom-theme-set-faces): Make it handle face
26328         aliases whose alias declarations are pre- or autoloaded.
26330 2005-07-04  Juri Linkov  <juri@jurta.org>
26332         * faces.el (read-face-name): Put the code for getting a face name
26333         from the buffer before adding the faces from the `face' property.
26334         Use `completing-read-multiple' instead of `completing-read'.
26335         Require `crm'.  Add default value and post-process the returned
26336         list of faces.
26338         * emacs-lisp/crm.el (crm-find-current-element)
26339         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26341         * emacs-lisp/lisp-mode.el (eval-defun-1):
26342         * emacs-lisp/edebug.el (edebug-eval-defun):
26343         Remove unnecessary quotes.
26345 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
26347         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26348         (prolog-indent-level): Fix typo in docstring.
26350         * info.el (Info-history, Info-history-forward)
26351         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26353         * add-log.el (add-change-log-entry):
26354         * comint.el (comint-dynamic-list-input-ring)
26355         (comint-dynamic-list-completions):
26356         * dabbrev.el (dabbrev-expand):
26357         * delim-col.el (delimit-columns-rectangle-line):
26358         * diff-mode.el (diff-context->unified, diff-reverse-direction)
26359         (diff-unified->context):
26360         * ediff-init.el (ediff-abbrev-jobname):
26361         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26362         (ediff-replace-session-activity-marker-in-meta-buffer):
26363         * info.el (Info-summary):
26364         * lpr.el (printify-region):
26365         * printing.el (pr-create-interface):
26366         * ps-print.el (ps-print-quote):
26367         * ses.el (ses-column-widths, ses-print-cell)
26368         (ses-adjust-print-width, ses-center):
26369         * shell.el (shell-file-name-quote-list):
26370         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26371         (strokes-fill-current-buffer-with-whitespace)
26372         (strokes-xpm-for-stroke, strokes-list-strokes)
26373         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26374         * term.el (term-dynamic-list-input-ring)
26375         (term-dynamic-list-completions):
26376         * calc/calc.el (math-format-stack-value):
26377         * emacs-lisp/edebug.el (edebug-display-freq-count):
26378         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26379         (delphi-new-comment-line):
26380         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26381         * progmodes/executable.el (executable-set-magic):
26382         * progmodes/python.el (inferior-python-mode):
26383         * progmodes/scheme.el (scheme-mode-syntax-table):
26384         * progmodes/sh-script.el (sh-maybe-here-document):
26385         * progmodes/sql.el (sql-copy-column):
26386         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26387         * textmodes/bibtex.el (bibtex-mode):
26388         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26389         (sgml-auto-attributes):
26390         * textmodes/table.el (table-insert, table-shorten-cell)
26391         (table--generate-source-scan-lines, table-delete-row)
26392         (*table--cell-delete-char, table--spacify-frame)
26393         (table--horizontally-shift-above-and-below)
26394         (table--cell-insert-char, table--cell-blank-str)
26395         (table--fill-region-strictly):
26396         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26397         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26399         * add-log.el (change-log):
26400         * apropos.el (apropos):
26401         * comint.el (comint-completion, comint-source):
26402         * dabbrev.el (dabbrev):
26403         * delim-col.el (columns):
26404         * diff-mode.el (diff-mode):
26405         * ediff.el (ediff):
26406         * ediff-diff.el (ediff-diff):
26407         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26408         * ediff-mult.el (ediff-mult):
26409         * ediff-ptch.el (ediff-ptch):
26410         * ediff-wind.el (ediff-window):
26411         * facemenu.el (facemenu):
26412         * indent.el (indent):
26413         * info.el (info):
26414         * jka-cmpr-hook.el (compression, jka-compr):
26415         * lpr.el (lpr):
26416         * outline.el (outlines):
26417         * pcmpl-cvs.el (pcmpl-cvs):
26418         * pcmpl-rpm.el (pcmpl-rpm):
26419         * printing.el (printing):
26420         * ps-print.el (postscript, ps-print, ps-print-horizontal)
26421         (ps-print-vertical, ps-print-headers, ps-print-font)
26422         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26423         (ps-print-background, ps-print-printer, ps-print-page)
26424         (ps-print-miscellany):
26425         * ses.el (ses):
26426         * shell.el (shell, shell-directories, shell-faces):
26427         * startup.el (initialization):
26428         * strokes.el (strokes):
26429         * term.el (term):
26430         * uniquify.el (uniquify):
26431         * w32-vars.el (w32):
26432         * calc/calc.el (calc):
26433         * emacs-lisp/bytecomp.el (bytecomp):
26434         * emacs-lisp/cl-indent.el (lisp-indent):
26435         * emacs-lisp/edebug.el (edebug):
26436         * emacs-lisp/elp.el (elp):
26437         * emacs-lisp/testcover.el (testcover):
26438         * emacs-lisp/trace.el (trace):
26439         * emulation/viper-ex.el (viper-ex):
26440         * emulation/viper-mous.el (viper-mouse):
26441         * mail/mailalias.el (mailalias):
26442         * mail/supercite.el (supercite, supercite-frames)
26443         (supercite-attr, supercite-cite, supercite-hooks):
26444         * net/rcompile.el (remote-compile):
26445         * net/rlogin.el (rlogin):
26446         * obsolete/ooutline.el (outlines):
26447         * progmodes/delphi.el (delphi):
26448         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
26449         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
26450         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
26451         (ebnf-optimization):
26452         * progmodes/etags.el (etags):
26453         * progmodes/executable.el (executable):
26454         * progmodes/idlwave.el (idlwave):
26455         * progmodes/pascal.el (pascal):
26456         * progmodes/prolog.el (prolog):
26457         * progmodes/python.el (python):
26458         * progmodes/scheme.el (scheme):
26459         * progmodes/sh-script.el (sh, sh-script):
26460         * progmodes/sql.el (SQL):
26461         * progmodes/tcl.el (tcl):
26462         * textmodes/bibtex.el (bibtex, bibtex-autokey):
26463         * textmodes/enriched.el (enriched):
26464         * textmodes/makeinfo.el (makeinfo):
26465         * textmodes/sgml-mode.el (sgml):
26466         * textmodes/table.el (table-hooks):
26467         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
26468         * textmodes/texinfo.el (texinfo):
26469         * textmodes/two-column.el (two-column):
26470         Finish `defgroup' description with period.
26472         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26473         * eshell/esh-var.el (eshell-var):
26474         * progmodes/vhdl-mode.el (vhdl-testbench):
26475         * textmodes/org.el (org): Fix typos in docstrings.
26477         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26478         consistency.
26480         * progmodes/flymake.el (flymake-find-file): Remove.
26481         (flymake-float-time): Use `with-no-warnings'.
26482         (flymake-check-start-time, flymake-check-was-interrupted)
26483         (flymake-err-info, flymake-is-running, flymake-last-change-time)
26484         (flymake-new-err-info): `defvar' at compile time.
26486 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
26488         * replace.el (occur-hook): Doc fix.
26489         (occur-1): Don't call `occur-hook' if there are no matches.
26491 2005-07-03  Richard M. Stallman  <rms@gnu.org>
26493         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
26494         global-map, save the same map.
26495         (global-map): Don't alter it at top level.
26496         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
26497         Then alter it here instead.
26498         (tpu-edt-off): Set global-map to the saved one.
26500         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
26501         All references simplified.
26502         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
26503         (zmacs-regions): Add defvar.
26504         (repeat-complex-command-map): Everything about that deleted.
26506         * textmodes/artist.el (artist-key-is-drawing)
26507         (artist-key-endpoint1, artist-key-poly-point-list)
26508         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
26509         (artist-key-compl-table, artist-rb-save-data)
26510         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
26511         Don't put them in eval-when-compile.
26512         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
26514         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
26515         Use with-no-warnings.
26517         * net/browse-url.el (dos-windows-version): Add defvar.
26519         * mail/supercite.el (filladapt-prefix-table): Add defvar.
26521         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
26522         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
26523         (rmail-new-summary-line-count): Rename from new-summary-line-count.
26524         Add defvar.
26525         (rmail-summary-beginning-of-message): Use with-no-warnings.
26526         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
26528         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
26529         Use with-no-warnings.
26531         * emulation/vi.el (vi-mark-region): Use c-mark-function.
26532         (c-mark-function): Add point-moving-unit property.
26533         (vi-goto-line): Use with-no-warnings.
26535         * emulation/edt.el (edt-last-copied-word): Add defvar.
26536         (zmacs-region-stays): Likewise.
26537         (edt-mark-section-wisely): Use c-mark-function for C.
26538         Use makr-defun for Fortran.
26539         (time-string): defvar deleted.
26540         (edt-display-the-time): Don't set time-string.
26542         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
26544         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26545         Don't warn when name is not constant
26546         or for defining the group `emacs'.
26548         * tooltip.el (gud-tooltip-mode): Add defvar.
26550         * startup.el (default-frame-background-mode): Add defvar.
26552         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
26554         * info.el (tool-bar-map): Add defvar.
26556         * dired.el (dnd-protocol-alist): Add defvar.
26558         * dired-aux.el (dired-query): Display question with answer, when
26559         the user answers.
26561         * custom.el (custom-add-option): Doc fix.
26563         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
26565 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
26567         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
26568         bogus name from the last change.
26570 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
26572         * custom.el (custom-declare-variable): Fix typos in comment.
26573         (custom-known-themes): Doc fix.
26574         (custom-theme-directory): New defcustom.
26575         (require-theme): Make it check `custom-theme-directory'.
26577         * cus-theme.el (custom-new-theme-mode): New function.
26578         (custom-theme-name, custom-theme-variables, custom-theme-faces)
26579         (custom-theme-description): Add compiler defvars.
26580         (customize-create-theme): Add doc to the "*New Custom Theme*"
26581         buffer.  Use `custom-new-theme-mode'.
26582         (custom-theme-write): Put the created buffer in emacs-lisp-mode
26583         and save it to the `custom-theme-directory'.  Make this the
26584         default directory of the buffer.
26586 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
26588         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
26589         Fix unbalanced parentheses.
26591 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26593         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
26594         into flymake-mode and delegate to flymake-mode.
26596         * find-file.el (ff-which-function-are-we-in): Clean up.
26598 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
26600         * replace.el (occur-rename-buffer): Fix docstring.
26602         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
26603         (edt-last-copied-word, edt-learn-macro-count)
26604         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
26605         (edt-rect-start-point, edt-user-global-map, rect-start-point)
26606         (time-string, zmacs-region-stays):
26607         * emulation/edt-mapper.el (edt-save-function-key-map)
26608         (EDT-key-name): `defvar' to silence the byte-compiler.
26610 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
26612         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
26613         font-lock-regexp-backslash.  Doc fix.
26614         (font-lock-regexp-backslash-grouping-construct): Rename from
26615         font-lock-regexp-backslash-construct.  Doc fix.
26616         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
26617         grouping constructs.
26619 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
26621         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
26622         updating all the prerequisites.
26624 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
26626         * textmodes/org.el (org-agenda-start-on-weekday)
26627         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
26628         (org-agenda-use-time-grid, org-archive-location)
26629         (org-allow-space-in-links, org-usenet-links-prefer-google)
26630         (org-enable-table-editor, org-export-default-language)
26631         (org-export-html-show-new-buffer, org-fill-paragraph)
26632         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
26633         (org-goto-quit, org-occur, org-eval-in-calendar)
26634         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
26635         (org-agenda-diary-entry, org-remember-help)
26636         (org-table-convert-region, org-at-table-p)
26637         (org-table-move-row-down, org-table-move-row-up)
26638         (org-table-copy-region, org-table-toggle-vline-visibility)
26639         (org-table-get-stored-formulas, org-table-get-specials)
26640         (org-recalc-commands, org-table-eval-formula)
26641         (org-table-formula-substitute-names, orgtbl-make-binding)
26642         (org-format-org-table-html, org-format-table-table-html)
26643         (org-format-table-table-html-using-table-generate-source)
26644         (org-customize): Fix typos in docstrings.
26645         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
26646         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
26647         (org-back-to-heading): Doc fixes.
26648         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
26649         (org-agenda-change-all-lines, org-get-header):
26650         Improve argument/docstring consistency.
26651         (orgtbl-error): Fix error message.
26653         * progmodes/flymake.el (flymake-find-possible-master-files)
26654         (flymake-master-file-compare, flymake-get-line-err-count)
26655         (flymake-highlight-line, flymake-gui-warnings-enabled):
26656         Fix typos in docstrings.
26657         (flymake-parse-line, flymake-get-project-include-dirs-function)
26658         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
26659         Doc fixes.
26660         (flymake-get-project-include-dirs-function)
26661         (flymake-make-err-menu-data):
26662         Improve argument/docstring consistency.
26664 2005-07-01  Lute Kamstra  <lute@gnu.org>
26666         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
26667         Catch errors with ignore-errors.  Use temporary buffer.
26668         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
26670         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
26671         background color faces.
26672         (facemenu-set-foreground, facemenu-set-background):
26673         Use facemenu-set-face-from-menu.
26674         (facemenu-set-face-from-menu): Treat face names that start with
26675         "fg:" or "bg:" as special.
26676         (facemenu-add-new-color): Don't create faces.  Simplify.
26678 2005-06-30  Richard M. Stallman  <rms@gnu.org>
26680         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
26681         (crm-find-current-element): Likewise.
26683 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
26685         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
26687 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26689         * arc-mode.el (archive-extract): Make it work as a mouse binding.
26690         (archive-mouse-extract): Make it an obsolete alias.
26691         (archive-mode-map): Don't use archive-mouse-extract any more.
26692         (archive-mode, archive-extract): write-contents-hooks ->
26693         write-contents-functions.
26694         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
26695         first arg.
26696         (archive-rename-entry): Update the call.
26697         (archive-zip-summarize): Remove unused var `method'.
26698         (archive-lzh-summarize): Remove unused var `creator'.
26700         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
26701         dedicated frame upon exit.
26703         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
26704         (archive-zip-extract, archive-zip-expunge)
26705         (archive-zip-update, archive-zip-update-case): Use executable-find.
26706         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
26707         Use restore-buffer-modified-p.
26708         (archive-extract, archive-add-new-member, archive-write-file-member):
26709         Use with-current-buffer.
26710         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
26712 2005-06-30  Andreas Schwab  <schwab@suse.de>
26714         * progmodes/gud.el (gud-filter): Remove unneeded progn.
26716 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
26718         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
26720 2005-06-30  Juri Linkov  <juri@jurta.org>
26722         * faces.el (vertical-border): Inherit from mode-line-inactive
26723         only on tty.
26725 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
26727         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
26728         example, -NLINES in the `occur' docstring).
26730         * replace.el (occur-1): When no matches are found, do not set the
26731         `buffer-read-only' and modified flags for the occur buffer,
26732         because it is deleted.
26734         * emulation/cua-base.el (cua-check-pending-input)
26735         (cua-repeat-replace-region, cua-mode, cua-debug)
26736         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
26737         Fix typos in docstrings.
26739         * emulation/cua-gmrk.el (cua-toggle-global-mark)
26740         (cua-cut-region-to-global-mark)
26741         (cua--cut-rectangle-to-global-mark):
26742         Remove period from end of messages.
26744         * emulation/cua-rect.el (cua-do-rectangle-padding):
26745         Remove period from end of messages.
26746         (cua--rectangle-seq-format): Fix typo in docstring.
26747         (cua-sequence-rectangle, cua-fill-char-rectangle):
26748         Improve argument/docstring consistency.
26750 2005-06-29  Juri Linkov  <juri@jurta.org>
26752         * faces.el (default-frame-background-mode): New internal variable.
26753         (frame-set-background-mode): Use it.
26755         * startup.el (normal-top-level): Set default-frame-background-mode
26756         instead of frame-background-mode.  Before setting it, test for its
26757         nil value.  Remove tests for frame-background-mode and frame
26758         parameter `reverse'.  Add test for "unspecified-fg".
26760         * term/xterm.el (xterm-rxvt-set-background-mode):
26761         * term/rxvt.el (rxvt-set-background-mode):
26762         Set default-frame-background-mode instead of frame-background-mode.
26764 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
26766         * simple.el (set-variable): Warn about obsolete user variables.
26768         * imenu.el (imenu--completion-buffer):
26769         * mouse.el (mouse-buffer-menu-alist):
26770         * msb.el (msb-invisible-buffer-p):
26771         * calendar/diary-lib.el (diary-header-line-format):
26772         * emacs-lisp/pp.el (pp-buffer):
26773         * progmodes/cperl-mode.el (cperl-do-auto-fill):
26774         * textmodes/picture.el (picture-replace-match):
26775         Change space constants followed by a sexp to "?\s ".
26777         * play/decipher.el (decipher-loop-with-breaks):
26778         * textmodes/texinfo.el (texinfo-insert-@item): Change space
26779         constants "protected" from end of line by a comment to "?\s".
26781 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26783         * font-lock.el (save-buffer-state): Use `declare'.
26785         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
26786         reset the syntax-table to cperl-mode-syntax-table.
26787         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
26788         "foo_print_bar" is not matched as a reserved keyword.
26790 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
26792         * textmodes/org.el (orgtbl-setup): New function, for delayed
26793         setup for the orgtbl commands.
26794         (org-calc-default-modes): New option.
26795         (orgtbl-make-binding): Use `defun' to get better help display.
26796         (org-diary): Call `org-compile-prefix-format'.
26797         (org-table-formula-substitute-names): New function.
26798         (org-agenda-day-view, org-agenda-week-view): New commands.
26799         (org-agenda-toggle-week-view): Command removed.
26800         (org-tbl-menu): Split off from org-org-menu.
26801         (org-mode): Move removal of outline-mode menus to here.
26802         (org-table-formula-debug): New option.
26803         (org-table-insert-row): Keep first field if just "#" or "*".
26804         (org-mode): Paragraph regexps fixed.
26805         (org-table-recalculate-regexp): New constant.
26806         (org-table-justify-field-maybe): Avoid replace if not necessary.
26807         (org-copy-special, org-cut-special): Use `call-interactively'.
26808         (org-table-copy-region): Take region from `interactive' call.
26809         (org-trim): Return string even if no match.
26810         (org-formula): New face.
26811         (org-set-font-lock-defaults): No longer highlight "FIXME".
26812         But highlight formula-related fields in table.
26813         (org-table-p): Use regexp, not fontification.
26814         (org-table-align): Handle white space at end of line.
26815         (org-table-formula-evaluate-inline): New option.
26816         (org-mode): Auto-wrapping in comment lines turned off.
26817         (org-table-copy-down): Evaluate only in copied field, not in
26818         destination.
26819         (org-table-current-formula): Variable removed.
26820         (org-table-store-formulas, org-table-get-stored-formulas)
26821         (org-table-modify-formulas, org-table-replace-in-formulas)
26822         (org-table-maybe-eval-formula): New functions.
26823         (org-table-get-formula): Modify to use stored formulas.
26824         (org-table-insert-column, org-table-delete-column)
26825         (org-table-move-column): Call `org-table-modify-formulas'.
26826         (org-complete): Add completion for keyword formulas.
26827         (orgtbl-mode): Pull orgtbl-mode-map to start of
26828         minor-mode-map-alist.
26830 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26832         * progmodes/python.el (python-check): Require `compile' before
26833         modifying its variables.
26835         * newcomment.el (comment-indent-default): Don't get fooled by an early
26836         end of buffer.
26838 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26840         * ps-print.el (ps-print-version): Fix version number.
26842 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
26844         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
26846 2005-06-28  Richard M. Stallman  <rms@gnu.org>
26848         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
26849         (flyspell-local-mouse-map): Declaration deleted.
26850         (flyspell-mouse-map): Bind only mouse-2.
26851         (flyspell-mode-map): Don't test flyspell-use-local-map.
26852         (flyspell-overlay-keymap-property-name): Var deleted.
26853         (flyspell-mode-on): Don't make local bindings for
26854         flyspell-mouse-map and flyspell-mode-map.
26855         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
26857         * textmodes/ispell.el (ispell-word): Do not ignore short words.
26859         * progmodes/compile.el (compilation-next-error-function):
26860         Don't switch buffers; operate on the current buffer.
26862         * progmodes/compile.el (compilation-error-file-name)
26863         (compilation-warning-file-name, compilation-info-file-name)
26864         (compilation-line-number, compilation-column-number): New faces.
26865         (compilation-error-face, compilation-warning-face)
26866         (compilation-info-face, compilation-line-face)
26867         (compilation-column-face): Use them.
26869         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
26871         * comint.el (comint-password-prompt-regexp): Accept ", try again".
26873         * bindings.el (global-map): Bind insertchar and its variants.
26875 2005-06-27  Richard M. Stallman  <rms@gnu.org>
26877         * textmodes/artist.el (artist-text-overwrite)
26878         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
26880 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26882         * ps-print.el: It was not working the page selection for printing.
26883         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
26884         (ps-print-version): New version 6.6.7.
26885         (ps-end-sheet): New fun.
26886         (ps-header-sheet, ps-end-job): Call it.
26888 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
26890         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
26892 2005-06-27  Lute Kamstra  <lute@gnu.org>
26894         * facemenu.el (facemenu-unlisted-faces): Add foreground and
26895         background color faces.
26896         (facemenu-get-face): Delete function.
26897         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
26898         (facemenu-add-new-color): Make second argument mandatory.
26899         Create the appropriate face and return it.  Simplify.
26900         (facemenu-set-foreground, facemenu-set-background): Don't check if
26901         color is defined.  Use return value of facemenu-add-new-color.
26903 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
26905         * progmodes/gud.el (gud-filter): Add missing argument to
26906         with-selected-window.
26908 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26910         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
26911         a :require to the defcustom.
26913         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
26914         defcustoms corresponding to minor modes.
26916 2005-06-26  David Ponce  <david@dponce.com>
26918         * recentf.el: Require tree-widget instead of wid-edit.
26919         (recentf-filename-handler): Fix widget :type.
26920         (recentf-cancel-dialog, recentf-open-more-files)
26921         (recentf-open-files-action): Doc fix.
26922         (recentf-dialog-goto-first): New function.
26923         (recentf-dialog-mode-map): Set parent keymap first.
26924         (recentf-dialog-mode): Define with define-derived-mode.
26925         Don't display continuation lines in dialogs.
26926         (recentf-edit-list): Rename from recentf-edit-selected-items.
26927         (recentf-edit-list-select): Rename from recentf-edit-list-action.
26928         Simplify.
26929         (recentf-edit-list-validate): New function.
26930         (recentf-edit-list): Update accordingly.
26931         (recentf-open-files-item-shift): Remove.
26932         (recentf-open-files-item): Convert menu elements into tree and
26933         link widgets.  Don't create the widgets.
26934         (recentf-open-files): Update accordingly.
26935         (recentf-save-list): Untabify.
26937 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
26939         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
26940         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
26941         partially contained in the active region.  Do not take active
26942         region into account when called from Lisp, unless INTERACTIVE arg
26943         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
26944         avoid trouble with fields.  Make marker point nowhere when no
26945         longer used.  Always return nil.  Doc fix.
26946         (flush-lines): Add INTERACTIVE arg.  Do not take active region
26947         into account when called from Lisp, unless INTERACTIVE arg is
26948         non-nil.  Use `forward-line' instead of `beginning-of-line' to
26949         avoid trouble with fields.  Make marker point nowhere when no
26950         longer used.  Always return nil.  Doc fix.
26951         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
26952         interchangeable.  Do not take active region into account when
26953         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
26954         message in echo area when called from Lisp, unless INTERACTIVE arg
26955         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
26956         Return the number of matches.  Doc fix.
26957         (occur): Doc fix.
26958         (perform-replace): Make comment follow double space convention for
26959         the sake of `outline-minor-mode'.
26961         * faces.el (facep): Doc fix.
26963 2005-06-25  Richard M. Stallman  <rms@gnu.org>
26965         * facemenu.el (facemenu-enable-faces-p): New function.
26966         (facemenu-background-menu, facemenu-foreground-menu)
26967         (facemenu-face-menu): Add menu-enable property.
26969         * jka-compr.el (jka-compr-insert-file-contents):
26970         Special handling if cannot find the uncompression program.
26972         * cus-face.el (custom-face-attributes): Add autoload.
26974         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26975         Bind comment-indent-function locally.
26977         * window.el (save-selected-window): Use save-current-buffer.
26979         * subr.el (with-selected-window): Use save-current-buffer.
26981         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
26982         and with-current-buffer.
26984 2005-06-24  Richard M. Stallman  <rms@gnu.org>
26986         * simple.el (line-move-1): Fix previous change.
26988 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
26990         * replace.el (occur-1): Set `buffer-read-only' and the
26991         buffer-modified flag before running `occur-hook' to protect
26992         against unintentional buffer switches that can lead to data loss.
26994 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
26996         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
26997         (gud-gdb-marker-filter): Use font-lock-warning-face for any
26998         initial error.
27000         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27001         after fresh input.
27002         (gdb-var-create-handler): Put name of expression in quotes.
27004 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
27006         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27007         elements of RING in order, and without bogus nil elements.
27009 2005-06-23  Richard M. Stallman  <rms@gnu.org>
27011         * simple.el (set-variable): Args renamed; doc fix.
27012         (line-move-1): When there are overlays around, use vertical-motion.
27014         * faces.el (escape-glyph): Use brown against light background.
27015         (nobreak-space): Rename from no-break-space.
27016         Fix previous change.
27018         * dired-aux.el (dired-do-copy): Fix arg prompt.
27020         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27022 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
27024         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27025         rather than "Distributor".
27027 2005-06-23  Lute Kamstra  <lute@gnu.org>
27029         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27030         (debug-on-entry): Use it.  New interactive declaration that uses
27031         function-called-at-point.
27033 2005-06-23  Kim F. Storm  <storm@cua.dk>
27035         * subr.el (save-match-data): Add comment about using evaporate arg
27036         to set-match-data.
27038 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
27040         * cus-edit.el (customize-face)
27041         (customize-face-other-window): Handle face aliases.
27043         * faces.el (face-documentation, set-face-attribute)
27044         (face-spec-set): Handle face aliases.
27046 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
27048         * help-mode.el (help-make-xrefs): If a symbol representing a face
27049         name is not followed by the word "face", it could still be a
27050         function or variable name, so don't bypass other checks.
27052 2005-06-22  Juri Linkov  <juri@jurta.org>
27054         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27055         Replace aliased functions with calls where second arg `inherit' is t.
27057 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
27059         * progmodes/gdb-ui.el (gdb-error): New variable.
27060         (gdb-error): New function.
27061         (gdb-annotation-rules): Act on error-begin and error annotations.
27062         (gdb-concat-output): Use font-lock-warning-face for errors.
27064 2005-06-22  Miles Bader  <miles@gnu.org>
27066         * bindings.el (propertized-buffer-identification): Use renamed
27067         `Buffer-menu-buffer' face.
27069         * faces.el (vertical-border): Rename from `vertical-divider'.
27070         (escape-glyph): Change dark-background color back to `cyan'.
27072 2005-06-21  Juri Linkov  <juri@jurta.org>
27074         * faces.el (face-user-default-spec): Try getting `customized-face'
27075         prior to `saved-face'.
27076         (frame-background-mode): Refill docstring.
27078         * emacs-lisp/lisp-mode.el (eval-defun-1):
27079         * emacs-lisp/edebug.el (edebug-eval-defun):
27080         Set `saved-face' temporarily to nil before calling form.
27081         Set `customized-face' to the new spec after that.
27083 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
27085         * subr.el (1value, lambda, key-substitution-in-progress):
27086         Doc fixes.
27088         * autoinsert.el (auto-insert-alist):
27089         * ses.el (ses-call-printer):
27090         * subr.el (noreturn):
27091         * emacs-lisp/lisp.el (check-parens):
27092         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27093         * net/browse-url.el (browse-url-mosaic):
27094         * progmodes/cc-defs.el (c-safe-scan-lists):
27095         * progmodes/ebnf-abn.el (ebnf-abn-lex):
27096         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27097         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27098         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27099         * progmodes/ebnf-iso.el (ebnf-iso-lex):
27100         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27102 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
27104         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27106 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
27108         * calendar/appt.el (appt-make-list): Activate the package, if
27109         not already active (for backwards compatibility).
27111 2005-06-20  Kim F. Storm  <storm@cua.dk>
27113         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
27115 2005-06-20  Miles Bader  <miles@gnu.org>
27117         * faces.el (vertical-divider): New face.
27119 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
27121         * simple.el (kill-whole-line): Doc fix.
27122         (next-error-buffer-p, next-error-find-buffer)
27123         (clone-indirect-buffer): Fix typos in docstrings.
27124         (comment-line-break-function): Doc fix: don't say variable
27125         is automatically buffer-local (it isn't).
27127 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
27129         * net/tramp-ftp.el (top):
27130         * net/tramp-smb.el (top):
27131         * net/tramp-util.el (top):
27132         * net/tramp-uu.el (top):
27133         * net/tramp-vc.el (top):
27134         * net/tramp.el (top): Revert copyright years back to original
27135         ones.  Tramp has a life outside GNU Emacs.
27137 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
27139         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27141 2005-06-18  Juri Linkov  <juri@jurta.org>
27143         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27144         end of first regexp to limit the match to the position between
27145         line number and source line with same separator character as used
27146         between file name and line number.  In the second regexp limit
27147         mouse-face area to file name and line number by adding new group
27148         for them and referring it in HYPERLINK arg.
27149         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27150         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27151         previous line where grep markers may be already removed.
27153 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
27155         * progmodes/ps-mode.el: Update version and maintainer's email address.
27157 2005-06-18  Steve Youngs  <steve@xemacs.org>
27159         * net/browse-url.el (browse-url-browser-function)
27160         (browse-url-default-browser): Add firefox.
27161         (browse-url-firefox-program, browse-url-firefox-arguments)
27162         (browse-url-firefox-startup-arguments)
27163         (browse-url-firefox-new-window-is-tab): New defcustoms.
27164         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27166 2005-06-17  Richard M. Stallman  <rms@gnu.org>
27168         * startup.el (command-line): Warn if specified user name has
27169         no home directory.
27171         * term.el (term-get-old-input, term-input-filter, term-input-sender)
27172         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27174         * longlines.el (longlines-mode, longlines-show-hard-newlines):
27175         Doc fixes.
27177         * faces.el (underline): Try bold if terminal doesn't support underline.
27179         * mail/sendmail.el (mail-setup-with-from): New variable.
27180         (mail-insert-from-field): New function.
27181         (sendmail-send-it): Call it.
27182         (mail-setup): Optionally call it here.
27184         * term/linux.el: Call tty-no-underline.
27186 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
27188         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27190 2005-06-17  Miles Bader  <miles@gnu.org>
27192         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27193         (ediff-current-diff-C, ediff-current-diff-Ancestor)
27194         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27195         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27196         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27197         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27198         Remove "-face" suffix from face names.
27199         (ediff-current-diff-face-A, ediff-current-diff-face-B)
27200         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27201         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27202         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27203         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27204         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27205         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27206         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27207         New backward-compatibility aliases for renamed faces.
27208         (ediff-current-diff-face-A, ediff-current-diff-face-B)
27209         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27210         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27211         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27212         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27213         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27214         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27215         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27216         Use renamed ediff faces.
27218         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27219         Remove "-face" suffix from face names.
27220         (eshell-test-ok-face, eshell-test-failed-face):
27221         New backward-compatibility aliases for renamed faces.
27222         (eshell-run-test): Use renamed eshell-test faces.
27224         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27225         face name.
27226         (eshell-prompt-face): New backward-compatibility alias for renamed
27227         face.
27228         (eshell-emit-prompt): Use renamed eshell-prompt face.
27230         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27231         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27232         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27233         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27234         Remove "-face" suffix from face names.
27235         (eshell-ls-directory-face, eshell-ls-symlink-face)
27236         (eshell-ls-executable-face, eshell-ls-readonly-face)
27237         (eshell-ls-unreadable-face, eshell-ls-special-face)
27238         (eshell-ls-missing-face, eshell-ls-archive-face)
27239         (eshell-ls-backup-face, eshell-ls-product-face)
27240         (eshell-ls-clutter-face):
27241         New backward-compatibility aliases for renamed faces.
27242         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27244         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27245         Remove "-face" suffix from face name.
27246         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27247         instead of literal face.
27249 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
27251         * emacs-lisp/warnings.el (display-warning, lwarn)
27252         (warning-minimum-log-level): Doc fixes.
27253         (warning-minimum-level, warning-minimum-log-level):
27254         Add :debug to :type choices.
27256         * progmodes/ada-mode.el (ada-format-paramlist)
27257         (ada-get-indent-case, ada-check-matching-start)
27258         (ada-check-defun-name, ada-goto-matching-decl-start)
27259         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27260         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27261         (ada-make-subprogram-body): Follow error conventions.
27262         (ada-case-exception-file, ada-indent-comment-as-code)
27263         (ada-indent-handle-comment-special, ada-indent-renames)
27264         (ada-indent-return, ada-search-directories-internal)
27265         (ada-tab-policy, ada-case-exception-substring)
27266         (ada-other-file-alist, ada-matching-start-re)
27267         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27268         (ada-imenu-generic-expression, ada-compile-goto-error)
27269         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27270         (ada-popup-menu, ada-add-extensions, ada-mode)
27271         (ada-region-selected, ada-create-case-exception)
27272         (ada-create-case-exception-substring, ada-after-keyword-p)
27273         (ada-activate-keys-for-case, ada-adjust-case-region)
27274         (ada-adjust-case-buffer, ada-format-paramlist)
27275         (ada-scan-paramlist, ada-insert-paramlist)
27276         (ada-indent-newline-indent)
27277         (ada-indent-newline-indent-conditional)
27278         (ada-justified-indent-current, ada-goto-previous-word)
27279         (ada-indent-current, ada-get-indent-open-paren)
27280         (ada-get-indent-paramlist, ada-get-indent-end)
27281         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27282         (ada-get-indent-block-start, ada-get-indent-subprog)
27283         (ada-get-indent-noindent, ada-get-indent-label)
27284         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27285         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27286         (ada-goto-stmt-end, ada-goto-next-word)
27287         (ada-check-matching-start, ada-check-defun-name)
27288         (ada-goto-matching-decl-start, ada-goto-matching-start)
27289         (ada-goto-matching-end, ada-search-ignore-string-comment)
27290         (ada-in-decl-p, ada-looking-at-semi-or)
27291         (ada-looking-at-semi-private, ada-in-paramlist-p)
27292         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27293         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27294         (ada-next-procedure, ada-previous-procedure, ada-next-package)
27295         (ada-previous-package, ada-create-menu)
27296         (ada-fill-comment-paragraph-justify)
27297         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27298         (ada-other-file-name, ada-last-which-function-line)
27299         (ada-last-which-function-subprog, ada-which-function)
27300         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27301         (ada-gen-treat-proc, ada-check-emacs-version)
27302         (ada-continuation-indent, ada-align-region-separate):
27303         Fix typos in docstrings.
27304         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27306 2005-06-16  Lute Kamstra  <lute@gnu.org>
27308         * simple.el (fundamental-mode): Run after-change-major-mode-hook
27309         conditionally.
27311 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
27313         * comint.el (comint-replace-by-expanded-filename)
27314         (comint-prompt-regexp, comint-delimiter-argument-list)
27315         (comint-preinput-scroll-to-bottom):
27316         * info.el (Info-hide-cookies-node):
27317         * ls-lisp.el (ls-lisp-classify):
27318         * find-file.el (ff-search-directories, ff-special-constructs)
27319         (ff-find-other-file):
27320         * font-lock.el (font-lock-keywords):
27321         * shell.el (shell-prompt-pattern)
27322         (shell-dynamic-complete-functions, shell-mode)
27323         (shell-delimiter-argument-list):
27324         * term.el (term-replace-by-expanded-filename)
27325         (term-prompt-regexp, term-delimiter-argument-list):
27326         * woman.el (woman-ignore, woman0-if):
27327         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27328         * emacs-lisp/elint.el (elint-init-env):
27329         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27330         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27331         * language/ethio-util.el (ethio-tilde-escape)
27332         (ethio-use-three-dot-question):
27333         * net/zone-mode.el (zone-mode-load-time-setup):
27334         * progmodes/cc-align.el (c-lineup-argcont):
27335         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27336         * progmodes/cperl-mode.el (cperl-set-style-back):
27337         * progmodes/inf-lisp.el (inferior-lisp-prompt):
27338         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27339         Fix spellings in docstrings.
27341         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27342         * progmodes/modula2.el (m2-for): Fix spellings.
27344         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27346         * simple.el (undo-more): Don't use `format' on `error' arguments.
27347         Improve argument/docstring consistency.
27348         (pending-undo-list): Doc fix.
27350         * smerge-mode.el (smerge-ensure-match):
27351         * emulation/vip.el (vip-ex):
27352         * net/zone-mode.el (zone-mode-update-serial):
27353         * progmodes/idlwave.el (idlwave-complete):
27354         * progmodes/vhdl-mode.el (vhdl-visit-file)
27355         (vhdl-compose-wire-components):
27356         Don't use `format' on `error' arguments.
27358         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27359         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27360         (tooltip-help-tips): Fix typos in docstrings.
27362 2005-06-16  David Ponce  <david@dponce.com>
27364         * tree-widget.el (tree-widget-value-create): Simplify last change.
27366 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
27368         * ido.el (ido-incomplete-regexp): New variable.
27369         (ido-set-matches-1): Handle invalid-regexp error and set
27370         ido-incomplete-regexp.
27371         (ido-incomplete-regexp): New face.
27372         (ido-completions): Use it.
27373         (ido-complete, ido-exit-minibuffer, ido-completions):
27374         Handle incomplete regexps.
27375         (ido-completions): Add check for complete match when entering a regexp.
27377 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27379         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27381 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
27383         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27384         by field delimiters.
27386 2005-06-15  David Ponce  <david@dponce.com>
27388         * tree-widget.el: eval-and-compile inlined functions so they will
27389         be available at run-time too.
27390         (tree-widget-super-format-handler)
27391         (tree-widget-format-handler): Remove.
27392         (tree-widget-value-create): Handle the :indent property.
27394 2005-06-15  Miles Bader  <miles@gnu.org>
27396         * progmodes/which-func.el (which-func): Only inherit
27397         `font-lock-function-name-face' when that makes sense against the
27398         default mode-line face, otherwise set the face color explicitly.
27400         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27401         faces instead of (non-existent) variables.
27403 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
27405         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27406         (iswitchb-get-matched-buffers): Likewise.  Simplify.
27408 2005-06-14  Miles Bader  <miles@gnu.org>
27410         * progmodes/ld-script.el (ld-script-location-counter):
27411         Remove "-face" suffix from face name.
27412         (ld-script-location-counter-face):
27413         New backward-compatibility alias for renamed face.
27414         (ld-script-location-counter-face): Use renamed face.
27416         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27417         (cperl-hash): Remove "-face" suffix from face names.
27418         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27419         New backward-compatibility aliases for renamed faces.
27420         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27421         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27423         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27424         name.
27425         (which-func-face): New backward-compatibility alias for renamed face.
27426         (which-func-format): Use renamed which-func face.
27428         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
27429         (vhdl-function, vhdl-directive, vhdl-reserved-word)
27430         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27431         names.
27432         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27433         (vhdl-speedbar-configuration, vhdl-speedbar-package)
27434         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27435         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27436         (vhdl-speedbar-architecture-selected)
27437         (vhdl-speedbar-configuration-selected)
27438         (vhdl-speedbar-package-selected)
27439         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27440         names.
27441         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27442         Use renamed faces.
27443         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27444         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27445         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
27446         Use renamed faces.
27447         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
27448         names.
27449         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
27450         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
27451         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
27452         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
27453         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
27454         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
27456         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
27457         face name.
27458         (sh-heredoc-face): New backward-compatibility alias for renamed face.
27459         (sh-heredoc-face): Use renamed sh-heredoc face.
27461         * progmodes/idlw-help.el (idlwave-help-link):
27462         Remove "-face" suffix from face name.
27463         (idlwave-help-link-face):
27464         New backward-compatibility alias for renamed face.
27465         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
27467         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
27468         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
27469         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27470         New backward-compatibility aliases for renamed faces.
27471         (idlwave-shell-disabled-breakpoint-face)
27472         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27474         * progmodes/flymake.el (flymake-errline, flymake-warnline):
27475         Remove "-face" suffix from face names.
27476         (flymake-errline-face, flymake-warnline-face):
27477         New backward-compatibility aliases for renamed faces.
27478         (flymake-highlight-line): Use renamed flymake faces.
27480         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27481         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27482         (ebrowse-member-class, ebrowse-progress):
27483         Remove "-face" suffix from face names.
27484         (ebrowse-tree-mark-face, ebrowse-root-class-face)
27485         (ebrowse-file-name-face, ebrowse-default-face)
27486         (ebrowse-member-attribute-face, ebrowse-member-class-face)
27487         (ebrowse-progress-face):
27488         New backward-compatibility aliases for renamed faces.
27489         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
27490         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
27491         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
27492         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
27494         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
27495         antlr-syntax)
27496         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
27497         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
27498         names.
27499         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
27500         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
27501         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
27502         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
27503         backward-compatibility aliases for renamed faces.
27504         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27505         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
27506         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
27507         remove "font-lock-".  Use renamed antlr-mode faces.
27508         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
27509         literal face-names with face variable references.
27511         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
27512         face name.
27513         (Buffer-menu-buffer-face): New backward-compatibility alias for
27514         renamed face.
27515         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
27517 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
27519         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
27520         Eliminate "-face" suffix.
27521         (makefile-targets): Inherit from font-lock-function-name-face and
27522         eliminate "-face" suffix.
27523         (makefile-shell): Remove attributes and eliminate "-face" suffix.
27524         (makefile-*-font-lock-keywords): Append makefile-targets in rule
27525         actions, instead of prepending, to make it less visible.
27526         (makefile-previous-dependency, makefile-match-dependency):
27527         Don't match a target on a continuation line.
27529         * files.el (auto-mode-alist): Put Makefile in gmake mode.
27531 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
27533         * progmodes/gdb-ui.el (menu): Re-order menu items.
27534         (gdb-tooltip-print): Respect tooltip-use-echo-area.
27536         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
27537         Define in tooltip.el.
27538         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
27539         (gud-tooltip-tips): Respect tooltip-use-echo-area and
27540         gud-tooltip-echo-area.
27542         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
27543         backward compatibility and make obsolete.
27544         (tooltip-help-tips): Use tooltip-use-echo-area.
27545         (tooltip-show-help-function): Rename to...
27546         (tooltip-show-help): ...this, because it is a function.
27547         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
27549 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
27551         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
27552         (edebug-print-length, edebug-print-level, edebug-print-circle)
27553         (edebug-modify-breakpoint, edebug-eval-last-sexp)
27554         (edebug-eval-print-last-sexp): Doc fixes.
27556 2005-06-14  Kim F. Storm  <storm@cua.dk>
27558         * ido.el (ido-mode): Make a new keymap every time we enable ido,
27559         as the coverage buffer/file/both may change.
27561 2005-06-14  Lute Kamstra  <lute@gnu.org>
27563         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
27564         and run-mode-hooks.  Simplify.
27566         * mail/rmailedit.el (rmail-edit-mode):
27567         * progmodes/octave-inf.el (inferior-octave-mode):
27568         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
27570         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
27571         and run-mode-hooks.
27572         (recentf-edit-list, recentf-open-files): Don't call
27573         kill-all-local-variables directly.
27575         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
27577 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
27579         * emacs-lisp/byte-run.el (make-obsolete)
27580         (define-obsolete-function-alias): Rename arguments FUNCTION and
27581         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
27582         (make-obsolete-variable, define-obsolete-variable-alias):
27583         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
27584         respectively.
27586         * isearchb.el (isearchb-activate):
27587         * pcvs.el (cvs-mode):
27588         * ses.el (ses-load):
27589         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
27590         * net/tramp.el (tramp-find-file-exists-command)
27591         (tramp-find-shell):
27592         * progmodes/ada-mode.el (ada-create-case-exception)
27593         (ada-create-case-exception-substring, ada-make-subprogram-body):
27594         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
27595         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
27596         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
27597         * textmodes/org.el (org-promote, org-evaluate-time-range)
27598         (org-agenda-next-date-line, org-agenda-previous-date-line)
27599         (org-agenda-error, org-open-at-point, org-table-move-row)
27600         (org-format-table-table-html-using-table-generate-source)
27601         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
27602         * textmodes/reftex.el (reftex-access-scan-info):
27603         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
27604         (reftex-toc-promote-prepare): Follow error conventions.
27606         * diff-mode.el (diff-mode): Fix typo in docstring.
27608         * forms.el (forms--intuit-from-file): Fix reference to
27609         `forms-number-of-fields' in error message.
27610         (forms-print): Fix quoting in error message.
27612         * forms.el (forms-mode):
27613         * emulation/vi.el (vi-goto-insert-state):
27614         * progmodes/flymake.el (flymake-new-err-info)
27615         (flymake-start-syntax-check-for-current-buffer)
27616         (flymake-simple-cleanup):
27617         * eshell/esh-var.el (eshell/export):
27618         * progmodes/gud.el (xdb):
27619         * textmodes/flyspell.el (flyspell-incorrect-hook)
27620         (flyspell-maybe-correct-transposition)
27621         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
27623 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
27625         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
27626         minibuffer prompt.
27628 2005-06-13  Kim F. Storm  <storm@cua.dk>
27630         * subr.el (add-to-ordered-list): New defun.
27632         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
27633         add cua--keymap-alist to emulation-mode-map-alists.
27635 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
27637         * subr.el (complete-in-turn): New macro.
27638         (dynamic-completion-table, lazy-completion-table): Add debug info.
27640         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
27641         in preference to face aliases.
27643         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
27644         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
27645         Remove unused vars `start' and `firstline'.
27646         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
27647         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
27649 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
27651         * cus-start.el (all): Don't complain about missing GTK-related
27652         variables, unless either `gtk' is boundp or this isn't a
27653         `windows-nt' build.
27655 2005-06-13  Lute Kamstra  <lute@gnu.org>
27657         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
27658         run-mode-hooks.
27660         * ediff-mult.el (ediff-meta-mode):
27661         * ediff-util.el (ediff-mode): Use run-mode-hooks.
27663         * ledit.el (ledit-mode): Use delay-mode-hooks.
27665         * woman.el (woman-mode-line-format): Delete constant.
27666         (woman-mode-map): Initialize it properly.
27667         (woman-mode): Set mode-class property to special.
27668         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
27669         Set major-mode and mode-name.  Don't set mode-line-format directly.
27670         (Man-getpage-in-background): Don't reference woman-mode-line-format.
27672         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
27673         string argument obsolete.
27675 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
27677         * textmodes/org.el (org-CUA-compatible): New option.
27678         (org-disputed-keys): New variable.
27679         (org-key): New function.
27680         (orgtbl-make-binding): Add docstring to the created function.
27681         (org-mode): Set paragraph start/separate regexps.
27682         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
27683         (org-archive-location, org-archive-mark-done)
27684         (org-archive-stamp-time): New options.
27685         (org-archive-subtree): New command.
27686         (org-fill-paragraph): New function.
27687         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
27688         (org-fake-empty-table-line): Function removed.
27689         (org-format-org-table-html): Do not create empty table lines at
27690         separator lines.  Improved table header treatment.
27691         (org-link-format): New option.
27692         (org-make-link): New function.
27693         (org-insert-link, org-store-link): Use org-make-link.
27694         (org-open-file): Quote file name for shell command, to allow
27695         spaces in file names.
27696         (org-link-regexp): Fix bug with mailto link.
27697         (org-link-maybe-angles-regexp, org-protected-link-regexp):
27698         New constants.
27699         (org-export-as-html): Deal with the optional angles around a link.
27700         Better treatment of file: links.
27701         (org-open-at-point): Replace @{ and @} with < and >.
27702         (org-run-mode-hooks): Function removed.
27703         (org-agenda-mode): No longer use `org-run-mode-hooks'.
27705 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
27707         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
27708         MI command -data-list-register-values.
27709         (gdb-post-prompt): Indent properly.
27711 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
27713         * hilit-chg.el (highlight-changes-colors): Rename from
27714         `highlight-changes-colours'.
27715         (highlight-changes-colours): Keep as obsolete alias.
27716         (highlight-changes-face-list): Doc fix.
27717         (hilit-chg-make-list): Use `highlight-changes-colors'.
27719 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
27721         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
27722         defun-prompt-regexp.
27724 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
27726         * loadup.el: Don't say we are dumping under 2 names on windows-nt
27727         and cygwin.
27729         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
27730         Don't use an old loaddefs.el, as in Makefile.in.
27732 2005-06-12  Lute Kamstra  <lute@gnu.org>
27734         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
27736         * man.el (Man-mode-map): Initialize it properly.
27737         (Man-mode): Set mode-class property to special.
27739         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
27741 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
27743         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
27744         A newline is needed in the docstring there.
27746         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
27747         Doc fixes.
27749 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27751         * printing.el: Doc fix.  The menubar is no more changed when printing
27752         is loaded, it only changes when pr-menu-bind or pr-update-menus is
27753         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
27754         (pr-version): New version number (6.8.4).
27755         (pr-menu-bind): New command.
27756         (pr-update-menus): Docstring and code fix.
27757         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
27758         Docstring fix.
27759         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
27760         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
27762 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
27764         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
27765         "Returns" to "return", document useful return values, etc.
27767 2005-06-11  Alan Mackenzie  <acm@muc.de>
27769         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
27770         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
27771         (adaptive-file-function): Minor amendment to doc-string.
27773 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27775         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
27776         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
27777         Fix :type--it is `integer', not `string'.
27779         * faces.el (modeline-highlight): Rename from (the erroneous)
27780         `modeline-higilight'.
27782 2005-06-11  Lute Kamstra  <lute@gnu.org>
27784         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
27785         lisp-interaction-mode-map but make it the parent.
27786         (edebug-eval-mode): Use define-derived-mode.
27788 2005-06-11  Andreas Schwab  <schwab@suse.de>
27790         * bindings.el: Add binding of `ESC functionkey' for every
27791         `M-functionkey'.
27792         * hexl.el (hexl-mode-map): Likewise.
27794 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
27796         * progmodes/compile.el (compilation-error-regexp-alist-alist)
27797         [msft]: update regexp for newer msft compilers.
27799 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
27801         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
27802         ATTLIST portions of included DTDs.
27803         (xml-parse-dtd): Eliminate use of inefficient match-data.
27805 2005-06-10  Miles Bader  <miles@gnu.org>
27807         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
27808         (mpuz-text): Remove "-face" suffix from face names.
27809         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
27810         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
27811         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
27813         * play/gomoku.el (gomoku-O, gomoku-X):
27814         Remove "-face" suffix from face names.
27815         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
27816         New backward-compatibility aliases for renamed faces.
27817         (gomoku-font-lock-keywords): Use renamed gomoku faces.
27819 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
27821         * thumbs.el: Fixes for changes of 2005-06-09.
27822         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
27823         as a directory.
27824         (thumbs-thumbname): Remove directory separator from format string;
27825         `thumbs-thumbsdir' now returns a valid directory name.
27826         (thumbs-temp-dir): New defsubst.
27827         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
27828         Use it.
27830         * cus-edit.el (minibuffer):
27831         * files.el (make-backup-file-name-function):
27832         * filesets.el (filesets-external-viewers):
27833         * hilit-chg.el (highlight-changes-colours)
27834         (highlight-changes-face-list, highlight-changes-rotate-faces):
27835         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
27836         * kmacro.el (kmacro-call-macro):
27837         * log-edit.el (log-edit-changelog-full-paragraphs):
27838         * mouse.el (mouse-1-click-follows-link):
27839         * skeleton.el (skeleton-autowrap):
27840         * subr.el (insert-for-yank-1):
27841         * tempo.el (tempo-insert-region):
27842         * terminal.el (terminal-emulator):
27843         * time.el (display-time-mail-face):
27844         * vc.el (vc-annotate):
27845         * vcursor.el (vcursor-copy-line):
27846         * woman.el (woman-bold-headings, woman-ignore)
27847         (woman-default-faces, woman-monochrome-faces):
27848         * calendar/todo-mode.el (todo-insert-threshold):
27849         * emulation/pc-select.el (pc-select-selection-keys-only)
27850         (pc-selection-mode):
27851         * emulation/vip.el (vip-find-char-forward):
27852         * emulation/viper-cmd.el (viper-find-char-forward):
27853         * international/mule-cmds.el
27854         (select-safe-coding-system-accept-default-p)
27855         (input-method-exit-on-invalid-key):
27856         * international/mule-diag.el (describe-coding-system):
27857         * international/ucs-tables.el (unify-8859-on-encoding-mode):
27858         * net/browse-url.el (browse-url-xterm-program):
27859         * obsolete/lazy-lock.el (lazy-lock-mode):
27860         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
27861         (cperl-mode):
27862         * progmodes/cpp.el (cpp-face-light-name-list)
27863         (cpp-face-dark-name-list):
27864         * progmodes/delphi.el (delphi-newline-always-indents):
27865         Fix spellings in docstrings.
27867         * ido.el (ido-mode, ido-file-extensions-order)
27868         (ido-default-file-method, ido-default-buffer-method)
27869         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
27870         (ido-decorations, ido-read-file-name-as-directory-commands)
27871         (ido-read-file-name-non-ido, ido-work-directory-list)
27872         (ido-ignore-item-temp-list, ido-current-directory)
27873         (ido-magic-forward-char, ido-enter-find-file)
27874         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
27875         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
27877 2005-06-10  Lute Kamstra  <lute@gnu.org>
27879         * play/dunnet.el (dun-mode): Use define-derived-mode.
27880         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
27881         obsolete alias.
27883         * play/doctor.el (doctor-mode-map): Remove defvar.
27884         (doctor-mode): Use define-derived-mode.
27886         * mail/mspools.el (mspools-mode):
27887         * net/eudc-hotlist.el (eudc-hotlist-mode):
27888         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
27890 2005-06-10  Miles Bader  <miles@gnu.org>
27892         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
27893         Remove "-face" suffix from face names.
27894         (flyspell-incorrect-face, flyspell-duplicate-face):
27895         New backward-compatibility aliases for renamed faces.
27896         (flyspell-mode-on, make-flyspell-overlay)
27897         (flyspell-highlight-incorrect-region)
27898         (flyspell-highlight-duplicate-region)
27899         (flyspell-display-next-corrections)
27900         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
27902         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
27903         from face name.
27904         (texinfo-heading-face): New backward-compatibility alias for
27905         renamed face.
27906         (texinfo-heading-face): Use renamed texinfo-heading face.
27908         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
27909         suffix from face names.
27910         (tex-math-face, tex-verbatim-face):
27911         New backward-compatibility aliases for renamed faces.
27912         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
27913         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
27914         literal face name.
27916         * textmodes/table.el (table-cell): Remove "-face" suffix from face
27917         name.
27918         (table-cell-face): New backward-compatibility alias for renamed face.
27919         (table--put-cell-face-property, table--update-cell-face):
27920         Use renamed table-cell face.
27922         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
27923         from face name.
27924         (sgml-namespace-face): New backward-compatibility alias for
27925         renamed face.
27926         (sgml-namespace-face): Use renamed sgml-namespace face.
27928         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
27929         (org-level-4, org-level-5, org-level-6, org-level-7)
27930         (org-level-8, org-warning, org-headline-done)
27931         (org-deadline-announce, org-scheduled-today)
27932         (org-scheduled-previously, org-link, org-done, org-table)
27933         (org-time-grid): Remove "-face" suffix from face names.
27934         (org-level-1-face, org-level-2-face, org-level-3-face)
27935         (org-level-4-face, org-level-5-face, org-level-6-face)
27936         (org-level-7-face, org-level-8-face, org-warning-face)
27937         (org-headline-done-face, org-deadline-announce-face)
27938         (org-scheduled-today-face, org-scheduled-previously-face)
27939         (org-link-face, org-done-face, org-table-face)
27940         (org-time-grid-face):
27941         New backward-compatibility aliases for renamed faces.
27942         (org-level-faces, org-set-font-lock-defaults, org-timeline)
27943         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
27944         (org-agenda-get-timestamps, org-agenda-get-scheduled)
27945         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
27947         * emulation/viper-init.el (viper-search, viper-replace-overlay)
27948         (viper-minibuffer-emacs, viper-minibuffer-insert)
27949         (viper-minibuffer-vi): Remove "-face" suffix from face names.
27950         (viper-search-face, viper-replace-overlay-face)
27951         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27952         (viper-minibuffer-vi-face):
27953         New backward-compatibility aliases for renamed faces.
27954         (viper-search-face, viper-replace-overlay-face)
27955         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27956         (viper-minibuffer-vi-face): Use renamed viper faces.
27958         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
27959         Remove "-face" suffix from face names.
27960         (testcover-nohits-face, testcover-1value-face):
27961         New backward-compatibility aliases for renamed faces.
27962         (testcover-mark): Use renamed testcover faces.
27964         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
27965         face name.
27966         (diary-button-face): New backward-compatibility alias for renamed face.
27967         (diary-entry): Use renamed diary-button face.
27969         * calendar/calendar.el (diary, calendar-today, holiday)
27970         (mark-visible-calendar-date): Remove "-face" suffix from face names.
27971         (diary-face, calendar-today-face, holiday-face):
27972         New backward-compatibility aliases for renamed faces.
27973         (eval-after-load "facemenu", diary-entry-marker)
27974         (calendar-today-marker, calendar-holiday-marker, diary-face):
27975         Use renamed calendar faces.
27977         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
27978         (compare-windows-face): New backward-compatibility alias for
27979         renamed face.
27980         (compare-windows-highlight): Use renamed compare-windows face.
27982         * strokes.el (strokes-char): Remove "-face" suffix from face name.
27983         (strokes-char-face): New backward-compatibility alias for renamed face.
27984         (strokes-encode-buffer): Use renamed strokes-char face.
27986         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
27987         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
27988         Remove "-face" suffix from face names.
27989         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
27990         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
27991         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
27992         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
27993         Use renamed pcvs faces.
27994         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
27995         * pcvs-defs.el (cvs-mode-map): Likewise.
27996         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
27998         * info.el (info-title-1, info-title-2, info-title-3)
27999         (info-title-4): Remove "-face" suffix from and downcase face names.
28000         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28001         (Info-title-4-face):
28002         New backward-compatibility aliases for renamed faces.
28003         (Info-fontify-node): Use renamed info faces.
28005         * hilit-chg.el (highlight-changes, highlight-changes-delete):
28006         Remove "-face" suffix from face names.
28007         (highlight-changes-face, highlight-changes-delete-face):
28008         New backward-compatibility aliases for renamed faces.
28009         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28010         (hilit-chg-make-list): Use renamed highlight-changes faces.
28012         * generic-x.el (show-tabs-tab, show-tabs-space):
28013         Remove "-face" suffix from face names.
28014         (show-tabs-tab-face, show-tabs-space-face):
28015         New backward-compatibility aliases for renamed faces.
28016         (show-tabs-generic-mode-font-lock-defaults-1)
28017         (show-tabs-generic-mode-font-lock-defaults-2):
28018         Use renamed show-tabs faces.
28020         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28021         (smerge-markers): Remove "-face" suffix from face names.
28022         (smerge-mine-face, smerge-other-face, smerge-base-face)
28023         (smerge-markers-face):
28024         New backward-compatibility aliases for renamed faces.
28025         (smerge-mine-face, smerge-other-face, smerge-base-face)
28026         (smerge-markers-face): Use renamed smerge faces.
28028         * log-view.el (log-view-file, log-view-message): Remove "-face"
28029         suffix from face names.
28030         (log-view-file-face, log-view-message-face):
28031         New backward-compatibility aliases for renamed faces.
28032         (log-view-file-face, log-view-message-face): Use renamed log-view
28033         faces.
28035         * paren.el (show-paren-match, show-paren-mismatch):
28036         Remove "-face" suffix from face names.
28037         (show-paren-match-face, show-paren-mismatch-face):
28038         New backward-compatibility aliases for renamed faces.
28039         (show-paren-function): Use renamed show-paren faces.
28041         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28042         (ruler-mode-margins, ruler-mode-fringes)
28043         (ruler-mode-column-number, ruler-mode-fill-column)
28044         (ruler-mode-comment-column, ruler-mode-goal-column)
28045         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28046         suffix from face names.
28047         (ruler-mode-default-face, ruler-mode-pad-face)
28048         (ruler-mode-margins-face, ruler-mode-fringes-face)
28049         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28050         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28051         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28052         New backward-compatibility aliases for renamed faces.
28053         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28054         (ruler-mode-column-number, ruler-mode-fill-column)
28055         (ruler-mode-comment-column, ruler-mode-goal-column)
28056         (ruler-mode-tab-stop, ruler-mode-current-column)
28057         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28058         faces.
28060         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28061         face name.
28062         (whitespace-highlight-the-space): Use renamed face.
28063         (whitespace-highlight-face): New backward-compatibility alias for
28064         renamed face.
28066         * woman.el (woman-italic, woman-bold, woman-unknown)
28067         (woman-addition, woman-symbol-face):
28068         Remove "-face" suffix from face names.
28069         (woman-italic-face, woman-bold-face, woman-unknown-face)
28070         (woman-addition-face):
28071         New backward-compatibility aliases for renamed faces.
28072         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28073         (woman-decode-region, woman-replace-match)
28074         (woman-display-extended-fonts, woman-special-characters)
28075         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28076         Use renamed woman faces.
28078         * longlines.el (longlines-visible-face): Face removed.
28080         * diff-mode.el (diff-header, diff-file-header, diff-index)
28081         (diff-hunk-header, diff-removed, diff-added, diff-changed)
28082         (diff-function, diff-context, diff-nonexistent): Remove "-face"
28083         suffix from face names.
28084         (diff-header-face, diff-file-header-face, diff-index-face)
28085         (diff-hunk-header-face, diff-removed-face, diff-added-face)
28086         (diff-changed-face, diff-function-face, diff-context-face)
28087         (diff-nonexistent-face): New backward-compatibility aliases for
28088         renamed faces.
28089         (diff-header-face, diff-file-header-face)
28090         (diff-index, diff-index-face, diff-hunk-header)
28091         (diff-hunk-header-face, diff-removed, diff-removed-face)
28092         (diff-added, diff-added-face, diff-changed-face, diff-function)
28093         (diff-function-face, diff-context-face, diff-nonexistent)
28094         (diff-nonexistent-face): Use renamed diff-mode faces.
28096         * progmodes/compile.el (compilation-warning-face)
28097         (compilation-info-face): Remove "-face" suffix from face names.
28098         (compilation-warning-face, compilation-info-face):
28099         New backward-compatibility aliases for renamed faces.
28100         (compilation-warning-face, compilation-info-face):
28101         Use renamed compilation faces.
28103         * add-log.el (change-log-date, change-log-name)
28104         (change-log-email, change-log-file, change-log-list)
28105         (change-log-conditionals, change-log-function)
28106         (change-log-acknowledgement): Remove "-face" suffix from face names.
28107         (change-log-date-face, change-log-name-face)
28108         (change-log-email-face, change-log-file-face)
28109         (change-log-list-face, change-log-conditionals-face)
28110         (change-log-function-face, change-log-acknowledgement-face):
28111         New backward-compatibility aliases for renamed faces.
28112         (change-log-font-lock-keywords): Use renamed change-log faces.
28114         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28115         (custom-set, custom-changed, custom-saved, custom-button)
28116         (custom-button-pressed, custom-documentation, custom-state)
28117         (custom-comment, custom-comment-tag, custom-variable-tag)
28118         (custom-variable-button, custom-face-tag, custom-group-tag-1)
28119         (custom-group-tag): Remove "-face" suffix from face names.
28120         (custom-magic-alist, custom-magic-value-create)
28121         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28122         (custom-invalid-face, custom-rogue-face, custom-modified-face)
28123         (custom-set-face, custom-changed-face, custom-saved-face)
28124         (custom-button-face, custom-button-pressed-face)
28125         (custom-documentation-face, custom-state-face)
28126         (custom-comment-face, custom-comment-tag-face)
28127         (custom-variable-tag-face, custom-variable-button-face)
28128         (custom-face-tag-face, custom-group-tag-face-1)
28129         (custom-group-tag-face):
28130         New backward-compatibility aliases for renamed faces.
28132         * wid-edit.el (widget-documentation, widget-button)
28133         (widget-field, widget-single-line-field, widget-inactive)
28134         (widget-button-pressed): "-face" suffix removed from face names.
28135         (widget-documentation-face, widget-button-face)
28136         (widget-field-face, widget-single-line-field-face)
28137         (widget-inactive-face, widget-button-pressed-face):
28138         New backward-compatibility aliases for renamed faces.
28139         (widget-documentation-face, widget-button-face)
28140         (widget-button-pressed-face, widget-specify-field)
28141         (widget-specify-inactive): Use renamed widget faces.
28143 2005-06-10  Kenichi Handa  <handa@m17n.org>
28145         * term/x-win.el (x-clipboard-yank): Remove condition-case
28146         wrapping.
28148 2005-06-11  Kenichi Handa  <handa@m17n.org>
28150         * add-log.el (change-log-font-lock-keywords): Make the regexp for
28151         date lines stricter.
28153 2005-06-10  Zhang Wei  <id.brep@gmail.com>
28155         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28156         of x-get-selection.
28158 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
28160         * comint.el (comint-mode, comint-snapshot-last-prompt):
28161         * frame.el (frame-current-scroll-bars):
28162         * term.el (term-mode, term-check-proc, term-input-sender)
28163         (term-simple-send, term-extract-string, term-word)
28164         (term-match-partial-filename):
28165         * window.el (window-current-scroll-bars):
28166         * emulation/cua-base.el (cua-normal-cursor-color)
28167         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28168         (cua-global-mark-cursor-color):
28169         * mail/undigest.el (rmail-forward-separator-regex):
28170         Fix typos in docstrings.
28172         * comint.el (comint-check-proc, make-comint-in-buffer)
28173         (comint-source-default): Doc fixes.
28175         * term.el (term-send-string): Improve argument/docstring consistency.
28177 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
28179         * comint.el (comint-send-input): Bind `inhibit-read-only' around
28180         call to `delete-region'.
28181         (comint-mode-hook): Do not enable Font Lock by default.
28183 2005-06-09  Lute Kamstra  <lute@gnu.org>
28185         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28186         could be void.
28188 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
28190         * emacs-lisp/debug.el (debugger-will-be-back): New var.
28191         (debug): Use it.
28192         (debugger-step-through, debugger-continue, debugger-jump)
28193         (debugger-return-value): Set it when needed.
28194         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28195         Use inhibit-read-only.
28197 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
28199         * window.el (shrink-window-if-larger-than-buffer)
28200         (window-size-fixed): Fix typo in docstring.
28202         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
28203         thumbnails directory on loading.
28204         (thumbs-conversion-program): Use `eq' to check the system type,
28205         not `equal'.
28206         (thumbs-temp-dir): Initialize to `temporary-file-directory',
28207         not "/tmp".  Fix docstring.
28208         (thumbs-thumbsdir): New function to return the thumbnails
28209         directory, creating it if needed.
28210         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28211         (thumbs-temp-file): Delete variable and make it into a function.
28212         (thumbs-resize-image, thumbs-modify-image): Use it.
28213         (thumbs-kill-buffer): Simplify.
28214         (thumbs-gensym): Defalias or duplicate CL `gensym'.
28215         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28216         docstrings.
28218 2005-06-09  Kim F. Storm  <storm@cua.dk>
28220         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28221         set-match-data to free markers in match-data.
28223         * replace.el (replace-match-data): Pass RESEAT arg `t' to
28224         match-data to unchain markers in match-data.
28226 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
28228         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28229         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
28230         unnecessary now.
28232 2005-06-08  Richard M. Stallman  <rms@gnu.org>
28234         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28235         give the variable a doc string that doesn't say don't set it directly.
28237         * textmodes/ispell.el (ispell-check-version):
28238         Use match-string-no-properties.
28239         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28240         (ispell-buffer-local-words): Likewise.
28242         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28243         except on terminals with enough colors to really display it.
28244         (makefile-dependency-regex): Delete spurious `bb'.
28246         * faces.el (escape-glyph): Use blue once again in last case.
28247         (no-break-space): Redefine so that it isn't invisible on a tty.
28249 2005-06-08  Kim F. Storm  <storm@cua.dk>
28251         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28252         also when reading directory name.
28254 2005-06-08  Lute Kamstra  <lute@gnu.org>
28256         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28257         (flyspell-mode-line-string): Remove autoload cookie.
28258         (flyspell-mode): Remove defvar.
28260 2005-06-07  Lute Kamstra  <lute@gnu.org>
28262         * textmodes/org.el (org-run-mode-hooks): New function.
28263         (org-agenda-mode): Use it.
28265 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
28267         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28269 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28271         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28273 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
28275         * font-lock.el (font-lock-add-keywords): Doc fix.
28277 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28279         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28280         (tex-compile-default): In the absence of any history, use the order in
28281         tex-compile-alist to choose the preferred command.
28282         (tex-compile-commands): Reorder a bit.
28284         * textmodes/flyspell.el (flyspell-auto-correct-binding)
28285         (flyspell-incorrect-face, flyspell-duplicate-face):
28286         Use (X)Emacs-agnostic code.
28287         (flyspell-mode-map): Don't overwrite at each load.  Remove code
28288         redundant with the subsequent add-minor-mode.  Merge Emacs and
28289         XEmacs code.
28290         (flyspell-word): Minor simplification.
28291         (flyspell-math-tex-command-p): Quieten the byte-compiler.
28292         (flyspell-external-point-words): Remove unused vars `size' and `start'.
28293         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28294         Merge the corresponding Emacs code.
28295         (flyspell-correct-word, flyspell-xemacs-popup):
28296         Use flyspell-do-correct.
28298         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28299         a dedicated window.
28301         * international/latexenc.el (latexenc-find-file-coding-system):
28302         Undo part of last patch, to turn off a compiler warning.
28304 2005-06-06  Juri Linkov  <juri@jurta.org>
28306         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28307         Rename `tmm-inactive-face' to `tmm-inactive'.
28309 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
28311         * iswitchb.el: Rename faces.
28313 2005-06-06  Kim F. Storm  <storm@cua.dk>
28315         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28316         (cua-global-mark): Remove -face suffix from face names.
28318         * emulation/cua-gmrk.el (cua--init-global-mark):
28319         Remove cua-global-mark face setup.
28321 2005-06-06  Richard M. Stallman  <rms@gnu.org>
28323         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28324         just like other allowed characters.
28325         (makefile-match-dependency): Exclude leading and training whitespace
28326         from the range of regexp subexp 1.
28327         (makefile-macroassign-regex): Don't try to match the body,
28328         just the name of the macro being defined.
28330         * info.el (Info-read-node-name-2): New function.
28331         (Info-read-node-name-1): Use that.
28332         Add a completion-base-size-function property.
28334         * simple.el (completion-setup-function): Look for
28335         completion-base-size-function property of minibuffer-completion-table.
28337         * files.el (locate-file-completion): Doc fix.
28339         * printing.el: Don't call pr-update-menus; user must do that.
28341         * emacs-lisp/debug.el (debugger-window): New variable.
28342         (debug): Use debugger-window if it is set and still alive.
28343         Record debugger-window for next entry.
28345         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28347 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
28349         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28350         (hack-one-local-variable, hack-local-variables)
28351         (hack-local-variables-prop-line): Pass that arg.
28353 2005-06-06  Kim F. Storm  <storm@cua.dk>
28355         * ido.el (ido-first-match, ido-only-match, ido-subdir)
28356         (ido-indicator): Remove -face suffix from face names.
28358 2005-06-06  Juri Linkov  <juri@jurta.org>
28360         * font-lock.el (font-lock-regexp-backslash)
28361         (font-lock-regexp-backslash-construct): New faces.
28362         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
28363         after `('.  Add `while-no-input' to control structures.
28365         * faces.el (no-break-space, shadow): New faces.
28366         (escape-glyph): Use less loud colors pink2 and red4.
28368         * diff-mode.el (diff-context-face)
28369         * dired.el (dired-ignored)
28370         * rfn-eshadow.el (file-name-shadow)
28371         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28373         * info.el (Info-title-1-face): Use green instead of yellow because
28374         bold yellow is not readable on light backgrounds.
28376         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28377         before selecting the desired mode to not spend time fontifying
28378         old contents.
28380 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
28382         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28383         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28385         * ps-print.el (ps-default-fg, ps-default-bg):
28386         Fix typos in docstrings.
28388         * isearchb.el (isearchb): Don't pass a spurious second argument to
28389         `iswitchb-completions'.
28391 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
28393         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28394         to preserve point.
28395         (gdb-find-file-hook): Add doc string.
28397         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28398         C dereferenced pointer expression.
28399         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
28401         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28403         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28404         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28405         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28406         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28407         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28408         Make background transparent.
28410 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
28412         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
28413         (font-lock-remove-keywords): Doc fix.
28414         (font-lock-mode-major-mode): Compiler defvar.
28415         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28417         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28418         (font-lock-mode): Update `font-lock-mode-major-mode'.
28419         (font-lock-set-defaults): Compiler defvar.
28420         (font-lock-default-function): Take `font-lock-mode-major-mode'
28421         into account.
28423         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28424         keep track of which major mode it enabled the minor mode for.
28425         Use find-file-hook again.  Update docstring.
28427         * simple.el (eval-expression-print-level)
28428         (eval-expression-print-length, eval-expression-debug-on-error):
28429         Doc fixes.
28431 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
28433         * iswitchb.el (iswitchb-single-match-face)
28434         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28435         (iswitchb-invalid-regexp-face): New faces.
28436         (iswitchb-completions): Use them.
28437         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28438         now marked as an obsolete alias.
28439         (iswitchb-read-buffer): Remove check for bound font variables.
28440         (iswitchb-invalid-regexp): New free variable.
28441         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28442         set iswitchb-invalid-regexp.
28443         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28444         invalid regexps.
28445         (iswitchb-completions): Add check for complete match when entering
28446         a regexp.
28447         (iswitchb-completions): Remove require-match argument.
28448         (iswitchb-exhibit): Fix caller.
28449         (iswitchb-common-match-inserted): New variable.
28450         (iswitchb-complete, iswitchb-completion-help): Use it.
28452 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
28454         * url-http.el (url-http-chunked-encoding-after-change-function):
28455         Use `url-http-debug' instead of `message'.
28457 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
28459         * url-http.el (url-http-parse-headers): Pass redirected URL as a
28460         callback argument.
28462 2005-06-04  Kim F. Storm  <storm@cua.dk>
28464         * simple.el (line-move): Only call sit-for when moving backwards.
28466         * ido.el (ido-make-merged-file-list-1): New defun split from
28467         ido-make-merged-file-list.
28468         (ido-make-merged-file-list): Bind throw-on-input around call to
28469         ido-make-merged-file-list-1.  Return input-pending-p if
28470         interrupted by more input available.
28471         (ido-read-internal): Handle input-pending-p return value from
28472         ido-make-merged-file-list.
28474 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28476         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28477         compatibility code.
28479         * international/latexenc.el (latexenc-find-file-coding-system):
28480         Don't inherit the EOL part of the coding-system from the
28481         tex-main buffer.  Fit within 80 columns.
28483 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
28485         * tmm.el (tmm-inactive-face): New face.
28486         (tmm-remove-inactive-mouse-face): New function.
28487         (tmm-prompt, tmm-add-one-shortcut)
28488         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
28489         but not selectable.
28491 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
28493         * faces.el (face-equal): Improve argument/docstring consistency.
28495 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
28497         * progmodes/make-mode.el (makefile-targets-face)
28498         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
28499         (makefile-bsdmake-dependency-regex)
28500         (makefile-makepp-rule-action-regex)
28501         (makefile-bsdmake-rule-action-regex): New constants.
28502         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
28504         * progmodes/compile.el (compilation-error-regexp-alist-alist):
28505         Allow (...) within `...' for makepp messages.
28507 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
28509         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
28511         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
28512         "." files are deleted from all file lists before comparison.
28514         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28515         (viper-ESC-key): Made them customizable.
28517         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
28519 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
28521         * autorevert.el (auto-revert-buffers): Use save-match-data.
28523 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28525         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
28526         menu items with a nil command binding.
28528 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
28530         * emacs-lisp/cl-macs.el (defsetf):
28531         Improve argument/docstring consistency.
28533         * faces.el (list-faces-display): Improve the formatting by
28534         computing the maximum length required for any face-name (reworked
28535         patch of 1999-01-11, accidentally deleted on 1999-07-21).
28536         (internal-find-face): Remove redundant info in docstring.
28538 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
28540         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
28541         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
28542         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
28543         (gdb-assembler-custom): Improve regexps.
28544         (def-gdb-auto-update-handler): Use window point to preserve point.
28546 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
28548         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
28550 2005-05-31  Jay Belanger  <belanger@truman.edu>
28552         * calc/calc-embed.el (calc-embedded-word): Change argument passed
28553         to calc-embedded.
28554         (calc-embedded-make-info): Have plain prefix argument select
28555         entire line.
28557 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
28559         * faces.el (list-faces-display): Signal error if passed a regexp
28560         that matches no face name.
28562         * simple.el (filter-buffer-substring): Fix typo in docstring.
28564 2005-05-31  Richard M. Stallman  <rms@gnu.org>
28566         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
28567         (vhdl-emacs-21): Doc fix.
28568         (vhdl-mode): Unconditionally set comment-padding.
28569         (vhdl-fixup-whitespace-region): Insert spaces only where
28570         there are none.
28571         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
28573 2005-05-30  John Wiegley  <johnw@newartisans.com>
28575         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
28576         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
28577         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
28578         `directory-sep-char' to ?/, and all uses of `string-to-int' to
28579         `string-to-number'.
28581 2005-05-30  Jay Belanger  <belanger@truman.edu>
28583         * calc/calc.el (calc-bug-address): Fix docstring.
28584         (calc-window-hook, calc-trail-window-hook): New variables.
28585         (calc-trail-display): Restore use of calc-trail-window-hook.
28586         (calc): Restore use of calc-window-hook.
28588 2005-05-31  Masatake YAMATO  <jet@gyve.org>
28590         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
28592         * help-fns.el (help-C-file-name): Add autoload mark for
28593         `find-function-noselect'.
28595 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
28597         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
28598         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
28600 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
28602         * calendar/diary-lib.el (mark-included-diary-files): Only kill
28603         included diary buffer if it was not already being visited.
28604         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
28606         * calendar/icalendar.el (top-level): Do not require appt.
28608         * mail/supercite.el (sc-select-attribution): Only use a list
28609         element from sc-attrib-selection-list if it returns a string.
28610         Reported by Davide G. M. Salvetti <salve@debian.org>.
28612 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
28614         * thumbs.el (thumbs-thumbname): The resulting thumbname now
28615         includes a hash value to improve its uniqueness, and has a ".jpg"
28616         extension.  Also, it is now a valid filename on all systems.
28617         (thumbs-make-thumb): Use `let', not `let*'.
28618         (thumbs-show-thumbs-list): Check for JPEG availability.
28620 2005-05-30  Richard M. Stallman  <rms@gnu.org>
28622         * filesets.el (filesets-menu-ensure-use-cached):
28623         Prevent warning when emacs-version>= is undefined.
28625         * printing.el (pr-interactive-n-up): Use string-to-number.
28627         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
28629         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28630         Warn only when name to be defined is quoted.
28632 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
28634         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
28635         Make regexp more robust.
28636         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
28637         Force regeneration of disassembly.
28639 2005-05-29  Jay Belanger  <belanger@truman.edu>
28641         * calc/calc.el (calc-user-invocation): Check if
28642         calc-invocation-macro is non-nil.
28644 2005-05-29  Juri Linkov  <juri@jurta.org>
28646         * add-log.el (change-log-font-lock-keywords):
28647         Add `+' to e-mail regexp to accept mail address with keywords.
28649         * man.el (Man-name-regexp): Add `:' to accept qualified names.
28651 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
28653         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
28655         * ielm.el (inferior-emacs-lisp-mode): Ditto.
28657 2005-05-29  Richard M. Stallman  <rms@gnu.org>
28659         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
28660         Undo the change that moves to end of the current word.
28662 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
28664         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
28665         Throw error when count <= 0 to ensure input is a number.
28666         (gdb-read-memory-custom): Pick up address from buffer.
28667         (gdb-memory-mode): Allow user to increment and decrement
28668         memory address from header line.
28670 2005-05-29  Richard M. Stallman  <rms@gnu.org>
28672         * flyspell.el (flyspell-version): Function deleted.
28673         (flyspell-auto-correct-previous-hook): Doc fix.
28675         * jit-lock.el (jit-lock-function, jit-lock-after-change):
28676         Do nothing if memory is full.
28678         * font-lock.el (font-lock-fontify-syntactically-region):
28679         Pass t for GREEDY to looking-back.
28681         * saveplace.el (save-place-alist-to-file): Write the file
28682         using write-region.
28684         * subr.el (looking-back): New argument GREEDY.
28686         * progmodes/compile.el (compilation-start): Set the mode
28687         before inserting the initial text.
28689         * progmodes/which-func.el (which-func-update-1): Turn the mode
28690         off in case of error by setting which-func-mode.
28692 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
28694         * flyspell.el (flyspell-auto-correct-previous-word):
28695         Narrow down to what's on the screen, and recenter overlays
28696         at the end of the next word.
28698 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
28700         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
28701         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
28702         (flyspell-abbrev-p): Default to nil.
28703         (flyspell-use-global-abbrev-table-p): Doc fix.
28704         (flyspell-large-region): Allow nil as value.
28705         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
28707         (mail-mode-flyspell-verify): More robust handling
28708         of `mail-header-separator'.  More efficient signature detection.
28709         Allow for regexp metacharacters in message-header-separator.
28710         Adding `To' not to be checked in mail-mode-flyspell-verify.
28712         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
28713         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
28714         Bind flyspell-auto-correct-binding.
28715         Bind C-. and C-, .
28716         (flyspell-mode-map): Likewise.
28717         (flyspell-mode): Doc fix.
28718         (flyspell-accept-buffer-local-defs): Preserve current buffer.
28719         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
28720         (flyspell-word-cache-result): New var, always local.
28721         (flyspell-check-pre-word-p): Doc fix.
28722         (flyspell-check-changed-word-p): Handle spc like newline.
28723         (flyspell-post-command-hook): Set flyspell-word-cache-result.
28724         (flyspell-word-search-backward, flyspell-word-search-forward):
28725         New functions.
28726         (flyspell-word): Return t if nothing to check.
28727         When parsing TeX code, check for after } or \.
28728         Use flyspell-word-search-backward to find previous word.
28729         Return nil if duplicated word.
28730         For word already checked, return same value as last time.
28731         Set flyspell-word-cache-result after checking.
28732         Don't clobber the return value.
28733         (flyspell-get-word): Major rewrite.
28734         (flyspell-external-point-words): New locals pword, pcount.
28735         Fix size used in progress message.
28736         Find the proper corresponding word in flyspell-large-region-buffer.
28737         (flyspell-region): Check for flyspell-large-region = nil.
28738         (flyspell-highlight-incorrect-region): Clean up overlays in region.
28739         (flyspell-auto-correct-word): Check that WORD is a cons.
28740         (flyspell-correct-word): Likewise.
28742 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
28744         * progmodes/make-mode.el (makefile-rule-action-regex)
28745         (makefile-macroassign-regex, makefile-makepp-mode)
28746         (makefile-bsdmake-mode): Continuation lines may be empty.
28747         Reported by Joshua Varner.
28748         (makefile-makepp-font-lock-keywords): Add $(stem).
28750 2005-05-28  Karl Berry  <karl@gnu.org>
28752         * textmodes/tex-mode.el: Now that tex-send-command calls
28753         shell-quote-argument (2005-03-31 change), remove all calls to
28754         shell-quote-argument; they all end up invoking tex-send-command.
28755         The double quoting loses on filenames with non-safe characters,
28756         such as "@".  Reported by Frederik Fouvry.
28758 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
28760         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
28761         about preserving point.
28763 2005-05-27  Jay Belanger  <belanger@truman.edu>
28765         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
28766         Info-goto-node.
28768         * calc/calc-embed.el (calc-embed-arg): New variable.
28769         (calc-do-embedded-activate, calc-embedded-activate-formula)
28770         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
28771         variable by new variable.
28772         (calc-embedded-make-info): Replace undeclared variable by new
28773         variable.  When selecting region with positive prefix
28774         argument, use end of previous line instead of beginning of line.
28776         * calc/calc-aent.el (calc-arg-values): Declare it.
28778         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
28779         Declare them.
28781         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
28783         * calc/calc.el (calc-alg-map): Declare it.
28785         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
28787 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
28789         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
28790         (gdb-registers-buffer, toggle-gdb-all-registers):
28791         Toggle display of floating point registers.
28792         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
28794         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
28795         (toggle-gud-tooltip-dereference):
28796         Rename from gud-toggle-tooltip-dereference.
28798 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28800         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
28802 2005-05-27  Jay Belanger  <belanger@truman.edu>
28804         * calc/calc-prog.el (calc-kbd-report): Remove.
28805         (calc-kbd-query): Rewrite.
28807 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
28809         * image.el (image-library-alist): Move to image.c.
28810         (image-type-available-p): Doc fix.
28812 2005-05-27  Lute Kamstra  <lute@gnu.org>
28814         * calc/calc.el (calc):
28815         * outline.el (outline-1, outline-2, outline-3, outline-4)
28816         (outline-5, outline-6, outline-7, outline-8):
28817         * textmodes/dns-mode.el (dns-mode):
28818         * textmodes/sgml-mode.el (sgml-namespace-face):
28819         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
28820         (tex-verbatim-face, tex-use-reftex):
28821         * textmodes/texinfo.el (texinfo-heading-face):
28822         Specify customization group.
28824         * longlines.el: Don't require easy-mmode.
28825         (longlines-visible-face): Specify customization group.
28827 2005-05-27  Kenichi Handa  <handa@m17n.org>
28829         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
28830         encoding table of windows-1251.
28832         * international/ucs-tables.el (ucs-set-table-for-input):
28833         If translation-table-for-input of a coding system is a symbol, get
28834         its translation-table property.
28836         * international/code-pages.el: Don't register a coding system into
28837         non-iso-charset-alist more than once.
28838         (cp-make-coding-system): Likewise.
28840 2005-05-26  John Wiegley  <johnw@newartisans.com>
28842         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
28843         `eshell-resume-eval' is wrapped in a list, it indicates that the
28844         command was run asynchronously.  In that case, unwrap the value
28845         before checking the delimiter value.
28847         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
28848         character before a space at the end of a line is \, assume the space
28849         is part of the last argument rather than a final argument separator.
28851         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
28852         is in use, and the target is `t' or `nil' (which are the most common
28853         values), don't assume that the symbol target is a buffer.
28855 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
28857         * calendar/calendar.el (calendar-mode-line-format):
28858         Use mode-line-highlight as mouse-face.
28860         * time.el (display-time-string-forms, display-time-update):
28861         Use mode-line-highlight as mouse-face.
28863 2005-05-26  Jay Belanger  <belanger@truman.edu>
28865         * calc/calc.el (calc-language-alist): Remove extra defvar.
28867 2005-05-26  Lute Kamstra  <lute@gnu.org>
28869         * arc-mode.el (archive-mode):
28870         * bookmark.el (bookmark-read-annotation-mode)
28871         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
28872         * bs.el (bs-mode):
28873         * calc/calc-yank.el (calc-edit-mode):
28874         * calc/calc.el (calc-mode, calc-trail-mode):
28875         * calculator.el (calculator-mode):
28876         * chistory.el (command-history-mode):
28877         * comint.el:
28878         * cus-edit.el (custom-mode):
28879         * descr-text.el (describe-text-mode):
28880         * ebuff-menu.el (Electric-buffer-menu-mode):
28881         * ediff-util.el (ediff-mode):
28882         * emacs-lisp/re-builder.el (reb-mode):
28883         * emulation/vi.el (vi-mode-setup):
28884         * emulation/ws-mode.el (wordstar-mode):
28885         * eshell/esh-mode.el (eshell-mode):
28886         * forms.el (forms-mode):
28887         * help-mode.el (help-mode):
28888         * hexl.el (hexl-mode):
28889         * ibuffer.el (ibuffer-mode):
28890         * ielm.el (inferior-emacs-lisp-mode):
28891         * info.el (Info-mode, Info-edit-mode):
28892         * international/swedish.el:
28893         * ledit.el (ledit-from-lisp-mode):
28894         * locate.el (locate-mode):
28895         * mail/rmail.el (rmail-mode):
28896         * mail/rmailedit.el (rmail-edit-mode):
28897         * mail/rmailsum.el (rmail-summary-mode):
28898         * mail/supercite.el (sc-electric-mode):
28899         * net/eudc.el (eudc-mode):
28900         * net/quickurl.el (quickurl-list-mode):
28901         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
28902         * obsolete/ooutline.el (outline-mode):
28903         * obsolete/options.el (Edit-options-mode):
28904         * obsolete/rnews.el (news-mode):
28905         * obsolete/rnewspost.el (news-reply-mode):
28906         * play/5x5.el (5x5-mode):
28907         * play/decipher.el (decipher-mode, decipher-stats-mode):
28908         * play/gomoku.el (gomoku-mode):
28909         * play/snake.el (snake-mode):
28910         * play/solitaire.el (solitaire-mode):
28911         * play/tetris.el (tetris-mode):
28912         * progmodes/ada-mode.el (ada-mode):
28913         * progmodes/antlr-mode.el (antlr-mode):
28914         * progmodes/autoconf.el (autoconf-mode):
28915         * progmodes/dcl-mode.el (dcl-mode):
28916         * progmodes/delphi.el (delphi-mode):
28917         * progmodes/ebrowse.el (ebrowse-tree-mode)
28918         (ebrowse-electric-list-mode, ebrowse-member-mode)
28919         (ebrowse-electric-position-mode):
28920         * progmodes/f90.el (f90-mode):
28921         * progmodes/fortran.el (fortran-mode):
28922         * progmodes/icon.el (icon-mode):
28923         * progmodes/idlw-help.el (idlwave-help-mode):
28924         * progmodes/idlw-shell.el (idlwave-shell-mode):
28925         * progmodes/idlwave.el (idlwave-mode):
28926         * progmodes/inf-lisp.el (inferior-lisp-mode):
28927         * progmodes/m4-mode.el (m4-mode):
28928         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
28929         * progmodes/modula2.el (modula-2-mode):
28930         * progmodes/octave-inf.el (inferior-octave-mode):
28931         * progmodes/octave-mod.el (octave-mode):
28932         * progmodes/pascal.el (pascal-mode):
28933         * progmodes/sh-script.el (sh-mode):
28934         * progmodes/sql.el (sql-mode, sql-interactive-mode):
28935         * progmodes/vhdl-mode.el (vhdl-mode):
28936         * progmodes/xscheme.el (scheme-interaction-mode):
28937         * replace.el (occur-mode):
28938         * ses.el (ses-mode):
28939         * simple.el (completion-list-mode):
28940         * skeleton.el:
28941         * speedbar.el (speedbar-mode):
28942         * term.el (term-mode):
28943         * terminal.el (terminal-edit-mode):
28944         * textmodes/reftex-index.el (reftex-index-mode)
28945         (reftex-index-phrases-mode):
28946         * textmodes/reftex-sel.el (reftex-select-label-mode)
28947         (reftex-select-bib-mode):
28948         * textmodes/reftex-toc.el (reftex-toc-mode):
28949         * wdired.el (wdired-change-to-wdired-mode):
28950         * wid-browse.el (widget-browse-mode):
28951         Use run-mode-hooks.
28953         * array.el (array-mode):
28954         * calendar/todo-mode.el (todo-mode):
28955         * man.el (Man-mode):
28956         * play/landmark.el (lm-mode):
28957         * play/mpuz.el (mpuz-mode):
28958         Use kill-all-local-variables and run-mode-hooks.
28960         * subr.el (delay-mode-hooks): Specify indentation.
28962 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
28964         * xml.el (xml-substitute-special): Don't die for undefined xml
28965         entities.
28967 2005-05-26  Jay Belanger  <belanger@truman.edu>
28969         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
28970         of nil.
28972 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
28974         * progmodes/gdb-ui.el (gdb-frame-address):
28975         Rename from gdb-current-address.
28976         (gdb-previous-frame-address): Rename from gdb-previous-address.
28977         (gdb-selected-frame): Rename from gdb-current-frame.
28978         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
28979         (gdb-frame-number): Rename from gdb-current-stack-level.
28980         (gdb-ann3): Match new mode-name for disassembly buffer.
28981         Extend initialization of variables.
28982         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
28983         (gdb-memory-mode): Use mouse-face in header line.
28984         (gdb-assembler-buffer-name): Call it disassembly and give frame
28985         in mode line.
28986         (gdb-source-spec-regexp, gdb-assembler-custom)
28987         (gdb-invalidate-assembler, gdb-frame-handler):
28988         Make robust to leading zeroes in address format.
28990 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
28992         * textmodes/org.el (org-mode): Use `define-derived-mode' to
28993         define `org-mode'.
28994         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
28996 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28998         * log-edit.el (log-edit-changelog-entries): Distinguish between
28999         filenames like xfns.c and fns.c.
29001 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
29003         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29004         point after reverting.
29005         (Buffer-menu-make-sort-button): Handle the case where
29006         `Buffer-menu-use-header-line' is nil.
29008 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
29010         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29011         New funcs.  In minibuffer-local-completion-map bind `]', `/'
29012         and `:' to them.
29014 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
29016         * startup.el (normal-top-level): Allow modification of load-path while
29017         we're iterating over it.
29019 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
29021         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29022         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29023         (thumbs-resize-interactive, thumbs-insert-image)
29024         (thumbs-insert-thumb, thumbs-dired-show-marked)
29025         (thumbs-find-image-at-point, thumbs-delete-images)
29026         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29027         (thumbs-increment-image-size, thumbs-decrement-image-size):
29028         Fix typos in docstrings.
29030 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
29032         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29033         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29034         (cperl-mode): Use them.
29036 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
29038         * window.el (quit-window, shrink-window-if-larger-than-buffer):
29039         Doc fixes.
29041 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
29043         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29044         Bind C-d to gdb-inferior-io-eof.
29046         * dired.el (dired-dnd-popup-notice): Use message-box.
29048 2005-05-23  Masatake YAMATO  <jet@gyve.org>
29050         * bindings.el (mode-line-major-mode-keymap):
29051         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29053         * faces.el (mode-line-highlight): New face.
29055         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29056         as mouse-face.
29058         * bindings.el (top-level, help-echo, mode-line-modified)
29059         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29060         as mouse-face.
29062 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
29064         * progmodes/cc-engine.el (c-guess-basic-syntax):
29065         Remove spurious call to `zerop'.
29067         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29069 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
29071         CC Mode update to 5.30.10:
29073         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
29074         could go past the limit in decoration level 2, thereby causing
29075         errors during interactive fontification.
29077         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
29078         the file is evaluated interactively.
29080         * cc-engine.el (c-guess-basic-syntax): Handle operator
29081         declarations somewhat better in C++.
29083         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
29084         make use of `run-mode-hooks' which has been added in Emacs 21.1.
29085         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29086         (awk-mode): Use it.
29087         (make-local-hook): Suppress warning about obsoleteness.
29089         * cc-engine.el, cc-align.el, cc-cmds.el
29090         (c-append-backslashes-forward, c-delete-backslashes-forward)
29091         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29092         Compensate for return value from `forward-line' when it has moved
29093         but not to a different line due to eob.
29095         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29096         `objc-method-intro' and `objc-method-args-cont'.
29098 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
29100         CC Mode update to 5.30.10:
29102         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
29103         in the copyright statement.  Incidentally, change "along with GNU
29104         Emacs" to "along with this program" where it occurs.
29106         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
29107         so that it is interactive, hence can be found by M-x awk-mode
29108         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
29109         <gmorris+emacs@ast.cam.ac.uk>.
29111         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29112         Mode's regexps.
29114 2005-05-23  Kevin Ryde  <user42@zip.com.au>
29116         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
29117         c-parse-state, to avoid a lisp error (on bad code).
29119 2005-05-23  Lute Kamstra  <lute@gnu.org>
29121         * subr.el (font-lock-defaults): Remove defvar as it's already
29122         defined in font-core.el.
29124         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29126 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
29128         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29129         more general and work when GDB variable "print pretty" is on,
29130         as with Emacs, for example.
29132 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
29134         * font-core.el: Update comment.
29136         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29137         Use `after-change-major-mode-hook' instead of `find-file-hook'.
29139         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29141 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
29143         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29144         and `yank-handler' in the doc strings.
29146 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
29148         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
29150 2005-05-22  Richard M. Stallman  <rms@gnu.org>
29152         * help.el (describe-key): Move print-help-return-message call
29153         out of conditional.
29155         * progmodes/etags.el (list-tags): Use with-no-warnings.
29157         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29158         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29159         (starttls-extra-args, starttls-extra-arguments): Add defvars.
29161         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29163         * language/viet-util.el (viet-viscii-nonascii-translation-table):
29164         Add defvar.
29166         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29167         Use defvar, not defconst.
29169         * hexl.el (hexl-follow-line): Use with-no-warnings.
29171         * emulation/tpu-extras.el: Use write-file-functions instead of
29172         write-file-hooks.
29174         * dired.el (dired-font-lock-keywords): Fontify files with junk
29175         extensions even if marked by -F.
29177 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
29179         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29180         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29181         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29182         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29183         (concatenate, list-length, get*, getf, cl-remprop):
29184         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29185         (etypecase, progv, lexical-let, lexical-let*)
29186         (multiple-value-bind, multiple-value-setq, shiftf):
29187         Improve argument/docstring consistency.
29189         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29191 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
29193         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29194         doesn't exist.
29196         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
29197         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29199 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
29201         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29202         already deleted variables: auto-fill-hook, blink-paren-hook,
29203         lisp-indent-hook, inhibit-local-variables, unread-command-event,
29204         suspend-hooks, comment-indent-hook, meta-flag,
29205         before-change-function, after-change-function,
29206         font-lock-doc-string-face.
29208 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
29210         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29212 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
29214         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29215         rmail-dont-reply-to.
29217 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29219         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29220         literal blank when splitting new-header-values.
29222 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
29224         * calendar/cal-menu.el (cal-menu-update): Add separator as a
29225         string so that tmm doesn't create a completion entry for it.
29227         * textmodes/table.el (table-disable-menu): Ditto.
29229 2005-05-21  Richard M. Stallman  <rms@gnu.org>
29231         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29233         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29235         * net/rcompile.el (remote-compile): Use compilation-start.
29237         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29239 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
29241         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29242         Default to makefile-bsdmake-mode on BSD systems.
29244         * imenu.el (imenu-generic-expression, imenu--generic-function'):
29245         REGEXP may also be a search function now.  The part of doc-string
29246         for describing the structure was 95% identical to that of
29247         `imenu--generic-function'.  Unify it there.
29249         * progmodes/make-mode.el (makefile-imenu-generic-expression):
29250         Use function to find dependencies, because regexp alone is so complex,
29251         it easily goes into an endless loop.
29252         (makefile-makepp-mode): Also add submenu for Perl functions
29253         defined in the makefile.
29254         (makefile-bsdmake-mode): Special imenu-generic-expression no
29255         longer needed, due to function call.
29256         (makefile-match-dependency): Take BOUND into account when checking
29257         if we're through.
29259 2005-05-20  Jay Belanger  <belanger@truman.edu>
29261         * calc/calc-units.el (calc-invalidate-units-table):
29262         Use inhibit-read-only.
29263         (math-build-units-table-buffer): Use view-mode.
29265 2005-05-20  David Kastrup  <dak@gnu.org>
29267         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29268         easy-menu-add is not a nop on Emacs; and clarify when to call it.
29270 2005-05-20  Lute Kamstra  <lute@gnu.org>
29272         * diff-mode.el (diff-header-face, diff-file-header-face)
29273         (diff-index-face, diff-hunk-header-face, diff-removed-face)
29274         (diff-added-face, diff-changed-face, diff-function-face)
29275         (diff-context-face, diff-nonexistent-face): Put them in the
29276         diff-mode customization group.
29278 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29280         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29282         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29284         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29285         Minor regexp-optimization.
29287 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
29289         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29290         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29291         (org-agenda-add-time-grid-maybe): New function.
29292         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29293         (org-table-create): `dotimes' instead of `mapcar'.
29294         (org-xor): Simplify implementation.
29295         (org-agenda): `inhibit-redisplay' turned on.
29296         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29297         a consistent line after a state change.
29298         (org-agenda-remove-times-when-in-prefix): New option.
29299         (org-prefix-has-time): New variable.
29300         (org-parse-time-string): Optional argument NODEFAULT.
29301         (org-format-agenda-item): Parse items for time-of-day
29302         specifications and move these into the prefix if possible.
29303         (org-agenda-priority): Get current heading, not previous heading
29304         during agenda remote editing.
29306 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
29308         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29309         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29310         (remove-duplicates, delete-duplicates, substitute)
29311         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29312         (nsubstitute-if-not, find, find-if, find-if-not, position)
29313         (position-if, position-if-not, count, count-if, count-if-not)
29314         (mismatch, search, sort*, stable-sort, merge, member*)
29315         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29316         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29317         (intersection, nintersection, set-difference, nset-difference)
29318         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29319         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29320         (nsublis, tree-equal): Improve argument/docstring consistency.
29322         * subr.el (send-string, send-region): Remove obsolescence declaration.
29323         (window-dot, set-window-dot, read-input, show-buffer)
29324         (eval-current-buffer, string-to-int):
29325         Add release number to obsolescence declarations.
29327 2005-05-19  Kim F. Storm  <storm@cua.dk>
29329         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29330         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29332 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
29334         * faces.el (list-faces-display): Make back button respect optional
29335         regexp arg.
29337 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
29339         * calculator.el (calculator-radix-grouping-mode)
29340         (calculator-radix-grouping-digits, calculator-displayer)
29341         (calculator-radix-grouping-separator, calculator-copy-displayer):
29342         * dabbrev.el (dabbrev-search-these-buffers-only):
29343         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29344         (diff-advance-after-apply-hunk, diff-mode-hook)
29345         (diff-minor-mode-prefix):
29346         * imenu.el (imenu-use-popup-menu):
29347         * jit-lock.el (jit-lock-context-time):
29348         * newcomment.el (comment-fill-column, comment-column)
29349         (comment-style, comment-padding, comment-multi-line)
29350         (comment-empty-lines, comment-auto-fill-only-comments):
29351         * reveal.el (reveal-around-mark):
29352         * uniquify.el (uniquify-buffer-name-style)
29353         (uniquify-after-kill-buffer-p)
29354         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29355         (uniquify-min-dir-content, uniquify-separator)
29356         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29357         * w32-vars.el (w32-fixed-font-alist):
29358         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29359         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29360         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29361         * progmodes/perl-mode.el (perl-indent-level)
29362         (perl-continued-statement-offset, perl-continued-brace-offset)
29363         (perl-brace-offset, perl-brace-imaginary-offset)
29364         (perl-label-offset, perl-indent-continued-arguments)
29365         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29366         * progmodes/tcl.el (tcl-indent-level)
29367         (tcl-continued-indent-level, tcl-auto-newline)
29368         (tcl-tab-always-indent, tcl-electric-hash-style)
29369         (tcl-help-directory-list, tcl-use-smart-word-finder)
29370         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29371         (inferior-tcl-source-command):
29372         * textmodes/fill.el (enable-kinsoku):
29373         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29374         * textmodes/table.el (table-yank-handler):
29375         Specify missing group (and type, if simple) in defcustom.
29377 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
29379         * progmodes/compile.el (compilation-finish-function): Fix defvar.
29381 2005-05-19  Richard M. Stallman  <rms@gnu.org>
29383         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29385         * subr.el (event-basic-type): Don't get an error.
29386         (left-fringe-p): Function deleted.
29388         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29389         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29391         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29392         in recursive copy.
29394         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29396         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29398         * emacs-lisp/bytecomp.el
29399         (byte-compile-file-form-custom-declare-variable):
29400         Call byte-compile-nogroup-warn if appropriate.
29402         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29403         (compilation-set-window): Don't call left-fringe-p; do it directly.
29405 2005-05-19  Jay Belanger  <belanger@truman.edu>
29407         * calc/calc-graph.el (calc-graph-format-data): Make sure
29408         var-PlotRejects is bound before trying to check its value.
29410 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
29412         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29413         definition of this variable from reftex-global.el to reftex.el,
29414         because it is needed in the menu.
29416 2005-05-19  Lute Kamstra  <lute@gnu.org>
29418         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29419         years are fixed.  Don't insert a space after a dash.
29421 2005-05-19  Kim F. Storm  <storm@cua.dk>
29423         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29425 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
29427         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29428         strings, because (eq ... ?\\) is fairly frequent.
29430         * progmodes/make-mode.el (makefile-add-this-line-targets):
29431         Simplify and integrate into `makefile-pickup-targets'.
29432         (makefile-add-this-line-macro): Simplify and integrate into
29433         `makefile-pickup-macros.
29434         (makefile-pickup-filenames-as-targets): Simplify.
29435         (makefile-previous-dependency, makefile-match-dependency):
29436         Don't stumble over `::'.
29438 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
29440         * subr.el (post-command-idle-hook, post-command-idle-delay):
29441         Remove obsoletion of post-command-idle-hook and
29442         post-command-idle-delay.
29444         * faces.el (list-faces-display): Provide button when describe-face
29445         is called to take user back to the list of faces.
29447         * help-fns.el (describe-variable): Remove hyperlinks in a
29448         variable's value as these are quite frequently inappropriate.
29450         * follow.el (follow-submit-feedback, follow-mode):
29451         Remove references to post-command-idle-hook.
29453 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
29455         * progmodes/make-mode.el (makefile-previous-dependency)
29456         (makefile-match-dependency): Check for := (and in bsd mode also
29457         !=) to give a better result, even when font-lock is not on.
29459 2005-05-18  Jay Belanger  <belanger@truman.edu>
29461         * calc/calc-help.el (calc-s-prefix-help):
29462         Add `calc-copy-special-constant' to help string.
29464 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
29466         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29468 2005-05-18  Jay Belanger  <belanger@truman.edu>
29470         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29471         in linear factors are in proper order.
29473 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
29475         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29476         Support for jurabib.
29478         * textmodes/reftex.el (featurep): Define aliases for overlay
29479         commands, for XEmacs compatibility, and use these aliases in
29480         overlay initializations.
29481         (reftex-highlight): Use `reftex-move-overlay'.
29482         (reftex-unhighlight): Use `reftex-delete-overlay'.
29483         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
29484         (reftex-access-search-path): Use `reftex-uniquify' instead of
29485         `reftex-uniq'.
29487         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
29488         `before-string' property modification enables for Emacs as well.
29489         (reftex-select-item): Use `reftex-delete-overlay'.
29490         (reftex-select-mark): Use `reftex-make-overlay' and
29491         `reftex-overlay-put'.
29492         (reftex-select-unmark): Use `reftex-delete-overlay' and
29493         `reftex-overlay-put'.
29495 2005-05-18  Lute Kamstra  <lute@gnu.org>
29497         * emacs-lisp/lisp.el (check-parens): Fix docstring.
29499 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
29501         * add-log.el (add-change-log-entry):
29502         * array.el (array-make-template, array-reconfigure-rows)
29503         (array-init-max-row, array-init-max-column)
29504         (array-init-columns-per-line, array-init-field-width):
29505         * replace.el (replace-match-maybe-edit, perform-replace):
29506         * textmodes/spell.el (spell-region):
29507         Replace `read-input' by `read-string'.
29509         * forms.el (forms-mode):
29510         * finder.el (finder-compile-keywords):
29511         * shadowfile.el (shadow-read-files):
29512         Replace `eval-current-buffer' by `eval-buffer'.
29514         * terminal.el (te-pass-through):
29515         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
29516         (ange-ftp-raw-send-cmd):
29517         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
29518         (send-process-next-char, telnet-initial-filter, telnet):
29519         Replace `send-string' by `process-send-string'.
29521         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
29522         (prolog-consult-region): Replace `send-string' by
29523         `process-send-string'; replace `send-region' by `process-send-region'.
29525         * progmodes/delphi.el (delphi-log-msg):
29526         Replace `set-window-dot' by `set-window-point'.
29528         * subr.el (window-dot, set-window-dot, read-input, send-string)
29529         (send-region, show-buffer, eval-current-buffer):
29530         Make really obsolete, as the comment says.
29532 2005-05-17  Kim F. Storm  <storm@cua.dk>
29534         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
29535         (cua--init-keymaps): Bind C-return instead of S-return to set
29536         rectangle mark.
29538         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
29539         instead of S-return to toggle/clear rectangle mark.
29541 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
29543         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
29544         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
29545         Also fontify plain strings assigned to variables, mostly so that a
29546         colon has a face and is thus not taken as a dependency separator.
29547         (makefile-previous-dependency): Inline the new matcher, because it
29548         is too complex to work in both directions.
29549         (makefile-match-dependency): Eliminate `backward' arg (see above).
29550         Completely reimplemented so as to not sometimes go into an endless
29551         loop.  It should also be more efficient, because first it only
29552         searches for `:', instead of applying the very complex regexp.
29553         (makefile-mode): Cancel `font-lock-support-mode', because blocks
29554         to be fontified in one piece can be too long for JIT.
29555         Makefiles are never *that* big.
29557 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
29559         * dired.el (dired-mode): Simplify.
29561 2005-05-17  Lute Kamstra  <lute@gnu.org>
29563         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
29564         defcustom for the mode hook variable.
29566         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
29567         Emacs Lisp Reference Manual.
29569 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
29571         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
29572         (evenp, list*):
29573         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
29574         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
29576         * net/tramp-smb.el (tramp-smb-open-connection):
29577         Pass `tramp-chunksize' as fifth (required) argument.
29579 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
29581         * font-lock.el (lisp-font-lock-keywords-1):
29582         Set `font-lock-negation-char-face' for [^...] char group.
29583         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
29585         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
29586         a var, and refine it to mask one more level of nested vars.
29587         (makefile-rule-action-regex): Turn it into a var, and refine it so
29588         it recognizes backslashed continuation lines as belonging to the
29589         same command.
29590         (makefile-macroassign-regex): Refine it so it recognizes
29591         backslashed continuation lines as belonging to the same command.
29592         (makefile-var-use-regex): Don't look at the next char, because it
29593         might be the same one to be skipped by the initial [^$], leading
29594         to an overlooked variable use.
29595         (makefile-make-font-lock-keywords): Remove two parameters, which
29596         are now variables that some of the modes set locally.
29597         Handle dependency and rule action matching through functions, because
29598         regexps alone match too often.  Dependency matching now comes
29599         last, so it can check, whether a colon already matched something else.
29600         (makefile-mode): Inform that font-lock improves makefile parsing
29601         capabilities.
29602         (makefile-match-dependency, makefile-match-action): New functions.
29604 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
29606         * emacs-lisp/cl-extra.el (equalp): Doc fix.
29608         * align.el (align-regexp):
29609         * ansi-color.el (ansi-color-get-face):
29610         * array.el (array-reconfigure-rows, array-init-max-row)
29611         (array-init-max-column, array-init-columns-per-line)
29612         (array-init-field-width):
29613         * dired-aux.el (dired-trample-file-versions):
29614         * dired-x.el (dired-mark-sexp):
29615         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
29616         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
29617         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
29618         * faces.el (face-read-integer):
29619         * files.el (backup-extract-version, insert-directory):
29620         * hexl.el (hexl-insert-decimal-char):
29621         * server.el (server-process-filter):
29622         * shell.el (shell-extract-num):
29623         * startup.el (command-line-1):
29624         * term.el (term-command-hook):
29625         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
29626         (time-stamp-do-number):
29627         * time.el (display-time-update):
29628         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
29629         (timezone-fix-time):
29630         * vms-patch.el (vms-suspend-resume-hook):
29631         * calendar/appt.el (appt-convert-time):
29632         * calendar/cal-bahai.el (mark-bahai-diary-entries):
29633         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
29634         * calendar/cal-islam.el (mark-islamic-diary-entries):
29635         * calendar/calendar.el (calendar-cursor-to-date)
29636         (calendar-star-date):
29637         * calendar/diary-lib.el (diary-attrtype-convert)
29638         (mark-diary-entries, diary-entry-time):
29639         * calendar/solar.el (solar-get-number):
29640         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
29641         * emacs-lisp/re-builder.el (reb-display-subexp):
29642         * emulation/edt.el (edt-set-scroll-margins):
29643         * emulation/tpu-extras.el (tpu-set-scroll-margins):
29644         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
29645         (vip-get-ex-count):
29646         * emulation/viper-ex.el (viper-get-ex-token)
29647         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
29648         * international/fontset.el (fontset-plain-name):
29649         * mail/feedmail.el (feedmail-look-at-queue-directory):
29650         * mail/mailalias.el (mail-get-names):
29651         * mail/rmail.el (rmail-convert-to-babyl-format):
29652         * mail/rmailsum.el (rmail-make-basic-summary-line)
29653         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
29654         (rmail-summary-goto-msg):
29655         * mail/smtpmail.el (smtpmail-read-response):
29656         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
29657         (ange-ftp-vms-add-file-entry):
29658         * play/gametree.el (gametree-looking-at-ply)
29659         (gametree-current-branch-score):
29660         * progmodes/ada-xref.el (ada-prj-find-prj-file)
29661         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
29662         * progmodes/cperl-mode.el (condition-case):
29663         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
29664         (ebrowse-set-member-buffer-column-width)
29665         (ebrowse-select-1st-to-9nth):
29666         * progmodes/etags.el (etags-snarf-tag):
29667         * progmodes/flymake.el (flymake-parse-line):
29668         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
29669         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
29670         (idlwave-shell-menu-def):
29671         * progmodes/ps-mode.el (ps-run-goto-error):
29672         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
29673         (vhdl-speedbar-contract-level):
29674         * term/mac-win.el (x-handle-numeric-switch):
29675         * term/sun-mouse.el (sun-get-frame-data):
29676         * term/w32-win.el (x-handle-numeric-switch):
29677         * term/x-win.el (x-handle-numeric-switch):
29678         * textmodes/ispell.el (ispell-parse-output):
29679         * textmodes/nroff-mode.el (nroff-outline-level):
29680         * textmodes/reftex-cite.el (reftex-bib-sort-year)
29681         (reftex-bib-sort-year-reverse, reftex-format-citation):
29682         * textmodes/reftex-parse.el (reftex-init-section-numbers)
29683         (reftex-section-number):
29684         * textmodes/texinfmt.el (texinfo-paragraphindent):
29685         Replace `string-to-int' by `string-to-number'.
29687         * international/latexenc.el: Add page marker to force the "Local
29688         Variables:" string out of the last page.
29690 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
29692         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
29693         tooltip-change-major-mode.
29694         (gud-tooltip-print-command): Remove case where gud-minor-mode
29695         is gdb ("--fullname").
29696         (gud-tooltip-tips): Turn GUD tooltips off for this case and
29697         explain to user.
29699 2005-05-16  Jay Belanger  <belanger@truman.edu>
29701         * calc/calc-store.el (calc-copy-special-constant): New function.
29703         * calc/calc-ext.el (calc-init-extensions): Add binding for
29704         `calc-copy-special-constant'.
29706         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
29707         for the `calc-copy-special-constant' command.
29709 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
29711         * subr.el (left-fringe-p): New function.
29713         * progmodes/compile.el (compilation-setup): Set local value of
29714         overlay-arrow-string to "" always.
29715         (compilation-set-window): Left fringe then don't scroll.
29716         No left fringe then no arrow and scroll message to top.
29717         (compilation-context-lines): Adjust doc string accordingly.
29719 2005-05-16  Kim F. Storm  <storm@cua.dk>
29721         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
29722         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
29723         (ido-wide-find-dir-or-delete-dir): New command for M-d.
29724         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
29725         (ido-read-file-name): Handle commands with ido property value
29726         equal to find-file as reading a file name, to allow C-d to enter dired.
29727         (ibuffer-find-file): Add ido property with value find-file.
29729 2005-05-15  Kim F. Storm  <storm@cua.dk>
29731         * subr.el (open-network-stream-nowait): Remove.
29732         (open-network-stream-server): Remove.
29734 2005-05-15  Richard M. Stallman  <rms@gnu.org>
29736         * faces.el (describe-face): Output a definition link button.
29738         * help-mode.el (help-face-def): New button type.
29740         * emacs-lisp/copyright.el (copyright-fix-years):
29741         Match properly if the first year is 2-digit.
29742         Don't mess up the whitespace after the years by filling.
29744         * dired-aux.el (dired-mark-confirm):
29745         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
29747         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
29748         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
29749         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
29751         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29752         Set font-lock-comment-start-skip.
29754         * font-lock.el (font-lock-comment-start-skip): New variable.
29755         (font-lock-comment-end-skip): New variable.
29756         (font-lock-fontify-syntactically-region): Use them if non-nil.
29758 2005-05-15  Jay Belanger  <belanger@truman.edu>
29760         * calc/calc-store.el (calc-store-value): Return a string rather
29761         than display it as a message.
29762         Use calc-var-name for variable name.
29763         (calc-store-into): Add the result of calc-store-value to message.
29764         (calc-copy-variable): Add a message.
29765         (calc-store-exchange): Improve error messages.
29766         (calc-store-binary, calc-store-map): Don't reset the values of
29767         special constants.
29769 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
29771         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
29772         manual to docstring.
29774         * files.el (hack-local-variables-confirm): Add STRING argument.
29775         Make the function handle non file visiting buffers correctly.
29776         (hack-local-variables-prop-line, hack-local-variables)
29777         (hack-one-local-variable): Use STRING arg of
29778         `hack-local-variables-confirm'.
29780 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
29782         Sync with Tramp 2.0.49.
29784         * net/tramp.el (tramp-handle-dired-call-process)
29785         (tramp-handle-insert-directory):`insert-buffer' cannot be used
29786         because the contents of the Tramp buffer is changed before
29787         insertion (`expand-file' and alike).
29788         (tramp-handle-insert-directory): If `localname' has an empty
29789         nondirectory name, it must not be quoted.
29790         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
29791         variable `tramp-chunksize'.  Change callees.
29792         (tramp-open-connection-setup-interactive-shell): Check remote host
29793         for buggy `send-process-string' implementation.
29794         Set `tramp-chunksize' if found.  Reported by Michael Kifer
29795         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
29796         (tramp-handle-shell-command): `insert-buffer' cannot be used
29797         because the contents of the Tramp buffer is changed before
29798         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
29799         <frederic.bothamy@free.fr>.
29800         (tramp-set-auto-save): Actions should be done for Tramp file name
29801         handler only.  Ange-FTP has its own auto-save mechanism.
29802         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
29803         (tramp-set-auto-save-file-modes): Set file modes of
29804         `buffer-auto-save-file-name' to ?\600 as fallback solution.
29805         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
29806         (tramp-bug): Remove obsolete variable.
29807         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
29808         for presence of `mml-mode'.  Make it running for older Emacsen as well.
29810 2005-05-14  John Paul Wallington  <jpw@pobox.com>
29812         * ibuf-ext.el (define-ibuffer-filter filename):
29813         If `dired-directory' is a list, use its car.
29815 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
29817         * ibuffer.el (define-ibuffer-column filename):
29818         If `dired-directory' is a list, use its car.
29820 2005-05-14  Richard M. Stallman  <rms@gnu.org>
29822         * subr.el (symbol-file): Doc fix.
29824         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
29825         (byte-compile-form): Call byte-compile-nogroup-warn.
29826         (byte-compile-warning-types): Doc fix.
29828         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
29830         * progmodes/cc-engine.el (c-literal-faces):
29831         Add font-lock-comment-delimiter-face.
29833         * net/net-utils.el (dig): Use with-no-warnings.
29835         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
29836         (sc-recite-frame-alist, sc-default-cite-frame)
29837         (sc-default-uncite-frame, sc-default-recite-frame)
29838         (sc-attrib-selection-list, sc-rewrite-header-list):
29839         Mark as risky-local-variable.
29841         * international/ogonek.el (ogonek-jak, ogonek-how):
29842         Don't use beginning-of-buffer.
29844         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
29846         * calendar/solar.el (solar-data-list): Move definition up.
29848         * dnd.el (dnd-protocol-alist): Add autoload.
29850         * progmodes/sh-script.el: Many doc usage fixes.
29851         (sh-indent-after-do): Change default to match common styles.
29853 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
29855         * files.el (interpreter-mode-alist)
29856         (auto-mode-interpreter-regexp): Doc fixes.
29858 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
29860         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
29862         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
29864 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29866         * dired.el (dired-mode): make-variable-buffer-local =>
29867         make-local-variable.
29869 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29871         * term/mac-win.el (mac-select-convert-to-string): Try coding
29872         systems in mac-script-code-coding-systems if specified one cannot
29873         encode string for `com.apple.traditional-mac-plain-text'.
29875 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
29877         * progmodes/make-mode.el (makefile-targets-face)
29878         (makefile-shell-face, makefile-makepp-perl-face): New faces.
29879         (makefile-dependency-regex): Fix it to not make the colon in
29880         $(var:a=b) special.
29881         (makefile-rule-action-regex): New regexp for highlighting embedded
29882         Shell strings.
29883         (makefile-macroassign-regex): Handle != for highlighting as
29884         embedded Shell strings.
29885         (makefile-var-use-regex): New const.
29886         (makefile-statements, makefile-automake-statements)
29887         (makefile-gmake-statements, makefile-makepp-statements)
29888         (makefile-bsdmake-statements): New consts.
29889         (makefile-make-font-lock-keywords): New function.
29890         (makefile-automake-font-lock-keywords)
29891         (makefile-gmake-font-lock-keywords)
29892         (makefile-makepp-font-lock-keywords)
29893         (makefile-bsdmake-font-lock-keywords): New consts.
29894         (makefile-mode-map): Add switchers between the various submodes.
29895         (makefile-mode): Document the availability of the variants.
29896         (makefile-automake-mode, makefile-gmake-mode)
29897         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
29899         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
29900         new variants of makefile-mode.
29902 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
29904         * font-lock.el (font-lock-comment-delimiter-face): Fix up
29905         the inheritance.
29907 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
29909         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
29910         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
29912         * files.el (normal-mode): Extend the scope of the
29913         `enable-local-variables' binding to include the `set-auto-mode' call.
29914         (magic-mode-alist): Doc fix.
29916 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
29918         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
29919         font-lock-comment-face rather than copying its setting.
29921 2005-05-12  Andreas Schwab  <schwab@suse.de>
29923         * eshell/esh-mode.el (eshell-send-input): Doc fix.
29925 2005-05-12  Lute Kamstra  <lute@gnu.org>
29927         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
29928         defcustom for the mode hook variable.  Delete the last argument.
29929         * generic-x.el: Fix callers of define-generic-mode.
29930         (generic-x-modes): Delete group.
29931         (show-tabs-tab-face, show-tabs-space-face): Put them in the
29932         generic-x customization group.
29934 2005-05-12  Kim F. Storm  <storm@cua.dk>
29936         * font-lock.el (font-lock-negation-char-face): Default to "off".
29938         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
29939         font-lock-negation-char-face to ! in !=.
29941 2005-05-12  Masatake YAMATO  <jet@gyve.org>
29943         * add-log.el (find-change-log): Fix typos in the docstring
29944         of function.
29946 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
29948         * international/latexenc.el (latexenc-find-file-coding-system):
29949         Avoid `re-search-forward' when looking for input encoding because
29950         of speed and safety.  Better regular expressions for recognizing
29951         input encoding.  Limit a search for TeX-master/tex-main-file to
29952         the local variable section.
29954 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
29956         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
29957         syntax of $ to "'" (quote).
29959 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
29961         * dnd.el (dnd-protocol-alist): Improve custom type.
29963         * dired.el (dired-dnd-protocol-alist): New variable.
29964         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
29965         `dired-mode-hook' to the end.
29967 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29969         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
29970         comment-end if comment-start-skip is not set.
29971         Obey the font-lock-comment-delimiter-face variables.
29973 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29975         * files.el (executable-find): Move from executable.el.  Use
29976         locate-file.
29977         * progmodes/executable.el (executable-find): Move to files.el.
29979         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
29980         when trying to ensure forward progress.
29982 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
29984         * mouse-sel.el (mouse-sel-follow-link-p): New function.
29985         (mouse-select, mouse-select-internal, mouse-extend-internal):
29986         Use it to implement mouse-1-click-follows-link functionality.
29988 2005-05-11  Richard M. Stallman  <rms@gnu.org>
29990         * font-lock.el (font-lock-fontify-syntactically-region):
29991         Use font-lock-comment-delimiter-face for comment delimiters.
29993 2005-05-10  Jay Belanger  <belanger@truman.edu>
29995         * calc/calc-help.el (calc-m-prefix-help): Add mention of
29996         preserving embedded modes.
29998 2005-05-10  Richard M. Stallman  <rms@gnu.org>
30000         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30002         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30003         Move from ada-stmt.el.
30004         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30006         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30007         Move to ada-mode.el.
30008         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30010         * cus-edit.el (custom-file): Call file-chase-links.
30012         * files.el (read-directory-name): Fix previous change.
30013         (hack-local-variables-confirm): New function.
30014         (hack-local-variables-prop-line, hack-local-variables)
30015         (hack-one-local-variable): Use it.
30017 2005-05-10  Lute Kamstra  <lute@gnu.org>
30019         * font-lock.el (font-lock-keywords-alist)
30020         (font-lock-removed-keywords-alist): Clarify docstrings.
30022 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
30024         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30025         (gdb-source-info): Check for preprocessor info.
30026         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
30027         a macro for a function.
30028         (gdb-info-breakpoints-custom): Try to find file again if not already
30029         found (user might have used GDB dir command).
30030         (gdb-get-location): Update gdb-location-alist correctly for change
30031         to gdb-info-breakpoints-custom.
30033         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30034         (gud-tooltip-print-command): Add gdbmi case.
30035         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30036         preprocessor info.
30038 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
30040         * startup.el (fancy-splash-insert): Fix typo in doc string.
30042 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
30044         * obsolete/float.el (string-to-float):
30045         * obsolete/hilit19.el (hilit-add-pattern):
30046         * obsolete/rnews.el (news-parse-range, news-select-message)
30047         (news-get-pruned-list-of-files): Replace `string-to-int' by
30048         `string-to-number'.
30050         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30051         `find-file-not-found-hooks'; use `add-hook'.
30052         (uncompress-while-visiting): Set `write-file-functions', not
30053         `write-file-hooks'; use `add-hook'.
30055 2005-05-09  Kim F. Storm  <storm@cua.dk>
30057         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30058         (cua-paste): Handle clipboard action.
30059         (cua--init-keymaps): Remap clipboard-kill-region and
30060         clipboard-kill-ring-save.
30062 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
30064         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30065         Improve commentary.
30067         * simple.el (next-error-overlay-arrow-position): Revert the change
30068         made on 2005-04-30.
30070 2005-05-07  Jay Belanger  <belanger@truman.edu>
30072         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30073         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30074         `calc-sel-reselect'.
30076         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30077         Calc is in embedded mode.
30079 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
30081         * progmodes/compile.el (compilation-setup):
30082         Set overlay-arrow-string to an empty string on text terminals.
30084         * textmodes/ispell.el (ispell-program-name): Try looking for
30085         "aspell" along exec-path, and if found, use it as the default
30086         speller program.
30088 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
30090         * international/mule.el (sgml-xml-auto-coding-function):
30091         Recognize encoding='FOO' in single quotes as well as in double quotes.
30093 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
30095         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30096         as well as `interactive', so that defmacro* would recognize
30097         `declare' forms.
30099 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
30101         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30102         Explain more about the LIGHTER arg's usage in the doc string.
30103         Add commentary to clarify what the code does.  Fix the regexp that
30104         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
30105         since it could have characters special to regular expressions.
30107 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
30109         * replace.el (occur-1): Bind inhibit-read-only so that
30110         erase-buffer doesn't barf on read-only text properties (likewise
30111         for add-text-properties in occur-engine).  Mark buffer as unmodified.
30112         (occur-engine): Don't set buffer-read-only here.
30114 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30116         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30117         list-buffers-directory.  This caused the *cvs-commit* buffer to be
30118         sometimes mistakenly reused as a *cvs* buffer.
30120 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
30122         * tooltip.el: Move code for GUD tooltips into gud.el.
30123         (require): CL no longer needed to compile case.
30124         (tooltip-mode): Do not toggle functions for GUD tooltips.
30125         (tooltip-gud-tips-p): Remove.  Replace with minor mode
30126         gud-tooltip-mode in gud.el.
30127         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30128         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30129         tooltip-gud prefix with gud-tooltip and obsolete.
30130         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30131         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30132         (tooltip-mouse-motion): Mouse movement functions/variable.
30133         Rename in gud.el by adding gud prefix.
30134         (tooltip-gud-original-filter, tooltip-gud-dereference)
30135         (tooltip-gud-event, tooltip-toggle-gud-tips)
30136         (tooltip-gud-process-output, tooltip-gud-print-command)
30137         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
30138         gud.el by replacing tooltip-gud prefix with gud-tooltip.
30139         (gdb-tooltip-print): Move to gdb-ui.el.
30141         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30142         (require): CL needed to compile case.
30143         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30144         tooltip-gud-tips-p.  Make it a minor-mode.
30145         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30146         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30147         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30148         (gud-tooltip-change-major-mode)
30149         (gud-tooltip-activate-mouse-motions-if-enabled)
30150         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30151         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30152         (gud-tooltip-original-filter, gud-tooltip-dereference)
30153         (gud-tooltip-event, tooltip-toggle-gud-tips)
30154         (gud-tooltip-process-output, gud-tooltip-print-command)
30155         (gud-tooltip-tips): Move from tooltip.el.
30157         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30158         (gdb-cpp-define-alist-flags): Doc fix.
30159         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30160         gud-tooltip-mode is t.
30162 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30164         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30165         evaporate if their text is deleted.
30166         (goto-address-at-point): Make it work as a mouse binding as well.
30167         (goto-address-at-mouse): Obsolete it.  Update users.
30169 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
30171         * calendar/appt.el (top-level): No longer activate on load.
30173 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
30175         * calendar/cal-bahai.el (mark-bahai-diary-entries):
30176         * net/webjump.el (webjump):
30177         * progmodes/idlw-help.el (idlwave-do-context-help1)
30178         (idlwave-highlight-linked-completions):
30179         * textmodes/po.el (po-find-file-coding-system-guts):
30180         Replace `assoc-ignore-case' by `assoc-string'.
30182 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
30184         * files.el (locate-file): Doc fix.
30186         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30187         Remove the redundant test for ms-dos.
30189         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30190         look for the preprocessor with exec-suffixes.  If not found in
30191         standard places, look in exec-path.  Remove most of the tests that
30192         used system-type.
30194         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30196         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30198         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30199         file-name clash with jka-compr.el on 8+3 filesystems.
30201 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30203         * term/mac-win.el: Don't define or bind scroll bar functions if
30204         x-toolkit-scroll-bars is t.
30205         (x-select-text, x-get-selection-value): Clear
30206         x-last-selected-text-clipboard if x-select-enable-clipboard is
30207         nil.
30208         (PRIMARY): Put mac-scrap-name property.
30209         (mac-select-convert-to-file-url): New function.
30210         (public.file-url): New selection target type.  Add to
30211         selection-converter-alist.
30212         (x-get-selection, x-selection-value): Handle it.
30213         (x-cut-buffer-or-selection-value): New alias.
30215 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30217         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30218         entry to avoid calling bibtex-find-entry with arg global
30219         being t.  Remove arg key.
30220         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30221         (bibtex-copy-summary-as-kill): Change accordingly.
30223 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30225         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30226         (org-agenda-date-later): Use with-current-buffer.
30228 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
30230         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30231         (define-obsolete-variable-alias): Doc Fixes.
30233 2005-05-06  Kim F. Storm  <storm@cua.dk>
30235         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
30236         vertical-motion when selective-display is active.
30238         * ido.el (ido-setup-hook): New hook.
30239         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30240         (ido-input-stack): New var.
30241         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
30242         ido-next-work-file binding to M-O.
30243         Bind M-f to ido-wide-find-file-or-pop-dir.
30244         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30245         (ido-read-internal): Run ido-setup-hook.
30246         Catch quit in read-file-name and read-string to cancel edit.
30247         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30248         Automatically pop-all when completing a directory name (RET).
30249         (ido-file-internal): Add with-no-warnings around ffap and dired code.
30250         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30251         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30252         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30253         New functions for M-b/M-f to move among the directory components.
30254         (ido-make-merged-file-list): Catch quit to cancel merge.
30255         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30256         (ido-completion-help): No warnings for ido-completion-buffer-full.
30258 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
30260         * font-lock.el (font-lock-negation-char-face): New face and variable.
30261         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30262         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30263         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30264         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30266 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
30268         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30269         Fix typo in docstring.
30271         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30272         (ebrowse-print-statistics-line)
30273         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30275         * term/w32-win.el (image-library-alist): Add additional name for
30276         Xpm library.
30278 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
30280         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30281         use gcc instead of cpp.
30283         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30284         (gdb-create-define-alist): Use it.
30285         (gdb-cpp-define-alist-program): Update for MS-DOS.
30287 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
30289         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30291 2005-05-04  Richard M. Stallman  <rms@gnu.org>
30293         * help.el (describe-key): No error when UNTRANSLATED is nil.
30295         * simple.el (line-move-1): Fix previous change to signal errors
30296         appropriately.
30298 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
30300         * calendar/icalendar.el (icalendar-version): Now at 0.12.
30301         (icalendar-duration-correction): Remove.
30302         (icalendar--get-event-properties): Split result at commas.
30303         (icalendar--decode-isoduration): New optional argument
30304         DURATION-CORRECTION.
30305         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30306         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30307         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30308         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30309         (icalendar--convert-anniversary-to-ical): New functions, extracted
30310         from icalendar-export-region, with bug fixes.
30311         (icalendar-export-region): Use the above functions.
30312         (icalendar-import-buffer): Check before saving diary file.
30313         (icalendar--convert-recurring-to-diary)
30314         (icalendar--convert-non-recurring-all-day-to-diary)
30315         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30316         extracted from icalendar--convert-ical-to-diary, with bug fixes.
30317         (icalendar--convert-ical-to-diary): Use the above functions.
30319 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
30321         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30322         Remove these recent additions.
30323         (c-mode): Restore to before 2005-04-28.
30325         * progmodes/cc-vars.el (cc-define-list-program): Remove this
30326         recent addition.
30328         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30329         (gdb-define-alist): New variables.
30330         (gdb-create-define-alist): New function.
30331         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30332         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30333         with string-to-number.
30334         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
30336         * progmodes/gud.el: Replace string-to-int with string-to-number.
30337         (gud-find-file): Handle gdb-define-alist.
30339         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30341 2005-05-02  Jay Belanger  <belanger@truman.edu>
30343         * calc/calc-aent.el (math-read-token):
30344         * calc/calc-bin.el (calc-word-size):
30345         * calc/calc-ext.el (calc-read-number-fancy):
30346         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30347         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30348         * calc/calc-frac.el (calc-over-notation):
30349         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30350         (calc-graph-num-points, calc-graph-init):
30351         * calc/calc-prog.el (calc-read-parse-table-part)
30352         (calc-edit-macro-repeats):
30353         * calc/calc-yank.el (calc-do-grab-rectangle):
30354         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30355         Replace `string-to-int' by `string-to-number'.
30357 2005-05-02  Kim F. Storm  <storm@cua.dk>
30359         * kmacro.el: Use executing-kbd-macro-index variable.
30361 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
30363         * net/rlogin.el (rlogin-parse-words): Delete func.
30364         (rlogin): Use split-string, not rlogin-parse-words.
30365         Also, if there are option-like elements in the parsed args,
30366         take the host to be the first arg immediately following them.
30367         Suggested by Michael Mauger.
30369 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
30371         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30373 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30375         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30376         (cc-mode-cpp-program): Rename to cc-define-list-program and
30377         move to cc-vars.el.
30379         * progmodes/cc-vars.el (cc-define-list-program):
30380         Change to "gcc -E -dM -".  Make customizable.
30382 2005-05-02  Kim F. Storm  <storm@cua.dk>
30384         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30386 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30388         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30390         * international/mule-util.el (truncate-string): Remove alias and
30391         obsolete declaration.
30393         * international/mule-cmds.el (update-iso-coding-systems):
30394         Remove alias and obsolete declaration.
30396         * international/mule.el (coding-system-parent): Remove alias and
30397         obsolete declaration.
30399         * subr.el (define-function, sref): Remove aliases and obsolete
30400         declarations.
30401         (chars-in-region): Remove obsolete declaration.
30403 2005-05-01  Richard M. Stallman  <rms@gnu.org>
30405         * info.el (Info-mode): Set widen-automatically to nil, locally.
30407         * simple.el (widen-automatically): New variable.
30408         (pop-global-mark): Obey widen-automatically.
30410 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
30412         * term/xterm.el (function-key-map): Call substitute-key-definition
30413         before the keymap size is increased by a lot of define-key calls.
30415 2005-05-01  Richard M. Stallman  <rms@gnu.org>
30417         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30418         Rename ARG to ELEMENT.  Doc fix.
30420 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
30422         * allout.el (allout-exposure): Remove macro and obsolete declaration.
30423         Remove references to allout-exposure/change to allout-new-exposure.
30425         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30426         bytecode symbols.
30428         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
30429         (compiled-function-p, focus-frame, unfocus-frame):
30430         Remove aliases and obsolete declarations.
30431         Back out inadvertent changes from previous commit.
30433 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
30435         * files.el (require-final-newline): Make Custom tags consistent
30436         with mode-require-final-newline.
30437         (mode-require-final-newline): Doc fix.
30439 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30441         * international/latexenc.el (latexenc-find-file-coding-system):
30442         Fix regular expressions.
30444 2005-05-01  David Kastrup  <dak@gnu.org>
30446         * international/latexenc.el (latexenc-find-file-coding-system):
30447         Fix regular expressions.
30449 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
30451         * subr.el (string-to-int): Make obsolete.
30453 2005-04-30  Richard M. Stallman  <rms@gnu.org>
30455         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
30457         * loadup.el: load jka-comp-hook.
30459         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
30460         (jka-compr-handler): Add autoload.  `put' calls moved
30461         to jka-comp-hook.el.
30462         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
30463         (jka-compr-inhibit): Autoload.
30465         * jka-comp-hook.el: New file.
30466         Enable the mode by default.
30468         * files.el (backup-buffer-copy): Use copy-file instead
30469         of write-region, and put back the 'excl.
30471 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
30473         * progmodes/flymake.el (flymake-split-string)
30474         (flymake-split-string, flymake-log, flymake-pid-to-names)
30475         (flymake-reg-names, flymake-get-source-buffer-name)
30476         (flymake-unreg-names, flymake-add-line-err-info)
30477         (flymake-add-err-info): Clarify docstrings.
30478         (flymake-popup-menu, flymake-make-emacs-menu)
30479         (flymake-make-xemacs-menu): Add docstrings.
30480         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30481         Set variables directly throughout.
30483 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
30485         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
30486         exists.  Initialize cc-define-alist.
30487         (c-mode): Add cc-create-define-alist locally to after-save-hook.
30488         If there is no file (Macroexpansion) don't create an alist.
30490 2005-04-29  Sam Steingold  <sds@gnu.org>
30492         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
30493         (cc-create-define-alist): Use it instead of the hard-coded string.
30495 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30497         * international/mule-conf.el (file-coding-system-alist): Fix regexp
30498         for latexenc.
30500 2005-04-29  Lute Kamstra  <lute@gnu.org>
30502         * emacs-lisp/generic.el: Improve commentary section.
30503         (define-generic-mode): Improve docstring.
30505 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
30507         * textmodes/org.el (many places): Change to quiet the byte compiler.
30508         (org-prefix-format-compiled): New variable.
30509         (org-compile-prefix-format): New function.
30510         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
30511         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
30512         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
30513         (org-get-entries-from-diary): Use `org-get-time-of-day' for
30514         consistency with entries from `org-mode' files.
30515         (org-get-time-of-day): Fix bug with partial matches early in a line.
30516         (org-non-link-chars): New constant.
30517         (org-link-regexp): Respect `org-non-link-chars'.
30518         (org-agenda-day-view): Remove command.
30519         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
30520         (org-follow-bbdb-link, org-store-link): Search also company field.
30521         (org-highlight-overlay): New variable.
30522         (org-highlight, org-unhighlight): New functions.
30523         (org-agenda-mode): Add pre-command-hook to remove highlight.
30524         (org-evaluate-time-range): Behavior depends upon whether time stamp
30525         contains a time or not.
30526         (org-show-subtree, org-show-entry): New functions.
30527         (org-agenda-cleanup-fancy-diary): Remove empty lines.
30529 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
30531         * comint.el (comint-output-filter-functions): Add autoload cookie.
30533 2005-04-28  Kim F. Storm  <storm@cua.dk>
30535         * ido.el (ido-everywhere): Fix last change.
30537 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
30539         * international/latexenc.el: New file.
30540         * international/mule-conf.el (file-coding-system-alist): For .tex,
30541         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
30543 2005-04-28  Lute Kamstra  <lute@gnu.org>
30545         * font-lock.el (font-lock-add-keywords)
30546         (font-lock-remove-keywords): Clarify docstring.
30547         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
30548         Don't start docstrings with a `*'.
30549         (font-lock-update-removed-keyword-alist): Give it a docstring.
30551         * generic-x.el: Update commentary section.
30552         Only require font-lock when compiling.
30553         Define all modes conditionally.
30554         Place all generic modes in the generic-x-modes customization group.
30555         (generic-x-modes): New customization group.
30556         (generic-default-modes, generic-mswindows-modes)
30557         (generic-unix-modes, generic-other-modes): New constants.
30558         (generic-define-mswindows-modes, generic-define-unix-modes):
30559         Update docstrings.  Make them obsolete.
30560         (generic-extras-enable-list): New default value.  Update docstring.
30561         Improve :type.  Change :set function.
30562         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
30563         Fix docstring.
30565         * emacs-lisp/generic.el (generic-mode-internal):
30566         Simplify font-lock-defaults.
30567         (define-generic-mode): Fix docstring.
30569 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30571         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
30572         font-lock-face property to highlight matches.
30574 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
30576         * progmodes/cc-mode.el (cc-create-define-alist): New function.
30577         (cc-define-alist): New variable.
30578         (c-mode): Make it local and initialize it.
30580         * progmodes/gdb-ui.el (gdb-active-process): New variable.
30581         (gdb-exited): New function.
30582         (gdb-annotation-rules): Use it.
30583         (gdb-starting): Set gdb-active-process to t.
30584         (gdb-stopping): Amend doc string.
30585         (gdb-reset): Set gdb-active-process to nil.
30587         * tooltip.el (tooltip-gud-tips): Show the associated #define
30588         directives when a C program under GDB is not executing.
30590 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30592         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
30593         font-lock-fontify-syntactic-keywords.
30595         * font-lock.el (font-lock-default-fontify-region): Don't force
30596         parse-sexp-lookup-properties to nil.
30598 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
30600         * man.el (man-mode-syntax-table): Set up `:' to have
30601         word-constituent syntax.
30603 2005-04-27  Lute Kamstra  <lute@gnu.org>
30605         * novice.el (disable-command): Don't add spurious newlines to the
30606         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
30608 2005-04-26  Jay Belanger  <belanger@truman.edu>
30610         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
30611         than one window before deleting window.
30613 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
30615         * shell.el (shell-prompt-pattern): Doc fix.
30616         (shell-mode): Set paragraph-separate buffer locally to "\\'".
30618         * comint.el (comint-prompt-regexp, comint-get-old-input)
30619         (comint-use-prompt-regexp)
30620         (comint-use-prompt-regexp-instead-of-fields)
30621         (comint-replace-by-expanded-history, comint-send-input)
30622         (comint-output-filter, comint-get-old-input-default)
30623         (comint-line-beginning-position, comint-bol, comint-show-output)
30624         (comint-backward-matching-input, comint-forward-matching-input)
30625         (comint-next-prompt, comint-previous-prompt):
30626         Rename `comint-use-prompt-regexp-instead-of-fields' to
30627         `comint-use-prompt-regexp'.  Keep old name as alias and declare
30628         obsolete.
30629         (comint-use-prompt-regexp): Shorten first line of doc string.
30631         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
30632         Set paragraph-separate buffer locally to "\\'".
30634         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
30635         Adapt to above name change.
30637         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
30638         (smbclient-prompt-regexp): Ditto.
30640         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
30642 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
30644         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
30645         gdb-location-list.
30646         Break lines that are over 80 characters wide.
30648 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30650         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
30651         New fun and var, to preserve compatibility.
30653         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
30655 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
30657         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
30658         name to file-newer-than-file-p.
30660 2005-04-26  Richard M. Stallman  <rms@gnu.org>
30662         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
30664         * progmodes/python.el (python-mode):
30665         Use new name eldoc-documentation-function.
30667         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
30669         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30670         (eldoc-documentation-function):
30671         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
30673 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
30675         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
30677 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
30679         * term/xterm.el (function-key-map): Fix strings for
30680         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
30681         {C,S,A,C-S}-{f1-f12}.
30683 2005-04-26  Kenichi Handa  <handa@m17n.org>
30685         * international/mule-cmds.el (select-safe-coding-system):
30686         Fix previous change.
30688 2005-04-26  Lute Kamstra  <lute@gnu.org>
30690         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
30692         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
30693         (font-lock-comment-delimiter-face): Ditto.
30695         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
30697 2005-04-25  Jay Belanger  <belanger@truman.edu>
30699         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
30700         to t while inserting information; use help-mode.
30702 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
30704         * term.el (ansi-term-color-vector): Use the xterm colors.
30705         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
30707 2005-04-25  Lute Kamstra  <lute@gnu.org>
30709         * font-core.el (font-lock-defaults): Fix docstring.
30711         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
30713 2005-04-25  Kenichi Handa  <handa@m17n.org>
30715         * international/mule-cmds.el (select-safe-coding-system):
30716         Don't check consistency with coding: spec, etc if raw-text or
30717         no-conversion was found to be safe.
30719 2005-04-24  Richard M. Stallman  <rms@gnu.org>
30721         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
30722         citation markers at start of each line.
30724         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
30725         citation markers at start of each line.
30727         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
30729         * files.el (mode-require-final-newline): Fix previous change.
30730         (require-final-newline): Fix type label.
30732 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
30734         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
30735         statement in buffer (broken by 2004-11-24 change).
30737 2005-04-24  Kim F. Storm  <storm@cua.dk>
30739         * ido.el (ido-everywhere): Save and restore old read-buffer-function
30740         and read-file-name-function values.  Don't overwrite existing
30741         non-nil values if ido-mode is enabled without ido-everywhere.
30743 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
30745         * files.el (mode-require-final-newline): Minor doc fix.
30747 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
30749         * subr.el (syntax-after): Doc fix.
30750         (syntax-class): If argument is nil, return nil.  Mask off upper 16
30751         bits, not 8 bits.
30753         * files.el (mode-require-final-newline): Doc fix.
30754         (backup-buffer-copy): Fix last change.
30756 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30758         * term/mac-win.el: Require select.  Set selection-coding-system to
30759         mac-system-coding-system.  Call menu-bar-enable-clipboard.
30760         (x-last-selected-text-clipboard, x-last-selected-text-primary)
30761         (x-select-enable-clipboard): New variables.
30762         (x-select-text, x-get-selection, x-selection-value)
30763         (x-get-selection-value, mac-select-convert-to-string)
30764         (mac-services-open-file, mac-services-open-selection)
30765         (mac-services-insert-text): New functions.
30766         (CLIPBOARD, FIND): Put mac-scrap-name property.
30767         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
30768         (public.tiff): Put mac-ostype property.
30769         (selection-converter-alist): Add entries for them.
30770         (mac-application-menu-map): New keymap.
30771         (interprogram-cut-function, interprogram-paste-function): Set to
30772         x-select-text and x-get-selection-value, respectively.
30773         (split-window-keep-point): Set to t.
30775 2005-04-23  Richard M. Stallman  <rms@gnu.org>
30777         * files.el (read-directory-name): Always pass non-nil
30778         DEFAULT-FILENAME arg to read-file-name.
30779         (backup-buffer-copy, basic-save-buffer-2): Take care against
30780         writing thru an unexpected existing symlink.
30781         (revert-buffer): In indirect buffer, revert the base buffer.
30782         (magic-mode-alist): Doc fix.
30783         (buffer-stale-function): Doc fix.
30784         (minibuffer-with-setup-hook): Avoid warning.
30785         (mode-require-final-newline): Doc and custom fix.
30787         * follow.el (follow-end-of-buffer): Use with-no-warnings.
30789         * font-lock.el (font-lock-comment-face): On terminals with few colors,
30790         use the default appearance.
30791         (font-lock-comment-delimiter-face): New face, new variable.
30793         * imenu.el (imenu--generic-function): The official position of a
30794         definition is the start of the line that BEG is in.
30796         * midnight.el (midnight-timer): Move defvar up.
30798         * mouse.el (mouse-drag-region-1): Delete some debugging code.
30800         * saveplace.el (save-place-to-alist): Use with-no-warnings.
30802         * startup.el (command-line): Use with-no-warnings.
30804         * window.el (window-size-fixed): New defvar.
30806         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
30808         * mail/rmail.el (rmail-font-lock-keywords):
30809         Use font-lock-comment-delimiter-face.
30811         * mail/sendmail.el (mail-font-lock-keywords):
30812         Use font-lock-comment-delimiter-face.
30814         * progmodes/compile.el (next-error-highlight-timer): New defvar.
30816 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
30818         * progmodes/compile.el (compilation-mode-font-lock-keywords):
30819         Specify t for LAXMATCH when matching directories.
30820         Save match data around compilation-compat-error-properties form.
30822 2005-04-23  David Kastrup  <dak@gnu.org>
30824         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
30825         Mention that the autoloaded aliases should be kept for AUCTeX.
30827 2005-04-23  Andreas Schwab  <schwab@suse.de>
30829         * isearch.el (isearch-forward): Doc fix.
30831 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
30833         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
30834         (jit-lock-stealth-nice): Change default value to 0.5.
30836 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
30838         * abbrev.el (write-abbrev-file): Write table entries in
30839         alphabetical order by table name.
30841 2005-04-22  Kim F. Storm  <storm@cua.dk>
30843         * ido.el (ido-read-internal): Fix `list' completion.
30845 2005-04-22  Kenichi Handa  <handa@m17n.org>
30847         * recentf.el (recentf-save-file-coding-system): New variable.
30848         (recentf-save-list): Encode the file by
30849         recentf-save-file-coding-system and add coding: tag.
30851 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
30853         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
30855 2005-04-21  Lute Kamstra  <lute@gnu.org>
30857         * loadhist.el (unload-feature): Don't remove a function from hooks
30858         if it is about to be restored to an autoload .  Remove functions
30859         that will become unbound from auto-mode-alist.  Simplify the code.
30861         * subr.el (assq-delete-all): New implementation that is linear,
30862         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
30863         (rassq-delete-all): New function.
30865         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30866         Add size-indication-mode.
30868 2005-04-21  Kenichi Handa  <handa@m17n.org>
30870         * international/mule-cmds.el: Add autoload for widget-value in
30871         eval-when-compile.
30873 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
30875         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30876         Add tooltip-mode.
30878         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
30880 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
30882         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
30883         (inferior-lisp-filter-regexp, inferior-lisp-program)
30884         (inferior-lisp-load-command, inferior-lisp-prompt)
30885         (inferior-lisp-mode-hook, lisp-source-modes)
30886         (inferior-lisp-load-hook): defvar->defcustom.
30887         (inferior-lisp-program, inferior-lisp-prompt)
30888         (inferior-lisp-load-hook): Doc fixes.
30889         (inferior-lisp-install-letter-bindings): Small change in
30890         introductory comment.
30892 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
30894         * vc.el (vc-annotate-color-map): Change some colors so that text
30895         using them as foreground is readable on both white and black
30896         backgrounds.
30898 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30900         * international/mule-conf.el (translation-table-for-input):
30901         Remove redundant declaration.
30903 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
30905         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
30907         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
30908         (tooltip-toggle-gud-tips): New function.
30910 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30912         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
30913         right angle brackets.
30915 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
30917         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
30919 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
30921         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
30922         Remove.  Update callers to use expand-file-name instead.
30924         * subr.el (syntax-class): New function.
30926         * simple.el (blink-matching-open): Use it.
30928         * paren.el (show-paren-function): Use it to recognize parens that are
30929         also used in 2-char comment markers.
30931 2005-04-19  Lute Kamstra  <lute@gnu.org>
30933         * loadhist.el (unload-feature): Update for new format of
30934         load-history.  Simplify the code.
30936 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30938         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
30939         (mac-add-charset-info): New function.  Initialize variable
30940         mac-charset-info-alist using it.
30941         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
30942         for translation.
30943         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
30944         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
30945         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
30946         New CCL programs.
30948 2005-04-19  Kim F. Storm  <storm@cua.dk>
30950         * simple.el (next-buffer, prev-buffer, next-error)
30951         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30952         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
30954         * bindings.el (next-buffer, prev-buffer, next-error)
30955         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30956         (clone-indirect-buffer-other-window): Move bindings from simple.el.
30957         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
30958         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
30960 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
30962         * isearch.el (isearch-edit-string): Make the search-ring available for
30963         minibuffer history commands.
30964         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
30965         the default history commands now work just as well.
30966         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
30968 2005-04-18  Kim F. Storm  <storm@cua.dk>
30970         * emulation/cua-base.el (cua--pre-command-handler): Add more
30971         elaborate check for shift modifier on non-window systems.
30973 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
30975         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
30977 2005-04-18  Kim F. Storm  <storm@cua.dk>
30979         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
30980         and make it optional.  Don't test tooltip-gud-echo-area here.
30981         (tooltip-gud-process-output, gdb-tooltip-print):
30982         Pass tooltip-gud-echo-area to tooltip-show.
30983         (tooltip-help-tips): Remove second optional arg to tooltip-show.
30985 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30987         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
30988         `display-graphic-p' may not be bound yet.
30990 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
30992         * startup.el (command-line): No longer enable Xterm Mouse mode by
30993         default in terminals compatible with xterm.
30995         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
30997 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
30999         * tooltip.el (tooltip-gud-echo-area): Rename from
31000         tooltip-use-echo-area.
31001         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31002         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31003         area independently of where help tooltips are displayed.
31005 2005-04-17  David Kastrup  <dak@gnu.org>
31007         * cus-theme.el (custom-theme-write-variables): Quote variables
31008         where necessary.
31010 2005-04-17  Richard M. Stallman  <rms@gnu.org>
31012         * simple.el (yank-excluded-properties): Add follow-link to value.
31014         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31016         * startup.el (fancy-splash-max-time): Just 30 seconds.
31017         (fancy-splash-delay): Just 7.
31018         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31020         * loadhist.el (unload-feature): Update for new format of load-history.
31021         Simplify the code.
31023         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31024         (rmail-font-lock-keywords): Don't fontify the text of a citation.
31026         * mail/sendmail.el (mail-font-lock-keywords):
31027         Don't fontify subject text.
31028         Don't fontify the text of a citation.
31030 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
31032         * comint.el (comint-output-filter): Run comint-output-filter-functions
31033         with point where the user had it.
31035 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
31037         * international/ucs-tables.el (ucs-set-table-for-input):
31038         Disable when using unify-on-decoding.
31040 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
31042         * emulation/cua-base.el (cua-global-mark-face): Add special case
31043         for displays supporting a high number of colors.
31045 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
31047         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31049 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
31051         * filesets.el (filesets-add-buffer): If user supplies a name of a
31052         non-existing fileset, create a new fileset.
31054 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
31056         * textmodes/org.el (org-up-heading-all): Fix bug with
31057         `outline-up-heading-all'.
31059 2005-04-16  Andreas Schwab  <schwab@suse.de>
31061         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31062         /etc/permissions.d/* and /etc/aliases.d/*.
31064 2005-04-16  Kenichi Handa  <handa@m17n.org>
31066         * international/code-pages.el (cp-make-coding-system):
31067         Set `translation-table-for-input' property value to the symbol
31068         ucs-mule-to-mule-unicode, not to that value.
31069         (pt154): Escape guillemet by `\'.
31071 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
31073         * loadup.el: Load tooltip if x-show-tip is fboundp.
31075         * startup.el (command-line): Add comment.
31077         * tooltip.el (tooltip-mode): Specify correct standard value for
31078         Custom in init-value.
31080 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
31082         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31083         possible.
31085 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
31087         * textmodes/org.el (org-agenda-date-prompt): Rename from
31088         `org-agenda-date-today'.
31089         (org-evaluate-time-range): Insert at point instead of directly
31090         after time range.
31091         (org-first-headline-recenter, org-subtree-end-visible-p)
31092         (org-optimize-window-after-visibility-change): New functions
31093         (org-agenda-post-command-hook): Don't allow point at end of line,
31094         to make sure it always hits the text properties.
31095         (org-agenda-next-date-line, org-agenda-previous-date-line):
31096         New commands.
31097         (org-set-regexps-and-options): Category may contain white space.
31098         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31099         Improve marker positions.
31100         (org-agenda-new-marker): Argument POS made optional.
31101         (org-agenda-get-timestamps): Deadlines which are done are listed
31102         in org-done-face now.
31103         (org-agenda-get-todos, org-agenda-get-timestamps)
31104         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31105         Set `undone-face' and `done-face' properties.
31106         (org-last-todo-state-is-todo): New variable.
31107         (org-todo): Set `org-last-todo-state-is-todo'.
31108         (org-agenda-todo): Change face according to
31109         `org-last-todo-state-is-todo'.  And change other lines referring to
31110         the same entry.
31111         (org-calendar-goto-agenda): New command.
31112         (org-calendar-to-agenda-key): New option.
31113         (org-startup-folded): New allowed value `content'.
31114         (org-set-regexps-and-options): Accept new value `content' for
31115         `org-startup-folded'.
31116         (org-get-current-options): Handle new value `content' for
31117         `org-startup-folded'.
31118         (org-insert-todo-heading): New command.
31119         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31120         interactively in empty file and option
31121         `org-insert-mode-line-in-empty-file' has been set.
31122         (org-agenda-todo, org-agenda-priority): Modify to use
31123         `org-agenda-change-all-lines'.
31124         (org-warning-face): Change color on dark background.
31126 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31128         * international/mule-cmds.el (set-locale-environment): On Mac OS,
31129         use preferences AppleLocale and AppleLanguages, and variable
31130         mac-system-locale for default locale.  On Mac OS Classic, use
31131         mac-system-coding-system for default coding systems.
31133         * term/mac-win.el: Don't set file-name-coding-system.
31134         Decode variables system-name, emacs-build-system, user-login-name, and
31135         user-full-name by mac-system-coding-system on Mac OS Classic.
31136         (mac-system-coding-system): New variable.
31138 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
31140         * startup.el (command-line): Handle `xterm-mouse-mode' before
31141         reading init file.
31143         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31145 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
31147         * progmodes/sh-script.el (sh-here-document-word): Make it a
31148         defcustom.  Doc fix.
31149         (sh-add): Bash uses $(( )) for arithmetic.
31150         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31151         (sh-maybe-here-document): Remove quotes and leading whitespace
31152         from heredoc word when closing.  Indent heredoc with tabs if word
31153         starts with "-".
31155 2005-04-13  Richard M. Stallman  <rms@gnu.org>
31157         * simple.el (undo): Fix previous change.
31159         * custom.el (defface): Doc fix.
31161 2005-04-13  Lute Kamstra  <lute@gnu.org>
31163         * Makefile.in (DONTCOMPILE): Remove list.
31164         (compile, compile-always): Don't use DONTCOMPILE.
31165         (update-authors): Load the library in which batch-update-authors
31166         is defined.
31167         * makefile.w32-in (DONTCOMPILE): Remove list.
31168         (compile, compile-always): Fix comments.
31169         (update-authors): Load the library in which batch-update-authors
31170         is defined.
31172         * generic-x.el (generic-mode-ini-file-find-file-hook):
31173         Rename to ini-generic-mode-find-file-hook.
31174         Keep generic-mode-ini-file-find-file-hook as an alias.
31175         (ini-generic-mode-find-file-hook): Rename from
31176         generic-mode-ini-file-find-file-hook.  Fix docstring.
31177         (ini-generic-mode): Docstring change.
31178         (bat-generic-mode-run-as-comint): Silence the byte compiler.
31180         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31181         called from lisp.
31183         * generic.el: Move to the emacs-lisp subdir.
31185 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
31187         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31188         and C-S- function and cursor motion keys.
31190 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
31192         * startup.el (command-line): Enable Xterm Mouse mode by default.
31193         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31194         for Custom.  No longer show "Mouse" in mode line when enabled.
31195         Doc fix.
31197 2005-04-12  Kim F. Storm  <storm@cua.dk>
31199         * emulation/cua-base.el (cua-rectangle-face)
31200         (cua-rectangle-noselect-face): Define face attributes here.
31202         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31204 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31206         * startup.el (command-line): Turn off blinking cursor if
31207         cursorBlink in resources is off or false.
31209 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31211         * term/mac-win.el (dnd): Require dnd.
31212         (mac-drag-n-drop): Call dnd-handle-one-url.
31213         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31214         (kTextEncodingISOLatin2): Remove constants.
31215         (mac-script-code-coding-systems): New constant.
31216         (mac-handle-language-change): New function.
31217         (special-event-map): Bind it to `language-change' event.
31218         (mac-centraleurroman, mac-cyrillic): New coding systems.
31219         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31220         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31221         and mac-cyrillic-encoder to encode-mac-centraleurroman and
31222         encode-mac-cyrillic, respectively.
31224 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31226         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31227         Don't set overlay-arrow-string to "=>" as this is done
31228         globally in C now.
31230 2005-04-12  Lute Kamstra  <lute@gnu.org>
31232         * generic-x.el (rc-generic-mode, rul-generic-mode):
31233         Fix auto-mode-alist entries.
31234         (etc-fstab-generic-mode): Tweak fontification.
31236         * generic.el (generic-make-keywords-list): Fix docstring.
31237         (generic-mode-internal): Simplify generic-font-lock-keywords.
31239 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31241         * whitespace.el (whitespace-buffer-leading)
31242         (whitespace-buffer-trailing): Revert the incorrect test inversion.
31243         However, fix the highlight area for the leading and
31244         trailing whitespaces to show space.
31246 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31248         * whitespace.el (whitespace-version): Bump to 3.5.
31250         (whitespace-buffer-leading, whitespace-buffer-trailing):
31251         Invert sense of the test to highlight the whitespace.
31253 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31255         * progmodes/gud.el (gud-display-line): GUD uses its own
31256         overlay arrow now so don't set overlay-arrow-string.
31257         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31259 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
31261         * term.el (term-ansi-current-bold, term-ansi-current-underline)
31262         (term-ansi-current-reverse, term-ansi-current-invisible)
31263         (term-ansi-face-already-done): Change to boolean.
31264         (term-reset-terminal, term-handle-colors-array): Handle the above
31265         vars accordingly.
31266         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31267         (term-emulate-terminal): Use the new name.
31269         * faces.el (secondary-selection): Use yellow1, not yellow.
31270         (trailing-whitespace): Use red1, not red.
31272 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31274         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31275         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31276         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31278         * cus-edit.el (dnd): New group.
31280         * term/w32-win.el (dnd): Require dnd
31281         (w32-drag-n-drop): Call dnd-handle-one-url.
31283         * x-dnd.el: Require dnd.
31284         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31285         Call dnd-handle-one-url.
31286         (x-dnd-types-alist, x-dnd-insert-utf8-text)
31287         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31288         to dnd-insert-text.
31289         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31290         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31291         (x-dnd-get-local-file-name, x-dnd-open-local-file)
31292         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31294         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31296 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31298         * wdired.el: Doc fixes.
31299         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31300         (wdired-use-dired-vertical-movement): Rename from
31301         wdired-always-move-to-filename-beginning.
31302         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31303         (wdired-change-to-wdired-mode): Change mode name.
31304         (wdired-newline): Delete.
31306 2005-04-11  Richard M. Stallman  <rms@gnu.org>
31308         * whitespace.el (whitespace-highlight-the-space):
31309         Don't call whitespace-unhighlight-the-space here.
31311         * simple.el (undo): Record t in undo-equiv-table
31312         for the redo record made by an undo-in-region.
31314 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31316         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31317         (gdb-frame-inferior-io-buffer): New Functions to control
31318         display of separate IO buffer.
31319         (menu): Add them to menu-bar.
31320         (gdb-display-buffer): Check for buffer another frame.
31321         Protect GUD buffer.
31322         (gdb-setup-windows): Create IO buffer if not already there.
31323         (gdb-memory-mode): Remove purecopy noops.
31325 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
31327         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31328         and pass to self-insert-command.
31330 2005-04-11  Lute Kamstra  <lute@gnu.org>
31332         * generic.el: Commentary section cleanup.
31333         (generic): Delete.
31334         (generic-use-find-file-hook, generic-lines-to-scan)
31335         (generic-find-file-regexp, generic-ignore-files-regexp)
31336         (default-generic-mode, generic-mode-find-file-hook)
31337         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31338         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
31339         (generic-use-find-file-hook, generic-lines-to-scan)
31340         (generic-find-file-regexp, generic-ignore-files-regexp)
31341         (default-generic-mode, generic-mode-find-file-hook)
31342         (generic-mode-ini-file-find-file-hook): Move from generic.el.
31344 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
31346         * bookmark.el (bookmark-write-file): Catch errors writing file.
31347         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31349 2005-04-10  Richard M. Stallman  <rms@gnu.org>
31351         * startup.el (fancy-splash-tail): Update copyright year.
31352         (command-line): Split part of -Q into -D.
31353         (emacs-basic-display): New defvar.
31354         (fancy-splash-text): Correct name of menu item.
31356         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31358         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31359         lines in one node.
31361         * comint.el (comint-send-input): New arg ARTIFICIAL.
31362         Callers in this file changed.
31364         * abbrev.el (define-abbrevs): Read system abbrevs properly.
31366         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31368 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
31370         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
31371         `ldap-search-internal'.
31373 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31375         * files.el (set-auto-mode-1): Use line-end-position.
31377         * international/latin-1.el:
31378         * international/latin-2.el:
31379         * international/latin-3.el:
31380         * international/latin-4.el:
31381         * international/latin-5.el:
31382         * international/latin-8.el:
31383         * international/latin-9.el: Give punctuation syntax to NBSP.
31385         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31386         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31387         Use char-classes to accept non-ascii letters, accepted in some recent
31388         bibtex implementations.
31390 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
31392         * custom.el (custom-set-minor-mode): Any non-nil value for the
31393         variable should enable the mode when set through Custom.
31395 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31397         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31398         TAB binding so tab-always-indent is obeyed.
31399         (vhdl-minibuffer-local-map): Move initialization into declaration.
31400         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31401         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31402         (vhdl-hooked-abbrev): Avoid test for XEmacs.
31403         (vhdl-current-line): Use line-beginning-position.
31404         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31405         with-output-to-temp-buffer, so the current position can be recorded.
31407 2005-04-10  Masatake YAMATO  <jet@gyve.org>
31409         * progmodes/compile.el (compilation-error-regexp-alist-alist):
31410         Add regexp for gcov.
31412 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
31414         * calendar/time-date.el (time-to-seconds, seconds-to-time)
31415         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31416         syntax which Emacs 20 doesn't support.
31418 2005-04-09  Richard M. Stallman  <rms@gnu.org>
31420         * help.el (describe-key-briefly, describe-key):
31421         Replace strings as event types with "(any string)".
31423 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
31425         * arc-mode.el (archive-mode-map): Move initialization into
31426         the declaration.  Override *all* bindings of `undo'.
31427         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31429 2005-04-09  Jay Belanger  <belanger@truman.edu>
31431         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31433 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
31435         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31436         (xterm-register-default-colors): Update color values computation
31437         to match xterm-200.
31439 2005-04-09  Kenichi Handa  <handa@m17n.org>
31441         * international/code-pages.el (iso-latin-7): Fix the map.
31443 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
31445         * emacs-lisp/lisp.el (defun-prompt-regexp)
31446         (parens-require-spaces, buffer-end, end-of-defun)
31447         (insert-parentheses): Doc fixes.
31449 2005-04-08  Kim F. Storm  <storm@cua.dk>
31451         * comint.el (comint-highlight-prompt): Fix face spec.
31452         * hi-lock.el (hi-green): Likewise.
31454 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
31456         * cus-edit.el (custom-modified-face):
31457         * comint.el (comint-highlight-input): Fix previous changes.
31458         * term.el (term-handle-ansi-escape): Add a comment.
31460 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
31462         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
31463         in the buffer and in whitespace-highlighted-space.
31464         (whitespace-unhighlight-the-space): Simplify.
31465         (whitespace-buffer): Simplify.
31467 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
31469         * textmodes/table.el (table-cell-face): Add special case for
31470         displays supporting a high number of colors.
31471         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31472         (vhdl-font-lock-reserved-words-face)
31473         (vhdl-speedbar-architecture-face)
31474         (vhdl-speedbar-instantiation-face)
31475         (vhdl-speedbar-architecture-selected-face)
31476         (vhdl-speedbar-instantiation-selected-face): Likewise.
31477         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31478         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31479         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31480         (ebrowse-root-class-face, ebrowse-member-attribute-face)
31481         (ebrowse-progress-face): Likewise.
31482         * progmodes/compile.el (compilation-info-face): Likewise.
31483         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31484         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
31485         * calendar/calendar.el (diary-face): Likewise.
31486         * woman.el (woman-italic-face, woman-bold-face)
31487         (woman-unknown-face): Likewise.
31488         * wid-edit.el (widget-button-pressed-face): Likewise.
31489         * whitespace.el (whitespace-highlight-face): Likewise.
31490         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
31491         * pcvs-info.el (cvs-marked-face): Likewise.
31492         * info.el (info-xref): Likewise.
31493         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
31494         * hilit-chg.el (highlight-changes-face)
31495         (highlight-changes-delete-face): Likewise.
31496         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
31497         (hi-red-b): Likewise.
31498         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
31499         * font-lock.el (font-lock-keyword-face)
31500         (font-lock-function-name-face, font-lock-warning-face): Likewise.
31501         * cus-edit.el (custom-invalid-face, custom-modified-face)
31502         (custom-set-face, custom-changed-face, custom-variable-tag-face)
31503         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
31504         * comint.el (comint-highlight-prompt): Likewise.
31506 2005-04-08  Lute Kamstra  <lute@gnu.org>
31508         * font-lock.el (font-lock-keywords): Docstring fixes.
31510 2005-04-08  Kenichi Handa  <handa@m17n.org>
31512         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
31513         chars are more than a limit, print " and more..." at the tail.
31515 2005-04-08  Kim F. Storm  <storm@cua.dk>
31517         * emacs-lisp/authors.el (authors-aliases): Update list.
31518         (authors-ignored-files): New list.
31519         (authors-fixed-entries): Fix typo.
31520         (authors-renamed-files-alist): Update list.
31521         (authors-add): Check authors-ignored-files.
31523 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
31525         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
31526         optional, to ensure backward compatibility.
31528 2005-04-08  Stephen Eglen  <stephen@gnu.org>
31530         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
31532 2005-04-08  Kim F. Storm  <storm@cua.dk>
31534         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
31536         * mouse.el (mouse-on-link-p): Doc fix.
31538 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
31540         * ielm.el (ielm-prompt-read-only): Doc fix.
31542         * comint.el (comint-prompt-read-only): Doc fix.
31544 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
31546         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
31547         ensure dired always handles wildcards passed to ffap.
31548         (find-file-at-point): Use it.
31549         (ffap-dired-wildcards): Doc fix.
31551 2005-04-07  Juri Linkov  <juri@jurta.org>
31553         * simple.el (next-error-overlay-arrow-position): New defvar.
31554         Put "=>" on its property `overlay-arrow-string'.  Add it to
31555         `overlay-arrow-variable-list'.
31557         * progmodes/compile.el (compilation-setup):
31558         Set `next-error-overlay-arrow-position' to nil.  Also set it to
31559         nil in the local hook `kill-buffer-hook'.  Make local variable
31560         `overlay-arrow-string' and set it to "=>".
31561         (compilation-goto-locus): Set BOL position to
31562         `next-error-overlay-arrow-position' instead of
31563         `overlay-arrow-position'.
31565         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
31566         locally instead of adding it to the global hook.
31567         (Info-kill-buffer): Move up.
31569 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
31571         * term/xterm.el (xterm-standard-colors): Update color values from
31572         xterm-200.
31574 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31576         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
31578         * fast-lock.el:
31579         * lazy-lock.el: Move them to the obsolete subdir.
31581 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31583         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
31584         (wdired-add-replace-advice): Remove.
31585         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
31587 2005-04-06  Kim F. Storm  <storm@cua.dk>
31589         * startup.el (command-line): Add --bare-bones alias for -Q.
31591 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31593         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
31594         create the startup fontset if a font specification ends with
31595         `mac-roman'.
31597 2005-04-06  Lute Kamstra  <lute@gnu.org>
31599         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
31600         change.
31602         * emacs-lisp/copyright.el (copyright-update-year): Replace the
31603         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
31605 2005-04-05  Lute Kamstra  <lute@gnu.org>
31607         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
31608         (define-generic-mode): Ditto.  Fix debug declaration.
31610         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
31611         Put them in the generic-x group.
31613         * calendar/timeclock.el (timeclock): Doc fix.
31615         * generic.el (define-generic-mode): Don't use custom-current-group.
31616         Document default :group value.
31617         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
31618         (define-global-minor-mode): Don't use custom-current-group.
31620 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
31622         * startup.el (command-line-1): Display startup-echo-area-message
31623         when fancy splash screen is in use.
31625         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
31626         (sh-escaped-newline): New face.
31627         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
31628         newline, and use sh-escaped-newline face.
31630         * progmodes/tcl.el (tcl-escaped-newline): New face.
31631         (tcl-builtin-list): New variable.
31632         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
31633         newlines.  Fix keywords subexpression number.
31635 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
31637         * textmodes/org.el (org-diary-default-entry): Fix call to
31638         `add-to-diary-entry'.
31640 2005-04-05  Kim F. Storm  <storm@cua.dk>
31642         * ediff-init.el: Use (featurep 'xemacs).
31644 2005-04-05  David Ponce  <david@dponce.com>
31646         * cus-edit.el (face): Derive from symbol widget.  Display sample
31647         of the current face on the fly.
31648         (widget-face-sample-face-get, widget-face-notify): New functions.
31649         (widget-face-value-create): Remove.
31651         * wid-edit.el (widget-field-end): Temporarily remove field
31652         narrowing before to call `get-char-property'.
31654 2005-04-04  Jay Belanger  <belanger@truman.edu>
31656         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
31657         (math-read-subscripts): New variable.
31658         (math-read-preprocess-string): Process subscripts.
31660 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
31662         * comint.el (comint-prompt-read-only): Doc fix.
31664         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
31665         `-1'.  Doc fix.
31667 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
31669         * textmodes/org.el (org-insert-mode-line-in-empty-file):
31670         Change default value to nil.
31672 2005-04-04  Lute Kamstra  <lute@gnu.org>
31674         * autorevert.el (auto-revert-mode): Specify :group.
31675         * battery.el (display-battery-mode): Specify :group.
31676         * diff-mode.el (diff-minor-mode): Specify :group.
31677         * font-core.el (font-lock-mode): Specify :group.
31678         * hl-line.el (hl-line-mode): Specify :group.
31679         * iimage.el (iimage): New customization group.
31680         (iimage-mode): Specify :group.
31681         * longlines.el (longlines-mode): Specify :group.
31682         * master.el: Don't require easy-mmode.
31683         (master): New customization group.
31684         (master-mode): Specify :group.
31685         * msb.el (msb-mode): Specify :group.
31686         * reveal.el (reveal-mode): Specify :group.
31687         * simple.el (next-error-follow-minor-mode): Specify :group.
31688         * smerge-mode.el (smerge-mode): Specify :group.
31689         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
31690         * emulation/cua-base.el (cua-mode): Specify :group.
31691         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
31692         * language/thai-util.el (thai-auto-composition-mode)
31693         (thai-word-mode): Specify :group.
31694         * mail/supercite.el (sc-minor-mode): Specify :group.
31695         * progmodes/cwarn.el (cwarn-mode): Specify :group.
31696         * progmodes/flymake.el (flymake-mode): Specify :group.
31697         * progmodes/glasses.el (glasses-mode): Specify :group.
31698         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
31699         * textmodes/enriched.el (enriched-mode): Specify :group.
31700         * textmodes/refill.el (refill-mode): Specify :group.
31702         * add-log.el (change-log-font-lock-keywords): Names in
31703         parenthesized lists can contain spaces.
31705 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
31707         * startup.el (fancy-splash-text): Shorten default text of
31708         "Emacs Tutorial" line.  Also, if the current language env
31709         indicates an available tutorial file other than TUTORIAL,
31710         extract its title and append it to the line in parentheses.
31711         (fancy-splash-insert): If arg is a thunk, funcall it.
31713 2005-04-04  Jay Belanger  <belanger@truman.edu>
31715         * calc.el (calc-language-alist): Add tags to customization type.
31717 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
31719         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
31720         Doc fix.
31722 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
31724         * add-log.el (change-log-font-lock-keywords): The manual
31725         describing a Change Log entry, says: (...) "Aside from these
31726         header lines, every line in the change log starts with a space or
31727         a tab.".  The font-lock was not highlighting lines started with
31728         spaces, added support for it.
31730 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31732         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
31733         (bibtex-generate-url-list): Update docstring accordingly.  Put the
31734         complex example in the docstring.
31735         (bibtex-font-lock-url): Use pop.
31737 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31739         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
31741         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
31743 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
31745         * filesets.el (filesets-set-default): Doc fix.
31747 2005-04-03  Lute Kamstra  <lute@gnu.org>
31749         * generic.el (define-generic-mode): Add argument to specify
31750         keywords for defcustom.
31751         (default-generic-mode): Specify :group.
31753         * generic-x.el: Specify :group for all generic modes.
31755         * desktop.el (desktop-no-desktop-file-hook)
31756         (desktop-after-read-hook): Doc fix.
31758 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
31760         * simple.el (visible-mode): Use explicit :group keyword.
31761         This changes the group of `visible-mode-hook' from paren-blinking
31762         to editing-basics.
31764 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
31766         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
31767         mailbox specifications as well as URLs.
31768         (rmail-insert-inbox-text): Remove unused conditional branches.
31770 2005-04-01  Jay Belanger  <belanger@truman.edu>
31772         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
31773         (calc-gnuplot-print-command): Move definitions to calc.el.
31775         * calc/calc-embed.el (calc-embedded-announce-formula)
31776         (calc-embedded-open-formula, calc-embedded-close-formula)
31777         (calc-embedded-open-word, calc-embedded-close-word)
31778         (calc-embedded-open-plain, calc-embedded-close-plain)
31779         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
31780         (calc-embedded-open-mode, calc-embedded-close-mode):
31781         Move definitions to calc.el.
31783         * calc/calc.el (calc-settings-file, calc-language-alist):
31784         Make customizable.
31785         (calc-embedded-announce-formula, calc-embedded-open-formula)
31786         (calc-embedded-close-formula, calc-embedded-open-word)
31787         (calc-embedded-close-word, calc-embedded-open-plain)
31788         (calc-embedded-close-plain, calc-embedded-open-new-formula)
31789         (calc-embedded-close-new-formula, calc-embedded-open-mode)
31790         (calc-embedded-close-mode, calc-gnuplot-name)
31791         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
31792         from other files and make customizable.
31794 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31796         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
31797         Use buffer-live-p.
31798         (cvs-mode-run): Don't call cvs-update-header here.
31799         (cvs-run-process): Call cvs-update-header.
31800         Use process properties for cvs-postprocess and cvs-buffer so that
31801         the sentinel can behave better if the temp buffer is killed.
31802         Use a pipe rather than a tty, to better handle unexpected prompts.
31803         (cvs-sentinel): Rewrite.  Call cvs-update-header.
31805 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
31807         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
31808         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
31810 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
31812         * generic.el (define-generic-mode): Add indentation rule.
31814 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
31816         * files.el (mode-require-final-newline): Make Custom correctly
31817         report a nil value and allow to set it to nil via Custom.
31818         Doc fix.
31820 2005-04-01  Kenichi Handa  <handa@m17n.org>
31822         * international/characters.el: Enable the correct case setting for
31823         dotless-i and dotted-I.
31825 2005-04-01  Kim F. Storm  <storm@cua.dk>
31827         * ido.el (ido-file-internal): Fall back to non-ido command if
31828         initial directory is on slow ftp (or tramp) host.
31830 2005-03-31  Richard M. Stallman  <rms@gnu.org>
31832         * emacs-lisp/autoload.el (make-autoload):
31833         Handle define-global-minor-mode.
31835         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31836         Rename from easy-mmode-define-global-mode.
31837         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
31839         * progmodes/scheme.el (scheme-mode-syntax-table):
31840         Update syntax of | and # for two-character comment syntax.
31842 2005-03-31  Lute Kamstra  <lute@gnu.org>
31844         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
31845         (define-minor-mode): Call custom-current-group at load-time.
31847         * generic.el (define-generic-mode): Add debug declaration.
31848         Add defcustom for the mode hook.
31849         (generic-mode-internal): Use run-mode-hooks.
31851 2005-03-31  Kim F. Storm  <storm@cua.dk>
31853         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
31854         (mouse-fixup-help-message): New defun called by show_help_echo
31855         to fixup mouse-2 prefix in help messages when applicable.
31857         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
31859 2005-03-31  Kenichi Handa  <handa@m17n.org>
31861         * language/thai-word.el (thai-find-word-ends): Pay attention to
31862         the case that we reach the end of buffer.
31864         * textmodes/fill.el (fill-text-properties-at): New function.
31865         (fill-newline): Use fill-text-properties-at instead of
31866         text-properties-at.
31868 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
31870         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
31871         not comint-quote-filename.
31873 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
31875         * help-fns.el (help-with-tutorial): Revert last change.
31877 2005-03-31  Kim F. Storm  <storm@cua.dk>
31879         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
31881 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
31883         * calendar/cal-china.el: Update reference to "Calendrical
31884         Calculations" book; there's a new edition.
31885         * calendar/cal-coptic.el: Likewise.
31886         * calendar/cal-french.el: Likewise.
31887         * calendar/cal-hebrew.el: Likewise.
31888         * calendar/cal-islam.el: Likewise.
31889         * calendar/cal-iso.el: Likewise.
31890         * calendar/cal-julian.el: Likewise.
31891         * calendar/cal-mayan.el: Likewise.
31892         * calendar/cal-persia.el: Likewise.
31893         * calendar/calendar.el: Likewise.
31894         * calendar/holidays.el: Likewise.
31895         * calendar/lunar.el: Likewise.
31896         * calendar/solar.el: Likewise.
31898         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
31899         white space from doc string.
31901 2005-03-30  Jay Belanger  <belanger@truman.edu>
31903         * calc/calc-help.el (calc-full-help): Remove email address.
31905 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
31907         * help-fns.el (help-with-tutorial): Delete title line.
31909 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
31911         * calendar/cal-x.el (calendar-one-frame-setup)
31912         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
31913         rather than `symbol' for set-window-dedicated-p.
31915         * calendar/appt.el (appt-buffer-name): Make it a constant.
31916         (appt-add): Doc fix.
31918         * filesets.el (filesets-menu-path, filesets-menu-before)
31919         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
31920         (filesets-menu-cache-file): Use directory ~/.emacs.d.
31921         (filesets-add-submenu): Delete and use add-submenu instead.
31923 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
31925         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
31926         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
31927         (org-diary-default-entry): New function.
31928         (org-get-entries-from-diary): Better parsing of diary entries.
31929         (org-agenda-check-no-diary): New function.
31930         ("diary-lib"): Advice to function `add-to-diary-list', to allow
31931         linking to diary entries.
31932         (org-agenda-execute-calendar-command): New function.
31933         (org-agenda): Improve visible section in window.
31934         Use `org-fit-agenda-window'.
31935         (org-fit-agenda-window): New option.
31936         (org-move-subtree-down): Better handling of empty lines
31937         at end of subtree.
31938         (org-cycle): Numeric prefix is interpreted now as show-subtree N
31939         levels up.
31940         (org-fontify-done-headline): New option.
31941         (org-headline-done-face): New face.
31942         (org-set-font-lock-defaults): Use `org-headline-done-face'.
31943         (org-table-copy-down): Rename from `org-table-copy-from-above'.
31944         When current field is non-empty, it is copied to next row.
31945         (org-table-copy-from-above): Fix bug which made it
31946         impossible to copy fields containing only a single non-white character.
31948 2005-03-30  Kim F. Storm  <storm@cua.dk>
31950         * kmacro.el (kmacro-end-macro): Isearch may store this command
31951         into the macro -- so ignore it when executing keyboard macro.
31953 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
31955         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
31957 2005-03-29  Kenichi Handa  <handa@m17n.org>
31959         * language/thai.el ("Thai"): Set setup-function and exit-function
31960         for Thai language environment.
31962         * language/thai-util.el: Require thai-word.
31963         (thai-word-mode-map): New variable.
31964         (thai-word-mode): New minor mode.
31965         (setup-thai-language-environment-internal): New function.
31966         (exit-thai-language-environment-internal): New function.
31968         * language/thai-word.el (thai-word-table): Declare it by defvar,
31969         use dolist to initialize it.
31970         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
31971         (thai-fill-find-break-point): New functions.
31973 2005-03-29  Richard M. Stallman  <rms@gnu.org>
31975         * simple.el (idle-update-delay): Move definition up.
31976         (set-mark): Doc fix.
31978 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
31980         * longlines.el: New file.
31982         * simple.el (buffer-substring-filters): New variable.
31983         (filter-buffer-substring): New function.
31984         (kill-region, copy-region-as-kill): Use it.
31986         * register.el (copy-to-register, append-to-register)
31987         (prepend-to-register): Use filter-buffer-substring.
31989 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
31991         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
31992         (gud-filter-pending-text): Move in front of gdb.
31993         (gud-overlay-arrow-position): New variable.
31994         (gud-sentinel, gud-display-line): Use it in place of
31995         overlay-arrow-position.
31997 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
31999         * progmodes/fortran.el (fortran-if-indent): Doc fix.
32000         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32001         (fortran-font-lock-keywords-4): New variable.
32002         (fortran-blocks-re, fortran-end-block-re)
32003         (fortran-start-block-re): New constants, for hideshow.
32004         (hs-special-modes-alist): Add a Fortran entry.
32005         (fortran-mode-map): Bind fortran-end-of-block,
32006         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32007         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
32008         (fortran-looking-at-if-then, fortran-end-of-block)
32009         (fortran-beginning-of-block): New functions, for hideshow.
32011         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32012         Doc fix.  Tweak regexp.
32013         (f90-beginning-of-block): Push mark first.
32015 2005-03-29  Jay Belanger  <belanger@truman.edu>
32017         * calc/calc.el: Update copyright date.
32018         (calc-version): Increase to 2.1.
32019         (calc-version-date): Remove.
32021         * calc/calc-help.el: Update copyright date.
32022         (calc-full-help): Remove reference to calc-version-date.
32023         Update copyright date.
32025 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
32027         * vc.el (vc-do-command): Use a pipe for async processes, so password
32028         prompts don't show up at places where the user can't reply.
32030 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
32032         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32033         on the file name we pass to the inferior shell.
32035 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
32037         * progmodes/which-func.el (which-function): Be robust in the face of an
32038         imenu--make-index-alist failure.
32040 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
32042         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32044         * progmodes/python.el (python-preoutput-filter): Fix last change.
32046 2005-03-29  Lute Kamstra  <lute@gnu.org>
32048         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32049         functions and compiled macros.
32050         (debug-convert-byte-code): Handle macros too.
32051         (debug-on-entry-1): Don't signal an error when trying to clear a
32052         function that is not set to debug on entry.
32054 2005-03-29  Jay Belanger  <belanger@truman.edu>
32056         * calc/calc-lang.el: Add functions to math-function-table
32057         properties of tex and math.
32059 2005-03-29  Kenichi Handa  <handa@m17n.org>
32061         * ps-mule.el (ps-mule-plot-string): Translate characters by
32062         ps-print-translation-table.
32063         (ps-mule-begin-job): Call find-charset-region/string with
32064         ps-print-translation-table.
32065         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32067         * ps-print.el (ps-print-translation-table): New variable.
32068         (ps-plot-region): Translate characters by ps-print-translation-table.
32070 2005-03-29  Juri Linkov  <juri@jurta.org>
32072         * simple.el (next-error-highlight-timer): New variable.
32074         * progmodes/compile.el (compilation-goto-locus):
32075         Use `next-error-highlight-timer' instead of `sit-for'.
32077 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32079         * mail/supercite.el (sc-mail-field): Use assoc-string.
32080         (sc-get-address): Simplify regexps.
32082         * files.el (minibuffer-with-setup-hook): New macro.
32083         (find-file-read-args): Use it to avoid let-binding
32084         minibuffer-with-setup-hook (which breaks turning on/off
32085         file-name-shadow-mode while in the prompt).
32087         * complete.el (PC-read-include-file-name-internal):
32088         Use test-completion.
32090 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
32092         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32094 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32096         * window.el (window-buffer-height): Use count-screen-lines.
32098         * progmodes/python.el (python-preoutput-leftover): New var.
32099         (python-preoutput-filter): Use it.
32100         (python-send-receive): Loop until all the result has been received.
32102 2005-03-28  Juri Linkov  <juri@jurta.org>
32104         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32106         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32107         "Recover Crashed Session".
32108         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32109         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32110         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32111         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32112         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32113         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32114         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32115         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32117         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32118         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32119         Ediff Sessions", "Toggle use of separate control buffer frame",
32120         "Use separate frame for Ediff control buffer".
32122         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32123         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32124         "Rename Bookmark", "Delete Bookmark".
32126         * info.el (Info-mode-menu): Remove ellipsis from "Index".
32127         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32128         Add `:active Info-index-alternatives' to "Next Matching Item".
32130         * wdired.el (wdired-change-to-wdired-mode):
32131         Mention `wdired-abort-changes' key in the initial message.
32133         * international/mule.el (auto-coding-alist): Associate non-ascii
32134         image filename extensions with `no-conversion'.
32136 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32138         * international/iso-acc.el:
32139         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32141 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
32143         * textmodes/sgml-mode.el (html-mode): Doc update.
32145         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32147 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
32149         * term.el (term-move-columns): Fix face after extending a line.
32150         (term-insert-spaces): Likewise.
32151         (term-reset-terminal): Fix off by one error.
32153 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
32155         * international/mule.el (auto-coding-alist): Add .xpi files.
32157         * files.el (auto-mode-alist): Add .xpi files.
32159 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
32161         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32163 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
32165         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32167 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
32169         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32170         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
32172         * calendar/cal-move.el (calendar-beginning-of-year): Move the
32173         cursor to Jan 1 when needed.
32174         (calendar-end-of-year): Fix -/+ typo.
32175         Reported by Chong Yidong <cyd@stupidchicken.com>.
32177 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
32179         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32181         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32182         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
32184 2005-03-25  Richard M. Stallman  <rms@gnu.org>
32186         * filesets.el (filesets-init): Add autoload.
32188         * mail/mailalias.el (mail-directory): Doc fix.
32190 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32192         * mail/mailalias.el (mail-directory-process): Do nothing if
32193         mail-directory-process is an atom.
32194         (mail-get-names): Ignore mail-directory-names if it is an atom.
32195         (mail-directory-process defvar): Doc fix.
32196         (mail-names): Doc fix.
32198 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
32200         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32202 2005-03-26  Kenichi Handa  <handa@m17n.org>
32204         * international/mule-util.el (detect-coding-with-priority):
32205         Call update-coding-systems-internal before detect-coding-region.
32207 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
32209         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32210         (gdb-frames-mode-map): Add follow-link property.
32212 2005-03-25  Jay Belanger  <belanger@truman.edu>
32214         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32215         for variables.
32217 2005-03-25  Juri Linkov  <juri@jurta.org>
32219         * image-mode.el: Optimize image filename extension regexps in
32220         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
32221         in `auto-mode-alist'.
32222         (image-mode): Add `image-toggle-display-text' to local hook
32223         `change-major-mode-hook'.  Display the image as an image by
32224         default.  Set `cursor-type' and `truncate-lines' if the image
32225         is already displayed.  Take into account the current mode (image
32226         or text) in message.
32227         (image-minor-mode): New minor mode.
32228         (image-mode-maybe, image-toggle-display-text): New functions.
32229         (image-toggle-display): Use called-interactively-p.
32230         Let-bind `inhibit-read-only' to t.
32232         * image-mode.el (image-minor-mode): Set `cursor-type' and
32233         `truncate-lines' if the image is already displayed.  Add turning
32234         image-minor-mode off to `change-major-mode-hook'.  Add message.
32235         Call `image-toggle-display-text' after turning image-minor-mode off.
32237 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
32239         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32240         Terminal.app, use utf-8.
32241         (set-display-table-and-terminal-coding-system): Add coding-system arg.
32242         (set-locale-environment): Use it.
32244         * term/xterm.el: Undo last change, better done in mule-cmds.el.
32246         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32248         * progmodes/python.el (python-close-block-statement-p)
32249         (python-outdent-p, python-current-defun): Use symbol-end.
32251 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
32253         * files.el (save-some-buffers): Doc fix.
32255 2005-03-25  Werner Lemberg  <wl@gnu.org>
32257         * complete.el, thumbs.el: Replace `legal' with `valid'.
32258         * calendar/calendar.el: Replace `legal' with `valid'.
32259         * emacs-lisp/advice.el: Replace `legal' with `valid'.
32260         * mail/supercite.el: Replace `legal' with `valid'.
32261         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32262         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32263         Replace `legal' with `valid'.
32264         * textmodes/reftex-vars.el, textmodes/reftex.el:
32265         Replace `legal' with `valid'.
32267 2005-03-25  Werner Lemberg  <wl@gnu.org>
32269         * calc/calc-forms.el, calc/calc-sel.el
32270         * midnight.el, vc-cvs.el
32271         * emacs-lisp/cl-macs.el
32272         * emulation/vip.el
32273         * eshell/esh-io.el, eshell/esh-var.el
32274         * mail/supercite.el
32275         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32276         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32277         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32278         * progmodes/sh-script.el, progmodes/xscheme.el
32279         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32280         * textmodes/reftex-index.el, textmodes/reftex-parse.el
32281         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32282         * textmodes/reftex.el, textmodes/org.el:
32283         Replace `illegal' with `invalid'.
32285 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32287         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32288         (flymake-find-buildfile, flymake-find-possible-master-files)
32289         (flymake-check-include, flymake-parse-line): Replace loops over the
32290         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32292         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32293         Substitute file-name-as-directory in the rest of the file.
32294         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32295         (flymake-replace-region): Remove unused arg `buffer'.
32296         (flymake-check-patch-master-file-buffer): Update calls to it.
32297         (flymake-add-err-info): Remove unused var `count'.
32298         (flymake-mode): Use define-minor-mode.
32300         * progmodes/flymake.el: Use with-current-buffer.
32301         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32302         flymake-replace-regexp-in-string, flymake-line-beginning-position)
32303         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32304         Avoid testing for `xemacs'.
32305         (flymake-nop): Move.
32306         (flymake-region-has-flymake-overlays): Return the computed value.
32307         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32308         Remove unused var `endline'.
32309         (flymake-get-line-count): Remove unused function.
32310         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32312         * emulation/vi.el:
32313         * generic.el:
32314         * hilit-chg.el (global-highlight-changes):
32315         * hi-lock.el (hi-lock-mode):
32316         * follow.el: find-file-hooks -> find-file-hook.
32318         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32320 2005-03-24  Juri Linkov  <juri@jurta.org>
32322         * dired.el (dired-mode-map): Add menu item "Compare directories"
32323         for dired-compare-directories.
32325         * dired-aux.el (dired-compare-directories): Add autoload cookie.
32326         Doc fix.  Replace `read-file-name' with `read-directory-name'.
32328 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32330         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32332 2005-03-24  Jay Belanger  <belanger@truman.edu>
32334         * calc/calc-embed.el (calc-embedded-mode-change): Save all
32335         relevant mode settings in calc-embedded-original-modes when modes
32336         are permanently changed.
32338 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32340         * autoinsert.el: find-file-hooks -> find-file-hook.
32342 2005-03-24  Lute Kamstra  <lute@gnu.org>
32344         * generic.el (generic-font-lock-defaults): Make it obsolete.
32345         (generic-font-lock-keywords): New variable to replace
32346         generic-font-lock-defaults.
32347         (generic-mode-set-font-lock): Delete it.
32348         (generic-mode-internal): Don't call generic-mode-set-font-lock.
32349         (generic-bracket-support): Add docstring.
32351         * generic-x.el: Rename generic-font-lock-defaults to
32352         generic-font-lock-keywords throughout.
32353         (mailagent-rules-setup-function): Delete it.
32354         (mailagent-rules-generic-mode): Use anonymous function instead.
32355         (show-tabs-generic-mode-font-lock-defaults-1)
32356         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32357         Quote faces.
32358         (show-tabs-tab-face, show-tabs-space-face): Specify background,
32359         not foreground.
32361         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32362         Recognize define-generic-mode.
32364 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32366         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32367         if there's no completion table.
32369 2005-03-23  Miles Bader  <miles@gnu.org>
32371         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32372         Remove tty-specific variants, as they're no longer needed.
32374 2005-03-23  Lute Kamstra  <lute@gnu.org>
32376         * generic-x.el: Code cleanup: make args constant whenever possible.
32377         (installshield-statement-keyword-list)
32378         (installshield-system-functions-list)
32379         (installshield-system-variables-list, installshield-types-list)
32380         (installshield-funarg-constants-list): Make them constants.
32382         * generic.el (generic-make-keywords-list): Add autoload cookie.
32384         * calendar/time-date.el: Add comment on time value formats.
32385         Don't require parse-time.
32386         (with-decoded-time-value): New macro.
32387         (encode-time-value): New function.
32388         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32389         (days-to-time): Return a valid time value when arg is huge.
32390         (time-since): Use time-subtract.
32391         (time-to-number-of-days): Use time-to-seconds.
32393 2005-03-23  David Ponce  <david@dponce.com>
32395         * recentf.el (recentf-keep): New option.
32396         (recentf-menu-action): Default to `find-file'.
32397         (recentf-keep-non-readable-files-flag)
32398         (recentf-keep-non-readable-files-p)
32399         (recentf-file-readable-p, recentf-find-file)
32400         (recentf-cleanup-remote): Remove.
32401         (recentf-include-p): More robust.
32402         (recentf-keep-p): New function.
32403         (recentf-remove-if-non-kept): Rename from
32404         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
32405         All callers updated.
32406         (recentf-menu-items-for-commands): Fix help string.
32407         (recentf-track-closed-file): Update.  Doc fix.
32408         (recentf-cleanup): Update.  Count removed files.  Doc fix.
32410 2005-03-23  Kim F. Storm  <storm@cua.dk>
32412         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32413         Don't inherit from fringe face (now happens automatically).
32415 2005-03-22  Kim F. Storm  <storm@cua.dk>
32417         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32418         position values.
32420 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
32422         * menu-bar.el (showhide-date-time): Remove.
32423         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32424         (menu-bar-make-mm-toggle): Simplify.
32426 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32428         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
32429         Accept qualified variable and function names.
32431 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
32433         * bindings.el (completion-ignored-extensions):
32434         Remove ".lis" for `vax-vms'.
32436 2005-03-22  Andreas Schwab  <schwab@suse.de>
32438         * generic-x.el: Revert last change.
32439         * ldefs-boot.el: Update.
32441 2005-03-22  Jay Belanger  <belanger@truman.edu>
32443         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32444         (calc-embedded-save-original-modes)
32445         (calc-embedded-restore-original-modes): New functions.
32446         (calc-do-embedded): Save original modes when entering embedded mode
32447         and restore when leaving embedded mode.
32448         (calc-embedded-modes-change): Change the value of
32449         calc-embedded-original-modes to reflect permanent changes.
32451 2005-03-22  Lute Kamstra  <lute@gnu.org>
32453         * generic-x.el: Require generic again.
32455 2005-03-22  Miles Bader  <miles@gnu.org>
32457         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32458         Tweak details to look good on both ttys and bitmap displays, light
32459         or dark background, etc.
32461 2005-03-21  Kim F. Storm  <storm@cua.dk>
32463         * tooltip.el (tooltip-show-help-function): Check car and cdr of
32464         mouse position.
32466 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
32468         * icomplete.el: Don't forcibly turn on the mode upon load.
32469         (icomplete-mode): Use define-minor-mode.
32470         (icomplete-eoinput): Default to nil.
32471         (icomplete-minibuffer-setup): Remove autoload.
32472         (icomplete-tidy): Simplify.
32473         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32474         in the initial state or if the user has modified the field.
32475         Fix handling of icomplete-max-delay-chars.
32476         Remove code that handles the oddball case where
32477         minibuffer-completion-table is an integer.
32478         Wrap icomplete-completions in while-no-input in case building
32479         completions takes more time than expected.
32480         (icomplete-completions): Simplify.
32482 2005-03-21  Richard M. Stallman  <rms@gnu.org>
32484         * jka-compr.el (jka-compr-really-do-compress):
32485         Make variable buffer-local.
32487         * image-mode.el: Handle .xpm files too.
32488         (image-toggle-display): Preserve modification flag.
32490         * help.el (where-is): Don't mention aliases with no key bindings.
32492 2005-03-21  Lute Kamstra  <lute@gnu.org>
32494         * generic.el: Fix commentary section.  Don't require cl for
32495         compilation.
32496         (generic-mode-list): Add autoload cookie.
32497         (generic-use-find-file-hook, generic-lines-to-scan)
32498         (generic-find-file-regexp, generic-ignore-files-regexp)
32499         (generic-mode, generic-mode-find-file-hook)
32500         (generic-mode-ini-file-find-file-hook): Fix docstrings.
32501         (define-generic-mode): Make it a defmacro.  Fix docstring.
32502         (generic-mode-internal): Code cleanup.  Add autoload cookie.
32503         (generic-mode-set-comments): Code cleanup.
32504         * generic-x.el: Don't prevent compilation.  Don't require generic.
32505         Follow coding conventions.  Minor code cleanup.
32506         (etc-fstab-generic-mode): Add some keywords.
32507         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
32508         define-generic-mode like a function declaration.
32510 2005-03-21  Jay Belanger  <belanger@truman.edu>
32512         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
32513         changing modes.
32515 2005-03-21  Sam Steingold  <sds@gnu.org>
32517         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
32519 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
32521         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
32522         Add underscore to "f$ lexicals" regexp.
32524 2005-03-20  Juri Linkov  <juri@jurta.org>
32526         * subr.el (progress-reporter-do-update): When `min-value' is equal
32527         to `max-value', set `percentage' to 0 and prevent division by zero.
32529 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
32531         Sync with Tramp 2.0.48.
32533         * net/tramp.el (all): Change all addresses to .gnu.org.
32534         (tramp-append-tramp-buffers): New defun.
32535         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
32536         Catch `dont-send' signal.
32537         (tramp-set-auto-save-file-modes): Set always permissions, because
32538         there might be an old auto-saved file belonging to another
32539         original file.  This could be a security threat.  Reported by
32540         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
32541         Check for Emacs 21.3.50 removed.
32543         * net/tramp-smb.el (all): Remove debug construct for
32544         `with-parsed-tramp-file-name'.
32545         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
32546         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
32547         No error message if DIRECTORY or FILENAME doesn't exist.
32548         (tramp-smb-open-connection): Check existence of
32549         `tramp-smb-program'.
32551 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32553         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
32554         Properly handle the case where the `m' or `s' command's argument is not
32555         yet terminated.
32556         (perl-indent-new-calculate): New function.
32557         (perl-indent-line): Use it.
32559 2005-03-20  Miles Bader  <miles@gnu.org>
32561         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
32562         in text-mode too.  Change to new face names.
32563         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
32564         Add `:weight bold' attribute.
32565         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
32567 2005-03-19  Juri Linkov  <juri@jurta.org>
32569         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
32571         * international/mule.el (auto-coding-alist): Sync with
32572         `auto-mode-alist' by adding upper case archive file extensions
32573         and adding ear/war to jar extension.
32575 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
32577         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
32578         running, restart it.
32580 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
32582         * finder.el (finder-current-item): Throw an error on an empty line.
32584         * man.el (Man-follow-manual-reference): If current-word returns
32585         nil, use "".
32587 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
32589         * simple.el (goto-line): Doc fix.
32591 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
32593         * files.el (save-buffer): Doc fix.
32595 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
32597         * recentf.el (recentf-cleanup-remote): New variable.
32598         (recentf-cleanup): Use it to conditionally check availability of
32599         remote files.
32601 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
32603         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
32604         function names.
32606 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
32608         * language/thai-word.el: New file.
32610 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32612         * files.el (backup-buffer): If the file's directory is not
32613         writable, use copy instead of move to backup the file.
32615 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
32617         * obsolete/keyswap.el: Moved to obsolete/ from term/.
32619 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
32621         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
32622         Use functionp instead of symbolp and fboundp.  Reported by Drkm
32623         <darkman_spam@yahoo.fr>.
32624         (ps-print-version): New version 6.6.6.
32626 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
32628         * textmodes/table.el (table--line-column-position): New idiom.
32629         (table--row-column-insertion-point-p): New function to test
32630         validity of row and column insertion operation at a location.
32631         (table-global-menu, table-cell-menu): Use above functions for
32632         deterministic test operation.
32633         (table--editable-cell-p): Behave in deterministic fashion.
32635 2005-03-18  Juri Linkov  <juri@jurta.org>
32637         * isearch.el (isearch-lazy-highlight-new-loop):
32638         Make arguments beg and end optional.
32639         (isearch-update): Remove optional arguments nil from
32640         isearch-lazy-highlight-new-loop.
32641         (isearch-lazy-highlight-search): Let-bind case-fold-search to
32642         isearch-lazy-highlight-case-fold-search instead of
32643         isearch-case-fold-search, and let-bind isearch-regexp to
32644         isearch-lazy-highlight-regexp.
32645         Use isearch-lazy-highlight-last-string instead of isearch-string.
32647         * replace.el (perform-replace): Remove bindings of global
32648         variables isearch-string, isearch-regexp, isearch-case-fold-search.
32649         Add three new arguments to `replace-highlight'.
32650         (replace-highlight): Add arguments string, regexp, case-fold.
32651         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
32652         to allow isearch-lazy-highlight-new-loop to use these values
32653         to set corresponding isearch-lazy-highlight-* internal
32654         variables whose values lazy highlighting will use regardless of
32655         changes to global variables isearch-string, isearch-regexp,
32656         isearch-case-fold-search during lazy highlighting loop.
32657         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
32658         to `lazy-highlight-cleanup'.
32660         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
32661         (ispell-highlight-face): Set default face to `isearch' when
32662         lazy highlighting is enabled.
32663         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
32664         priority to 1.  Add lazy highlighting.
32665         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
32666         from `isearch-dehighlight'.
32668 2005-03-18  David Ponce  <david@dponce.com>
32670         * files.el (hack-local-variables): Do a case-insensitive search
32671         for End.
32673 2005-03-18  Juri Linkov  <juri@jurta.org>
32675         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
32676         `isearch-lazy-highlight-cleanup', add alias to old name and
32677         declare obsolete.  Add release numbers to other obsolete vars.
32678         (isearch-done, isearch-lazy-highlight-new-loop):
32679         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
32680         (lazy-highlight-cleanup) <variable>: Doc fix.
32681         (isearch-lazy-highlight-update): Rename obsolete
32682         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
32684 2005-03-18  Kenichi Handa  <handa@m17n.org>
32686         * language/thai-util.el: Fix categorization of Thai characters in
32687         thai-category-table.
32688         (thai-composition-pattern): Adjust it for the above change.
32689         (thai-self-insert-command, thai-compose-syllable): New functions.
32690         (thai-compose-region): Use thai-compose-syllable.
32691         (thai-compose-string): Likewise.
32692         (thai-composition-function): Likewise.
32693         (thai-auto-composition): New function.
32694         (thai-auto-composition-mode): New minor mode.
32696         * language/thai.el: Fix patterns to be registered in
32697         composition-function-table.
32699         * international/quail.el (quail-input-method): Locally bind
32700         inhibit-modification-hooks to t.
32702 2005-03-17  Richard M. Stallman  <rms@gnu.org>
32704         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
32705         (perl-mode): Use run-mode-hooks.
32707         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
32708         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
32709         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
32711         * mail/sendmail.el (sendmail-send-it): Reenable the code
32712         to compute resend-to-address and use it.
32714         * tar-mode.el (tar-mode): Turn off undo unconditionally.
32716         * image-mode.el: New file.
32718         * image.el (insert-sliced-image): Add autoload cookie.
32720         * font-lock.el (font-lock-lines-before): New user option.
32721         (font-lock-after-change-function): Obey it.
32723         * bindings.el (esc-map): Make M-g a prefix.
32724         Bind M-g g and M-g M-g to goto-line.
32726         * faces.el (face-id): Doc fix.
32728 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32730         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
32731         (rmail-show-message): Use rmail-unknown-mail-followup-to.
32732         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
32734         * mail/sendmail.el (mail-yank-ignored-headers)
32735         (mail-font-lock-keywords, mail-mode-fill-paragraph):
32736         Add Mail-Followup-To and Mail-Reply-To headers.
32737         (mail-citation-hook): Add autoload cookie.
32738         (mail-mode): Doc fix.
32739         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
32740         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
32741         (mail-mode-fill-paragraph): Handle those headers.
32742         (mail-mailing-lists): New variable.
32743         (mail-mail-reply-to, mail-mail-followup-to): New functions.
32745 2005-03-17  Juri Linkov  <juri@jurta.org>
32747         * isearch.el (isearch-fallback): Check for `(car previous)'
32748         before calling `isearch-other-end-state'.
32750 2005-03-17  Kim F. Storm  <storm@cua.dk>
32752         * simple.el (move-beginning-of-line): Move to beginning of buffer
32753         line, as well as beginning of screen line.
32755 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
32757         * calendar/diary-lib.el (mark-diary-entries): Use new optional
32758         argument REDRAW rather than calendar-redrawing variable.
32759         * calendar/calendar.el (calendar-redrawing): Delete.
32760         (redraw-calendar): Do not bind calendar-redrawing.
32762 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
32764         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
32765         diary-file buffer.
32767 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
32769         * help.el (describe-mode): Allow a :minor-mode-function property to
32770         specify a different minor mode toggle function than the variable.
32771         * simple.el (auto-fill-function):
32772         * subr.el (add-minor-mode): Use it.
32774 2005-03-16  Kenichi Handa  <handa@m17n.org>
32776         * language/ethio-util.el (sera-being-called-by-w3): New variable.
32777         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
32778         (ethio-fidel-to-sera-buffer): Likewise.
32780 2005-03-16  Juri Linkov  <juri@jurta.org>
32782         * emacs-lisp/find-func.el (find-function-regexp):
32783         Add defun-emitting macro `menu-bar-make-toggle'.
32785         * isearch.el: Put `isearch-scroll' property to
32786         `split-window-horizontally'.
32788         * info.el: Update error messages for `debug-ignored-errors'.
32789         (Info-isearch-search): Doc fix.
32790         (Info-find-node): Move up code to go into info buffer before
32791         recording the node to the history.
32792         (Info-fontify-node): Fontify titles only if the next line
32793         has two or more `*', `=', `-', `.'.
32794         Display "go to this node" for empty (match-string 3).
32796 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32798         * term/mac-win.el: Add mouse pointer shape constants.
32800 2005-03-15  Kim F. Storm  <storm@cua.dk>
32802         * simple.el (move-beginning-of-line): Use vertical-motion.
32804 2005-03-15  Juri Linkov  <juri@jurta.org>
32806         * isearch.el (isearch-error): New variable.
32807         (isearch-invalid-regexp, isearch-within-brackets): Remove.
32808         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
32809         (isearch-within-brackets-state): Remove.
32810         (isearch-case-fold-search-state, isearch-pop-fun-state):
32811         Decrease frame index.
32812         (isearch-mode, isearch-top-state, isearch-push-state)
32813         (isearch-edit-string, isearch-abort, isearch-search-and-update)
32814         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
32815         (isearch-search, isearch-lazy-highlight-new-loop):
32816         Replace `isearch-invalid-regexp' with `isearch-error'.
32817         Remove `isearch-within-brackets'.
32818         (isearch-search): Add `search-failed' handler to `condition-case'.
32819         (isearch-lazy-highlight-search): Add `condition-case' to catch
32820         errors and allow `isearch-lazy-highlight-update' to try
32821         highlighting from the beginning of the window.
32822         (isearch-repeat): Move up code to set isearch-wrapped to t
32823         before calling isearch-wrap-function.
32825         * info.el (Info-isearch-initial-node): New internal variable.
32826         (Info-search): Signal an error in isearch mode when search leaves
32827         the initial node.  Signal an error when `bound' is non-nil and
32828         nothing was found in the current subfile.
32829         (Info-isearch-search): Remove `condition-case'.
32830         (Info-isearch-wrap): Don't wrap when search failed during leaving
32831         the initial node.  If `Info-isearch-search' is nil, wrap around
32832         the current node.
32833         (Info-isearch-start): New fun.
32834         (Info-mode): Add buffer-local hook `Info-isearch-start' to
32835         `isearch-mode-hook'.
32837 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32839         * simple.el (normal-erase-is-backspace): Set default to t if
32840         running on Mac.
32842         * term/mac-win.el (function-key-map): Sync with x-win.el.
32844 2005-03-15  Kenichi Handa  <handa@m17n.org>
32846         * international/mule-cmds.el (locale-language-names): Modify the
32847         format of elements and add more entries.
32848         (locale-preferred-coding-systems): Add more entries.
32849         (set-locale-environment): Adjust for the change of
32850         locale-language-names.
32852 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
32854         * pcvs.el (smerge-ediff): Remove bogus autoload.
32856 2005-03-14  Lute Kamstra  <lute@gnu.org>
32858         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
32859         Ignore a `*' at the beginning of a line.
32861         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
32862         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
32863         subr.el.
32864         (dont-compile, eval-when-compile, eval-and-compile): Use declare
32865         to specify indentation.
32867         * generic.el (define-generic-mode): Let generic-mode-list be a
32868         list of strings; test membership with equal.
32870 2005-03-14  Kim F. Storm  <storm@cua.dk>
32872         * simple.el (next-line, previous-line): Add optional try-vscroll
32873         arg to recognize interactive use.  Pass it on to line-move.
32874         (line-move): Don't perform auto-window-vscroll when defining or
32875         executing keyboard macro to ensure consistent behavior.
32877 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
32879         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
32881 2005-03-13  Lute Kamstra  <lute@gnu.org>
32883         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
32884         debugger-setup-buffer so that backtrace marks the frames set to
32885         debug-on-exit and we don't have to do it manually.  Set an extra
32886         debug-on-exit for macro's.
32887         (debugger-setup-buffer): Don't mark the top frame manually.
32889 2005-03-12  Lute Kamstra  <lute@gnu.org>
32891         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
32892         lisp-indent-function throughout.
32893         (with-no-warnings): Set lisp-indent-function property.
32895 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
32897         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
32898         Add entry for backslash.
32900 2005-03-12  Juri Linkov  <juri@jurta.org>
32902         * info.el (Info-search): Four fixes for backward search.
32904 2005-03-11  Jay Belanger  <belanger@truman.edu>
32906         * calc/calc.el (calc-language-alist): New variable.
32907         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
32908         (calc-embedded-find-modes): Use calc-language-alist instead of
32909         calc-embedded-language-alist.
32911 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
32913         * calendar/calendar.el (calendar-redrawing): New internal
32914         variable.
32915         (redraw-calendar): Remove bogus save-excursion from previous
32916         change.  Bind calendar-redrawing to t for mark-diary-entries.
32917         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
32918         calendar if that is why we were called.
32920 2005-03-11  Kenichi Handa  <handa@m17n.org>
32922         * international/mule.el (make-coding-system): Set property
32923         coding-system-define-form to nil.
32924         (define-coding-system-alias): Likewise.
32926 2005-03-11  Kenichi Handa  <handa@m17n.org>
32928         These changes are suggested by Dave Love <fx@gnu.org>.
32930         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
32931         coding: tag.
32932         (adaptive-fill-regexp): Add more bullets.
32933         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
32934         regexps.
32936 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32938         * help.el (describe-mode): Properly handle non-trivial lighters.
32939         Don't ignore minor modes that are not listed in minor-mode-list.
32941         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
32942         feature ON when the user requests to turn it OFF.
32944 2005-03-10  Lute Kamstra  <lute@gnu.org>
32946         * emacs-lisp/debug.el (debug-entry-code): Delete it.
32947         (implement-debug-on-entry): New function to replace debug-entry-code.
32948         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
32949         second argument as the 2005-03-07 change makes it obsolete.
32950         (debug-on-entry, cancel-debug-on-entry): Update call to
32951         debug-on-entry-1.
32952         (debug, debugger-setup-buffer): Comment update.
32953         (debugger-frame-number): Update to work with implement-debug-on-entry.
32955 2005-03-10  Jay Belanger  <belanger@truman.edu>
32957         * calc/calc-embed.el (math-ms-args): Declare it.
32958         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
32959         math-ms-args.
32960         (calc-embedded-subst): Use math-multi-subst-rec to substitute
32961         variables.
32963 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
32965         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
32966         Use message-box.
32968         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
32969         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
32970         (tooltip-gud-tips): Simplify.
32971         (tooltip-gud-tips-p): Remove superfluous :set.
32972         (tooltip-gud-modes): Add fortran-mode.
32973         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
32975         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
32977 2005-03-09  Kim F. Storm  <storm@cua.dk>
32979         * play/animate.el (animate-place-char): Use forward-line instead
32980         of next-line to improve performance.
32982 2005-03-09  Simon Josefsson  <jas@extundo.com>
32984         * net/browse-url.el (browse-url-default-browser): Doc fix.
32986 2005-03-09  Miles Bader  <miles@gnu.org>
32988         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
32989         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
32991 2005-03-09  Kenichi Handa  <handa@m17n.org>
32993         * international/latin-1.el: Set case and syntax for 255 only if
32994         set-case-syntax-set-multibyte is nil.
32996         * textmodes/ispell.el (ispell-insert-word): New function.
32997         (ispell-word): Use ispell-insert-word to insert a new word.
32998         (ispell-process-line): Likewise.
32999         (ispell-complete-word): Likewise.
33001 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
33003         * calendar/calendar.el (redraw-calendar): Preserve point.
33004         Reported by Matt Hodges <MPHodges@member.fsf.org>.
33005         (calendar-week-start-day): Move after definition of
33006         redraw-calendar.  Delete buffer test, since redraw-calendar has
33007         that now.
33009         * calendar/diary-lib.el (mark-diary-entries): Only call
33010         redraw-calendar in the first of any recursive calls.
33011         Reported by Alan Shutko <ats@acm.org>.
33013 2005-03-08  Juri Linkov  <juri@jurta.org>
33015         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33016         (html-horizontal-rule, html-line, html-image, html-checkboxes)
33017         (html-radio-buttons): Add a space before the trailing `/>' where
33018         sgml-xml-mode is non-nil.
33019         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33020         the subsequent tag of the empty XML tag.
33021         (html-href-anchor): Don't set initial input to "http:".
33022         (html-image): Ask for the image URL and set point inside alt="".
33023         (html-name-anchor): Duplicate the name in the `id' attribute when
33024         sgml-xml-mode is non-nil.
33025         (html-paragraph): Remove \n before <p>.
33026         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33027         instead of `checked' when sgml-xml-mode is non-nil.
33029         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33030         Remove 1 space before #RRGGBB to not truncate it on terminal
33031         windows w/o fringes.  Remove 1 space between bg and fg examples
33032         to get more space.
33033         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33034         avoid byte-compile warnings.
33036         * image-file.el (image-file-handler): Put `safe-magic' property to
33037         `image-file-handler'.
33039         * info.el (Info-isearch-search): Emulate word search in
33040         isearching through multiple Info nodes with Info-search.
33041         (Info-isearch-wrap): Allow isearch-word.
33043 2005-03-08  Lute Kamstra  <lute@gnu.org>
33045         * emacs-lisp/debug.el (debugger-step-through): Make sure that
33046         stepping into the debugger's code is not possible.
33047         (debugger-jumping-flag): Docstring update.
33049 2005-03-08  Jay Belanger  <belanger@truman.edu>
33051         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33052         embedded mode begins.
33053         (calc-embedded-language-alist): New variable.
33054         (calc-embedded-find-modes): Use calc-embedded-language-alist to
33055         set default language mode.
33057 2005-03-08  Kenichi Handa  <handa@m17n.org>
33059         * international/ccl.el (define-ccl-program): Fix docstring about
33060         extra 256 bytes assured for the output buffer.
33062         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33063         Fix BUFFER_MAGNIFICATION to 2.
33064         (ccl-encode-mule-utf-16be-with-signature): Likewise.
33066 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
33068         * align.el (align-rules-list): Added an alignment rule for CSS
33069         declarations (applies to css-mode and html-mode buffers).
33071 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
33073         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33075 2005-03-07  Kim F. Storm  <storm@cua.dk>
33077         * simple.el (move-beginning-of-line): New command.
33079         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33081         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33083         * emulation/cua-base.el: Put CUA move property on move-end-of-line
33084         and move-beginning-of-line.
33086         * apropos.el (apropos-print): Omit command from M-x ... RET.
33088 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
33090         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33091         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33093 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33095         * bindings.el (esc-map): Bind M-g to goto-line.
33097         * facemenu.el (global-map): Bind M-o, not M-g.
33099 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33101         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33102         "Open Directory" as for "Open File".
33104 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
33106         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33107         (push-mark-command): Run activate-mark-hook.
33109 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33111         * help-mode.el (help-mode-finish): Don't alter the element
33112         in view-return-to-alist if there already is one.
33114         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33115         make sure the current buffer is the expected one.
33117         * novice.el (disabled-command-function): Output in *Disabled Command*.
33118         Explicitly ignore non-keyboard events, and explicitly handle C-g.
33120         * textmodes/flyspell.el (flyspell-large-region):
33121         Pass args differently for aspell.
33123         * files.el (mode-require-final-newline): Doc fix.
33125 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
33127         * progmodes/which-func.el (which-function):
33128         Specify NOERROR when calling imenu--make-index-alist.
33130 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33132         * simple.el (normal-erase-is-backspace): Define default value.
33134         * custom.el (custom-theme-set-variables): Remove unused var
33135         `immediate'.
33136         (custom-reevaluate-setting): Simple function to handle variables
33137         that are defined before their default value can really be
33138         computed.
33140         * startup.el (command-line): Use it for temporary-file-directory,
33141         small-emporary-file-directory, auto-save-file-name-transforms,
33142         blink-cursor-mode, and normal-erase-is-backspace.
33144         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33145         progress, even with buggy anchored keywords.
33147 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
33149         * simple.el (goto-line): Remove unbalanced final parenthesis.
33151 2005-03-05  Richard M. Stallman  <rms@gnu.org>
33153         * simple.el (goto-line): Use a number at point as the default.
33154         With C-u as arg, switch buffers.
33156 2005-03-05  Juri Linkov  <juri@jurta.org>
33158         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33159         with `no-blinking-cursor'.
33161         * startup.el (no-blinking-cursor): New defvar.
33162         (command-line): Add `--no-blinking-cursor' to longopts.
33163         Set `no-blinking-cursor' to t for command line arguments
33164         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
33165         with `no-blinking-cursor' in the condition for calling
33166         `blink-cursor-mode'.
33168 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
33170         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33171         (menu-bar-options-save): Add blink-cursor-mode.
33172         (menu-bar-options-menu): Add blink-cursor-mode.
33174 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
33176         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33177         (icalendar-export-file, icalendar-export-region)
33178         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33179         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33181 2005-03-04  Lute Kamstra  <lute@gnu.org>
33183         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33184         (debug-function-list): Ditto.
33186 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
33188         * textmodes/texinfmt.el (texinfo-append-refill):
33189         Redefine the types of line to which @refill
33190         is not appended by replacing a search for `@refill\\|@bye' with
33191         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
33192         itemize@refill' bug and the unfilled long lines bug.
33193         (texinfmt-version): Update number and date.
33195 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
33197         * international/code-pages.el (windows-1250, windows-125[2-8])
33198         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33200 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33202         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33203         bound yet.
33205 2005-03-02  Romain Francoise  <romain@orebokech.com>
33207         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33208         buffer after removing limits.
33209         (ibuffer-pop-filter): Ditto.
33210         Update copyright.
33212 2005-03-02  Miles Bader  <miles@gnu.org>
33214         * button.el (make-text-button): If the user doesn't specify a
33215         type, use the default.  Rewrite to use `add-text-properties' and
33216         plist functions.
33218 2005-03-01  Lute Kamstra  <lute@gnu.org>
33220         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33221         (debugger-jumping-flag): New var.
33222         (debug-entry-code): Use it.
33223         (debugger-jump): Use debugger-jumping-flag and add
33224         debugger-reenable to post-command-hook.
33225         (debugger-reenable): Use debugger-jumping-flag and remove itself
33226         from post-command-hook.
33227         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33228         debugger-reenable.
33230 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
33232         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33233         inclusion of "itemize\\|", which may be unnecessary, is certainly
33234         inelegant, and stops refilling in itemize lists when formatting
33235         Japanese Texinfo files to Info.
33236         Update copyright to 2005.
33238 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
33240         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33241         of an error if GDB can't find the source file.
33243 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
33245         * calendar/calendar.el (redraw-calendar): Work from any buffer,
33246         not just the calendar.
33248         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33249         first.
33250         (diary-redraw-calendar): New function.
33251         (make-diary-entry): Add diary-redraw-calendar to local
33252         write-contents-functions.  Turn off selective display before
33253         inserting in diary.
33255 2005-03-01  Kim F. Storm  <storm@cua.dk>
33257         * emacs-lisp/copyright.el (copyright-fix-years): New command.
33259 2005-03-01  Lute Kamstra  <lute@gnu.org>
33261         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33262         that debug-entry-code can be safely removed from a function while
33263         this code is being evaluated.  Revert the 2005-02-27 change as the
33264         new implementation no longer requires it.  Make sure that a
33265         function body containing just a string is not mistaken for a docstring.
33266         (debug): Skip one more frame in case of debug on entry.
33267         (debugger-setup-buffer): Delete one more frame line in case of
33268         debug on entry.
33269         (debugger-frame-number): Update to use the new text introduced by
33270         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
33272 2005-02-28  Kim F. Storm  <storm@cua.dk>
33274         * double.el (double-translate-key): Call force-window-update after
33275         read-event to avoid crash in redisplay.
33277 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33279         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33280         (debug): Use it.  Move the inhibit-trace earlier.
33281         (debug-entry-code): New const.
33282         (debug-on-entry-1): Use it.
33284 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
33286         * international/utf-16.el (ccl-encode-mule-utf-16le):
33287         Fix BUFFER_MAGNIFICATION to 2.
33288         (ccl-encode-mule-utf-16be): Likewise.
33290 2005-02-28  Kenichi Handa  <handa@m17n.org>
33292         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33293         Fix BUFFER_MAGNIFICATION to 4.
33294         (ccl-encode-mule-utf-16be-with-signature): Likewise.
33296 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
33298         * speedbar.el (speedbar-update-flag): Doc fix.
33299         (speedbar-show-info-under-mouse): Give set-mouse-position the right
33300         argument.
33302 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33304         * reveal.el (reveal-post-command): Don't try to reveal overlays which
33305         have a non-nil `invisible' property but are actually visible.
33307         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33308         for perldoc sections.
33309         (perl-outline-regexp, perl-outline-level): New var and function.
33310         (perl-mode): Use them.
33312 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
33314         * calendar/diary-lib.el (diary-remind): Discard any mark portion
33315         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33317 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
33319         * cus-edit.el: Comment change.
33320         (custom-buffer-create-internal): Slightly reword text at top of
33321         Custom buffers.  Mention there that saving an option edits the
33322         init file.  Add link to Emacs manual node on `custom-file'.
33323         (custom-magic-alist): Rewrite individual State messages to use
33324         capitalized keywords.  Doc fix.
33326 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
33328         * calendar/calendar.el (calendar-buffer): Move above
33329         calendar-week-start-day.
33330         (calendar-week-start-day): Doc fix.  Add :set function.
33331         (calendar-minimum-window-height): New variable.
33332         (generate-calendar-window): Only resize window if selected-window
33333         is displaying the calendar buffer.  Use new variable
33334         calendar-minimum-window-height.
33335         (generate-calendar): Reword error message.
33336         (calendar-mode-map): Bind DEL to scroll-other-window-down.
33338 2005-02-27  Andreas Schwab  <schwab@suse.de>
33340         * vc.el (vc-do-command): Don't run command asynchronously when
33341         operating in a remote directory.
33343         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33344         change from sync with Tramp 2.0.47.
33346 2005-02-27  Richard M. Stallman  <rms@gnu.org>
33348         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33350         * textmodes/flyspell.el (flyspell-mode-on):
33351         Call ispell-change-dictionary only if necessary.
33353         * emacs-lisp/re-builder.el (regexp-builder): New function.
33355         * register.el (describe-register-1): Explicitly handle
33356         yank-excluded-properties = t.
33358         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33359         (custom-magic-alist): Change the status descriptions again.
33360         (face widget-type): Total rewrite based on `restricted-sexp'
33361         to eliminate the confusing double hiding levels.
33363         * emacs-lisp/debug.el (debug-on-entry-1):
33364         If function body is empty, add nil as body form.
33366 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
33368         * emacs-lisp/trace.el (inhibit-trace): New var.
33369         (trace-make-advice): Use it.
33371         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33373 2005-02-26  Kim F. Storm  <storm@cua.dk>
33375         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33376         (mouse-on-link-p, mouse-drag-region-1): Use it.
33378 2005-02-25  Lute Kamstra  <lute@gnu.org>
33380         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33382 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
33384         * frame.el (blink-cursor-mode): Add :group keyword.
33386 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
33388         * calendar/icalendar.el (icalendar--decode-isodatetime):
33389         New optional argument DAY-SHIFT.
33390         (icalendar-export-region): Fix coding-system-for-write.
33391         (icalendar--convert-ical-to-diary): Shift end-day of all-day
33392         events by one.
33394 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33396         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33398 2005-02-24  Kim F. Storm  <storm@cua.dk>
33400         * international/iso-acc.el (iso-accents-compose): Fix crash
33401         during redisplay.  Call force-window-update after read-event
33402         and delete-region to signal that window is not accurate.
33404 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33406         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33407         Remove unused and inexistent var `inhibit-trace'.
33408         (debugger-mode): Use run-mode-hooks.
33409         (debugger-list-functions): Add buttons; setup xref stack.
33411 2005-02-23  Richard M. Stallman  <rms@gnu.org>
33413         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33414         appointment says it was explicitly made.
33415         (appt-add): Set the 3rd element.
33416         (appt-make-list): Preserve explicit appointments.
33418         * subr.el (find-tag-default): Catch errors in forward-sexp.
33420 2005-02-23  Juri Linkov  <juri@jurta.org>
33422         * info.el (Info-isearch-search): New defcustom.
33423         (Info-isearch-search): Call the default isearch function
33424         when Info-isearch-search is nil.
33425         (Info-isearch-wrap): Use variable Info-isearch-search.
33427 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
33429         * cus-edit.el: Comment change.
33431 2005-02-22  Kim F. Storm  <storm@cua.dk>
33433         * progmodes/hideif.el (hide-ifdef-use-define-alist):
33434         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
33436 2005-02-22  Simon Josefsson  <jas@extundo.com>
33438         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33439         New variable.
33440         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
33441         Oskarsson" <myrkraverk@users.sourceforget.net>.
33443 2005-02-22  Kim F. Storm  <storm@cua.dk>
33445         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
33446         check that window of that event is the selected window.
33447         (mouse-drag-region-1): Compare mouse event window to selected
33448         window before setting point.
33450         * tooltip.el (tooltip-show-help-function): Pass event to
33451         mouse-on-link-p so it can check selected window.
33453 2005-02-22  Kenichi Handa  <handa@m17n.org>
33455         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
33456         (ps-mule-show-warning): New function.
33457         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
33458         characters are found.
33460         * ps-print.el (ps-header-footer-string): Return a list of header
33461         and footer strings.
33463 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
33465         * pcvs.el (cvs-retrieve-revision): Fix thinko.
33467 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
33469         * frame.el (blink-cursor-mode): Use define-minor-mode.
33471         * term/mac-win.el (function-key-map): Use char-names more consistently.
33472         (file-name-coding-system): Only set it for MacOS-9.  The other case is
33473         already handled in mule-cmds.el (where it also works when mac-win.el
33474         is not used).
33476 2005-02-21  Kenichi Handa  <handa@m17n.org>
33478         * international/mule.el (ctext-pre-write-conversion): Always use
33479         " *code-converting-work*" buffer for work.
33481         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33483 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
33485         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
33487 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
33489         * ses.el (undo-more): Restore defadvice, but only the part that
33490         allows changes outside the restricted area of the buffer.
33492 2005-02-20  Kim F. Storm  <storm@cua.dk>
33494         * simple.el (line-move): Add fourth optional arg try-vscroll which
33495         must be set to perform auto-window-vscroll.
33496         When moving backwards and doing auto-window-vscroll, automatically
33497         vscroll to the last part of lines which are taller than the window.
33498         (next-line, previous-line): Set try-vscroll arg on line-move.
33500 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
33502         * replace.el (query-replace, query-replace-regexp)
33503         (replace-string, replace-regexp): When operating on region, make
33504         the minibuffer prompt say so.
33506         * isearch.el (isearch-forward): Document isearch-query-replace and
33507         isearch-query-replace-regexp keybindings.
33509 2005-02-19  Jay Belanger  <belanger@truman.edu>
33511         * calc/calc-aent.el (math-read-token): Add local variable.
33513         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
33514         (calc-edit-top): Move declaration to earlier in file.
33515         (calc-edit-macro-repeats): Add local variables.
33517         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
33518         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
33519         calcFunc-tanh.
33520         Adjust integration rule for calcFunc-tan.
33522 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
33524         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
33525         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
33526         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
33527         (viper-skip-separators): Bug fix.
33528         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
33529         particular major mode.
33530         (viper-del-backward-char-in-replace): Don't put deleted char on the
33531         kill ring.
33533         * viper-ex.el (viper-color-display-p): New function.
33534         (viper-has-face-support-p): Use viper-color-display-p.
33536         * viper-keym.el (viper-gnus-modifier-map): New keymap.
33538         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
33540         * viper-util.el (viper-glob-unix-files): Fix shell status check.
33541         (viper-file-remote-p): Make equivalent to file-remote-p.
33543         * viper.el (viper-major-mode-modifier-list):
33544         Use viper-gnus-modifier-map.
33546 2005-02-19  David Kastrup  <dak@gnu.org>
33548         * subr.el (subregexp-context-p): Fix garbled doc string by adding
33549         quoting.
33551 2005-02-19  Jay Belanger  <belanger@truman.edu>
33553         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
33554         Remove extra definitions.
33555         (calc-coth): New function.
33556         (calcFunc-cot): Fix `let'.
33558 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
33560         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
33561         the reasons we use "type pc" in these faces.
33563         * button.el (button): Ditto.
33565 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
33567         * replace.el (query-replace-read-from): Set the value of
33568         query-replace-from-history-variable to handle the case of an empty
33569         string entered to accept the suggested default.
33571         * net/tramp.el (tramp-file-name-for-operation):
33572         Use dired-call-process instead of dired-call-process-command.
33574 2005-02-19  Jay Belanger  <belanger@truman.edu>
33576         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
33577         (math-div-non-trig): New variables.
33578         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
33579         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
33580         (math-combine-prod, math-div-symb-fancy): Add simplifications for
33581         trig expressions.
33583 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
33585         * progmodes/gdb-ui.el (gdb-var-update-handler)
33586         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
33587         for watch expressions,
33588         (gdb-var-create-handler): Don't set speedbar-update-flag.
33589         (gdb-post-prompt): Simplify test for speedbar.
33591 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
33593         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
33594         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
33595         we use the syntax table of the correct buffer.
33596         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
33597         Felix Gatzemeier.
33599         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
33600         (ediff-file-remote-p): Make synonymous with file-remote-p.
33601         In all deffaces ediff-*-face-*, use min-colors.
33603         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
33604         ediff-recurse-to-subdirectories.
33605         (ediff-mark-if-equal): Check that the arguments are strings, use
33606         ediff-same-contents (after to Felix Gatzemeier).
33608         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
33609         nil.
33611 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
33613         * log-view.el (log-view-message-re): Fix up Subversion regexp.
33615 2005-02-18  David Kastrup  <dak@gnu.org>
33617         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
33618         use `mark-active' when defined.
33620 2005-02-18  Kenichi Handa  <handa@m17n.org>
33622         * ps-print.el (ps-font-info-database): New entry
33623         ZapfChancery-MediumItalic with correct font name.  Fix font name
33624         of the entry Zapf-Chancery-MediumItalic.
33626 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
33628         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
33630 2005-02-16  Kim F. Storm  <storm@cua.dk>
33632         * ido.el (ido-fallback-command): Pass user input to fallback command.
33634 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
33636         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
33637         (gdb-find-file-hook): Add server prefix.
33639 2005-02-16  Richard M. Stallman  <rms@gnu.org>
33641         * replace.el (perform-replace): Pass new args to replace-highlight.
33642         (replace-highlight): Take region args,
33643         and pass them to isearch-lazy-highlight-new-loop.
33645         * novice.el (disabled-command-hook): Autoload the defalias
33646         and the make-obsolete-variable call.
33648         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
33650         * isearch.el (isearch-lazy-highlight-start-limit)
33651         (isearch-lazy-highlight-end-limit): New variables limit
33652         the region for highlighting.
33653         (isearch-lazy-highlight-new-loop): New args BEG and END.
33654         (isearch-lazy-highlight-search): Use the new vars.
33655         (isearch-lazy-highlight-update): Likewise.
33657         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
33659         * cus-start.el (all): Use default-boundp.
33661 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
33663         * menu-bar.el (menu-bar-select-frame): Handle current frame.
33665 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
33667         * autorevert.el (auto-revert-stop-on-user-input)
33668         (auto-revert-verbose): Doc fixes.
33670 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
33672         * international/mule-cmds.el (set-locale-environment): Remove call
33673         to set-selection-coding-system on Windows.
33675 2005-02-15  Jay Belanger  <belanger@truman.edu>
33677         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
33678         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
33679         calcFunc-coth.
33680         (math-simplify-sqrt): Add simplifications.
33682         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
33683         to list.
33685         * calc/calc-ext.el: Add functions to autoloads.
33687         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
33688         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
33689         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
33690         (math-csc-raw, math-cot-raw): New functions.
33692         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
33694         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
33695         the variable name in a message.
33697         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
33698         calcFunc-csc, calcFunc-cot.
33700         * calc/calcalg2.el: Add derivative and integration rules for
33701         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
33702         calcFunc-csch, calcFunc-coth.
33703         (math-do-integral-methods): Add to checks for when to use
33704         substitutions.
33706         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
33708 2005-02-15  Lute Kamstra  <lute@gnu.org>
33710         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33711         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
33712         <monnier@iro.umontreal.ca>.
33713         (lisp-outline-level): Improve efficiency.  Suggested by David
33714         Kastrup <dak@gnu.org>.
33716 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
33718         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
33719         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
33720         (gdb-set-gud-minor-mode-existing-buffers): New functions.
33721         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
33722         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
33724 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
33726         * cus-start.el (all): Comment change.
33728 2005-02-14  Lute Kamstra  <lute@gnu.org>
33730         * cus-start.el (all): Check if symbol is void.
33732 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
33734         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
33735         optional argument to \cite.
33737 2005-02-14  Richard M. Stallman  <rms@gnu.org>
33739         * cus-edit.el (custom-buffer-create-internal): Update help message.
33740         (custom-magic-alist): Update help messages.
33742         * cus-start.el (all): Allow a var to specify a standard value.
33744 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
33746         * custom.el (custom-theme-set-variables): Handle variable aliases.
33748         * frame.el (blink-cursor-timer): Doc fix.
33749         (blink-cursor): Make it an alias for `blink-cursor-mode' and
33750         declare obsolete.
33751         (blink-cursor-mode): Define with defcustom and use correct
33752         standard expression in that defcustom.
33753         * startup.el (command-line): Adapt to above changes in frame.el.
33755 2005-02-11  Lute Kamstra  <lute@gnu.org>
33757         * apropos.el (apropos-score-doc): Prevent division by zero.
33759 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
33761         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
33762         (icalendar--get-event-property-attributes)
33763         (icalendar--get-event-properties)
33764         (icalendar--datetime-to-diary-date): New functions.
33765         (icalendar--split-value): Doc fix.
33766         (icalendar--datetime-to-noneuropean-date)
33767         (icalendar--datetime-to-european-date): New optional argument
33768         SEPARATOR.  Return result as a string instead of a list.
33769         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
33770         (icalendar--convert-string-for-export): Rename arg S to STRING.
33771         (icalendar-export-region): Doc fix.  Change name of error buffer.
33772         Save output buffer.
33773         (icalendar-import-file): Add blank at end of prompt.
33774         (icalendar-import-buffer): Doc fix.  Do not switch to error
33775         buffer.  Indicate status in return value.
33776         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
33777         buffer.  Save output buffer.  Handle exception from recurrence
33778         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
33779         events.  Fix problems with weekly all-day events.
33781 2005-02-10  Richard M. Stallman  <rms@gnu.org>
33783         * simple.el (eval-expression-print-format):
33784         Avoid warning about edebug-active.
33786         * help.el (help-for-help-internal): Rename from help-for-help.
33787         (help-for-help): Define with defalias.
33789         * font-core.el (font-lock-default-function): Use with-no-warnings.
33791         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
33793         * custom.el (defface): Doc fix.
33795 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
33797         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
33798         width 0" to prevent word wrapping problems.
33800 2005-02-09  Kim F. Storm  <storm@cua.dk>
33802         * ido.el (ido-file-extensions-order): New defcustom.
33803         (ido-file-extension-lessp, ido-file-extension-aux)
33804         (ido-file-extension-order): New advanced file ordering.
33805         (ido-file-lessp): New simple file ordering.
33806         (ido-sort-list): Remove.
33807         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
33808         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
33810 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
33812         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
33813         that some versions of grep produce.
33814         (grep-mode-font-lock-keywords): Likewise.
33816 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
33818         * progmodes/gdb-ui.el (gdb-location-list): New variable.
33819         (gdb-cdir): Delete.
33820         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
33821         (gdb-source-info): Treat case when source file is in another
33822         directory properly.
33823         (gdb-get-location): New function.
33825 2005-02-07  Jay Belanger  <belanger@truman.edu>
33827         * calc/calc-prog.el (calc-write-parse-table-part)
33828         (calc-fix-token-name): Fix a check for language type.
33830         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
33832 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
33834         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
33835         as directory not writable.
33837 2005-02-07  Kim F. Storm  <storm@cua.dk>
33839         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
33840         (cua--standard-movement-commands): Remove list.
33841         Instead, set CUA property value to move for movement commands.
33842         (cua-movement-commands): Remove.  Users must set CUA prop instead.
33843         (cua--pre-command-handler): Check CUA property.
33844         (cua--init-keymaps): Don't remap undo commands.
33845         (cua-mode): Don't call cua--rectangle-on-off.
33847         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
33848         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
33849         (cua--rect-undo-set-point): New var.
33850         (cua--rectangle-undo-boundary): Setup undo apply entry.
33851         (cua--rect-undo-handler): New function for rectangle undo.
33852         (cua--rect-start-position, cua--rect-end-position): Add.
33853         (cua--rectangle-post-command): Call cua--rectangle-set-corners
33854         for restored rectangle.  Set point if cua--rect-undo-set-point.
33856 2005-02-06  Jay Belanger  <belanger@truman.edu>
33858         * calc/calc-lang.el (calc-tex-language): Display more information
33859         in messages.
33861         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
33862         in TeX mode.
33864 2005-02-06  Richard M. Stallman  <rms@gnu.org>
33866         * emacs-lisp/lisp.el (buffer-end): Doc fix.
33868 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
33870         * net/ldap.el (ldap-search-internal): Support attributes with
33871         optional descriptions separated by a semi-colon, as in
33872         "userCertificate;binary".
33874 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33876         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
33877         isn't a cons (i.e. the version is 0).
33879 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
33881         * help.el (help-for-help): Doc fix.
33883 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
33885         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
33886         GDB-Windows on the menu-bar as this works better.
33888 2005-02-04  Jay Belanger  <belanger@truman.edu>
33890         * calc/calc-embed.el (calc-embedded-update): Don't put in
33891         unnecessary newlines.  Adjust the end of formula marker.
33893         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
33894         (math-latex-parse-two-args): New function.
33896 2005-02-03  Lute Kamstra  <lute@gnu.org>
33898         * help-fns.el (help-with-tutorial): Make sure that users cannot
33899         remove the entire text of the tutorial by means of `undo'.
33901 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33903         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
33904         in recent changes, where the ispell process was repeatedly
33905         killed & restarted.
33907         * international/mule-cmds.el (set-locale-environment): Set file-name
33908         coding system to utf-8 on Darwin systems.
33909         (set-default-coding-systems): Don't set default-file-name-coding-system
33910         on Darwin systems.
33912 2005-02-03  Richard M. Stallman  <rms@gnu.org>
33914         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
33916 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
33918         * faces.el (list-faces-display): Add optional argument.
33920 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
33922         * font-core.el (font-lock-default-function): Handle the rare case where
33923         only font-lock-keywords is set.
33925 2005-02-02  Kenichi Handa  <handa@m17n.org>
33927         * international/characters.el: Cancel previous change for
33928         I-WITH-DOT-ABOVE and DOTLESS-i.
33930         * international/latin-5.el: Cancel previous change.
33932 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
33934         * progmodes/gud.el: Correction to syntax in gud-menu-map.
33936 2005-02-02  Kenichi Handa  <handa@m17n.org>
33938         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
33939         DOTLESS-i.
33941         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
33942         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
33944         * case-table.el (get-upcase-table): New function.
33945         (copy-case-table): Copy upcaes table too if non-nil.
33946         (set-case-syntax-delims): Maintain upcase table too.
33947         (set-case-syntax-pair): Likewise.
33948         (set-upcase-syntax, set-downcase-syntax): New functions.
33949         (set-case-syntax): Maintain upcase table too.
33951 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
33953         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
33955         * progmodes/gud.el (gud-goto-info): New function.
33956         (gud-tool-bar-map): Use correct icon.
33958 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
33960         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
33961         When delegating, order args in the funcall correctly.
33963 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
33965         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
33967 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
33969         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
33970         buffer not visiting a file.
33972 2005-01-31  Jay Belanger  <belanger@truman.edu>
33974         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
33975         bound on the line with the formula.
33977 2005-01-31  Kim F. Storm  <storm@cua.dk>
33979         * ses.el (ses-create-cell-variable-range)
33980         (ses-destroy-cell-variable-range, ses-reset-header-string)
33981         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
33982         (ses-insert-row): Fix format of apply undo entries.
33984 2005-01-31  Jay Belanger  <belanger@truman.edu>
33986         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
33987         parts.
33989         * calc/calc-embed.el (calc-embedded-open-formula)
33990         (calc-embedded-close-formula): Ignore matrix environments.
33992         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
33993         TeX mode.
33995         * calc/calc-lang.el (math-function-table, math-oper-table)
33996         (math-variable-table): Adjust the LaTeX portions.
33998         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
33999         (math-latex-ignore-words): New constant.
34001 2005-01-31  Richard M. Stallman  <rms@gnu.org>
34003         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34004         (ispell-local-dictionary): Doc fix.
34005         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34006         Don't reinitialize at run time.  Don't defcustom.
34007         All uses changed to append ispell-local-dictionary-alist,
34008         or check it first.
34009         (ispell-current-dictionary): New variable for dictionary in use.
34010         (ispell-dictionary): Now used only for global default.
34011         (ispell-start-process): Set ispell-current-dictionary,
34012         not ispell-dictionary.
34013         (ispell-change-dictionary): Use this only for setting
34014         user preferences.
34015         (ispell-internal-change-dictionary): New function
34016         to change the current dictionary in use.
34017         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34018         Use ispell-current-dictionary.
34019         Handle ispell-local-dictionary-overridden.
34020         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34022 2005-01-31  Jay Belanger  <belanger@truman.edu>
34024         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34026         * calc/calc-ext.el: Add calc-latex-language to autoloads.
34027         (calc-mode-map): Add calc-latex-language.
34029         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34030         (math-latex-print-frac): New functions.
34031         (math-oper-table, math-function-table, math-variable-table)
34032         (math-complex-format, math-input-filter): Add latex properties.
34033         (calc-set-language): Set math-expr-special-function-mapping.
34035         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34036         (calc-write-parse-table-part): Add LaTeX support.
34038         * calc/calc.el (calc-language): Adjust docstring.
34039         (calc-set-mode-line): Add LaTeX support.
34040         (math-expr-special-function-mapping): New variable.
34041         (math-tex-ignore-words): Add to list.
34043         * calc/calccomp.el (math-compose-expr, math-compose-rows):
34044         Add LaTeX support.
34045         (math-compose-expr): Add support for special functions.
34047         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34049 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
34051         * progmodes/gdb-ui.el (gdb-memory-address)
34052         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34053         (gdb-memory-mode-map, gdb-memory-format-keymap)
34054         (gdb-memory-format-menu, gdb-memory-unit-keymap)
34055         (gdb-memory-unit-menu): New variables for a buffer
34056         that lets the user examine program memory.
34057         (gdb-memory-set-address, gdb-memory-set-repeat-count)
34058         (gdb-memory-format-binary, gdb-memory-format-octal)
34059         (gdb-memory-format-unsigned, gdb-memory-format-signed)
34060         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34061         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34062         (gdb-memory-unit-word, gdb-memory-unit-halfword)
34063         (gdb-memory-unit-byte, gdb-memory-unit-menu)
34064         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34065         (gdb-memory-mode, gdb-memory-buffer-name)
34066         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34067         New functions for above buffer.
34069 2005-01-30  Richard M. Stallman  <rms@gnu.org>
34071         * cus-edit.el (custom-bury-buffer): Function deleted.
34072         (custom-buffer-done-function): Option deleted.
34073         (custom-buffer-done-kill): New replacement option.
34074         (Custom-buffer-done): Call quit-window.
34075         (custom-buffer-create-internal): Update for above changes.
34077 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
34079         * simple.el (undo-ask-before-discard): New var.
34080         (undo-outer-limit-truncate): Implement it.
34081         (undo-extra-outer-limit): Doc update.
34083 2005-01-29  Richard M. Stallman  <rms@gnu.org>
34085         * ses.el (undo-more): Delete defadvice.
34086         (ses-begin-change): Doc fix.
34088         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34089         instead of rebinding C-x u and C-_.
34091         * files.el (normal-backup-enable-predicate): Return nil for files
34092         in /tmp, regardless of temporary-file-directory.
34094         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34096         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34097         (open-rectangle, delete-whitespace-rectangle-line)
34098         (clear-rectangle-line): If FILL, pass t instead of FILL
34099         for move-to-column's 2nd arg.
34101         * simple.el (undo): Fix the test for continuing a series of undos.
34102         (undo-more): Set pending-undo-list to t when we reach end.
34103         (pending-undo-list): Move up defvar.
34105         * wid-edit.el (widget-button-click):
34106         Shorten the range of the track-mouse binding.
34108         * comint.el (comint-insert-input): Undo previous changes;
34109         use last-input-event in interactive spec.
34111 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
34113         * progmodes/compile.el (compilation-start): Bind buffer-read-only
34114         to nil before invoking call-process.  Reset buffer's modified flag
34115         after fontifying it in the no-async branch.
34117         * wid-edit.el (widget-specify-button): If mouse pointer shape
34118         cannot be changed, use mouse face instead.
34120 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
34122         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34123         (gdb-goto-breakpoint): Make breakpoint handling work on template
34124         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
34125         (gdb-assembler-custom): Update to recognize breakpoint information
34126         added on 2005-01-19.
34128 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34130         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34131         (dsssl-mode): Use define-derived-mode.
34132         (scheme-mode-initialize): Remove.
34133         (scheme-mode): Use run-mode-hooks.
34135         * cus-edit.el (customize-group-other-window)
34136         (custom-buffer-create-other-window): Don't override special-display-*.
34137         (custom-mode-map): Make it dense.
34139         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34140         sets the default value.
34142 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
34144         * descr-text.el: Add more keywords.
34146 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34148         * speedbar.el: Avoid unnecessary use of locate-library.
34150         * international/mule-cmds.el (standard-display-european-internal):
34151         Don't fiddle with latin-1 non-break space any more since it's now
34152         special cased in the C code.
34153         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34155 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
34157         * cus-start.el (all): Add `undo-outer-limit'.
34159 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
34161         * textmodes/bibtex.el (bibtex-format-entry):
34162         Use `bibtex-empty-field-re' only on the text of fields, not on entire
34163         field lines.
34164         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34165         not on part of a buffer.
34167 2005-01-25  Lute Kamstra  <lute@gnu.org>
34169         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34170         nonempty field text strings like "{letters\\macro{}more letters}".
34171         Clarify docstring.
34172         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34173         (bibtex-entry-offset, bibtex-parse-association)
34174         (bibtex-parse-field-name): Fix typos in docstrings.
34175         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34177 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
34179         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34180         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34181         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34182         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34184         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34185         isearch minor mode.
34187 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
34189         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34191 2005-01-24  Lute Kamstra  <lute@gnu.org>
34193         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34194         CASECHARS and NOT-CASECHARS regular expressions of the
34195         "nederlands" and "nederlands8" dictionaries to prevent a "Range
34196         striding over charsets" error.
34198 2005-01-24  Jay Belanger  <belanger@truman.edu>
34200         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34201         display variable name.
34203 2005-01-24  Kenichi Handa  <handa@m17n.org>
34205         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34206         Fix setting of the element of encoded-kbd-iso2022-invocations.
34208 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
34210         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34211         (gdb-threads-select): Change to also accept mouse events.
34212         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34213         (gdb-threads-mouse-select): Delete.
34215 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
34217         * files.el (insert-directory): Take care of empty directory,
34218         listed without -a switch.
34220 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34222         * textmodes/refill.el (refill-post-command-function):
34223         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34224         to the list of functions that we should be careful not to undo.
34225         (refill-late-fill-paragraph-function): Remove.
34226         (refill-saved-state): New var.
34227         (refill-mode): Use it to save fill-paragraph-function.
34228         Save also the value of auto-fill-function.
34230         * term/w32-win.el: Simplify code.
34232 2005-01-23  Kim F. Storm  <storm@cua.dk>
34234         * simple.el (line-move): Adapt to new return value from
34235         pos-visible-in-window-p.
34237         * simple.el (line-move): Fix last change.  Check partial
34238         visibility at point rather than at window-start.
34240 2005-01-22  Jason Rumney  <jasonr@gnu.org>
34242         * term/w32-win.el (xw-defined-colors): Remove debug-message.
34244 2005-01-22  David Kastrup  <dak@gnu.org>
34246         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34248 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
34250         * type-break.el (type-break-mode): Add a test for
34251         type-break-file-name being non-nil.
34253 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
34255         * net/eudc.el (top level): Call (message "") via progn, so that
34256         eudc-options-file is loaded.
34258 2005-01-22  Kim F. Storm  <storm@cua.dk>
34260         * simple.el (line-move-1): Rename from line-move.
34261         (line-move): New function that adjusts vscroll for partially
34262         visible rows, and calls line-move-1 otherwise.
34264 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
34266         * pcomplete.el: Define pcomplete-read-event instead of read-event,
34267         since it's not a complete read-event implementation.
34269 2005-01-20  Jay Belanger  <belanger@truman.edu>
34271         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34272         for called function.
34274 2005-01-20  Steven Tamm  <steventamm@mac.com>
34276         * term/mac-win.el (process-connection-type): Remove.
34277         Controlled now by s/darwin.h:PTY_ITERATION.
34279 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
34281         * window.el (handle-select-window): Don't switch window when we're
34282         in the minibuffer.
34284 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
34286         * subr.el (dotimes-with-progress-reporter): New macro.
34288         * ses.el (ses-dotimes-msg): Remove macro.
34289         Use `dotimes-with-progress-reporter' instead.
34291 2005-01-19  Steven Tamm  <steventamm@mac.com>
34293         * term/mac-win.el (process-connection-type): Use new
34294         operating-system-release variable to use ptys on Darwin 7 (OS X
34295         10.3) when using carbon build.
34297 2005-01-19  Jay Belanger  <belanger@truman.edu>
34299         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34300         flags if the last command was a tab or M-tab.
34302         * calc/calc-prog.el (calc-user-define-edit): Put original formula
34303         in formula editing buffer.
34305 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34307         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34308         breakpoint image symbol in margin.
34310 2005-01-19  Jay Belanger  <belanger@truman.edu>
34312         * calc/calc-prog.el (calc-execute-kbd-macro):
34313         Ignore calc-keep-arg-flag.
34315 2005-01-19  Kenichi Handa  <handa@m17n.org>
34317         * textmodes/ispell.el (ispell-looking-at): New function.
34318         (ispell-process-line): Use ispell-looking-at to compare the ispell
34319         output and the buffer contents.
34321 2005-01-18  Jay Belanger  <belanger@truman.edu>
34323         * calc/calc.el (calc-display-raw): Fix docstring.
34325 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34327         * simple.el (blink-matching-open): Strip extra info from syntax.
34329         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34330         funny chars in the end-of-here-doc marker.
34332 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34334         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34335         that enable/disabled state of breakpoints is shown correctly in
34336         fringe and on ttys.
34337         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34338         Add breakpoint information as text properties.
34339         (gdb-mouse-toggle-breakpoint):
34340         Rename to gdb-mouse-set-clear-breakpoint.
34341         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
34342         breakpoints in the margin.
34343         (gdb-remove-strings): Simplify.
34345 2005-01-17  Jay Belanger  <belanger@truman.edu>
34347         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34348         erasing buffer.
34350 2005-01-17  Richard M. Stallman  <rms@gnu.org>
34352         * progmodes/grep.el (grep-find): Copy from `grep' the condition
34353         for calling grep-compute-defaults.
34355         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34356         if buffer is empty.
34358         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34360 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
34362         * hilit-chg.el (highlight-changes-mode): Don't autoload.
34364         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34365         non-preloaded variables.
34367 2005-01-17  Steven Tamm  <steventamm@mac.com>
34369         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34370         tex-shell cause to force interactivity when using pipes.
34372 2005-01-17  Kim F. Storm  <storm@cua.dk>
34374         * simple.el (just-one-space): Make arg optional.
34376 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
34378         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34379         posn-at-x-y to t to access left-margin.
34381 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
34383         Sync with Tramp 2.0.47.
34385         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34386         catching keep-date problems in cp/scp operations.
34387         (tramp-handle-copy-file): Don't call `set-file-modes'
34388         unconditionally.  Specialized functions should know better what is
34389         necessary.  This improves performance a little bit, and the
34390         functions could catch errors with `cp -p' and `scp -p'.
34391         (tramp-do-copy-or-rename-file-via-buffer)
34392         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34393         when appropriate.
34394         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34395         Call `set-file-modes' when appropriate.
34396         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
34397         Johnsson <isak@hypergene.com>.
34398         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34399         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
34400         <joakim@verona.se>.
34401         (tramp-file-name-for-operation): Mark `shell-command' as magic for
34402         Emacs only.
34404         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
34405         `find-file-hooks' and `dired-mode-hook'.
34406         (tramp-minor-mode-map): Respective map.  Add remapping for
34407         `compile' and `recompile'.
34408         (tramp-remap-command, tramp-recompile): New defuns.
34409         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34410         in buffer "*Compilation*".  Call the commands asynchronously.
34412         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34413         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34414         `shell-command', because it isn't magic in XEmacs.  Reported by
34415         Adrian Aichner <adrian@xemacs.org>.
34417         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34418         `substitute-in-file-name.
34419         (tramp-smb-handle-substitute-in-file-name): New defun.
34420         (tramp-smb-advice-PC-do-completion): Delete advice.
34422 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
34424         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34425         Fix error in deleting region.
34427 2005-01-15  Richard M. Stallman  <rms@gnu.org>
34429         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
34430         In non-temp buffer, switch syntax table temporarily.
34432         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34434         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34436         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34438         * imenu.el (imenu--split-menu): Copy menulist before sorting.
34439         (imenu--generic-function): Use START, not BEG, as pos of definition.
34441         * simple.el (just-one-space): Argument specifies number of spaces.
34443         * simple.el (eval-expression-print-format): Avoid warning
34444         about edebug-active.
34446 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
34448         * progmodes/sh-script.el: Code copied from make-mode.el
34449         with small changes,
34450         (sh-mode-map): Bind C-c C-\.
34451         (sh-backslash-column, sh-backslash-align): New variables.
34452         (sh-backslash-region, sh-append-backslash): New functions.
34454 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34456         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
34457         (rmail-pop-password, rmail-pop-password-required): Move to
34458         rmail-obsolete group.
34459         (rmail-set-pop-password): Rename to rmail-set-remote-password.
34460         All callers updated.
34461         (rmail-get-pop-password): Rename to rmail-get-remote-password.
34462         Take an argument specifying whether it is POP or IMAP mailbox we
34463         are using.  All callers updated.
34464         (rmail-pop-password-error): Rename to
34465         rmail-remote-password-error.  Added mailutils-specific error message.
34466         (rmail-movemail-search-path)
34467         (rmail-movemail-variant-in-use): New variables.
34468         (rmail-remote-password, rmail-remote-password-required):
34469         New customization variables.
34470         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34471         (rmail-parse-url): New function.
34472         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34473         with GNU mailutils movemail.
34475 2005-01-15  Kevin Ryde  <user42@zip.com.au>
34477         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34478         suffix to space, $ or '$, to correctly position point when going
34479         to @table style constants like DBL_MAX.
34481 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
34483         * type-break.el (type-break-mode, type-break-file-time)
34484         (type-break-file-keystroke-count, type-break-choose-file):
34485         Don't store data in or load data from the file if type-break-file-name
34486         is nil.
34487         (type-break-file-name): Doc update as per the above.
34489 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
34491         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
34492         lookup-key might return nil; handle that.
34494 2005-01-15  Alan Mackenzie  <acm@muc.de>
34496         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
34497         rather than the element found, thus enabling the tree to be setcar'd.
34499 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
34501         * textmodes/org.el (org-show-following-heading): New option.
34502         (org-show-hierarchy-above): Use `org-show-following-heading'.
34503         (org-cycle): Documentation fix.
34505         * textmodes/org.el (orgtbl-optimized): New option
34506         (orgtbl-mode): New command, a minor mode.
34507         (orgtbl-mode-map): New variable.
34508         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
34509         (orgtbl-error, orgtbl-self-insert-command)
34510         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
34512         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
34513         a local variable in each org-mode buffer.
34515         * textmodes/org.el (org-set-regexps-and-options): Rename from
34516         `org-set-regexps'.  Added checking for STARTUP keyword.
34517         (org-get-current-options): Add STARTUP options.
34518         (org-table-insert-row): Make mode intelligent about when
34519         realignment is needed.
34520         (org-self-insert-command, org-delete-backward-char, org-delete-char):
34521         New commands.
34522         (org-enable-table-editor): New default value `optimized'.
34523         (org-table-blank-field): Support blanking regions if active.
34525 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
34527         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
34528         if the year is not given.
34530         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
34531         Add new escapes %m and %M, fixed bug with %F by adding
34532         save-match-data.
34533         (reftex-reference): Remove ?. from list of spaces.
34534         (reftex-label-info): Add automatic label prefix recognition.
34536         * textmodes/reftex-index.el (reftex-index-next-phrase):
34537         Add slave parameter to call of `reftex-index-this-phrase'.
34538         (reftex-index-this-phrase): New optional argument.
34539         (reftex-index-region-phrases): Add slave parameter to call of
34540         `reftex-index-this-phrase'.
34541         (reftex-display-index): New argument redo.
34542         (reftex-index-rescan): Add `redo' to arguments of
34543         `reftex-display-index'.
34544         (reftex-index-Rescan, reftex-index-revert)
34545         (reftex-index-switch-index-tag): Add `redo' to arguments of
34546         `reftex-display-index'.
34547         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
34548         indexing.  Fix bug with matching is there is a quote before or
34549         after the word.
34551         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
34552         Fix bug when collecting citation keys in lines with comments.
34553         (reftex-citation): Prefix argument no longer rescans the document,
34554         but forces prompting for optional arguments of cite macros.
34555         (reftex-do-citation): Prompting for optional arguments implemented.
34557         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
34558         Add optional arguments to most cite commands.
34559         (reftex-cite-cleanup-optional-args): New option
34560         (reftex-cite-prompt-optional-args): New option.
34561         (reftex-trust-label-prefix): New option.
34563         * textmodes/reftex-toc.el (reftex-toc-find-section):
34564         Add push-mark before changing the position in the buffer.
34566         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
34567         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
34569 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
34571         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
34572         more carefully.
34574 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
34576         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
34577         (sgml-mode): Use it.
34578         (sgml-get-context): Better keep track of implicitly closed tags.
34580 2005-01-13  Kenichi Handa  <handa@m17n.org>
34582         * textmodes/ispell.el: These changes are to fix misalignment error
34583         caused by equivalent characters of different Emacs charsets.
34584         (ispell-unified-chars-table): New variable.
34585         (ispell-get-decoded-string): New function.
34586         (ispell-get-casechars, ispell-get-not-casechars)
34587         (ispell-get-otherchars): Call ispell-get-decoded-string.
34589 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
34591         * custom.el (custom-declare-variable): Just put symbol instead
34592         of (defvar . symbol) in `current-load-list'.
34594 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
34596         * emacs-lisp/elint.el: Fixed typo in Commentary section.
34598 2005-01-12  Jay Belanger  <belanger@truman.edu>
34600         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
34601         to create a Calc summary.
34603 2005-01-12  Kim F. Storm  <storm@cua.dk>
34605         * mouse.el (mouse-on-link-p): Change functionality and doc
34606         string to comply with latest description in lisp ref.
34608 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
34610         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
34611         Enable mouse clicks on mode-line, header-line and margin.
34612         (event-type): Give mouse event symbols an `event-kind' property
34613         with value `mouse-click'.
34615 2005-01-12  Juri Linkov  <juri@jurta.org>
34617         * facemenu.el (list-colors-display): Add new arg buffer-name.
34618         Use it.  Fix docstring.  Replace code for identifying duplicate
34619         colors by the name with call to `list-colors-duplicates' which
34620         identifies duplicate colors by the value unless the color
34621         is one of special Windows colors.  Set truncate-lines to t.
34622         Print sorted duplicate color names on each line.  Indent to 22
34623         \(the longest color name in rgb.txt) instead of 20.  Optimize.
34624         (list-colors-duplicates): New function.
34625         (facemenu-color-name-equal): Delete function.
34627         * facemenu.el (list-colors-print): New function created from code
34628         in list-colors-display.  Print #RRGGBB at the window right edge.
34629         (list-colors-display): When temp-buffer-show-function is not
34630         defined, call list-colors-print from temp-buffer-show-hook
34631         to get the right value of window-width in list-colors-print
34632         after the buffer is displayed.
34634         * simple.el (pop-mark): Move deactivate-mark out of conditional
34635         part to deactivate the active mark regardless of the state of the
34636         mark ring.
34638         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
34639         variables line in desktop files.
34641 2005-01-12  Juri Linkov  <juri@jurta.org>
34643         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
34644         Bring together isearch highlight related options.
34645         (lazy-highlight): Replace group `replace' by `matching'.
34646         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34647         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34648         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
34649         and declare them obsolete.
34650         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
34651         (isearch-faces): Remove defgroup.
34652         (isearch-overlay, isearch-highlight, isearch-dehighlight):
34653         Move isearch highlighting code closer to lazy highlighting code.
34655         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
34656         (query-replace-highlight, query-replace-lazy-highlight)
34657         (query-replace): Move definitions to the beginning of the file.
34659 2005-01-11  Juri Linkov  <juri@jurta.org>
34661         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
34662         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
34663         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
34665         * info.el (Info-history-forward): New variable.
34666         (Info-select-node): Reset Info-history-forward to nil.
34667         (Info-last): Turn into defalias.
34668         (Info-history-back): Rename from Info-last.
34669         Add current node to Info-history-forward.
34670         (Info-history-forward): New fun.
34671         (Info-mode-map): Replace Info-last by Info-history-back.
34672         Bind Info-history-forward to "r".
34673         (Info-mode-menu): Replace Info-last by Info-history-back.
34674         Fix menu item text.  Add menu item for Info-history-forward.
34675         (info-tool-bar-map): Replace Info-last by Info-history-back.
34676         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
34677         for Info-history-forward.
34678         (Info-mode): Replace Info-last by Info-history-back in docstring.
34679         Add local variable Info-history-forward.
34680         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
34682 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
34684         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
34685         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
34686         Ignore select-window events rather than fiddle with
34687         mouse-autoselect-window.
34689 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
34691         * type-break.el (type-break-mode): Fix previous change.
34693 2005-01-10  Jay Belanger  <belanger@truman.edu>
34695         * calc/calc-ext.el (calc-reset): Reset when inside embedded
34696         calculator; only reset when point is inside a calculator.
34697         Don't adjust the window height if the window takes up the whole height
34698         of the frame.
34700 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
34702         * ebuff-menu.el (Electric-buffer-menu-mode):
34703         Preserve value of buffer-local var header-line-format.
34705 2005-01-09  Jay Belanger  <belanger@truman.edu>
34707         * calc/calc.el (calc-mode-var-list-restore-saved-values):
34708         Make sure settings file exists before accessing it.
34710         * calc/calc-embed.el (calc-embedded-subst):
34711         Replace math-multi-subst-rec, which is only supposed to be called
34712         by math-multi-subst, by math-multi-subst.
34714 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
34716         * vc.el (vc-allow-async-revert): New user option.
34717         (vc-disable-async-diff): New internal variable.
34718         (vc-revert-buffer): Use them to disable asynchronous diff.
34720         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
34721         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
34722         asynchronously if vc-disable-async-diff is t.
34724 2005-01-09  Jay Belanger  <belanger@truman.edu>
34726         * calc/calc.el (defcalcmodevar): New macro.
34727         (calc-mode-var-list-restore-default-values)
34728         (calc-mode-var-list-restore-saved-values): New functions.
34729         (calc-mode-var-list): Use defcalcmodevar to define it.
34730         (calc-always-load-extensions, calc-line-numbering)
34731         (calc-line-breaking, calc-display-just, calc-display-origin)
34732         (calc-number-radix, calc-leading-zeros, calc-group-digits)
34733         (calc-group-char, calc-point-char, calc-frac-format)
34734         (calc-prefer-frac, calc-hms-format, calc-date-format)
34735         (calc-float-format, calc-full-float-format, calc-complex-format)
34736         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
34737         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
34738         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
34739         (calc-matrix-brackets, calc-language, calc-language-option)
34740         (calc-left-label, calc-right-label, calc-word-size)
34741         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
34742         (calc-display-raw, calc-internal-prec, calc-angle-mode)
34743         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
34744         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
34745         (calc-window-height, calc-display-trail, calc-show-selections)
34746         (calc-use-selections, calc-assoc-selections)
34747         (calc-display-working-message, calc-auto-why, calc-timing)
34748         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
34749         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
34750         (calc-gnuplot-default-device, calc-gnuplot-default-output)
34751         (calc-gnuplot-print-device, calc-gnuplot-print-output)
34752         (calc-gnuplot-geometry, calc-graph-default-resolution)
34753         (calc-graph-default-resolution-3d, calc-invocation-macro)
34754         (calc-show-banner): Use defcalcmodevar to declare them and set
34755         their default values.
34757         * calc/calc-ext.el (calc-reset): Restore saved values of variables
34758         instead of default values (but restore default values if there is
34759         an argument of 0).
34761 2005-01-09  David Kastrup  <dak@gnu.org>
34763         * desktop.el (desktop-restore-eager): Fix typo in type.
34765 2005-01-08  Richard M. Stallman  <rms@gnu.org>
34767         * cus-edit.el (customize): Delete :link.
34769 2005-01-08  Jay Belanger  <belanger@truman.edu>
34771         * calc/calc.el (calc-mode): Remove the extension from the
34772         `calc-settings-file' file name when loading it.
34774 2005-01-08  Kim F. Storm  <storm@cua.dk>
34776         * info.el (Info-mode-map, Info-next-link-keymap)
34777         (Info-prev-link-keymap, Info-up-link-keymap):
34778         Map follow-link to mouse-face.
34779         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
34781 2005-01-08  Jay Belanger  <belanger@truman.edu>
34783         * calc/calc.el (calc-settings-file): Change default value.
34784         Suggested by cgw in a comment in calc-mode.el.
34786         * calc/calc-mode.el (calc-settings-file-name):
34787         Compare calc-settings-file to user-init-file instead of ~/.emacs.
34788         Replace ~/.emacs in a prompt by calc-settings-file.
34790 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
34792         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
34793         (desktop-lazy-idle-delay): New customizable variables.
34794         (desktop-buffer-args-list): New variable.
34795         (desktop-append-buffer-args): New function.
34796         (desktop-save): Call desktop-append-buffer-args for some buffers.
34797         (desktop-lazy-create-buffer): New function.
34798         (desktop-idle-create-buffers): New function.
34799         (desktop-read): Add message about buffers to restore lazily.
34800         (desktop-lazy-abort): New command.
34801         (desktop-clear): Call desktop-lazy-abort.
34802         (desktop-lazy-complete): New command.
34804 2005-01-06  Richard M. Stallman  <rms@gnu.org>
34806         * emacs-lisp/find-func.el (find-face-definition):
34807         Rename from find-face.
34809 2005-01-06  Kim F. Storm  <storm@cua.dk>
34811         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
34813         * man.el (Man-xref-man-page, Man-xref-header-file)
34814         (Man-xref-normal-file): Add follow-link property.
34816 2005-01-06  Jay Belanger  <belanger@truman.edu>
34818         * calc/calc-units.el: Make sure the proper macro definitions are
34819         available when compiling.
34821 2005-01-06  Juri Linkov  <juri@jurta.org>
34823         * isearch.el (isearch-lazy-highlight-update):
34824         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
34826 2005-01-06  Miles Bader  <miles@gnu.org>
34828         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
34829         (isearch-lazy-highlight-face): Use new name.
34831 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
34833         * uniquify.el (uniquify-rationalize-file-buffer-names):
34834         Re-add an interactive spec.
34835         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
34836         to the same name.
34838         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
34839         (isearch-update, isearch-done): Adjust calls accordingly.
34841 2005-01-05  Richard M. Stallman  <rms@gnu.org>
34843         * custom.el (custom-set-variables, custom-theme-set-variables):
34844         Clarify documentation.
34846         * emacs-lisp/find-func.el (find-variable)
34847         (find-variable-other-window, find-variable-other-frame):
34848         Fix the TYPE args to find-function-read and find-function-do-it.
34849         (find-function): Doc fix.
34850         (find-function-at-point): Replace function-at-point alias.
34852 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34854         * cus-face.el (custom-declare-face):
34855         Record defface in current-load-list.
34857         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
34859         * emacs-lisp/find-func.el: Doc fixes.
34860         (find-face-regexp): New variable.
34861         (find-function-regexp-alist): New variable.
34862         (find-function-C-source): Third arg is now TYPE.
34863         (find-function-search-for-symbol): Handle general TYPE.
34864         (find-function-read, find-function-do-it): Handle general TYPE.
34865         (find-definition-noselect, find-face): New functions.
34866         (function-at-point): Alias deleted.
34868 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
34870         * battery.el (display-battery-mode): Rename from display-battery.
34871         Handle the case where it gets turned off.
34873 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34875         * cus-edit.el (customize): Make :link point to user doc.
34877         * man.el (Man-fontify-manpage): Turn off undo generation.
34879         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
34881 2005-01-04  Andreas Schwab  <schwab@suse.de>
34883         * files.el (insert-directory): Only look for error lines in
34884         inserted text.  Don't move too far after processing --dired markers.
34886 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34888         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
34889         Don't expand if the character is @, period, dash, etc.
34890         (define-mail-abbrev): Quote names that contain problem characters.
34892 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
34894         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
34896 2005-01-03  Richard M. Stallman  <rms@gnu.org>
34898         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
34899         (query-replace-highlight, query-replace-lazy-highlight)
34900         (query-replace): Definitions moved up.  Doc fix.
34902 2005-01-03  Richard M. Stallman  <rms@gnu.org>
34904         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
34905         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34906         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34907         (lazy-highlight-face): Rename from isearch-lazy-...
34908         Change all references to them.
34910 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
34912         * cus-edit.el (custom-file): Doc fix for defcustom.
34913         (custom-file): The function no longer sets the variable
34914         `custom-file' to its return value.
34916         * startup.el (command-line): No longer load `custom-file'.
34918 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34920         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
34922         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
34923         Don't confuse module-prefixed identifiers for labels.
34924         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
34926 2005-01-02  Richard M. Stallman  <rms@gnu.org>
34928         * files.el (basic-save-buffer-1): Fix previous change.
34930         * loadhist.el (file-loadhist-lookup): New function.
34931         (file-provides, file-requires): Use it.
34933         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
34934         instead of calculating the right size.
34936 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
34938         * vc-svn.el (vc-svn-diff): Stay local if possible.
34940 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
34942         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
34944         * files.el (hack-local-variables): Fix last change.
34946 2005-01-02  Jay Belanger  <belanger@truman.edu>
34948         * calc/calc-yank.el (calc-edit-top): New variable.
34949         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
34950         object.  Change header properties.
34951         (calc-edit-finish, calc-edit-finish-stack-object)
34952         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
34953         edited object.
34954         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
34955         for the beginning of the edited object.
34956         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
34957         for the beginning of the edited object.
34958         * calc/calc-prog.el (calc-edit-macro-finish-edit)
34959         (calc-finish-formula-edit, calc-macro-repeats)
34960         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
34961         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
34962         beginning of the edited object.
34963         (calc-user-define-edit): Change the header for editing macros.
34964         Remove unnecessary variable.
34966 2005-01-01  Jay Belanger  <belanger@truman.edu>
34968         * calc/calc-yank.el (calc-edit-mode): Change default header.
34969         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
34970         * calc/calc-store.el (calc-edit-variable): Change title to match new
34971         header.
34972         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
34973         mode to match new header.
34974         (calc-user-define-edit): Change titles to include names of commands.
34975         (calc-finish-formula-edit): Adjust to handle new header.
34976         (calc-finish-macro-edit): Remove.
34977         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
34978         (calc-edit-macro-command, calc-edit-macro-command-type)
34979         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
34980         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
34981         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
34982         (calc-edit-macro-finish-edit): New functions.
34983         (calc-user-define-edit): Use new functions to edit named calc macros.
34985 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
34987         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
34989         * ses.el (copy-region-as-kill): Deactivate mark.
34991 2005-01-01  Richard M. Stallman  <rms@gnu.org>
34993         * replace.el (occur-1): If the output buffer is also an input,
34994         don't kill it, rename it.
34996         * faces.el (set-face-background, set-face-foreground): Doc fix.
34998         * cus-face.el (custom-face-attributes): Fix :help-echo strings
34999         for :foreground and :background.
35001         * dired.el (dired-view-command-alist): Variable deleted.
35002         (dired-view-file, dired-mouse-find-file-other-window):
35003         Delete the code to use it.
35005 2005-01-01  Kim F. Storm  <storm@cua.dk>
35007         * image.el (insert-sliced-image): Use t for line-height property.
35009 See ChangeLog.11 for earlier changes.
35011 ;; Local Variables:
35012 ;; coding: iso-2022-7bit
35013 ;; add-log-time-zone-rule: t
35014 ;; End:
35016     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35018   This file is part of GNU Emacs.
35020   GNU Emacs is free software; you can redistribute it and/or modify
35021   it under the terms of the GNU General Public License as published by
35022   the Free Software Foundation; either version 3, or (at your option)
35023   any later version.
35025   GNU Emacs is distributed in the hope that it will be useful,
35026   but WITHOUT ANY WARRANTY; without even the implied warranty of
35027   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
35028   GNU General Public License for more details.
35030   You should have received a copy of the GNU General Public License
35031   along with GNU Emacs; see the file COPYING.  If not, write to the
35032   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35033   Boston, MA 02110-1301, USA.
35035 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1